@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); :root { --logoColor: #b82418; --darkColor: #000; --white: #fff; --text-color: #000; --text-light: #555; --gradient: linear-gradient(to left, #b82418, #b82418); --fontTitle: "Lato", sans-serif; --fontText: "Lato", sans-serif; --facebook: #3C5B9B; --twitter: #000; --linkedin: #027ba5; --youtube: #f70000; --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); --textSize: 14px; --titleSize: 22px; } 
html { margin: 0; padding: 0; overflow-x: hidden; } 
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(--fontText); color: #000; margin: 0 0 20px; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; } 
p a { color: var(--darkColor); width: auto; display: inline; } 
p a:hover { text-decoration: underline; outline: none; } 
p, ul { letter-spacing: normal; margin-bottom: 10px; line-height: 24px; font-size: var(--textSize); color: #444; font-family: var(--fontTitle); } 
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; } 
.form-group { position: relative; margin-bottom: 15px; } 
.form-control { border-radius: 1px; font-size: 15px; } 
.form-control::-moz-placeholder { color: #555; } 
.form-control:focus::-moz-placeholder { color: var(--logoColor); } 
.form-control:focus { border-color: var(--logoColor); box-shadow: none; } 
h2 { font-size: 26px; font-weight: bold; } 
h3 { font-size: 20px; margin: 0 0 30px; font-weight: bold; overflow: hidden; } 
h3 span { padding: 0 10px 0 0; position: relative; } 
h4 { font-size: 16px; font-weight: bold; margin: 0; text-transform: capitalize; text-align: center; padding: 15px 0; } 
h5 { text-transform: capitalize; } 
ul.social { margin: 0; padding: 0; } 
.top_right ul.social { float: left; margin: 0; list-style: none; padding: 0px; width: auto; } 
ul.social li { display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 32px; height: 32px; border-radius: 1px; display: flex; align-items: center; justify-content: center; color: #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 { 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: #fff; background: #fff; } 
.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 img { width: 200px; } 
.menubar { float: left; width: 100%; } 
.top_bar { background: var(--logoColor); } 
.header.stricky-fixed .top_bar { display: none; } 
.top_bar ._left { display: flex; align-items: center; gap: 25px; } 
.get_qut { padding: 0 25px; box-sizing: border-box; border: 2px solid var(--logoColor); background: var(--logoColor); line-height: 45px; color: #fff; font-size: 16px; font-weight: 400; margin-left: auto; } 
.get_qut svg { width: 17px; height: 17px; margin-left: 3px; margin-top: -2px; } 
.get_qut:hover { background: #9fb705; border-color: #9fb705; color: var(--white); } 
.search_bx { padding: 0 25px; border-right: 1px solid #333; line-height: 45px; } 
.search_bx form { display: flex; align-items: center; } 
.search_bx form input { width: 100%; border: 0; outline: 0; background: transparent; color: #f7f7f7; font-size: 15px; font-weight: 400; letter-spacing: 0.2px; } 
.search_bx form input:focus { border: 0; outline: 0; background: transparent; color: #eee; font-weight: 400; } 
.search_bx form button { border: 0; outline: 0; background: transparent; color: #fff; } 
.search_bx form button:hover { color: var(--logoColor); } 
.top_bar ._left .social_box { display: flex; list-style: none; margin: 0; padding: 0; line-height: normal; align-items: center; /* border-right: 1px solid #333; */ height: 43px; } 
.top_bar ._left .social_box li a { text-align: center; width: 28px; height: 30px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; } 
.top_bar ._left .social_box li a svg { width: 14px; height: 14px; } 
.top_bar ._left .social_box li a:hover { color: #111; } 
.top_bar ._left .call_us { display: flex; flex-wrap: wrap; color: #fff; align-items: center; font-weight: 400; gap: 5px; letter-spacing: 0.3px; font-size: 14px; } 
.top_bar ._left .call_us span svg { height: 15px; width: 15px; margin-right: 1px; } 
.top_bar ._left .call_us a { color: #fff; font-size: 15px; font-weight: 400; } 
.top_bar ._left .call_us a span { font-weight: 600; color: var(--logoColor); } 
.top_bar ._left .call_us a:hover { color: #111; } 
.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; } 
.header .mainBtn2:before { background: var(--text-color); } 
.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; display: inline-block; 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: 0; text-align: end; display: block; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a { padding: 27px 12px; display: block; color: var(--text-color); transition: all 0.3s ease; font-size: 15px; background: transparent; font-weight: 400; font-family: var(--fontText); text-transform: capitalize; } 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a { color: var(--logoColor); background: transparent; } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; min-width: 200px; width: max-content; max-width: 240px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #f7f7f7; 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: #333; font-size: 15px; padding: 7px 15px; position: relative; display: block; text-transform: capitalize; transition: none; font-weight: normal; line-height: 1.3; } 
.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: var(--text-color); } 
.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: var(--logoColor); } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu: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 } 
#carouselExampleControls { float: left; width: 100%; margin: 0; padding: 0; } 
.carousel-item img { width: 100%; } 
.allCategory { float: left; width: 100%; margin: 0; padding: 45px 0 0; background: #fff; } 
#allSlider { float: left; width: 100%; margin: 0; padding: 0; } 
.item .image { width: 100%; height: 100%; aspect-ratio: 1 / 1; border-radius: 100%; margin: 0 0 5px; padding: 0; overflow: hidden; } 
.item .image img { width: 100%; object-fit: cover; object-position: center; aspect-ratio: 1 / 1; } 
.item .title1 { color: #333; font-size: 15px; font-weight: 500; text-align: center; } 
.item:hover .title1 { color: var(--logoColor); } 
.offerBanner { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff } 
.mainBtn2 { display: inline-block; position: relative; padding: 10px 18px; font-size: 15px; font-weight: 400; color: #fff; background: var(--logoColor); text-transform: capitalize; z-index: 1; transition: all .5s ease; /* background: -webkit-linear-gradient(0deg, #f25743, var(--logoColor) 50%); */ letter-spacing: 0.5px; overflow: hidden; } 
.mainBtn2:before { position: absolute; content: ''; background: #fff; width: 0%; height: 100%; top: 0; right: 0; border-radius: 1px; z-index: -1; transition: all .5s ease } 
.mainBtn2:hover { color: var(--logoColor); } 
.mainBtn2:hover:before { width: 100%; left: 0 } 
.offerBoxes { position: relative; margin-bottom: 0; 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: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 19, 0.5) 100%); -webkit-transition: opacity 180ms ease; transition: opacity 180ms ease; } 
.offerBoxes img { max-width: 100%; } 
.offerBoxes .image_description { position: absolute; font-size: .875em; z-index: 2; top: 50%; transform: translateY(-50%); left: 40px; right: 40px; } 
.offerBoxes .image_description p { text-align: left; font-size: 16px; color: #FFF; } 
.bannerLeft .offerBoxes .image_description p { font-size: 15px; margin-bottom: 20px; } 
.bannerLeft .offerBoxes .image_description p.tags { font-size: 17px; } 
.tags { /* text-transform: uppercase; */ padding-top: 0; color: #FFF; font-size: 14px; } 
.bannerLeft .offerBoxes .image_description .tags { font-weight: 500; margin-bottom: 0; } 
.bannerLeft .offerBoxes .image_description .title-banner { font-size: 35px; line-height: 1.3; text-align: left; text-transform: capitalize; padding: 0; color: var(--logoColor); margin-bottom: 8px; font-family: var(--fontText); text-transform: uppercase; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.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: 30px; top: 50%; transform: translateY(-50%); right: 30px; } 
.bannerRight .offerBoxes .image_description .title-banner { font-size: 24px; line-height: normal; text-transform: capitalize; color: var(--logoColor); margin-bottom: 8px; padding: 0; font-weight: 600; text-align: left; font-family: var(--fontText); text-transform: uppercase; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); letter-spacing: 0.5px; } 
.bannerRight .offerBoxes .image_description p { text-transform: uppercase; margin: 0; font-size: 14px; } 
.bannerRight .offerBoxes:first-child .image_description p { margin-bottom: 20px; text-transform: inherit; /* max-width: 60%; */ font-size: 15px; } 
.bannerRight .offerBoxes:first-child .image_description p.tags { margin-bottom: 5px; font-size: 16px; } 
.offerBoxes:hover .mainBtn2 { color: var(--logoColor) } 
.offerBoxes:hover .mainBtn2:before { width: 100%; left: 0 } 
.videoSection2 { position: relative; overflow: hidden; width: 100%; } 
.videoSection2 .title_1 { text-shadow: 1px 1px 0 rgba(255, 255, 255, .75); text-transform: uppercase; font-size: 36px; } 
.videoSection2 video { z-index: 1; width: 100%; margin: 0; padding: 0; } 
.videoSection2 .overlay { width: 100%; height: 99%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, .5); /* background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .6) 50%); background-size: 3px 3px; */ z-index: 2; padding: 50px 0; display: flex; align-items: center; justify-content: center; } 
.videoSection2 .overlay .maxWidth p { color: #fff; font-size: 18px; } 
.videoSection2 .overlay .maxWidth .mainBtn3 { margin-top: 15px; } 
.mainCategory { float: left; width: 100%; margin: 0; padding: 40px 0; 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: flex; flex-wrap: wrap; margin-bottom: 10px; position: relative; } 
.mainCategory .leftImage, .mainCategory .rightInfo { width: 50%; display: flex; align-items: stretch; justify-content: space-around; } 
.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: 40px 85px 40px 40px; background-color: transparent; } 
.mainCategory .gridFlex:nth-child(even) .rightInfo { padding: 40px 40px 40px 85px; } 
.mainCategory .gridFlex:nth-child(even) .leftImage { border-radius: 30px 0 0 30px; overflow: hidden; } 
.mainCategory .boxWrapper { display: flex; flex-direction: row; align-items: center; } 
.mainCategory .boxIcon { display: inline-flex; flex: 0 0 auto; margin-right: 15px; margin-left: 0; margin-bottom: unset; } 
.mainCategory .boxIcon svg { fill: #007efa; color: #007efa; border-color: #007efa; width: 80px; height: 80px; position: relative; display: block; } 
.mainCategory .boxContent p { font-size: 14px; line-height: 24px; text-align: justify; color: #222; } 
.mainCategory .catTitle { font-size: 30px; font-weight: 700; margin-bottom: 8px; color: var(--logoColor); } 
.mainBtn3 { display: inline-block; position: relative; padding: 10px 18px; font-size: 15px; font-weight: 400; color: #fff; background: var(--logoColor); text-transform: capitalize; border-radius: 28px; z-index: 1; transition: all .5s ease; letter-spacing: 0.5px; overflow: hidden; border: 0; } 
.mainBtn3 span { display: flex; align-items: center; font-size: 16px; gap: 6px; } 
.mainBtn3 span svg { margin-right: 5px; } 
.mainBtn3:before { position: absolute; content: ''; background: var(--darkColor); width: 0%; height: 100%; top: 0; right: 0; border-radius: 5px; z-index: -1; transition: all .5s ease } 
.mainBtn3:hover { color: var(--logoColor) } 
.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: 16px; } 
.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: 27px; line-height: 1.2; font-weight: 600; text-align: center; display: block; margin-bottom: 10px; position: relative; letter-spacing: 0.2px; text-transform: capitalize; } 
.title_1 span { color: var(--text-color); } 
.maxWidth { text-align: center; max-width: 950px; margin: 10px auto 30px; position: relative; } 
.maxWidth p { font-size: 15px; color: #444; line-height: 24px; } 
.newAddedSection h2 { color: #ff5f1f; 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: 19px; font-weight: 600; line-height: 1.3em; margin-bottom: 5px; color: #333; } 
.featureContent2 p { font-size: 15px; font-weight: 400; line-height: 1.5; margin: 0; color: #444; } 
.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: var(--darkColor); } 
.topServices .maxWidth p { color: #fff; } 
.topServices .title_2 { color: #333; } 
.topServices .title_2:before { content: ''; background: #ff5f1f; 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; margin-bottom: 20px; } 
.serviceBox .image { height: 265px; width: 100%; border-radius: 20px; margin: 0 auto 10px; position: relative; overflow: hidden; } 
.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%; } 
.serviceBox .serviceTitle { color: #fff; font-size: 22px; margin: 15px 0px 15px; font-weight: 600; } 
.serviceBox:hover .serviceTitle { color: var(--logoColor); } 
.serviceBox p { color: #ddd; font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.consult-center-btn { margin-top: 50px; } 
.serviceBox .readMore1 { display: inline-block; color: #ff5f1f; font-size: 16px; font-weight: 600; } 
.bgButton { color: #fff; background: #333; border-color: #333; margin-top: 20px; } 
.bgButton:hover { color: #fff; background: #ff5f1f; border-color: #ff5f1f; } 
#moreProducts .owl-prev, #moreProducts .owl-next { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background: #ff5f1f; border-radius: 100%; z-index: 9 } 
#moreProducts .owl-nav .owl-prev { left: -20px; } 
#moreProducts .owl-nav .owl-next { right: -20px; } 
#moreProducts .owl-prev:hover, #moreProducts .owl-next:hover { background: #fff; color: #ff5f1f; border-color: #fff } 
#moreProducts .owl-dots { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto } 
.productSection { float: left; width: 100%; margin: 0; padding: 50px 0; position: relative; z-index: 1; background-image: url(https://html.kodesolution.com/2016/sports-trainer-html/demo/images/bg/bg1.jpg); background-position: center; background-size: cover; } 
.productSection::before { content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--darkColor); opacity: 0.8; z-index: -1; position: absolute; } 
.productSection .container-fluid { padding: 0 4%; } 
.productSection .maxWidth p { color: #fff; } 
.product1 { float: left; width: 100%; transition: .4s ease-in-out; position: relative; margin-bottom: 25px; } 
.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%; height: 320px; 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%, rgba(0, 0, 0, 1) 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: 320px; object-fit: cover; } 
.product1 .product1Info { border-radius: 4px; padding: 10px 15px; background: rgba(255, 255, 255, .8); position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 85%; } 
.product1 .product1Info .title4 { width: 100%; display: flex; align-items: center; justify-content: center; padding: 0; background: none; border: none; font-size: 16px; line-height: 20px; font-weight: 700; color: #000000; margin-bottom: 0; text-align: center; } 
.product1:hover .product1Info { background: #fff; } 
.product1:hover .product1Info .title4 { color: var(--logoColor); } 
.product1:hover { box-shadow: 0 0 0 1px #666, inset 0 0 0 #000; 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: 50px 0; margin: 0; background: #fff; } 
.videoFeedback { float: left; width: 100%; margin: 0; padding: 0; position: relative; margin-bottom: 20px; } 
.videoFeedback .image { position: relative; overflow: hidden; border-radius: 16px; margin-bottom: 15px; } 
.videoFeedback .image img { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; object-position: center; border-radius: 15px; box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .05); } 
.videoFeedback:hover .image:before { opacity: 0; } 
.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 { width: 48px; } 
.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: 16px; text-align: center; font-weight: 600; color: #333; line-height: normal; text-transform: capitalize; } 
.videoFeedback:hover .videoName { color: var(--logoColor); } 
.processSection { float: left; width: 100%; margin: 0; padding: 40px 0 40px; position: relative; background-image: url(../images/icon/pattern8.png); } 
.processSection .container-fluid { position: relative; padding: 0 4%; } 
.processSection ul { margin: 0; padding: 0; } 
.processSection ul li { float: left; width: 20%; list-style: none; } 
.processSection .container-fluid .step { position: absolute; top: 40px; left: 100px; z-index: 55; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; right: 100px; z-index: -1; } 
.processSection .container-fluid .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: 101px; } /* .processSection ul li:nth-child(1) .single-process:hover:after{top: 94px;} */ .processSection ul li:nth-child(2) .single-process:after { top: 36px; } /* .processSection ul li:nth-child(2) .single-process:hover:after{top: 28px;} */ .processSection ul li:nth-child(3) .single-process:after { top: 2px; } /* .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: 30px; } 
.processSection .single-process.down { margin-top: 70px; } 
.processSection .single-process.up1 { margin-top: -20px; } 
.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: 20px; 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: var(--logoColor); 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 .tt { font-weight: 600; color: var(--text-color); font-size: 20px; line-height: normal; font-family: var(--fontText); margin-bottom: 4px; padding: 0; } 
.processSection .single-process p { font-size: 15px; line-height: 1.5; color: var(--text-light); } 
.processSection .single-process a { color: var(--logoColor); font-size: 15px; font-weight: 700; } 
.googleReview2 { float: left; width: 100%; margin: 0; padding: 40px 0 140px; background-color: #eee } 
.tm-testi-slide-1 { background: #fff; padding: 24px 21px 15px 21px; border: 1px solid #dfdfdf; border-radius: 18px; transition: all .3s ease-in-out; } 
.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: 10px; } 
.tm-slide-p { font-weight: 400; font-size: 15px; padding: 10px 0 15px 0; line-height: 23px; border-bottom: 1px solid #ebeaea; color: #707070; text-align: left; margin: 0; } 
.tm-slide-h5 { color: #707070; padding-top: 10px; font-size: 16px; font-weight: 600; } 
.morecontent span { display: none; } 
.morelink { display: block; font-size: 15px; color: var(--logoColor); } 
.owl-carousel { float: left; width: 100%; } 
#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: 16px; font-weight: 500; line-height: 20px; text-align: center; padding: 0; margin: 10px 0 0; height: 45px; position: relative } 
.video_info .h4 span { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); width: 100%; height: auto; max-height: 100% } 
.video_box:hover .video_info .h4 { color: var(--logoColor) } 
.video_box:hover a { text-decoration: none } 
.home-call-section { float: left; width: 100%; padding: 50px 0 0; position: relative; z-index: 0; background-image: url(../images/image03.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } 
.home-call-section .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: var(--darkColor); opacity: 0.9; } 
.home-call-section .call-wrapper { display: grid; grid-template-columns: auto 55%; justify-items: center; grid-row-gap: 40px; } 
.home-call-section .call-wrapper .call-figure { margin: 0; margin-top: -180px; margin-right: 70px; } 
.section-head { line-height: 1; } 
.section-head .section-title { margin: 0; padding: 0; padding-left: 20px; border-left: 3px solid var(--logoColor); margin-bottom: 25px; color: #ffffff; font-size: 30px; line-height: 36px; font-family: var(--fontText); font-weight: bold; } 
.section-head p { margin-bottom: 20px; color: #ffffff; line-height: 24px; font-size: 16px; } 
.section-head ul { margin: 0 0 20px; padding: 0; } 
.section-head ul li { line-height: 28px; font-size: 16px; margin: 0; vertical-align: middle; text-align: left; padding: 0; display: flex; align-items: center; color: #fff; } 
.section-head ul li:before { width: 20px; height: 20px; color: #fff; font-weight: 400; margin-top: 0; margin-right: 5px; float: left; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='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>"); } 
.home-call-section .mainBtn3 { padding: 12px 30px; } 
.home-call-section .mainBtn3:before { background-color: #fff; } 
.home-appointment-section { float: left; width: 100%; margin-bottom: 20px; } 
.home-appointment-section .overlay-wrapper { position: relative; z-index: 2; padding: 40px; -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); background-color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; 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 { font-family: var(--fontFamily); margin: 0; padding: 0; font-weight: bold; padding-left: 20px; border-left: 3px solid var(--logoColor); margin-bottom: 25px; color: var(--textColor); font-size: 22px; } 
.section-head-black p { margin-bottom: 20px; font-size: 16px; } 
.section-multi-button { margin-bottom: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; row-gap: 20px; column-gap: 30px; } 
.section-multi-button .call-apoint { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; } 
.section-multi-button .call-apoint .call-icon { margin: 0; margin-right: 15px; text-align: center; } 
.section-multi-button .call-apoint .call-icon span { height: 48px; width: 48px; 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: 30px; height: 30px; } 
.section-multi-button .call-apoint .call-info { line-height: normal; } 
.section-multi-button .call-apoint .call-info .smallTitle { margin: 0; padding: 0; font-size: 16px; font-weight: 500; color: #333; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 { margin: 0; padding: 0; font-weight: bold; font-size: 20px; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 a { color: #333; } 
.section-multi-button .call-apoint .call-info .phoneTitle2 a:hover { color: #333; } 
.sectionTitle { margin: 0; padding: 0; font-weight: bold; margin-bottom: 15px; font-size: 22px; } 
.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; } 
.banner-post-two { position: relative; margin-bottom: 20px; } 
.banner-post-thumb-two::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 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: var(--logoColor); } 
.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: #eee; } 
.blog-post-meta .list-wrap li i { line-height: 0; font-size: 16px; } 
.blog-post-meta.white-blog-meta .list-wrap li a { color: #eee; } 
.banner-post-two.small-post .banner-post-thumb-two img { width: 100%; height: 192px; 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: 60px 0 20px; position: relative; z-index: 1; background-image: url(../images/bg/bg6.jpg); } 
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--darkColor); opacity: 0.85; z-index: -1; } 
.footer p { color: #fff; font-size: 14px; } 
.footer .address-list li { color: #fff; margin-bottom: 7px; font-size: 14px; letter-spacing: 0.5px; display: flex; font-family: var(--fontTitle); } 
.footer .address-list li svg { margin-right: 10px; vertical-align: middle; width: 18px; height: 18px; min-width: 18px; margin-top: 7px; } 
.footer .shop-social li i { color: #fff; width: 30px; height: 30px; padding: 8px; font-size: 16px; text-align: center; background: #414040 } 
.footer .shop-social li i:hover { background: #353535 } 
.footer h2.thumb-headline { color: var(--logoColor); font-size: 24px; font-weight: 700; margin-bottom: 15px; text-transform: capitalize } 
.footer .thumb-headline a { color: var(--logoColor) } 
.footer .thumb-headline { color: var(--logoColor); font-size: 20px; font-weight: 700; margin-bottom: 15px; text-transform: capitalize; letter-spacing: 0.5px; } 
.footer .thumb-headline a { color: var(--logoColor) } 
.footer h6 { color: #fff; 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; font-family: var(--fontTitle); } 
.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: #fff; font-size: 14px; letter-spacing: 0.5px; 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: var(--logoColor); } 
.footer .simple-list li a:hover:before { border-color: var(--logoColor); } 
.footer .simple-list li:last-child a:after { display: none; } 
.footer .simple-list a:hover { color: var(--logoColor) } 
.footer .address-list li a { color: white; } 
.footer .address-list li a:hover { color: var(--logoColor); } 
.copyright { float: left; margin: 0; width: 100%; padding: 10px 0; border-top: none; background: #000 } 
.copyright p { color: #eee; font-size: 14px; margin: 0; line-height: 24px } 
.copyright a { color: var(--logoColor) } 
.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.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border: 0; } 
.follow-us li.twitter a { background: var(--twitter); border-color: var(--twitter) } 
.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: 65px; right: 30px; width: 46px; height: 46px; border-radius: 50%; color: var(--textColor); 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: var(--darkColor); 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); } 
.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; } 
.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: var(--logoColor); 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; outline: 0; } 
.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; } 
.carousel-control-next, .carousel-control-prev { line-height: 0; position: absolute; top: 50%; display: block; width: 37px; height: 37px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background-color: rgba(0, 0, 0, 0.3); border-radius: 0; z-index: 99; opacity: 1; } 
.carousel-control-next-icon, .carousel-control-prev-icon { height: 17px; width: 17px; } 
.carousel-control-next:hover, .carousel-control-prev:hover { background-color: var(--darkColor); } 
.carousel-control-prev { left: 30px; } 
.carousel-control-next { right: 30px; } 
@media (max-width:980px) { .carousel-control-next, .carousel-control-prev { width: 20px; height: 35px; } 
.carousel-control-next-icon, .carousel-control-prev-icon { height: 13px; width: 13px; } 
.carousel-control-prev { left: 0px; border-radius: 0 3px 3px 0; } 
.carousel-control-next { right: 0px; border-radius: 3px 0px 0px 3px; } 
} 
.owl-carousel .owl-dots .owl-dot span { margin: 7px 5px; width: 8px; height: 8px; } 
.breadcum-sec { position: relative; padding: 70px 0; float: left; width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 1; text-align: center; color: white; } 
.breadcum-sec::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--darkColor); opacity: 0.8; z-index: -1; } 
.breadcum-sec .cat-tt { font-weight: 1000; font-size: 30px; color: var(--logoColor); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8); } 
.breadcum-sec ul { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; list-style: none; column-gap: 30px; margin-bottom: 0; padding: 0; margin: 0; } 
.breadcum-sec ul li a, .breadcum-sec ul li { color: white; position: relative; font-size: 15px; padding: 0; margin: 0; } 
.breadcum-sec ul li::before { content: url('data:image/svg+xml;charset=utf-8,<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 16 4-4-4-4m6 8 4-4-4-4"/> </svg>'); position: absolute; top: 1px; right: -27px; opacity: 0.9; width: 22px; height: 22px; } 
.breadcum-sec ul li:last-child:before { content: none; } 
.breadcum-sec ul li a:hover { color: var(--logoColor); } 
.about-us-sec { float: left; width: 100%; padding: 50px 0; background-color: #f5f5f5; } 
.catTitle_2 { text-align: center; color: var(--text-color); font-size: 30px; position: relative; padding-bottom: 15px; text-transform: capitalize; margin-bottom: 30px; font-weight: 700; } 
.catTitle_2::before { content: ""; position: absolute; bottom: 0; left: calc(50% - 35px); background: var(--logoColor); width: 70px; height: 2px; } 
.catTitle_2 span { color: var(--logoColor); } 
.wps-right .product_right_image { float: right; max-width: 450px; width: 100%; margin-left: 25px; margin-bottom: 25px; text-align: center; position: relative; z-index: 1; } 
.wps-right .product_right_image img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; } 
.wps-right h1, .wps-right h2, .wps-right h3, .wps-right h4 { font-size: 25px; line-height: normal; text-align: left; margin-bottom: 10px; color: #111; font-weight: 700; } 
.wps-right h3, .wps-right h4 { font-size: 22px; } 
.wps-right p { text-align: justify; line-height: 1.6; color: #444; font-weight: 500; margin-bottom: 15px; font-size: 14px; } 
.wps-right ul { list-style: none; padding: 0; margin: 0; margin-bottom: 20px; } 
.wps-right ul li { padding-left: 22px; margin-bottom: 3px; position: relative; font-size: 14px; } 
.wps-right ul li::before { position: absolute; top: 0; left: 0; width: 16px; height: 16px; color: #4e4e4e; font-weight: 400; margin-top: 3px; margin-right: 5px; float: left; content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" fill="currentColor" viewBox="0 0 16 16"> <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z"/> </svg>'); } 
.wps-right table tr td, .wps-right table tr th { font-size: 14px; padding: 6px 10px; border: 1px solid #ddd; font-family: var(--fontTitle); } 
.wps-right table tr th { font-weight: 500; } 
.category_page .wps-right table tr ul { margin-bottom: 10px; } 
.category_page .wps-right table tr ul li { font-size: 14px; } 
.btn-grp { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 20px 0; } 
.productBrochure { padding: 9px 20px; border: 1px dashed; color: #555; font-size: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 3px; border-radius: 37px; } 
.productBrochure:hover { color: #000; } 
.multi-imgs { display: flex; align-items: center; justify-content: start; gap: 5px; margin-block: 10px; overflow-x: auto; } 
.multi-imgs .imgs { border: 1px solid #e3e3e3; width: 55px; height: 55px; cursor: pointer;aspect-ratio: 1; } 
.multi-imgs .imgs.youTube a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #f70000; } 
.multi-imgs .imgs.youTube a svg { width: 30px; height: 30px; color: white; } 
.multi-imgs .imgs.active { border: 1px solid var(--logoColor); } 
.multi-imgs .imgs img { object-fit: contain; object-position: center; } 
.you-may { margin: 20px 0; font-size: 20px; color: #111; font-size: 20px; font-weight: 700; } 
.you-may span { color: var(--logoColor); } 
.pr-li { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px; transition: 0.2s; background: white; } 
.pr-li:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px; } 
.pr-li .img_bx { padding: 0; border-right: 1px solid #eee; height: 100%; } 
.pr-li .img_bx img { aspect-ratio: 1 / 1; width: 100%; height: 100%; object-fit: contain; object-position: center; } 
.pr-li .g_100 .img_bx { border: 0; } 
.pr-li .tx-bx { padding: 15px; } 
.grid.pr_view .pr-li .tx-bx { padding-top: 0; } 
.pr-li .tx-bx .title { color: var(--logoColor); padding: 0; text-align: left; border-bottom: 1px solid #eee; font-weight: 600; padding-bottom: 10px; margin-bottom: 10px; font-size: 18px; } 
.grid.pr_view .pr-li .tx-bx .title { text-align: center; border: none; margin: 0; } 
.grid.pr_view .pr-li .tx-bx .bt_bx { text-align: center; } 
.pr-li .tx-bx .title a { font-size: 22px; color: var(--text-color); transition: 0.4s; } 
.pr-li:hover .tx-bx .title a { color: var(--logoColor); } 
.pr-li .tx-bx .info { max-height: 250px; overflow-y: auto; padding-right: 10px; margin-bottom: 0px; } 
.grid.pr_view .pr-li .tx-bx .info { display: none; } 
.pr-li .tx-bx .info::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } 
.pr-li .bt_bx { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 15px; } 
.pr-li .bt_bx .mainBtn2 { border: 1px solid var(--logoColor); padding: 11px 20px; background-color: white; color: var(--logoColor); line-height: 1.3; border-radius: 30px; } 
.pr-li .bt_bx .mainBtn2::before { background: var(--darkColor); } 
.pr-li .tx-bx .info::-webkit-scrollbar { width: 7px; background-color: #f5f5f5; } 
.pr-li .tx-bx .info::-webkit-scrollbar-thumb { background-color: #aaa; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); } 
.product_popup_image { aspect-ratio: 1 / 1; border: 1px solid #e3e3e3; margin-bottom: 15px; } 
.product_popup_image img { display: block; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; } 
.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; font-family: var(--font); color: var(--text-color); font-weight: 500; } 
.sitemap li ul { border-left: 1px solid #666; padding: 0; } 
.sitemap li a { color: #333; font-size: 14px; padding-bottom: 5px; display: block; } 
.sitemap li a:hover { color: var(--logoColor); } 
.market-sec { float: left; width: 100%; padding: 50px 0; } 
.market-sec h1, .market-sec .main-tt, .market-sec h2, .market-sec h3 { font-size: 24px; color: var(--text-color); line-height: 26px; margin: 20px 0 15px; font-weight: 700; } 
.market-sec h2, .market-sec h3 { font-size: 20px; font-weight: 600; } 
.market-sec .market-bx { padding: 10px 12px; background-color: #E8E8E8; color: var(--text-color); font-size: 14px; transition: 0.2s ease-in-out; } 
.market-sec .market-bx:hover { background-color: var(--logoColor); color: white; } 
.masonry { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } 
.masonry .item { display: inline-block; background: #fff; position: relative; padding: 0; margin: 0 0 20px; width: 100%; -webkit-transition: 1s ease all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: 2px 2px 4px 0 #ccc; } 
.masonry .item .img-bx::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--text-color); opacity: 0; z-index: 1; transition: 0.3s ease-in-out; } 
.masonry .item:hover .img-bx::before { opacity: 0.5; } 
.masonry .item:before, .masonry .item:after { position: absolute; content: ''; height: 0px; width: 0px; background-color: transparent; transition: all .3s ease-in-out; opacity: 0; z-index: 2; } 
.masonry .item:before { border-left: 1px solid #fff; border-top: 1px solid #fff; top: 20px; left: 20px; } 
.masonry .item:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; bottom: 20px; right: 20px; } 
.masonry .item:hover:before, .masonry .item:hover:after { height: 60px; width: 60px; opacity: 1; } 
.masonry .item img { max-width: 100%; } 
.masonry .item .link-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; display: inline-block; height: 45px; width: 45px; line-height: 40px; background-color: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); text-align: center; color: #fff; font-size: 14px; opacity: 0; transition: all .5s ease-in-out; pointer-events: none; } 
.masonry .item:hover .link-wrap { opacity: 1; } 
@media only screen and (min-width: 321px) and (max-width: 768px) { .masonry { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } 
} 
@media only screen and (min-width: 769px) and (max-width: 1200px) { .masonry { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } 
} 
.contact_details .title_h2_2 { color: var(--pri); font-size: 20px; text-align: left; padding: 0; text-transform: uppercase; margin-bottom: 15px; } 
.contact_details p { color: #333; margin-bottom: 18px; font-size: 16px; } 
.contact_details .address_list { clear: both; margin: 0 0 20px; padding: 0; /* font-family: var(--font2); */ } 
.contact_details .address_list li { clear: both; list-style: none; color: #333; margin-bottom: 10px; font-size: 15px; display: flex; } 
.contact_details .address_list li svg { min-width: 22px; height: 22px; margin-right: 5px; } 
.contact_details .address_list li a { color: #333; display: flex; line-height: 24px; font-size: 15px; display: inline-block; } 
.contact_details .address_list li a span { font-size: 30px; margin-right: 13px; } 
.contact_details .address_list li:first-child { display: flex; align-items: center; } 
.contact_details .address_list li a:hover, .contact_details .address_list li a:focus { color: var(--pri); } 
.contact_form_grid .form_grid { background-color: #ffffff; padding: 30px; } 
.form_grid .title_h2_2 { font-size: 20px; text-transform: uppercase; text-align: left; margin: 0 0 20px; padding: 0; } 
.blog-details .main-tt, .blog-details h2, .blog-details h3 { font-size: 22px; color: var(--text-color); line-height: 24px; margin-bottom: 20px; font-weight: 700; } 
.blog-details .img-bx { margin: 15px auto; max-width: 800px; width: 100%; } 
.blog-details .img-bx img { width: 100%; object-fit: contain; object-position: center; } 
.blog-details .content-bx p { color: var(--text-color); line-height: 26px; text-align: justify; margin-bottom: 15px; } 
.blog-details h2, .blog-details h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; } 
.blog-details ul.ulinse { padding: 0; margin-bottom: 20px; } 
.blog-details ul.ulinse li { display: inline-block; margin-right: 15px; list-style: none; color: #363636; font-weight: 600; padding: 0; } /* ############### custom ################ */ .content-sec h1, .content-sec h2, .content-sec h3, .content-sec .tt { font-size: 27px; font-weight: 600; color: var(--text-color); text-align: left; margin-bottom: 13px; line-height: 1.3; } 
.content-sec h2, .content-sec h3, .content-sec .tt { font-size: 24px; } 
.content-sec .tt span { color: var(--logoColor); } 
.content-sec ul { padding-left: 0; margin: 0; margin-bottom: 10px; list-style: none; } 
.content-sec p { margin-bottom: 12px; font-family: var(--fontTitle); } 
.content-sec p, .content-sec ul li { font-size: 15px; line-height: 1.4; text-align: left; font-family: var(--fontTitle); font-weight: 400; color: #333; } 
.content-sec ul li { margin-bottom: 3px; } 
.content-sec ul li a { display: inline; color: var(--text-light); } 
.content-sec .tx-bx.text-center .tt, .content-sec .tx-bx.text-center h1, .content-sec .tx-bx.text-center h2, .content-sec .tx-bx.text-center h3, .content-sec .tx-bx.text-center p { text-align: center; } 
.about-us-sec.bg-dark .content-sec .tt, .about-us-sec.bg-dark .content-sec h1, .about-us-sec.bg-dark .content-sec h2, .about-us-sec.bg-dark .content-sec h3, .about-us-sec.bg-dark .content-sec p, .about-us-sec.bg-dark .content-sec li { color: white; } 
.fb-bx { text-align: center; } 
.fb-bx .img { border-radius: 5px; overflow: hidden; margin-bottom: 10px; } 
.fb-bx .img img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; width: 100%; height: 100%; } 
.fb-bx .title { font-size: 18px; margin-bottom: 3px; } 
.fb-bx p{ text-align: center; } 
.accordion { border: none; background: #F6F6F6; padding: 20px 30px 10PX; border-radius: 0; box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px; } 
.accordion .accordion-item { border: none; background: transparent; border-bottom: 1px solid #ddd; border-radius: 0; padding: 0 5px; } 
.accordion .accordion-item p { margin-bottom: 0; text-align: justify; font-size: 16px; } 
.accordion .accordion-item:last-child { border-bottom: none; } 
.accordion .accordion-item .accordion-button { background: transparent; padding: 13px 0; box-shadow: none; font-weight: 500; font-size: 18px; letter-spacing: 0.5px; border-radius: 0; color: #333; } 
.accordion .accordion-item .accordion-button:not(.collapsed) { color: var(--logoColor); /* padding-bottom: 10px; */ } 
.accordion .accordion-item .accordion-body { background: transparent; padding: 0; padding-bottom: 16px; font-family: var(--fontTitle); font-size: 15px; } 
.accordion .accordion-button::after { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23888" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>'); } 
.accordion .accordion-button:not(.collapsed)::after { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>'); } 
.banner-sec{ background-image: url(../images/custom/how-we-do-it-banner.jpg); background-position: center; background-size: cover; padding: 50px 0; float: left; width: 100%; position: relative; z-index: 1; } 
.banner-sec::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: white; opacity: 0.5; z-index: -1; } 
.banner-sec .tt{ font-size: 27px; text-transform: capitalize; font-weight: 600; color: var(--logoColor); text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); } 
.banner-sec p{ color: black; margin-bottom: 0; font-weight: 600; } 
.gallery-bx { background: #fff; position: relative; aspect-ratio: 361 / 346; box-shadow: 2px 2px 4px 0 rgba(224, 224, 224, 0.5); margin-bottom: 3px; border-radius: 5px; overflow: hidden; } 
.gallery-bx img { aspect-ratio: 361 / 346; width: 100%; object-fit: cover; object-position: center; } 
.gallery-bx .img-bx::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; z-index: 1; transition: 0.3s ease-in-out; } 
.gallery-bx:hover .img-bx::before { opacity: 0.5; } 
.gallery-bx:before, .gallery-bx:after { position: absolute; content: ''; height: 0px; width: 0px; background-color: transparent; transition: all .3s ease-in-out; opacity: 0; z-index: 2; } 
.gallery-bx:before { border-left: 1px solid #fff; border-top: 1px solid #fff; top: 20px; left: 20px; } 
.gallery-bx:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; bottom: 20px; right: 20px; } 
.gallery-bx:hover:before, .gallery-bx:hover:after { height: 60px; width: 60px; opacity: 1; } 
.gallery-bx img { max-width: 100%; } 
.gallery-bx .link-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; display: inline-block; height: 45px; width: 45px; line-height: 40px; background-color: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); text-align: center; color: #fff; font-size: 14px; opacity: 0; transition: all .5s ease-in-out; pointer-events: none; } 
.gallery-bx:hover .link-wrap { opacity: 1; } 
ul.top-menu { display: flex; margin: 0px; color: #fff; } 
ul.top-menu li { list-style: none; } 
ul.top-menu li a { color: #fff; padding: 0px 14px; font-weight: 600; } 
.cmTitle { font-size: 22px; margin: 10px 0px; font-weight: 700; color: #b82418; } 
.boxContent h1{font-size: 27px; line-height: 1.2; font-weight: 600; display: block; margin-bottom: 10px; position: relative; letter-spacing: 0.2px; text-transform: capitalize;} 
.boxContent ul li { list-style: circle; } 
.boxContent ul { padding: 0px 0px 0px 18px; } 
.mainCategory .gridFlex:nth-child(even) .rightInfo { padding: 0px 40px 40px 75px; } 
.boxContent h2, .boxContent h3 { margin-bottom: 10px; } 
.mainCategory .rightInfo { padding: 40px 55px 40px 35px; } 
.featureContent2 .featureTitle2{    font-size: 19px;} 
.mainCategory .leftImage img, .mainCategory .rightInfo img{object-fit: cover;} 
tbody, td, tfoot, th, thead, tr { border: 1px solid #dddddd; padding: 7px 10px; } 
.pr-li .tx-bx .info table { width: 100%; } 
.iti {width: 100%;} 
.telePhone.mobile{padding-left: 84px;} 
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 40px; } 
label.error { color: red; } 
.titleh6.mt-3.catName { font-weight: bold; font-size: 15px; } 
.faqSection { padding: 40px; float: left; width: 100%; } 
@media (min-width: 1200px) { .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1200px; } 
} 
@media (min-width:1024px) { .box-paragraphos { max-height: 400px; overflow-y: auto; padding-right: 15px; margin-bottom: 15px; } 
}