/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url(https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap); */

:root {
    --logoColor: #ff4a4a;
    --darkColor:#508de11c;
    --white: #E5E5E5;
    --gradient: linear-gradient(to left, #ff4a4a, #e56158);
    --fontText: 'Inter', sans-serif;
    /* --fontTitle:  "Outfit", sans-serif; */
    --fontTitle: "Jost", sans-serif;
    /* --fontTitle: 'Yantramanav', sans-serif; */
    /* --fontTitle: 'Playfair Display', serif;; */
    /* --fontTitle: 'Fredoka', sans-serif; */
    --facebook: #3C5B9B;
    --twitter: #0e1419;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 15px;
    --titleSize: 18px
}

html {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    color: var(--darkColor);
    font-family: var(--fontText);
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontTitle);
    color: #fff;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}

p a {
    color:#508de11c;
    width: auto;
    display: inline;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: var(--textSize);
    color: #fff; font-family: var(--fontText);
}
span{ font-family: var(--fontText);    line-height: 24px;
    }
    .accordion-button{font-family: var(--fontText);}
a {
    color: #444;
    text-decoration: none;
    outline: none;
    display: block;
    transition: 0.2s;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #ed0e0e;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    height: 100px !important;
}

textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control {
    border-radius: 1px;    font-size: 14px !important;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--logoColor);
}

.form-control:focus {
    border-color: var(--logoColor);
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
}

h5 {
    text-transform: capitalize;
}

ul.social {
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E5E5E5;
    background: #231573;
}

ul.social li a svg {
    color: #E5E5E5;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #2a2a2b;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.bg-dark {
    background: #0F0F0F !important;
}
header ul li, .footer .thumb-headline{ font-family: var(--fontTitle);}

.header {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    /* background: #1c1c1c;
    border-bottom: 1px solid #2A2A2A; */    background: #ffffff;
 border-bottom: 1px solid #272727;
}
.search_bx form button:hover{    background: #ff9841 !important;}
.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.logo {
    margin: 0;
    height: 100%;
    background: #1c1c1c;
    padding: 0px 0px ;
    border-right: 1px solid #8d8d8d;    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    max-width: 260px;
}
.menubar {
    padding-right: 0px;
}

.top_bar {
    background: #ff4a4a;
    padding:0px 35px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.top_bar ._left {
    display: flex;
    align-items: center;
}
.top_bar.py-20 { 
        /* border-top: 1px solid #2A2A2A;
    border-bottom: 1px solid #2A2A2A; */
        border-top: 1px solid #ff8c8c;
    border-bottom: 0px solid #fffbefa8;
    background: #323232;
}
.get_qut {
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #005bd8;
    background: linear-gradient(180deg, #bbd7ff, #ffffff);
    line-height: 35px;
    color: #00409a;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    border-radius: 20px;
    margin-left: 35px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;}
.get_qut svg {
    width: 17px;
    height: 17px;
    margin-left: 3px;
    margin-top: -2px;
}

.get_qut:hover { 
    background: linear-gradient(to left, #ff4a4a, #e56158);
    color: var(--white);
}

.search_bx {
       padding: 2px 15px;
    border-right: 1px solid #e9e9e9;
    line-height: 40px;
}

.search_bx form {
    display: flex;
    align-items: center;
}
.search_bx form input::placeholder{color:#fff;}
.search_bx form input {
      width: 100%;
    outline: 0;
    background: #ffffff00;
    color: #ffffff;
    font-size: 14px !important;
    margin: 0px;
    border: 1px solid #ffffff;
    padding: 0px 10px !important;
    height: 33px;
    border-right: 0px;
}
 
.search_bx form input:focus {
    border: 0;
    outline: 0;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
}

.search_bx form button {
    border: 1px solid #ffc93c;
    outline: 0;
    color: #050505;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc93c;
    /* border-radius: 0px 5px 5px 0px; */
    width: 50px;
}

.search_bx form button:hover {
        color: #000;
    background: #ffc93c;
    border: 1px solid #ffc93c;
}

.top_bar ._left .social_box {
    display: flex;
    list-style: none;
    margin: 0;
    padding:0px 0px 0px 25px;
    line-height: normal;
    align-items: center;
    border-right: 0px solid #639cec6e;
    width:30%;
    justify-content: space-between;
}

.top_bar ._left .social_box li a {
    text-align: center;
    width: auto;
    height: auto;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);        font-size: 16px;
    font-weight: 500;
}
/* ul.social_box.w-auto a {
    background: #ff4a4a;
    padding: 5px 10px;
    border-radius: 0px !important;
} */
.call_us.text-white a:hover span {
    color: #ffc93c;
}
.top_bar ._left .social_box li a:hover {
    color:#ffc93c;
}
a.vmv-btn:hover {
    color: #fff;
    background: #ff4a4a;    border: 1px solid #fff;
}

.top_bar ._left .call_us {
    display: flex;
    flex-wrap: wrap;
    color: #E5E5E5;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    font-size: 14px;
    line-height: 45px;
    padding-right: 15px;
    border-right: 1px solid #fffbefa8;
}

.top_bar ._left .call_us span svg {
    height: 14px;
    width: 14px;
    margin-right: 1px;
}

.top_bar ._left .call_us a {
    color: #E5E5E5;
    font-size: 13px;
}

.top_bar ._left .call_us a span {
font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}
ul.social_box.w-auto a {
    padding: 3px 10px;
    color: #fff !important;
    border: 0px solid #fff;
    border-radius: 0px !important;
}
.top_bar ._left .call_us a:hover span{
    color: #afc8ff;
}


.top_bar .top-nav {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 30px;
}

.top_bar .top-nav li a {
    color: #ddd;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    transition: 0.2s;
}

.top_bar .top-nav li a:hover,
.top_bar .top-nav li.active a {
    color: var(--logoColor);
}

.top_bar .top-nav li a::before {
    content: "|";
    position: absolute;
    top: 1px;
    left: -16px;
    font-family: var(--font);
    font-weight: 400;
    font-size: 13px;
    color: #888;
}

.top_bar .top-nav li:first-child a::before {
    content: none;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: var(--logoColor);
    border: 0;
    outline: 0;
    color: #E5E5E5;
    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: #E5E5E5;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu >ul {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0px 20px !important;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding:20px 5px;
    display: block;
    font-family: var(--fontTitle);
    color: #323232;
    transition: all 0.3s 
ease;
    font-size: 17px;
    background: transparent;
    font-weight: 600;
}
/* .header.stricky-fixed .row.g-0.align-items-stretch {
    display: none;
} */
.navigation .menu ul li:last-child ul.cs-dropdown { 
    left: -40%; 
}
.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color:#ff4a4a;
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    /* width: 275px; */
    width: 230px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #323232;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom:1px solid #4e4e4e;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #E5E5E5;
    font-size: 15px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    transition: none;
    font-weight: normal;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #E5E5E5;
    background: var(--gradient);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #E5E5E5;
    background: var(--gradient);
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    left: 100%;
    top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
     background: #323232;
    color: #ffffff;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #E5E5E5;
    background: var(--logoColor)
}

/* */
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    left: 100%;
    top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #222222;
}

.navigation ul li.cs-submenu.active a button {
    color: #E5E5E5;
}

.navigation ul li.cs-submenu a button svg {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    margin-top: -2px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);

}

.navigation ul li.cs-submenu:hover button {
    color: #ff837d;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color:var(--white);
}
.whatapp_btn.whatapp_btn2{    left: inherit;
    right: 15px;
    bottom: 50px;
    background: #1c1c1c !important;
    border: 1px solid #444444;}
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
    color: var(--white);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu button {
    color: var(--white);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
    color: var(--white);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

/* .navigation .menu ul li:nth-child(2) ul.cs-dropdown {
    width: 480px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative
} */
/* 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(2n) {
    border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown li {
    width: 100%
}


.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown li {
    width: 100%
} */


/* .navigation .menu ul li:nth-child(3) ul.cs-dropdown {
    width: 480px;    right: inherit;
    left: -100%;
} */

/* .navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative
} */
/* 
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:nth-child(2n) {
    border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li {
    width: 100%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown {
    width: 480px;
    left: -200%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li:nth-child(2n) {
    border-left: 1px solid #eee
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown {
    width: 480px;
    left: -200%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li {
    width: 50%;
    float: left
}
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown  li ul.cs-dropdown{
    width: 200px
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown li  {
    width: 100%
} */



#carouselExampleControls {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-item img {
    width: 100%;
}

.allCategory {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0 0;
    background: #1c1c1c;    position: relative;
}

.allSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.item .image {
       width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 5px;
    padding: 0;
    overflow: hidden;
    border: 2px solid #ffc93c;
}
.call_us.text-white a.text-white.fw-bo3ld, a.text-white.fw-bol3d {
    color: #2a2a2a !important;
}
.item .title1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #E5E5E5;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
    margin-top: 15px;
}
.inner-box p.text {
    font-size: 15px;
}
.item:hover .title1 {
    color: var(--logoColor);
}





.offerBanner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    background: #0F0F0F;
}

.mainBtn2 {
    display: inline-block;
    position: relative;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 500;
    color: #E5E5E5;
    font-family: var(--fontTitle);
    text-transform: capitalize;
    border-radius: 28px;
    z-index: 1;
    transition: all .5s ease;
    background: linear-gradient(180deg, #ff4a4a, #f84d60);
    letter-spacing: 0.5px;
    overflow: hidden;    border: 1px solid #ff4a4a;
}

.mainBtn2:before {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all .5s ease
}

.mainBtn2:hover {
    color: #ff4a4a;    border: 1px solid #ff4a4a;
}

.mainBtn2:hover:before {
    width: 100%;
    left: 0
}

.offerBoxes {
    position: relative;
    margin-bottom: 25px;    border-radius: 10px;
    overflow: hidden;
}

.offerBoxes: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;
}

