:root { --font: "Hanken Grotesk", sans-serif; --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
     --pri: #5a8d18; --sec: #ebff66;
      --text-color: #192324; --text-light: #8C8C8C; --para-color: #636363; } 
body { background: #fff; color: #363636; font-family: var(--font); font-size: 16px; } 
h1, h2, h3, h4, h5, h6 { font-family: var(--font); color: #0c0c0c; margin: 0 0 20px; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0c0c0c; } 
p a { color: #363636; width: auto; display: inline-block; } 
p a:hover { text-decoration: underline; outline: none; } 
p { letter-spacing: normal; margin-bottom: 10px; line-height: 24px; font-size: 16px; color: #363636; } a { color: #7f7f7f; text-decoration: none; outline: none; display: block; } a:hover, a:focus, a:active { outline: none; text-decoration: none; } 
img { max-width: 100%;height: auto; } 
iframe { border: 0; width: 100%; } blockquote { padding: 0; border: 0; } label { color: #7f7f7f; display: block; font-weight: 400; margin: 0; } 
textarea { background: #fff; height: 100px !important; } 
textarea, select, input { border: 1px solid #ccc; height: 40px; border-radius: 0; background: #fff; line-height: 40px; box-shadow: none; padding: 0 15px; box-sizing: border-box; font-size: 15px !important; } 
.form-group { position: relative; margin-bottom: 15px } 
.form-control::-moz-placeholder { color: #555; } 
.form-control:focus::-moz-placeholder { color: var(--pri); } 
.form-control:focus { border-color: var(--pri); box-shadow: none; outline: 0; } 
h2 { font-size: 26px; font-weight: bold; } 
h3 { font-size: 20px; margin: 0 0 30px; font-weight: bold; } 
h3 span { padding: 0 10px 0 0; position: relative; } 
h4 { font-size: 16px; font-weight: bold; margin: 0; text-transform: capitalize; text-align: center; padding: 15px 0; color: #fff; } 
h5 { text-transform: capitalize; } 
/* Header*/ 
.header { float: left; width: 100%; position: absolute; top: 0; left: 0; z-index: 10; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); } 
.topbar { float: left; width: 100%; margin: 0; padding: 5px 0; } 
.topbar .w-p-s-logo { margin: 5px 0; max-width: 180px; } 
.top_right { float: left; width: 100%; display: flex; justify-content: flex-end; height: 75px; align-items: center; margin: 0; gap: 20px; } 
.search { max-width: 330px; width: 100%; margin: 0 0px; padding: 0; position: relative; } 
.search_btn { position: absolute; top: 0; right: 0; height: 100%; padding: 0 12px; line-height: 40px; background: var(--pri); color: #fff; border: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0px 4px 4px 0; height: 40px; display: flex; align-items: center; justify-content: center; } 
.search_btn:hover { background: var(--pri); color: #fff; } 
.phone_call { display: inline-block; list-style: none; margin: 8px 0; padding: 0 } 
.phone_call a { color: #fff; text-decoration: none; font-size: 16px; font-weight: 600; } 
.phone_call a svg { color: var(--pri); width: 20px; height: 20px; margin-right: 3px; vertical-align: middle } 
.phone_call a:hover { color: var(--pri) } 
.phone_call a:hover svg { color: var(--pri) } 
.navbar .phone_call a { color: #fff; } 
.navbar .phone_call a:hover, .navbar .phone_call a:focus { color: var(--pri); } 
ul.social { float: left; margin: 0; padding: 0; } 
.top_right ul.social { float: left; margin: 0; list-style: none; padding: 0px; width: auto; } 
ul.social li { margin: 0px; display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; background: #231573; } 
ul.social li a svg { color: #fff; width: 15px; height: 15px; margin: 0; padding: 0; } 
ul.social li.facebook a { background: #3C5B9B; } 
ul.social li.twitter a { background: #000; } 
ul.social li.linkedin a { background: #027ba5; } 
ul.social li.youtube a { background: #f70000; } 
ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 
.menubar { float: left; width: 100%; position: relative; /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/ background: transparent; } 
.menubar.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: rgba(0, 0, 0, 0.9); } 
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } 
to { opacity: 1; transform: none } } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #fff; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
.navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 
.navigation .menu { display: block } 
.navigation .menu ul { float: left; width: 100%; margin: 0; padding: 0; text-align: center; display: block; position: relative; border-top: 1px solid; border-bottom: 1px solid; border-color: rgba(255, 255, 255, 0.1); } 
.navigation .menu ul:before, .navigation .menu ul:after { content: ''; background: rgba(255, 255, 255, 0.1); height: 1px; width: 100%; position: absolute; top: 2px; left: 0; } 
.navigation .menu ul:after { top: auto; bottom: 2px; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a { padding: 10px 18px; display: block; color: #fff; transition: all 0.3s ease; font-size: 15px; background: transparent; font-weight: 500; } 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a { color:#97e334; background: transparent; } 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left; border: 0; } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top: -36px } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown { left: -100%; margin-top: -31px } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 230px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease; width: 250px; } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: var(--pri); } 
.navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff; background: var(--pri) } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: var(--pri) } 
.navigation .menu ul li ul.cs-dropdown li a { color: #333; font-size: 14px; padding: 7px 15px; position: relative; display: block; text-transform: capitalize; font-weight: normal; background: #fff; transition: all 0.3s ease; border-bottom: 0px solid transparent; } 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #fff; } 
.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: var(--pri); } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: #242424 } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: #fff; } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 
.navigation .menu ul>li:hover>ul.cs-dropdown { visibility: visible; opacity: 1; } 
.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown { left: 100%; margin-top: -36px; } 
.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown { left: -100%; margin-top: -31px; } 
.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown { visibility: visible; opacity: 1; } 
.navigation .menu ul>li ul.cs-dropdown { position: absolute; width: 230px; opacity: 0; visibility: hidden; z-index: 99999; transition: all .3s ease; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; text-align: left; } 
.navigation .menu ul>li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100%; } 
/*👉.navigation .menu ul > li:nth-child(3) ul.cs-dropdown { width: 500px; } 
.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(even) { border-left: 1px solid #eee; }👈*/ /* banner */ 
.home_slider { float: left; width: 100%; margin: 0; padding: 0; position: relative; clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 100%, 0 85%); aspect-ratio: 16 / 9; } 
.home_slider #slider, .home_slider #slider2 { overflow: hidden; width: 100% } 
.slide { position: relative; display: block; z-index: 6; width: 100%; height: auto;    aspect-ratio: 16 / 9; overflow: hidden; } 
.home_slider .slide img { width: 100%; } 
#slider .owl-prev, #slider .owl-next, #slider2 .owl-prev, #slider2 .owl-next {opacity: 1; line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background: var(--pri); border-radius: 100%; z-index: 9 } 
#slider .owl-nav .owl-prev, #slider2 .owl-prev { left: 80px; } 
#slider .owl-nav .owl-next, #slider2 .owl-next{ right: 80px; } 
#slider .owl-prev:hover, #slider .owl-next:hover, #slider2 .owl-prev:hover, #slider2 .owl-next:hover { background: var(--pri); color: #fff; border-color: var(--pri) } 
#slider .owl-dots { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto } 
.home_slider .banner_inner { top: 0%; display: inline-block; text-shadow: none; right: 0%; left: 0%; padding: 0; bottom: 0%; background-color: rgba(0, 0, 0, 0.5); display: flex; height: 100%; } 
.home_slider .banner_info { max-width: 700px; margin: 0 auto; text-align: center; } 
.home_slider .title_1 { color:#9ddb4b; display: inline-block; font-size: 36px; text-transform: capitalize; margin-bottom: 10px; font-weight: 600; text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); } 
#slider .owl-item.active .title_1, #slider2 .owl-item.active .title_1 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; } 
.home_slider p { color: #fff; font-size: 20px; line-height: 24px; text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); } 
#slider .owl-item.active p, #slider2 .owl-item.active p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; } 
.path_type_1 { height: 120px; width: 100%; position: absolute; bottom: -1px; left: 0; z-index: 4; padding: 0; } 
.path_type_1.top { width: 100%; position: absolute; top: -1px; left: 0; -moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(-1); transform: scaleY(-1); filter: FlipV; -ms-filter: "FlipV"; } svg:not(:root) { overflow: hidden; } 
/* Fetures */ 
.w-p-s-home-feture { float: left; width: 100%; padding: 30px 0px; background: #fff; } 
.wprt-icon-text { border: 1px solid #e5e5e5; text-align: center; border-radius: 12px; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; overflow: hidden; } 
.wprt-icon-text .icon { padding: 0; color: var(--pri); font-size: 52px; line-height: normal; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; margin-bottom: 5px; } 
.wprt-icon-text .icon svg { width: 60px; height: 60px; } 
.wprt-icon-text:hover .icon { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } 
.wprt-icon-text:hover .icon { color: var(--pri); } 
.wprt-icon-text .title_01 { font-size: 14px; line-height: normal; margin: 0; color: var(--text-color); font-weight: 500; height: 50px; padding: 0 15px; padding-bottom: 10px; display: flex; align-items: center; justify-content: center; line-height: 18px; } 
.wprt-icon-text:hover .title_01 { color: var(--pri); } 
.wprt-icon-text:hover .title_01 { -webkit-animation-duration: 500ms; animation-duration: 500ms; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } 
.service_category { float: left; width: 100%; padding: 0 0 40px; margin: 0; background: #fff; } 
.p0 { padding: 0; } 
.grid_1 { padding: 0 } 
.grid_1:first-child { padding-left: calc(var(--bs-gutter-x) * 0.5); } 
.grid_1:nth-child(2) { padding-right: calc(var(--bs-gutter-x) * 0.5); } 
.grid_2 { padding: 0 } 
.grid_2:first-child { padding-right: calc(var(--bs-gutter-x) * 0.5); } 
.grid_2:nth-child(2) { padding-left: calc(var(--bs-gutter-x) * 0.5); } 
.img-wrap { position: relative; width: 100%; display: block; } 
.img-wrap img { width: 100%; height: 100%; display: block; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; } 
.service_content { position: relative; height: 100%; text-align: center; color: #fff; font-size: 16px; line-height: 24px; background: var(--text-color); } 
.grid_1 .img-wrap { border-radius: 12px 0 0 0; overflow: hidden; } 
.grid_1 .service_content { border-radius: 0 12px 0 0; } 
/**/ 
.grid_2 .img-wrap { border-radius: 0 0 12px 0; overflow: hidden; } 
.grid_2 .service_content { border-radius: 0 0 0 12px; } 
/**/ 
.service_content .center_box { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: 100%; padding: 0 60px; } 
.service_content .center_box .title_3 { font-size: 22px; color: #fff; margin-bottom: 15px; font-weight: 600; } 
.service_content .center_box .title_3 a { color: #fff; } 
.service_content:hover .center_box .title_3 a { color: var(--sec); } 
.service_content .center_box p { margin-bottom: 10px; color: #fff; } 
.service_content .center_box .facilities_btn { padding: 8px 25px; background: transparent; color: #fff; font-size: 15px; line-height: normal; display: inline-block; border: 1px solid #fff; border-radius: 6px; } 
.service_content .center_box .facilities_btn:hover, .service_content .center_box .facilities_btn:focus { border-color: var(--sec); background: var(--sec); color: #333; } 
/* Home About */ 
.home_about-web-pulse { float: left; width: 100%; color: #fff; padding: 150px 0 180px; background: url(../images/background1.jpg) no-repeat fixed; background-repeat: repeat; background-size: 100%; position: relative; overflow: hidden; clip-path: polygon(30% 0, 100% 10%, 100% 90%, 70% 100%, 0 90%, 0 10%); } 
.home_about-web-pulse:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 1; } 
.home_about-web-pulse .container { position: relative; z-index: 9 } 
.home_about_content .aboutpare { max-width: 1000px; margin: 0px auto 30px; text-align: center; max-height: 510px; overflow-y: auto; } 
.home_about_content h1 { color: var(--pri); margin: 0 0 10px; padding: 0; font-size: 28px; font-weight: 600; text-align: center; } 
.home_about_content h2, .home_about_content h3 { color: var(--pri); margin: 0 0 10px; padding: 0; text-align: center; font-size: 22px; } 
.home_about_content p { font-size: 16px; color: #fff; line-height: 1.5; text-align: center; } 
.home_about_content p strong, .home_about_content p b { color: var(--pri); } 
.home_about_content ul { list-style: none; padding: 0; } 
.home_about_content {
    text-align: center;
    margin-bottom: 20px;
}
.read_more_btn { padding: 8px 25px; background: transparent; color: var(--pri); font-size: 15px; display: inline-block; border: 1px solid var(--pri); border-radius: 4px; } 
.read_more_btn:hover, .read_more_btn:focus { background: var(--pri); color: #fff; border-color: var(--pri); } 
.services-block-six { position: relative; } 
.services-block-six .inner { position: relative; display: block; overflow: hidden; padding: 15px; border: 1px solid #e0e0e0; background: #fff; text-align: center; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; border-radius: 12px; height: 100%; } 
.services-block-six .inner:hover .icon { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } 
.services-block-six .inner:hover { border-color: var(--sec); background: var(--sec); } 
.services-block-six .inner .icon { position: relative; font-size: 64px; line-height: 1em; color: var(--pri); margin-bottom: 10px; } 
.services-block-six .inner .icon svg { width: 70px; height: 70px; } 
.services-block-six .inner .title_3 { position: relative; font-size: 17px; line-height: 25px; padding: 0; color: #333; font-weight: 700; text-transform: inherit; } 
.services-block-six .inner p { margin: 0; font-size: 15px; line-height: 1.4; } 
.services-block-six .inner:hover .title_3, .services-block-six .inner:hover p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; color: #141414; } 
.services-block-six .inner:hover .title_3, .services-block-six .inner:hover .icon { color: #141414; } 
.pro-box { border: 1px solid #e5e5e5; margin: 2px; } 
.pro-box .image { position: relative; z-index: 1; } 
.pro-box .image img { aspect-ratio: 1 / 1; width: 100%; height: 100%; object-fit: cover; display: block; object-position: center; } 
.pro-box .lower-content { padding: 20px; } 
.pro-box .lower-content .tt { margin-bottom: 5px; padding: 0; text-align: left; } 
.pro-box .lower-content .tt a { font-size: 18px; font-weight: 600; color: var(--text-color); } 
.pro-box:hover .lower-content .tt a { color: var(--pri); } 
.pro-box .lower-content p { display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2; overflow: hidden; } 
.pro-box .overlay-link { position: absolute; width: 100%; height: 100%; text-align: center; align-content: center; background-color: var(--pri); color: var(--sec); top: 0; left: 0; opacity: 0; transform: scale(0.5) rotateX(180deg); transition: all 500ms ease; } 
.pro-box:hover .overlay-link { opacity: .85; transform: scale(1) rotateX(0deg); } 
.pro-box .overlay-link::before { content: ""; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); top: 20px; left: 20px; border: 1px solid var(--sec); } 
.pro-box .overlay-link svg { width: 25px; height: 25px; } 
/* Featured Services */ 
.webpulse_home_featured { float: left; width: 100%; margin: 0; padding: 0 0 50px 0; background: #fff; position: relative; } 
.title { padding-bottom: 15px; margin-bottom: 20px; position: relative; text-transform: capitalize; color: #333; font-weight: 600; font-size: 25px; } 
.title span { position: relative; color: #fd5d14 } 
.title:before, .title:after { content: ""; background: #dddddd; width: 30px; left: 0; height: 3px; position: absolute; bottom: 6px; } 
.title:after { background: var(--pri); left: 30px; } 
.text-center .title:before, .text-center .title:after { left: 50%; margin-left: -30px; } 
.text-center .title:after { margin-left: 0; } 
.text-right .title:before, .text-right .title:after { left: inherit; right: 30px; } 
.text-right .title:after { right: 0; } 
.text-right { text-align: right; } 
#featuredProducts .owl-prev, #featuredProducts .owl-next { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background: var(--pri); border-radius: 100%; z-index: 9 } 
#featuredProducts .owl-nav .owl-prev { left: -20px; } 
#featuredProducts .owl-nav .owl-next { right: -20px; } 
#featuredProducts .owl-prev:hover, #featuredProducts .owl-next:hover { background: var(--sec); color: #333; border-color: var(--sec) } 
#featuredProducts .owl-dots { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto } 
/* Home Nature Life */ 
.web-pulse-choose { float: left; width: 100%; color: #fff; padding: 50px 0 0px; background: url(../images/background3.jpg) no-repeat fixed; text-align: center; background-repeat: repeat; background-size: 100%; position: relative; clip-path: polygon(30% 0, 100% 10%, 100% 90%, 70% 100%, 0 90%, 0 10%); } 
.web-pulse-choose:before { background-color: rgba(17, 17, 17, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 
.web-pulse-choose .container { position: relative; } 
.web-pulse-choose .ming { margin-top: 90px; } 
.home_right_sec { float: left; width: 100%; margin: 0; padding: 80px 0 0; } 
.home_right_sec .title { text-align: left; color: #fff; font-size: 30px; position: relative; z-index: 15; } 
.service-box { position: relative; perspective: 1000px; height: 250px; margin-bottom: 30px; } 
.service-flip-images:after { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 40, 44, 0) 50%, #27282c 100%); bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; } 
.service-flip-front, .service-flip-images:after { border-radius: 2px; } 
.service-flip-images { background-size: 100% !important; background-position: center center !important; background-repeat: no-repeat !important; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 
.service-flip-desc { background: #fd5d14; color: #fff; position: relative; text-align: center; } 
.service-flip { width: 100%; height: 100%; transform-style: preserve-3d; transition: all 1.0s linear; } 
.service-flip-title { display: block; position: absolute; bottom: 13px; left: 30px; right: 30px; z-index: 1; text-align: left; } 
.service-flip-title .title_02 { color: #ffffff; margin: 0; padding: 0; font-size: 18px; font-weight: 600; } 
.service-flip-desc .service-flip-text { left: 50%; position: absolute; right: auto; top: 50%; z-index: 2; transform: translate(-50%, -50%); width: 100%; padding: 0 15px; } 
.service-flip-desc .service-flip-text .center_content { width: 100%; height: 100%; } 
.service-flip-desc .service-flip-text .title_02 { color: #ffffff; font-size: 18px; margin: 0 0 10px; padding: 0; font-weight: 600; text-align: center; } 
.service-flip-desc .service-flip-text a { font-size: 24px; color: #fff; } 
.service-box:hover .service-flip-title .title_02 { color: var(--sec); } 
.flip-icon { background: transparent; bottom: 5px; height: 40px; line-height: 45px; position: absolute; right: 15px; text-align: center; width: 45px; z-index: 9; } 
.flip-icon svg { color: var(--sec); width: 24px; height: 24px; } 
.service-flip-desc .service-flip-text>i { font-size: 30px; line-height: 42px; display: inline-block; margin-bottom: 15px; font-weight: bold; } 
/* Home Blog */ 
.webpulse-home_blog { float: left; width: 100%; margin: 0; padding-bottom: 50px; background: #fff; } 
.webpulse-home_blog h3 { font-size: 26px; } 
.blog-item { position: relative; margin: 0; } 
.blog-item .blog__img { position: relative; overflow: hidden; border-radius: 5px; aspect-ratio: 1 / 1; } 
.blog-item .blog__img img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center; width: 100%; height: 100%; -webkit-transition: all .9s ease; -moz-transition: all .9s ease; -ms-transition: all .9s ease; -o-transition: all .9s ease; transition: all .9s ease } 
.blog-item:hover .blog__img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1) } 
.blog-item .blog__content { background-color: #f7f7f7; position: relative; z-index: 2; padding-top: 20px; padding-left: 20px; padding-right: 15px; margin-right: 15px; margin-top: -40px; border-radius: 0 4px 0 0; padding-bottom: 20px; border: 1px solid #eee; } 
.blog-item .blog__meta { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; margin-bottom: 15px; align-content: center; } 
.blog-item .blog__meta-cat { margin-right: 8px; line-height: 1 } 
.blog-item .blog__meta-cat a { position: relative; color: var(--pri); padding-right: 7px; display: inline-block; } 
.blog-item .blog__meta-cat a:hover { color: #1b1a1a } 
.blog-item .blog__meta-cat a:after { content: ","; position: absolute; top: 0; right: 2px; color: var(--pri) } 
.blog-item .blog__meta-cat a:last-child { padding: 0 } 
.blog-item .blog__meta-cat a:last-child:after { display: none } 
.blog-item .blog__meta-date { display: block; font-size: 13px; line-height: 1; margin-right: 20px } 
.blog-item .blog__title { font-size: 18px; line-height: 1.3; margin-bottom: 14px; font-weight: 600; padding: 0; padding-left: 15px; position: relative; text-align: left; } 
.blog-item .blog__title:after { content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background-color: var(--pri) } 
.blog-item .blog__title a { color: #1b1a1a; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2; overflow: hidden; } 
.blog-item .blog__title a:hover { color: var(--pri) } 
.blog-item .blog__desc { margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 3; overflow: hidden; } 
.blog-item .blog__content .read_more_btn { color: var(--pri); border-color: var(--pri); } 
.blog-item:hover .blog__content .read_more_btn { background: var(--pri); color: #fff; border-color: var(--pri); } 
/* Home Testimonials */ 
.home_testimonials_webpulse { float: left; width: 100%; color: #fff; padding: 60px 0 60px; background: url(../images/background2.jpg) no-repeat fixed; text-align: left; background-repeat: repeat; background-size: 100%; position: relative; } 
.home_testimonials_webpulse:before { background-color: rgba(17, 17, 17, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 
.home_testimonials_webpulse h3 { font-size: 30px; color: #fff; } 
.testimonial-item { padding-left: 18px; } 
.ti-text { padding-left: 48px; padding-top: 20px; padding-bottom: 25px; padding-right: 24px; border: 1px solid #efefef; position: relative; background: #fff; margin-bottom: 15px; } 
.ti-badge { position: absolute; width: 50px; height: 45px; line-height: 45px; text-align: center; top: 40px; left: -19px; background: var(--pri); } 
.ti-badge svg { width: 30px; height: 30px; } 
.ti-badge:after { position: absolute; content: ''; border-bottom: 9px solid #6d9f22; border-right: 9px solid #6d9f22; border-left: 9px solid transparent; border-top: 9px solid transparent; bottom: 100%; left: 0; } 
.ti-badge:before { font-size: 24px; } 
.ti-words { font-size: 15px; line-height: 1.5; } 
.five_start { margin: 0; padding: 0; } 
.five_start li { font-size: 15px; margin-right: 5px; color: var(--pri); padding: 0; display: inline; } 
.ti-info ul li { float: left; margin-right: 10px; } 
.ti-info ul li img { width: 50px; height: 50px; border-radius: 100%; } 
.ti-name { font-size: 16px; line-height: 25px; color: var(--pri); margin: 0px; padding: 0; } 
.ti-info ul li p { margin: 0; color: #fff; } 
.md-header { font-size: 36px; line-height: 45px; color: #fff; text-align: left; } 
.path_type_2-gray { position: absolute; left: 0; bottom: 0; pointer-events: none; background: #fff; float: left; z-index: 100; margin-top: 90px; } 
.path_type_2-gray path { fill: #f5f5f5; } 
.path_type_2-white { background: #f5f5f5; margin-bottom: -6px; margin-top: 60px; } 
.path_type_2-white path { fill: #fff; stroke: #f5f5f5; stroke-width: 0; } 
.path_type_2.home-left { position: absolute; bottom: 0; left: 0; background: none; z-index: 1; } 
.path_type_2.home-right { position: absolute; bottom: 0; right: 0 !important; background: none; z-index: 1; left: auto; } 
.path_type_2.home-left, .path_type_2.home-right path { fill: #f0f0f0; stroke: #f0f0f0; stroke-width: 4; } 
/* Home Clients */ 
.webpulse_home_clients { float: left; width: 100%; margin: 0; padding: 40px 0 20px; background: #f0f0f0; } 
.webpulse_home_clients h4 { text-align: left; font-size: 26px; } 
.webpulse_home_clients .clients { border: solid 1px #d8d8d8; max-width: 100%; background: #fff; margin-bottom: 26px; position: static; opacity: 1; margin: 0 10px 20px 0; transition: opacity 0.3s ease; top: 0; left: 0 } 
.webpulse_home_clients .item .image { position: relative; padding: 15px 10px 0px; text-align: center; min-height: 100px; max-height: 100px; overflow: hidden; } 
.webpulse_home_clients .item .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
/* Footer */ 
.web-pulse-india { float: left; width: 100%; padding: 60px 0 40px; background-image: radial-gradient(circle farthest-side at 50% 50%, #333, #1e1e1e); } 
.web-pulse-india .title_5 { float: left; width: 100%; font-size: 18px; text-align: left; color: #fff; margin-bottom: 30px; position: relative; padding: 0; font-weight: 600; } 
.web-pulse-india .title_5:after { width: 50px; content: ""; position: absolute; display: inline-block; border-top-style: solid; border-color: var(--pri); margin-top: 10px; border-top-width: 2px; left: 0; top: 100%; } 
.web-pulse-india p { float: left; width: 100%; color: #fff; font-size: 14px; } 
.web-pulse-india p a { float: left; color: #fff; font-weight: 600; font-size: 16px; } 
.web-pulse-india p a:hover { color: var(--pri); } 
.web-pulse-india p span { float: left; } 
.web-pulse-india h4 span { color: var(--pri); font-weight: 500; } 
.footer-links { float: left; width: 100%; margin: 0; padding: 0; } 
.footer-links li { line-height: 28px; list-style: none; color: #fff; font-size: 14px; } 
.footer-links a { color: #fff; text-transform: capitalize !important; } 
.footer-links a:hover { color: var(--pri); } 
.wps_copy { float: left; width: 100%; background: var(--pri); line-height: 1.6; color: #fff; padding: 10px 0; } 
.wps_copy a { color: #fff; display: inline-block; } 
.wps_copy a:hover { color: var(--sec); } 
.social-icons { float: left; overflow: hidden; margin: 0; } 
#web-pulse-scroll-up { position: fixed; z-index: 8030; bottom: 50px;
    right: 15px; width: 46px; height: 46px; border-radius: 50%; color: #fff; line-height: 46px; text-align: center; text-decoration: none; cursor: pointer; transition: all 0.25s; display: none; background: var(--pri); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } 
#web-pulse-scroll-up svg { width: 24px; height: 24px; } 
#web-pulse-scroll-up:hover { background: #333; } 
.web-pulse-india address { float: left; width: 100%; } 
.web-pulse-india address .title_6 { font-size: 16px; color: var(--pri); margin: 0 0 5px; padding: 0; text-transform: capitalize; font-weight: 600; } 
.popular_tag { margin: 0 0 20px; padding: 0; float: left; width: 100%; } 
.popular_tag li { list-style: none; display: inline-block; margin-right: 5px; margin-bottom: 5px; } 
.popular_tag li a { border: solid 1px rgba(255, 255, 255, 0.5); display: inline-block; text-decoration: none; transition: all .3s ease; color: #fff; border-radius: 50px; padding: 4px 15px; } 
.widget__newsletter-form { float: left; width: 100%; margin: 0 0 15px; padding: 0; position: relative; } 
.widget__newsletter-form .form-control { font-size: 13px; background-color: transparent; border: 1px solid #eee; border-radius: 20px; background: #222; } 
.widget__newsletter-form .btn { min-width: 30px; width: 30px; height: 30px; line-height: 26px; border-radius: 50%; padding: 0; position: absolute; top: 5px; right: 10px; background: #fd5d14; color: #fff; text-align: center; } 
.widget__newsletter-form .btn i { position: relative; font-size: 16px; margin: 0; top: 0; left: 0; } 
.whatapp_btn { background: #01e675; width: 50px; height: 50px; color: #fff; position: fixed; left: 15px; bottom: 105px; cursor: pointer; z-index: 9; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16); } 
.whatapp_btn svg { width: 24px; height: 24px; } 
.whatapp_btn:focus, .whatapp_btn:hover { background: #01e675; color: #fff; } 
#whatsapp .modal-dialog { margin-top: 12%; } 
.send_enquiry { background: #ffffff; border-radius: 40px; bottom: 45px; color: #ffffff; display: table; height: 50px; left: 15px; min-width: 50px; position: fixed; text-align: center; z-index: 9; transition: all 0.2s linear; background: var(--pri); display: flex; align-items: center; justify-content: center; } 
.send_enquiry svg { width: 24px; height: 24px; line-height: 50px; } 
.send_enquiry:hover { color: #fff; padding: 0 20px; } 
.send_enquiry:focus { color: #fff; } 
.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: var(--pri); color: #fff; border-radius: 0; } 
.modal-header h4 { text-align: left; font-size: 18px; line-height: 18px; color: #fff; } 
.modal-header .modal-title { text-align: left; font-size: 18px; line-height: 18px; color: #fff; padding: 15px 0; text-transform: initial; letter-spacing: 0.2px; } 
.btn-close { width: 1em; height: 1em; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; outline: 0; } 
.send_p { font-size: 13px; line-height: 18px; text-align: center; } 
.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0 } 
/* Inner Heading Banner*/ 
.heading_banner { float: left; width: 100%; position: relative; background-size: 100%; padding: 170px 0 50px; 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; } 
.heading_banner h1 { margin: 0 0 10px; text-transform: capitalize; font-size: 36px; font-weight: 600; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 
.heading_banner h2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: 18px; font-weight: normal; color: #eee; text-align: center; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 
.heading_banner .cat_title { margin: 0 0 10px; text-transform: capitalize; font-size: 25px; font-weight: 600; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; margin-bottom: 0; } 
.heading_banner .cat_title2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: 18px; font-weight: normal; color: #eee; text-align: center; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 
/* Breadcrumb*/ 
.inner_breadcrumb { float: left; width: 100%; background: #fff; position: relative; margin: 0; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); } 
.inner_breadcrumb .breadcrumb { background: none; border-radius: 0; border: none; list-style: none; padding: 0; float: left; display: inline-block; text-transform: capitalize; margin: 0; } 
.inner_breadcrumb .breadcrumb li { font-weight: bold; text-transform: capitalize; color: #666; line-height: 42px; display: inline-block; font-size: 15px; } 
.inner_breadcrumb .breadcrumb li a { padding: 0; color: #666; letter-spacing: 0.3px; display: inline-block; } 
.inner_breadcrumb .breadcrumb li a:hover { color: var(--pri); } 
.inner_breadcrumb .breadcrumb li:before { text-rendering: auto; padding: 0 14px; color: #fff; display: inline-block; } 
.inner_breadcrumb .breadcrumb li.active { color: var(--pri); } 
.inner_breadcrumb .breadcrumb li+li:before { content: "/"; display: inline-block; color: #fff; padding: 0 10px; position: relative; top: -2px; left: -1px; } 
.inner_breadcrumb .breadcrumb li+li:before { color: #bfbfbf; } 
.about_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 
.left_sidebar { float: left; width: 100%; margin: 0 0 25px; padding: 0; } 
.left_sidebar .left_title { float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.left_sidebar form { float: left; width: 100%; background: #fff; padding: 10px 10px 10px; } 
.read_more_btn_2 { padding: 10px 20px; font-size: 16px; display: inline-block; background: #333; border: 1px solid #333; color: #fff; border-radius: 4px; } 
.read_more_btn_2 svg { margin-right: 2px; width: 18px; height: 18px; } 
.read_more_btn_2:hover, .read_more_btn_2:focus { background: var(--pri); border-color: var(--pri); color: #fff; margin: 0; } 
.read_more_btn_2.callback { background: var(--pri); color: #fff; border-radius: 4px; border-color: var(--pri); } 
.read_more_btn_2.callback svg { width: 20px; height: 20px; } 
.read_more_btn_2.callback:hover, .read_more_btn_2.callback:focus { background: #fff; color: var(--pri); border-color: var(--pri); } 
.left_image { float: left; width: 340px; margin: 0px 15px 15px 0; text-align: center; } 
.left_image .left_centered { width: 100%; position: relative; padding: 0px; min-height: 260px; overflow: hidden; border: 1px solid #eee; } 
.left_image .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 350px; transition: transform .5s ease; } 
.left_image .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.right_image1 { float: right; width: 340px; margin: 0px 0px 15px 15px; text-align: center; } 
.right_image1 .left_centered { width: 100%; position: relative; padding: 0px; min-height: 260px; overflow: hidden; border: 1px solid #eee; } 
.right_image1 .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 350px; transition: transform .5s ease; } 
.right_image1 .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.right_image1:hover .left_centered .image { transform: scale(1.1); } 
.wps-factsheet { width: 100%; float: left; padding: 10px 0; background: #f6f6f6; border: 1px solid #eaeaea; box-shadow: 0 8px 4px -4px #555; margin-bottom: 15px; } 
.wps-factsheet .icon { height: 45px; float: left; } 
.wps-factsheet .icon img { float: left; width: 55px; padding-left: 5px; padding-right: 10px; } 
.wps-factsheet .info { padding-top: 2px; text-align: left; } 
.wps-factsheet .info h3 { margin: 0px; padding: 2px 5px; font-size: 14px; font-weight: 600; color: #333; text-align: left; text-transform: inherit; } 
.wps-factsheet .info p { font-size: 13px; margin: 0; line-height: 18px; color: #666; text-align: left; } 
/* left menu */ 
.left_sidebar ul { float: left; width: 100%; padding: 0; margin: 0; background: #333; } 
.left_sidebar ul li { float: left; width: 100%; padding: 0; margin: 0; border-bottom: 1px solid #444; list-style: none; } 
.left_sidebar ul li a { color: #FFF; padding: 10px; font-weight: 500; line-height: 20px; font-size: 14px; } 
.left_sidebar ul li a:hover, .left_sidebar ul li a:focus, .left_sidebar ul li a.active { background: var(--pri); color: #fff; } 
.left_sidebar ul li ul { float: left; width: 100%; margin: 0; padding: 0; background: #fff; } 
.left_sidebar ul li ul li { border-bottom: 1px dashed #CCC; list-style-type: none; position: relative; } 
.left_sidebar ul li ul li a { display: block; font-weight: 500; color: #000; text-align: left; font-size: 12px; padding: 4px 15px; text-decoration: none; line-height: 24px; } 
.left_sidebar ul li ul li a:hover, .left_sidebar ul li ul li a:focus, .left_sidebar ul li ul li a.active { background: var(--pri); color: #fff; } 
.left_sidebar ul li ul li a i { float: right; line-height: 24px; } 
.left_sidebar ul li ul li ul { display: none; transition: all 2s; position: absolute; left: 98%; top: 0px; z-index: 200; background: #fff; width: 200px; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); } 
.left_sidebar ul li ul li:hover ul { display: block; transition: all 2s; } 
.left_sidebar ul li ul li ul li a { display: block; font-weight: 400; color: #333; text-align: left; font-size: 13px; padding: 4px 15px; text-decoration: none; text-transform: capitalize; line-height: 24px; } 
.left_sidebar ul li ul li ul li a:hover, .left_sidebar ul li ul li ul li a:focus, .left_sidebar ul li ul li ul li a.active { background: var(--pri); color: #fff; } 
/* About Right*/ 
.right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.right_side .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.right_side h2 { padding: 0px; margin: 20px 0 5px; line-height: 30px; font-size: 22px; color: #333; font-weight: 600; } 
.right_side h3 { padding: 0px; margin: 10px 0 5px; line-height: 30px; font-size: 20px; color: #333; } 
.wps_right { float: left; width: 100%; background: #fff; padding: 15px; border: 1px solid #ccc; margin-bottom: 20px; } 
.right_side p { line-height: 24px; margin-bottom: 10px; text-align: justify; font-size: 15px; font-weight: normal } 
.right_side .about_b { float: left; width: 100%; overflow: hidden; height: 230px; margin-bottom: 15px; } 
.right_side .about_image { position: relative; padding: 0px; text-align: center; min-height: 230px; overflow: hidden; transition: all 0.4s ease-in-out; border: 1px solid #eee; } 
.right_side .about_b:hover .about_image { transform: scale(1.1); } 
.right_side .about_image img { position: absolute; margin: auto; padding: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; width: 100%; max-height: 100%; } 
.right_side .factsheet .info h4 { font-size: 16px; } 
.right_side .factsheet .info p { font-size: 13px; } 
.right_side ul { margin: 0 0 25px; padding: 0; display: flow-root; } 
.right_side ul li { list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; position: relative; padding-left: 25px; } 
.right_side ul li::before { content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%2390c53f" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>'); position: absolute; top: 3px; left: 0; width: 20px; height: 20px; display: flex; justify-content: center; line-height: 18px; border-radius: 100%; } 
.faq_section { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff; } 
.title_2 { padding: 0 0 0px; font-size: 25px; margin: 0; float: left; width: 100%; text-align: center; text-transform: capitalize; color: var(--text-color); margin-bottom: 25px; position: relative; font-weight: 700; } 
.title_2:after { background: var(--pri); bottom: -10px; content: ""; height: 2px; left: 0; right: 0; margin: 0 auto; position: absolute; width: 50px; } 
.accordion-header { padding: 0; } 
.accordion-item { margin-bottom: 15px; border-radius: 16px !important; overflow: hidden; } 
.accordion-item:not(:first-of-type) { border: 1px solid rgba(0, 0, 0, 0.125); } 
.accordion-button { padding: 12px 15px; font-size: 18px; font-weight: normal; text-transform: initial; } 
.accordion-button:not(.collapsed) { color: #fff; background: var(--pri); font-weight: normal; } 
.accordion-button:not(.collapsed):after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(0deg); } 
.accordion-button:hover, .accordion-button:focus { color: #fff; background: var(--pri); } 
.accordion-button:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(-180deg); } 
.accordion-body p { font-size: 16px; line-height: normal; } 
.category_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #eee; } 
.category_page h1 { padding: 8px 10px; margin: 0; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.category_page .title_h2 { padding: 8px 10px; margin: 0; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.category_page .wps_right ul { margin: 0 0 25px; padding: 0; } 
.category_page .wps_right ul li { display: block; list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; } 
.product_right_image { text-align: center; max-width: 450px; float: right; margin-left: 20px; margin-bottom: 20px; } 
.product_right_image .detail_image { margin-bottom: 20px; border: 1px solid #eee; } 
.product_right_image .detail_image img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; height: 100%; } 
.product_right_image .product_dimage { width: 100%; text-align: center; overflow: hidden; height: 400px; border: 1px solid #eee; margin-bottom: 15px; } 
.more_images { float: left; position: relative; width: 100%; margin-bottom: 15px; } 
#thumbs { padding-top: 10px; overflow: hidden; text-align: center; } 
#thumbs img, #largeImage { padding: 0; cursor: pointer; border: 1px solid #eee; } 
#thumbs img { display: inline-block; margin-right: 6px; width: 70px; } 
#thumbs img.active { border-color: var(--pri); } 
.wps_right p { margin-bottom: 15px; font-size: 16px; } 
.wps_right h2 { font-size: 20px; line-height: normal; margin-bottom: 10px; color: var(--pri); } 
.wps_right h3 { font-size: 18px; line-height: normal; margin-bottom: 10px; color: var(--pri); margin-top: 0; } 
.wps_right .table-responsive { float: left; width: 100%; margin-bottom: 10px; } 
.wps_right table { margin: 0; } 
.wps_right table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: 16px; line-height: normal; text-align: left; } 
.wps_right table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 
.wps_right table tbody tr td:first-child { color: var(--pri); width: 40%; } 
.interested_section { float: left; width: 100%; text-align: center; margin: 20px 0 } 
.interested_section .interested_btn { font-size: 18px; color: #fff; background: #333; border: 1px solid #222; border-radius: 3px; padding: 12px 0; width: 258px; display: inline-block; text-transform: uppercase; cursor: pointer; } 
.interested_section .interested_btn svg { margin-right: 5px; width: 20px; height: 20px; } 
.interested_section .interested_btn:hover { background: var(--pri); color: #fff; border: 1px solid var(--pri) } 
.padding0 { padding: 0; } 
.right-content { position: relative; padding-right: 15px; } 
.right-content h3 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; } 
.right-content h3 a { color: #333; } 
.right-content h4 { line-height: 24px; padding: 10px 0; text-align: left; } 
.right-content p { font-size: 16px; margin-bottom: 10px; } 
.blue-line1 { width: 100%; display: block; height: 1.1px; background: #eee; position: relative; margin-bottom: 10px; padding: 0 15px; } 
.more_info { float: left; width: 100%; margin: 0; padding: 0; max-height: 340px; overflow: hidden; overflow-y: auto; /*padding-right: 8px;*/ } 
.product_listing:hover .right-content h3 a { color: var(--pri); } 
.product_listing:hover .right-content h4 a { color: var(--pri); } 
.right-content .table-responsive { float: left; width: 100%; overflow: hidden; max-height: 230px; overflow: auto; padding-right: 5px; margin-bottom: 10px; } 
.right-content table { margin: 0; } 
.right-content table tbody tr td { vertical-align: middle; padding: 7px 10px; font-size: 16px; line-height: normal; text-align: left; } 
.right-content table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 
.right-content table tbody tr td:first-child { color: var(--pri); width: 40%; } 
.pr-li { transition: 0.2s; background: white; height: 100%; border: 1px solid #e5e5e5; } 
.pr-li .img_bx { padding: 0; border-right: 1px solid #eee; height: 100%; } 
.pr-li .img_bx img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; } 
.pr-li .g_100 .img_bx { border: 0; } 
.pr-li .tx-bx { padding: 12px 15px; } 
.grid.pr_view .pr-li .tx-bx { padding-top: 0; } 
.pr-li .tx-bx .tt { color: var(--pri); padding: 0; text-align: left; border-bottom: 1px solid #eee; font-weight: 700; padding-bottom: 10px; margin-bottom: 10px; font-size: 18px; } 
.grid.pr_view .pr-li .tx-bx .tt { text-align: center; border: none; margin: 0; } 
.grid.pr_view .pr-li .tx-bx .bt_bx { text-align: center; } 
.pr-li .tx-bx .tt a { font-size: 20px; color: var(--text-color); transition: 0.4s; } 
.pr-li:hover .tx-bx .tt a { color: var(--pri); } 
.pr-li .tx-bx .info { max-height: 250px; overflow-y: auto; padding-right: 10px; margin-bottom: 0px; } 
.grid.pr_view .pr-li .tx-bx .info { display: none; } 
.pr-li .tx-bx .info::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } 
.pr-li .bt_bx { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 15px; } 
.pr-li .tx-bx .info::-webkit-scrollbar { width: 7px; background-color: #f5f5f5; } 
.pr-li .tx-bx .info::-webkit-scrollbar-thumb { background-color: #aaa; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); } 
.pr-li table { margin: 0; background: #fff; width: 100%; } 
.multi-imgs { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; margin-bottom: 10px; } 
.multi-imgs .imgs { border: 1px solid #e3e3e3; width: 55px; height: 55px; cursor: pointer; } 
.multi-imgs .imgs.youTube a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #f70000; } 
.multi-imgs .imgs.youTube a svg { width: 30px; height: 30px; color: white; } 
.multi-imgs .imgs.active { border: 1px solid var(--pri); } 
.multi-imgs .imgs img { object-fit: contain; object-position: center; } 
.productBrochureandvideo a { display: inline-flex; justify-content: center; align-items: center; border: 1px dashed #cdcdcd; padding: 5px 8px; font-weight: 600; transition: 0.3s; font-size: 15px; } 
.productBrochureandvideo a svg { color: #b90000; width: 20px; height: 20px; margin-right: 5px; } 
.productBrochureandvideo a:hover { color: #444; border: 1px dashed #444; } 
.v-btn svg { width: 42px; } 
.product_popup_image { aspect-ratio: 1 / 1; border: 1px solid #e3e3e3; margin-bottom: 10px; } 
.product_popup .catName { font-size: 17px; font-weight: 600; color: var(--black); margin-bottom: 10px; } 
.product_popup_image img { display: block; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; } 
/* You May Also Like  */ 
.you_may { font-size: 20px; border-radius: 2px; background-color: var(--pri); font-weight: 600; padding: 8px 16px; color: white; margin-top: 10px; margin-bottom: 15px; letter-spacing: 0.2px; clear: both; } 
.product_more { float: left; width: 100%; border: solid 1px #eee; max-width: 100%; background: #fff; padding-bottom: 11px; margin: 0 0px 30px; text-align: center; } 
.product_more .may_image { margin-bottom: 13px; text-align: center; min-height: 200px; overflow: hidden; } 
.product_more .may_image .image { transition: transform .5s ease; transform-origin: center center; } 
.product_more:hover .may_image .image { transform: scale(1.1); } 
.product_more .may_image .image { position: relative; padding: 10px 10px 0px; text-align: center; min-height: 200px; overflow: hidden; } 
.product_more .may_image .image img { margin: 10px auto 0; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; max-height: 100%; } 
.product_more h4 { float: left; width: 100%; text-align: center; padding: 0 10px; font-weight: 600; font-size: 18px; color: #e59509; margin-bottom: 10px; text-transform: capitalize; line-height: 24px; margin: 0; } 
.product_more span { float: left; width: 100%; padding: 5px 0 10px; color: #423f3f; font-size: 13px; font-weight: 400; } 
.may_btn { background: #333; color: #fff; text-align: center; padding: 8px 20px; width: auto; margin: auto; transition: 0.5s; border: 0; border-radius: 4px; } 
.may_btn:hover { background: #e59509; } 
.product_more:hover .may_btn { background: #e59509; } 
.gallery_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #eee; } 
.gallery-bx { overflow: hidden; border-radius: 5px; box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029; position: relative; } 
.gallery-bx img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center; width: 100%; height: 100%; transition: transform 0.5s ease; } 
.gallery-bx::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgb(0 0 0 / 80%), transparent); z-index: 1; opacity: 0; pointer-events: none; } 
.gallery-bx:hover img { transform: scale(1.05); } 
.gallery-bx .tx-bx { position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 12px 20px; font-size: 18px; opacity: 0; color: white; } 
.gallery-bx:hover .tx-bx, .gallery-bx:hover::before { opacity: 1; } 
.vidBx .imgBx { position: relative; } 
.vidBx .imgBx img { aspect-ratio: 16 / 9; width: 100%; object-fit: contain; object-position: center; border-radius: 15px; box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .05); } 
.video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; border: 0; outline: 0; transition: 0.3s; } 
.vidBx .imgBx:hover .video-play-icon { transform: translate(-50%, -50%) scale(1.1); } 
.vidBx .txBx { text-align: center; margin-top: 10px; padding-inline: 25px; font-size: 16px; font-weight: 600; min-height: 50px; } 
/* Client Page */ 
.client_image { float: left; width: 100%; margin: 0; padding: 10px; overflow: hidden; position: relative; height: 120px; border: 1px solid #eee; margin-bottom: 15px; } 
.client_image .client_logo { overflow: hidden; position: relative; height: 100px; transition: transform .5s ease; } 
.client_image:hover .client_logo { transform: scale(1.1); } 
.client_image .client_logo img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; max-height: 100%; width: auto; } 
/* Blog Page */ 
.blog_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 
.blog_page .blog_left h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.blog_page .blog_left .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.blog_page .blog-item { margin-bottom: 25px; } 
.left_title1 { float: left; width: 100%; padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.right_news { float: left; width: 100%; margin-bottom: 15px; border: 1px solid #ccc; background: #fff; } 
.right_news:last-child { margin-bottom: 0; } 
.right_news .image { float: left; width: 100%; margin: 0 0 10px; position: relative; overflow: hidden; aspect-ratio: 1 / 1; } 
.right_news .image img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; height: 100%; object-position: center; } 
.right_news .title_h4 { padding: 10px; line-height: 18px; font-size: 15px; margin: 0px; text-align: left; } 
.right_news .title_h4 a { color: #333; } 
.right_news:hover .title_h4 a { color: var(--pri); } 
/* New Blog Details Page */ 
.blog_details { float: left; width: 100%; background: #fff; border: 1px solid #ccc; padding: 10px; } 
.blog_details ul { display: inline-block; margin: 0px 0 20px; padding: 0; } 
.blog_details ul li { display: inline-block; margin-right: 15px; list-style: none; } 
.blog_details ul li:before { content: none; margin: 0; } 
.blog_details ul li a { color: #333333; transition: all 0.5s ease-out; } 
.blog_details ul li i { margin-right: 5px; } 
.blog_details1 { float: left; width: 100%; margin: 0; padding: 0; } 
.blog_details1 img { margin-bottom: 15px; } 
.blog_details_img { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-bottom: 15px; } 
.blog_details_img img { width: auto; max-width: 100%; height: auto; max-height: 100%; margin: 0 auto } 
.blog_details1 p { text-align: justify; line-height: 24px; } 
.blog_details1 .block-quote { padding: 30px 40px; margin-bottom: 20px; background: #eee; border-left: 3px solid var(--pri); } 
.blog_details1 .block-quote p { font-size: 15px; line-height: 24px; } 
.blog_details1 h3 { margin: 0 0 5px; padding: 0; line-height: 30px; } 
.blog_details1 ul { float: left; width: 100%; margin: 0 0 25px; padding: 0; } 
.blog_details1 ul li { width: 100%; display: inline-block; list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; position: relative; padding-left: 25px; } 
.blog_details1 ul li::before { content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%2390c53f" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>'); position: absolute; top: 3px; left: 0; width: 20px; height: 20px; display: flex; justify-content: center; line-height: 18px; border-radius: 100%; } 
.fb-comments { width: 100%; } 
/* Blog Details  */ 
.blogdetails img { width: 100%; } 
.blog_news .content_details { float: left; width: 100%; background: #eee; padding: 20px 20px 20px; } 
.blog_news .content_details h2 { text-transform: capitalize; line-height: 30px; font-size: 20px; margin: 0 0 10px; } 
.blog_news .content_details h2 a { color: #333333; transition: all 0.5s ease-out; } 
.blog_news .content_details ul { display: inline; margin: 0px; } 
.blog_news .content_details ul li { display: inline-block; margin-right: 15px; } 
.blog_news .content_details ul li:before { content: none; margin: 0; } 
.blog_news .content_details ul li i { margin-right: 5px; } 
.blog_news .block-quote { padding: 30px 40px; margin-bottom: 20px; background: #fdfdfd; border-left: 3px solid #e59509; } 
.blog_news .block-quote p { font-size: 15px; line-height: 24px; } 
.blog_news .content_details ol { width: 100%; margin: 0 0 25px; padding: 0; } 
.blog_news .content_details ol li { list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; } 
.blog_news .content_details ol li::before { content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px; } 
.share-area { background: #fff; padding: 15px 30px; } 
.share-area .project-name li { display: inline-block; margin-right: 20px; } 
.share-area .project-name li:last-child { margin: 0; } 
.share-area .project-name li a { color: #333333; transition: all 0.5s ease-out; } 
.share-area .project-name li a:hover { color: #526788; } 
.share-area .social-icon { display: inline; margin-right: 30%; } 
.share-area .social-icon:last-child { margin: 0; } 
.share-area .social-icon li { display: inline-block; margin: 0 !important; } 
.share-area .social-icon li h3 { margin: 0; font-size: 18px; color: #333333; margin-right: 10px; font-weight: 500; line-height: 15px; } 
.share-area .social-icon li i { margin-right: 2px; } 
.share-area .social-icon li i:last-child { margin: 0; } 
.share-area .social-icon li .fa-facebook { color: #ffffff; background-color: #3b579d; padding: 11px 14px; border-radius: 50%; transition: all 0.5s ease-out; } 
.share-area .social-icon li .fa-facebook:hover { opacity: 0.7; } 
.share-area .social-icon li .fa-twitter { color: #ffffff; background-color: #1da1f2; padding: 11px 12px; border-radius: 50%; transition: all 0.5s ease-out; } 
.share-area .social-icon li .fa-twitter:hover { opacity: 0.7; } 
.share-area .social-icon li .fa-google { color: #ffffff; background-color: #ea4335; padding: 11px 13px; border-radius: 50%; transition: all 0.5s ease-out; } 
.share-area .social-icon li .fa-google:hover { opacity: 0.7; } 
.share-area .social-icon li .fa-linkedin { color: #ffffff; background-color: #0177b5; padding: 11px 13px; border-radius: 50%; transition: all 0.5s ease-out; } 
.share-area .social-icon li .fa-linkedin:hover { opacity: 0.7; } 
/*  Contact Us   */ 
.contact_page { float: left; width: 100%; margin: 0; padding: 50px 0; position: relative; } 
#contact_form label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 
#quick_form label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 
#quick_enquiry label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 
.pac-container { z-index: 100000; } 
.contact_map { float: left; width: 100%; height: 550px; } 
.contact_form_grid1 { float: left; width: 100%; background: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5); margin-bottom: 0px; margin-top: 0px; border-radius: 4px; overflow: hidden } 
.contact_details { background: var(--pri); border-radius: 4px 0 0 4px; padding: 40px 40px 50px 30px; } 
.contact_details .title_h2 { color: #ffffff; font-size: 20px; text-align: left; padding: 0; text-transform: uppercase; margin-bottom: 15px; } 
.contact_details p { color: #ffffff; margin-bottom: 20px; font-size: 16px; } 
.contact_details .address_list { clear: both; margin: 0 0 20px; padding: 0; } 
.contact_details .address_list li { clear: both; list-style: none; color: #fff; margin-bottom: 10px; font-size: 16px; } 
.contact_details .address_list li svg { min-width: 25px; height: 25px; margin-right: 5px; } 
.contact_details .address_list li a { color: #ffffff; display: flex; line-height: 24px; font-size: 16px; margin-bottom: 10px; display: inline-block; } 
.contact_details .address_list li a span { font-size: 30px; margin-right: 13px; } 
.contact_details .address_list li:first-child { display: flex; align-items: center; } 
.contact_details .address_list li span { font-size: 30px; margin-right: 13px; } 
.contact_details .address_list li a:hover, .contact_details .address_list li a:focus { color: var(--sec); } 
.social_list { float: left; width: 100%; margin: 0; padding: 0; } 
.social_list li { list-style: none; display: inline-block; } 
.social_list li a { color: #fff; width: 35px; height: 35px; line-height: 35px; border: 1px solid #fff; text-align: center; margin-right: 10px; } 
.social_list li a:hover { color: var(--sec); border: 1px solid var(--sec); } 
.contact_form_grid .form_grid { background-color: #ffffff; padding: 30px; } 
.contact_form_grid1 .form_grid { background-color: #ffffff; padding: 30px; } 
.form_grid .title_h2 { font-size: 20px; text-transform: uppercase; text-align: left; margin: 0 0 20px; padding: 0; color: #333; } 
.sitemap_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 
.sitemap_right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.sitemap_right_side .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--pri); font-size: 24px; color: #fff; font-weight: 600; } 
.sitemap { border-left: 1px solid #666; padding: 0; } 
.sitemap li { list-style: none !important; background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px; padding: 0 0 0 15px; margin-bottom: 5px; } 
.sitemap li ul { border-left: 1px solid #666; padding: 0; } 
.sitemap li a { color: #333; font-size: 14px; padding-bottom: 5px; display: block; } 
.sitemap li a:hover { color: var(--pri); } 
.market_area h1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; color: var(--pri); } 
.market_area h3 { float: left; display: block; } 
.market-list { float: left; width: 100%; margin: 0 !important; padding: 0; } 
.market-list li { list-style: none; padding-right: 10px; line-height: 20px; width: 25%; float: left; } 
.market-list li:before { content: none !important; margin-right: 0 !important; } 
.market-list li a { width: auto; height: auto; padding: 10px 0 10px 12px; margin: 0 0 9px; display: block !important; color: #333 !important; font-size: 14px; background-color: #ddd; } 
.market-list li a:hover { background: var(--pri); color: #fff !important; } 
.video-section { float: left; width: 100%; margin: 0; padding: 20px 0 20px; position: relative; } 
.video-section .video-inner { position: relative; width: 640px; padding: 140px 0px; background-size: cover; background-repeat: no-repeat; background-position: center; max-height: 480px; margin: 0 auto; border-radius: 6px; } 
.video-section .video-inner .video-content a { position: relative; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; width: 80px; height: 80px; margin: 0 auto; text-align: center; background: var(--pri); border-radius: 4px; border: 1px solid var(--pri); } 
.video-section .video-inner .video-content a svg { width: 30px; height: 30px; } 
.video-section .video-inner .video-content a:hover { background: #fff; color: var(--pri); } 
.video-section .video-inner .video-content { position: relative; text-align: center; } 
.intl-tel-input { width: 100%; } 
.iti { width: 100%; } 
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 40px; } 
.cmTitle { color: var(--text-color); font-size: 20px; margin-bottom: 3px; font-weight: 600; } 
.home_about_content .cmTitle { color: white; } label.error{ color: red ; font-size: 14px; }
.send_enquiry{cursor: pointer;}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;}
    .whatapp_btn.whatapp_btn2 {
    right: 15px;
    left: inherit;
    background: #333;
}
.d-flow-root{display: flow-root;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}