/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap'); */ /* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --fontFamily:'Inter', sans-serif; --darkColor: #008ad0; --blueDarkMore: #008ad0; --blueColor: #008ad0; --textColor: #333; --colorWhite: #fff; --blueBorderColor: #008ad0; --facebook: #3C5B9B; --twitter: #76797c; --linkedin: #027ba5; --youtube: #f70000; --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); --textSize: 15px; --paraText: 14px; --smallSize: 13px; --headingOne: 30px; --headingTwo: 24px; --headingThree: 20px; --headingFour: 18px; --headingFive: 16px; --headingSix: 16px; --whiteBorderColor: #eee; --orageColor: #1769a5; --greyColor: #666; --offWhiteColor: #f5f5f5; --errorColor: #dc3545; } 
body { line-height: 30px; font-family: var(--fontFamily); font-size: var(--textSize); color: var(--textColor); font-weight: 400; overflow-x: hidden; overflow: hidden; overflow-y: scroll; } 
p a { color: var(--textColor); width: auto; display: inline-block } 
p a:hover { text-decoration: underline; outline: 0 } 
p { line-height: 24px; color: var(--textColor); font-weight: normal; letter-spacing: 0.5px; font-size: 15px; } 
a { color: var(--textColor); text-decoration: none; outline: 0; display: block } 
a:hover, a:focus, a:active { outline: 0; text-decoration: none; color: var(--color); } 
img { max-width: 100%;height: auto; } 
iframe { border: 0; width: 100% } 
blockquote { padding: 0; border: 0 } 
h1 { font-size: var(--headingOne);font-family: 'Poppins', sans-serif; margin: 0; } 
.h3_title{font-family: 'Poppins', sans-serif;} 
h2 { font-size: var(--headingTwo);font-family: 'Poppins', sans-serif; margin: 0 } 
h3 { font-size: var(--headingThree);font-family: 'Poppins', sans-serif; margin: 0 } 
h4 { font-size: var(--headingFour);font-family: 'Poppins', sans-serif; margin: 0 } 
h5 { font-size: var(--headingFive);font-family: 'Poppins', sans-serif; margin: 0 } 
h6 { font-size: var(--textSix);font-family: 'Poppins', sans-serif; margin: 0 } 
.form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: var(--paraText); font-weight: 400; line-height: 1.5; color: var(--textColor); background-color: var(--colorWhite); background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .25rem; height: 40px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out } textarea.form-control { height: 100px; } 
.form-control:focus { outline: 0; box-shadow: none; } 
.title1, .title2, .title3, .title4, .title5, .title6, li, li a{font-family: 'Poppins', sans-serif;} 
.header { float: left; background: var(--colorWhite); width: 100%; position: relative; padding: 0; margin: 0; z-index: 99; } 
.header.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: var(--colorWhite); padding: 0; } 
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } 
} 
.header .topBar { float: left; width: 100%; position: relative; background: var(--darkColor); font-size: 13px;    overflow: hidden; } 
.header .topBar:before, .header .topBar:after { position: absolute; content: ''; background-color: var(--colorWhite); } 
.header .topBar:before { bottom: -1px; right: 0; height: 25px; width: calc(50% - 37% - 9.2%); border-top: 1px solid var(--darkColor); } 
.header .topBar:after { bottom: -22px; width: 38px; height: 38px; transform: rotate(52deg); right: calc(50% - 36.8% - 10.5%); border-left: 1px solid var(--darkColor); } 
.carousel-item img{width:100%;} /* .header .topBar .container { position: relative; } 
.header .topBar .container:before { position: absolute; content: ''; background-color: var(--colorWhite); border-top: 1px solid var(--darkColor); bottom: -1px; left: 0px; height: 25px; width: 175px; } */ .header .topBar .container p { font-size: var(--paraText); color: var(--colorWhite); margin: 0; padding: 0; line-height: 35px; } 
.header .topBar .topRight { display: flex; align-items: center; justify-content: flex-end; } 
.topSocial { margin: 0; padding: 0; list-style: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 15px; } 
.topSocial li { margin: 0px 0 0 3px; display: inline-block; } 
.topSocial li a { transition: background 400ms ease-in-out; text-align: center; width: 30px; height: 30px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--colorWhite); } 
.topSocial li a svg { color: var(--colorWhite); width: 15px; height: 15px; margin: 0; padding: 0; } 
.topSocial li.facebook a { background: var(--facebook); } 
.topSocial li.twitter a { background: var(--twitter); } 
.topSocial li.linkedin a { background: var(--linkedin); } 
.topSocial li.youtube a { background: var(--youtube); } 
.topSocial li.instagram a { background: var(--instagram); } 
.header .topBar .topRight .searchForm { float: left; width: 85%; margin: 7px 0; padding: 0; position: relative; } 
.header .topBar .topRight .searchForm .searchInput { width: 100%; line-height: 30px; background: var(--colorWhite); border: 0; font-size: var(--paraText); height: 30px; padding: 0 12px; border-radius: 30px; } 
.header .topBar .topRight .searchForm .searchInput:focus-visible { outline: 0; } 
.header .topBar .topRight .searchForm .searchBtn { position: absolute; z-index: 99; top: 1px; right: 1px; border: 0; line-height: 30px; padding: 0px; width: 50px; height: 28px; display: flex; align-items: center; justify-content: center; background: #0f63a2; color: var(--colorWhite); border-radius: 0 30px 30px 0; } 
.header .topBar .topRight .searchForm .searchBtn:hover, .header .topBar .topRight .searchForm .searchBtn:focus { background: var(--blueBorderColor); color: var(--colorWhite); } 
.header .navigation { float: left; width: 100%; display: flex; align-items: center; justify-content: flex-end; position: relative; margin-left: auto; } 
.header .navigation .logo { position: relative; width: 180px; } 
.header .navigation .logo:before, .header .navigation .logo:after { position: absolute; content: ''; background-color: var(--colorWhite); width: 38px; height: 38px; top: -17px; z-index: 1; } 
.header .navigation .logo:before { transform: rotate(50deg); border-left: 1px solid var(--darkColor); right: calc(100% - 35px); } 
.header .navigation .logo:after { transform: rotate(-50deg); border-right: 1px solid var(--darkColor); left: calc(100% + 0px); } 
.header .navigation .logo a { position: relative; z-index: 2; } 
.header .navigation .logo a::before { position: absolute; content: ''; background-color: var(--colorWhite); border-top: 1px solid var(--darkColor); top: -25px; left: 19px; height: 25px; width: 177px; margin: 0 auto; z-index: 0; } 
.header .navigation .logo a img { margin-top: -17px; margin-left: 15px; position: relative; z-index: 1; } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: var(--colorWhite); font-size: var(--headingTwo); 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(--textColor); border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
.navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 
.navigation .container { position: relative; max-width: 1200px; } 
.navigation .menu { display: flex; align-items: center; justify-content: flex-end; } 
.navigation .menu ul { margin: 0; padding: 0; text-align: left; display: flex; justify-content: end; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a { padding: 18px 17px; display: block; color: var(--textColor); transition: all 0.3s ease; font-size: 16px; background: transparent; font-weight: 600; } 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a { color: var(--blueColor); background: transparent; } 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left; border: 0; position: absolute; width: 265px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: var(--colorWhite); margin: 0; padding: 0; transition: all .3s ease; } 
.navigation .menu ul li ul.cs-dropdown li { position: relative; border-bottom: 1px solid var(--whiteBorderColor) } 
.navigation .menu ul li ul.cs-dropdown{display: none; } 
.navigation .menu ul li:hover ul.cs-dropdown {display: block;} 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown{display: none;  left: 100%; top: 0; padding: 0;} 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown{display: block;} 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown{display: none;  left: 100%; top: 0; padding: 0;} 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li:hover ul.cs-dropdown{display: block;} 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block; left: 100%; top: 0; padding: 0; } 
.navigation .menu ul li ul.cs-dropdown li { width: 100%; } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li { width: 100%; margin: 0; padding: 0; } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: var(--colorWhite); background: var(--blueColor); } 
.navigation .menu ul >li ul.cs-dropdown >li:hover a { color: var(--colorWhite); background: var(--blueColor); } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { color: var(--textColor); } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a{ color: var(--textColor); background: #fff;     display: flex; justify-content: space-between;} 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fafafa; background: #008ad0; } 
.navigation .menu ul li ul.cs-dropdown li a { color: var(--textColor); font-size: 14px; font-weight: 500; padding: 8px 15px; line-height: normal; position: relative; display: block; text-transform: capitalize; background: transparent; transition: all 0.3s ease; letter-spacing: 0.4px; } 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: var(--textColor); } 
.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: var(--blueColor); } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: var(--textColor); } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: var(--textColor); } 
.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: #323232; } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 
.homeIcon svg { width: 26px; height: 26px; } 
.requestBtn { padding: 10px 25px; background: var(--blueColor); border-radius: 4px; border: 1px solid var(--blueBorderColor); color: var(--colorWhite); font-size: var(--textSize); line-height: normal; width: auto; text-align: center; display: inline-block; margin-left: 25px; } 
header .topSocial li a { background: #fff !important; color: #3c3c3c;border-radius: 50px;; } 
header .topSocial li a svg { color: #0f63a2;} 
header .topSocial li a:hover svg{color:#0078d7} 
.requestBtn:focus, .requestBtn:hover { background: #edac15; color: var(--colorWhite); border-color: #edac15 } 
.sliderSection { float: left; width: 100%; margin: 0; padding: 0; position: relative; overflow: hidden; z-index: 0; } 
.sliderSection { float: left; width: 100%; margin: 0; padding: 0; } 
.sliderSection .swiper-buttons-prev, .sliderSection .swiper-buttons-next { width: 45px; height: 45px; text-align: center; line-height: 45px; border: 1px solid var(--blueBorderColor); line-height: 0; position: absolute; top: 55%; display: flex; align-items: center; justify-content: center; padding: 0; cursor: pointer; color: #fff; border: 0;opacity: 1; outline: 0; background: var(--blueColor); border-radius: 100%; z-index: 9 } 
.swiper-buttons-next:after, .swiper-buttons-prev:after { font-size: 20px; } 
.sliderSection .swiper-buttons-prev { left: 80px; right: auto } 
.sliderSection .swiper-buttons-next { left: auto; right: 80px; } 
.sliderSection .swiper-buttons-prev:hover, .sliderSection .swiper-buttons-next:hover { background: var(--orageColor); border-color: var(--orageColor); color: var(--colorWhite); } 
.sliderSection .swiper-slide img { width: 100%; max-width: 100%; transition: 3s all; transform: scale(1); } 
.sliderSection .swiper-slide-active img { animation: scale 8s ease forwards; } 
@keyframes scale { 0% { transform: scale(1); } 100% { transform: scale(1.2); } 
} 
.sliderSection .swiper-slide .bannerInfo { position: absolute; top: 0; left: 12%; height: 100%; max-width: 460px; width: 100%; display: flex; align-items: center; } 
.sliderSection .swiper-slide .bannerInfo.rightAlign { top: 0; left: auto; right: 12%; } 
.sliderSection .swiper-slide .bannerInfo .sliderTag { font-weight: bold; font-size: 14px; margin-bottom: 5px; background: var(--orageColor); color: var(--colorWhite); padding: 3px 15px; display: inline-block; border-radius: 4px; line-height: normal; } 
.sliderSection .swiper-slide .bannerInfo .sliderTitle { line-height: normal; margin-bottom: 10px; font-weight: bold; font-size: 36px; /* text-transform: uppercase; */ color: var(--darkColor); } 
.sliderSection .swiper-slide .bannerInfo p { display: block; color: var(--textColor); font-size: 20px; } 
.sliderSection .swiper-slide.swiper-slide-active .sliderTag { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.1s; } 
.sliderSection .swiper-slide.swiper-slide-active .sliderTitle { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; } 
.sliderSection .swiper-slide.swiper-slide-active p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; } 
.sliderSection .swiper-slide.swiper-slide-active .readMore { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 0.5s; } 
.offer_banner_v1 { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff } 
.offer_banner_v1 .offer-item { float: left; width: 100%; position: relative; z-index: 0; min-height: 240px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px;    border-radius: 10px; overflow: hidden; border: 1px solid #0f63a24a; } 
.offer_banner_v1 .offer-item:before { position: absolute; z-index: 1; pointer-events: none; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity:0.2; -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.offer_banner_v1 .offer-itemn:after { border-radius: inherit; content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.33); } 
.offer_banner_v1 .offer-item:hover:before { opacity: 0; } 
.offer_banner_v1 .offer-item:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; /* background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #111 100%) */ } 
.offer_banner_v1 .offer-item .offer-content { padding: 30px; position: relative; z-index: 1; } 
.offer_banner_v1 .offer-item .offer-content span.span { color: #005f90; margin-bottom: 10px; text-transform: capitalize; font-size: 15px; } 
.offer_banner_v1 .offer-item .offer-content h3 { padding-right: 15%; color: var(--colorWhite); font-size: var(--headingTwo); margin-bottom: 15px } 
.offer_banner_v1 .offer-item .offer-content .h3_title { color: #005783; font-size: 22px; margin-bottom: 15px; font-weight: 600; overflow: hidden; line-height: 30px; } 
.custom_item { border: 1px solid var(--whiteBorderColor); border-radius: 6px; background-color: #fafafe; padding: 30px 20px; text-align: center; background-color: rgba(255, 255, 255, .9); transition: all .3s ease; margin: 0px 0 20px; text-align: center; display: block; box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1) } 
.custom_item .custom_img { position: relative; width: 100%; margin-bottom: 10px; } 
.custom_item .custom_img svg { width: 80px; height: 80px; color: var(--darkColor); } 
.custom_item .custom_title { text-transform: capitalize; margin: 0; padding: 0; color: #0c0c0c; font-size: var(--textSize); font-weight: 500; line-height: 1.1 } 
.custom_item:hover .custom_title { color: --var(--orageColor) } 
.main-btn { display: inline-block; position: relative; padding: 14px 45px; font-size: 14px; font-weight: 400; color: #fff; background: #ef682f; text-transform: capitalize; border-radius: 28px; z-index: 1; transition: all .5s ease; background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%); letter-spacing: 0.5px; } 
.main-btn:before { position: absolute; content: ''; background: #fff; width: 0%; height: 100%; top: 0; right: 0; border-radius: 5px; z-index: -1; transition: all .5s ease } 
.offer-item:hover .main-btn { color: #ef682f } 
.offer_banner_v1 .offer-item:hover .offer-content h3 { color: #ef682f } 
.offer-item:hover .main-btn:before { width: 100%; left: 0 } 
.offer_banner_v1 .offer-item .offer-content .main-btn { padding: 6px 17px; font-size: 14px; line-height: 23px } 
.homeAbout { float: left; width: 100%; position: relative; /* padding: 70px 0px 100px; */ /* background-image: url(../images/aboutbg.jpg); */ background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } 
.homeAbout:before { position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; display: block; background-color:#008ad014; } 
.homeAbout .title1 { position: relative; color: var(--orageColor); font-size: 27px; font-weight: 700; line-height: 1.5em; margin-bottom: 5px; } 
.homeAbout h2 { position: relative; color: var(--orageColor); font-size: 22px; font-weight: 700; line-height: normal; margin-bottom: 10px; } 
.homeAbout h3 { position: relative; color: var(--orageColor); font-size: var(--headingThree); font-weight: 700; line-height: normal; margin-bottom: 10px; } 
.homeAbout p { position: relative; line-height: 24px; color: #333; width: 100%; margin: 0 auto; margin-bottom: 15px; text-align: justify; font-weight: normal; letter-spacing: 0.5px; font-size: 15px; } 
.galleryColumn { float: left; max-width: 450px; margin: 10px 15px 0 0; position: relative; z-index: 1; } 
.galleryColumn .image { position: relative; margin-bottom: 25px; } 
.row__shape { height: 100px; width: 100%; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; transition: all ease 1.5s; -webkit-transition: all ease 1.5s; -moz-transition: all ease 1.5s; } 
.shape__svg { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; fill: #fff; } 
.homeFactsheet { float: left; width: 100%; margin: 0; padding: 40px 0; position: relative; background: #f7f7f7; } 
.homeFactsheet .factsheetOne { position: relative; display: block; background: transparent; padding-top: 55px; margin-bottom: 50px; text-align: center; } 
.homeFactsheet .factsheetOne .factsheetIcon { position: absolute; top: 0; left: 0; right: 0; width: 110px; height: 110px; background: var(--colorWhite); margin: 0 auto; border-radius: 50%; border: 3px solid var(--orageColor); text-align: center; z-index: 3; line-height: 100px; } 
.homeFactsheet .factsheetOne .factsheetIcon:before { position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; content: ""; background: var(--orageColor); border-radius: 50%; transition: all .5s ease-in-out 0s; transform-style: preserve-3d; transform: perspective(1200px) rotateY(-90deg) translateZ(0); opacity: 0; z-index: -1 } 
.homeFactsheet .factsheetOne:hover .factsheetIcon:before { transform: perspective(1200px) rotateY(0) translateZ(0); transition-delay: .1s; opacity: 1 } 
.factsheetInfo { position: relative; display: block; background: var(--colorWhite); box-shadow: 0 4px 11px -1px #ececec; position: relative; display: block; padding: 26px 25px 32px; padding-top: 70px; border-top: 1px solid var(--whiteBorderColor); } 
.factsheetInfo .factsheetTitle { font-weight: 600; margin: 0px; font-size: var(--headingFour); line-height: 24px; color: var(--blueDarkMore); } 
.factsheetInfo p { margin: 0; font-size: var(--paraText); padding: 0; color: var(--textColor); width: 100%; text-align: center; font-weight: 600; } 
.homeProducts { float: left; width: 100%; margin: 0; padding: 25px 0px 5px; background: #f7f7f7; position: relative; } 
.homeProducts:after { position: absolute; content: ''; left: 50%; bottom: -13px; margin-left: -16px; z-index: 9; background-color: #fff; background-repeat: no-repeat; border: solid #e1f5ff; border-width: 0px 1px 1px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 25px; height: 25px; } 
.title2 { padding: 0; font-size: 25px; margin: 0; float: left; width: 100%; text-align: center; color: var(--orageColor); margin-bottom: 25px; position: relative; font-weight: 700; } 
.title2:after { background: var(--orageColor); bottom: -8px; content: ""; height: 2px; left: 0; right: 0; margin: 0 auto; position: absolute; width: 50px } 
.products { float: left; width: 100%; } 
.singleItem { position: relative; overflow: hidden; display: block; padding: 10px; margin-bottom: 15px; } 
.feature_item { background: var(--colorWhite); margin: 0 0 15px; padding: 0; box-shadow: 0 0 10px rgba(0, 0, 0, .13); border-radius: 12px; overflow: hidden; } 
.feature_item .feature_image { position: relative; text-align: center; min-height: 255px; overflow: hidden; border-bottom: 1px solid var(--whiteBorderColor); } 
.feature_item .feature_image .image { position: relative; padding: 0; text-align: center; min-height: 255px; overflow: hidden; transition: all .4s ease-in-out } 
.feature_item .image img { position: absolute; margin: auto; padding: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; width: 100% } 
.feature_item:hover .feature_image .image { transform: scale(1.1) } 
.feature_sec { display: block; overflow: hidden; padding: 9px; text-align: center } 
.feature_sec .title_h3 { font-size: 18px; margin: 0 0 10px; font-weight: 600; color: var(--darkColor); font-family: 'Poppins', sans-serif; } 
.feature_sec .title_h3 a { color: var(--darkColor); } 
.feature_sec:hover .title_h3 a { color: var(--orageColor) } 
.feature_sec p { font-weight: 400; font-size: var(--textSize); color: var(--textColor); text-align: center; line-height: 22px; } 
.readMore { position: relative; line-height: 24px; color: var(--textColor); font-size: var(--paraText); font-weight: normal; background: var(--orageColor); display: inline-block; padding: 10px 25px; line-height: normal; letter-spacing: 1px; text-transform: uppercase; border: 2px solid var(--orageColor); transition: all .3s ease } 
.readMore:focus, .readMore:hover { color: var(--orageColor); border-color: var(--orageColor); background: transparent } 
.readMore2 { position: relative; line-height: 24px; color: var(--colorWhite); font-size: var(--paraText); font-weight: normal; background: var(--blueDarkMore); display: inline-block; padding: 10px 25px; line-height: normal; letter-spacing: 1px; text-transform: uppercase; border: 2px solid var(--blueDarkMore); transition: all .3s ease } 
.readMore2:focus, .readMore2:hover { color: var(--blueDarkMore); border-color: var(--blueDarkMore); background: transparent } 
.readMore2 svg { width: 16px; height: 16px; } 
.feature_sec .readMore { margin-bottom: 10px; } 
.products .owl-next, .products .owl-prev { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; line-height: 30px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: var(--colorWhite) !important; font-size: 14px; border: 0; outline: 0; background: var(--darkColor) !important; border-radius: 100%; z-index: 50; border: 1px solid var(--darkColor); text-align: center; cursor: pointer; transition: all .3s ease } 
.products .owl-nav .owl-prev { left: -50px; top: 48% } 
.products .owl-nav .owl-next { right: -50px; top: 48% } 
.products .owl-nav .owl-next:hover, .products .owl-nav .owl-prev:hover { background: var(--orageColor) !important; color: var(--colorWhite) !important; border-color: var(--orageColor); } 
.homeCommunity { float: left; width: 100%; padding: 50px 0; background: #f7f7f7; } 
.brand2-bg-1 { background-color: #fff; border-radius: 15px; } 
.community__content { padding: 0; padding: 40px; } 
.community__content-inner .titleNew1 { font-size: 42px; margin-block-start: 20px; margin-block-end: 20px; color: var(--darkColor); line-height: normal; font-weight: 700; } 
.community__content-inner p { font-size: var(--headingFive); text-align: left; margin-bottom: 20px; } 
.join-btn { padding: 8px 24px; background-color: #d6f2fe; border-radius: 8px; } 
.community__thumb-inner { object-fit: cover; transition: all .3s linear; position: relative; } 
.community__thumb-inner img { border-bottom-left-radius: 0; border-top-right-radius: 15px; border-bottom-right-radius: 15px; } 
.community__thumb-playbtn { transform: translate(-50%, -50%); position: absolute; content: ""; top: 50%; left: 50%; } 
.community__thumb-playbtn a img { object-fit: cover; transition: all .3s linear; border-bottom-left-radius: 0; border-top-right-radius: 15px; border-bottom-right-radius: 15px; width: 100%; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } 
.community__thumb-playbtn:hover a img { transform: scale(1.05); } 
.faqSection { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--colorWhite); } 
.faqTitle { font-size: var(--headingOne); text-transform: capitalize; font-weight: bold; margin-bottom: 20px; line-height: 36px; } 
.faqTitle span { color: #edac15; } 
.accordion-item { margin-bottom: 15px; border-radius: 6px !important; overflow: hidden; } 
.accordion-header { padding: 0 !important; margin: 0 !important; text-transform: initial; } 
.accordion-item:not(:first-of-type) { border: 1px solid rgba(0, 0, 0, 0.125); } 
.accordion-button { padding: 12px 15px; font-size: 16px; font-weight: 600; } 
.accordion-button:not(.collapsed) { color: var(--colorWhite); background: var(--darkColor); font-weight: normal; } 
.accordion-button:not(.collapsed):after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(0deg); } 
.accordion-button:hover, .accordion-button:focus { color: var(--colorWhite); background: var(--darkColor); } 
.accordion-button:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(-180deg); } 
.accordion-body p { font-size: var(--textSize); line-height: 24px; } 
.company-video-intro { margin-bottom: 20px; margin-top: 57px; } 
.vedio-inner { position: relative; margin-bottom: 20px; overflow: hidden; border-radius: 6px; } 
.vedio-overly { position: absolute; top: 0; height: 100%; width: 100%; background-color: rgba(237, 172, 21, 0.80); } 
.vedio-overly::before { position: absolute; content: ""; width: 85%; height: 85%; border: 1px solid #edac15; left: 0; right: 0; margin: 0px auto; transform: translateY(-50%); top: 50%; } 
.vedio-button { text-align: center; transform: translateY(-50%); top: 50%; position: relative; } 
.vedio-inner img { width: 100%; } 
.vedio-button { position: relative; width: 60px; height: 60px; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); border-radius: 50%; background-color: transparent; background-image: url('../images/play_button.png'); background-size: cover; background-repeat: no-repeat; -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); margin: 0px auto; } 
.vedio-button a { display: inline-block; width: 100%; height: 100%; } 
.vedio-button:hover { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none; } 
@-webkit-keyframes pulse { to { box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } 
} 
@-moz-keyframes pulse { to { box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } 
} 
@-ms-keyframes pulse { to { box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } 
} 
@keyframes pulse { to { box-shadow: 0 0 0 45px rgba(255, 255, 255, 0); } 
} 
.company-video-intro h2 { font-size: var(--headingFour); font-weight: 600; line-height: 27px; } 
.factCounter { float: left; width: 100%; background: var(--blueDarkMore); padding-bottom: 80px; padding-top: 50px; position: relative; text-align: center; } 
.factCounter .title2 { color: var(--colorWhite); } 
.maxWidth { max-width: 950px; margin: 0 auto; display: inline-block; margin-bottom: 20px; } 
.maxWidth p { color: var(--colorWhite); line-height: 24px; font-size: var(--headingFive); text-align: center; margin-bottom: 20px; } 
.factCounter .factTitle h2 { color: var(--colorWhite); font-weight: 600; font-size: var(--headingOne); margin-bottom: 10px; } 
.factCounter .factTitle h2 span { color: #222; } 
.factCounter .factTitle p { color: #f1f1f1; font-size: var(--headingFour); font-weight: 300; line-height: 28px; text-align: center; max-width: 800px; margin: 0 auto; } 
.factCounter ul { float: left; width: 100%; margin: 0; padding: 0; display: flex; flex-flow: row wrap; grid-gap: 15px; justify-content: center; } 
.factCounter ul li { width: calc(100% / 4 - 15px); padding: 35px 15px; border: 1px solid #253a66; margin-bottom: 30px; list-style: none; display: flex; align-items: center; position: relative; border-radius: 4px; overflow: hidden; } 
.factCounter ul li:before { position: absolute; content: ''; width: 100%; height: 0; left: 0; right: 0; bottom: 0; background-color: var(--orageColor); -webkit-transition: .5s; transition: .5s; } 
.factCounter ul li:hover:before { height: 100% } 
.factCounter ul li p { width: 100%; display: block; padding: 0px 25px 0px; transition: all 500ms ease; position: relative; text-align: center; line-height: normal; color: var(--colorWhite); } 
.factCounter ul li svg { width: 70px; height: 70px; margin-bottom: 10px; } 
.factCounter ul li p strong { color: var(--orageColor); font-size: var(--headingFive); font-weight: 600; display: block; margin-bottom: 10px; } 
.factCounter ul li:hover p strong { color: var(--colorWhite); } 
.homeTestimonials { float: left; width: 100%; position: relative; padding: 40px 0px 40px; background: #f7f7f7; } 
#testimonials { float: left; width: 100%; margin: 0; } 
.homeTestimonials .testimonialItem { position: relative; text-align: center; margin: 25px 10px 35px; opacity: 0.5; } 
.homeTestimonials .owl-item.active.center .testimonialItem { -webkit-transform: scale(1.11); -ms-transform: scale(1.11); transform: scale(1.11); opacity: 1; } 
.homeTestimonials .testimonialItem .testimonialItem_box { position: relative; padding: 30px 20px 30px; background-color: var(--colorWhite); transition: all 300ms ease; border-top: 1px solid #fefefe; box-shadow: 0px 1px 5px 1px rgba(241, 241, 241, 1); } 
.homeTestimonials .testimonialItem .testimonialItem_box .text { position: relative; margin-bottom: 25px; } 
.homeTestimonials .testimonialItem .testimonialItem_box .text p { font-style: italic; font-size: var(--textSize); color: var(--textColor); text-align: center; line-height: 28px; } 
.homeTestimonials .testimonialItem .testimonialTitle { position: relative; } 
.homeTestimonials .testimonialItem .testimonialTitle span { position: relative; width: 80px; height: 80px; margin: 0 auto; margin-top: -50px; border-radius: 50%; margin-bottom: 15px; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; background: var(--colorWhite); border-radius: 50%; transition: all 300ms ease; box-shadow: 0px 1px 5px 1px rgba(241, 241, 241, 1); display: flex; align-items: center; justify-content: center; color: var(--blueColor); font-size: var(--headingOne); font-weight: 600; } 
.homeTestimonials .testimonialItem .testimonialTitle .name { position: relative; color: var(--textColor); font-size: var(--headingFour); font-weight: 500; text-transform: capitalize; margin: 0; padding: 0; } 
.homeTestimonials .testimonialItem .testimonialTitle .designation { position: relative; color: var(--blueColor); font-size: var(--textSize); } 
.home_blog { float: left; width: 100%; margin: 0; padding: 50px 0; background: #fff; } 
.single-post2 { overflow: hidden; margin-bottom: 15px; } 
.blog-thumb2 { overflow: hidden; width: 100%; } 
.blog-thumb2 img { max-width: 100%; transition: all 0.3s ease-out 0s; } 
.blog-content2 { background: #fff; padding: 30px; position: relative; z-index: 1; box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%); width: 90%; margin: auto; margin-top: -35px; margin-bottom: 15px; } 
.blog-content2 .b-meta { margin-bottom: 10px; font-size: 14px; } 
.blog-content2 .b-meta ul { margin: 0; padding: 0; padding-left: 0 !important; } 
.b-meta ul li { display: inline-block; margin-right: 8px; border-right: 2px solid #f5f5f5; padding-right: 8px; } 
.b-meta svg { margin-right: 5px; color: #554c86; } 
.b-meta ul li:last-child { margin-right: 0; padding-right: 0; border: none; } 
.blog-content2 .title_h5 { font-size: var(--headingFive); margin-bottom: 15px; line-height: normal; height: 55px; position: relative; font-weight: normal; } 
.blog-content2 .title_h5 a { text-decoration: none; line-height: normal; color: var(--blueDarkMore); } 
.blog-content2 .title_h5 a:hover { color: var(--orageColor); } 
.blog-content2 h5 span { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); width: 100%; max-height: 100%; line-height: 25px; } 
.blog-content2 p { text-align: left; line-height: 22px; font-size: var(--textSize); } 
.homeClients { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--colorWhite); } 
.homeClients .brand { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } 
.homeClients .brand li { position: relative; display: block; float: left; margin-right: 1%; width: 24%; text-align: center; margin-bottom: 50px; border-right: 1px #eee solid; height: 120px; } 
.homeClients .brand li img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: auto; } 
.homeClients .brand li:after { width: 80%; height: 1px; margin: 0 auto; left: 0px; right: 0px; display: block; position: absolute; bottom: -35px; content: ""; background: var(--whiteBorderColor); } 
.homeClients .brand li:nth-child(4n) { border-right: none; } 
.homeClients .brand li:nth-child(n+5):after { display: none; } /*.homeClients .brand li:nth-child(n+4) { margin-bottom: 0px; }*/ .footer { float: left; width: 100%; position: relative; background-color:#0f63a2; color: var(--textColor); padding: 60px 0 0; } 
.footer .logo { margin-bottom: 15px; display: inline-block; padding: 10px; border-radius: 4px; max-width: 220px; background: var(--colorWhite); } 
.footer .footerWidget { float: left; width: 100%; position: relative; margin-bottom: 25px; } 
.footer .footerWidget .footerWidget_title { color: var(--colorWhite); font-size: var(--headingFour); font-weight: 600; margin-bottom: 14px; } 
.footer .footerWidget p { color: var(--colorWhite); font-size: var(--textSize); line-height: 26px; text-align: left; } 
.footer .footerWidget .callUs { position: relative; display: block; background: #008ad0; border-radius: 5px; margin-top: 20px; padding: 15px 13px 14px; display: flex; align-items: center; max-width: 260px; } 
.footer .footerWidget .callUs .icon { width: 50px; height: 50px; border-radius: 50%; position: relative; background: #0f63a2; text-align: center; display: flex; align-items: center; justify-content: center; margin-right: 25px; } 
.callUs .icon:before { content: ''; border-left: 15px solid #0f63a2; border-top: 15px solid transparent; border-bottom: 15px solid transparent; position: absolute; right: -10px; } 
.callUs .icon svg { width: 30px; height: 30px; color: var(--colorWhite); } 
.callUs .icon, .callUs .text { display: table-cell; vertical-align: middle } 
.callUs .text { padding-left: 5px; color: var(--colorWhite) } 
.callUs .text span { font-size: 18px } 
.callUs .text a { font-size: var(--headingFour); margin: 0; color: #fff; font-size: var(--headingFive); font-weight: 600; } 
.callUs:hover .text a { color: #bee9ff; } 
.footerWidget .widgetTitle { position: relative; display: block; font-size: var(--headingFour); line-height: 1.2em; color: var(--colorWhite); font-weight: 600; margin-bottom: 20px; } /* .footerWidget .widgetTitle:before { position: relative; top: -6px; height: 2px; width: 55px; background-color: var(--blueColor); display: block; content: ""; } */ .footerWidget ul { margin: 0; padding: 0 } 
.footerWidget ul li { position: relative; float: left; width: 100%; margin-bottom: 15px; list-style: none } 
.footerWidget ul li a:before { position: absolute; left: -5px; top: 0; font-size: var(--paraText); color: var(--colorWhite); font-weight: 400; line-height: 22px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/></svg>"); transition: all .3s ease; transform: rotate(-270deg); } 
.footerWidget ul li a { position: relative; display: block; font-size: var(--textSize); line-height: 22px; color: var(--colorWhite); font-weight: 400; padding-left: 20px; text-transform: capitalize; transition: all .3s ease } 
.footerWidget ul li:hover a { color:#7cd3ff; padding-left: 30px } 
.footerWidget ul li:hover a:before { transform: rotate(0deg); left: 0; } 
.businessWidget { border-top: 2px solid #265daa; position: relative; padding: 20px 20px; background-color: #008ad0; } 
.singleWidget+.singleWidget { border-top: 1px solid #c5ddff; padding-top: 14px; margin-top: 13px; } 
.singleWidget .widgetIcon { display: table-cell; vertical-align: top; width: 30px; } 
.singleWidget .widgetIcon svg { color:#ffffff; width: 30px; height: 30px; display: block; line-height: 1em; position: relative; top: 7px; } 
.singleWidget .widgetInfo { padding-left: 20px; display: table-cell; vertical-align: top; } 
.singleWidget .widgetInfo .title6 { color: var(--colorWhite); font-size: var(--headingFive); font-weight: 700; margin: 0 0 5px; line-height: 1.2; } 
.singleWidget .widgetInfo a { color: var(--colorWhite); font-size: var(--headingThree); font-weight: 500; display: block; } 
.singleWidget .widgetInfo a:hover { color: #a5d9ff; } 
.singleWidget .widgetInfo p { color: var(--colorWhite); font-size: 15px; } 
.footerBottom { position: relative; text-align: center; padding: 15px 0; background-color: #004b83; } 
.footerBottom .copyright { position: relative; display: block; font-size: 15px; color: var(--colorWhite); font-weight: 400; text-align: left; } 
.footerBottom .copyright.textRight { text-align: right; } 
.footerBottom .copyright a { display: inline-block; color: #ffffff; } 
.footerBottom .copyright a:hover { text-decoration: underline; } 
#scrollUp { position: fixed; z-index: 99; bottom: 65px; right: 30px; width: 46px; height: 46px; border-radius: 50%; color: #fff; line-height: 46px; text-align: center; text-decoration: none; cursor: pointer; transition: all 0.25s; display: none; background-image:linear-gradient(180deg, #3f3f3f, #171717); } 
#scrollUp svg { width: 24px; height: 24px; } 
#scrollUp:hover { background: var(--textColor); color: var(--colorWhite); } 
.contactFixed { position: fixed; left: 20px; bottom: 20px; z-index: 99; transition: all .3s ease-in-out } 
.contactFixed ul { width: auto; margin: 0; padding: 0 } 
.contactFixed ul li { list-style: none; position: relative } 
.contactFixed ul li a, .contactFixed ul li button { background: var(--orageColor); width: 50px; height: 50px; color: var(--colorWhite); font-size: var(--headingTwo); cursor: pointer; z-index: 99; border-radius: 100%; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16) } 
.contactFixed ul li a svg, .contactFixed ul li button svg { width: 24px; height: 24px; } 
.contactFixed ul li:nth-child(1) a, .contactFixed ul li:nth-child(1) button{ background: #0078d7 } 
.contactFixed ul li:nth-child(3) a, .contactFixed ul li:nth-child(3) button { background: #01e675 } 
.whatsapp { position: fixed; width: 50px; height: 50px; line-height: 50px; color: var(--colorWhite); cursor: pointer; z-index: 99; border-radius: 100%; transition: all 300ms ease-in-out; left: 22px; background: #01e675; bottom: 40px; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16); text-align: center; display: flex; align-items: center; justify-content: center; } 
.whatsapp:hover, .whatsapp:focus { background: #0bcf6e; color: var(--colorWhite); } 
.whatsapp svg { width: 22px; height: 22px; } 
#whatsapp .modal-dialog { margin-top: 15%; } 
.modal-content { border-radius: 0; } 
.modal-header { padding: 0 15px; background: var(--darkColor); color: var(--colorWhite); border-radius: 0; } 
.modal-header h5 { text-align: left; font-size: var(--headingFour); line-height: 18px; color: var(--colorWhite); } 
.modal-header h6 { text-align: left; font-size: var(--headingFour); line-height: 18px; color: var(--colorWhite); } 
.modal-header .modal-title { text-align: left; font-size: var(--headingFour); line-height: 18px; color: var(--colorWhite); padding: 15px 0; text-transform: initial; letter-spacing: 0.2px; } 
.btn-close { width: 1em; height: 1em; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; outline: 0; } 
.send_p { font-size: 13px; line-height: 18px; text-align: center; } 
.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0 } /* Inner Heading Banner*/ .heading_banner { float: left; width: 100%; position: relative; background-size: cover; background-position: center; padding: 15px 0px; margin: 0; z-index: 0; } 
.heading_banner:before { position: absolute; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; z-index: 0; content: ''; } 
.heading_banner .container { position: relative; z-index: 9; } 
.heading_banner h1 { margin: 0 0 10px; text-transform: capitalize; font-size: 36px; font-weight: 600; color: var(--colorWhite); text-align: center; display: inline-block; width: auto; padding: 10px 20px; } 
.heading_banner h2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: var(--headingFour); font-weight: normal; color: var(--whiteBorderColor); text-align: center; text-align: center; display: inline-block; width: auto; padding: 10px 20px; } 
.heading_banner .cat_title { margin: 0 0 0px; text-transform: capitalize; font-size: 20px; font-weight: 600; color: var(--colorWhite); text-align: center; display: inline-block; width: auto; padding: 0px; } 
.homeAbout.bg-white.py-5:before{display: none;} 
.heading_banner .cat_title2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: var(--headingFour); font-weight: normal; color: var(--whiteBorderColor); text-align: center; text-align: center; display: inline-block; width: auto; padding: 10px 20px; } /* Breadcrumb*/ .inner_breadcrumb { float: left; width: 100%; background: var(--colorWhite); position: relative; margin: 0; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); } 
.inner_breadcrumb .breadcrumb { background: none; border-radius: 0; border: none; list-style: none; padding: 0; float: left; display: inline-block; text-transform: capitalize; margin: 0; } 
.inner_breadcrumb .breadcrumb li { font-weight: bold; text-transform: uppercase; color: var(--greyColor); float: left; display: inline-block; line-height: 55px; } 
.inner_breadcrumb .breadcrumb li a { float: left; padding: 0; color: var(--greyColor); letter-spacing: 0.3px; } 
.inner_breadcrumb .breadcrumb li:before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; padding: 0 14px; color: var(--colorWhite); display: inline-block; } 
.inner_breadcrumb .breadcrumb li.active { color: var(--darkColor); } 
.inner_breadcrumb .breadcrumb li+li:before { content: "/"; color: var(--colorWhite); padding: 0 14px; } 
.inner_breadcrumb .breadcrumb li+li:before { float: left; padding: 20px 10px; color: #bfbfbf; } 
.title_1 { padding: 0 0 0px; font-size: 28px; margin: 0; float: left; width: 100%; text-align: center; text-transform: initial; color: var(--darkColor); margin-bottom: 25px; position: relative; overflow: visible; font-weight: 600; } 
.title_1:after { background: var(--orageColor); bottom: -10px; content: ""; height: 2px; left: 0; right: 0; margin: 0 auto; position: absolute; width: 50px; } 
.title_h2 { float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.right_side .title_h2 { float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } /* About Us */ .about_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: var(--colorWhite); } 
.left_sidebar { float: left; width: 100%; margin: 0 0 25px; padding: 0; } 
.left_sidebar .left_title { float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.left_sidebar ul { float: left; width: 100%; padding: 0; margin: 0; background: var(--textColor); } 
.left_sidebar ul li { float: left; width: 100%; padding: 0; margin: 0; border-bottom: 1px solid #444; list-style: none; } 
.left_sidebar ul li a { color: var(--colorWhite); padding: 10px; font-weight: 500; line-height: 20px; font-size: var(--paraText); } 
.left_sidebar ul li a:hover, .left_sidebar ul li a:focus, .left_sidebar ul li a.active { background: var(--orageColor); color: var(--colorWhite); } 
.left_sidebar ul li ul { float: left; width: 100%; margin: 0; padding: 0; background: var(--colorWhite); } 
.left_sidebar ul li ul li { border-bottom: 1px dashed #CCC; list-style-type: none; position: relative; } 
.left_sidebar ul li ul li a { display: block; font-weight: 500; color: var(--textColor); text-align: left; font-size: var(--paraText); padding: 4px 15px; text-decoration: none; line-height: 24px; } 
.left_sidebar ul li ul li a:hover, .left_sidebar ul li ul li a:focus, .left_sidebar ul li ul li a.active { background: var(--orageColor); color: var(--colorWhite); } 
.left_sidebar ul li ul li a i { float: right; line-height: 24px; } 
.left_sidebar ul li ul li ul { display: none; transition: all 2s; position: absolute; left: 98%; top: 0px; z-index: 200; background: var(--colorWhite); width: 200px; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); } 
.left_sidebar ul li ul li:hover ul { display: block; transition: all 2s; } 
.left_sidebar ul li ul li ul li a { display: block; font-weight: 400; color: var(--textColor); text-align: left; font-size: 13px; padding: 4px 15px; text-decoration: none; text-transform: initial; line-height: 24px; } 
.left_sidebar ul li ul li ul li a:hover, .left_sidebar ul li ul li ul li a:focus, .left_sidebar ul li ul li ul li a.active { background: var(--orageColor); color: var(--colorWhite); } 
.left_sidebar form { float: left; width: 100%; background: var(--colorWhite); padding: 10px 10px 10px; } 
.right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.right_side h2 { padding: 0px; margin: 20px 0 5px; line-height: 30px; font-size: var(--headingThree); color: var(--textColor); font-weight: 600; } 
.right_side h3 { padding: 0px; margin: 10px 0 5px; line-height: 30px; font-size: var(--headingThree); color: var(--textColor); font-weight: 600; } 
.wps_right { float: left; width: 100%; /*👉 background: var(--colorWhite); padding: 10px; border: 1px solid #ccc; margin-bottom: 20px;👈*/ } 
.wps_right p { line-height: 24px; margin-bottom: 10px; text-align: justify; font-size: var(--textSize); font-weight: normal } 
.wps_right ul { margin: 0 0 25px; padding: 0; } 
.wps_right ul li { line-height: 28px; font-size: var(--textSize); margin: 0; vertical-align: middle; text-align: left; padding: 0; display: flex; align-items: center; } 
.wps_right ul li:before { width: 20px; height: 20px; color: #4e4e4e; font-weight: 400; margin-top: 0; margin-right: 5px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>"); } 
.left_image { float: left; width: 340px; margin: 0px 15px 15px 0; text-align: center; } 
.left_image .left_centered { width: 100%; position: relative; padding: 0px; min-height: 338px; overflow: hidden; border: 1px solid var(--whiteBorderColor); } 
.left_image .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 338px; transition: transform .5s ease; } 
.left_image .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.right_image1 { float: right; width: 340px; margin: 0px 0px 15px 15px; text-align: center; } 
.right_image1 .left_centered { width: 100%; position: relative; padding: 0px; min-height: 338px; overflow: hidden; border: 1px solid var(--whiteBorderColor); } 
.right_image1 .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 338px; transition: transform .5s ease; } 
.right_image1 .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.category_page { float: left; width: 100%; margin: 0; padding: 40px 0; /* background: var(--whiteBorderColor); */ } 
.category_page h1 { padding: 8px 10px; margin: 0; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.category_page .wps_right ul { margin: 0 0 25px; padding: 0; } 
.category_page .wps_right ul li { display: block; list-style: none; line-height: 24px; color: #423f3f; font-size: var(--textSize); font-weight: normal; color: #333; font-family: var(--fontFamily); font-weight: normal; letter-spacing: 0.5px; font-size: 15px; line-height: 24px; margin-bottom: 7px; } 
.category_page .wps_right ul li:before { margin-right: 5px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); } 
.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 var(--whiteBorderColor); margin-bottom: 15px; } 
.product_right_image .detail_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.product_right_image .product_dimage { width: 100%; text-align: center; overflow: hidden; height: 400px; border: 1px solid var(--whiteBorderColor); margin-bottom: 15px; } 
.more_images { float: left; position: relative; width: 100%; margin-bottom: 15px; } 
#thumbs { padding-top: 10px; overflow: hidden; text-align: center; } 
#thumbs img, #largeImage { padding: 0; cursor: pointer; border: 1px solid var(--whiteBorderColor); } 
#thumbs img { display: inline-block; margin-right: 6px; width: 70px; } 
#thumbs img.active { border-color: var(--blueBorderColor); } 
.wps_right h2 { font-size: var(--headingThree); line-height: normal; margin-bottom: 10px; color: var(--darkColor); font-weight: 600; } 
.wps_right h3 { font-size: var(--headingThree); line-height: normal; margin-bottom: 10px; color: var(--darkColor) } 
.wps_right table { margin: 0; background: var(--colorWhite); } 
.wps_right table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: var(--textSize); line-height: normal; text-align: left; } 
.wps_right table tbody tr td { border: 1px solid #ccc; width: 60%; } 
.wps_right table tbody tr td:first-child { color: var(--darkColor); width: 40%; } 
.interested_section { float: left; width: 100%; text-align: center; margin: 20px 0 } 
.interested_section .interested_btn { font-size: var(--headingFour); color: var(--colorWhite); background: var(--textColor); border: 1px solid #6b2b76; border-radius: 3px; padding: 12px 0; width: 258px; display: inline-block; text-transform: uppercase; cursor: pointer; } 
.interested_section .interested_btn svg { margin-right: 5px; width: 20px; height: 20px; } 
.interested_section .interested_btn:hover { background: var(--orageColor); color: var(--colorWhite); border: 1px solid #f7b11b } 
.product_listing { float: left; width: 100%; margin-bottom: 25px; box-shadow: 0 0 5px rgba(0, 0, 0, .15); transition: all 0.35s ease-in-out; border-style: solid; border-width: 0px 0px 0px 0px; border-color: #ccc; background: var(--colorWhite); border-radius: 10px; overflow: hidden; } 
.product_listing .product { width: 100%; position: relative; padding: 10px 10px 0 10px; text-align: center; min-height: 200px; overflow: hidden; border-right: 1px solid var(--whiteBorderColor); display: block; } 
.product_listing .product .image1 { width: 100%; text-align: center; overflow: hidden; position: relative; height: 340px; transition: all 0.4s ease-in-out; margin-bottom: 0px; } 
.product_listing .product .image1 img { position: absolute; max-width: 100%; top: 50%; left: 50%; margin: auto; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.product_listing .product .small { padding-top: 10px; overflow: hidden; text-align: center; display: flex; justify-content: center; } 
.product_listing .product .small img, .product_listing .product .largeImage img { padding: 0; cursor: pointer; border: 1px solid var(--whiteBorderColor); } 
.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: #ddaf1c; } 
.product_listing .product .small .item.youtube { width: 60px; height: 60px; background: #f70000; color: var(--colorWhite); display: flex; align-items: center; justify-content: center; } 
.product_listing .product .small .item.youtube a { color: var(--colorWhite); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } 
.youtube svg { width: 40px; height: 40px; } 
.product_listing .product p { font-size: var(--textSize); text-align: center; margin: 0 0 10px; } 
.product_listing .product .read_more { margin-top: 0; } 
.product_listing .right-content .read_more { margin-top: 10px; } 
.padding0 { padding: 0; } 
.right-content { position: relative; padding-right: 15px; } 
.right-content .title4 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; font-size: var(--headingThree); font-weight: 600; } 
.right-content .title4 a { color: var(--blueDarkMore); } 
.right-content h4 { line-height: 24px; padding: 10px 0; text-align: left; } 
.right-content p { font-size: var(--textSize); margin-bottom: 10px; } 
.blue-line1 { width: 100%; display: block; height: 1.1px; background: var(--whiteBorderColor); position: relative; margin-bottom: 10px; padding: 0 15px; } 
.product_listing:hover .right-content .title4 a { color: var(--orageColor); } 
.product_listing:hover .right-content h4 a { color: var(--orageColor); } 
.right-content .table-responsive { float: left; width: 100%; overflow: hidden; max-height: 230px; overflow: auto; padding-right: 5px; } 
.right-content table { margin-bottom: 15px; } 
.right-content table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: var(--textSize); line-height: normal; text-align: left; } 
.right-content table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 
.right-content table tbody tr td:first-child { color: var(--textColor); width: 40%; } 
.you_may { float: left; width: 100%; padding: 0; margin: 0 0 10px; line-height: 30px; color: var(--orageColor); font-size: var(--headingThree); font-weight: 600; /* border-bottom: 1px solid var(--whiteBorderColor); */ } 
.team_member { 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: var(--whiteBorderColor); } 
.team_member .image { width: 100%; position: relative; padding: 15px 15px 15px 0; text-align: center; min-height: 268px; overflow: hidden; /* border-right: 1px solid var(--whiteBorderColor); */ display: inline-block; } 
.team_member .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; margin: auto; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 
.team_info { position: relative; padding-right: 15px; } 
.team_info h3 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; } 
.team_info h3 small { display: block; color: var(--textColor); font-weight: 600; font-size: var(--paraText); } /*  Testimonial Page  */ .testimonial_block { float: left; width: 100%; margin-bottom: 20px; } 
.testimonial_text_box { margin: 0 0 30px; padding: 32px 20px 35px 0; background: var(--whiteBorderColor); box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); display: table; position: relative; border-radius: 4px; } 
.testimonial_text_box .this-quote { margin: 0 20px; width: 30px; } 
.testimonial_text_box .this-quote img { width: auto; } 
.testimonial_text_box:after { content: ''; display: block; width: 0; height: 0; position: absolute; bottom: -25px; left: 69px; border-top: 25px solid var(--whiteBorderColor); border-right: 25px solid transparent; } 
.testimonial_text_box .this-texts { display: table-cell; width: calc(100% - 70px); vertical-align: top; color: var(--textColor); font-size: var(--textSize); line-height: 24px; text-align: justify; } 
.testimonial_author .media-left { padding-right: 20px; float: left; } 
.testimonial_author .media-left img { border: 1px solid var(--textColor); border-radius: 4px; } 
.testimonial_author .media-left a { position: relative; width: 60px; height: 60px; margin: 0 auto; border-radius: 50%; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; background: var(--whiteBorderColor); border-radius: 50%; transition: all 300ms ease; display: flex; align-items: center; justify-content: center; color: var(--orageColor); font-size: var(--headingOne); font-weight: 600; } 
.testimonial_author .media-body { vertical-align: middle; } 
.testimonial_author .this-title { font-size: var(--headingFour); color: var(--textColor); text-align: left; line-height: 20px; margin: 0 0 5px; padding: 0; } 
.testimonial_author .loc { color: var(--darkColor); line-height: 20px; margin: 0; } 
.gallery_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--whiteBorderColor); } 
.gallery_page .gallery_item { border-radius: 2px; background-color: rgb(255, 255, 255); box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1); margin-bottom: 25px; } 
.gallery_page .gallery_item img { display: block; width: 100%; height: auto; border-radius: 2px; } 
.gallery_item_info { text-align: center; padding: 15px; } 
.gallery_item_info h4 { font-size: var(--headingFour); color: var(--textColor); margin: 0; padding: 0; } 
.gallery_item_info p { font-size: 13px; margin: 0; margin-top: 4px; color: var(--textColor); 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: 356px; } 
.hover_effect:after { color: var(--colorWhite); 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(--orageColor); } 
.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>"); } 
.blog_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: var(--whiteBorderColor); } 
.blog_page .blog_left h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.blog_page .blogLeft { margin-bottom: 20px; position: relative; background: var(--colorWhite); } 
.blog_page .blogLeft .blogInfo h4 { color: var(--textColor); } 
.blog_page .blogLeft .blogInfo .text p { color: var(--textColor); } 
.blog_page .blogLeft .blogInfo h4:hover { color: var(--orageColor); } 
.blog_page .blogLeft .blogInfo { padding-bottom: 15px; } /* New Blog Details Page */ .blog_details { float: left; width: 100%; } 
.blog_details ul { display: flex; align-items: center; justify-content: center; margin: 0px 0 20px; padding: 0; } 
.blog_details ul li { display: inline-block; margin-right: 15px; list-style: none; } 
.blog_details ul li:before { content: none; margin: 0; } 
.blog_details ul li a { color: var(--textColor); transition: all 0.5s ease-out; } 
.blog_details ul li i { margin-right: 5px; } 
.sharethis-inline-share-buttons { margin-bottom: 20px; display: flex !important; align-items: center; justify-content: center !important; } 
.blog_details1 { float: left; width: 100%; margin: 0; padding: 0; } 
.blog_details1 img { margin-bottom: 15px; } 
.blog_details_img { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-bottom: 15px; } 
.blog_details_img img { width: auto; max-width: 100%; height: auto; max-height: 100%; margin: 0 auto } 
.form-group { margin-bottom: 15px; } 
.blog_details1 p { text-align: justify; line-height: 24px; } 
.blog_details1 .block-quote { padding: 30px 40px; margin-bottom: 20px; background: #008ad017; border-left: 3px solid var(--orageColor); } 
.blog_details1 .block-quote p { font-size: 15px; line-height: 24px; } 
.blog_details1 h3 { margin: 0 0 5px; padding: 0; line-height: 30px; } 
.blog_details1 ul { float: left; width: 100%; margin:0 0 15px; padding: 0; display: block; } 
.blog_details1 ul li { line-height: 28px; font-size: var(--textSize); margin: 0; vertical-align: middle; text-align: left; padding: 0; display: flex; align-items: center; } 
.blog_details1 ul li:before { width: 20px; height: 20px; color: var(--textColor); font-weight: 400; margin-top: 0; margin-right: 5px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>"); } 
.fb-comments { width: 100%; } /* Blog Details  */ .blogdetails img { width: 100%; } 
.blog_news .content_details { float: left; width: 100%; background: var(--whiteBorderColor); padding: 20px 20px 20px; } 
.blog_news .content_details h2 { text-transform: capitalize; line-height: 30px; font-size: var(--headingThree); margin: 0 0 10px; } 
.blog_news .content_details h2 a { color: var(--textColor); transition: all 0.5s ease-out; } 
.blog_news .content_details ul { display: inline; margin: 0px; } 
.blog_news .content_details ul li { display: inline-block; margin-right: 15px; } 
.blog_news .content_details ul li:before { content: none; margin: 0; } 
.blog_news .content_details ul li i { margin-right: 5px; } 
.blog_news .block-quote { padding: 30px 40px; margin-bottom: 20px; background: var(--offWhiteColor); border-left: 3px solid var(--darkColor); } 
.blog_news .block-quote p { font-size: 15px; line-height: 24px; } 
.blog_news .content_details ol { width: 100%; margin: 0 0 25px; padding: 0; } 
.blog_news .content_details ol li { list-style: none; line-height: 24px; color: var(--textColor); font-size: 15px; font-weight: normal; } 
.contact_page { float: left; width: 100%; margin: 0; padding: 50px 0; position: relative; } 
.cs_container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 100%; width: 100%; margin: 0 auto; justify-content: center; } 
.cs_container .csPanel { /* width: 50%; */ display: table-cell; background-color: var(--colorWhite); border-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; -webkit-box-shadow: 0 2px 6px 0 #989cb0; box-shadow: 0 2px 6px 0 #989cb0; padding: 20px; } 
.cs_container .csPanel:last-child { background-color: rgba(38, 43, 72, .92); color: var(--colorWhite); border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-box-shadow: 0 3px 6px #989cb0; box-shadow: 0 3px 6px #989cb0; background: linear-gradient(90deg, #001737, #013277); /* max-width: 300px; */ /* width: 100%; */ } 
.title_h2_2 { margin-bottom: 15px; margin-left: 10px; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; color: var(--orageColor); text-align: left; padding: 0; font-size: 20px; font-weight: 600; } 
.address-column p { color: var(--colorWhite); margin: 0; display: flex; line-height: 26px; margin-bottom: 5px; } 
.address-column p span { font-size: var(--headingThree); margin-right: 10px; color: var(--colorWhite) } 
.address-column p span svg { width: 24px; height: 24px; } 
.address-column p.phone { display: block } 
.address-column p a { color: var(--colorWhite); display: inline-block; font-weight: 600; } 
.address-column p a:hover { color: var(--orageColor) } 
.contact_page textarea.form-control { height: 100px; } 
#contact_form label.error, .output { color: var(--errorColor); font-weight: normal; margin-bottom: 15px; } 
#quick_form label.error, .output { color: var(--errorColor); font-weight: normal; margin-bottom: 15px; } 
#quick_enquiry label.error, .output { color: var(--errorColor); font-weight: normal; margin-bottom: 15px; } 
.pac-container { z-index: 100000; } 
.contact_map { float: left; width: 100%; height: 550px; } /* Sitemap page */ .sitemap_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: var(--colorWhite); } 
.sitemap_right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: var(--orageColor); font-size: var(--headingTwo); color: var(--colorWhite); font-weight: 600; } 
.sitemap { border-left: 1px solid var(--greyColor); padding: 0; } 
.sitemap li { list-style: none !important; background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px; padding: 0px 0px 0px 15px; margin-bottom: 5px; } 
.sitemap li ul { border-left: 1px solid var(--greyColor); padding: 0; } 
.sitemap li a { color: var(--textColor); font-size: var(--paraText); padding-bottom: 5px; display: block; } 
.sitemap li a:hover { color: var(--darkColor); } 
.market_area .mt25 { float: left; display: block; font-size: var(--headingFour); font-weight: bold; margin-bottom: 10px; margin-top: 20px; color: var(--darkColor); } 
.market_area h1 { font-size: var(--headingTwo); font-weight: bold; margin-bottom: 10px; color: var(--textColor); } 
.market-list { float: left; width: 100%; margin: 0; padding: 0; } 
.market-list li { list-style: none; padding-right: 10px; line-height: 20px; width: 25%; float: left; } 
.market-list li:before { content: none; margin-right: 0; } 
.market-list li a { width: auto; height: auto; padding: 10px 0 10px 12px; margin: 0 0 9px; display: block; color: var(--textColor); font-size: var(--paraText); background-color: var(--offWhiteColor); } 
.market-list li a:hover { background: var(--darkColor); color: var(--colorWhite); } /* Products Poup */ .product_popup { float: left; width: 100%; margin: 0; padding: 0; } 
.product_popup_image { width: 100%; margin-bottom: 15px; border: 1px solid var(--whiteBorderColor); overflow: hidden; position: relative; height: auto; aspect-ratio: 1; } 
#callback .product_popup_image { height: auto; aspect-ratio: 1; } 
.product_popup_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; width: auto; margin: auto; } 
.product_popup h4 { color: var(--textColor); font-size: var(--headingFive); font-weight: 600; text-transform: uppercase; margin-bottom: 8px; text-align: left; padding: 0; } 
.product_popup p { font-size: var(--paraText); line-height: 24px; color: var(--textColor); text-align: left; margin-bottom: 15px; } 
#product_enquiry label.error { color: var(--errorColor); font-weight: normal; } 
.product_right_image .read_more { margin-top: 0; } 
.logob { border-radius: 14px; padding: 5px 5px; background-color: var(--colorWhite); } 
.video_section iframe { width: 100%; height: 415px; } 
.latest { font-size: 26px; font-weight: bold; color: var(--textColor); margin: 0 0 20px; } 
.webpulse-home_blog h6 span { color: var(--orageColor); } 
.webpulse-home_blog h6 { text-transform: uppercase; } 
.feature_height { display: block; overflow: hidden; padding: 15px; text-align: center; height: 140px; } 
.thumb { text-align: center; width: 100%; display: inline-block; padding: 0px; } 
.fadeImg { animation-name: fadeimg; animation-duration: 2s; } 
@keyframes fadeimg { from { opacity: 0; } to { opacity: 1; } 
} 
.rangeProduct { float: left; width: 100%; margin: 0 0 20px; padding: 0 0 20px; border: 1px solid var(--whiteBorderColor); border-radius: 6px; overflow: hidden; text-align: center; transition: all 0.35s ease-in-out; background: var(--colorWhite); } 
.rangeProduct:hover { box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75); } 
.rangeProduct .image { position: relative; height: 253px; text-align: center; border-bottom: 1px solid var(--whiteBorderColor); } 
.rangeProduct .image img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); width: auto; height: auto; } 
.rangeProduct .rangeTitle { padding: 10px 15px; display: flex; align-items: center; justify-content: center; margin: 0; font-size: 16px; min-height: 50px; color: var(--blueDarkMore); } 
.rangeProduct:hover .rangeTitle { color: var(--orageColor); } 
.rangeProduct .read_more_product { padding: 8px 18px; border-radius: 6px; line-height: 24px; } 
.titleh6 { -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; color: var(--darkColor); text-align: left; padding: 0; font-size: 18px; font-weight: 600; } 
.phone_call { display: inline-block; list-style: none; padding: 0; } 
.call-now { display: flex; align-items: center; transition: all 0.3s linear; } 
.call-now .img-bx { width: 30px; height: 30px; 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 .con-bx { text-align: left; } 
.call-now .img-bx svg { height: 16px; width: 16px; color: #fff; } 
.call-now .con-bx span a{color:#fff;} 
.call-now .con-bx span { font-size: 15px; font-weight: 600; line-height: 20px; color: #fff; margin-right: 10px; } 
.call-now .con-bx span a:hover { color: #c2e1ff; } 
.moreBtn { position: relative; z-index: 1; background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); background-color: #025b9d; display: inline-block; color: #fff; font-weight: 500; padding: 5px 35px; border-radius: 2px; font-size: 15px; text-transform: capitalize; overflow: hidden; transition: 0.4s; border: 0; outline: 0; letter-spacing: 0.3px; } 
.moreBtn::before { content: ""; position: absolute; top: -20px; left: -20px; height: 50px; width: 50px; background: rgba(255, 255, 255, 0.15); border-radius: 100%; transition: 0.4s; } 
.moreBtn:hover, .moreBtn:focus { color: #fff; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; } 
.moreBtn:hover:before { height: 200%; width: 200%; border-radius: 0; } 
.category-shop { float: left; width: 100%; background: #fff; padding: 25px 0 40px; } 
.category-shop .cat-bx { background: linear-gradient(#fff, #d7e0f3); margin-top: 20px; position: relative; border-radius: 5px; overflow: hidden; border: 1px solid #ececec; } 
.category-shop .cat-img { overflow: hidden; } 
.category-shop .cat-img img { position: relative; min-height: 200px; overflow: hidden; object-fit: cover; object-position: center right; transition: 0.6s; z-index: 0; } 
.category-shop .cat-des { position: absolute; top: 40px; left: 30px; padding: 0; height: 74%; width: 47%; z-index: 3; } 
.category-shop .cat-des .title { font-size: 20px; color: #223645; font-weight: bold; margin-bottom: 15px; line-height: normal; } 
.category-shop .cat-des .moreBtn { padding: 4px 17px; } 
.carousel-control-next-icon, .carousel-control-prev-icon { width: 1rem; height: 1rem;} 
.category-shop .cat-bx:hover .cat-img img { transform: scale(1.05); } 
.homeAbout .scrollbar-width { max-height: 375px; overflow-y: auto; margin-bottom: 15px; padding-right: 20px; } /* steps */ .step-bx { margin-bottom: 25px; } 
.step-bx .img-bx { background: linear-gradient(#fff, #d7e0f3); width: 115px; height: 115px; padding: 25px; border-radius: 100%; margin: 0 auto 15px; position: relative; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); } 
.step-bx.second .img-bx { background: linear-gradient(#fff, #f4d3d0); } 
.step-bx.second .img-bx::before { transform: translateY(10%) scaleY(-1); } 
.step-bx .img-bx::before { content: " "; position: absolute; top: 45%; transform: translateY(-50%); left: 165%; width: 105px; height: 25px; background-image: url(../images/arrow.png); background-size: contain; background-repeat: no-repeat; } 
.step-bx.thrid .img-bx::before { content: none; } 
.step-bx .tx-bx { text-align: center; } 
.step-bx .tx-bx .tt { font-size: 18px; margin: 0 0 10px; font-weight: 600; color:#fff; font-family: 'Poppins', sans-serif; } 
.step-bx .tx-bx p { color: #ffffff; padding: 0 10px; } /* blogs */ .news-section-two { position: relative; padding: 100px 0 70px;} 
.sec-title { position: relative; margin-bottom: 35px; } 
.news-block-two { position: relative; } 
.news-block-two .inner-box { position: relative; /* margin-bottom: 30px; */ } 
.news-block-two .image img { border-radius: 6px; width: 100%; } 
.news-block-two .lower-content { position: relative; background-color: #fff; border-radius: 6px; margin-left: 11px; margin-right: 11px; margin-top: -50px; padding: 15px 23px 25px; box-shadow: 0 0 62px 0 rgba(27,31,45,.09); } 
.news-block-two .lower-content::before { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; background-image: -ms-linear-gradient(90deg,#191d2a 0,#30364d 75%); opacity: 0; transition: .5s; transform: perspective(400px) rotateX(-90deg); transform-origin: top; border-radius: 6px; } 
.news-block-two .category { position: relative; font-size: 13px; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 12px; padding: 3px 21px; transform: translateY(-12px); margin-bottom: 10px; transition: .5s; background: #393939; width: max-content; line-height: 18px; } 
.news-block-two .post-meta { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 10px; color: #182B54; } 
.news-block-two .title3 { position: relative; font-size: 22px; font-weight: 600; color: #202020; padding-bottom: 12px; margin-bottom: 0px; transition: .5s; } /* .news-block-two .title3::before { position: absolute; content: ""; left: 0; bottom: 0; height: 6px; width: 100%; background: url(../images/border-shape-2.8e7f34a3.png) repeat-x 50%; } */ .news-block-two .title3 a { color: #0f63a2; line-height: 25px; transition: all 0.5s ease; font-family: 'Poppins', sans-serif; font-size: 18px; } 
.news-block-two .image { overflow: hidden; aspect-ratio: 37 / 24; min-width: 100%;  border-radius: 6px;; min-height: 100%; } 
a.slide-in-left.btn.bg-dark-green.border.border-2.w-120.h-50px.border-white.text-white.px-4.fs-5.rounded-pill.p-2.shadow.mt-3 { height: 42px; line-height: 40px; padding: 0px 16px !important; display: flex ; align-items: center; justify-content: center; width: 135px; margin: auto; } 
.news-block-two .image img{transition: all 0.5s ease;} 
.news-block-two:hover .image img{transform: scale(1.1);} 
.news-block-two .title3 a:hover { color: #393939;} 
.read-more-link, .read-more-link { position: relative; padding-left: 1px; font-size: 15px; font-weight: 600; transition: .5s; font-family: 'Poppins', sans-serif; color: #003053; } 
.testimonial { border-right: 4px solid #0f63a2; box-shadow: 0 0 10px rgba(0, 0, 0, .13); padding: 30px 30px 30px 130px; margin: 10px auto; background: #fff; overflow: hidden; transition: all 0.5s ease; position: relative; border-radius: 5px; width: 98%; } 
.testimonial:before { content: ""; position: absolute; bottom: -4px; left: -17px; border-top: 25px solid #0f63a2; border-left: 25px solid transparent; border-right: 25px solid transparent; transform: rotate(45deg); } 
.testimonial:after { content: ""; position: absolute; top: -4px; left: -17px; border-top: 25px solid #0f63a2; border-left: 25px solid transparent; border-right: 25px solid transparent; transform: rotate(135deg); } 
.testimonial .pic .icon.text-center.fs-1.fw-bold { color: #ffffff; } 
.testimonial .pic { display: flex; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; position: absolute; top: 60px; left: 20px; border: 4px solid #00649752; align-items: center; justify-content: center; background: #008ad0; color: #fff; } 
.testimonial .pic img { width: 100%; height: auto; } 
.testimonial .description { margin-bottom: 10px; max-height: 165px; overflow-y: auto; line-height: 24px; color: var(--textColor); font-weight: normal; letter-spacing: 0.5px; font-size: 15px; } 
.testimonial .title { text-transform: capitalize; letter-spacing: 0px; display: block; font-size: 17px; font-weight: 700; color: #0f63a2; margin: 5px 0; transition: 0.4s; font-family: 'Poppins', sans-serif; } 
.testimonial .post { font-size: 15px; color: #008ad0; font-style: italic; } 
.homeProducts:after{display: none;} 
.testimonial:hover { background: #ebf6fb; border-right: 4px solid #014682; } 
.testimonial:hover:before { border-top: 25px solid #014682 !important; } 
.testimonial:hover:after { border-top: 25px solid #014682 !important; } 
.testimonial:hover .title { color: #014682; } 
.testimonial:hover .post { font-size: 17px; color: #014682; } 
@media (max-width:650px) { .testimonial { padding: 25px; } 
.testimonial .pic { top: 0px; margin: 0px auto 10px; position: relative; left: inherit; } 
.testimonial .description { text-align: center; } 
.testimonial .d-flex.align-items-center.justify-content-between { display: block !important; text-align: center; } 
} 
.news-block-two .post-meta { position: relative; display: flex; flex-wrap: wrap;padding: 0px; margin-bottom: 10px; color: #182B54; } 
.clients { box-shadow: 0 0 10px rgba(0, 0, 0, .13); width: 95%; margin: 10px auto; border-radius: 10px; overflow: hidden; } 
.news-block-two .post-meta li{list-style: none;} /* categorys */ .product1 { float: left; width: 96%; transition: .4s ease-in-out; position: relative; border-radius: 10px; border: 0px solid #012f5d; background: #012f5d00; margin: 10px auto; box-shadow: 0 0 10px rgba(0, 0, 0, .13); } 
.product1 figure { width: 100%; aspect-ratio: 1; border: 0px solid #012f5d; height: auto; border-radius: 10px; overflow: hidden; position: relative; margin: 0; } 
.product1 figure img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; } 
.product1 .product1Info { border-radius: 5px; padding: 6px 5px; background: linear-gradient(180deg, #008ad0, #49a1e4); position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); width: 90%; border: 0px solid #4a7bff36; text-align: center; } 
.product1:hover .product1Info .title4 { color: #e7e7e7; } 
.product1:hover .product1Info { background: #0f63a2; color: #fff; } 
.product1:hover figure:before { display: block; } 
.product1 figure:before { content: ""; background: radial-gradient(ellipse at center, rgba(53, 0, 252, 0) 0%, #b0d8ff); width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: none; transition: .4s ease-in-out; } 
.product1:hover { box-shadow: 0 0 0 1px #0074e7, inset 0 0 0 #012f5d63; border-radius: 10px; overflow: hidden; scale: 1.05; } 
.product1 .product1Info .title4 { color: #fff; line-height: 18px; padding: 5px 5px; } 
.bg-light2{background:#ebf6fb} /* ABOUT CSS CUSTOM */ .features { width: 100%; position: relative; } 
.counter-block { box-shadow: 0 0 50px 0 #000 } 
.h2_title, .features .h2_title { text-align: center; font-size: 30px; font-weight: 700; text-transform: uppercase; margin-bottom: 40px; padding-bottom: 10px; position: relative; color: #1769a5; } 
.features-holder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } 
.feature-panel-holder { padding-top: 20px; transition: 0.3s ease-in-out; position: relative; } 
.feature-panel-holder:hover { padding-top: 0; } 
.feature-panel { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px 10px; margin-bottom: 0px; border-radius: 8px 0 8px 8px; cursor: pointer; transition: 0.3s ease-in-out; border: 1px solid #1769a54a; } 
.feature-panel-dark { background-color:#ffffff; } 
.feature-panel-holder:hover .feature-panel-dark { background-color: #dcf4ff; } 
.feature-icon img { width: 40px; filter: hue-rotate(45deg); transition: 0.3s ease-in-out; } 
.titleFact { font-size: 17px; color: #1769a5; transition: 0.3s ease-in-out; margin: 10px 0px; font-weight: 700; } 
.feature-panel-holder:hover .titleFact { color: #008ad0; ; } 
.feature-content p { font-size: 15px; line-height: 24px; margin: 0; color: var(--color-dark); ; visibility: hidden; opacity: 0; height: 25px; transition: 0.3s ease-in-out; } 
.feature-panel-holder:hover .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
.feature-panel a { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border: 2px solid #008ad0; border-radius: 50%; font-size: 13px; color: #008ad0; margin-top: -32px; transition: 0.3s ease-in-out; } 
.feature-panel-holder:hover .feature-panel a { color: #1769a5; border-color: #1769a5; margin-top: 12px; } /* 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 #d6e9df; border-radius: 10px; overflow: hidden; } 
.our-process-area .single-process-card .single-process-content { padding: 30px 10px; } 
.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; font-weight: 600; line-height: 32px; margin-top: 10px; transition-duration: 500ms; font-size: 18px !important;    margin-bottom: 5px; } 
.our-process-area .single-process-card:hover { background-color:#0f63a2; } 
.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, #008ad0, #0f63a2); 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 #1769a5; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition-duration: 500ms; } 
@media (max-width: 1023px) { .features-holder { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; } 
.feature-panel-holder { width: 30%; padding-top: 20px; } 
.features-card { display: block; } 
} 
@media (max-width: 650px) { .feature-panel-holder { width: 97%; } 
.features-card { transform: none; margin-top: 0; margin-bottom: 30px; } 
} /* keyfects */ .color-btn { width: 30px; height: 30px; border: none; border-radius: 50%; cursor: pointer; } 
div#colorSwitcher { z-index: 9; display: none; position: relative; } 
button#toggleSwitcher { width: 50px; height: 50px; z-index: 9; position: relative; } 
.top-75 { top: 70%; } 
.rotate-arrow svg { transform: rotate(180deg); width: 30px; } 
.bottoms ul li a { color: #fff; font-size: 14px; letter-spacing: 0.5px; font-weight: 400; } :root { --color-dark: #000000a4; } /* 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: 4 / 3; 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: rgb(0 138 208 / 79%); 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; } /* YouTube Video Grid */ .yt-video-section { width: 100%; overflow: hidden; } 
.yt-video-section .section-title p { max-width: 720px; font-size: 15px; color: #555; } /* Video Box */ .yt-video-box { position: relative; height: 300px; overflow: hidden; border-radius: 16px; background: #000; box-shadow: 0 6px 18px rgba(0,0,0,0.15); } 
.yt-video-box img { width: 100%; height: 100%; object-fit: cover; } /* Play Button */ .yt-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; line-height: 52px; border-radius: 50%; background: #d9141b; color: #fff; text-align: center; font-size: 20px; text-decoration: none; animation: ytPulse 1.4s infinite; } 
.yt-play-btn span{    display: flex; align-items: center; justify-content: center; height: 100%;} /* Pulse Animation */ @keyframes ytPulse { 0% { box-shadow: 0 0 0 0 rgba(217,20,27,0.6); } 100% { box-shadow: 0 0 0 40px rgba(217,20,27,0); } 
} 
.bg-skype { background-color: #1769a5 !important; } 
.bg-orange { background-color: #1769a5 !important; } 
.bg-firoze { background-color: #1769a5 !important; } 
.title_3 { position: relative; font-size: 18px; line-height: 25px; margin: 0; padding: 0; color: #025b9d; font-weight: 700; text-transform: inherit; } 
.counter-block.shadow img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid #ccc;} /* contact us */ .bg-sky { background:#1769a5 !important; } 
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color:#1769a5; 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#1769a5; 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#1769a5; 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#1769a5; 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#1769a5; 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 ul.social li a svg { color: #ffffff;} 
.single-item p a:hover { text-decoration: underline; outline: none; color: #63abe0 !important; } 
.text-center.lsp-5.lh-base.text-uppercase.fs-20.text-skype.fw-bold.lsp-5px.pb-0.mb-0 { color:#1769a5; text-transform: capitalize !important; } /* CARD */ .col-xl-3.col-lg-4.col-md-6.col-12 .product_listing { width: 100%; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.15); border-radius: 10px; overflow: hidden; transition: all .35s ease;margin-bottom: 0px; } /* IMAGE */ .col-xl-3.col-lg-4.col-md-6.col-12 .product, .col-xl-3.col-lg-4.col-md-6.col-12 .product a { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; } 
.col-xl-3.col-lg-4.col-md-6.col-12 .product img { width: 100%; height: 100%; object-fit: cover; } /* CONTENT */ .col-xl-3.col-lg-4.col-md-6.col-12 .right-content { position: relative; } 
.col-xl-3.col-lg-4.col-md-6.col-12 .title3 { font-size: 17px; font-weight: 600; color: #2a2a2a; margin: 0px 0px; } 
.col-xl-3.col-lg-4.col-md-6.col-12 .right-content .more_info { margin-bottom: 9px; } 
.col-xl-3.col-lg-4.col-md-6.col-12 .title3 a { text-decoration: none; color: inherit;transition: all 0.5s ease; } 
.col-xl-3.col-lg-4.col-md-6.col-12 .title3 a:hover{color:#025b9d} 
.col-xl-3.col-lg-4.col-md-6.col-12 .blue-line1 { display: block; height: 1px; background: #d5d5d5; margin: 8px 0; } /* TEXT CLAMP */ .col-xl-3.col-lg-4.col-md-6.col-12 .more_info p { margin: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.productBrochureandvideo { margin-right: 15px; margin-bottom: 10px; } 
.productBrochureandvideo a { display: inline-flex; justify-content: center; align-items: center; border: 1px dashed #a4a4a4; padding:3px 6px; font-weight: 600; transition: 0.3s; font-size: 14px; border-radius: 5px; } 
.productBrochureandvideo a svg { color: #025b9d; width: 20px; height: 20px; margin-right: 5px; } 
.productBrochureandvideo a:hover { color: #025b9d; border: 1px dashed #025b9d; } 
.productBrochureandvideo .item.youtube a { background: red; border: none; color: #fff; display: flex;   padding:8px 8px; align-items: center; justify-content: center; } 
.right-content .title4 a { font-size: 17px; } 
a.moreBtn.px-3.calls { background: #0083c5; } 
.item.youtube.ms-1 svg { margin: 0px; color: #fff; } 
.slides { width: 50px; border: 1px solid #ccc; cursor: pointer; } 
.slides.active { border: 1px solid #025b9d; } 
.tt { position: relative; font-size: 22px; font-weight: 600; line-height: 1.5em; margin-bottom: 5px; } 
.evaluation-page { float: left; width: 100%; padding: 40px 0 } 
.pr-card { display: flex; align-items: center; border-bottom: 1px solid #ececec } 
.pr-card .img { width: 120px } 
.pr-card .text { width: calc(100% - 120px); font-weight: 600; padding: 10px; font-size: 17px } 
.dv-lists { padding: 15px } 
.dv-lists .mtt { font-size: 20px; font-weight: 600; color: #025b9d; margin-bottom: 10px } 
.dv-lists .tt { margin-bottom: 3px } 
.dv-lists ul { margin-bottom: 10px; padding: 0px; padding-left: 18px; } 
.dv-lists ul li::marker { color: #025b9d } 
.dv-lists ul li { font-size: 15px;    list-style: circle; } 
.dv-detail { padding: 30px } 
.dv-detail .mtt { font-weight: 700; color: #004476; margin-bottom: 15px; font-size: 22px; text-align: left; } 
.dv-detail .tt { color:#025b9d; font-weight: 600; font-size: 17px; margin-bottom: 10px } 
.dv-detail .dv-items { padding: 0; list-style: none; margin-bottom: 20px; display: flex; gap: 10px; flex-wrap: wrap } 
.dv-detail .dv-items .dv-item { font-weight: 500; border: 1px solid #ccc; border-radius: 2px; color: #383838; display: block; position: relative; padding: 7px 18px; padding-left: 35px; cursor: pointer; font-size: 15px; background: #ebf6fb; user-select: none; } 
.dv-detail .dv-items .dv-item.active { border-color: #025b9d; background: #fff; color: #025b9d } 
.dv-detail .dv-items .dv-item input { position: absolute; opacity: 0; cursor: pointer } 
.checkmark { position: absolute; top: 15px; left: 9px; height: 18px; width: 18px; background-color: rgba(0,0,0,0); border-radius: 50%; border: 1px solid #aaa; transition: all .3s } 
.radio-button-container:hover input~.checkmark { border-color: rgba(0,0,0,.5) } 
.radio-button-container input:checked~.checkmark { background-color: rgba(0,0,0,0); border-color: #025b9d } 
.checkmark:after { content: ""; position: absolute; display: none } 
.radio-button-container input:checked~.checkmark:after { display: block } 
.radio-button-container .checkmark:after { top: 3px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background: #025b9d } 
.pr-li { border: 1px solid #eee; box-shadow: rgba(0, 0, 0, .12) 0 1px 2px; transition: .2s; height: 100%; background-color: #fff; } 
.pr-li .img_bx { padding: 10px; border-right: 1px solid #eee; height: 100%; position: relative; } 
.pr-li .img_bx img { width: 100%; height: 100%; object-fit: contain; object-position: center } 
.stock-badge { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 5px 10px; border-radius: 5px; border: 1px solid #f1aeb5; color: #58151c; background-color: #f8d7da; font-size: 14px } 
.stock-badge svg { height: 12px; width: 12px; margin-top: -2px } 
.pr-li .img_bx .small { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; margin-top: 10px } 
.pr-li .img_bx .small img { width: 55px; border: 1px solid #aaa; cursor: pointer } 
.pr-li .img_bx .small .item.youtube a { width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; background: var(--liner); background-color: #f70000; border-radius: 1px } 
.pr-li .img_bx .small .item.youtube svg { height: 25px; width: 25px; color: #fff } 
.pr-li .img_bx .small .item.active { border: 1px solid #005783 } 
.dv-lists .mtt { font-size: 20px; font-weight: 600; color: #055692; margin-bottom: 10px; } 
.dv-lists .tt { position: relative; font-size: 15px; font-weight: 600; line-height: 1.5em; margin-bottom: 5px; } 
.dv-detail label.form-label { font-weight: 700; } 
#outputSwitch, #outputfunctioncondition { display: none; } 
.functional-bx { overflow: hidden; border-radius: 10px; border: 1px solid #e0e0e0; background: #fff; text-align: center; cursor: pointer; height: 100% } 
.functional-bx.active { border-color: #f1aeb5 } 
.functional-bx img { width: 100%;    padding: 0px 30px; } 
.functional-bx p { margin-bottom: 0; padding: 12px; font-weight: 500; font-size: 16px } 
.functional-bx.active p { color: #58151c; background-color: #f8d7da; height: 100% } 
.notification-bar { background: #f0f6ff; padding: 5px 10px; color: #00528e; font-weight: 600; border-radius: 4px; font-size: 14px; } 
.form-group p { color: #555 } 
#sellEnquiry .modal-content { overflow: hidden; border-radius: 3px } 
.sellInfo { background: linear-gradient(to right,rgba(2,90,157,.9),rgba(11,170,249,.9)); padding: 25px; height: 100%; display: flex; flex-direction: column; justify-content: space-between } 
.sellInfo .m-tt { font-size: 23px; font-weight: 700; color: #fff; margin-bottom: 5px } 
.sellInfo p { margin-bottom: 20px; color: #fff; font-weight: 500 } 
.sellInfo .tt { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 5px } 
.sellInfo ul { color: #fff; font-size: 15px } 
.sellInfo .img-bx { max-height: 400px } 
.sellInfo .img-bx img { height: 400px; text-align: center; display: block; margin: 0 auto } 
.sellField { background: #fff; padding: 30px; position: relative } 
.sellField .img-logo { width: 200px; max-width: 100%; margin: 0 auto 20px } 
.sellField .btn-close { background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666' %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; position: absolute; top: 15px; right: 15px; opacity: 1; box-shadow: none; width: 8px; height: 8px } 
.sellField label { display: inline-block;    font-weight: 600; } 
.sellField .frmErr { float: right; color: red } 
.sell-pr-des { padding-left: 10px;    padding-top: 5px; } 
.input-group .input-icon { position: absolute; z-index: 5; top: 1px; left: 0; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; color: var(--light-text) } 
.input-group .form-control { padding-left: 40px; width: calc(100% - 40px) } 
.MagicZoom { display: block; border: 1px solid #ececec; aspect-ratio: 1/1; height: 100%; object-fit: cover; object-position: center; } 
.MagicZoom img { width: 100% } label.error { color: red; font-weight: 500; margin-bottom: 0 } 
.fl-stock { position: absolute; top: 15px; right: 15px; color: #fff; padding: 9px 10px; border-radius: 3px; font-size: 13px; z-index: 5; text-transform: uppercase; display: block } 
p.max-widthparagraph { text-align: center; } 
.productDetails { float: left; width: 100%; padding: 40px 0 } 
.sell-pr-des { padding: 10px 10px 10px 20px; } 
.sell-pr-des .mtt { font-size: 20px; font-weight: 700; margin-bottom: 3px; color: #0f63a2; padding-top: 10px; } 
.sell-pr-des .tt { font-size: 15px; font-weight: 600; color: #707070; margin: 6px 0px; line-height: normal; } 
.sell-pr-des .get-upto-price { font-size: 30px; margin-bottom: 10px; font-weight: 700; color: #198754 } 
.sell-pr-des .review { margin-bottom: 10px } 
.sell-pr-des .vri-items { padding: 0; list-style: none; margin-bottom: 15px; display: flex; gap: 10px; flex-wrap: wrap } 
.sell-pr-des .vri-items .vri-item { padding: 5px 10px; border: 1px dashed #666; color: #666; font-weight: 600; font-size: 15px; cursor: pointer } 
.sell-pr-des .vri-items .vri-item.active { border-color: #0f63a2; color: #0f63a2; } 
.sell-pr-des .alert { margin-bottom: 0; padding: 10px 15px; font-size: 15px; line-height: 24px; } 
.evaluation-page { float: left; width: 100%; padding: 40px 0 } 
.pr-card { display: flex; align-items: center; border-bottom: 1px solid #ececec } 
.pr-card .img { width: 120px } 
.pr-card .text { width: calc(100% - 120px); font-weight: 600; padding: 10px; font-size: 17px } 
.dv-lists { padding: 15px } 
.top-content { background: #fff; padding: 30px 30px 15px; border-radius: 5px; margin-bottom: 30px; box-shadow: 0 0 5px rgba(0, 0, 0, .15); } 
.inner-breadcum .hd-tt { font-weight: 600; color: #0f63a2; margin-bottom: 16px; font-size: 25px; line-height: 1.2; } 
.inner-breadcum ul.ul-pointers { display: flex; padding: 0; margin: 0; list-style: none; gap: 20px; margin: 12px 0; } 
.inner-breadcum ul.ul-pointers li { padding-left: 23px; position: relative; color: #0d0c22; font-weight: 600; font-size: 16px; } 
.inner-breadcum ul.ul-pointers li::before { content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23025b9d' viewBox='0 0 16 16'%3E%3Cpath d='M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z'/%3E%3C/svg%3E"); position: absolute; top: 5px; left: 0; } 
.inner-breadcum p { font-size: 14px; line-height: 1.6; margin: 20px 0; font-weight: 500; color: #606060; } 
.count-bx2 .title { font-weight: 900; font-size: 30px; line-height: 1.1; color: #0f63a2; } 
.count-bx2 p { margin: 0; font-weight: 600; font-size: 14px; color: #045999; } 
.cate-list.py-4 a { font-size: 15px; font-weight: 400; padding-right: 10px; line-height: 28px; letter-spacing: 0px; } 
.inner-breadcum.top-content { background: #dff6fc; } 
.blog_details1 h3, .blog_details1 h2, .blog_details1 h4{ padding: 0; position: relative; color: var(--orageColor); font-size: var(--headingThree); font-weight: 700; line-height: normal; margin: 10px 0px;    width: 100%; float: left; } 
.blog_details1 ul li { display: block; } 
.blog_details1 ul li:before { margin-top: 5px;} 
.homeAbout h3, .homeAbout h4 { position: relative; color: var(--orageColor); font-size: var(--headingThree); font-weight: 700; line-height: normal; margin: 10px 0px; } 
#contact_form label.error, .output { display: block; text-align: left; } 
.homeAbout ul { padding: 0px; } 
.homeAbout ul li { margin-left: 20px; color: #333; font-family: var(--fontFamily); font-weight: normal; letter-spacing: 0.5px; font-size: 15px; line-height: 24px; margin-bottom: 7px; } 
header span.moreBtn { padding: 5px 20px;    font-size: 14px; margin: 12px 3px 0px; } 
.cursor-pointer{cursor: pointer;} 
.category-shop .cat-bx, .category-shop .cat-img{ aspect-ratio: 48 / 25; } 
@media (min-width: 1200px) { .navigation .menu ul li ul.cs-dropdown { left: -10%;} 
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1200px; } 
} 
@media (min-width: 1024px) { .max-widthparagraph{width: 75%;margin:0px auto 25px; text-align: center;} 
}