.offerBoxes: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);
}

.offerBoxes:hover:before {
    opacity: 0;
}


.offerBoxes img {
    max-width: 100%;    width: 100%;
}

.offerBoxes .image_description {
    position: absolute;
    font-size: .875em;
    z-index: 1;
    left: 60px;
    top: 40%;
}

.offerBoxes .image_description p {
    text-align: left;
    font-size: 16px;
    color: #E5E5E5;
}

.bannerLeft .offerBoxes .image_description p {
    font-size: 16px;
    max-width: 60%;
}

.tags {
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 2px;
    color: #E5E5E5;
    font-size: 14px;
}

.bannerLeft .offerBoxes .image_description .title-banner {
    font-size: 40px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    padding: 0;
    color: #E5E5E5;
    font-weight: bold;
    font-family: var(--fontTitle);
}

.bannerRight .offerBoxes:nth-child(2) {
    width: calc(50% - 15px);
    margin-right: 15px;
    float: left;
}

.bannerRight .offerBoxes:nth-child(3) {
    width: calc(50% - 15px);
    margin-left: 15px;
    float: left;
}

.bannerRight .offerBoxes:nth-child(2) .image_description,
.bannerRight .offerBoxes:nth-child(3) .image_description {
    top: 20px;
    left: 20px;
}

.bannerRight .offerBoxes:nth-child(1) .image_description {
    left: 40px;
    top: 40px;
}
.single_image img { 
    aspect-ratio: 1;
    width: 100%;
}
 
.wps_right h4 {
    font-size: 20px;
    line-height: normal;
    margin: 10px 0px;
    color: #ff4a4a;
    font-weight: bold;padding: 0px;
    overflow: hidden;text-align: left;
}
.bannerRight .offerBoxes .image_description .title-banner {
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 6px;
    padding: 0;    line-height: 30px;
    text-align: left;    font-weight: bold;
    font-family: var(--fontTitle);
}

.bannerRight .offerBoxes .image_description p {
    text-transform: uppercase;
    margin: 0;
}

.bannerRight .offerBoxes:first-child .image_description p {
    margin-bottom: 15px;
    text-transform: inherit;
    max-width: 60%;
}

.offerBoxes:hover .mainBtn2 {
    color: #ff4a4a
}

.offerBoxes:hover .mainBtn2:before {
    width: 100%;
    left: 0
}



.videoSection2 {
    position: relative;
    overflow: hidden;
    width: 100%;    height: 460px;
}

.videoSection2 .title_1 {
    text-shadow: 3px 2px 0 rgb(24 82 162);
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0px;font-family: var(--fontTitle);
    color: #E5E5E5;
}

.videoSection2 video {
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
}
.videoSection2 .overlay .container {
    width: 100%;
    border: 1px solid #ffffff78;
    border-radius: 10px;
    padding: 40px 20px;
    max-width: 100%;
}
.videoSection2 .overlay {
    width: 60%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.videoSection2 .overlay .maxWidth p {
    font-size: 16px;
    letter-spacing: 0.5px;color: #E5E5E5;

}

.videoSection2 .overlay .maxWidth .mainBtn3 {
    margin-top: 15px;
}

.mainCategory {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #1c1c1c;
}

.mainCategory:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lines-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

/* .mainCategory .maxWidth p {
    color: #E5E5E5;
} */

.mainCategory .gridFlex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    --webkit-flex-wrap: wrap;
    --webkit-justify-content: space-around;
    margin-bottom: 10px;
    position: relative;    align-items: center;
}

