/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

:root { --facebook: #3C5B9B; --twitter: #fff; --linkedin: #027ba5; --youtube: #f70000; --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); --whatsapp: #00cf4d; --logoColor: #98b446; --blackColor: #000; --darkGreyColor: #1E1E1E; --whiteColor: #fff; --gradient: linear-gradient(to left, #98b446, #6b7f2f); --gradientDeg: linear-gradient(0deg, rgba(152, 180, 70, 1) 0%, rgba(107, 127, 47, 1) 35%); --paragraphFonts:'Poppins', sans-serif; --titleFonts: 'Montserrat', sans-serif; --secondary--color: #fbb12f; --third-color: #fff; --primary-color: #404682; } 
body { background: var(--whiteColor); color: var(--darkGreyColor); font-family: var(--paragraphFonts); font-size: 15px; overflow: hidden; overflow-y: scroll; } 
h1, h2, h3, h4, h5, h6 { font-family: var(--titleFonts); color: var(--darkGreyColor); margin: 0; padding: 0; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: var(--darkGreyColor); } 
p a { color: var(--darkGreyColor); width: auto; display: inline-block; } 
p a:hover { text-decoration: underline; outline: none; } 
p { letter-spacing: normal; margin-bottom: 10px; line-height: normal; font-size: 15px; color: var(--darkGreyColor); } 
a { color: var(--darkGreyColor); text-decoration: none; outline: none; display: block; } 
a:hover, a:focus, a:active { outline: none; text-decoration: none; } 
img { max-width: 100%; height: auto; } 
iframe { border: 0; width: 100%; } 
blockquote { padding: 0; border: 0; } 
.form-group { position: relative; margin-bottom: 15px; } 
label { color: var(--darkGreyColor); display: block; font-weight: 400; margin: 0; } 
textarea { border-radius: 0; background: var(--whiteColor); height: 100px; } 
select { border-radius: 0 !important; background: var(--whiteColor); border: 1px solid #ccc; height: 40px !important; line-height: 40px !important; box-shadow: none; padding: 0 10px !important; box-sizing: border-box; } 
textarea, select, input { border: 1px solid #ccc; height: 40px; border-radius: 0; background: var(--whiteColor); line-height: 40px; box-shadow: none; padding: 0 10px; box-sizing: border-box; } 
input[type="file"] { width: 100%; padding: 0px; font-size: 12px; margin: 0; } 
.form-control { border-radius: 4px; height: 40px; font-size: 14px; } 
textarea.form-control { height: 100px; } 
.form-control::-moz-placeholder { color: var(--darkGreyColor); } 
.form-control:focus::-moz-placeholder { color: var(--secondary--color); } 
.form-control:focus { border-color: var(--secondary--color); box-shadow: none; } 
/**/ .owl-carousel .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent } 
.owl-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; display: inline; } 
.owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: var(--darkGreyColor); display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px } 
.owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--secondary--color); } 
.titleCenter{    font-family: var(--titleFonts);} 
/* WPS Social Media */ .socialMedia { margin: 0; list-style: none; padding: 0px; width: auto; } 
.socialMedia li { margin: 0px; display: inline-block; } 
.socialMedia li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 100%; display: flex; align-items: center; justify-content: center; color: #fff; } 
.socialMedia li a svg { width: 15px; height: 15px; margin: 0; padding: 0; } 
.socialMedia li.facebook a { background: var(--facebook); } 
.socialMedia li.twitter a { background: var(--blackColor); color: var(--twitter); } 
.socialMedia li.linkedin a { background: var(--linkedin); } 
.socialMedia li.youtube a { background: var(--youtube); } 
.socialMedia li.instagram a { background: var(--instagram); } 
/* WPS Go To Top */ .goToTop { position: fixed; z-index: 8030; bottom: 65px; right: 30px; width: 46px; height: 46px; border-radius: 50%; color: var(--whiteColor); font-size: 24px; line-height: 42px; text-align: center; text-decoration: none; cursor: pointer; transition: all 0.25s; display: none; background: var(--secondary--color); border: 0; } 
.goToTop:hover { background: #2d2d2d; color: var(--whiteColor); } 
.goToTop svg { width: 24px; height: 24px;    color: #484372; } 
/* WPS Header */ .header { float: left; position: fixed; z-index: 1000; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: auto; padding: 0px 0; transition: all .4s cubic-bezier(.165, .84, .44, 1); background: #f9aa1800; } 
.home .header { position: fixed; background: #fbb22f !important; } 
/* Menu */ .navigationBar { display: flex; align-items: center; position: relative; background: transparent; width: 100%; padding: 0 0px; } 
.navigationBar.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: var(--secondary--color); -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-duration: 1s; animation-fill-mode: both } 
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } 
to { opacity: 1; transform: none } 
} 
.secondaryLogo { display: none; } 
.home .secondaryLogo { display: inline-block; } 
.home .primaryLogo { display: none; } 
.navigationBar.stricky-fixed .primaryLogo { display: inline-flex; max-width: 140px; height: auto; } 
.navigationBar.stricky-fixed .secondaryLogo { display: none; } 
.wpsLogo { padding: 2px 0; max-width: 170px; } 
.bg-light2{background: #fff9ed !important;} 
.home .wpsLogo { padding: 0px 0; max-width: 160px; } 
.navigation { display: block; width: calc(100% - 260px); margin-left: auto; } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: var(--whiteColor); font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: var(--secondary--color); border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
.home .navigation .navbar button span { background: var(--whiteColor); } 
.navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 
.navigation .menu { display: block } 
.navigation .menu ul { margin: 0; padding: 0; width: 100%; justify-content: flex-end; } 
.navigation .menu ul li { position: relative;    font-family: var(--titleFonts); } 
.navigation .menu ul li a { padding: 27px 15px; display: block; color: var(--darkGreyColor); text-transform: capitalize; transition: all .3s ease; font-size: 16px; background: none; font-weight: 600; position: relative; } 
.navigation .menu >ul >li.active >a, .navigation .menu >ul >li:hover >a { color: #5d639f !important; background: transparent; } 
/* .navigation .menu >ul >li.active >a:after { border-bottom: 1px solid var(--secondary--color); content: ''; position: absolute; width: 65%; left: 0; bottom: 6px; right: 0; margin: 0 auto; }  */
/**/ .home .navigation .menu ul li a { color: var(--darkGreyColor); } 
/* .home .navigation .menu ul li.active a, .home .navigation .menu ul li:hover a { color: var(--primary-color); background: transparent; } */ .home .navigation .menu ul li.active a:after { border-bottom: 3px solid var(--primary-color); content: ''; position: absolute; width: 65%; left: 0; bottom: 0px; right: 0; margin: 0 auto; } 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top: -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: 280px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: var(--whiteColor); margin: 0; padding: 0;left:-100%; transition: all .3s ease } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; /* width: 100% */ } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: var(--whiteColor); background: #0051c4; } 
.navigation .menu ul li ul.cs-dropdown li:hover a { color: var(--whiteColor); background: #0051c4; } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: var(--whiteColor); color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: var(--whiteColor); background: #0051c4; } 
.navigation .menu ul li ul.cs-dropdown li a { color: #444; font-size: 14px; padding: 8px 15px; position: relative; display: block; text-transform: capitalize; font-weight: normal; background: var(--whiteColor); transition: all 0.3s ease; border-bottom: 1px solid #eee; } 
/* .navigation .menu ul li:hover ul.cs-dropdown li a:hover { color: var(--whiteColor); background: var(--secondary--color); } */ .navigation .menu ul li:hover ul.cs-dropdown li:hover a { color: var(--primary-color); background: var(--secondary--color); } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover a { color: var(--whiteColor); background: var(--secondary--color); } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown li a { background: var(--whiteColor); color: var(--darkGreyColor); } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: var(--whiteColor); background: var(--secondary--color); } 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: var(--darkGreyColor); } 
.home .navigation ul li.cs-submenu a button { color: var(--whiteColor); } 
.navigation ul li.cs-submenu a button svg { width: 14px; height: 14px;color:var(--darkGreyColor); } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: #404682; } 
.home .navigation ul li.cs-submenu:hover svg { /* transform: rotateZ(180deg); */ color: var(--primary-color); } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: var(--darkGreyColor); } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: var(--darkGreyColor); } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: var(--whiteColor); transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: var(--darkGreyColor); transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover svg { color: var(--whiteColor); } 
/**/ .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: var(--secondary--color) } 
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; } 
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
/**/ .navigation .navbar { display: none; padding: 7px 0; margin: 0 } 
.navigation .menu ul li a.getQuoteBtn { border: 1px solid var(--secondary--color); padding: 8px 18px !important; margin-left: 20px; display: inline-flex; align-items: center; width: auto; font-size: 14px; overflow: hidden; background: var(--secondary--color); color: var(--whiteColor); -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); position: relative; border-radius: 4px; } 
.navigation .menu ul li a.getQuoteBtn:before { content: ''; position: absolute; width: calc(100%); height: calc(100%); top: 0; left: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); border-radius: inherit; background: #4484f8 } 
.navigation .menu ul li a.getQuoteBtn:hover, .navigation .menu ul li a.getQuoteBtn:focus { color: var(--whiteColor); background: #4484f8; border-color: #4484f8; } 
.navigation .menu ul li a.getQuoteBtn:hover:before { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } 
.navigation .menu ul li a.getQuoteBtn span { display: flex; align-items: center; justify-content: center; position: relative; } 
.navigation .menu ul li a.getQuoteBtn svg { width: 18px; height: 18px; margin-left: 8px; } 
/**/ .home .navigation .menu ul li a.getQuoteBtn { border: 1px solid var(--third-color); background: var(--third-color); color: var(--secondary--color); } 
.home .navigation .menu ul li a.getQuoteBtn:hover, .home .navigation .menu ul li a.getQuoteBtn:focus { color: var(--whiteColor); background: #4484f8; border-color: #4484f8; } 
/**/ /**/ /* .navigation .menu ul li:nth-child(3) ul.cs-dropdown { width: 480px; left: -50%; } 
.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% } */ .navigationBar.stricky-fixed .navigation .menu ul li a { color: #333; } 
.navigationBar.stricky-fixed .navigation .menu ul li.active a, .navigationBar.stricky-fixed .navigation .menu ul li:hover a { color: #6259bf; background: transparent; } 
.navigationBar.stricky-fixed .navigation .menu ul li.active a:after { border-bottom: 0px solid var(--primary-color); content: ''; position: absolute; width: 65%; left: 0; bottom: 6px; right: 0; margin: 0 auto; } 
.navigationBar.stricky-fixed .navigation ul li.cs-submenu a button { color: #6259bf; } 
.navigationBar.stricky-fixed .navigation ul li.cs-submenu:hover svg { /* transform: rotateZ(180deg); */ color:#6259bf; } 
.navigationBar.stricky-fixed .navigation .menu ul li ul.cs-dropdown li a { color: var(--darkGreyColor); } 
.navigationBar.stricky-fixed .navigation .menu ul li ul.cs-dropdown li:hover a { color: var(--whiteColor); background: var(--secondary--color); } 
.navigationBar.stricky-fixed .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { color: var(--darkGreyColor); background: var(--whiteColor); } 
.navigationBar.stricky-fixed .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: var(--whiteColor); background: var(--secondary--color); } 
.navigationBar.stricky-fixed .navigation .menu ul li a.getQuoteBtn { background: var(--secondary--color); color: var(--whiteColor); border-color: var(--secondary--color); } 
/**/ /*Mega Menu*/ .navigationBar .menu ul li.mega { position: static; } 
.navigationBar .menu ul li.mega ul.cs-dropdown { width: 100%; max-width: 1140px; height: auto; top: 53px; left: 50%; transform: translateX(-50%); columns: 4; -webkit-columns: 4; -moz-columns: 4; margin: 0 auto; background: #fff; padding: 10px; float: left; border-radius: 4px; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li { display: inline-block; /* width: calc(100% / 4 - 10px); */ float: left; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li a { padding: 2px 9px; float: left; width: 100%; display: block; border-bottom: 0; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li ul.cs-dropdown li { width: 100%; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li a span { font-weight: 600; color: var(--secondary--color); font-size: 16px; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li a button { display: none; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li ul.cs-dropdown { position: relative; display: block; width: 100%; left: 0; top: 100%; margin: 0; box-shadow: none; opacity: 1; visibility: visible; max-height: 100%; overflow: visible; padding: 0; columns: 1; transform: none; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li ul.cs-dropdown li a { font-size: 14px; padding: 3px 10px; display: flex; border-bottom: 0; } 
.navigation .menu ul li.mega:hover ul.cs-dropdown li:hover a { color: var(--darkGreyColor); background: transparent; } 
.navigationBar .menu ul li.mega ul.cs-dropdown li ul.cs-dropdown a:hover { background: transparent; color: var(--secondary--color) } 
.navigationBar.stricky-fixed .navigation .menu ul li.mega ul.cs-dropdown li:hover a, .navigationBar .stricky-fixed .navigation .menu ul li.mega ul.cs-dropdown li:hover a, .navigationBar .stricky-fixed .navigation .menu ul li.mega ul.cs-dropdown li:hover a { background: transparent; color: var(--secondary--color) } 
.navigationBar .navigation .menu ul li.mega ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { background: transparent; color: var(--secondary--color) } 
.navigationBar.stricky-fixed .navigation .menu ul li.mega ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { background: transparent; color: var(--secondary--color) } 
/* banner */ .wpsSlider { float: left; width: 100%; margin: 0; padding: 0; position: relative; padding-top: 0; } 
.wpsSlider::before { position: absolute; content: ""; width: 100%; height: 90%; background: var(--secondary--color); background-size: cover; /* background: linear-gradient(180deg, #fbb22f, #fbb22f, #f7b62fb0, #fff0); */ background: linear-gradient(180deg,#f9aa18 0%,#ffd98b 56%,#fff 92%); } 
.bannerText { width: 100%; padding-top: 120px; position: relative; } 
.sliderBackground { position: absolute; top: 0; left: 0; width: 100%; height: 700px; z-index: -1; } 
.sliderTitle { color: var(--primary-color); font-size: 27px; margin: 0; line-height: 1.45; font-weight: 700; margin-bottom: 10px; } 
.wpsSlider p { margin-bottom: 30px; font-size: 15px; color: var(--primary-color); } 
.wpsSlider img { width: 100% } 
.wpsSlider .carousel-inner { border-radius: 0px; } 
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 100%; background: #404682; opacity: 1; border: 1px solid #404682; } 
.carousel-indicators .active { background: var(--secondary--color); } 
.wpsSlider .carousel-control-prev, .wpsSlider .carousel-control-next { top: 50%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; line-height: 40px; padding: 0; transform: translate(0, -50%); color: var(--whiteColor); font-size: 14px; outline: 0; background: var(--primary-color); border-radius: 100%; border: 1px solid var(--primary-color); text-align: center; cursor: pointer; transition: all .3s ease; z-index: 999; position: absolute; opacity: 1; left: inherit; display: none; } 
.wpsSlider .carousel-control-next-icon, .wpsSlider .carousel-control-prev-icon { background-size: 50%; } 
.wpsSlider .carousel-control-prev { left: 1%; } 
.wpsSlider .carousel-control-next { right: 1%; } 
.wpsSlider .carousel-control-prev:hover, .wpsSlider .carousel-control-next:hover, .wpsSlider .carousel-control-prev:focus, .wpsSlider .carousel-control-next:focus { background: var(--darkGreyColor); border-color: var(--darkGreyColor); color: var(--secondary--color); } 
.wpsSlider:hover .carousel-control-prev, .wpsSlider:hover .carousel-control-next { display: flex; } 
.designer-btn { display: inline-flex; padding: 9px 15px; font-size: 15px; font-weight: 600; color: #404682; background: var(--secondary--color); border: none; border-radius: 5px; text-decoration: none; box-shadow: 0px 2px 5px 1px #4f558c36; transition: all 0.3s ease-in-out; position: relative; width: 140px; border: 1px solid #e7ae3b; overflow: hidden; align-items: center; text-transform: capitalize; } 
.designer-btn::before { content: ""; position: absolute; top: -50%; left: -50%; width: 190%; height: 160%; background: #453e85; z-index: -1; transition: 0.4s ease; transform: rotate(45deg) scale(0); border-radius: 50%; } 
.designer-btn svg { transform: rotate(0deg); margin-left: 5px;    width: 20px; height: 20px; } 
a.designer-btn.eBtn { width: auto; padding: 7px 8px; } 
.designer-btn:hover { background: var(--primary-color); transform: translateY(-2px); box-shadow: 0 6px 20px rgb(244 163 0 / 25%); color: #fff;border: 1px solid #eeeeee80; } 
.designer-btn:hover::before { transform: rotate(45deg) scale(1); } 
/**/ .webpulsePackage { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff; } 
.wpsPackage { position: relative; width: 100%; height: auto; overflow: hidden; border-radius: 12px; margin-bottom: 5px; background: #fff9ed; border-radius: 10px; border: 1px solid #eee; } 
.wpsPackage .image { width: 100%; height: 100%; aspect-ratio: 14 / 13; object-fit: contain; object-position: center; } 
.wpsPackage .wpsPackageInfo { position: absolute; left: 0; bottom: 0; width: 100%; height: 20%; background:rgb(64 70 130 / 91%); display: flex; align-items: center; justify-content: center; text-align: center; transition: all .3s ease; /* display: none; */ } 
.wpsPackage .wpsPackageInfo .wpsPackageInfoTitle { font-size: 16px; color: var(--third-color); font-weight: 600; margin-bottom: 0; transition: all .3s ease; font-family: var(--titleFonts); } 
.wpsPackage .wpsPackageInfo p { font-size: 15px; color: var(--whiteColor); margin-bottom: 10px; transition: all .3s ease; padding: 0 15px; } 
.wpsPackage .wpsPackageInfo p, .wpsPackageInfo a { display: none; } 
.wpsPackage:hover .wpsPackageInfo { display: flex; height: 100%; background: rgb(64 70 130 / 91%); } 
.wpsPackage:hover .wpsPackageInfo .wpsPackageInfoTitle { margin-bottom: 10px; } 
.wpsPackage:hover .wpsPackageInfo p, .wpsPackage:hover .wpsPackageInfo a { display: inline-flex; } 
/**/ .all_btns { display: inline-flex; align-items: center; width: auto; height: 40px; margin: 0; font-size: 14px; border-radius: 4px 4px 0 4px; overflow: hidden; background: var(--third-color); color: var(--darkGreyColor); -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); position: relative; overflow: hidden; padding: 0 25px; border-radius: 4px; border: 0; outline: 0; } 
.all_btns:before { content: ''; position: absolute; width: calc(100%); height: calc(100%); top: 0; left: 0; z-index: -1; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); border-radius: inherit; background: var(--primary-color); ; } 
.all_btns:hover, .all_btns:focus { color: #404682; background: #f8b400; border: 1px solid #40468233; } 
.all_btns:hover:before { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } 
.all_btns span { display: flex; align-items: center; justify-content: center; } 
.all_btns svg { width: 25px; height: 25px; float: right; } 
.all_btns2 { display: inline-flex; align-items: center; width: auto; height: 40px; margin: 0; font-size: 14px; border-radius: 4px 4px 0 4px; overflow: hidden; background: var(--darkGreyColor); color: var(--whiteColor); -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9); position: relative; overflow: hidden; padding: 0 25px; border-radius: 4px; border: 0; outline: 0; } 
.all_btns2:before { content: ''; position: absolute; width: calc(100%); height: calc(100%); top: 0; left: 0; z-index: -1; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9); transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9); border-radius: inherit; background: var(--secondary--color); ; } 
.all_btns2:hover, .all_btns2:focus { color: var(--whiteColor); background: var(--secondary--color); } 
.all_btns2:hover:before { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } 
.all_btns2 span { display: flex; align-items: center; justify-content: center; } 
.all_btns2 svg { width: 25px; height: 25px; float: right; } 
/**/ .activities-counter { float: left; width: 100%; padding: 40px 0; border-top: 1px solid rgba(16, 12, 8, 0.1); } 
.activities-counter .single-activity { display: flex; align-items: center; gap: 20px;    background: #fff9ed; padding: 14px; border-radius: 10px; border: 1px solid #eee; } 
.activities-counter .single-activity .icon svg { fill: var(--secondary--color); color: var(--secondary--color); width: 50px; height: 50px; } 
.activities-counter .single-activity .content .number { display: flex; align-items: center; font-weight: 700; line-height: 1; color: #100c08; margin-bottom: 4px; } 
.activities-counter .single-activity .content .number h5 { font-size: 27px; margin-bottom: 0; line-height: 1; color: #100c08; } 
.activities-counter .single-activity .content .number span { font-size: 27px; display: inline-block; line-height: 1; } 
.activities-counter .single-activity .content p { margin-bottom: 0; color: #333; line-height: 22px; font-size: 16px; font-weight: 600; } 
.activities-counter .divider::after { content: ""; height: 41px; width: 1px; background-color: rgba(19, 20, 26, 0.16); position: absolute; right: 0; top: 50%; left: unset; transform: translateY(-50%); } 
/**/ .tripadvisor-review { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; padding-top: 30px; } 
.tripadvisor-review>strong { font-weight: 600; font-size: 18px; line-height: 22px; color: #100c08; } 
.tripadvisor-review p { font-weight: 400; font-size: 15px; line-height: 20px; color: #787878; margin-bottom: 0; padding-left: 10px; padding-right: 10px; text-align: center; } 
.tripadvisor-review p strong { font-weight: 600; } 
.tripadvisor-review p a { color: #787878; text-decoration: underline; } 
/**/ .wpsAboutSection { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff9ed; position: relative; overflow: hidden; /* background-image: url(../images/background1.webp); background-repeat: no-repeat; background-size: cover; position: relative; background-position: center; */ } 
.wpsAboutSection .vector1 { position: absolute; left: 0; bottom: 0; } 
.homeAboutImg { float: right; max-width: 580px; width: 100%; margin: 0 0 15px 15px; position: relative; display: flow-root; } 
.homeAboutImg .vector { position: absolute; left: 10%; bottom: -135px; } 
.homeAboutInfo { width: 100%; } 
.wpsAboutTitle { font-size: 25px; color: #404682; margin: 0 0 15px; padding: 0; font-weight: 700; font-family: var(--titleFonts); } 
.wpsAboutTitle span { color: var(--secondary--color); } 
.homeAboutInfo p { font-size: 15px; font-weight: 400; line-height: normal; } 
.wpsAboutSection ul { margin: 10px 0 20px; padding: 0; } 
.wpsAboutSection ul li { margin-bottom: 5px; position: relative; padding-left: 20px; list-style: none; font-size: 15px; font-weight: 400; line-height: normal; } 
.wpsAboutSection ul li:before { content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%2f2a60" viewBox="0 0 16 16"><path d="M7.987 16a1.53 1.53 0 0 1-1.07-.448L.45 9.082a1.53 1.53 0 0 1 0-2.165L6.917.45a1.53 1.53 0 0 1 2.166 0l6.469 6.468A1.53 1.53 0 0 1 16 8.013a1.53 1.53 0 0 1-.448 1.07l-6.47 6.469A1.53 1.53 0 0 1 7.988 16zM7.639 1.17 4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0M8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873zM7.278 8 4.044 4.766 1.17 7.639a.51.51 0 0 0 0 .722l2.874 2.873z"/></svg>'); text-align: center; position: absolute; left: 0; top: 3px; } 
/**/ .readMoreBtn2 { font-size: 14px; font-weight: 500; display: inline-block; transition: all 0.4s; background: var(--secondary--color); padding: 0 20px; line-height: 40px; height: 40px; position: relative; z-index: 0; overflow: hidden; color: var(--whiteColor); margin-right: 10px; border: 0; border-radius: 4px; } 
.readMoreBtn2:before { content: ""; left: 0; position: absolute; z-index: 1; background: var(--secondary--color); width: 35%; height: 40px; transition: all 0.4s; } 
.readMoreBtn2 span { position: relative; z-index: 2; display: flex; align-items: center; } 
.readMoreBtn2 span svg { width: 18px; height: 18px; margin-left: 5px; } 
.readMoreBtn2:hover, .readMoreBtn2:focus { color: var(--whiteColor); } 
.readMoreBtn2:hover:before, .readMoreBtn2:focus:before { width: 100%; background: var(--darkGreyColor); } 
/**/ .wpsHotelPackage { float: left; width: 100%; /* background: linear-gradient(180deg, #404682 0%, #2e2a60e0 100%); */ background: #404682; padding: 50px 0px; } 
.wpsHotelPackage .titleCenter { color: var(--primary-color); } 
.wpsHotelPackage .titleCenter span { color: #fff; } 
.wpsHotelPackage .maxWidth p { color: #fff; margin-bottom: 0px; } 
.wpsHotelPackage .hotelpackageWrap { display: flex; background-color: #fff; overflow: hidden; margin-bottom: 20px; flex-wrap: wrap; border-radius: 12px; } 
.hotelpackageimg { width: 48%; overflow: hidden; } 
.hotelpackageimg img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; transition: all .5s ease; } 
.wpsHotelPackage .hotelpackageWrap:hover .hotelpackageimg img { transform: scale(1.1); } 
.wpsHotelPackage .packagesummery { padding: 15px 15px; width: 50%; } 
.wpsHotelPackage .packagesummery .hotelTitle { font-size: 18px; margin: 0; font-weight: 700; } 
.wpsHotelPackage .packagesummery .hotelTitle a { color: #404682; margin-bottom: 5px; display: block; font-family: var(--titleFonts); font-size: 18px; padding-top: 15px; } 
.wpsHotelPackage .hotelpackageWrap:hover .hotelTitle a { color: var(--secondary--color); } 
.wpsHotelPackage .packagesummery p { color: #333; font-size: 15px; margin: 5px 0px; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 5; overflow: hidden; } 
.wpsHotelPackage .packagesummery .duration { color: #333; font-size: 13px; padding: 3px 10px; display: inline-block; border: 1px solid #ddd; border-radius: 4px; } 
.wpsHotelPackage .packagesummery a { margin-top: 5px; } 
.wpsHotelPackage .packagesummery .rate { color: var(--secondary--color); font-size: 16px; font-weight: 700; } 
.whatsappcolor { background-color: #01e675; color: #fff; border: 2px solid #01e675; padding: 10px 10px; display: inline-block; border-radius: 5px; line-height: 0; } 
.whatsappcolor svg { color: #fff; width: 20px; height: 20px; } 
.all_btns { background: #404682; color: #ffffff;} 
.ourProducts.owl-carousel .owl-nav button.owl-next, .ourProducts.owl-carousel .owl-nav button.owl-prev { border: 6px solid #404682 !important; /* top: 45% !important;  */ width: 47px; height: 47px; } 
.ourProducts.owl-carousel .owl-nav button.owl-prev { top:0% !important;  } 
/**/ /* .videoImg { float: right; max-width: 500px; width: 100%; margin: 0 0 20px 20px; position: relative; } 
.videoIcon { position: absolute; color: red; text-align: center; z-index: 2; box-shadow: 0 0 0 0 rgba(1, 148, 68, .7); border-radius: 12px; left: 0; right: 0; top: 0; display: flex; align-items: center; justify-content: center; height: 100%; width: 100% } 
.videoIcon:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: block; width: 40px; height: 30px; background: #fff } 
.videoIcon svg { width: 60px; height: 60px; position: relative } 
.videoIcon:focus, .videoIcon:hover { color: red; } */ .webpulseLookBook { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--whiteColor); } 
.titleCenter { font-size: 25px; color: #404682; margin: 0 0 10px; padding: 0; font-weight: 700; text-align: center; } 
.titleCenter span { color: var(--secondary--color); } 
.maxWidth { float: left; width: 100%; text-align: center; margin-bottom: 10px } 
.maxWidth p { display: inline-block; max-width: 850px; width: 100%; margin: 0 auto; font-size: 15px; text-align: center; line-height: normal; } 
/**/ .wpsFeature { text-align: center; border: 1px solid #eee; padding: 15px; margin-top: 20px; border-radius: 12px; box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); } 
.wpsFeature .featureWraplast { border: none; } 
.wpsFeature .wpsFeatureIcon { margin-bottom: 15px; } 
.wpsFeature .wpsFeatureInfo h5 { color: var(--secondary--color); font-size: 18px; font-weight: 600; margin: 5px 0px; } 
.wpsFeature .wpsFeatureInfo p { color: #333; font-size: 15px; font-weight: 400; margin: 5px 0px; } 
/**/ .wpsCatgeory { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff9ed; } 
#ourProducts { width: 100%; margin-bottom: 30px; } 
.categoryItem { background: var(--whiteColor); box-shadow:none; transition: all .3s ease; border-radius: 12px; overflow: hidden; margin-bottom: 20px;border: 1px solid #f5eddec9; } 
.itemSlide { box-shadow: none; margin-bottom: 30px; } 
.categoryItem .image { aspect-ratio: 1 / 1; overflow: hidden; } 
.categoryItem .image img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; transition: all .3s ease; } 
.categoryItem:hover .image img { transform: scale(1.02); } 
.categoryItem .categoryItemInfo { padding: 15px 15px 20px; text-align: left; } 
.categoryItemInfo p { font-size: 14px; line-height: normal; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.categoryItem .categoryItemInfo .categoryItemTitle { font-size: 17px; font-weight: 700; color: var(--secondary--color); margin-bottom: 10px; line-height: 1.4; align-items: center; font-family: var(--titleFonts); height: 47px; display: flex; align-items: center; justify-content: center; text-align: center; } 
.categoryItem .categoryItemInfo .categoryItemTitle a { color: #404682;  display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2; overflow: hidden; } 
.categoryItem:hover .categoryItemInfo .categoryItemTitle a { color: var(--secondary--color); } 
.categoryItem:hover .categoryItemInfo .categoryItemTitle { color: var(--darkGreyColor); } 
.categoryItem .categoryItemInfo ul { list-style: none; padding: 0; } 
.categoryItem .categoryItemInfo ul li { font-size: 14px; font-weight: 500; text-align: justify; color: #2d2d2d; line-height: 1.4; } 
.categoryItem .categoryItemInfo ul li svg { margin-right: 1px; color: var(--secondary--color); height: 16px; width: 16px; } 
.packIconList { display: flex; justify-content: start; align-items: start; gap: 10px; margin-bottom: 20px; } 
.packIconList .packIconItem { display: flex; flex-direction: column; align-items: center; width: 75px; } 
.packIconList .packIconItem img { width: 40px; margin-bottom: 10px; } 
.packIconList p { font-size: 13px; line-height: 1.2; text-align: center; margin-bottom: 0; font-weight: 400; color: #444; padding: 0; } 
/* .categoryItem .categoryItemInfo p { font-size: 14px; font-weight: 400; color: #444; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; } 
.categoryItem .categoryItemInfo span { color: var(--secondary--color); text-decoration: underline; font-weight: 500; } */ /**/ .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { position: absolute; top: 50%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; transform: translate(0, -50%); border: 0; outline: 0; background: var(--whiteColor); border-radius: 100%; z-index: 50; cursor: pointer; transition: all .3s ease; color: var(--secondary--color); box-shadow: 0 0 49px rgba(0, 0, 0, .02);    border: 1px solid #fbb12f80; width: 45px; height: 45px; } 
.owl-carousel .owl-next svg, .owl-carousel .owl-prev svg { width: 18px; height: 18px; } 
.owl-carousel .owl-nav button.owl-prev { left: -20px; top: 48%; transform: rotate(180deg); } 
.owl-carousel .owl-nav .owl-next { right: -20px; top: 48% } 
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover { background: var(--secondary--color); color: var(--whiteColor); } 
/**/ .wpsDestinations { float: left; width: 100%; background: linear-gradient(90deg, #2d2d2d 0%, #000 100%); background: #fff; padding: 50px 0px; } 
/* .wpsDestinations .titleCenter { color: #fff; } */ .wpsDestinations .titleCenter span { color: var(--secondary--color); } 
.wpsDestinations .maxWidth p { /* color: #fff; */ margin-bottom: 35px; } 
/**/ .features-holder { float: left; width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 25px; } 
.feature-panel-holder { padding-top: 10px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.feature-panel-holder .feature-panel .feature-icon img { width: auto; height: 50px; } 
.feature-panel-holder .feature-panel { position: relative; padding: 23px 10px 40px; 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: 15px; border-radius: 8px 0 8px 8px; border: 1px solid #eee; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;    background: #fff9ed; } 
.feature-panel-holder .feature-panel .feature-icon { margin-bottom: 5px; } 
.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: 0; } 
.feature-panel-holder .feature-panel .feature-content .titleFact { font-weight: 700; font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #404682; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; font-family: var(--titleFonts); } 
.feature-panel-holder .feature-panel .feature-content p { text-align: center; font-size: 15px; line-height: 24px; margin-bottom: 0; color: #c18713; /* color: var(--secondary--color); */ 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: 0; } 
.feature-panel-holder:hover { padding-top: 0; } 
.feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: #fff; box-shadow: 0 16px 20px #0b5cff29; } 
.feature-panel-holder:hover .feature-panel .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
/***/ /* WPS Home Testimonials */ .wpsTestimonials { float: left; width: 100%; padding: 60px 0; background: linear-gradient(180deg, #fbb22f 0%, #ffc254 100%); margin: 0; position: relative; z-index: 1; } 
.wpsTestimonials .container { position: relative; } 
.testimonialLeft { width: 100%; } 
.testimonialLeft p { font-size: 16px; color: #fff; } 
.testimonialLeft p:last-child { margin: 0; } 
.testimonialLeftTitle { color: var(--whiteColor); line-height: 1.2; font-size: 40px; font-weight: 600; margin-bottom: 15px; } 
.testimonialLeftTitle span { color: var(--primary-color); } 
.review-wrap h6 { color: var(--secondary--color); font-size: 18px; font-weight: 600; line-height: 1; margin-top: 15px; margin-bottom: 15px; } 
.rating-area { display: flex; align-items: center; gap: 20px; margin: 0; padding: 0; } 
.rating-area li { list-style: none; } 
.rating-area .single-rating a { background-color: #2d2d2d; padding: 14px 23px; border-radius: 10px; display: block; transition: 0.5s; } 
.rating-area .single-rating a .icon { margin-bottom: 5px; line-height: 1; } 
.rating-area .single-rating a .rating { display: flex; align-items: center; gap: 7px; line-height: 1; } 
.rating-area .single-rating a .rating span { font-size: 14px; font-weight: 400; color: #fff; } 
.testimonialsBox { background: var(--whiteColor); padding: 25px; } 
.testimonialsItem { padding: 50px 35px; border-radius: 10px; border: 1px solid rgba(34, 34, 34, 0.1); background: #fff; position: relative; margin-bottom: 40px; z-index: 1; border-bottom: 3px solid var(--secondary--color); } 
.testimonialsItem::before { -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0); clip-path: polygon(0 0, 50% 100%, 100% 0); width: 33px; height: 23px; bottom: -22px; content: ""; position: absolute; left: 50%; transform: translateX(-50%); background-color: #fff; border-left: 1px solid rgba(34, 34, 34, 0.1); border-right: 1px solid rgba(34, 34, 34, 0.1); } 
.testimonialsItem:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/testimonial-card-bg.svg); background-size: cover; background-repeat: no-repeat; z-index: -1; } 
.testimonialsItem .quote { position: absolute; bottom: 20px; right: 20px; width: 60px !important; height: auto; } 
.testimonialsItem .text { text-align: center; } 
.testimonialsItem .text p { font-size: 18px; line-height: 1.8; text-align: center; margin-bottom: 20px; } 
.testimonialsItem .text img { width: auto; display: inline-flex; } 
.testimonialsUser { width: 100%; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; } 
.testimonialsUser li { margin-right: 10px; list-style: none; color: #fff; } 
.testimonialsUser li:first-child span { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--whiteColor); font-size: 24px; color: var(--secondary--color); } 
.testimonialsUser li span.name { font-size: 16px; line-height: 25px; font-weight: 600; color: var(--whiteColor); margin: 0px; padding: 0; display: block; } 
.testimonialsUser li span+img { width: 80px !important; margin-top: 2px; } 
/*WPS Home Blogs*/ .webpulseBlog { float: left; width: 100%; padding: 40px 0; margin: 0; background: #EFF6FB; } 
.blogLarge { width: 100%; } 
.blogLarge .image { width: 100%; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 15px; border-radius: 12px; } 
.blogLarge .image img { width: 100%; height: 100%; aspect-ratio: 16/10; object-fit: contain; object-position: center; transition: all .3s ease; } 
.blogLarge:hover .image img { transform: scale(1.05); } 
.blogLarge ul { display: flex; align-items: center; margin: 0 0 10px; padding: 0; gap: 10px; } 
.blogLarge ul li { list-style: none; font-size: 13px; color: var(--darkGreyColor); } 
.blogLarge ul li span { background-color: #DEE8F9; color: var(--secondary--color); line-height: normal; padding: 3px 15px; border-radius: 20px; } 
.blogLarge .blogLargeTitle { font-size: 18px; color: #404682; font-weight: 700; margin-bottom: 10px; font-family: var(--titleFonts); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } 
.blogLarge p { font-size: 15px; line-height: normal; color: var(--darkGreyColor); margin: 0; } 
.wpsBlogList { width: 100%; display: flex; margin-bottom: 25px; } 
.wpsBlogList:last-child { margin: 0; } 
.wpsBlogList a { align-items: center; width: 100%; display: flex; } 
.wpsBlogList .image { aspect-ratio: 4 / 3; position: relative; overflow: hidden; max-width: 280px; width: 100%; height: 100%; border-radius: 12px; } 
.wpsBlogList .image img { aspect-ratio: 4 / 3; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all .3s ease; } 
.wpsBlogList:hover .image img { transform: scale(1.05); } 
.wpsBlogList .wpsBlogListInfo { width: calc(100% - 300px); margin-left: auto; } 
.wpsBlogList .wpsBlogListInfo ul { display: flex; align-items: center; margin: 0 0 10px; padding: 0; gap: 10px; } 
.wpsBlogList .wpsBlogListInfo ul li { list-style: none; font-size: 13px; color: var(--darkGreyColor); } 
.wpsBlogList .wpsBlogListInfo ul li span { background-color: #DEE8F9; color: var(--secondary--color); line-height: normal; padding: 3px 15px; border-radius: 20px; } 
.wpsBlogListTitle { font-size: 18px; color: #404682; font-weight: 700; margin-bottom: 3px; font-family: var(--titleFonts); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.wpsBlogList .wpsBlogListInfo p { font-size: 15px; line-height: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.wpsBlogList .wpsBlogListInfo .wpsBlogListTitle:hover, .wpsBlogList .wpsBlogListInfo .wpsBlogListTitle:focus { color: var(--secondary--color); } 
/* WPS Home Photos */ .wpsPhotos { float: left; width: 100%; margin: 0; padding: 50px 0; background: #fff9ed !important; } 
.wpsPhotos .owl-item .item .photos { -webkit-transition: 0.3s; -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); -o-transition: 0.3s; transition: 0.3s; -webkit-transform: scale(1.10); -ms-transform: scale(1.10); transform: scale(1.10); border: solid 5px #F7ECED; border-radius: 100%; overflow: hidden; margin: 40px 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background: var(--secondary--color); } 
.wpsPhotos .owl-item.center { z-index: 99; position: relative; } 
.wpsPhotos .owl-item.center .item .photos { -webkit-transform: scale(1.40); -ms-transform: scale(1.40); transform: scale(1.40); } 
.wpsPhotos .owl-item .item .photos:after { color: var(--whiteColor); 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; transition: 0.3s ease-out; transform: scale(0.1); opacity: 0; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' 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>"); } 
.wpsPhotos .owl-item .item .photos img { aspect-ratio: 1 / 1; width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.wpsPhotos .owl-item .item .photos:hover:after { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: .6; } 
.wpsPhotos .owl-item .item .photos:hover img { opacity: 0.4; } 
/*WPS Home Clients*/ .wpsClients { float: left; width: 100%; margin: 0; padding: 0 0 40px; background: #fff; } 
.wpsClients .clients { max-width: 100%; background: transparent; opacity: 1; margin: 0 0px 20px; transition: opacity 0.3s ease; border-radius: 6px; position: relative; padding: 0px 10px; text-align: center; min-height: auto; max-height: auto;background-color: #fff; overflow: hidden; border: 1px solid #eee;    aspect-ratio: 3 / 2 } 
.wpsClients .clients img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
/* Footer */ footer { float: left; width: 100%; background: #404682; padding: 30px 0px 0; /* background-image: url(../images/footer-bg.webp); */ /* background-position: center; background-size: cover; */ position: relative; } 
/* footer:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; content: ""; background: var(--secondary--color); opacity: 0.80; } */ footer .container { position: relative; } 
footer .footerTitle { width: 100%; font-size: 18px; color: var(--secondary--color); margin-bottom: 10px; font-weight: 600; } 
footer .footerTitle img { max-width: 145px; } 
footer p { width: 100%; font-size: 14px; line-height: 24px; color: #fff; } 
.footerLinks { float: left; width: 100%; margin: 0; padding: 0; } 
.footerLinks.all { display: flex; flex-wrap: wrap; gap: 0 15px; } 
.footerLinks li { line-height: 1.6; list-style: none; color: #fff; font-size: 14px; margin-bottom: 5px; } 
.footerLinks.all li { width: calc(100% / 2 - 12px); } 
.footerLinks li a { color: #fff; text-transform: capitalize; position: relative; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; } 
.footerLinks li a:hover { color: #fbb12f; } 
.footer_widget { margin-bottom: 10px; } 
.footer_widget .footerContact { display: flex; margin-bottom: 10px; } 
.footer_widget .footerContact svg { color: var(--secondary--color); width: 18px; height: 18px; margin-right: 10px; float: left; min-width: 24px; } 
.footer_widget .footerContact .number, .footer_widget .footerContact .email, .footer_widget .footerContact .address_place { line-height: 1.6; } 
.footer_widget .footerContact p, .footer_widget .footerContact p a { color: #fff; font-size: 14px; display: inline-block; display: flex; align-items: center; margin: 0; } 
.footer_widget .footerContact .number a { font-size: 16px; line-height: 1.6; font-weight: 600;color: #fff; } 
.footer_widget .footerContact p a:hover { color: #fbb12f; } 
footer .socialMedia li a { width: 35px; height: 35px; } 
footer .socialMedia li a:hover, footer .socialMedia li a:focus { color: var(--blackColor); background: var(--secondary--color); border-color: var(--secondary--color); } 
.lastBottom { position: relative; float: left; width: 100%; background: #2e3472; line-height: 40px; border-top: 0px solid #40468238; padding: 5px 0px; margin-top: 25px; color: #fff; font-size: 14px; } 
.craftedText { width: 100%; text-align: right;    line-height: normal; } 
.craftedText a { display: inline-block; color: #fff; } 
.craftedText a:hover, .craftedText a:focus { color: var(--secondary--color); } 
.lastBottom .row { align-items: center; } 
/* Common Titles*/ .title_1 { position: relative; padding-bottom: 10px; line-height: normal; font-size: 26px; color: var(--darkGreyColor); font-weight: 600; margin-bottom: 20px; } 
.title_1 span { color: var(--secondary--color); } 
.light { color: var(--whiteColor); } 
.title_1 span { color: var(--secondary--color); } 
.title_1:before, .title_1:after { content: ""; background: #404682; width: 30px; left: 0; height: 3px; position: absolute; bottom: 0;display: none; bottom: 0; right: 0; margin: 0; } 
.title_1:after { background: var(--secondary--color); left: 30px; } 
.title_2 { width: 100%; max-width: 800px; font-size: 26px; font-weight: 600; display: block; padding-bottom: 15px; text-align: center; margin: 0 auto; margin-bottom: 20px; position: relative; line-height: normal; color: var(--secondary--color); } 
.title_2 span { background-image: var(--secondary--color); } 
.title_2:before, .title_2:after { content: ""; background: var(--darkGreyColor); width: 25px; left: 0; height: 3px; position: absolute; bottom: 0; bottom: 0; right: 0; margin: 0 auto; } 
.title_2::after { background: var(--secondary--color); left: 30px; } 
/**/ .whatapp_btn { background: #01e675; width: 50px; height: 50px; color: #fff; position: fixed; left: 15px; bottom: 105px; cursor: pointer; z-index: 999; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16); } 
.whatapp_btn svg { width: 24px; height: 24px; } 
.whatapp_btn:focus, .whatapp_btn:hover { background: #01e675; color: #fff; } 
#whatsapp .modal-dialog { margin-top: 12%; } 
/**/ .modal-content { border-radius: 0 } 
.modal-header { padding: 0 15px; background: var(--secondary--color); color: var(--whiteColor); border-radius: 0 } 
.modal-header h4 { text-align: left; font-size: 18px; line-height: 18px; color: var(--whiteColor); } 
.modal-header .modal-title { text-align: left; font-size: 16px; line-height: 18px; color: #3c3377; padding: 15px 0; text-transform: initial; letter-spacing: .2px; font-weight: 600; } 
.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;    filter: invert(1); } 
/**/ .send_enquiry { border-radius: 40px; bottom: 45px; color: var(--whiteColor); display: table; height: 50px; left: 15px; min-width: 50px; position: fixed; text-align: center; z-index: 9; transition: all 0.2s linear; background: var(--secondary--color); display: flex; align-items: center; justify-content: center; } 
.send_enquiry svg { width: 24px; height: 24px; line-height: 50px;    color: #484372; } 
.send_enquiry:hover { color: var(--whiteColor); padding: 0 20px; } 
.send_enquiry:focus { color: var(--whiteColor); } 
.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;color: #404682; } 
.send_enquiry:hover span { opacity: 1; letter-spacing: 1px; padding-left: 10px; } 
.intl-tel-input, .iti { width: 100%; height: 40px; } 
.heading_banner { float: left; width: 100%; position: relative; background-size: cover; padding: 40px 0 70px; margin: 0; background-position: center center; } 
.heading_banner::before { position: absolute; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, #f9aa18 0%, #fab12acf 56%, #fcc150f0 92%); top: 0; left: 0; z-index: 0; content: ''; } 
.heading_banner .container { position: relative; } 
.heading_banner .cat_title { text-transform: capitalize; text-align: center; display: inline-block; width: auto; padding: 35px 20px 0; color: var(--primary-color); font-size: 27px; margin: 0; line-height: 1.45; font-weight: 700; margin-bottom: 0px; } 
.heading_banner .cat_title2 { margin: 0; letter-spacing: 0; text-transform: capitalize; font-size: 16px; font-weight: normal; color:var(--primary-color); text-align: center; text-align: center; display: inline-block; width: auto; padding: 10px 20px; max-width: 750px; } 
.breadcrumbSection { float: left; width: 100%; background: var(--whiteColor); position: relative; margin: 0; box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.2); } 
.breadcrumbSection .breadcrumb { background: 0; border-radius: 0; border: 0; list-style: none; padding: 0; float: left; text-transform: capitalize; margin: 0; } 
.breadcrumbSection .breadcrumb li { color: #666; float: left; line-height: 55px; font-size: 16px; font-weight: 500; } 
.breadcrumbSection .breadcrumb li a { float: left; padding: 0; color: #666; letter-spacing: 0.3px; } 
.breadcrumbSection .breadcrumb li:before { text-rendering: auto; padding: 0 14px; color: var(--whiteColor); display: inline-block; } 
.breadcrumbSection .breadcrumb li.active { color: var(--secondary--color); } 
.breadcrumbSection .breadcrumb li+li:before { content: "/"; display: inline-block; color: var(--whiteColor); padding: 0 14px; } 
.breadcrumbSection .breadcrumb li+li:before { float: left; padding: 0px 10px; color: #bfbfbf; } 
.breadcrumbSection .breadcrumb li a:hover { color: var(--secondary--color); } 
.about_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #fff; } 
.right_image { float: right; max-width: 500px; width: 100%; margin: 0 0 15px 15px; text-align: center; } 
.left_image { float: left; max-width: 400px; width: 100%; margin: 0 15px 15px 0; text-align: center; } 
.contentInfo h2 { font-size: 22px; line-height: normal; font-weight: 600; margin-bottom: 10px; color: var(--secondary--color); } 
.contentInfo h3 { font-size: 20px; line-height: normal; font-weight: 600; margin-bottom: 10px; color: var(--secondary--color); } 
.contentInfo p { line-height: 24px; text-align: justify; font-weight: normal; margin-bottom: 20px; font-size: 16px; } 
.wps-factsheet { width: 100%; float: left; padding: 20px 15px; background: #f6f6f6; border: 1px solid #eaeaea; box-shadow: 0 8px 4px -4px #555; margin-bottom: 15px; display: flex; align-items: center; border-radius: 6px; overflow: hidden; justify-content: center; text-align: center; } 
.wps-factsheet .icon { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } 
.wps-factsheet .info .factTitle { margin: 0 0 5px; padding: 0; font-size: 16px; font-weight: normal; font-weight: 600; color: var(--darkGreyColor); text-transform: inherit; } 
.wps-factsheet .info p { font-size: 15px; margin: 0; color: #666; text-align: center; } 
.about-us-three-sec { float: left; width: 100%; padding-bottom: 100px; padding-top: 80px; background-image: url(../images/pattern2.png); background-position: center center; background-repeat: no-repeat } 
.about-us-three-content { padding: 0; padding-right: 30px; } 
.pbmit-title { font-size: 40px; line-height: normal; text-transform: none; font-style: normal; font-weight: 700; margin: 0 } 
.pbmit-heading-desc { margin: 15px 0 25px 0  ;  font-size: 15px; font-weight: 400; line-height: normal; } 
.pbmit-heading-desc p { font-size: 15px; color: var(--darkGreyColor); text-align: justify; } 
.pbmit-animation-style1 { margin-top: 20px; display: block } 
.pbmit-animation-style7 img { transform: scale(1) } 
.about-us-three-sec .fid-style-area { padding: 35px 0 0 130px } 
.aboutDirector { background: #fff; padding: 50px 0 } 
.aboutDirector .pbmit-title { color: var(--secondary--color); } 
.awardsRecognitions { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; } 
.productGallery2 { float: left; width: 100%; height: 283px; border: 1px solid #333; overflow: hidden; position: relative; border-radius: 10px; /* box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75); */ transition: all .4s ease-in-out; margin-bottom: 20px } 
.productGallery2 img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: auto } 
.productGallery2:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0'/><path d='M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5'/></svg>"); left: 0; top: 0; width: 100%; height: 100%; text-align: center; font-size: 36px; color: #fff; position: absolute; z-index: 1; line-height: 292px; background: var(--secondary--color); opacity: 0.7; transition: all .4s ease-in-out; margin: 0; padding: 0; display: none } 
.productGallery2:hover:after { display: block } 
/*Category Page*/ .category_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff; } 
.category_page .pageInfo ul { margin: 0 0 25px; padding: 0; } 
.category_page .pageInfo ul li {     display: block;
    list-style: none;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    font-size: 15px;
    color: var(--darkGreyColor);
    margin-bottom: 5px;} 
.category_page .pageInfo ul li:before { margin-right: 5px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); } 
.product_right_image { float: right; max-width: 500px; width: 100%; margin: 0px 0 25px 15px; text-align: center; } 
.product_right_image .detail_image { width: 100%; text-align: center; overflow: hidden; position: relative; height: auto; aspect-ratio: 1; border: 1px solid #eee; margin-bottom: 15px; } 
.product_right_image .detail_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.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(--secondary--color); } 
.pageInfo p { margin-bottom: 20px; font-size: 15px; } 
.pageInfo h2, .pageInfo h3, .pageInfo h4, .cmTitle{ font-size: 20px; line-height: normal;font-weight: 600; margin: 10px 0px; color: var(--secondary--color);text-align: left; } 
.pageInfo .table-responsive { float: left; width: 100%; margin-bottom: 10px; } 
.pageInfo table { margin: 0; width: 100%; } 
.pageInfo table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: 16px; line-height: normal; text-align: left; font-family: 'Roboto', sans-serif; } 
.pageInfo table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 
.pageInfo table tbody tr td:first-child { color: var(--secondary--color); width: 40%; } 
.singleProduct { float: left; width: 100%; border: solid 1px #eee; max-width: 100%; background: #fff; margin-bottom: 26px; text-align: center; box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75); border-radius: 4px; padding-bottom: 15px; } 
.singleProduct .image { position: relative; margin-bottom: 13px; min-height: 374px; border-bottom: 1px solid #eee; } 
.singleProduct .image img { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; max-height: 100%; max-width: 100%; } 
.singleProductTitle { font-size: 16px; color: var(--darkGreyColor); font-weight: 600; height: 45px; display: flex; align-items: center; justify-content: center; } 
.singleProduct:hover .singleProductTitle { color: var(--secondary--color); } 
.you_may { float: left; width: 100%; padding: 7px 10px; margin: 0 0 8px; line-height: 30px; background: var(--secondary--color); font-size: 18px; color: #404682; font-weight: 600; } 
a.designer-btn.w-auto.ms-1 { background: #404682; color: #fff; border-color: #404682; } 
a.designer-btn.w-auto.ms-1:hover { background: var(--secondary--color); color: #404682; border-color: var(--secondary--color); } 
.designer-btn.w-auto.ms-1::before { content: ""; position: absolute; top: -50%; left: -50%; width: 190%; height: 160%; background: var(--secondary--color);} 
.product_listing { float: left; width: 100%; margin-bottom: 15px; box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75); transition: all 0.35s ease-in-out; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #eee; background: #fff; } 
.product_listing .product { width: 100%; position: relative; text-align: center; overflow: hidden; border-right: 1px solid #eee; display: inline-block; min-height: 200px; } 
.product_listing .product .largeImage { padding: 0; cursor: pointer; border: 1px solid #eee; aspect-ratio: 1/1; width: 100%; height: 100%; object-fit: contain; object-position: center; } 
.product_listing .product .small { padding-top: 10px; overflow: hidden; text-align: center; display: flex; justify-content: center; margin-bottom: 5px; } 
.product_listing .product .small img { padding: 0; cursor: pointer; border: 1px solid #eee; } 
.product_listing .product .small img { border-radius: 6px; } 
.product_listing .product .small .item { display: inline-block; margin-right: 6px; width: 60px; cursor: pointer; } 
.product_listing .product .small .item:last-child { margin: 0; } 
.product_listing .product .small .item.active { border-color: var(--secondary--color); } 
.product_listing .product .small .item.youtube { width: 60px; height: 60px; background: #f70000; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 6px; } 
.product_listing .product .small .item.youtube a { color: #fff; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } 
.youtube svg { width: 40px; height: 40px; } 
/**/ .product_listing .product .small .item.pdf { width: 60px; height: 60px; background: #fff; color: #f60305; display: flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid #eee; } 
.product_listing .product .small .item.pdf a { color: #f60305; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } 
.pdf svg { width: 40px; height: 40px; } 
.product_listing .product p { font-size: 16px; text-align: center; margin: 0 0 10px; } 
.product_listing .right-content { position: relative; padding-right: 15px; } 
.product_listing .right-content .productTitle { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; font-size: 20px; font-weight: 600; } 
.product_listing .right-content .productTitle a { color: var(--darkGreyColor); } 
.product_listing:hover .right-content .productTitle a, .product_listing .right-content .productTitle a:focus { color: var(--secondary--color); } 
.more_info { float: left; width: 100%; margin: 0; padding: 0; max-height: 260px; overflow: hidden; overflow-y: auto; padding-right: 8px; } 
.allListing .more_info { max-height: 370px; margin-bottom: 15px; } 
.right-content p { font-size: 15px; margin-bottom: 10px; } 
.blue-line1 { width: 100%; display: block; height: 1.1px; background: #eee; position: relative; margin-bottom: 10px; padding: 0 15px; } 
.btn-grp { display: flex; align-items: center; margin-bottom: 10px; gap: 10px } 
.btn-grp .v-btn { background: #333; background-color: #f70000; color: #fff; display: flex; align-items: center; justify-content: center; height: 32px; width: 51px; border-radius: 6px } 
.btn-grp .w-btn { position: relative; z-index: 1; background: #01e675; display: inline-block; color: #fff; padding: 10px 12px; border-radius: 2px; box-shadow: rgba(0, 0, 0, .16) 0 1px 4px; font-size: 16px; text-transform: capitalize; overflow: hidden; transition: .4s; border: 0 } 
.btn-grp .w-btn svg { width: 20px; height: 20px } 
.productBrochureandvideo a { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--secondary--color); border-radius: 4px; color: var(--secondary--color); padding: 5px 6px; font-weight: 500; transition: .3s } 
.productBrochureandvideo a svg { margin-right: 4px } 
.productBrochureandvideo a:focus, .productBrochureandvideo a:hover { background: var(--secondary--color); border-color: var(--secondary--color); color: #fff } 
/* FAQS */ .faq_section { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--whiteColor); } 
.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; font-family: 'Roboto', sans-serif; } 
.accordion-button:not(.collapsed) { color: var(--whiteColor); background: var(--secondary--color); font-weight: normal; } 
.accordion-button:not(.collapsed):after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(0deg); } 
.accordion-button:hover, .accordion-button:focus { color: var(--whiteColor); background: var(--secondary--color); } 
.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: 15px; line-height: 24px; } 
/**/ .gallery_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff; } 
.gallery_page .gallery_item { border-radius: 2px; background-color: rgb(255, 255, 255); border: 1px solid #eee; box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1); margin-bottom: 25px; } 
.gallery_page .gallery_item img { display: block; width: 100%; height: auto; border-radius: 2px; } 
.gallery_item_info { text-align: center; padding: 15px; } 
.gallery_item_info .title_h3 { font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: normal; } 
.gallery_item_info p { font-size: 13px; margin: 0; margin-top: 4px; color: #333; max-width: 100%; } 
.hover_effect { display: block; position: relative; background: none; overflow: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; height: 270px; } 
.hover_effect:after { color: #fff; position: absolute; font-size: 1.6em; text-align: center; line-height: 40px; width: 40px; height: 40px; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } 
.hover_effect img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: auto; height: auto; } 
.hover_effect:hover:after { -webkit-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: .6; -khtml-opacity: .6; opacity: .6; } 
.hover_effect:hover img { filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; } 
.hover_effect:hover { background: var(--secondary--color); } 
.hover_effect:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>"); } 
/*Video Gallery*/ .videoFeedback { float: left; width: 100%; margin: 0; padding: 0; position: relative; margin-bottom: 20px; } 
.videoFeedback .image { position: relative; height: 282px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; object-fit: cover; margin-bottom: 15px; } 
.videoFeedback .image img { height: 100%; object-fit: cover; } 
.videoFeedback .image:before { position: absolute; z-index: 1; pointer-events: none; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.videoFeedback .image:after { border-radius: inherit; content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.33); } 
.videoFeedback:hover .image:before { opacity: 0; } 
.videoFeedback .image:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #01102f 100%) } 
.feedbackStar { position: absolute; font-size: .75rem; line-height: 1rem; font-weight: 500; background-color: transparent; border: 1px solid #f90; padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 0.25rem; padding-top: 0.25rem; color: #f90; z-index: 9; top: 10px; left: 10px; border-radius: 20px; } 
.videoFeedback .image span { display: flex; justify-content: center; align-items: center; inset: 0; position: absolute; z-index: 99; } 
.videoFeedback .image span svg { color: #fff; width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255/1); border-radius: 100%; padding: 5px; } 
.videoTitle { display: flex; align-items: center; justify-content: center; } 
.videoTitle .vidoIcon { width: 40px; min-width: 40px; height: 40px; margin-right: 10px; font-size: 24px; color: #9c9f07; background: #eee; border: 1px solid #ccc; border-radius: 4px; text-align: center; display: flex; align-items: center; justify-content: center; } 
.videoName { font-size: 16px; text-align: center; font-weight: 600; color: #333; line-height: normal; } 
.videoFeedback:hover .videoName { color: #9c9f07; } 
.cmTitle { color: #333; margin: 0 0 10px; padding: 0; font-size: 24px; text-align: left; font-weight: 600; line-height: normal; } 
/*Career Page*/ .career_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--whiteColor); } 
.career_list { float: left; width: 100%; padding: 0px; margin: 0 0 20px; border: 1px solid #ccc; background: var(--whiteColor); transition: all 0.5s ease-out; } 
.career_list h2 { font-size: 18px; line-height: 30px; margin: 0 0 10px; padding: 5px 10px; background: #eee; } 
.career_list ul { display: inline-block; margin: 0px 0 10px; padding: 0px; } 
.career_list ul li { display: inline-block; margin-right: 15px; list-style: none; } 
.career_list ul li:before { content: none; margin: 0; } 
.career_list ul li a { color: var(--darkGreyColor); transition: all 0.5s ease-out; } 
.career_list ul li svg { width: 20px; height: 20px; margin-right: 5px; color: var(--secondary--color); } 
.careerDetail { padding: 0 15px 15px; } 
.career_list h2 a { color: var(--darkGreyColor); } 
.career_list:hover h2 a { color: var(--secondary--color); } 
.career_list:hover .read_more_product { background: var(--secondary--color); color: var(--whiteColor); } 
.career_list:hover { box-shadow: 0 0 7px #c1c1c1; border: 1px solid #eee; } 
.job-overview { border: thin solid #E0E6F7; border-radius: 8px; padding: 20px 30px 30px 30px; margin-bottom: 20px; background: #fff; box-shadow: 0 6px 12px rgba(30, 10, 58, .04); } 
.careerRow { display: flex; margin-bottom: 15px; } 
.careerRow .image { margin-right: 15px; } 
.jobTitle { font-size: 18px; font-weight: 700; line-height: 23px; color: #012238; } 
.careerCompanyName { color: #4F5E64; font-weight: bold; font-size: 24px; line-height: 30px; font-style: normal; } 
.careerCompanyName a { font-weight: 600; font-size: 14px; line-height: 18px; color: #474d6a; margin-right: 12px; display: inline-block; } 
.companyRating { display: inline-flex; } 
.companyRating svg { position: relative; color: #fdaa29; margin-right: 4px; top: 0; line-height: 15px; font-size: 12px; height: 14px; width: 14px; display: inline-block; } 
.companyRating .rating { color: #717b9e; border-right: 1px solid #e7e7f1; margin-right: 5px; padding-right: 5px; } 
.detailsIcon { display: flex; align-items: center; padding: 0; margin-right: 20px; } 
.detailsIcon svg { width: 16px; height: 16px; color: #717b9e; margin-right: 6px; } 
.annualPrice { display: flex; align-items: center; padding: 0; position: relative; } 
.annualPrice::before { content: ""; position: relative; display: inline-block; background: #e7e7f1; width: 1px; height: 14px; margin-right: 12px; } 
.annualPrice svg { width: 14px; height: 14px; color: #717b9e; margin-right: 6px; } 
/**/ .postWithLogin { float: left; width: 100%; display: flex; flex-wrap: wrap; margin-right: 12px; align-items: center; margin-top: 15px; border-top: 1px solid #e7e7f1; } 
.postWithLogin ul { margin: 25px 0 0; padding: 0; display: flex; align-items: baseline; margin-right: auto; } 
.postWithLogin ul li { font-weight: 500; font-size: 14px; line-height: 18px; color: var(--darkGreyColor); list-style: none; padding-right: 6px; margin-right: 6px; border-right: 1px solid #e7e7f1; } 
.postWithLogin ul li:last-child { border: 0; } 
.postWithLogin ul li span { color: var(--darkGreyColor); font-weight: 600; } 
.applyLoginButton { background-color: var(--secondary--color); color: var(--whiteColor); text-transform: none; width: auto; border-radius: 40px; padding: 7px 15px; cursor: pointer; line-height: normal; border: 1px solid var(--secondary--color); margin-top: 10px; margin-left: 5px; font-size: 14px; } 
.applyLoginButton:hover, .applyLoginButton:focus { border: 1px solid var(--secondary--color); color: var(--whiteColor); background-color: var(--secondary--color); } 
.JobDescription { border: thin solid #E0E6F7; border-radius: 8px; padding: 20px 30px 30px 30px; margin-bottom: 20px; background: var(--darkGreyColor); box-shadow: 0 6px 12px rgba(30, 10, 58, .04); } 
.JobDescription p { text-align: left; line-height: normal; } 
.JobDescription ul { margin: 0 0 15px 15px; padding: 0; } 
.JobDescription ul li { font-size: 14px; line-height: 26px; } 
.workOpportunity p { margin: 0; } 
.keySkill ul { margin: 0; padding: 0; } 
.keySkill ul li { display: inline-block; margin-bottom: 5px; } 
.keySkill ul li a { border-radius: 20px; line-height: normal; font-size: 14px; padding: 5px 12px; border: 1px solid #eee; color: var(--darkGreyColor); } 
.keySkill ul li a:hover, .keySkill ul li a:focus { border: 1px solid var(--secondary--color); color: var(--secondary--color); } 
.client_image { float: left; width: 100%; margin: 0; padding: 10px; overflow: hidden; position: relative; height: 120px; border: 1px solid #eee; margin-bottom: 15px; } 
.client_image .client_logo { overflow: hidden; position: relative; height: 100px; transition: transform .5s ease; } 
.client_image:hover .client_logo { transform: scale(1.1); } 
.client_image .client_logo img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; max-height: 100%; width: auto; } 
/**/ .blog_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--whiteColor); } 
.single-post2 { overflow: hidden; margin-bottom: 15px; } 
.blog-thumb2 { overflow: hidden; width: 100%; aspect-ratio: 4/3; } 
.blog-thumb2 img { width: 100%; height: 100%; transition: all 0.3s ease-out 0s; aspect-ratio: 4/3; object-fit: cover; object-position: center; } 
.blog-content2 { background: var(--whiteColor); padding: 20px; position: relative; z-index: 1; box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%); width: 90%; margin: auto; margin-top: -50px; margin-bottom: 15px; } 
.blog-content2 .b-meta { margin-bottom: 15px; font-size: 14px; } 
.blog-content2 .b-meta ul { margin: 0; padding: 0; padding-left: 0 !important; } 
.b-meta ul li { display: inline-block; margin-right: 8px; border-right: 2px solid #f5f5f5; padding-right: 8px; } 
.b-meta ul li:last-child { margin-right: 0; padding-right: 0; border: none; } 
.blog-content2 .titleBlog { font-size: 18px; margin-bottom: 15px; height: 90px; position: relative; line-height: normal; font-weight: 600; } 
.blog-content2 .titleBlog a { text-decoration: none; line-height: 30px; color: var(--darkGreyColor); } 
.single-post2:hover .blog-content2 .titleBlog a { color: var(--secondary--color); } 
.blog-content2 .titleBlog span { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); width: 100%; max-height: 100%; line-height: normal; } 
/**/ .blog_details h1 { color: var(--darkGreyColor); margin: 0 0 20px; font-size: 24px; font-weight: 600; } 
.blog_details ul { display: inline-block; margin: 0 0 20px; padding: 0; } 
.blog_details ul li { display: inline-block; margin-right: 15px; list-style: none; } 
.blog_details ul li:before { content: none; margin: 0; } 
.blog_details ul li a { color: #333333; transition: all 0.5s ease-out; } 
.blog_details ul li i { margin-right: 5px; } 
.blog_details_img { position: relative; min-height: 400px; text-align: center; margin-bottom: 20px; } 
.blog_details_img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; } 
.blog_details1 .block-quote { padding: 20px 20px; margin-bottom: 20px; background: #eee; border-left: 3px solid var(--secondary--color); } 
.blog_details1 .block-quote span svg { width: 20px; height: 20px; } 
.blog_details1 .block-quote p { font-size: 15px; line-height: 24px; } 
.blog_details1 h2, .blog_details1 h3, .blog_details1 h3 { margin: 10px 0px; padding: 0; font-size: 20px; color: #404682; font-weight: 700; font-family: var(--titleFonts); } 
.blog_details1 ul { margin:10px 0px; padding: 0; } 
.blog_details1 ul li { display: block; list-style: none; font-weight: normal; letter-spacing: normal; line-height: 24px; font-size: 15px; color: var(--darkGreyColor); } 
.blog_details1 ul li:before { margin-right: 5px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); } 
.blog_details1 p { text-align: justify; } 
.mayLikeMore { float: left; width: 100%; margin: 0; padding: 0 0 40px; } 
/**/ /* .contact_page { float: left; width: 100%; margin: 0; padding: 50px 0; position: relative; } 
.contact_form_grid1 { float: left; width: 100%; background: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5); margin-bottom: 0px; margin-top: 0px; border-radius: 4px; overflow: hidden; } 
.contact_details { background: var(--secondary--color); border-radius: 4px 0 0 4px; padding: 40px 40px 40px 30px; } 
.contact_form_grid1 .form_grid { background-color: #ffffff; padding: 30px; } 
.form_grid .title_h2 { font-size: 20px; text-transform: uppercase; text-align: left; margin: 0 0 20px; padding: 0; color: var(--darkGreyColor); } 
.contact_details .title_h2 { color: var(--whiteColor); font-size: 20px; text-align: left; padding: 0; text-transform: uppercase; margin-bottom: 15px; font-weight: 600; } 
.contact_details p { color: #ffffff; margin-bottom: 20px; font-size: 16px; letter-spacing: normal; line-height: 24px; } 
.contact_details .address_list { clear: both; margin: 0 0 20px; padding: 0; } 
.contact_details .address_list li { clear: both; list-style: none; color: #fff; margin-bottom: 10px; font-size: 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; margin-right: 5px; } 
.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(--primary-color); } */ /* contact us */ .h-170 .bg-sky { background: #404682 !important; } 
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color: #404682; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
.shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
.z-index-1 { z-index: 1; } 
.h-170 { height: 100%; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #404682; 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 #404682; 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 #404682; 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 #404682; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
.base-header2 { position: relative; z-index: 9; } 
.z-index-9{z-index: 9;} 
.icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #fff; } 
.single-item.p-3.pt-5.shadow p{ text-align: center; } 
.scrollbar-width { max-height: 570px; overflow-y: auto; padding-right: 15px; } 
.col-lg-4.col-md-6 .singleItem { padding: 5px;    margin: 0px; } 
.col-lg-4.col-md-6 .feature_item{ margin: 0px;} 
.contact_map { float: left; width: 100%; height: 550px; } 
.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0; } 
/**/ .sitemap_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #fff; } 
.sitemap_page .title_1::before { background: #333; } 
.sitemap { border-left: 1px solid #666; padding: 0; } 
.sitemap li { list-style: none !important; background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px; padding: 0 0 0 15px; margin-bottom: 5px; } 
.sitemap li ul { border-left: 1px solid #666; padding: 0; } 
.sitemap li a { color: var(--darkGreyColor); font-size: 16px; padding-bottom: 5px; display: block; } 
.sitemap li a:hover { color: var(--secondary--color); } 
.buttons { display: flex; align-items: center;    margin-bottom: 10px; } 
/**/ .marketPage { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 
.marketPageTitle { float: left; width: 100%; padding: 8px 10px; margin: 0 0 20px; line-height: normal; background: var(--secondary--color); font-size: 24px; color: #fff; font-weight: 600; } 
.marketPage h2 { font-size: 22px; line-height: normal; margin-bottom: 10px; color: var(--secondary--color); } 
.marketPage h3 { font-size: 18px; line-height: normal; margin: 10px 0px; color: #404682; font-weight: 600; } 
.market-list { width: 100%; margin: 0; padding: 0; display: flow-root; } 
.market-list li { list-style: none; padding-right: 10px; line-height: 20px; width: 25%; float: left; } 
.market-list li a { width: 100%; height: auto; padding: 10px 0 10px 12px; margin: 0 0 9px; display: block; color: #333; font-size: 14px; background-color: #ddd; } 
.market-list li a:hover { background: var(--secondary--color); color: #fff; } 
/* Products Poup */ .product_popup { float: left; width: 100%; margin: 0; padding: 0; } 
.product_popup_image { width: 100%; margin-bottom: 15px; border: 1px solid #ccc; overflow: hidden; position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; } 
.product_popup_image img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; height: 100%; } 
.popTitle, .modalTitle { color: var(--secondary--color); font-size: 18px; font-weight: 600; margin-bottom: 8px; text-align: left; padding: 0; } 
.product_popup p { font-size: 14px; line-height: 24px; color: #333; text-align: left; margin-bottom: 15px; } 
#product_enquiry label.error { color: #FB3A3A; font-weight: normal; } 
.error { color: #FB3A3A; font-weight: normal; } 
/**/ .brancheSection { float: left; width: 100%; margin: 0; padding: 40px 0 60px; background: #EFF6FB; } 
.brancheSection .title_1 { text-align: center; } 
.brancheSection .title_1:before, .brancheSection .title_1:after { margin: 0 auto; } 
.branchBlock { padding: 25px; border: 1px solid #b5caee; box-shadow: 10px 10px #d3e3ff; margin: 0px; transition: 1s; border-radius: 12px; height: 100%; } 
.locationIcon { height: 3.5rem; width: 3.5rem; background: var(--secondary--color); border-radius: 12px; border: 1px solid var(--secondary--color); display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } 
.locationIcon svg { height: 1.75rem; width: 1.75rem; color: var(--whiteColor); } 
.branchBlock .branchBlockTitle { margin-bottom: 5px; font-size: 20px; padding: 0; font-weight: 600; color: var(--secondary--color); } 
.nameTag { padding: 4px 18px; background: #d3e3ff; border: 1px solid #aec4ea; color: var(--secondary--color); border-radius: 40px; margin-bottom: 10px; line-height: normal; display: inline-flex; font-size: 14px; } 
.branchBlock p { line-height: normal; padding: 0px; font-size: 15px; color: #333; font-weight: 400; margin: 0px; display: flex; align-items: center; justify-content: center; } 
.branchBlock a { color: #09334f; font-weight: 600; } 
.branchBlock a:hover, .branchBlock a:focus { color: #f5aa31; text-decoration: underline; } 
.branchBlock a svg { width: 24px; height: 24px; } 
.home .navigation .menu ul li a.eBtn { background: #404682; color: #fff; border-radius: 5px; padding: 6px 8px; font-size: 15px; } 
.navigation .menu ul { align-items: center; } 
.scrollbar-width { max-height: 470px; overflow-y: auto; padding-right: 10px; margin-bottom: 22px; } 
.homeAboutInfo p{text-align: justify;} 
/* testimonials */ .reviews{ float: left; width: 100%; background: url(../images/bg1.webp) no-repeat; background-position: center right; background-size: cover; position: relative; padding: 70px 0 75px; } 
.reviews-style-1:before { position: absolute; content: ''; height: 100%; width: 50%; bottom: 0; left: 0; background: rgba(19,35,47); } 
.reviews:before{ content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.7); } 
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgb(0 0 0 / 0%); } 
.people .title4{    text-align: left; color: #fff; padding: 1px 0px 15px; font-size: 14px; font-weight: bold; margin: 0; text-transform: capitalize;} 
.people .title2{    text-align: left; color: #fff; text-transform: uppercase; font-size: 26px; font-weight: bold; margin: 0 0 20px;} 
.people h2 span{color: #ffb600;} 
.people p{color: #fff;     line-height: normal; font-size: 15px; margin-bottom: 20px;} 
.view_more_btn{padding: 10px 35px; background: #ffb600; color: #333; border: 1px solid #ffb600; display: inline-block;} 
.view_more_btn:hover,.view_more_btn:focus{background:transparent; color:#ffb600 ; border-color:#ffb600} 
.slider-item{ position: relative; z-index: 9; background: #fff; padding: 30px; } 
.slider-image{ width: 100px; float: left; margin-right: 30px; height: 100px; } 
.slider-content{ padding-left: 25%; } 
.slider-content .title4{ color: #404682; font-size: 18px; text-transform: capitalize; margin-bottom: 5px; padding: 0; font-weight: 600; text-align: left; } 
.slider-content span{ text-transform: capitalize; color: #333; } 
.slider-quote{ position: absolute; right: 30px; bottom: 30px; } 
.singleBlog:hover .blogInfo .readMore{    color: #387a45;} 
section.reviews.reviews-style-1{padding-bottom:100px; } 
.reviews-style-1 .section-title{width: 100%; text-align: left;} 
.reviews-style-1 .container{position: relative; z-index: 2;} 
.reviews-style-1:before { position: absolute; content: ''; height: 100%; width: 50%; bottom: 0; left: 0; background:rgb(64 70 130); } 
span.rounded-circle.bg-dark.text-white.d-flex.align-items-center.justify-content-center { height: 100px; font-size: 60px; background: #fbb22f !important; color: rgb(64 70 130) !important; } 
.reviews-style-1 .title_2:before, .reviews-style-1 .title_2:after{background: #ffffff;} 
.reviews-style-1 .slider-item{padding: 45px 30px;border-radius: 5px;} 
.carousel-control-next-icon, .carousel-control-prev-icon {  filter: drop-shadow(2px 4px 6px black);} 
.readBtn_2::after { position: absolute; content: ""; height: 40px; width: 40px; display: inline-block; border-radius: 50%; transition: all 0.4s; background: #444; left: 4px; top: 3px; z-index: -1; } 
/* home blog section */ .wpsBlogList { width: 100%; display: flex; margin-bottom: 25px; background: #fff9ed; border-radius: 5px; overflow: hidden;border: 1px solid #f5eddec9; } 
.wpsBlogList .wpsBlogListInfo { width: calc(100% - 275px); margin-left: auto; padding: 0px 10px 0px 0px; } 
.wpsBlogList .image { position: relative; overflow: hidden; max-width: 245px; width: 100%; height: 100%; border-radius: 5px 0px 0px 5px; min-height: 237px; } 
.blogLargeInfo p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.blogLarge { width: 100%; background: #fff9ed; border-radius: 5px; overflow: hidden; border: 1px solid #f5eddec9; } 
.blogLarge .blogLargeInfo { padding: 0px 20px 20px; } 
.blogLarge .image { width: 100%; overflow: hidden; margin-bottom: 15px; border-radius: 5px 5px 0px 0px; } 
/* slidrer grid */ .shape{ position:absolute; border-radius:50%; background:rgba(255,255,255,.35); filter:blur(2px); animation:float 6s ease-in-out infinite; } 
.s1{width:180px;height:180px;left:12%;top:24%} 
.s2{width:120px;height:120px;right:34%;bottom:18%;animation-delay:2s} 
.s3{width:80px;height:80px;left:45%;top:15%;animation-delay:4s} 
@keyframes float{50%{transform:translateY(-28px)}} 
.grid{ position: absolute; inset: 0; background-image: linear-gradient(rgba(37, 32, 97, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 32, 97, .08) 1px, transparent 1px); background-size: 28px 40px; mask-image: linear-gradient(#000, transparent 154%); animation: gridMove 18s linear infinite; } 
@keyframes gridMove{to{background-position:140px 140px}} 
.navigation .menu ul li a.designer-btn.w-auto { background: #404682; padding: 7px 6px; font-size: 15px; font-weight: 600; color: #ffffff; justify-content: center; display: flex; border: 1px solid #d6d8ef00; } 
.navigation .menu ul li a.designer-btn.w-auto:hover{    border: 1px solid #fff0;background: #231f4d; color: #fff !important;} 
.navigation .menu ul li a.designer-btn.w-auto::before { width: 236%;background: #272253;border: 1px solid #fbb02f91;; height: 340%;} 
.owl-nav { position: absolute; top:40%; width: 100%;    height: 50px; } 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { top: 0px; } 
.owl-carousel .owl-nav button.owl-prev { left: -20px; float: left; top: 0px !important; } 
.owl-carousel .owl-nav button.owl-next { top: 20px; } 
.cl-now { background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); background-color: #404682; width: 50px; height: 50px; color: #fff; position: fixed; left: 17px; bottom: 165px; cursor: pointer; z-index: 99; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out; box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2); border: 1px solid #fff; font-size: 20px; animation: email-an linear 1s infinite; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } 
.cl-now:hover{color:#fff;} 
footer .w-100.rounded-5.px-4.py-4.bg-sky.d-block { background: #4d5393; border-radius: 10px !important; border: 1px solid #cccccc2e; } 
.actionInfo { width: 100%; display: flex; align-items: center; } 
.actineTagline { color: #fff; font-size: 18px; max-width: 600px; font-weight: 600; line-height: 32px; text-align: left; padding: 7px 0px; font-family: var(--titleFonts); } 
.actionContact { display: flex; align-items: center; margin-left: auto; font-size: 18px; font-weight: 600;    font-family: var(--titleFonts); letter-spacing: 0.5px; } 
.actionContact { max-width: 45%; min-width: 45%;justify-content: end; } 
.actionContact span.border.rounded-circle.p-1 { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; } 
.actionContact a, .actionContact .or { color: #fff; margin: 0px 5px; } 
.actionContact a { font-weight: 700; font-size: 16px; } 
footer { font-family: var(--titleFonts); line-height: normal; letter-spacing: 0.5px; } 
footer .designer-btn { padding: 9px 8px; justify-content: center;} 
.actionContact a:hover { color: #fbb12f; } 
.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 3px; } 
span.iti__country-name { color: #333; } 
.iti .iti__selected-dial-code { color: #333; } 
.error-message { color: #FB3A3A !important; margin-top: 5px; } 
/* iso section */ .mini-title { color: #ffb400; font-weight: 700; letter-spacing: 1px; text-transform: capitalize; } 
.trust-item { text-align: center; transition: .4s; height: 100%; background: #fff9ed; padding: 25px 15px; border-radius: 10px; border: 1px solid #eee; } 
.trust-item:hover { transform: translateY(-8px); } 
.trust-item .icon-box { width: 85px; height: 85px; margin: auto; border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #fff; margin-bottom: 18px;    border: 1px solid #f3eee3; } 
.trust-item .title4 { font-weight: 700; font-size: 16px; line-height: 24px; text-transform: inherit; color: #404682; transition: 0.3s ease-in-out; font-family: var(--titleFonts); } 
.tagline-box { background: #fff9ed; padding: 20px; border-radius: 15px; text-align: center; color: #fff; border: 1px solid #eee; } 
.tagline-box span { color: #ffb400; } 
.wpsAboutSection.bg-white.mt-1 .homeAboutImg { overflow: hidden;border-radius: 10px; max-width: 500px;} 
/* our process */ .our-process-area .shpape-pro { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); left: inherit; z-index: 9; } 
.our-process-area .shpape-pro img { max-width: 40px; opacity: 0.2; } 
.our-process-area .single-process-card { text-align: center; height: 100%; width: 100%; position: relative; z-index: 1; transition-duration: 500ms; background-color:#fff; margin-right: 15px; border: 1px solid #eeebfb; border-radius: 10px; overflow: hidden; } 
.our-process-area .single-process-card .single-process-content { padding: 25px 10px 10px; background:#fff0; } 
.our-process-area .single-process-card .single-process-content .process-number { position: relative; } 
.our-process-area .single-process-card .single-process-content .title4 { font-style: normal; line-height: 32px; margin-top: 16px; transition-duration: 500ms; font-size: 18px !important; margin-bottom: 5px; color: #404682; } 
.our-process-area .single-process-card:hover { background-color:#404682; } 
.our-process-area .single-process-card:hover .single-process-content .process-number .title3 { background-color: #fff ; color: #fff; } 
.our-process-area .single-process-card:hover .title4.text-blue.fs-5.fw-bold { color: #fff; } 
.our-process-area .single-process-card:hover p { color: #fff; } 
.our-process-area .single-process-card .single-process-content .process-number .title3 { height: 80px; width: 80px; font-size: 35px; line-height: 80px; display: inline-block; border-radius: 50%; background: linear-gradient(180deg, #fbb22f, #f9ad28); color: #fff; position: relative; font-weight: 600; z-index: 1; transition-duration: 500ms; } 
.our-process-area .single-process-card:hover .single-process-content .process-number .title3::after { border-color: #fff; } 
.our-process-area .single-process-card .single-process-content .process-number .title3::after { position: absolute; content: ""; height: 92px; width: 92px; border:1px dashed #eda425; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition-duration: 500ms; } 
.cert-tag{ display:inline-block; background:#f5a400; color:#fff; padding:8px 20px; border-radius:50px; font-size:14px; font-weight:600; letter-spacing:.5px; margin-bottom:15px; } 
.cert-card{ padding: 20px 20px 30px; text-align: center; height: 100%; border-radius: 8px 0 8px 8px; border: 1px solid #eee; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; background: #fff9ed; } 
.cert-card:hover{ transform:translateY(-10px); box-shadow:0 20px 50px rgba(0,0,0,.12); } 
.cert-img{ width:130px; height:130px; margin:auto auto 15px; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:50%; } 
.cert-img img{ max-width:110px; max-height:110px; object-fit:contain;    border-radius: 50px; } 
.cert-card .title4{ font-weight: 700; font-size: 18px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #404682; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; font-family: var(--titleFonts); } 
.cert-card p{ margin:0; } 
@media(max-width:768px){ .cert-title{ font-size:30px; } 
.cert-img{ width:110px; height:110px; } 
} 
.wpsClients .owl-carousel1.row .clients1 { max-width: 100%; max-height: 100%; min-height: 100%; min-width: 100%; opacity: 1; margin: 0 10px 20px; transition: opacity 0.3s ease; border-radius: 6px; position: relative; padding: 10px 10px; text-align: center; overflow: hidden; border: 1px solid #eee; } 
/* company brands logo */ .brand-card { height: 230px; background: #fff; border-radius: 22px; display: flex; align-items: center; justify-content: center; padding: 35px; border: 1px solid rgba(245, 164, 0, .18); /* box-shadow: 0 12px 35px rgba(0, 0, 0, .06); */ transition: .35s ease; position: relative; overflow: hidden; } 
.brand-card:before { content: ""; position: absolute; width: 130px; height: 130px; background: #fff4d8; border-radius: 50%; top: -45px; right: -45px; transition: .35s; } 
.brand-card:hover { transform: translateY(-10px); border-color: #f5a400; box-shadow: 0 22px 55px rgba(245, 164, 0, .18); } 
.brand-card:hover:before { transform: scale(1.4); } 
.brand-card img { max-width: 100%; max-height: 130px; object-fit: contain; position: relative; z-index: 1; transition: .35s;border-radius:50%; } 
.brand-card:hover img { transform: scale(1.08); } 
.goToTop:hover svg{color:#fff;} 
/* Factory Gallery */ .factory-gallery { width: 100%; } 
.factory-gallery .section-title p { max-width: 720px; font-size: 15px; color: #555; } 
.col-md-5c{width: 50%;} 
@media (min-width: 1024px) { .col-md-5c { width: 20%; } 
} 
/* Gallery Item */ .fg-item { background: #fff; border: 1px solid #ddd; border-radius: 12px; overflow: hidden; height: 100%; } 
.fg-link { position: relative; display: block; aspect-ratio:1; overflow: hidden; } 
.fg-link img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s ease; } 
/* Hover Overlay */ .fg-icon { position: absolute; inset: 0; background: #404682e8; opacity: 0; transition: 0.4s ease; } 
.fg-icon::after { content: "+"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 32px; color: #fff; font-weight: 700; } 
/* Hover Effects */ .fg-link:hover img { transform: scale(1.1); opacity: 0.4; } 
.fg-link:hover .fg-icon { opacity: 1; } 
.slides.active { border: 1px solid #025b9d; } 
.slides { width: 50px; border: 1px solid #ccc; cursor: pointer; } 
@media(max-width:767px) { .brand-card { height: 200px; } 
} 
.col-lg-4 .product_listing .right-content { padding: 15px; text-align: center; } 
.col-lg-4 .product_listing .right-content .productTitle a { color: var(--darkGreyColor); text-align: center; } 
.col-lg-4 .product_listing .buttons { display: flex; align-items: center; margin-bottom: 10px; justify-content: center; } 
.col-lg-4 .product_listing .right-content p { font-size: 15px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.col-lg-4 .product_listing { margin-bottom: 0px;} 
/* topbar start */ .topbar { background: #404682;    padding: 6px 0px; } 
.call-now { display: flex; align-items: center; transition: all 0.3s linear; } 
.call-now .img-bx {width: 25px;height: 25px;margin-right: 10px;background: #fff0;display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: all 0.3s ease;border: 1px dashed #fff;} 
.call-now:hover .img-bx { border-style: solid; transform: scale(1.05); } 
.call-now .img-bx svg {height: 13px;width: 13px;color: #fff;} 
.call-now .con-bx { text-align: left; } 
.call-now .con-bx span { font-size: 15px; font-weight: 700; line-height: 20px; color: #fff; } 
.topbar p.mb-0.ms-2.text-white { font-size: 14px; } 
.call-now .con-bx span a {    font-size: 16px; font-weight: bold; color: #fff; margin-top: 1px;} 
.topbar .container{ position: relative; z-index: 9; } 
header .socialMedia{padding-right:10px ;} 
header .socialMedia li a { width: 25px; height: 25px; border-radius: 3px; color: #404682; background: #fff !important; } 
.call-now .con-bx span a:hover { color: #fab12f; } 
.homeAboutInfo h2, .homeAboutInfo h3, .homeAboutInfo h4{    font-size: 22px; color: #404682; margin: 10px 0px; padding: 0; font-weight: 700; font-family: var(--titleFonts);} 
.scrollbar-width-cate { max-height: 550px; overflow-y: auto; padding-right: 15px; text-align: justify; line-height: normal; } 
div#clients .item {
    padding: 10px;
}
@media (min-width:1024px) { .container { max-width: 1200px; } 
.navigation .menu ul li ul.cs-dropdown { width: 570px;} 
.navigation .menu >ul >li >ul.cs-dropdown >li{width:50%;float: left;border-left:1px solid #ddd;} 
}