@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Baloo+2:wght@400;600;700&display=swap'); 
:root { --logoColor: #FC2E45; --darkColor:#508de11c; --white: #fff; --gradient: linear-gradient(to left, #FC2E45, #e56158); --fontText: "Rubik", sans-serif; --fontTitle: 'Baloo 2', cursive; --facebook: #3C5B9B; --twitter: #0e1419; --linkedin: #027ba5; --youtube: #f70000; --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); --textSize: 15px; --titleSize: 22px } 
html { margin: 0; padding: 0; } 
body { background: var(--white); color: var(--darkColor); font-family: var(--fontText); font-size: 14px; overflow-x: hidden; } 
h1, h2, h3, h4, h5, h6 { font-family: var(--fontTitle); color: #000; margin: 0 0 20px; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; } p a { color:#508de11c; width: auto; display: inline; } p a:hover { text-decoration: none; outline: none; color: #359bed !important; } p { letter-spacing: normal; margin-bottom: 10px; line-height: 24px; font-size: var(--textSize); color: #333; font-family: var(--fontText); } span{ font-family: var(--fontText);    line-height: 24px; } 
.accordion-button{font-family: var(--fontText);} 
a { color: #444; text-decoration: none; outline: none; display: block; transition: 0.2s; } 
a:hover, a:focus, a:active { outline: none; text-decoration: none; } 
img { max-width: 100%; width: auto; height: auto; } 
iframe { border: 0; width: 100%; } 
blockquote { padding: 0; border: 0; } label { color: #7f7f7f; display: block; font-weight: 400; margin: 0; } textarea { height: 100px !important; } textarea, select, input { height: 40px; line-height: 40px; padding: 0 15px; font-size: 14px !important; } 
.form-group { position: relative; margin-bottom: 15px; } 
.form-control { border-radius: 1px;    font-size: 15px !important; } 
.form-control::-moz-placeholder { color: #555; } 
.form-control:focus::-moz-placeholder { color: var(--logoColor); } 
.form-control:focus { border-color: var(--logoColor); box-shadow: none; } 
h2 { font-size: 20px; font-weight: bold; margin: 10px 0px; } 
h3 { font-size: 20px; margin: 10px 0px; font-weight: bold; overflow: hidden; } 
h3 span { padding: 0 10px 0 0; position: relative; } 
h4 { font-size: 20px; font-weight: bold; margin: 0; text-transform: capitalize; text-align: left; padding: 15px 0; } 
h5 { text-transform: capitalize; } 
ul.social { margin: 0; padding: 0; } 
.top_right ul.social { float: left; margin: 0; list-style: none; padding: 0px; width: auto; } 
ul.social li { display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 32px; height: 32px; border-radius: 1px; display: flex; align-items: center; justify-content: center; color: #fff; background: #231573; } 
ul.social li a svg { color: #fff; width: 15px; height: 15px; margin: 0; padding: 0; } 
ul.social li.facebook a { background: #3C5B9B; } 
ul.social li.twitter a { background: #359BED; } 
ul.social li.linkedin a { background: #027ba5; } 
ul.social li.youtube a { background: #f70000; } 
ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 
header ul li, .footer .thumb-headline{ font-family: var(--fontTitle);} 
.header { float: left; width: 100%; position: relative; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); background:#ffffff; border-bottom: 1px solid #eee; } 
.header.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; } 
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } } 
.logo { margin: 0; height: 100%; background: #fff; padding: 0px 0px ; border-right: 1px solid #eee;    display: flex; align-items: center; justify-content: center; } 
.logo img{ max-width: 220px; } 
.menubar { padding-right: 0px; } 
.top_bar { background: linear-gradient(180deg, #FC2E45, #f84d60); padding: 0px 15px; display: flex; justify-content: space-between; align-items: center; font-family: var(--font); } 
.top_bar ._left { display: flex; align-items: center; } 
.get_qut { padding: 0 15px; box-sizing: border-box; border: 1px solid #005bd8; background: linear-gradient(180deg, #bbd7ff, #ffffff); line-height: 35px; color: #00409a; font-size: 15px; font-weight: 600; height: 35px; border-radius: 20px; margin-left: 35px; letter-spacing: 0.5px; transition: all 0.5s ease; } 
.carousel-control-next-icon, .carousel-control-prev-icon { width: 20px;} 
.get_qut svg { width: 17px; height: 17px; margin-left: 3px; margin-top: -2px; } 
.get_qut:hover { background: linear-gradient(to left, #FC2E45, #e56158); color: var(--white); } 
.search_bx { padding: 3px 25px; border-right: 1px solid #f37482; line-height: 45px; } 
.search_bx form { display: flex; align-items: center; } 
.search_bx form input::placeholder{color:#000;} 
.search_bx form input { width: 100%; outline: 0; background: #ffffff; color: #FC2E45; font-size: 14px !important; margin: 0px; border: 1px solid #fff; padding: 0px 10px !important; height: 35px; border-right: 0px;    /* border-radius: 5px 0px 0px 5px; */ } 
.iti--separate-dial-code .iti__selected-dial-code { color: #000; font-weight: 400; } 
.search_bx form input:focus { border: 0; outline: 0; background: #ffffff; color: #000000; font-weight: 400; } 
.search_bx form button { border: 1px solid #FFC93C; outline: 0; color: #000000; height: 35px; display: flex; align-items: center; justify-content: center; background: #FFC93C; /* border-radius: 0px 5px 5px 0px; */ width: 50px; } 
.search_bx form button:hover { color: #6daaff; } 
.top_bar ._left .social_box { display: flex; list-style: none; margin: 0; padding:0px 0px 0px 25px; line-height: normal; align-items: center; border-right: 0px solid #639cec6e; width:30%; justify-content: space-between; } 
.top_bar ._left .social_box li a { text-align: center; width: auto; height: auto; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--white);    font-weight: 600; } 
.call_us.text-white a:hover span { color: #fff112; } 
.top_bar ._left .social_box li a:hover { color:#fff112; } 
a.vmv-btn:hover { color: #fff; } 
.top_bar ._left .call_us { display: flex; flex-wrap: wrap; color: #ffffff; align-items: center; font-weight: 400; gap: 8px; font-size: 14px; line-height: 45px; padding-right: 15px; border-right: 1px solid #f37482; } 
.top_bar ._left .call_us span svg { height: 14px; width: 14px; margin-right: 1px; } 
.top_bar ._left .call_us a { color: #fff; font-size: 15px; } 
.top_bar ._left .call_us a span { font-weight: 600; color: #ffffff; } 
.top_bar ._left .call_us a:hover span{ color: #afc8ff; } 
.top_bar .top-nav { padding: 0; margin: 0; display: flex; list-style: none; gap: 30px; } 
.top_bar .top-nav li a { color: #ddd; font-weight: 400; font-size: 14px; position: relative; transition: 0.2s; } 
.top_bar .top-nav li a:hover, .top_bar .top-nav li.active a { color: var(--logoColor); } 
.top_bar .top-nav li a::before { content: "|"; position: absolute; top: 1px; left: -16px; font-family: var(--font); font-weight: 400; font-size: 13px; color: #888; } 
.top_bar .top-nav li:first-child a::before { content: none; } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: var(--logoColor); border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #fff; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
.navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 
.navigation .menu { display: block } 
.navigation .menu ul { float: right; width: 100%; margin: 0; padding: 0px 20px; text-align: right; display: flex; justify-content: space-between; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a { padding: 16px 1px; display: block; font-family: var(--fontTitle); color: #343030; transition: all 0.3s ease; font-size: 17px; background: transparent; font-weight: 600; } /* .header.stricky-fixed .row.g-0.align-items-stretch { display: none; } */ .navigation .menu ul li:last-child ul.cs-dropdown { left: -40%; } 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a { color:#2196F3; background: transparent; } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 275px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease; top: 100%; left: 0; text-align: left; display: none; } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { position: relative; display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li a { color: #222; font-size: 15px; padding: 7px 15px; position: relative; display: block; text-transform: capitalize; transition: none; font-weight: normal; } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: var(--gradient); } 
.navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff; background: var(--gradient); } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; left: 100%; top: 0; } 
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: var(--logoColor) } /* */ .navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; left: 100%; top: 0; } 
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #333; } 
.navigation ul li.cs-submenu.active a button { color: #333; } 
.navigation ul li.cs-submenu a button svg { width: 14px; height: 14px; transition: all 0.3s ease; margin-top: -2px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); } 
.navigation ul li.cs-submenu:hover button { color: #2b76eb; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.whatapp_btn.whatapp_btn2{right:inherit;left: 15px;bottom: 165px;} 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button { color: var(--white); } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu button { color: #333; } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button { color: var(--white); } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } /* .navigation .menu ul li:nth-child(2) ul.cs-dropdown { width: 480px } 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li { width: 50%; float: left; position: relative } */ /* .navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(2n) { border-left: 1px solid #eee } 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown { width: 200px } 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown li { width: 100% } 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown { width: 200px } 
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown li { width: 100% } */ /* .navigation .menu ul li:nth-child(3) ul.cs-dropdown { width: 480px;    right: inherit; left: -100%; } */ /* .navigation .menu ul li:nth-child(3) ul.cs-dropdown li { width: 50%; float: left; position: relative } */ /* .navigation .menu ul li:nth-child(3) ul.cs-dropdown li:nth-child(2n) { border-left: 1px solid #eee } 
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown { width: 200px } 
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li { width: 100% } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown { width: 480px; left: -200% } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li { width: 50%; float: left; position: relative } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li:nth-child(2n) { border-left: 1px solid #eee } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown { width: 480px; left: -200% } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li { width: 50%; float: left } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown  li ul.cs-dropdown{ width: 200px } 
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown li  { width: 100% } */ #carouselExampleControls { float: left; width: 100%; margin: 0; padding: 0; } 
.carousel-item img { width: 100%; } 
.allCategory { float: left; width: 100%; margin: 0; padding: 25px 0 0; background: #fff;    position: relative; } 
.allSlider { float: left; width: 100%; margin: 0; padding: 0; } 
.item .image { width: 85%; height: 100%; border-radius: 100%; margin: 0 auto 5px; padding: 0; overflow: hidden; /* box-shadow: 0px 0px 5px 0px #2196F366; */ border: 1px solid #f9c9d0; } 
.call_us.text-white a.text-white.fw-bo3ld, a.text-white.fw-bol3d { color: #2a2a2a !important; } 
.item .title1 { text-align: center; text-transform: capitalize; font-size: 17px; font-weight: 600; line-height: 1.3em; margin-bottom: 5px; color: #282828; font-family: var(--fontTitle); letter-spacing: 0px; } 
.inner-box p.text { font-size: 15px; } 
.item:hover .title1 { color: var(--logoColor); } 
.offerBanner { float: left; width: 100%; margin: 0; padding: 40px 0 20px; background: #fff } 
.mainBtn2 { display: inline-block; position: relative; padding: 10px 35px; font-size: 15px; font-weight: 400; color: #fff; text-transform: capitalize; border-radius: 28px; z-index: 1; transition: all .5s ease; background: linear-gradient(180deg, #FC2E45, #f84d60); letter-spacing: 0.5px; overflow: hidden;    border: 1px solid #fc2e45; } 
.mainBtn2:before { position: absolute; content: ''; background: #fff; width: 0%; height: 100%; top: 0; right: 0; border-radius: 5px; z-index: -1; transition: all .5s ease } 
.mainBtn2:hover { color: #2196F3;    border: 1px solid #2196F3; } 
.mainBtn2:hover:before { width: 100%; left: 0 } 
.offerBoxes { position: relative; margin-bottom: 25px;    border-radius: 10px; overflow: hidden; } 
.offerBoxes:before { position: absolute; z-index: 1; pointer-events: none; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.offerBoxes:after { border-radius: inherit; content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.33); } 
.offerBoxes:hover:before { opacity: 0; } 
.offerBoxes img { max-width: 100%;    width: 100%; } 
.offerBoxes .image_description { position: absolute; font-size: .875em; z-index: 1; left: 60px; top: 30%; } 
.offerBoxes .image_description p { text-align: left; font-size: 15px; color: #FFF; } 
.bannerLeft .offerBoxes .image_description p { font-size: 15px; max-width: 60%; } 
.tags { text-transform: uppercase; padding-top: 10px; letter-spacing: 2px; color: #FFF; font-size: 14px; } 
.bannerLeft .offerBoxes .image_description .title-banner { font-size: 40px; line-height: normal; text-align: left; text-transform: capitalize; padding: 0; color: #ffffff; } 
.bannerRight .offerBoxes:nth-child(2) { width: calc(50% - 15px); margin-right: 15px; float: left; } 
.bannerRight .offerBoxes:nth-child(3) { width: calc(50% - 15px); margin-left: 15px; float: left; } 
.bannerRight .offerBoxes:nth-child(2) .image_description, .bannerRight .offerBoxes:nth-child(3) .image_description { top: 20px; left: 20px; } 
.bannerRight .offerBoxes:nth-child(1) .image_description { left: 40px; top: 40px; } 
.bannerRight .offerBoxes .image_description .title-banner { font-size: 25px; line-height: normal; text-transform: capitalize; color: var(--white); margin-bottom: 6px; padding: 0;    line-height: 30px; text-align: left; } 
.bannerRight .offerBoxes .image_description p { text-transform: uppercase; margin: 0; } 
.bannerRight .offerBoxes:first-child .image_description p { margin-bottom: 15px; text-transform: inherit; max-width: 60%; } 
.offerBoxes:hover .mainBtn2 { color: #2196F3 } 
.offerBoxes:hover .mainBtn2:before { width: 100%; left: 0 } 
.videoSection2 { position: relative; overflow: hidden; width: 100%;    height: 460px; } 
.videoSection2 .title_1 { text-shadow: 3px 2px 0 rgb(24 82 162); text-transform: uppercase; font-size: 30px; margin-bottom: 0px;font-family: var(--fontTitle); color: #fff; } 
.videoSection2 video { z-index: 1; width: 100%; margin: 0; padding: 0; } 
.videoSection2 .overlay .container { width: 100%; border: 1px solid #ffffff78; border-radius: 10px; padding: 40px 20px; max-width: 100%; } 
.videoSection2 .overlay { width: 60%; height: 80%; position: absolute; top: 10%; left: 20%; background: rgba(0, 0, 0, .5); z-index: 2; padding: 20px; display: flex; align-items: center; justify-content: center; border-radius: 10px; } 
.videoSection2 .overlay .maxWidth p { font-size: 15px; letter-spacing: 0.5px;color: #fff; } 
.videoSection2 .overlay .maxWidth .mainBtn3 { margin-top: 15px; } 
.mainCategory { float: left; width: 100%; margin: 0; padding: 0px 0px 40px; margin-right: auto; margin-left: auto; position: relative; background-color: #fff; } 
.mainCategory:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/lines-black.svg); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.1; } /* .mainCategory .maxWidth p { color: #fff; } */ .mainCategory .gridFlex { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; flex-direction: row; -webkit-flex-direction: row; --webkit-flex-wrap: wrap; --webkit-justify-content: space-around; margin-bottom: 10px; position: relative;    align-items: center; } 
.mainCategory .leftImage, .mainCategory .rightInfo { width: 50%; display: flex; align-items: stretch; justify-content: space-around; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } 
.mainCategory .gridFlex:nth-child(even) .rightInfo { -webkit-box-ordinal-group: -1; -webkit-order: -1; -ms-flex-order: -1; order: -1; } 
.mainCategory .leftImage { border-radius: 0 30px 30px 0; overflow: hidden; } 
.mainCategory .rightInfo { padding:10px 70px 10px 35px; background-color: transparent; margin: 0 0 0 15px; margin-left: 15px; border-radius: 27px 0 0 27px; } 
.mainCategory .gridFlex:nth-child(even) .rightInfo { margin-left: 0; margin-right: 15px; border-radius: 0 27px 27px 0; padding: 20px 35px 0px 70px; } 
.mainCategory .gridFlex:nth-child(even) .leftImage { border-radius: 30px 0 0 30px; overflow: hidden; } 
.mainCategory .boxWrapper { display: flex; flex-direction: row; align-items: center; } 
.boxContent .scrollbar{ max-height: 380px; overflow-y: auto; padding-right: 10px; margin-bottom: 20px; } 
.mainCategory .boxIcon { display: inline-flex; flex: 0 0 auto; margin-right: 15px; margin-left: 0; margin-bottom: unset; } 
.mainCategory .boxIcon svg { fill: #007efa; color: #007efa; border-color: #007efa; width: 80px; height: 80px; position: relative; display: block; } 
.mainCategory .boxContent p { text-align: justify; font-size: 15px; color: #585858; line-height: 24px; } 
.mainCategory .catTitle { font-size: 25px; font-weight: 700; margin-bottom: 8px; color: #2196F3; } 
.videoSection2 .overlay .maxWidth { max-width: 100%; margin: 5px auto 0px; } 
.mainBtn3 { display: inline-block; position: relative; padding: 10px 25px; font-size: 14px; font-weight: 400; color: #fff; text-transform: capitalize; border-radius: 28px; z-index: 1; transition: all .5s ease; background:linear-gradient(-175deg, #FC2E45, #ff7e77 85%); letter-spacing: 0.5px; overflow: hidden; border: 0; margin-top: 10px !important; } 
.mainBtn3 span { display: flex; align-items: center; font-size: 15px; } 
.mainBtn3 span svg { margin-right: 5px; } 
.mainBtn3:before { position: absolute; content: ''; background: #FC2E45; width: 0%; height: 100%; top: 0; right: 0; border-radius: 5px; z-index: -1; transition: all .5s ease } 
.mainBtn3:hover { color: #ffffff } 
.mainBtn3:hover:before { width: 100%; left: 0 } 
.services_feature { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; } 
.services_feature .item-bx { padding: 60px 15px; height: 100%; background-color: #fffcf9; border: 1px solid #f4e9dd; border-right: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; text-align: center; position: relative; margin-bottom: 20px; } 
.services_feature .item-bx:hover { background-color: #fff; } 
.services_feature .item-bx:hover { background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); } 
.services_feature .item-bx.active { background-image: -moz-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); background-image: -ms-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%); } 
.services_feature .item-bx:last-of-type { border-right: 1px solid #f4e9dd; } 
.services_feature .item-bx .titleH4 { color: #333; font-weight: 600; letter-spacing: 1px; padding: 0; margin: 0 0 15px; text-align: center; font-size: 15px; } 
.services_feature .item-bx svg { width: 60px; height: 60px; margin-bottom: 10px; } 
.services_feature .item-bx p { color: #999; font-size: 15px; font-weight: 400; line-height: 2; margin: 0; } 
.services_feature .item-bx:hover svg { filter: brightness(0) invert(1); } 
.services_feature .item-bx:hover .titleH4 { color: #fff; } 
.services_feature .item-bx.active img { filter: brightness(0) invert(1); } 
.services_feature .item-bx.active .titleH4 { color: #fff; } 
.services_feature .item-bx .numb { font-size: 60px; margin-bottom: 10px; color: transparent; -webkit-text-stroke: 1px #c5a47e; } 
.services_feature .item-bx img { margin-bottom: 20px; max-width: 80px; } 
.newAddedSection { float: left; width: 100%; background-color: #eee; position: relative; padding: 50px 0; } 
.newAddedSection:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/lines-black.svg); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.1; } 
.newAddedSection .container { position: relative; } 
.title_1 { color: var(--logoColor); font-size: 30px;font-family: var(--fontTitle); line-height: 1.2; font-weight: 900; text-align: center; display: block; margin-bottom: 10px; position: relative; } 
.maxWidth { text-align: center; max-width: 950px; margin: 10px auto 30px; position: relative; } 
.maxWidth p { font-size: 15px; color: #282828; line-height: 24px; } 
.newAddedSection h2 { color: #FC2E45; font-size: 22px; margin: 10px 0 5px; } 
.newAddedSection .rightImage_1 { float: right; max-width: 450px; width: 100%; margin: 0 0 15px 15px; border-radius: 12px; position: relative; box-shadow: 1px 2px 10px #c8c3c3; border-radius: 6px; overflow: hidden; } 
.featureItem2 { background-color: #fff; margin: 0 0 20px 0; padding: 20px 20px 20px 25px; border-style: solid; border-width: 1px; border-color: #dedede; border-radius: 15px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .05); display: flex; align-items: flex-start; flex-direction: row; text-align: left; } 
.featureItem2:hover { background-color: transparent; background-image: linear-gradient(90deg, #fff 5%, #F0F0F06B 100%); } 
.featureItem2 .icon2 { display: inline-flex; flex: 0 0 auto; margin-top: 10px; margin-right: 15px; margin-left: 0; margin-bottom: unset; background-color: transparent; } 
.featureContent2 { flex-grow: 1; } 
.featureContent2 .featureTitle2 { font-size: 20px; font-weight: 600; line-height: 1.3em; margin-bottom: 5px; color: #333; } 
.featureContent2 p { font-size: 15px; font-weight: 400; line-height: 1.4em; margin: 0; } 
.icon2 { min-width: 90px; height: 90px; background: #bfe4fd; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: var(--logoColor); margin-top: 5px; margin-right: 15px; } 
.icon2 svg { width: 75px; height: 75px; } /**/ .topServices { float: left; width: 100%; margin: 0; padding: 50px 0 40px; background:#508de11c;position: relative; } 
.topServices .maxWidth p { color: #353535; } 
.topServices .title_2 { color: #333; } 
.topServices .title_2:before { content: ''; background: #FC2E45; position: absolute; left: 0; right: 0; bottom: 0; margin-bottom: -10px; width: 50px; height: 5px; margin: 0 auto; } 
#featuredProducts { float: left; width: 100%; margin: 0; padding: 0; } 
.serviceBox { text-align: center; background: #fff; border-radius: 10px; padding-bottom: 25px; box-shadow: none; width: 100%; margin: 10px auto; border: 1px solid #f9c9d0; } 
.serviceBox .image { height: auto; aspect-ratio: 1; width: 100%; border-radius: 10px 10px 0px 0px; margin: 0 auto 10px; position: relative; overflow: hidden;    border: none; } 
.serviceBox .image:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; } 
.serviceBox:hover .image:after { height: 250%; transition: all 600ms linear; background-color: transparent; } 
.serviceBox .image img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%;width: 100%;height: 100%;object-fit: cover; } 
.serviceBox .serviceTitle { margin: 18px 0px 10px; /* white-space: nowrap; */ /* text-overflow: ellipsis; */ /* overflow: hidden; */ /* width: 100%; */ font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 5px; color: #2196F3; font-family: var(--fontTitle); letter-spacing: 0px; display: flex; align-items: center; justify-content: center; height: 30px;    text-align: center; padding: 0px 10px; } 
.serviceBox:hover .serviceTitle { color: var(--logoColor); } 
.serviceBox p { color: #333; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;    padding: 0px 13px; } 
.consult-center-btn { margin-top: 50px; } 
.topServices .maxWidth { margin: 0px auto 10px; } 
.serviceBox .readMore1 { display: inline-block; padding: 0 20px; box-sizing: border-box; border: none; background:linear-gradient(-175deg, #FC2E45, #ff6d59 85%); line-height: 40px; color: #fff; font-size: 15px; font-weight: 400; height: 40px; border-radius: 20px; letter-spacing: 0.5px; transition: all 0.5s ease; } 
.serviceBox .readMore1:hover{ background: linear-gradient(180deg, #ff6d59, #FC2E45);} 
.bgButton { color: #fff; background: #333; border-color: #333; margin-top: 20px; } 
.bgButton:hover { color: #fff; background: #FC2E45; border-color: #FC2E45; } 
.owl-prev, .owl-next { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff !important; border: 0; outline: 0;opacity: 1; background:#2196F3 !important; border-radius: 100%; z-index: 9; border: 1px solid #fff; } 
.owl-prev { left: -20px; } 
.owl-next { right: -20px; } 
#carouselExampleControls .owl-next { right: 30px; } 
#carouselExampleControls .owl-prev { left: 30px; } 
.owl-prev:hover, .owl-next:hover { background: #fff; color: #FC2E45; border-color: #fff } 
.owl-dots { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto } 
.productSection { float: left; width: 100%; margin: 0; padding: 50px 0; background: #fc2e4512; } 
.productSection .container-fluid { padding: 0 4%; } 
.productSection .maxWidth p { color: #444; } 
.product1 { float: left; width: 100%; transition: .4s ease-in-out; position: relative; margin-bottom: 0px; } 
.product1 .iconTop { width: 44px; height: 44px; position: absolute; right: 20px; top: 20px; display: none; border-radius: 100%; text-decoration: none; background: #fff; } 
.product1 .iconTop svg { width: 28px; height: 28px; color: var(--logoColor); } 
.product1 figure { width: 100%; aspect-ratio: 1; border:1px solid #fc2e4530; height: auto; border-radius: 10px; overflow: hidden; position: relative; margin: 0; } 
.product1 figure:before { content: ""; background: radial-gradient(ellipse at center, rgba(53, 0, 252, 0) 0%, rgb(46 151 234) 100%); width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: none; transition: .4s ease-in-out; } 
.product1:hover figure:before { display: block; } 
.product1 figure img { width: 100%; height: auto;    aspect-ratio: 1; object-fit: cover; } 
.product1 .product1Info { border-radius: 5px; padding: 6px 5px; background: linear-gradient(180deg, #2196f3, #6dbeff); position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); width: 90%; border: 0px solid #2196F336; } 
.product1 .product1Info .title4 { width: 100%; display: flex; align-items: center; justify-content: center; padding: 5px 0px; background: none; border: none; text-align: center; font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 0px; color: #fff; font-family: var(--fontTitle); letter-spacing: 0px; } 
.product1:hover .product1Info { background: #fff; } 
.product1:hover .product1Info .title4 { color: var(--logoColor); } 
.product1:hover { box-shadow: 0 0 0 1px #3f90656e, inset 0 0 0 #3f9065; border-radius: 10px; overflow: hidden; scale: 1.05; } 
.product1:hover .iconTop { display: flex; align-items: center; justify-content: center; z-index: 2; } 
.videoSection { float: left; width: 100%; padding: 40px 0; margin: 0; background: #fff; } 
.videoFeedback { float: left; width: 100%; margin: 0; padding: 0; position: relative; margin-bottom: 5px; } 
.videoFeedback .image { position: relative; height: 270px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; object-fit: cover; margin-bottom: 15px; } 
.videoFeedback .image img { height: 100%; object-fit: cover; } 
.videoFeedback .image:before { position: absolute; z-index: 1; pointer-events: none; content: ''; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.videoFeedback .image:after { border-radius: inherit; content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: rgba(0, 0, 0, 0.33); } 
.videoFeedback:hover .image:before { opacity: 0; } 
.videoFeedback .image:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background: linear-gradient(10deg, rgb(121 173 248 / 37%) 0, rgba(17, 17, 17, .01) 99%, #508de11c 100%); } 
.feedbackStar { position: absolute; font-size: .75rem; line-height: 1rem; font-weight: 500; background-color: transparent; border: 1px solid #f90; padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 0.25rem; padding-top: 0.25rem; color: #f90; z-index: 9; top: 10px; left: 10px; border-radius: 20px; } 
.videoFeedback .image span { display: flex; justify-content: center; align-items: center; inset: 0; position: absolute; z-index: 99; } 
.videoFeedback .image span svg { color: #fff; width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255/1); border-radius: 100%; padding: 5px; } 
.videoTitle { display: flex; align-items: center; justify-content: center; } 
.videoTitle .vidoIcon { width: 40px; min-width: 40px; height: 40px; margin-right: 10px; font-size: 24px; color: var(--logoColor); background: #eee; border: 1px solid #ccc; border-radius: 4px; text-align: center; display: flex; align-items: center; justify-content: center; } 
.videoName { font-size: 18px; text-align: center; font-weight: 600; line-height: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #333 !important; } 
.videoFeedback:hover .videoName { color: var(--logoColor); } 
.processSection { float: left; width: 100%; margin: 0; padding: 40px 0 40px; position: relative; background-color: #fff; background-image: url(../images/background2.jpg); background-size: 100%; background-position: center; } 
.processSection .container-fluid { position: relative; padding: 0 4%; } 
.processSection ul { margin: 0; padding: 0; } 
.processSection ul li { float: left; width: 25%; list-style: none; } 
.processSection .container .step { position: absolute; top: 25px; left: 100px; z-index: 55; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; right: 100px; z-index: 0; } 
.processSection .container .step img { width: 96%; margin-left: 2%; } 
.processSection .single-process { text-align: center; position: relative; } 
.processSection .single-process:after { position: absolute; content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-chevron-double-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>'); top: 0; right: -6%; font-size: 55px; line-height: 55px; color: #333; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } 
.processSection ul li:last-child .single-process:after { content: none; right: 0; } /* .processSection .single-process:hover:after { -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); } */ .processSection ul li:nth-child(1) .single-process:after { top: 95px; } /* .processSection ul li:nth-child(1) .single-process:hover:after{top: 94px;} */ .processSection ul li:nth-child(2) .single-process:after { top: 18px; } /* .processSection ul li:nth-child(2) .single-process:hover:after{top: 28px;} */ .processSection ul li:nth-child(3) .single-process:after { top: 5px; } /* .processSection ul li:nth-child(3) .single-process:hover:after{top: -10px;} */ .processSection ul li:nth-child(4) .single-process:after { top: 53px; } /* .processSection ul li:nth-child(4) .single-process:hover:after{top: 59px;} */ .processSection .single-process.down1 { margin-top: 0px; } 
.processSection .single-process.down { margin-top: 35px; } 
.processSection .single-process.up1 { margin-top: 35px; } 
.processSection .single-process .part-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-bottom: 26px; position: relative; } 
.processSection .single-process .part-icon img { background: #333; width: 100%; width: 130px; height: 130px; overflow: hidden; border: 1px solid #ccc; border-radius: 100%; } 
.processSection .single-process .part-icon span.step-num { position: absolute; top: 0px; left: 5px; width: 30px; height: 30px; background: #FC2E45; border-radius: 50%; color: #fff; font-size: 18px; line-height: 30px; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; font-weight: 700; } 
.processSection .single-process h4 { font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 0px; color: #2196F3; font-family: var(--fontTitle); letter-spacing: 0px; padding-bottom: 5px; padding-top: 0px; } 
.processSection .single-process p { font-size: 15px; line-height: 24px; } 
.processSection .single-process a { color: #FC2E45; font-size: 15px; font-weight: 700; } 
.googleReview2 { float: left; width: 100%; margin: 0; padding: 40px 0px; background-color: #fff0f2;    position: relative; } 
.tm-trustpilot-logo img { width: 60px !important; } 
.tm-testi-slide-1 { background: #fff; padding: 24px 21px 15px 21px; border: 0px solid #dfdfdf; border-radius: 18px; transition: all .3s ease-in-out;    box-shadow: 0px 0px 9px 0px #ccc; width: 96%; margin: 6px auto 10px; } 
.tm-testi-logo { display: flex; align-items: center; justify-content: space-between; } 
.tm-trustpilot-logo { flex: 1; } 
.tm-trustpilot-logo img { max-width: 91px; } 
.tm-star-ratings { flex: 1; text-align: right; font-weight: 600; } 
.tm-star-ratings img { max-width: 84px; margin-left: auto; } 
.tm-slide-h4 { color: #373737; font-weight: 600; font-size: 15px; line-height: 1.2; padding-top: 0px; } 
.tm-slide-p { font-weight: 400; font-size: 15px; padding: 10px 0 15px 0; line-height: 25px; border-bottom: 1px solid #ebeaea; color: #292929; text-align: left; margin: 0; } 
.tm-slide-h5 { color: #333; padding-top: 0px; font-size: 15px; font-weight: 600; } 
.googleReview2 .maxWidth { margin-bottom: 15px; } 
.morecontent span { display: none; } 
.morelink { display: block; font-size: 15px; color: var(--logoColor); } 
#testimonials .owl-next, #testimonials .owl-prev { line-height: 0; position: absolute; top: 50%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; line-height: 40px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; font-size: 14px; border: 0; outline: 0; background: var(--darkColor); border-radius: 100%; z-index: 50; border: 1px solid var(--darkColor); text-align: center; cursor: pointer; transition: all .3s ease } 
#testimonials .owl-nav .owl-prev { left: -50px; top: 48% } 
#testimonials .owl-nav .owl-next { right: -50px; top: 48% } 
#testimonials .owl-nav .owl-next:hover, #testimonials .owl-nav .owl-prev:hover { background: var(--logoColor); color: #fff; border-color: var(--logoColor); } 
.home_video_gallery { float: left; width: 100%; margin: 0; padding: 40px 0 40px; background: #fff; } 
.home_video_gallery .title:before { background: #fff } 
.home_video_gallery .video_box { float: left; width: 100%; margin: 0 0 30px; padding: 10px; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 8px 16px 0 rgb(7 28 31 / 4%) } 
.home_video_gallery .video_box a { text-decoration: none } 
.home_video_gallery .video_image { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; } 
.video-btn { width: 54px; height: 54px; color: #fff; text-align: center; border-radius: 50%; box-shadow: 0 0 0 5px rgba(242, 87, 67, .2); position: absolute; left: 0; right: 0; margin: 0 auto; display: flex; align-items: center; justify-content: center; background: rgba(225, 114, 20, .9) } 
.video-btn:after { width: 54px; height: 54px; border-radius: 50%; background: 0 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation-delay: .9s; animation-delay: .9s; content: ""; position: absolute; -webkit-animation: ripple 3s infinite; animation: ripple 3s infinite; -webkit-transition: all .4s ease; transition: all .4s ease } 
.video-btn svg { width: 40px; height: 40px; } 
@-webkit-keyframes ripple { 70% { -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1); box-shadow: 0 0 0 10px rgba(242, 87, 67, .1) } 100% { -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1); box-shadow: 0 0 0 0 rgba(242, 87, 67, .1) } } 
@keyframes ripple { 70% { -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, .1); box-shadow: 0 0 0 10px rgba(242, 87, 67, .1) } 100% { -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, .1); box-shadow: 0 0 0 0 rgba(242, 87, 67, .1) } } 
.home_video_gallery .video_info .h4 { color: #2b2a37; font-size: 15px; font-weight: 500; line-height: 20px; text-align: center; padding: 0; margin: 10px 0 0; height: 45px; position: relative } 
.video_info .h4 span { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); width: 100%; height: auto; max-height: 100% } 
.video_box:hover .video_info .h4 { color: #2196F3 } 
.video_box:hover a { text-decoration: none } 
.home-call-section { float: left; width: 100%; padding: 50px 0 50px; position: relative; z-index: 0; background-image: url(../images/image03.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; margin-bottom: -100px; } 
.home-call-section .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color:#f6f6f7; /* opacity: 0.95; */ } 
.home-call-section .call-wrapper { display: grid; grid-template-columns: auto 55%; justify-items: center; grid-row-gap: 40px;align-items: center; } 
.home-call-section .call-wrapper .call-figure { margin: 0; margin-top: 0px; margin-right: 70px; height: auto; aspect-ratio: 1; } 
.section-head { line-height: 1; } 
.section-head .section-title { margin: 0; padding: 0; padding-left: 20px; border-left: 3px solid var(--logoColor); margin-bottom: 19px; line-height: 36px; font-weight: 600; color: var(--logoColor); font-size: 30px; font-family: var(--fontTitle); } 
.section-head p { margin-bottom: 15px; font-size: 15px; color: #282828; line-height: 24px; } 
.section-head ul { margin: 0 0 20px; padding: 0; } 
.section-head ul li { line-height: 24px; font-size: 15px; margin: 0px 0px 5px; vertical-align: middle; text-align: left; padding: 0; display: flex; align-items: center; color: #282828; } 
.section-head ul li:before { width: 20px; height: 20px; color: #fff; font-weight: 400; margin-top: 0; margin-right: 10px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>"); background: #2196F3; border-radius: 50px; } 
.home-call-section .mainBtn3 { padding: 12px 30px; } 
.home-call-section .mainBtn3:before { background-color: #FC2E45; } 
.home-appointment-section { float: left; width: 100%; margin-bottom: 20px; } 
.home-appointment-section .overlay-wrapper { position: relative; z-index: 2; padding: 40px; box-shadow: 0px 0px 9px 0px #ccc; background-color: #ffffff; border-radius: 10px; overflow: hidden; } 
.background-world-map-img { background-image: url(../images/image08.png); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.05; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; } 
.home-appointment-section .overlay-wrapper .appointment-wrapper { display: grid; grid-template-columns: auto 45%; grid-row-gap: 30px; } 
.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black { margin-right: 50px; } 
.section-head-black .section-title { margin: 0; padding: 0; font-weight: 600; padding-left: 20px; border-left: 3px solid var(--logoColor); margin-bottom: 15px; color: #FC2E45; font-size: 25px; } 
.section-head-black p { margin-bottom: 20px; font-size: 15px; } 
.section-multi-button { margin-bottom: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; row-gap: 20px; column-gap: 30px; } 
.section-multi-button .call-apoint { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; } 
.section-multi-button .call-apoint .call-icon { margin: 0; margin-right: 15px; text-align: center; } 
.section-multi-button .call-apoint .call-icon span { height: 40px; width: 40px; border: 1px solid var(--logoColor); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--logoColor); } 
.section-multi-button .call-apoint .call-icon span svg { width: 20px; height: 20px; } 
.section-multi-button .call-apoint .call-info { line-height: normal; } 
.section-multi-button .call-apoint .call-info .smallTitle { margin: 0; padding: 0; font-size: 15px; font-weight: 500; color: #333; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 { margin: 0; padding: 0; font-weight: bold; font-size: 20px; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 a { color: #333; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 a:hover { color: #333; } 
.sectionTitle { margin: 0; padding: 0; font-weight: 600; margin-bottom: 15px; font-size: 20px; color: #000; } 
.figure-round-border { margin: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; overflow: hidden; } 
.figure-round-border img { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; margin-bottom: 15px; } 
.bannerPost { float: left; width: 100%; margin: 0; padding: 40px 0; background-color: #eee; } 
.title_2 { color: var(--logoColor); font-size: 30px; line-height: 1.2; font-weight: 600; text-align: left; display: block; margin-bottom: 20px; position: relative; } 
.bannerPost .maxWidth { margin: 0 0 25px; } 
.bannerPost .maxWidth p { text-align: left; } 
.banner-post-two { position: relative; margin-bottom: 20px;    border: 1px solid #f9c9d0; border-radius: 10px; } 
.banner-post-thumb-two::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(0deg, rgb(23 86 25 / 62%) 16.31%, rgba(10, 23, 41, 0.00) 108.6%); pointer-events: none; } 
.banner-post-thumb-two { position: relative; border-radius: 5px; overflow: hidden; } 
.banner-post-two.big-post .banner-post-thumb-two img { width: 100%; height: 615px; object-fit: cover; } 
.banner-post-content-two { position: absolute; left: 40px; bottom: 40px; right: 50px; } 
.post-tag { color: #ffffff; font-size: 13px; font-weight: 600; line-height: normal; letter-spacing: 0.78px; text-transform: uppercase; background: var(--logoColor); display: inline-block; border-radius: 3px; padding: 4px 10px; margin-bottom: 15px; } 
.banner-post-content-two .post-title { font-size: 28px; color: #ffffff; margin-bottom: 15px; line-height: 1.4; } 
.post-title a { color: inherit; display: inline; padding-bottom: 0; -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor)); background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%); background-size: 0 1px; background-repeat: no-repeat; background-position: left 100%; } 
.post-title.bold-underline a { background-size: 0 2px; } 
.banner-post-two:hover .post-title a { color: #75abf6; } 
.linkedin a { background: #027ba5; } 
.list-wrap { margin: 0px; padding: 0px; } 
.blog-post-meta .list-wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; } 
.banner-post-content-two .blog-post-meta .list-wrap { justify-content: flex-start; } 
.blog-post-meta .list-wrap li { display: flex; align-items: center; color: #6d757f; font-size: 13px; font-weight: 600; line-height: normal; letter-spacing: 0.52px; text-transform: uppercase; list-style: none; gap: 5px; } 
.blog-post-meta.white-blog-meta .list-wrap li { color: #bacce1; } 
.blog-post-meta .list-wrap li i { line-height: 0; font-size: 15px; } 
.blog-post-meta.white-blog-meta .list-wrap li a { color: #bacce1; } 
.banner-post-two.small-post .banner-post-thumb-two img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; } 
.banner-post-two.small-post .banner-post-content-two { left: 25px; right: 25px; bottom: 20px; } 
.banner-post-two.small-post .banner-post-content-two .post-title { font-size: 18px; margin-bottom: 12px; line-height: 1.3; } 
.footer { float: left; width: 100%; padding: 40px 0 20px; background:#080808; } 
.footer p { color: #fff; font-size: 15px; } 
.footer .address-list li { color: #3a3a3a; margin-bottom: 7px; font-size: 15px; letter-spacing: 0px; display: flex; } 
.footer .address-list li svg { margin-right: 10px; vertical-align: middle; width: 18px; height: 18px; min-width: 18px } 
.footer .shop-social li i { color: #fff; width: 30px; height: 30px; padding: 8px; font-size: 15px; text-align: center; background: #414040 } 
.footer .shop-social li i:hover { background: #353535 } 
.footer h2.thumb-headline { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 15px; text-transform: capitalize } 
.footer .thumb-headline a { color: #fff } 
.footer .thumb-headline { color: #79f586; font-size: 22px; font-weight: 800; margin-bottom: 15px; text-transform: capitalize; letter-spacing: 0.5px; } 
.footer .thumb-headline a { color: #fc2e45; } 
.footer h6 { color: #fc2e45; font-size: 14px; font-weight: 600; margin-bottom: 3px; text-transform: uppercase } 
.simple-list { margin-bottom: 20px } 
.footer .simple-list li { list-style: none; line-height: 24px; position: relative; z-index: 1; } 
.footer .simple-list li:before { position: absolute; z-index: 1; content: ""; height: 6px; width: 6px; border-radius: 50%; left: 4px; top: 10px; opacity: 0; visibility: hidden; background-color: var(--logoColor); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.footer .simple-list li:hover:before { opacity: 1; visibility: visible; } 
.footer .simple-list li a { color: #3a3a3a; font-size:16px; letter-spacing: 0px; line-height: 30px; padding: 0 0 0 25px; } 
.footer .simple-list li a:before { position: absolute; z-index: 1; content: ""; height: 14px; width: 14px; border-radius: 50%; left: 0; top: 6px; border: 1px solid; border-color: #ccc; line-height: 1; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.footer .simple-list li a:after { position: absolute; z-index: 1; content: ""; height: calc(100% - 12px); width: 1px; top: 19px; left: 6px; background-color: #ccc; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.footer .simple-list li a:hover { color: #1d9fff; } 
.footer .simple-list li a:hover:before { border-color: #1d9fff; } 
.footer .simple-list li:last-child a:after { display: none; } 
.footer .simple-list a:hover { color: #fff } 
.footer .address-list li a { color: #3a3a3a; } 
.copyright { float: left; margin: 0; width: 100%; padding: 10px 0; border-top: none; background: #1a1a1a; } 
.copyright p { color: #3a3a3a; font-size: 15px; margin: 0; line-height: 24px } 
.copyright a { color: #2196F3 } 
.sponsors-icons { margin-bottom: 0 } 
.follow-us { display: block; padding: 20px 0; float: left; margin: 0; text-align: left } 
.follow-us li { padding-left: 5px; font-size: 18px; float: left; list-style: none; } 
.follow-us li a { color: #fff; width: 35px; height: 35px; border: 1px solid; text-align: center; line-height: 32px; border-radius: 4px; } 
.follow-us li.facebook a { background: #496eb4; border-color: #496eb4 } 
.follow-us li.twitter a { background: #323232; border-color: #323232; } 
.follow-us li.linkedin a { background: #0274b3; border-color: #0274b3 } 
.follow-us li.youtube a { background: #e12428; border-color: #e12428 } 
.follow-us li.tiktok a { background: #f7004d; border-color: #f7004d } 
#scrollUp { position: fixed; z-index: 99; bottom: 50px; right: 40px; width: 46px; height: 46px; border-radius: 50%; color: #fff; line-height: 46px; text-align: center; text-decoration: none; cursor: pointer; transition: all 0.25s; display: none; background: var(--logoColor) } 
#scrollUp svg { width: 24px; height: 24px; } 
#scrollUp:hover { background:#2196F3; color: #fff; } 
.whatapp_btn { background: #01e675; width: 50px; height: 50px; color: #fff; position: fixed; left: 15px; bottom: 105px; cursor: pointer; z-index: 9; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);    border: 1px solid #ffdada; } 
.whatapp_btn svg { width: 24px; height: 24px; } 
.whatapp_btn:focus, .whatapp_btn:hover { background: #01e675; color: #fff; } 
#whatsapp .modal-dialog { margin-top: 12%; } 
.intl-tel-input, .iti { width: 100%; } 
.send_enquiry { border-radius: 40px; bottom: 45px; color: #fff; display: table; height: 50px; left: 15px; min-width: 50px; position: fixed; text-align: center; z-index: 9; transition: all 0.2s linear; background: var(--logoColor); display: flex; align-items: center; justify-content: center;    border: 1px solid #ffa8a8; } 
.send_enquiry svg { width: 24px; height: 24px; line-height: 50px; } 
.send_enquiry:hover { color: #fff; padding: 0 20px; } 
.send_enquiry:focus { color: #fff; } 
.send_enquiry span { display: table-cell; vertical-align: middle; font-size: 15px; letter-spacing: -15px; opacity: 0; line-height: 50px; transition: all 0.5s; text-transform: uppercase; } 
.send_enquiry:hover span { opacity: 1; letter-spacing: 1px; padding-left: 10px; } 
.modal-content { border-radius: 0; } 
.modal-header { padding: 0 15px; background: -webkit-linear-gradient(275deg, #FC2E45, #ff6049); color: var(--textColor); border-radius: 0; } 
.modal-header h4 { text-align: left; font-size: 20px; line-height: 18px; color: var(--textColor); } 
.modal-header .modal-title { text-align: left; font-size: 20px; line-height: 18px; color: #fff; padding: 15px 0; text-transform: initial; letter-spacing: 0.2px; } 
.btn-close { width: 1em; /* height: 1em; */ /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 01102f.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */ outline: 0;     filter: invert(1); color: #fff; opacity: 1; font-size: 20px; } 
.send_p { font-size: 15px; line-height: 18px; text-align: center; } 
.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0 } 
.modal-body .mainBtn3 { padding: 10px 35px; line-height: normal; } 
.iti {width: 100%;} 
.telePhone.mobile{padding-left: 84px;} 
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 40px; } 
.scrollbar-width:hover::-webkit-scrollbar { display: block; } 
.scrollbar-width::-webkit-scrollbar { width: 5px; display: none; } 
.scrollbar-width1::-webkit-scrollbar { position: absolute; z-index: 999; right: 0px; top: 0px; display: block; } 
.scrollbar-width::-webkit-scrollbar-button { background: #a5a5a5; } 
.scrollbar-width::-webkit-scrollbar-track-piece { background: #a5a5a5; } 
.scrollbar-width::-webkit-scrollbar-thumb { background: #ccc; border-radius: 40px; } 
.navigation .menu .cs-dropdown li.cs-submenu .cs-dropdown{left: inherit !important;right: 100% !important;} 
.mainCategory .leftImage { height: 490px;} 
.mainCategory .leftImage img{width: 100%;object-fit: cover;} 
dl, ol, ul{padding: 0px;margin: 0px;} li { letter-spacing: normal; font-size: 15px; color: #333; } 
.mainCategory ul li { list-style: circle; margin-bottom: 4px; margin-left: 18px; } 
.mainCategory .title_1 { margin-bottom: 0px;font-family: var(--fontTitle); } /* why choose us */ .features-section-two { overflow: hidden; position: relative; padding: 50px 0px; background: #fff; color: var(--white); width: 100%; float: left; } 
.features-section-two .auto-container { max-width: 1300px; position: static; } 
.circle-one1 { position: absolute; left: -282px; top: 7px; width: 600px; height: 600px; border: 100px solid #88919b14; border-radius: 50%; } 
.features-section-two .column { position: relative; padding-top: 0px; } 
.features-section-two .column:nth-child(2) { order: 12; } 
.features-section-two .image-column { padding-top: 0px; order: 4; text-align: center; margin-bottom:0px; } 
.features-section-two .column .inner { position: relative; display: block; } 
.features-section-two .image-column img { position: relative; border-radius: 10px;    height: 370px; } 
.features-section-two .column .inner { position: relative; display: block; } 
.featured-block-three { position: relative; margin-bottom: 15px; border: 1px solid var(--white); padding: 30px 20px; transition: all 700ms ease; box-shadow: none; background: var(--white); border-radius: 10px; transition: all 0.5s ease;     border: 1px solid #f9c9d0;} 
.featured-block-three:hover{ background:#d9e7ff;} 
.featured-block-three .inner-box { position: relative; display: block; padding-right: 100px; min-height: 96px; text-align: right; } 
.featured-block-three .icon-box { position: absolute; right: 0; top: 0; width: 80px; height: 80px; background: #fff0f2; padding: 12px 0px; line-height: 20px; color: #a0a9e8; text-align: center; border-radius: 50%; -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease;    display: flex; align-items: center; justify-content: center;    border: 1px solid var(--light-yellow); } 
.featured-block-four { position: relative; margin-bottom: 15px; border: 1px solid var(--white); padding: 30px 20px; transition: all 700ms ease; box-shadow: none;    border: 1px solid #f9c9d0; background: var(--white); border-radius: 10px; transition: all 0.5s ease; } 
.featured-block-four:hover{background: #d9e7ff;} 
.featured-block-four .inner-box { position: relative; display: block; padding-left: 100px; min-height: 100px; text-align: left; } 
.featured-block-four .icon-box { position: absolute; left: 0; top: -5px; width: 80px; height: 80px; background: #fff0f2; padding: 12px 0px; line-height: 20px; font-size: 42px; color: #a0a9e8; text-align: center; border-radius: 50%; -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease;    display: flex; align-items: center; justify-content: center;    border: 1px solid var(--light-yellow); } 
.featured-block-four .icon-box:before { content: ''; position: absolute; left: -7px; top: -7px; right: -7px; bottom: -7px; } 
.featured-block-three .icon-box:before { content: ''; position: absolute; left: -7px; top: -7px; right: -7px; bottom: -7px; } /* NEW COLOR THEME */ :root { --primary: #fc2e45; --secondary: #2196F3; --hover-bg: #E8F1FF; --icon-bg: #FFF1F4; --icon-color: #2196F3; } /* FEATURE BLOCK UPDATED LOOK */ .featured-block-three, .featured-block-four { border: 1px solid #ffd0db; background: #ffffff; transition: all 0.4s ease; } 
.featured-block-three:hover, .featured-block-four:hover { background: var(--hover-bg); border-color:#2196f342; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(76, 124, 255, 0.15); } 
.featured-block-three:hover .icon-box svg, .featured-block-four:hover .icon-box svg{transform: scale(1.3);} 
.icon-box svg { transition: all 0.5s ease;} /* ICON BOX IMPROVED LOOK */ .featured-block-three .icon-box, .featured-block-four .icon-box  { width: 85px; height: 85px; background: #e3f1ff; color: var(--icon-color); border: 2px solid #2196f363; transition: all 0.5s ease; transform-origin: center; } /* 🔄 ICON ROTATE ON HOVER */ .featured-block-three:hover .icon-box, .featured-block-four:hover .icon-box { background: #ffaeb742; color: #fff; border-color: var(--primary); box-shadow: 0 6px 15px rgb(252 46 69 / 27%); } /* TITLE COLOR */ .featured-block-three .title3, .featured-block-four .title3 { font-weight: 700; color: var(--primary); transition: color 0.3s ease; } 
.featured-block-three:hover .title3, .featured-block-four:hover .title3 { color: var(--secondary); } /* DESCRIPTION */ .featured-block-three p, .featured-block-four p { color: #444; transition: color 0.3s ease; } 
.featured-block-three:hover p, .featured-block-four:hover p { color: #222; } 
.inner-box .icon-box img.w-1000 { width: 50px; } 
.title3 { font-size: 20px; font-weight: 600; line-height: 1.3em; margin-bottom: 5px; color: #2196F3; font-family: var(--fontTitle); letter-spacing: 0px; } 
.icon-box svg { width: 50px; color: #FC2E45; height: 50px; } 
.copyright .col-xxl-7.col-xl-7.col-lg-7.text-right { color: #3a3a3a; font-size: 15px; display: flex; align-items: center; justify-content: end; } 
.col-xxl-7.col-xl-7.col-lg-7.text-right a{ color:#3a3a3a; display: inline; } 
.col-xxl-7.col-xl-7.col-lg-7.text-right a:hover{color: #79f586;} 
.item .image img, .mainCategory .leftImage img, img{transition: all 0.5s ease;} 
.allCategory .item .image:hover img{transform: scale(1.1);} 
.mainCategory .leftImage:hover img, .banner-post-two:hover img{transform: scale(1.1);} /* about us start */ .heading_banner { float: left; width: 100%; position: relative; background-size: cover; background-position: center; padding:16px 0 2px; margin: 0; } 
.heading_banner:before { position: absolute; display: block; width: 100%; height: 100%; background-color: rgb(0 0 0 / 0%); /* background-color: rgba(0, 0, 0, 0.4); */ top: 0; left: 0; z-index: 0; content: ''; } 
.heading_banner .container { position: relative; z-index: 9; } 
.heading_banner .cat_title { margin: 0 0 10px; text-transform: capitalize; font-size: 18px; font-weight: 600; color: #fff; text-align: center; display: inline-block; width: auto; padding: 5px 20px; background: rgba(0, 0, 0, 0.5); } 
.heading_banner .cat_title2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: 20px; font-weight: normal; color: #eee; text-align: center; display: inline-block; width: auto; padding: 10px 20px; } 
.inner_breadcrumb { float: left; width: 100%; background: #ffffff; position: relative; margin: 0; box-shadow: 0px 0px 5px 1px #ccc; } 
.inner_breadcrumb .breadcrumb { background: none; border-radius: 0; border: none; list-style: none; padding: 0; float: left; text-transform: capitalize; margin: 0; display: flex; flex-wrap: wrap; } 
.inner_breadcrumb .breadcrumb li { font-weight: 500; text-transform: capitalize; color: #666; float: left; line-height: 40px; display: flex; font-size: 15px; } 
.inner_breadcrumb .breadcrumb li.active { color: #2196F3; } 
.bg-light { background-color: #fc2e4512 !important; } 
.inner_breadcrumb .breadcrumb li:before { font-size: inherit; text-rendering: auto; padding: 0 14px; color: #fff; display: inline-block; } 
.inner_breadcrumb .breadcrumb li+li:before { float: left; padding: 0px 10px; color: #bfbfbf; content: "/"; } 
.about_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #27272700; } 
.wps_right { float: left; width: 100%; } 
.product_right_image { float: right; max-width: 500px; width: 100%; margin: 0px 0 25px 15px; text-align: center; } 
.wps_right p { line-height: 24px; margin-bottom: 10px; text-align: justify; font-size: 15px; color: #363636; } 
.wps_right h2 { font-size: 22px; line-height: normal; margin-bottom: 10px; color: #FC2E45; } 
.wps_right h3 { font-size: 20px; line-height: normal; margin-bottom: 10px; color: #FC2E45; } 
.h2_title { font-size: 30px; color: var(--logoColor); text-transform: capitalize; position: relative; margin-bottom: 10px; font-weight: 900; padding-bottom: 0px; text-align: center; } /* faq */ .accordion-header { padding: 0 !important; margin: 0 !important; text-transform: initial; } 
.accordion-button:not(.collapsed) { color: #fff; background:linear-gradient(180deg, #FC2E45, #ff4c5e); font-weight: 800; } 
.accordion-body p { font-size: 15px; line-height: 24px; } 
.accordion-button:hover, .accordion-button:focus { color: #fff; background: linear-gradient(180deg, #3274d4, #327ce3); } 
.accordion-button:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(-180deg); } 
.accordion-button:not(.collapsed):after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(0deg); } 
.tm-slide-p1 { font-weight: 400; font-size: 15px; padding: 10px 0 15px 0; line-height: 25px; border-bottom: 1px solid #ebeaea; color: #292929; text-align: left; margin: 0; } 
.testimonials-sec .googleReview2{padding-bottom: 50px;} 
.testimonials-sec { width: 100%; float: left; } 
.faq_section { float: left; width: 100%; overflow: hidden; } 
.approach.company-core-value { width: 100%; float: left; } 
.clientSection { width: 100%; float: left; } 
.clientSection .clients { opacity: 1; padding:0px 0px; line-height: 0; position: relative; height: 100px; overflow: hidden; margin: 20px auto; /* box-shadow: 0px 0px 5px 0px #ccc; */ width: 98%; border-radius: 5px;display: flex;align-items: center;justify-content: center; background: #fff; border: 1px solid #e3e3e3; } 
.accordion-button { font-size: 16px; font-weight: 500 !important; padding: 10px 15px; } 
.accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, .125) !important; margin-bottom: 8px; border-radius: 5px; overflow: hidden; } /* about us end */ /* ABOUT CSS CUSTOM */ .features {  width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/backgrounds.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
.features:before { content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; background:#fc2e45e8; background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #FC2E45a3 80%); } 
.features .h2_title { color: #ffffff; } 
.features .h2_title { font-weight: 700; margin-bottom: 40px; position: relative; text-transform: uppercase; text-align: center; color: var(--dark-red); font-size: 30px; padding-bottom: 10px; } 
.features .features-holder { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 25px; } 
.features .feature-panel-holder { padding-top: 25px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {    border-color: #fff; margin-top: 12px; color: #fff;} 
.features .feature-panel-holder .feature-panel { position: relative; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; overflow: hidden; cursor: pointer; margin-bottom: 33px; border-radius: 8px 0 8px 8px; border-color: rgba(249, 249, 249, .15); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } 
.features .h2_title:after { bottom: -10px; content: ""; height: 3px; left: 50%;  background: #d2deff none repeat scroll 0 0; margin-left: -50px; position: absolute; width: 100px; } 
.features .feature-panel-holder .feature-panel .feature-icon { margin-bottom: 5px; } 
.features .feature-panel-holder .feature-panel .feature-icon img { width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; filter: invert(1); transition: .3s ease-in-out; } 
.features .feature-panel-holder .feature-panel .feature-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 10px;     font-weight: 700; font-size: 18px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #ffffff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;font-weight: 600;font-size: 15px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #ffffff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;  } 
.features .feature-panel-holder .feature-panel .feature-content p { text-align: center; font-size: 15px; line-height: 24px; margin-bottom: 0; color: #ffffff; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; height: 25px;     font-weight: normal !important;} 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: #FC2E45e3; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: #fff; } 
.features .feature-panel-holder:hover { padding-top: 0; } 
.features .feature-panel-holder:hover .feature-panel .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
.features .feature-panel-holder .feature-panel.feature-panel-dark { border: 1px solid rgb(255 255 255 / 41%);     background: #fc2e45;} 
.features .feature-panel-holder .feature-panel a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); font-size: 13px; color: #ffffff; margin-top: -32px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .features-card .card-panel .panel-body .titleCat {    font-size: 18px; line-height: 32px; font-weight: 800; color: #FC2E45; margin-bottom: 10px; text-transform: capitalize; } 
.features .features-card .card-panel.reversed .panel-icon { margin-right: 0; margin-left: 40px; display: flex; align-items: center; transform: translateY(-7px); } 
.features .features-card .card-panel.reversed { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } 
.features .features-card .card-panel {     border: 1px solid #eee;display: -webkit-box; display: -ms-flexbox; display: flex; background: #ffffff; border-radius: 8px 0 8px 8px; padding: 30px 40px 34px; -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); position: relative; -ms-flex-preferred-size: 48%; flex-basis: 48%;    align-items: center;} 
.features .features-card .card-panel .panel-icon img { margin-left: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; min-width: 80px; width: 80px; } 
.features .more-features { text-align: center; margin-bottom: 20px; } 
.features .more-features p { font-weight: 700; font-size: 17px; color: #f4f4f4;    position: relative; margin-bottom: 0; } 
.features .more-features.more-features-2 p a { color:#bae2ff;} 
.features .more-features p a { position: relative; color:#FC2E45; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; text-transform: capitalize; padding-bottom: 8px; } 
.features .features-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); margin-top: -100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; z-index: 9; } 
.counter-block img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid var(--light-gray);} 
.div-cla p.fs-18.mt-0 { text-align: justify; } 
.counter-block p { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; } /*  */ .fs-20.mt-3.mb-2.title3 { font-size: 18px; font-weight: 800; } 
.iti {width: 100%; height: 40px;} 
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 40px; } /* contact us */ .bg-sky { background: #2196F3  !important; } 
.contact .video-section .video-inner { position: relative; width: 100%; padding: 185px 0px; background-size: cover; background-repeat: no-repeat; background-position: left center; max-height: max-content; margin: 0 auto; border-radius: 6px; } 
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color: #FC2E45; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
.shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
.z-index-1 { z-index: 1; } 
.h-170 { height: 215px; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #FC2E45; 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 #FC2E45; 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 #FC2E45; 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 #FC2E45; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
.base-header2 { position: relative; z-index:1; } 
.z-index-9{z-index: 9;} 
.icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #ffffff; } 
.iti {width: 100%;} 
ul.social li { margin: 0px 3px; display: inline-block; border-radius: 5px; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 25px; height: 25px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #ffffff;    border:0px solid #ffffff; } 
.form-group, .form-control { position: relative;font-size: 15px; margin: 0px 0px 10px;font-weight: 400;} section.testimonials_section.pb-3:before { height: 65px;} 
.why-choose-us-sd ul li{list-style:none} 
.why-choose-us-sd ul li { list-style: none; display: flex; } 
.why-choose-us-sd ul li svg { padding: 5px; background: #FC2E4533; border-radius: 50px; margin-right: 10px; } 
.why-choose-us-sd ul li svg{padding: 5px;} 
.why-choose-us-sd ul li { list-style: none; display: flex; margin-bottom: 10px; } 
.youtube_video.float-start.p-3.rounded.py-2.bg-white { width: 100%; background: #fff; padding: 15px; box-shadow: 0px 0px 5px 0px #ccc;} 
.default-form-area.p-4.rounded-3.text-center.border-bottom.border-3.border-light.bg-white { border: 0px solid #eee; box-shadow: 0px 0px 5px 0px #ccc; background: #fff; } 
.row.justify-content-center .clients1 { border: 1px solid #ddd; padding: 10px; margin-bottom: 20px; border-radius: 5px; } section.webpulse_home_product.bg-light .item .item_info { border: 1px solid #cccccc33; } 
.home-headers{height: 630px;} 
.iti-mobile .iti--container { height: auto; } 
.contact_map { float: left; width: 100%; height: 350px; } /* blogs details */ .blog_details { float: left; width: 100%; } 
.blog_details ul { display: inline-block; margin: 0px 0 20px; padding: 0; } 
.blog_details1 { float: left; width: 100%;} 
.blog_details_img { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-bottom: 15px; } 
.blog_details_img img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; margin: 0 auto; } 
.blog_details1 .block-quote { padding: 30px 40px; margin-bottom: 20px; background:#fff; border-left: 3px solid #2196f4; } 
.blog_details1 h3 { margin: 0 0 5px; padding: 0; line-height: 30px; color: #FC2E45; } 
.blog_details1 ul { float: none; width: 100%; margin: 0 0 25px; padding: 0; } 
.blog_details1 ul li { line-height: 28px; font-size: 15px; margin: 0; vertical-align: middle; text-align: left; padding: 0; color: #363636; display: flex; font-weight: 400; align-items: center; } 
.blog_details ul.ulinse li { display: inline-block; margin-right: 15px; list-style: none; color: #363636; font-weight: 600; } 
.blog_details1 ul li:before { width: 20px; height: 20px; color: #363636; font-weight: 400; margin-top: 0; margin-right: 5px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>"); } 
.blog_details1 h2 { margin: 0 0 5px; padding: 0; line-height: 30px; color: #FC2E45; font-weight: bold; overflow: hidden; font-size: 20px; } /* sitemap */ .sitemap { border-left: 1px solid #666; padding: 0; } 
.sitemap li { list-style: none !important; background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px; padding: 0px 0px 0px 15px; margin-bottom: 5px; } 
.sitemap li a { color: #363636; font-size: 15px; padding-bottom: 5px; display: block; letter-spacing: 0px; } 
.sitemap li ul { border-left: 1px solid #666; padding: 0; } /* markerarea */ .market_area h2, h3.mt25{ float: left; display: block; color: #FC2E45; margin: 10px 0px; } 
.market-list { float: left; width: 100%; margin: 0 !important; padding: 0; } 
.market-list li { list-style: none; padding-right: 10px; line-height: 20px; width: 25%; float: left; } 
.market-list li a { width: auto; height: auto; padding: 10px 0 10px 12px; margin: 0 0 9px; display: block !important; color: #333 !important; font-size: 15px; background-color: #fcedef; font-weight: 500; border: 1px solid #ffd0d7; } /* category */ .category_page .wps_right ul li { display: block; list-style: none; line-height: 30px; color: #363636; font-size: 15px; font-weight:400; } 
.category_page .wps_right ul li:before { margin-right: 5px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); } 
.wps_right ul li:before { width: 20px; height: 20px; color: #363636; font-weight: 400; margin-top: 0; margin-right: 5px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>"); } 
.wps_right ul { margin-bottom: 15px; } 
.wps_right table tbody tr td:first-child { color: #FC2E45; font-weight: 500; width: 40%; } 
.wps_right table tbody tr td { border: 1px solid #dfdfdf; width: 60%; } 
.wps_right table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: 15px; line-height: normal; text-align: left; } 
.wps_right h3 { font-size: 20px; line-height: normal; margin-bottom: 10px; color: #FC2E45; } 
.allListing { width: 100%; float: left; } 
.you_may { float: left; width: 100%; padding: 10px; margin: 20px 0px; line-height: 30px; color: #ffffff !important; font-size: 20px; font-weight: 600; border-bottom: 0px solid #323232; background:linear-gradient(180deg, #2196F3, #0a64ac); border-radius: 5px; } 
.product_popup h6 { font-size: 17px; margin: 10px 0px; font-weight: bold; } 
a.mainBtn3.mx-2.px-3, a.mainBtn3.read_more.callback.mx-1 { background: linear-gradient(180deg, black, #333);} 
.product_listing { float: left; width: 100%; margin-bottom: 25px; transition: all 0.35s ease-in-out; border-style: solid; border-width: 0px; border-color: #dddddd; box-shadow: 0px 0px 5px 0px #ccc; border-radius: 10px; overflow: hidden; } 
.product_listing .product { width: 100%; position: relative; padding: 0; text-align: center; min-height: 100%; overflow: hidden; border-right: 1px solid #dddddd; display: inline-block; } 
.product_listing .product .small img, .product_listing .product .largeImage img { padding: 0; cursor: pointer; border: 0px solid #323232; } 
.product_listing .product .small { padding-top: 10px; overflow: hidden; text-align: center; display: flex; justify-content: center; } 
.product_listing .product .small .item.active { border-color: #FC2E45; } 
.product_listing .product .small .item.youtube a { color: #fff; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } 
.product_listing .product .small .item { display: inline-block; margin-right: 6px; width: 60px; cursor: pointer; } 
.product_listing .product .small .item.youtube { width: 60px; height: 60px; background: #f70000; color: #fff; display: flex; align-items: center; justify-content: center; } 
.product_listing .product .small .item:last-child { margin: 0; } 
#thumbs img, #largeImage { padding: 0; cursor: pointer; border: 1px solid #ededed; border-radius: 5px; } 
#thumbs { padding-top: 10px; overflow: hidden; text-align: center; } 
#thumbs img.active { border-color: #FC2E45; } 
#thumbs img { display: inline-block; margin-right: 6px; width: 70px; } 
#thumbs img, #largeImage { padding: 0; cursor: pointer; border: 1px solid #ededed; border-radius: 5px; } 
.product_listing .product .largeImage img{width: 100%;} 
.product_listing .product .small img, .product_listing .product .largeImage img { padding: 0; cursor: pointer; border: 0px solid #323232; } 
.right-content { position: relative; padding-right: 15px; } 
.right-content .title4 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; font-size: 20px; font-weight: 800; color: #282828; } 
.right-content .title4 a { color: #333; } 
.product_listing:hover .right-content h4 a { color: #FC2E45; } 
.col-lg-6 .right-content p { font-size: 15px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } 
.blue-line1 { width: 100%; display: block; height: 1.1px; background: #d5d5d5; position: relative; margin-bottom: 10px; padding: 0 15px; } 
.product_showcase { display: flex; justify-content: flex-start; align-items: center; padding: 0 0 6px 0; margin-bottom: 8px; } 
.productBrochureandvideo { margin-right: 15px; border: 1px dashed #16417887; padding: 5px; border-radius: 5px; } 
.productBrochureandvideo a { font-weight: 800; color: #2196F3; } 
.productBrochureandvideo a svg { color: #2196F3; width: 20px; height: 20px; margin-right: 5px; } 
.productBrochureandvideo a { font-weight: 800; color: #2196F3; } 
.right-content p { font-size: 15px; margin-bottom: 10px; } 
.right-content .table-responsive { float: left; width: 100%; overflow: hidden; max-height: 230px; overflow: auto; padding-right: 5px; } 
.right-content table { margin-bottom: 15px; } 
.wps_right table { margin: 0; } 
.right-content h3,  .right-content h4 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; font-size: 20px; font-weight: 600; } 
.right-content h3 a, .right-content h4 a { color: #313131; font-size: 20px; } 
.right-content:hover h3 a, .right-content:hover  h4 a{ color: #2196F3 !important; } 
.market-list li a:hover { background: #2196F3; color: #fff !important; } /* clients */ .clients { background: #fff; padding: 10px 40px;border: 1px solid #eee; border-radius: 5px; } 
.marque.bg-dark1 { background: #2196F3;    font-size: 14px; border-bottom: 1px solid #ffbab0; } 
.header.stricky-fixed .marque.bg-dark1.py-1 { display: none; } 
.header.stricky-fixed .top_bar { display: none; } 
.header.stricky-fixed .logo{ padding: 0px 0px;} 
.header.stricky-fixed .logo img { max-width: 180px; } 
.logo.logo1 a { height: 100%; display: flex; align-items: center; justify-content: center; } 
.logo{display: none;} 
.logo1{display: block;} 
.header.stricky-fixed .logo1{display: none;} 
.header.stricky-fixed .logo2{display: block;} 
.owl-carousel.allSlider .owl-prev, .owl-carousel.allSlider .owl-next { top: 37%;} 
.processSection2.processSection .single-process:after{display: none;} 
.processSection.processSection2 .single-process { border: 1px solid #e7e7e7; border-radius: 5px; width: 90%; margin: auto; padding: 15px 0px; } /* social media */ .socialIcons { position: fixed; right: 0; top:75%; width: auto; padding: 0; margin: 0; z-index: 99; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } 
.socialIcons a.youtube, .socialIcons a.youtube span { background-color: #f70000 !important; } 
.socialIcons a { display: flex; justify-content: center; flex-direction: column; margin: 4px 0; margin-right: 0px; position: relative; width: 55px; height: 35px; border-radius: 10%; margin-right: -20px; line-height: 50px; text-align: left; padding-left: 10px; font-size: 15px; color: #fff; text-decoration: none; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } 
.socialIcons a.facebook, .socialIcons a.facebook span { background-color: #3b5998 !important; } 
.socialIcons a.instagram, .socialIcons a.instagram span { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; } 
.socialIcons a.linkedin, .socialIcons a.linkedin span { background-color: #0077B5 !important; } 
.socialIcons a:hover span { opacity: 1; transform: translateX(-110%); } 
.socialIcons a.youtube, .socialIcons a.youtube span { background-color: #f70000 !important; } 
.socialIcons a span { display: flex; justify-content: center; align-items: center; font-size: 80%; position: absolute; white-space: nowrap; padding: 0 20px; left: 0; top: 12px; bottom: 12px; opacity: 0; z-index: -100; background-color: #443f7d; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;    height: 20px; } /* numbering show */ .whyChooses .count-bx { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 15px; border-right: 1px solid #7e7e7e; } 
.z-index-99{z-index: 99;} 
.whyChooses::after{ content: ""; left: 0px; top: 0px; width: 100%; position: absolute; z-index: 0; background: #000000c4; height: 100%;} 
.whyChooses .count-bx .ic-bx { width: 60px; } 
.whyChooses .count-bx .tx-bx { text-align: left; } 
.whyChooses .count-bx .tx-bx .coun { font-size: 30px; font-weight: 900; background-color: #efefef; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.whyChooses .count-bx .tx-bx p { color: #eee; margin: 0; padding: 0; line-height: normal; } /* blogs */ .bannerPost .serviceBox .readMore1 { width: 135px; display: block;margin-bottom: 10px; } 
.bannerPost .serviceBox .image { height: 200px;} 
.bannerPost .serviceBox .serviceTitle { white-space: inherit; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.vmv-btn { transition: all .2s linear; background: #FFC93C; padding: 5px 10px; margin-top: 0px; color: #0e0e0e; animation-duration: 1s; animation-timing-function: ease; animation-delay: 0s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: none; animation-play-state: running; animation-name: pulse; font-size: 15px; margin-left: 20px; border-radius: 0px; } 
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 #FFC93C;box-shadow:0 0 0 0 #FFC93C} 100%{-webkit-box-shadow:0 0 0 20px rgba(21,101,192,0);box-shadow:0 0 0 20px rgba(21,101,192,0)} }@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 #FFC93C;box-shadow:0 0 0 0 #FFC93C} 100%{-webkit-box-shadow:0 0 0 20px rgba(21,101,192,0);box-shadow:0 0 0 20px rgba(21,101,192,0)} } 
footer .mainBtn2 { padding: 5px 20px; font-size: 15px; } 
.navigation .menu ul li.cs-submenu.submenus8 ul.cs-dropdown{ right: -20px; left: inherit; } 
.navigation .menu ul li.cs-submenu.submenus7 ul.cs-dropdown{ right: -80px; left: inherit;} 
.features-section-two .image-column img { height: 100%; object-fit: cover; } 
.title4 { font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 5px; color: #2196F3; font-family: var(--fontTitle); letter-spacing: 0px; } 
.processSection.processSection2 ul li { width: 20%; } /* testimonials start */ .testimonials .testimonial { color: #fff; position: relative; background:#2196F3; padding: 33px; margin: 0 0 20px 0px; border-radius: 5px 5px 5px 0px; } 
.testimonials .testimonial::before, .testimonials .testimonial::after { content: ""; display: inline-block; position: absolute; left: 0; bottom: -20px; } 
.testimonials .testimonial::before { width: 20px; height: 20px; background: #9b9b9b; box-shadow: inset 12px 0 13px rgba(0,0,0,0.5); } 
.testimonials .testimonial::after { width: 0; height: 0; border: 10px solid #0069bd; border-bottom-color: #fff; border-left-color: #fff; } 
.testimonials .testimonial p { text-indent: 50px; line-height: 24px; margin: 0; color: #fff; } 
.testimonials .testimonial p::before { content: "\201D"; font-family: Arial,sans-serif; color: #fff; font-weight: bold; font-size: 68px; line-height: 115px; position: absolute; left: -17px; top: 0; } 
.review_item { padding: 0px; border-radius: 3px; background: #fff; direction: ltr; position: relative; z-index: 1; } 
.review_item::before { position: absolute; content: ""; right: 35px; top: inherit;    bottom: 25px; z-index: -1; background-image: url(../images/quote.svg); background-repeat: no-repeat, repeat; width: 50px; height: 42px; } 
.review_item .clint-info-wrapper { display: flex; align-items: center; } 
.review_item .clint-info-wrapper .thumb { position: relative; z-index: 1; display: inline-block; height: 70px; width: 70px; padding: 3px; background: #fff; border-radius: 100%; overflow: hidden; min-width: 70px; border: 2px dashed #ddd; } 
.review_item .clint-info-wrapper .client-info { padding-left: 15px; } 
.review_item .clint-info-wrapper .client-info .title {     color: #FC2E45; font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 5px; font-family: var(--fontTitle);} 
.review_item .clint-info-wrapper .client-info span { color: #5c5c5c; font-weight: 500; font-size: 15px; } 
.review_item .description { margin-top: 10px; } 
.review_item .description p { margin-bottom: 0; color: #666; font-weight: 600; } /* testimonials end */ /* blogs */ .news-section-two { position: relative; padding: 100px 0 70px;} 
.sec-title { position: relative; margin-bottom: 35px; } 
.news-block-two { position: relative; } 
.news-block-two .inner-box { position: relative; /* margin-bottom: 30px; */ } 
.news-block-two .image img { border-radius: 6px; width: 100%; } 
.news-block-two .lower-content { position: relative; background-color: #fff; border-radius: 6px; margin-left: 11px; margin-right: 11px; margin-top: -36px; padding: 15px; 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: #cd7c1c; width: max-content; line-height: 18px; } 
.news-block-two .title3 { position: relative; font-size: 22px; font-weight: 600; color: #202020; padding-bottom: 5px; margin-bottom: 0px; transition: .5s; } 
.news-block-two a.read-more-link { color: #FC2E45; font-size: 15px; font-weight: 500; } 
.news-block-two .title3 a { transition: all 0.5s ease; white-space: inherit; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 20px; font-weight: 600; line-height: 20px; margin-bottom: 0px; color: #2196F3; font-family: var(--fontTitle); } 
.news-block-two .image { overflow: hidden; aspect-ratio:16/10; min-width: 100%;  border-radius: 6px;; min-height: 100%; } 
.news-block-two:hover img{transform: scale(1.1);} 
.news-block-two .title3 a:hover{color:#FC2E45} 
.news-block-two a.read-more-link:hover { color: #2196F3;} 
.top_bar ._left .call_us a:hover span{color:#fff112;} 
.footer .address-list li a:hover { color: #1d9fff; } 
header ul.follow-us.p-0 li a { width: 27px; height: 27px; line-height: 24px; border-radius: 50px; background: #fff;border: 1px solid #fff; } 
.call_us.text-white span { font-weight: 500; } 
header .follow-us li.linkedin a{color: #0274b3;} 
header .follow-us li.youtube a{color: #e12428;} 
header .follow-us li.twitter a{color: #323232;} 
header .follow-us li.facebook a{color: #496eb4;} /* award */ .gallery_page .gallery_item { margin-bottom: 0px; height: 100%; } 
.gallery_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #1e1e1e; } 
.gallery_page .gallery_item { border-radius: 10px; background-color: rgb(255 255 255); box-shadow: none; margin-bottom: 0px; overflow: hidden; border: 1px solid #f9c9d0; } 
.gallery_page .gallery_item img { display: block; width: auto; height: 100%; border-radius: 0px; object-fit: contain; max-height: 100%; } 
.gallery_item_info { text-align: center; padding: 15px 10px; } 
.gallery_item_info .title2 { text-align: center; font-size: 18px; font-weight: 600; line-height: 20px; margin-bottom: 0px; color: #fc2e45; font-family: var(--fontTitle); letter-spacing: 0px;text-transform: capitalize; } 
.gallery_item_info p { font-size: 13px; margin: 0; margin-top: 4px; color: #333; max-width: 100%; } 
.hover_effect { display: block; position: relative; background: none; overflow: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; height: auto; aspect-ratio:1; border-radius: 0px; } 
.gallery_item_info h4, .gallery_item_info h3{margin:5px 0px;padding: 0px ; font-size: 18px;color:#2196F3;} 
.hover_effect:after { color: #fff; position: absolute; font-size: 1.6em; text-align: center; line-height: 40px; width: 40px; height: 40px; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } 
.hover_effect img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: auto; height: auto; } 
.hover_effect:hover:after { -webkit-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: .6; -khtml-opacity: .6; opacity: .6; } 
.hover_effect:hover img { filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; } 
.hover_effect:hover { background: #2196F3; } 
.hover_effect:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>"); } /* footer */ .footer { padding: 70px 0 40px; background: #fff0;    background-position: top center; background-size: cover; background-image: url(../images/footer-bg.svg); } 
.copyright { background: #fff;       padding-top: 15px; padding-bottom: 20px; } 
.footer .thumb-headline { color: #fc2e45;} 
.footer p{ color: #3a3a3a; font-size: 15px; } 
.clientSection.bg-light4.py-5 { background:linear-gradient(180deg, #fbecef, #ffffff); padding-bottom: 25px !important; } 
.ulinked .item { padding: 0px 13px; } 
.title_1 a{ color: var(--logoColor);} li.instagram a { color: #fd5949   ; } 
.footer li.instagram a {    color: #fff; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } /* instagrams css */ .insta-section.py-5 { width: 100%;float: left; } 
.hd-text.text-center.fs-2 a { color: #a7794e; } p.hd-text2.text-center { font-size: 15px; margin-top: 10px; } 
.insta_item { position: relative; overflow: hidden; border-radius: 15px; height: 280px; display: flex; align-items: center; justify-content: center; } 
.hover_effect2 { display: block; position: relative; overflow: hidden; transition: all 0.3s ease-out;    height: 100%; width: 100%; } 
.hover_effect2 img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; } /* Overlay */ .hover_effect2::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.43); opacity: 1; transition: all 0.3s ease-out; z-index: 1; } /* Instagram Icon */ .hover_effect2::after { content: ""; position: absolute; left: 50%; top: 50%; width: 30px; height: 30px; background: url(../images/instagram-icon.svg) no-repeat center/contain; transform: translate(-50%, -50%) scale(0.9); opacity: 1; transition: all 0.3s ease-out; z-index: 2; } /* Hover Effects */ .hover_effect2:hover::before { opacity: 1; } 
.hover_effect2:hover::after { opacity: 0.9; transform: translate(-50%, -50%) scale(1.3); } 
.hover_effect2:hover img { transform: scale(1.1); } 
.sitemap li a:hover { color: #fc2e45;} 
.slides { width: 50px; border: 1px solid #ccc; cursor: pointer; } 
.slides.active { border: 1px solid #0068b3; } 
.w-100 { width: 100%; } 
.item.youtube { display: flex; align-items: center; justify-content: center; background: red; color: #fff; height: 35px; border-radius: 5px; width: 40px; } 
.item.youtube svg { fill: #fff; width: 30px; height: 30px; } 
.gallery_item_info .title6, .title6 { padding: 0px; font-size: 18px; color: #2196F3; font-weight: bold; margin: 0; text-transform: capitalize; text-align: center; font-family: var(--fontTitle); } label.error { color: red; text-align: left; } 
.product_popup_image { aspect-ratio: 1; } 
.product_popup_image img { aspect-ratio: 1; min-width: 100%; min-height: 100%; } 
.product_listing .product .small img, .product_listing .product .largeImage img { padding: 0; cursor: pointer; border: 0px solid #323232; aspect-ratio: 1; object-fit: contain; min-width: 100%; min-height: 100%; } 
.product_listing.h-100.p-2 .product { min-height: inherit; } 
.right-content table { margin-bottom: 15px; font-size: 15px; color: #282828; line-height: 24px; width: 100%; } tbody, td, tfoot, th, thead, tr { border-color: #d7d7d7; border-width: 1px; padding: 7px; } 
.catName.fw-bold.fs-6 { color: #333; margin: 10px 0px; } 
.cmTitle { font-size: 22px; color: #fc2e45; font-weight: 500; margin: 10px 0px; } 
.mainCategory .gridFlex .boxContent { width: 100%; } 
.wps_right h4 { font-size: 20px; line-height: normal;text-align: left;    padding: 0px; margin: 10px 0px; color: #FC2E45; } 
.more_info { max-height: 220px; overflow-y: auto; margin-bottom: 10px; } 
.product_showcase1 a.read_more.mainBtn3 { margin-bottom: 10px; } 
.video_gallery .vd_bx { position: relative; overflow: hidden; z-index: 1; border-radius: 16px; border: 1px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; margin-bottom: 15px; } 
.video_gallery .video-play-icon { width: 50px; height: 50px; line-height: 48px; } 
.video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 65px; height: 65px; border-radius: 80px; text-align: center; line-height: 65px; color: #fff; display: block; margin: auto; transition: all .5s; background: var(--liner); background-color: #d9141b; box-shadow: 0 0 0 0 rgba(110, 39, 37, .5); -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); } 
@-webkit-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
@-moz-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
@-ms-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
@keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
.video_gallery .moreBtn:before, .video_gallery .moreBtn:after { background: #333; } 
.video_gallery .moreBtn:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; color: white; } 
.video_gallery .vd_bx img { height: 100%; object-fit: cover; width: 100%; } 
.faq_section.bg-light.py-5.video_gallery { background: linear-gradient(180deg, #fc2e4512, #ffffff00) !important; padding-bottom: 25px !important; } 
.wps_right h2, .wps_right h3, .wps_right h4 { line-height: 24px; } 
.scrollbar-with{overflow-y: auto;padding-right: 15px;} 
@media (min-width:1024px) { .navigation .menu li.cs-submenu.submenus3 ul.cs-dropdown{        width: 750px; left: -180%;} 
.navigation .menu li.cs-submenu.submenus3 ul.cs-dropdown li { width: 33%; float: left; border-left: 1px solid #e4e4e4; } 
.scrollbar-with{        height: 550px; margin-bottom: 40px;} 
.navigation .menu ul li ul.cs-dropdown { left: -15px; } 
.video_gallery .vd_bx { height: 240px; } } 
@media (min-width: 1023px) { /* .navigation .menu ul li.cs-submenu.submenus23 ul.cs-dropdown { max-height: 450px; overflow-y: auto; } */ .navigation .menu li.cs-submenu.submenus23 ul.cs-dropdown li { width: 33%; float: left; border-left: 1px solid #e4e4e4; } 
.navigation .menu li.cs-submenu.submenus5 ul.cs-dropdown { left: inherit; right: -20px; } 
.navigation .menu li.cs-submenu.submenus23 ul.cs-dropdown { width: 750px; left: -180%; } } 
.more_info.h-auto.mb-0.text-center p { margin: 0px; white-space: inherit; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
a.mainBtn3.mx-2.px-2 { background: #2a2a2a; } 
.col-lg-3.col-md-12 .categorylist .product_listing { margin-bottom: 0px; padding-bottom: 10px; }