.mainCategory .leftImage,
.mainCategory .rightInfo {
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainCategory .gridFlex:nth-child(even) .rightInfo {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.mainCategory .leftImage {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

.mainCategory .rightInfo {
    padding:0px 35px 35px 30px;
    background-color: transparent;
    margin: 0 0 0 15px;
    margin-left: 15px;
    border-radius: 27px 0 0 27px;
}

.mainCategory .gridFlex:nth-child(even) .rightInfo {
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0 27px 27px 0;
    padding: 20px 0px 0px 70px;
}

.mainCategory .gridFlex:nth-child(even) .leftImage {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.mainCategory .boxWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainCategory .boxIcon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}

.mainCategory .boxIcon svg {
    fill: #007efa;
    color: #007efa;
    border-color: #007efa;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
}

.mainCategory .boxContent p {
 text-align: justify;
    font-size: 15px;
    color: #E5E5E5;
    line-height: 24px;
}

.mainCategory .catTitle {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ff4a4a;
}

.videoSection2 .overlay .maxWidth {
    max-width: 100%;
    margin: 5px auto 0px;
}
.mainBtn3 {
    display: inline-block;
    position: relative;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 28px;
    z-index: 1;
    transition: all .5s ease;
    background:linear-gradient(-175deg, #ff4a4a, #ff7e77 85%);
    letter-spacing: 0.5px;
    overflow: hidden;
    border: 0;
    margin-top: 10px !important;
}

.mainBtn3 span {
    display: flex;
    align-items: center;
      font-size: 15px;
    font-weight: 500;
    color: #E5E5E5;
    font-family: var(--fontTitle);
}

.mainBtn3 span svg {
    margin-right: 5px;
}

.mainBtn3:before {
    position: absolute;
    content: '';
    background: #ff4a4a;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all .5s ease
}

.mainBtn3:hover {
    color: #ffffff
}

.mainBtn3:hover:before {
    width: 100%;
    left: 0
}



.services_feature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;

}

.services_feature .item-bx {
    padding: 60px 15px;
    height: 100%;
    background-color: #fffcf9;
    border: 1px solid #f4e9dd;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}


.services_feature .item-bx:hover {
    background-color: #E5E5E5;
}

.services_feature .item-bx:hover {
    background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
}

.services_feature .item-bx.active {
    background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
}


.services_feature .item-bx:last-of-type {
    border-right: 1px solid #f4e9dd;
}



.services_feature .item-bx .titleH4 {
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

.services_feature .item-bx svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.services_feature .item-bx p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.services_feature .item-bx:hover svg {
    filter: brightness(0) invert(1);

}

.services_feature .item-bx:hover .titleH4 {
    color: #E5E5E5;
}

.services_feature .item-bx.active img {
    filter: brightness(0) invert(1);
}

.services_feature .item-bx.active .titleH4 {
    color: #E5E5E5;
}

.services_feature .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
}

.services_feature .item-bx img {
    margin-bottom: 20px;
    max-width: 80px;
}












.newAddedSection {
    float: left;
    width: 100%;
    background-color: #eee;
    position: relative;
    padding: 50px 0;
}

.newAddedSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/lines-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.newAddedSection .container {
    position: relative;
}

.title_1 {
    color: var(--logoColor);
    font-size: 30px;font-family: var(--fontTitle);
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.maxWidth {
    text-align: center;
    max-width: 950px;
    margin: 10px auto 30px;
    position: relative;
}

.maxWidth p {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 24px;
}

.newAddedSection h2 {
    color: #ff4a4a;
    font-size: 22px;
    margin: 10px 0 5px;
}

.newAddedSection .rightImage_1 {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0 0 15px 15px;
    border-radius: 12px;
    position: relative;
    box-shadow: 1px 2px 10px #c8c3c3;
    border-radius: 6px;
    overflow: hidden;
}



.featureItem2 {
    background-color: #E5E5E5;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .05);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
}

.featureItem2:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #fff 5%, #F0F0F06B 100%);
}

.featureItem2 .icon2 {
    display: inline-flex;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
    background-color: transparent;
}

.featureContent2 {
    flex-grow: 1;
}

.featureContent2 .featureTitle2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #333;

}

.featureContent2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}

.icon2 {
    min-width: 90px;
    height: 90px;
    background: #bfe4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--logoColor);
    margin-top: 5px;
    margin-right: 15px;
}

.icon2 svg {
    width: 75px;
    height: 75px;
}




/**/
.topServices {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 40px;
    background:#508de11c;position: relative;
}

.topServices .maxWidth p {
    color: #E5E5E5;
}

.topServices .title_2 {
    color: #E5E5E5;
}

.topServices .title_2:before {
    content: '';
    background: #ff4a4a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}


#featuredProducts {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.serviceBox {
    text-align: center;
    background: #0F0F0F;
    border-radius: 10px;
    padding-bottom: 25px;
    box-shadow: none;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #2a2a2a;
}

.serviceBox .image {
     height: auto;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;    border: none;
}

.serviceBox .image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.serviceBox:hover .image:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


.serviceBox .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;width: 100%;height: 100%;object-fit: cover;
}


.serviceBox .serviceTitle {
       margin: 18px 0px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    color: #ff4a4a;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 10px;
}

.serviceBox:hover .serviceTitle {
    color: #ffc93c;
}

.serviceBox p {
    color: #E5E5E5;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    padding: 0px 13px;
}

.consult-center-btn {
    margin-top: 50px;
}
.topServices .maxWidth {
    margin: 0px auto 10px;
}
.serviceBox .readMore1 {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    background: linear-gradient(-175deg, #ff4a4a, #ff6d59 85%);
    line-height: 40px;
    color: #E5E5E5;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    transition: all 0.5s 
ease;
    font-family: var(--fontTitle);
}
.serviceBox .readMore1:hover{ background: linear-gradient(180deg, #ff8372, #f53b3b);}
.bgButton {
    color: #E5E5E5;
    background: #333;
    border-color: #333;
    margin-top: 20px;
}

.bgButton:hover {
    color: #E5E5E5;
    background: #ff4a4a;
    border-color: #ff4a4a;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    filter: invert(1); }
.owl-prev,
.owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000 !important;
    border: 0;
    outline: 0;opacity: 1;
   background:#ffc93c !important;
    border-radius: 100%;
    z-index: 9;
    border: 1px solid #E5E5E5;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}
#carouselExampleControls .owl-next {
    right: 17px;
}
#carouselExampleControls .owl-prev {
    left: 17px;
}
.owl-prev:hover,
.owl-next:hover {
     background: #ff4a4a !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.owl-next:hover .carousel-control-next-icon, .owl-prev:hover .carousel-control-prev-icon {
    width: 20px;
    filter: grayscale(1) !important;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.productSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #1c1c1c;
}

.productSection .container-fluid {
    padding: 0 4%;
}

.productSection .maxWidth p {
    color: #E5E5E5;
}

.product1 {
    float: left;
    width: 100%;
    transition: .4s ease-in-out;
    position: relative;
    margin-bottom: 0px;    border-radius: 10px;
    border: 1px solid #2A2A2A;
    background: #0F0F0F;
}

.product1 .iconTop {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    border-radius: 100%;
    text-decoration: none;
    background: #E5E5E5;
}

.product1 .iconTop svg {
    width: 28px;
    height: 28px;
    color: var(--logoColor);
}

.product1 figure {
    width: 100%;
    aspect-ratio: 1;
    border:1px solid #2A2A2A;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.product1 figure:before {
    content: "";
    background: radial-gradient(ellipse at center, rgba(53, 0, 252, 0) 0%, #ffc93c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: .4s ease-in-out;
}

.product1:hover figure:before {
    display: block;
}

.product1 figure img {
    width: 100%;
    height: auto;    aspect-ratio: 1; 
    object-fit: cover;
}

.product1 .product1Info {
    border-radius: 5px;
    padding: 6px 5px;
    background: linear-gradient(180deg, #ff4a4a, #ec4545);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border: 0px solid #ff4a4a36;
}

.product1 .product1Info .title4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    background: none;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: #E5E5E5;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
}

.product1:hover .product1Info {
    background: #1c1c1c;
    color: #fff;
}

.product1:hover .product1Info .title4 {
    color: #e7e7e7;
}

.product1:hover {
    box-shadow:0 0 0 1px #ffc93cd6, inset 0 0 0 #ffc93c66;
    border-radius: 10px;
    overflow: hidden;
    scale: 1.05;
}

.product1:hover .iconTop {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}



.videoSection {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #E5E5E5;
}

.videoFeedback {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 5px;

}

.videoFeedback .image {
    position: relative;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 15px;
}

.videoFeedback .image img {
    height: 100%;
    object-fit: cover;
}

.videoFeedback .image:before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: opacity 180ms ease;
    transition: opacity 180ms ease;
}

.videoFeedback .image:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

.videoFeedback:hover .image:before {
    opacity: 0;
}


.videoFeedback .image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(10deg, rgb(121 173 248 / 37%) 0, rgba(17, 17, 17, .01) 99%, #508de11c 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: #E5E5E5;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(255 255 255/1);
    border-radius: 100%;
    padding: 5px;
}

.videoTitle {
    display: flex;
    align-items: center;
    justify-content: center;

}

.videoTitle .vidoIcon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 24px;
    color: var(--logoColor);
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoName {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333 !important;
}

.videoFeedback:hover .videoName {
    color: var(--logoColor);
}

.processSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    position: relative;
    background-color: #E5E5E5;
    background-image: url(../images/background2.jpg);
    background-size: 100%;
    background-position: center;

}

.processSection .container-fluid {
    position: relative;
    padding: 0 4%;
}

.processSection ul {
    margin: 0;
    padding: 0;
}

.processSection ul li {
    float: left;
    width: 20%;
    list-style: none;
}

.processSection .step {
    position: absolute;
    top: 40px;
    left: 100px;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 100px;
    z-index: 0;
}

.processSection .step img {
    width: 90%;
    margin-left: 3%;   filter: contrast(0.5);
}

.processSection .single-process {
    text-align: center;
    position: relative;
}

.processSection .single-process:after {
    position: absolute;
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-chevron-double-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    top: 0;
    right: -6%;
    font-size: 55px;
    line-height: 55px;
    color: #333;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;filter: invert(1);
}

.processSection ul li:last-child .single-process:after {
    content: none;
    right: 0;
}

/* .processSection .single-process:hover:after {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
} */

.processSection ul li:nth-child(1) .single-process:after {
    top: 90px;
}

/* .processSection ul li:nth-child(1) .single-process:hover:after{top: 94px;} */
.processSection ul li:nth-child(2) .single-process:after {
    top: 65px;
}

/* .processSection ul li:nth-child(2) .single-process:hover:after{top: 28px;} */

.processSection ul li:nth-child(3) .single-process:after {
    top: 20px;
}

/* .processSection ul li:nth-child(3) .single-process:hover:after{top: -10px;} */
.processSection ul li:nth-child(4) .single-process:after {
    top: 10px;
}

.processSection ul li:nth-child(5) .single-process{top: 0px;margin-top:0px;}
.processSection .single-process.down1 {
    margin-top: 0px;
}

.processSection .single-process.down {
    margin-top: 35px;
}

.processSection .single-process.up1 {
    margin-top: 35px;
}

.processSection .single-process .part-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 26px;
    position: relative;
}

.processSection .single-process .part-icon img {
    background: #333;
    width: 100%;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.processSection .single-process .part-icon span.step-num {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: #ffc93c;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.processSection .single-process h4 {
font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: #ff4a4a;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.processSection .single-process p {
    font-size: 15px;color: #E5E5E5;
    line-height: 24px;
}

.processSection .single-process a {
    color: #ff4a4a;
    font-size: 15px;
    font-weight: 700;
}

.googleReview2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0px;
    background-color: #1c1c1c;    position: relative;
}
.tm-trustpilot-logo img {
    width: 60px !important;
}
.tm-testi-slide-1 {
    background: #E5E5E5;
    padding: 24px 21px 15px 21px;
    border: 0px solid #dfdfdf;
    border-radius: 18px;
    transition: all .3s ease-in-out;    box-shadow: 0px 0px 9px 0px #ccc;
    width: 96%;
    margin: 6px auto 10px;
}

.tm-testi-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tm-trustpilot-logo {
    flex: 1;
}

.tm-trustpilot-logo img {
    max-width: 91px;
}

.tm-star-ratings {
    flex: 1;
    text-align: right;
    font-weight: 600;
}

.tm-star-ratings img {
    max-width: 84px;
    margin-left: auto;
}

.tm-slide-h4 {
    color: #373737;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 0px;
}

.tm-slide-p {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #ebeaea;
    color: #292929;
    text-align: left;
    margin: 0;
}

.tm-slide-h5 {
    color: #333;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 600;
}
.googleReview2 .maxWidth {
    margin-bottom: 15px;
}
.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-size: 16px;
    color: var(--logoColor);
}

 
#testimonials .owl-next,
#testimonials .owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #E5E5E5;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--darkColor);
    border-radius: 100%;
    z-index: 50;
    border: 1px solid var(--darkColor);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

#testimonials .owl-nav .owl-prev {
    left: -50px;
    top: 48%
}

#testimonials .owl-nav .owl-next {
    right: -50px;
    top: 48%
}

#testimonials .owl-nav .owl-next:hover,
#testimonials .owl-nav .owl-prev:hover {
    background: var(--logoColor);
    color: #E5E5E5;
    border-color: var(--logoColor);
}


.home_video_gallery {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    background: #E5E5E5;
}

.home_video_gallery .title:before {
    background: #fff
}

.home_video_gallery .video_box {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 10px;
    background: #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgb(7 28 31 / 4%)
}

.home_video_gallery .video_box a {
    text-decoration: none
}

.home_video_gallery .video_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-btn {
    width: 54px;
    height: 54px;
    color: #E5E5E5;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(242, 87, 67, .2);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 114, 20, .9)
}

.video-btn:after {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.video-btn svg {
    width: 40px;
    height: 40px;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1);
        box-shadow: 0 0 0 10px rgba(242, 87, 67, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1);
        box-shadow: 0 0 0 0 rgba(242, 87, 67, .1)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1);
        box-shadow: 0 0 0 10px rgba(242, 87, 67, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1);
        box-shadow: 0 0 0 0 rgba(242, 87, 67, .1)
    }
}

.home_video_gallery .video_info .h4 {
    color: #2b2a37;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 10px 0 0;
    height: 45px;
    position: relative
}

.video_info .h4 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-height: 100%
}

.video_box:hover .video_info .h4 {
    color: #ff4a4a
}

.video_box:hover a {
    text-decoration: none
}





.home-call-section {
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    position: relative;
    z-index: 0;
    background-image: url(../images/image03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -100px;
}

.home-call-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:#f6f6f7;
    /* opacity: 0.95; */
}

.home-call-section .call-wrapper {
    display: grid;
    grid-template-columns: auto 55%;
    justify-items: center;
    grid-row-gap: 40px;align-items: center;
}

.home-call-section .call-wrapper .call-figure {
     margin: 0;
    margin-top: 0px;
    margin-right: 70px;
    height: auto;
    aspect-ratio: 1;
}

.section-head {
    line-height: 1;
}

.section-head .section-title {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 19px;
    line-height: 36px;
    font-weight: 600;
    color: var(--logoColor);
    font-size: 30px;
    font-family: var(--fontTitle);
}

.section-head p {
margin-bottom: 15px;
    font-size: 15px;
    color: #E5E5E5;
    line-height: 24px;
}

.section-head ul {
    margin: 0 0 20px;
    padding: 0;
}

.section-head ul li {
    line-height: 24px;
    font-size: 15px;
    margin: 0px 0px 5px;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    color: #E5E5E5;
}

.section-head ul li:before {
    width: 20px;
    height: 20px;
    color: #E5E5E5;
    font-weight: 400;
    margin-top: 0;
    margin-right: 10px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
 background: #ff4a4a;
    border-radius: 50px;
}

.home-call-section .mainBtn3 {
    padding: 12px 30px;
}

.home-call-section .mainBtn3:before {
    background-color: #ff4a4a;
}

.home-appointment-section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.home-appointment-section .overlay-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px; 
    box-shadow: 0px 0px 9px 0px #ccc;
    background-color: #E5E5E5; 
    border-radius: 10px;
    overflow: hidden;
}

.background-world-map-img {
    background-image: url(../images/image08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper {
    display: grid;
    grid-template-columns: auto 45%;
    grid-row-gap: 30px;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black {
    margin-right: 50px;
}

.section-head-black .section-title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 15px;
    color: #ff4a4a;
    font-size: 25px;
}

.section-head-black p {
    margin-bottom: 20px;
    font-size: 16px;
}

.section-multi-button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    column-gap: 30px;
}

.section-multi-button .call-apoint {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-multi-button .call-apoint .call-icon {
    margin: 0;
    margin-right: 15px;
    text-align: center;
}

.section-multi-button .call-apoint .call-icon span {
    height: 40px;
    width: 40px;
    border: 1px solid var(--logoColor);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--logoColor);
}

.section-multi-button .call-apoint .call-icon span svg {
    width: 20px;
    height: 20px;
}

.section-multi-button .call-apoint .call-info {
    line-height: normal;
}

.section-multi-button .call-apoint .call-info .smallTitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.section-multi-button .call-apoint .call-info .phoneTitle2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

.section-multi-button .call-apoint .call-info .phoneTitle2 a {
    color: #333;
}

.section-multi-button .call-apoint .call-info .phoneTitle2 a:hover {
    color: #333;
}

.sectionTitle {
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
}

.figure-round-border {
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.figure-round-border img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}


.bannerPost {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #eee;
}

.title_2 {
    color: var(--logoColor);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.bannerPost .maxWidth {
    margin: 0 0 25px;
}

.bannerPost .maxWidth p {
    text-align: left;
}

.banner-post-two {
    position: relative;
    margin-bottom: 20px;    border: 1px solid #f9c9d0;
    border-radius: 10px;
}

.banner-post-thumb-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(23 86 25 / 62%) 16.31%, rgba(10, 23, 41, 0.00) 108.6%);
    pointer-events: none;
}

.banner-post-thumb-two {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.banner-post-two.big-post .banner-post-thumb-two img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.banner-post-content-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 50px;
}

.post-tag {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    background: #ffc93c;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.banner-post-content-two .post-title {
    font-size: 28px;
    color: #E5E5E5;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-title.bold-underline a {
    background-size: 0 2px;
}

.banner-post-two:hover .post-title a {
    color: #75abf6;
}
.linkedin a {
    background: #027ba5;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}

.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

.blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: #6d757f;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    list-style: none;
    gap: 5px;
}

.blog-post-meta.white-blog-meta .list-wrap li {
    color: #bacce1;
}

.blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 16px;
}

.blog-post-meta.white-blog-meta .list-wrap li a {
    color: #bacce1;
}

.banner-post-two.small-post .banner-post-thumb-two img {
    width: 100%;
     height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 20px;
}

.banner-post-two.small-post .banner-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.footer {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
    background:#080808;
}

.footer p {
    color: #E5E5E5;
    font-size: 15px;
}

.footer .address-list li {
    color: #E5E5E5;
    margin-bottom: 7px;
    font-size: 16px;
    letter-spacing: 0px;
    display: flex;font-family: var(--fontTitle);
}

.footer .address-list li svg {
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    min-width: 18px
}

.footer .shop-social li i {
    color: #E5E5E5;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    background: #414040
}

.footer .shop-social li i:hover {
    background: #353535
}

.footer h2.thumb-headline {
    color: #E5E5E5;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.footer .thumb-headline a {
    color: #fff
}

.footer .thumb-headline {
    color: #ffc93c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0.5px; 
}

.footer .thumb-headline a {
    color: #ff4a4a;
}

.footer h6 {
    color: #ff4a4a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase
}

.simple-list {
    margin-bottom: 10px
}

.footer .simple-list li {
    list-style: none;
    line-height: 24px;
    position: relative;font-family: var(--fontTitle);
    z-index: 1;
}

.footer .simple-list li:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: 4px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--logoColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .simple-list li:hover:before {
    opacity: 1;
    visibility: visible;
}


.footer .simple-list li a {
    color: #E5E5E5;
    font-size:16px;
    letter-spacing: 0px;
    line-height: 30px;font-family: var(--fontTitle);
    padding: 0 0 0 25px;
}

.footer .simple-list li a:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    border: 1px solid;
    border-color: #ccc;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .simple-list li a:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: calc(100% - 12px);
    width: 1px;
    top: 19px;
    left: 6px;
    background-color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .simple-list li a:hover {
    color: #ff837d;
}

.footer .simple-list li a:hover:before {
    border-color: #ff837d;
}

.footer .simple-list li:last-child a:after {
    display: none;
}


.footer .simple-list a:hover {
    color: #fff
}

.footer .address-list li a {
    color: #E5E5E5;
}

.copyright {
    float: left;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-top: none;
    background: #000;
}

.copyright p {
    color: #E5E5E5;
    font-size: 15px;
    margin: 0;
    line-height: 24px
}

.copyright a {
    color: #ff4a4a
}

.sponsors-icons {
    margin-bottom: 0
}


.follow-us {
    display: block;
    padding: 20px 0;
    float: left;
    margin: 0;
    text-align: left
}

.follow-us li {
    padding-left: 5px;
    font-size: 18px;
    float: left;
    list-style: none;
}

.follow-us li a {
    color: #E5E5E5;
    width: 35px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
}

.follow-us li.facebook a {
    background: #496eb4;
    border-color: #496eb4
}

.follow-us li.twitter a {
    background: #323232;
    border-color: #323232;
}

.follow-us li.linkedin a {
    background: #0274b3;
    border-color: #0274b3
}

.follow-us li.youtube a {
    background: #e12428;
    border-color: #e12428
}

.follow-us li.tiktok a {
    background: #f7004d;
    border-color: #f7004d
}

#scrollUp {
    position: fixed;
    z-index: 99;
    bottom: 110px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #000;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #ffc93c;
}

#scrollUp svg {
    width: 24px;
    height: 24px;
}

#scrollUp:hover {
    background:#ff4a4a;
    color: #E5E5E5;
}


.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #E5E5E5;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #E5E5E5;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.send_enquiry {
    border-radius: 40px;
    bottom: 45px;
    color: #E5E5E5;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    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: #E5E5E5;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #E5E5E5;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background:#212121;
    color: var(--textColor);
    border-radius: 0;
}
button.btn-close {
    color: #E5E5E5;
    background-image: none !important;
    font-size: 18px;
    opacity: 1;
    margin-top: -20px !important;
    display: block;
}
.btn-close:hover {
    color: #cdcdcd;
    text-decoration: none;
    opacity: .75;
}
.modal-header h4 {
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    color: var(--textColor);
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #E5E5E5;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 01102f.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.modal-body .mainBtn3 {
    line-height: normal;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 28px;
    transition: all .5s 
ease;
    background: linear-gradient(-175deg, #ff4a4a, #ff7e77 85%);
    letter-spacing: 0.5px;
    overflow: hidden;
    border: 0;
}
 
 
    .scrollbar-width:hover::-webkit-scrollbar {
        display: block;
    }
     
    .scrollbar-width::-webkit-scrollbar {
        width: 5px;
        display: none;
    }
    .scrollbar-width1::-webkit-scrollbar {
        position: absolute;
        z-index: 999;
        right: 0px;
        top: 0px;
        display: block;
    }
    .scrollbar-width::-webkit-scrollbar-button {
        background: #a5a5a5;
    }
    .scrollbar-width::-webkit-scrollbar-track-piece {
        background: #a5a5a5;
    }
    .scrollbar-width::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 40px;
    }

    .navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown{left: inherit !important;right: 100% !important;}
    .mainCategory .leftImage { 
        align-items: center;}
        .mainCategory .leftImage img{width: 100%;object-fit: cover;}
        dl, ol, ul{padding: 0px;margin: 0px;}
        li {
            letter-spacing: normal;
            font-size: 15px;
              /* color: #fff;; */
        }
        .mainCategory ul li {
            list-style: circle;
            margin-bottom: 4px;
            margin-left: 18px;    color: #fff;
        }
        .mainCategory .title_1 {
            margin-bottom: 0px;font-family: var(--fontTitle);
        }
        .boxContent ul {
    margin-bottom: 10px;
}
.mainCategory h2, .mainCategory h3, .mainCategory h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0px;text-align: left;
    color: #ffc93c;    padding: 0px;
}
        /* w
        hy choose us */ 
.features-section-two { overflow: hidden; position: relative; padding: 50px 0px; background: #E5E5E5; color: var(--white); width: 100%; float: left; } 
.features-section-two .auto-container { max-width: 1300px; position: static; } 
.circle-one1 { position: absolute; left: -282px; top: 7px; width: 600px; height: 600px; border: 100px solid #88919b14; border-radius: 50%; } 
.features-section-two .column { position: relative; padding-top: 0px; } 
.features-section-two .column:nth-child(2) { order: 12; } 
.features-section-two .image-column { padding-top: 0px; order: 4; text-align: center; margin-bottom:0px; } 
.features-section-two .column .inner { position: relative; display: block; } 
.features-section-two .image-column img { position: relative; border-radius: 10px;    height: 370px; } 
.features-section-two .column .inner { position: relative; display: block; } 
.featured-block-three {     position: relative;
    margin-bottom: 15px;
    padding: 33px 20px;
    box-shadow: none;
    border-radius: 10px;} 
.featured-block-three:hover{ background:#d9e7ff;} 
.featured-block-three .inner-box { position: relative; display: block; padding-right: 100px; min-height: 96px; text-align: right; } 
.featured-block-three .icon-box { position: absolute; right: 0; top: 0; width: 80px; height: 80px; background: #fff0f2; 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: 15px;
    padding: 33px 20px;
    box-shadow: none;
    border-radius: 10px; } 
.featured-block-four:hover{background: #d9e7ff;} 
.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: #fff0f2; 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; } 

/* NEW COLOR THEME */
:root {
    --primary: #ff4a4a;
    --secondary: #ff4a4a;
    --hover-bg: #E8F1FF;
    --icon-bg: #FFF1F4;
    --icon-color: #ff4a4a;
}

/* FEATURE BLOCK UPDATED LOOK */
.featured-block-three, .featured-block-four {
       border: 1px solid #2A2A2A;
    background: #0F0F0F;
    transition: all 0.4s ease;
}

.featured-block-three:hover, .featured-block-four:hover {
    background: #0F0F0F;
    border-color: #c0c0c042;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgb(238 0 0 / 12%);
}
.featured-block-three:hover .icon-box svg, .featured-block-four:hover .icon-box svg{transform: scale(1.1);}
.icon-box svg { 
   transition: all 0.5s ease;}
/* ICON BOX IMPROVED LOOK */
.featured-block-three .icon-box, .featured-block-four .icon-box  {
        width: 85px;
    height: 85px;
    background: #ffffff;
    color: var(--icon-color);
    border: 2px solid #fc8860;
    transition: all 0.5s 
ease;
    transform-origin: center;
}

/* 🔄 ICON ROTATE ON HOVER */
.featured-block-three:hover .icon-box, .featured-block-four:hover .icon-box {
    background: #E5E5E5;
    color: #E5E5E5;
    border-color: var(--primary); 
    box-shadow: 0 6px 15px rgb(252 46 69 / 27%);
}
.bannerLeft .offerBoxes {
    margin-bottom: 0px;
}
/* TITLE COLOR */
.featured-block-three .title3, .featured-block-four .title3 {
    font-weight: 700;
    color: var(--primary);
    transition: color 0.3s ease;
}

.featured-block-three:hover .title3, .featured-block-four:hover .title3 {
    color: var(--secondary);
}

/* DESCRIPTION */
.featured-block-three p, .featured-block-four p {
    color: #E5E5E5;
    transition: color 0.3s ease;
}

.featured-block-three:hover p, .featured-block-four:hover p {
    color: #E5E5E5;
}
.inner-box .icon-box img.w-1000 {
    width: 50px;
}

.title3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #ff4a4a;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
}
.icon-box svg {
    width: 50px;
    color: #ff4a4a;
    height: 50px;
}
.copyright .col-xxl-7.col-xl-7.col-lg-7.text-right {
    color: #E5E5E5;
    font-size: 15px;
    display: inline; 
}
.col-xxl-7.col-xl-7.col-lg-7.text-right a{
    color:#E5E5E5;     display: inline;
}
.col-xxl-7.col-xl-7.col-lg-7.text-right a:hover{color: #ffc93c;}
.item .image img, .mainCategory .leftImage img, img{transition: all 0.5s ease;}
.allCategory .item .image:hover img{transform: scale(1.1);}
.mainCategory .leftImage:hover img, .banner-post-two:hover img{transform: scale(1.1);}
._li._li._li { 
    COLOR: #FFF;
}
/* about us start */
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding:16px 0 7px;
    margin: 0;
}
.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}
.heading_banner .container {
    position: relative;
    z-index: 9;
}
.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #E5E5E5;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
}
.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    color: #eee; 
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #0f0f0f;
    position: relative;
    margin: 0;
       border-bottom: 1px solid #ffffff14;
}
.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px;    display: flex;
}
.inner_breadcrumb .breadcrumb li.active {
    color: #ffc93c;
}
.bg-light { 
    background-color: #1c1c1c !important;
}
.shouldConsult.shouldConsult2.bg-light.w-100.float-start.py-5 p {
    color: #fff;
}
.inner_breadcrumb .breadcrumb li:before {
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #E5E5E5;
    display: inline-block;
}
.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
    content: "/";
}
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #1c1c1c !important;
}
.wps_right {
    float: left;
    width: 100%;
}
.product_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}
.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #ffffff;
}
.inner_breadcrumb .breadcrumb a {
    color: #fff;
}
.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #ff4a4a;
}
.wps_right h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #ff4a4a;
}
.h2_title {
    font-size: 30px;
    color: var(--logoColor);
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    font-weight: 900;
    padding-bottom: 0px;
    text-align: center;
}
.shouldConsult.shouldConsult2.bg-light.w-100.float-start.py-5 {
    background: #0f0f0f !important;
}
/* faq */
.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}
.accordion-button:not(.collapsed) {
    color: #E5E5E5;
    background:linear-gradient(180deg, #ff4a4a, #ff4a4a);
    font-weight: 800;
}
.accordion-body p {
    font-size: 15px;
    line-height: 24px;
}
.accordion-button:hover, .accordion-button:focus {
    color: #E5E5E5;
    background: linear-gradient(180deg, #ff4a4a, #b81e1e);
}
.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-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);
}
.tm-slide-p1 {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #ebeaea;
    color: #292929;
    text-align: left;
    margin: 0;
}
.testimonials-sec .googleReview2{padding-bottom: 50px;}
.testimonials-sec {
    width: 100%;
    float: left;
}
.faq_section {
    float: left;
    width: 100%;
    overflow: hidden;    background: #0f0f0f !important;
}
.approach.company-core-value {
    width: 100%;
    float: left;
}
.clientSection {
    width: 100%;
    float: left;
}
.clientSection .clients {
    opacity: 1;
    padding: 5px 5px;
    line-height: 0;
    position: relative;
    height: 100px;
    overflow: hidden;
    margin: 20px auto;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
    width: 98%;
    border-radius: 5px;display: flex;align-items: center;justify-content: center;
    background: #ffffff;
    border: 1px solid #e3e3e3;
}
.accordion-button { 
    font-size: 17px;
    font-weight: 500 !important;
    padding: 10px 15px;    background: #272727;    color: #fff;
}
.accordion-item {
background-color: #1c1c1c;
    border: 1px solid rgb(0 0 0 / 66%) !important;
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
}
/* about us end */
/* ABOUT CSS CUSTOM */ 
.features {  width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/backgrounds.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
.features:before { content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%;    background: #ff4a4af2;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #ff4a4a99 80%); } 
.features .h2_title { color: #E5E5E5; } 
.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; 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: #E5E5E5; margin-top: 12px; color: #E5E5E5;} 
.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: #E5E5E5;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;font-weight: 600;font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #E5E5E5; -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: 16px; line-height: 24px; margin-bottom: 0; color: #E5E5E5; 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: #f65354; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: #E5E5E5; } 
.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 / 55%);   background: #1c1c1c; } 
.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: #E5E5E5; 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: #ff4a4a;
    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 #353535;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1c1c1c;
    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;    filter: invert(1); } 
.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:#1c1c1c;} 
.features .more-features p a { position: relative; color:#ff4a4a; -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: 75px;padding: 10px; border-radius: 5px; border: 1px solid var(--light-gray);    filter: invert(1);} 
.div-cla p.fs-18.mt-0 { text-align: justify; } 
.counter-block p { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; } 
/*  */
.fs-20.mt-3.mb-2.title3 {
    font-size: 18px;
    font-weight: 800;
}
 
/* contact us */ 
.bg-sky { background: #ff4a4a  !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: #ff4a4a; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
.shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
.z-index-1 { z-index: 1; } 
.h-170 { height: 215px; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #ff4a4a; 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 #ff4a4a; 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 #ff4a4a; 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 #ff4a4a; 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: #E5E5E5; } 
 
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: #E5E5E5;    border:0px solid #E5E5E5; } 
.form-group, .form-control { position: relative;font-size: 14px; margin: 0px 0px 10px;font-weight: 400;} 
section.testimonials_section.pb-3:before { height: 65px;} 
.why-choose-us-sd ul li{list-style:none} 
.why-choose-us-sd ul li { list-style: none; display: flex; } 
.why-choose-us-sd ul li svg { padding: 5px; background: #ff4a4a33; border-radius: 50px; margin-right: 10px; } 
.why-choose-us-sd ul li svg{padding: 5px;} 
.why-choose-us-sd ul li { list-style: none; display: flex; margin-bottom: 10px; } 
.youtube_video.float-start.p-3.rounded.py-2.bg-white { width: 100%; background: #E5E5E5; padding: 15px; box-shadow: 0px 0px 5px 0px #ccc;} 
.default-form-area.p-4.rounded-3.text-center.border-bottom.border-3.border-light.bg-white {    border: 0px solid #eee;
    box-shadow: 0px 0px 5px 0px #cccccc00;
    background: #0f0f0f !important; } 
    .row.justify-content-center .clients1 {
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    section.webpulse_home_product.bg-light .item .item_info { 
        border: 1px solid #cccccc33;
    }
    .home-headers{height: 630px;}
    
    .contact_map {
        float: left;
        width: 100%;
        height: 350px;
    }
  form#contact_form input.form-control {
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #666666;
}
 
form#contact_form textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    background: #2a2a2a !important;
    border: 1px solid #5f5d5d;
}
form#contact_form input.form-control::placeholder, textarea.form-control::placeholder{color:#fff;}
    /* blogs details */
    .blog_details {
        float: left;
        width: 100%; 
    }
    .blog_details ul {
        display: flow-root;
        margin: 0px 0 20px;
        padding: 0;
    }
    .blog_details1 {
        float: left;
        width: 100%;}
        .blog_details_img {
            width: 100%;
            text-align: center;
            height: 500px;
            overflow: hidden;
            margin-bottom: 15px;
        }
        .blog_details_img img {
            width: auto;
            max-width: 100%;
            height: 100%;
            max-height: 100%;
            margin: 0 auto;
        }
        .blog_details1 h2 {
    margin: 10px 0px;
    padding: 0;
    line-height: 30px;
    color: #ffc93c;
    font-size: 20px;
}
        .blog_details_img { 
    background: #ffffff;
}
        .blog_details1 .block-quote {
            padding: 30px 30px;
            margin-bottom: 20px;
            background: #1c1c1c;
            border-left: 3px solid #ff4a4a;
        }
        ul.ulinse {
    display: inline-block;
}
        .blog_details1 h3 {
            margin: 0 0 5px;
            padding: 0;
            line-height: 30px;
            color: #ff4a4a;
        }
        .blog_details1 ul {
            float: none;
            width: 100%;
            margin: 10px 0px;
            padding: 0;
        }
        .blog_details1 ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    color: #ffffff;
    display: flex;
    font-weight: 400;
    align-items: center;
        }
        .blog_details ul.ulinse li {
            display: inline-block;
            margin-right: 15px;
            list-style: none;
            color: #ffffff;
            font-weight: 600;
        }
        .blog_details1 ul li:before {
            width: 20px;
            height: 20px;
            color: #363636;
            font-weight: 400;
            margin-top: 0;
            margin-right: 5px;
            float: left;
            content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
        }
        /* sitemap */
        .blog_page.bg-light2 {
    background: #2a2a2a;
}
.single-item.p-3.pt-5.h-100.corner.text-center.position-relative.bg-light2 {
    background: #0f0f0f;
}
.text-holder.position-absolute1.z-index-9.w-100.start-0.px-3 {
    position: relative;
}
a.text-muted.fw-bold.fs-13.lsp-5 {
    display: inline-block;
    color: #fff !important;
}
a.text-muted.fw-bold.fs-13.lsp-5:hover {
    display: inline-block;
    color: #ffc93c !important;
}
.position-relative.z-index-9 a.text-muted {
    color: #fff !important;
}
.position-relative.z-index-9 a.text-muted:hover {
    color: #ffc93c !important;
}
        .sitemap {
            border-left: 1px solid #666;
            padding: 0;
        }
        .sitemap li {
            list-style: none !important;
            background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
            padding: 0px 0px 0px 15px;
            margin-bottom: 5px;
        }
        .sitemap li a {
               color: #ffffff;
    font-size: 15px;
            padding-bottom: 5px;
            display: block;
            letter-spacing: 0px; 
        }
        .sitemap li ul {
            border-left: 1px solid #666;
            padding: 0;
        }
        /* markerarea */
        .market_area h2, h3.mt25{
            float: left;
            display: block;
            color: #ff4a4a;
            margin: 10px 0px;
        }
        .market-list {
            float: left;
            width: 100%;
            margin: 0 !important;
            padding: 0;
        }
        .market-list li {
            list-style: none;
            padding-right: 10px;
            line-height: 20px;
            width: 25%;
            float: left;
        }
        .market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #ffffff !important;
    font-size: 15px;
    background-color: #0f0f0f;
    font-weight: 500;
        }
              /* category */
              .category_page .wps_right ul li {
                display: block;
                list-style: none;
                line-height: 30px;
                color: #fff;
                font-size: 15px;
                font-weight:400;
            }
            .category_page .wps_right ul li:before {
                margin-right: 5px;
                content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' 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>");
            }
            .wps_right ul li:before {
                width: 20px;
                height: 20px;
                color: #fff;
                font-weight: 400;
                margin-top: 0;
                margin-right: 5px;
                float: left;
                content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
            }
            .wps_right ul {
                margin-bottom: 15px;
            }
            .wps_right table tbody tr td:first-child {
                color: #ff4a4a;
                font-weight: 500;
                width: 40%;
            }
            .wps_right table tbody tr td {
                border: 1px solid #dfdfdf;
                width: 60%;
            }
            .wps_right table tbody tr td {
                vertical-align: middle;
                padding: 6px 10px;
                font-size: 15px;
                line-height: normal;
                text-align: left;
            }
            .wps_right h3 {
                font-size: 20px;
                line-height: normal;
                margin-bottom: 10px;
                color: #ff4a4a;
            }
            .allListing {
                width: 100%;
                float: left;
            }
            .you_may {
                float: left;
                width: 100%;
                padding: 10px;
                margin: 20px 0px;
                line-height: 30px;
                color: #ffffff !important;
                font-size: 22px;
                font-weight: 600;
                border-bottom: 0px solid #323232;
                background:linear-gradient(180deg, #e0ae2a, #c59415);
                border-radius: 5px;
            }
            .product_popup h6 {
                font-size: 16px;
                margin: 10px 0px;
                font-weight: bold;
            }   
            a.mainBtn3.mx-1.px-3.bgdark, a.mainBtn3.read_more.callback.mx-1 { border:1px solid #eeeeee75;
                background: linear-gradient(180deg, black, #333);}
            .product_listing {
            float: left;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd3d;
    box-shadow: 0px 0px 5px 0px #ffffff00;
    border-radius: 10px;
    overflow: hidden;
    background: #0f0f0f;
            }
            .product_listing .product {
            width: 100%;
            position: relative;
            padding: 0;
            text-align: center;
            min-height: inherit;
            overflow: hidden;
            border-right: 1px solid #dddddd;
            display: block;
            }
            .product_listing .product .small img, .product_listing .product .largeImage img {
                padding: 0;
                cursor: pointer;
                border: 0px solid #323232;
            }
            .product_listing .product .small {
                padding-top: 10px;
                overflow: hidden;
                text-align: center;
                display: flex;
                justify-content: center;    padding-bottom: 10px;
            }
            .product_listing .product .small .item.active {
                border-color: #ff4a4a;
            }
            .product_listing .product .small .item.youtube a {
                color: #E5E5E5;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .product_listing .product .small .item {
                display: inline-block;
                margin-right: 6px;
                width: 60px;
                cursor: pointer;
            }
            .product_listing .product .small .item.youtube {
                width: 60px;
                height: 60px;
                background: #f70000;
                color: #E5E5E5;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .product_listing .product .small .item:last-child {
                margin: 0;
            }
            #thumbs img, #largeImage {
                padding: 0;
                cursor: pointer;
                border: 1px solid #ededed;
                border-radius: 5px;
            }
            #thumbs {
                padding-top: 10px;
                overflow: hidden;
                text-align: center;
            }
            #thumbs img.active {
                border-color: #ff4a4a;
            }
            #thumbs img {
                display: inline-block;
                margin-right: 6px;
                width: 70px;
            }
            #thumbs img, #largeImage {
                padding: 0;
                cursor: pointer;
                border: 1px solid #ededed;
                border-radius: 5px;
            }
            .product_listing .product .largeImage img{width: 100%;}
            .product_listing .product .small img, .product_listing .product .largeImage img {
                padding: 0;
                cursor: pointer;
                border: 0px solid #323232;
            }
            .right-content {
                position: relative;
                padding-right: 15px;    padding-bottom: 0px;
            }
            .right-content .title4 {
                line-height: 24px;
                padding: 10px 0;
                text-align: left;
                margin: 0;
                font-size: 20px;
                font-weight: 800;
                color: #E5E5E5;
            }
            .right-content .title4 a {
                color: #ffffff;
            }
            .product_listing:hover .right-content h4 a {
                color: #ff4a4a;
            }
          table  tr {
    color: #fff;
}
            .col-lg-6 .right-content p {
                font-size: 15px;
                margin-bottom: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }
            .blue-line1 {
                width: 100%;
                display: block;
                height: 1.1px;
                background: #d5d5d5;
                position: relative;
                margin-bottom: 10px;
                padding: 0 15px;
            }
            .product_showcase {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 0 0 6px 0;
                margin-bottom: 8px;
            }
            .productBrochureandvideo {
                margin-right: 15px;
                border: 1px dashed #ffc93c;
                padding: 5px;
                border-radius: 5px;
            }
            .productBrochureandvideo a {
                font-weight: 800;
                color: #ffc93c;
            }
            .productBrochureandvideo a svg {
                color: #ffc93c;
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }
            .productBrochureandvideo a {
                font-weight: 800;
                color: #ffc93c;
            }
            .right-content p {
                font-size: 15px;
                margin-bottom: 10px;
            }
            .right-content .more_info {
         float: left;
    width: 100%;
    overflow: hidden;
    max-height: 238px;
    overflow: auto;
    padding-right: 15px;
    margin-bottom: 10px;
            }
            .right-content table {
                margin-bottom: 15px;    border: 1px solid #cccccc4a;
            }
            .wps_right table {
                margin: 0;
            }
            .right-content h3,  .right-content h4, .right-content .title4{
                line-height: 24px;
                padding: 10px 0;
                text-align: left;
                margin: 0;
                font-size: 20px;color: #fff;
                font-weight: 600;
            }
            .item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}

.item.youtube svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
         .right-content h3 a, .right-content h4 a {
             color: #ffffff;
    font-size: 18px;
            }
            .right-content:hover h3 a, .right-content:hover  h4 a{
                color: #ff4a4a !important;
            }
            .market-list li a:hover {
                background: #ff4a4a;
                color: #fff !important;
            }

form#callback_form p {
    color: #000;
}     
        .slides {
            width: 50px;
            border: 1px solid #ccc;
            cursor: pointer;
          
        }
        .slides.active {
            border: 1px solid #ff4f4f;
        } 
        .cmTitle{font-size: 20px;color:#fff;margin: 10px 0px;color:#ffc93c;}
/* clients */
.clients {
    background: #E5E5E5;
    padding: 10px 40px;border: 1px solid #eee;
    border-radius: 5px;
}
.marque.bg-dark1 {
    background: #ff4a4a;    font-size: 14px;
    border-bottom: 1px solid #ffbab0;
}
.header.stricky-fixed .marque.bg-dark1.py-1 {
    display: none;
}
.header.stricky-fixed .top_bar {
    display: none;
}
.header.stricky-fixed .logo{ 
    padding: 0px 0px;}
    .header.stricky-fixed .logo img {
        max-width: 180px;
    }
    .logo.logo1 a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo{display: none;}
    .logo1{display: block;}
    .header.stricky-fixed .logo1{display: none;}
    .header.stricky-fixed .logo2{display: block;}
    .owl-carousel.allSlider .owl-prev, .owl-carousel.allSlider .owl-next { 
        top: 37%;}
        .processSection2.processSection .single-process:after{display: none;}
        .processSection.processSection2 .single-process {
            border: 1px solid #e7e7e7;
            border-radius: 5px;
            width: 90%;
            margin: auto;
            padding: 15px 0px;
        }
/* social media */
.socialIcons {
    position: fixed;
    right: 0;
    top:75%;
    width: auto;
    padding: 0;
    margin: 0;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.socialIcons a.youtube, .socialIcons a.youtube span {
    background-color: #f70000 !important;
}
.socialIcons a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 4px 0;
    margin-right: 0px;
    position: relative;
    width: 55px;
    height: 35px;
    border-radius: 10%;
    margin-right: -20px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    color: #E5E5E5;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.socialIcons a.facebook, .socialIcons a.facebook span {
    background-color: #3b5998 !important;
}
.socialIcons a.instagram, .socialIcons a.instagram span {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
.socialIcons a.linkedin, .socialIcons a.linkedin span {
    background-color: #0077B5 !important;
}
.socialIcons a:hover span {
    opacity: 1;
    transform: translateX(-110%);
}
.socialIcons a.youtube, .socialIcons a.youtube span {
    background-color: #f70000 !important;
}
.socialIcons a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80%;
    position: absolute;
    white-space: nowrap;
    padding: 0 20px;
    left: 0;
    top: 12px;
    bottom: 12px;
    opacity: 0;
    z-index: -100;
    background-color: #443f7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    height: 20px;
}
/* numbering show */
.whyChooses .count-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    border-right: 1px solid #7e7e7e;
}
.z-index-99{z-index: 99;}
.whyChooses::after{ 
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: #000000c4;
    height: 100%;}
.whyChooses .count-bx .ic-bx {
    width: 60px;
}
.whyChooses .count-bx .tx-bx {
    text-align: left;
}
.whyChooses .count-bx .tx-bx .coun {
    font-size: 30px;
    font-weight: 900;
    background-color: #efefef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyChooses .count-bx .tx-bx p {
    color: #eee;
    margin: 0;
    padding: 0;
    line-height: normal;
}
/* blogs */
.bannerPost .serviceBox .readMore1 { 
    width: 135px; 
    display: block;margin-bottom: 10px;
}
.bannerPost .serviceBox .image {
    height: 200px;}
.bannerPost .serviceBox .serviceTitle { 
    white-space: inherit; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vmv-btn {
    transition: all .2s 
linear;
    background: #FFC93C;
    padding: 3px 10px;
    margin-top: 0px;
    color: #0e0e0e;
    animation-duration: 1s;
    animation-timing-function: 
ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse;
    font-size: 16px;
    margin-left: 20px;    border: 1px solid #FFC93C ;
    border-radius: 0px;
}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 #FFC93C;box-shadow:0 0 0 0 #FFC93C}
100%{-webkit-box-shadow:0 0 0 20px rgba(21,101,192,0);box-shadow:0 0 0 20px rgba(21,101,192,0)}
}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 #FFC93C;box-shadow:0 0 0 0 #FFC93C}
100%{-webkit-box-shadow:0 0 0 20px rgba(21,101,192,0);box-shadow:0 0 0 20px rgba(21,101,192,0)}
}

ul.social_box.w-auto a:hover { 
    color: #ffd874 !important;
    border: 0px solid #ffc93c;
    background: #ffc93c00;
}
footer .mainBtn2 {
   
    padding: 5px 20px;
    font-size: 15px;
   
}

.navigation .menu ul li.cs-submenu.submenus8 ul.cs-dropdown{
    right: -20px;
    left: inherit;
}
.navigation .menu ul li.cs-submenu.submenus7 ul.cs-dropdown{ right: -80px;
    left: inherit;}

    .features-section-two .image-column img { 
     height: 100%;
    object-fit: cover;
}
.title4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    color: #ff4a4a;
    font-family: var(--fontTitle);
    letter-spacing: 0px;
}
.processSection.processSection2 ul li {
    width: 20%;
} 
/* testimonials start */
            
            .testimonials .testimonial {
                color: #E5E5E5;
                position: relative;
                background:#0F0F0F;
                padding: 33px;
                margin: 0 0 20px 0px;
                border-radius: 5px 5px 5px 0px;
            }
            .testimonials .testimonial::before, .testimonials .testimonial::after {
                content: "";
                display: inline-block;
                position: absolute;
                left: 0;
                bottom: -20px;
            }
            .testimonials .testimonial::before {
                width: 20px;
                height: 20px;
                background: #9b9b9b;
                box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
            }
            .testimonials .testimonial::after {
                width: 0;
                height: 0;
                    border: 10px solid #000000;
                    border-bottom-color: #1c1c1c;
                    border-left-color: #1c1c1c;
                            }
          
            .testimonials .testimonial p {
                text-indent: 50px;
                line-height: 24px;
                margin: 0;
                color: #E5E5E5;font-size: 15px;
            }
            .testimonials .testimonial p::before {
                content: "\201D";
                  font-family: Arial,sans-serif;
                color: #ffc93c;
                font-weight: bold;
                font-size: 68px;
                line-height: 115px;
                position: absolute;
                left: -17px;
                top: 0;
            }
       
        
.review_item { padding: 0px; border-radius: 3px; background: #ffffff00; direction: ltr; position: relative; z-index: 1; } 
.review_item::before { position: absolute; content: ""; right: 35px; top: inherit;    bottom: 25px; z-index: -1; background-image: url(../images/quote.svg); background-repeat: no-repeat, repeat; width: 50px; height: 42px; } 
.review_item .clint-info-wrapper { display: flex; align-items: center; } 
.review_item .clint-info-wrapper .thumb { position: relative; z-index: 1; display: inline-block; height: 70px; width: 70px; padding: 3px; background: #E5E5E5; border-radius: 100%; overflow: hidden; min-width: 70px; border: 2px dashed #ddd; } 
.review_item .clint-info-wrapper .client-info { padding-left: 15px; } 
.review_item .clint-info-wrapper .client-info .title {     color: #ff4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: var(--fontTitle);} 
.review_item .clint-info-wrapper .client-info span { color: #e5e5e5; font-weight: 500; font-size: 15px; } 
.review_item .description { margin-top: 10px; } 
.review_item .description p { margin-bottom: 0; color: #666; font-weight: 600; } 

/* testimonials end */

/* blogs */
.news-section-two {
  position: relative;
  padding: 100px 0 70px;}
  .sec-title {
  position: relative;
  margin-bottom: 35px;
}
.news-block-two {
  position: relative;
}
.news-block-two .inner-box {
  position: relative;
  /* margin-bottom: 30px; */
}
.news-block-two .image img {
  border-radius: 6px;
  width: 100%;
}
.news-block-two .lower-content {
    position: relative;
    background-color:#1c1c1c;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -36px;
    padding: 15px;    border: 1px solid #4b4b4b;
    box-shadow: 0 0 62px 0 rgba(27, 31, 45, .09);
}
.news-block-two .lower-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: -ms-linear-gradient(90deg,#191d2a 0,#30364d 75%);
  opacity: 0;
  transition: .5s;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  border-radius: 6px;
}
.news-block-two .category {
  position: relative;
  font-size: 13px;
  color: #E5E5E5;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 3px 21px;
  transform: translateY(-12px);
  margin-bottom: 10px;
  transition: .5s;
  background: #cd7c1c;
  width: max-content;
  line-height: 18px;
}
 
.news-block-two .title3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #202020;
     padding-bottom: 5px;
    margin-bottom: 0px;
  transition: .5s;
}
 .news-block-two a.read-more-link {
    color: #ff4a4a;
    font-size: 15px;
    font-weight: 500;
}
.news-block-two .title3 a {
    transition: all 0.5s ease;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    color: #e5e5e5;
    font-family: var(--fontTitle);
}
.news-block-two .image {
    overflow: hidden;
    aspect-ratio:16/10;
    min-width: 100%;  border-radius: 6px;;
    min-height: 100%;
}
.news-block-two:hover img{transform: scale(1.1);}
.news-block-two .title3 a:hover{color:#ff4a4a}
.news-block-two a.read-more-link:hover {
    color:#ffc93c;}
    .top_bar ._left .call_us a:hover span{color:#ffdc80;}
    .footer .address-list li a:hover {
    color: #ffc93c;
}
header ul.follow-us.p-0 li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
 .call_us.text-white span {
    font-weight: 500;
}
header .follow-us li.linkedin a{color: #0274b3;}
header .follow-us li.youtube a{color: #e12428;}
header .follow-us li.twitter a{color: #323232;}
header .follow-us li.facebook a{color: #496eb4;}
header ul.follow-us.p-0 li a:hover svg{transform: scale(1.1);}
/* award */
.gallery_page .gallery_item {
    margin-bottom: 0px;
    height: 100%;
}
.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #1e1e1e;
}

.gallery_page .gallery_item {
    border-radius: 10px;
    background-color: rgb(255 255 255);
    box-shadow: none;
    margin-bottom: 0px;
    overflow: hidden;
    border: 1px solid #4e4e4e;
}

.gallery_page .gallery_item img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 0px;
    object-fit: contain;
    max-height: 100%;
}
.gallery_page .gallery_item h4 {
    color: #fff;
}
.gallery_item_info {
     text-align: center;
    padding: 4px 10px;
    background: #0f0f0f;
}

.gallery_item_info .title2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: #ff4a4a;
    font-family: var(--fontTitle);
    letter-spacing: 0px;text-transform: capitalize;
}

.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: 0px;
}

.hover_effect:after {
    color: #E5E5E5;
    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: #ff4a4a;
}

.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>");
}

/* footer */
.footer {
     padding: 70px 0 40px;
    background:#1b1b1b;
     /* #0F0F0F;     */
    /* background-position: top center;
    background-size: cover;
    background-image: url(../images/footer-bg.svg); */
}
.copyright { 
  background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #E5E5E5;
}
.footer .thumb-headline {
    color: #ff4a4a;}
    .footer p{
    color: #E5E5E5;
    font-size: 16px;font-family: var(--fontTitle);
}
.clientSection.bg-light4.py-5 {
    background:#1b1b1b;
    padding-bottom: 25px !important;
}
.ulinked .item {
padding: 0px 5px;
    width: 15%;
}
.header.stricky-fixed .top-headers{display: none;}
.features-section-two .column .inner .icon-box img {
    width: 47px;transition: all 0.5s ease;
    height: 47px;
}
.featured-block-three:hover img, .featured-block-four:hover img{transform: scale(1.1);}
.bannerPost.bg-dark.bg-light2.py-5 {
    background: #1c1c1c !important;
}
section.blog_page.bg-light2.w-100.float-start.py-5 {
    background: #2a2a2a;
}
span.stButton span.email, span.sharethis {
    color: #ffffff;}
.stButton { 
    color: #ffffff !important;}
.bannerPost.bg-dark.bg-light2.py-5 .news-block-two .lower-content { 
    background-color: #0f0f0f;}
    .product_popup .fw-bold.fs-6 {
    color: #000;
    margin: 10px 0px 0px;
}
.single_image img {
    border-radius: 10px;
    transition: all 0.5s ease;
}
.single_image{aspect-ratio: 1;overflow: hidden; border-radius: 10px;}
.single_image:hover img{transform: scale(1.1);}
.product_listing .product .single_image {
    border-radius: 0px;
}
.product_listing .product .small img, .product_listing .product .largeImage img { 
    border-radius: 0px;
}
tbody, td, tfoot, th, thead, tr { 
    border-width: 1px;
    padding: 8px;
}
.right-content table { 
    width: 100%;
}
.right-content .mainBtn3 { 
    margin-top: 10px !important;
    margin-bottom: 15px;
}
@media (min-width:1024px) {
    .search_bx form {
    display: flex;
    align-items: center;
    width: 360px;
    float: right;
}
.navigation .menu li.cs-submenu1.cs-submenu >ul.cs-dropdown, .navigation .menu li.cs-submenu2.cs-submenu >ul.cs-dropdown {
    /* min-width: 600px; */
    left: -0%;
}
.navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown { 
        width: 100%;
    }
    .navigation .menu li.cs-submenu2.cs-submenu >ul.cs-dropdown >li ul.cs-dropdown {
    overflow-y: auto;
    max-height: 260px;
}
    .navigation .menu >ul li.cs-submenu7.cs-submenu >ul.cs-dropdown{        right: inherit;
        left: -100%;}
.navigation .menu li.cs-submenu1.cs-submenu >ul.cs-dropdown >li, .navigation .menu li.cs-submenu2.cs-submenu >ul.cs-dropdown >li {
    width: 100%;
    float: left;
    border-left: 1px solid #524e4e;
}
.featured-block-three, .featured-block-four { 
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block;
    right: 100% !important;
}
.navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown {
          right: inherit !important;
        left: -100% !important;
}
.navigation ul >li.cs-submenu ul.cs-dropdown li a button { 
    color: #d7d7d7;
}
}
 

.col-lg-3.col-md-12.categorylist h3, .col-lg-3.col-md-12.categorylist h4, .col-lg-3.col-md-12.categorylist .title4{
    text-align: center;
}
a.mainBtn3.mx-1.px-3 svg{display: none;}
.col-lg-3.col-md-12.categorylist .right-content .title4 a {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
}
.col-lg-3.col-md-12.categorylist .right-content .more_info p {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.col-md-5c{width:50%}
.col-md-5c .hover_effect { 
    aspect-ratio: 1024 / 683; 
}
  /* 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; } 
.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; }
.navigation .menu ul li .megamenuli{display: none;}
.navigation .menu ul li:hover .megamenuli{display: block;}
/* video end code */
@media (min-width:1024px) {
.mainCategory .gridFlex:nth-child(even) .rightInfo .scrollbar-auto {
        max-height: 430px;}
   .col-md-5c{width:20%} 
 .navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown ul.cs-dropdown li ul.cs-dropdown.last-child {
        right: inherit !important;
        display: none !important;
        left: 0px !important;
    }
.scrollbar-auto {
    max-height: 340px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 20px;

    /* Firefox */
    scrollbar-width: none;
    scrollbar-color: #999 transparent;
}

/* Show scrollbar on hover (Firefox) */
.scrollbar-auto:hover {
    scrollbar-width: thin;
}

/* Chrome / Edge / Safari */
.scrollbar-auto::-webkit-scrollbar {
    width: 4px;              /* thin */
    opacity: 0;
}

.scrollbar-auto:hover::-webkit-scrollbar {
    opacity: 1;
}

.scrollbar-auto::-webkit-scrollbar-track {
    background: transparent;
}

.scrollbar-auto::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

/* Hover par thumb darker */
.scrollbar-auto:hover::-webkit-scrollbar-thumb {
    background-color: #666;
}

.navigation .menu ul li ul.cs-dropdown li a:hover button.dropdown-expander {
    color: var(--white);
}
.navigation .menu ul li.cs-submenu7.cs-submenu ul.cs-dropdown {
    left: -100% !important;
    right: inherit;
}
.navigation .menu ul>li.mg-li li.cs-submenu8.cs-submenu ul.cs-dropdown {
    left: -15%;
}
.navigation .menu >ul.cs-dropdow li.cs-submenu >ul.cs-dropdow >li.cs-submenu a button{color:#fff !important}
/* .navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown ul.cs-dropdown li:hover ul.cs-dropdown.last-child{display: block;} */
.navigation .menu ul>li.mg-li li.megaSection:hover a {
        color: #ffc93c;
        background: #00000000;
    }
    .navigation .menu ul>li.mg-li li.megaSection a span{         color: #fff;
        text-transform: capitalize;}
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(
-90deg);
}
       .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
        width: 95%;
        height: auto;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
        width: 100%;
        height: auto;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        padding-right: 5px;
        text-align: left;
        padding: 10px;
    }
    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
        border: 0;
    }
    .navigation .menu ul li.mg-li {
        position: static;
    }
    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown {
           position: relative;
        display: block !important;
        width: 100%;
        left: 0 !important;
        top: 100%;
        margin: 0 0 5px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        overflow: visible;
    }
    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown ul.cs-dropdown.last-child {
    display: block;
    left: 0px !important;
    right: inherit !important;
}
.navigation .menu .cs-dropdown .mg-li li.cs-submenu .cs-dropdown ul.cs-dropdown .cs-submenu.last-child:hover ul.cs-dropdown.last-child {
        display: block !important;
        right: inherit !important;
        box-shadow: none;
        left: 0% !important;
    }
    .navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown ul.cs-dropdown .cs-submenu.last-child:hover ul.cs-dropdown.last-child{display: block !important;
        right: inherit !important;display:  block !important;        position: relative !important;
       box-shadow:none; left: 0% !important;}
.navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown ul.cs-dropdown li ul.cs-dropdown.last-child {
        right: inherit !important;
        display: block !important;
        left: 0px !important;
    }
.navigation .menu .cs-dropdown .mg-li li.cs-submenu .cs-dropdown ul.cs-dropdown .cs-submenu.last-child ul.cs-dropdown.last-child{
      display: block;
    left: 0px !important;
    right: inherit !important;
}
.navigation .menu ul .mg-li li.cs-submenu ul.cs-dropdown li a {
    color: #E5E5E5; 
    padding: 5px 15px;}
    .navigation .menu ul>li.mg-li li.megaSection ul li ul li a span {
    color: #fff;
    text-transform: capitalize;
}
.navigation .menu ul>li.mg-li li.megaSection ul li ul li ul li a span {
    color: #ffffff;
}
.navigation .menu ul>li.mg-li li.megaSection ul li ul li ul li a:hover span {
    color: #fff;
}
ul>li.mg-li ul li a button.dropdown-expander{display: none;}
.wps_right .scrollbar-auto {
    max-height: 550px;
}
}

.iti {width: 100%;}
select, input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.iti__selected-country-primary {
    background: #eee;
    padding: 0px 10px;
}
span.iti__country-name {
    color: #333;
}
 .iti .iti__selected-dial-code { 
    color: #333;
}
.error-message {
    color: red;
    margin-top: 5px;
}


.follow-us li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: none;
}
form#contact_form button.iti__selected-country {
    background: #eee;
    padding-right: 5px;
}
.home-call-section .call-wrapper .video_gallery .vd_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.33);
}
.video_gallery .vd_bx img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.search_btn {
    pointer-events: auto;
}


textarea.form-control::placeholder{color:#888;}


@media (min-width:1024px) {
    .bannerPost.bg-dark.bg-light2.py-5 .news-block-two .lower-content, .bannerPost .news-block-two .lower-content { 
    height: 105px;
}
.navigation .menu ul li.cs-submenu8.cs-submenu ul.cs-dropdown {
    right: -15px;
    left: inherit;
}
.navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown {
        right: -100% !important;
        left: inherit !important;
    }
    .navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown ul.cs-dropdown {
    display: block;
    right: -100% !important;
}
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
        display: block;
        right: -100% !important;
    }
    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown li ul{display:none !important;}
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul{display: block !important;}
}