@charset "utf-8";
/**=========================================================

 * Theme Name : Verz Design Pte Ltd.

 * Author : Jayesh Morker / Gautam

 * Description  :  April 2023

 * File Name: style.css

=========================================================**/ 

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@700&display=swap');
/*

font-family: 'Inter', sans-serif;
font-family: 'Roboto', sans-serif;

/*

font-family: bootstrap-icons !important; transition: all 0.2s linear; */

:root { --primary:#F47936; /*Primary Color*/
 --secondary: #222222; /* Secondary Color*/
 --body: #777777; /*Body Text Color/*/
 --title:#222222; /* Title Color*/
 --alternate:#BFBFBF; /* Alternate Color*/
 --alternate1:#555555; /* Alternate1 Color*/
 --light: #cccccc; /*Light*/
 --dark: #000000; /*Dark*/
 --black: #000000; /*Dark*/
 --red: #AE0000; /*Red*/
 --white:#ffffff; /*White*/
  --color1: #555555; /*White*/
 --yellow: #FFC61F; /*White*/
 --yellow1: #FBBA35; /*White*/
 --blue: #327EF7; /*White*/
 --fontStyle1:'Inter', sans-serif;
 --fontStyle2:'Inter', sans-serif;
 --fontStyle3:'Roboto', sans-serif;
}
.primary { color: var(--primary); }
.secondary { color: var(--secondary); }
.body { color: var(--body); }
.title { color: var(--title); }
.alternate { color: var(--alternate); }
.alternate1 { color: var(--alternate1); }
.light { color: var(--light); }
.dark { color: var(--dark); }
.red { color: var(--red); }
.white { color: var(--white); }
.fontStyle1 { font-family: var(--fontStyle1); }
.fontStyle2 { font-family: var(--fontStyle2); }
.fontStyle3 { font-family: var(--fontStyle3); }
*, *:after, *:before { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
.container { max-width: 1210px; padding: 0px 30px; }
.container.container-xl { max-width: 1720px; padding: 0px 30px; }
.container.container-lg { max-width: 1460px; padding: 0px 30px; }
.container.container-md { max-width: 1360px; padding: 0px 30px; }
.container.container-sm { max-width: 1060px; padding: 0px 30px; }
.container-fluid, .header-container { max-width: 100%; padding-right: 60px; padding-left: 60px; }
/*----*/

.colContainer { position: relative; display: block; }
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.colContainer.xl .textColRight, .colContainer.xl .textColLeft { width: 830px; }
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 700px; }
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 650px; }
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 500px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textColRight .textContent { position: relative; padding-left: 150px; }
.textColLeft .textContent { position: relative; padding-right: 150px; }
.odd-even-list .odd-even-box:nth-child(even) .textColLeft .textContent { padding-left: 150px; padding-right: 0px; }
.odd-even-list .odd-even-box:nth-child(even) .textColRight .textContent { padding-left: 0px; padding-right: 150px; }
.info-holder-left { }
.info-holder-right { }
/*---*/

i::before { text-rendering: optimizeLegibility; }
html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { height: 100%; }
::selection { background: var(--primary); /* Safari */ color: var(--white); }
::-moz-selection {
background:var(--primary); /* Firefox */
color: var(--white);
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background: var(--primary);
border-radius: 0px;
}
::-webkit-scrollbar-track {
background-color: var(--dark);
border-radius: 0px;
}
html { scrollbar-width: thin; scrollbar-color: var(--primary) var(--dark); }
hr { border-top: 1px solid #b6b6b6; clear: both; margin: 40px 0px; opacity: 1; height: 0px; }
.hr2 { border-top-width: 2px; }
.hr3 { border-top-width: 3px; }
body { font-family: var(--fontStyle1); font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.6; color: var(--body); font-weight: 400; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #f9f9f9; }
img { max-width: 100%; vertical-align: middle; }
a, a:focus { color: var(--body); outline: none; cursor: pointer; text-decoration: none; transition: all 0.2s linear; }
a:hover { color: var(--secondary); outline: none; text-decoration: none; transition: all 0.5s; }
:focus { border: none; outline: none !important; }
p a { text-decoration: none; color: var(--body); }
p a:hover { text-decoration: none; color: var(--secondary); }
fieldset, a img { border: none; }
ol, ul { margin: 0px auto 30px; padding-left: 15px; list-style-position: outside; /*list-style-type: none; */ }
ul.d-flex { list-style: none; padding-left: 0px; flex-wrap: wrap; margin-bottom: 0px; position: relative; }
ol:last-child, ul:last-child { margin-bottom: 0px; }
p { margin-top: 0; margin-bottom: 30px; }
p:last-child { margin-bottom: 0px !important; }
em { font-style: italic; }
/*----*/

h1, h2, h3, h4, h5, h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--fontStyle2); font-size: 45px; color: var(--title); font-weight: 700; margin: 0px 0px 0px; padding: 0px 0px 20px; line-height: 1.2; letter-spacing: -.5px; }
.h1, .h2, .h3, .h4, .h5, .h6 { }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { color: var(--primary); }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; }
h2, .h2 { font-size: 40px; }
h3, .h3 { font-size: 35px; padding: 0px 0px 22px; }
h4, .h4 { font-size: 30px; padding: 0px 0px 22px; }
h5, .h5 { font-size: 25px; padding: 0px 0px 24px; }
h6, .h6 { font-size: 20px; padding: 0px 0px 24px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; }
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary { color: var(--primary); }
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary { color: var(--secondary); }
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, h1.body, h2.body, h3.body, h4.body, h5.body, h6.body { color: var(--body); }
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, h1.light, h2.light, h3.light, h4.light, h5.light, h6.light { color: var(--light); }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark { color: var(--dark); }
.red h1, .red h2, .red h3, .red h4, .red h5, .red h6, h1.red, h2.red, h3.red, h4.red, h5.red, h6.red { color: var(--red); }
.alternate h1, .alternate h2, .alternate h3, .alternate h4, .alternate h5, .alternate h6, h1.alternate, h2.alternate, h3.alternate, h4.alternate, h5.alternate, h6.alternate { color: var(--alternate); }
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { color: var(--title); }
.alternate1 h1, .alternate1 h2, .alternate1 h3, .alternate1 h4, .alternate1 h5, .alternate1 h6, h1.alternate1, h2.alternate1, h3.alternate1, h4.alternate1, h5.alternate1, h6.alternate1 { color: var(--alternate1); }
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { color: var(--white); }
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6 { text-transform: uppercase; }
/*----*/

iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-xxl, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xxl, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none !important; }
.fullcontainer { position: relative; margin: 0px auto; /*overflow: hidden;*/ }
.fullcontainer .container { position: relative; z-index: 1; }
.full-mx { max-width: 1920px; margin: 0px auto; }
.is_stuck { z-index: 6; }
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 50%; transform: translateY(-50%); }
.float-top { top: 0; transform: none; }
.float-bottom { bottom: 0; top: auto; transform: none; }
/* ClearFix */

.clear { clear: both; height: 0px; overflow: hidden; }
.container:after { display: block; content: " "; clear: both; }
.clearfix:after, .form-group:after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/

.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body.body-noscroll { height: 100%; overflow: hidden; }
.leftpad, .rightpad { }
.leftmargin, .rightmargin { }
.container-1100 { width: 100%; max-width: 1100px; }
.container-1050 { width: 100%; max-width: 1050px; }
.container-1000 { width: 100%; max-width: 1000px; }
.container-950 { width: 100%; max-width: 950px; }
.container-900 { width: 100%; max-width: 900px; }
.container-850 { width: 100%; max-width: 850px; }
.container-800 { width: 100%; max-width: 800px; }
.container-770 { width: 100%; max-width: 770px; }
.container-750 { width: 100%; max-width: 750px; }
.container-700 { width: 100%; max-width: 700px; }
.container-650 { width: 100%; max-width: 650px; }
.container-600 { width: 100%; max-width: 600px; }
.container-550 { width: 100%; max-width: 550px; }
.container-500 { width: 100%; max-width: 500px; }
.container-450 { width: 100%; max-width: 450px; }
.container-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/

.bg { background-repeat: repeat-y !important; background-size: 100% auto; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-br { background-position: bottom right !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-bl { background-position: left bottom !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-c { background-position: center left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-fix { background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; background-attachment: fixed; }
/*----*/

.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-justify { text-align: justify !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-underline { text-decoration: underline; }
.text-pre { white-space: pre; word-wrap: break-word; }
.text-note { font-size: 12px; font-style: italic; }
p[align=center] { text-align: center !important; }
p[align=left] { text-align: left !important; }
p[align=right] { text-align: right !important; }
.underline { text-decoration: underline; }
.bld-lt { font-weight: 300; }
.bld-rg { font-weight: 400; }
.bld-md { font-weight: 500; }
.bld-sm { font-weight: 600; }
strong, .bld { font-weight: 700; }
.bld-lg { font-weight: 800; }
.bld-bl { font-weight: 900; }
.small, small { font-size: 70%; }
.responsive { width: 100% !important; max-width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.fleft { float: left; }
.fright { float: right; }
.text-ellipsis { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
/*---*/

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; margin-left: inherit; }
.m0 { margin: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mr35 { margin-right: 35px !important; }
.mb35 { margin-bottom: 35px !important; }
.ml35 { margin-left: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
/*--*/

.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.p5 { padding: 5px !important }
.pt5 { padding-top: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.p10 { padding: 10px !important }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p15 { padding: 15px !important }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.p20 { padding: 20px !important }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.p25 { padding: 25px !important }
.pt25 { padding-top: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.p30 { padding: 30px !important }
.pt30 { padding-top: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.p35 { padding: 35px !important }
.pt35 { padding-top: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pl35 { padding-left: 35px !important; }
.p40 { padding: 40px !important }
.pt40 { padding-top: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.p45 { padding: 45px !important }
.pt45 { padding-top: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl45 { padding-left: 45px !important; }
.p50 { padding: 50px !important }
.pt50 { padding-top: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.p60 { padding: 60px !important; }
.pt60 { padding-top: 60px !important; }
.pr60 { padding-right: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.p70 { padding: 70px !important; }
.pt70 { padding-top: 70px !important; }
.pr70 { padding-right: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.p80 { padding: 80px !important; }
.pt80 { padding-top: 80px !important; }
.pr80 { padding-right: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.p90 { padding: 90px!important; }
.pt90 { padding-top: 90px!important; }
.pr90 { padding-right: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pr100 { padding-right: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
/*-----*/

.gutters-70 { margin-right: -70px; margin-left: -70px; }
 .gutters-70 > .col, .gutters-70 > [class*="col-"], .gutters-70>li {
padding-right: 70px;
padding-left: 70px;
}
.gutters-50 { margin-right: -50px; margin-left: -50px; }
 .gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li {
padding-right: 50px;
padding-left: 50px;
}
.gutters-40 { margin-right: -40px; margin-left: -40px; }
 .gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li {
padding-right: 40px;
padding-left: 40px;
}
.gutters-35 { margin-right: -35px; margin-left: -35px; }
 .gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li {
padding-right: 35px;
padding-left: 35px;
}
.gutters-30 { margin-right: -30px; margin-left: -30px; }
 .gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li {
padding-right: 30px;
padding-left: 30px;
}
.gutters-25 { margin-right: -25px; margin-left: -25px; }
 .gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li {
padding-right: 25px;
padding-left: 25px;
}
.gutters-20 { margin-right: -20px; margin-left: -20px; }
 .gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li {
padding-right: 20px;
padding-left: 20px;
}
.gutters-15 { margin-right: -15px; margin-left: -15px; }
 .gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li {
padding-right: 15px;
padding-left: 15px;
}
.gutters-12 { margin-right: -12px; margin-left: -12px; }
 .gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12>li {
padding-right: 12px;
padding-left: 12px;
}
.gutters-10 { margin-right: -10px; margin-left: -10px; }
 .gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10>li {
padding-right: 10px;
padding-left: 10px;
}
.gutters-8 { margin-right: -8px; margin-left: -8px; }
 .gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8>li {
padding-right: 8px;
padding-left: 8px;
}
.gutters-5 { margin-right: -5px; margin-left: -5px; }
 .gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5>li {
padding-right: 5px;
padding-left: 5px;
}
.gutters-2 { margin-right: -2px; margin-left: -2px; }
 .gutters-2 > .col, .gutters-2 > [class*="col-"], .gutters-2>li {
padding-right: 2px;
padding-left: 2px;
}
.g-0>li { padding-right: 0px; padding-left: 0px; }

/*----*/

.grid-2 > .col, .grid-2 > [class*="col-"], .grid-2>li {
padding-top: 2px;
padding-bottom: 2px;
}
 .grid-5 > .col, .grid-5 > [class*="col-"], .grid-5>li {
padding-top: 5px;
padding-bottom: 5px;
}
 .grid-8 > .col, .grid-8 > [class*="col-"], .grid-8>li {
padding-top: 8px;
padding-bottom: 8px;
}
 .grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li {
padding-top: 10px;
padding-bottom: 10px;
}
 .grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li {
padding-top: 12px;
padding-bottom: 12px;
}
 .grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li {
padding-top: 15px;
padding-bottom: 15px;
}
 .grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li {
padding-top: 20px;
padding-bottom: 20px;
}
 .grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li {
padding-top: 25px;
padding-bottom: 25px;
}
 .grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li {
padding-top: 30px;
padding-bottom: 30px;
}
 .grid-30 > .col, .grid-35 > [class*="col-"], .grid-35>li {
padding-top: 35px;
padding-bottom: 35px;
}
 .grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li {
padding-top: 40px;
padding-bottom: 40px;
}
 .grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li {
padding-top: 50px;
padding-bottom: 50px;
}
/*-----*/

.row.grid-2, ul.grid-2 { margin-top: -2px; margin-bottom: -2px; }
.row.grid-5, ul.grid-5 { margin-top: -5px; margin-bottom: -5px; }
.row.grid-8, ul.grid-8 { margin-top: -8px; margin-bottom: -8px; }
.row.grid-10, ul.grid-10 { margin-top: -10px; margin-bottom: -10px; }
.row.grid-12, ul.grid-12 { margin-top: -12px; margin-bottom: -12px; }
.row.grid-15, ul.grid-15 { margin-top: -15px; margin-bottom: -15px; }
.row.grid-20, ul.grid-20 { margin-top: -20px; margin-bottom: -20px; }
.row.grid-25, ul.grid-25 { margin-top: -25px; margin-bottom: -25px; }
.row.grid-30, ul.grid-30 { margin-top: -30px; margin-bottom: -30px; }
.row.grid-35, ul.grid-35 { margin-top: -35px; margin-bottom: -35px; }
.row.grid-40, ul.grid-40 { margin-top: -40px; margin-bottom: -40px; }
.row.grid-50, ul.grid-50 { margin-top: -50px; margin-bottom: -50px; }
/*-----*/

.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; }
.grid-box>a { display: block; position: relative; overflow: hidden; color: var(--white); }
.grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; }
.grid-ov { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; display: block; transform: scale(0); transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transform: scale(.5, .5); opacity: 0; visibility: hidden; z-index: 9; padding: 0px; overflow-y: auto; background-color:#E25F01; }
.grid-content.alt { height: auto; padding: 35px; bottom: 0px; top: auto; z-index: 2; }
.grid-content { padding: 30px; }
.grid-info { padding-top: 15px; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; transform: scale(1); transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
.grid-ov-info { padding: 30px; }
.grid-ov-info p { width: 75%; margin: 0px auto 30px; }
.grid-content-info { }
.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-tc.bt { vertical-align: bottom; }
.grid-tc.tp { vertical-align: top; }
.grid-tc img { vertical-align: middle; }
.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; opacity: 0; background: #000000; /*background: url(../images/overlay2.png); background-size: 100% 100%; */ }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 40%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/default/overlay.png); background-size: 100% 100%; }
.grid-box .img-holder { /*border: 1px solid #efefef; */ }
.grid-box:hover .img-holder::before { opacity: 0; }
.grid-box:hover .img-holder::after { opacity: 0; /*background: url(../images/overlay2.png); */ background-size: 100% 100%; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-cover.img-top { object-position: 50% 0%; }
.img-cover.img-bottom { object-position: 0% 50%; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1); */ transform: scale(1.1) rotate(2deg); }
/*--swap-*/

.img-swap-holder { }
.img-swap { transition: all 0.2s linear; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1; height: 70px; }
.img-swap img { transition: all 0.2s linear; max-height: 70px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.img-swap img+img { opacity: 0; }
.img-swap-holder:hover .img-swap img { opacity: 0; }
.img-swap-holder:hover .img-swap img+img { opacity: 1; }
/*--fancybox---*/

.fancybox-toolbar { opacity: 1; visibility: visible; }
.fancybox-slide { padding: 20px; }
.fancybox-slide--image .fancybox-content { background: var(--white); }
.fancybox-is-open .fancybox-bg { background: var(--dark); }
.fancybox-progress { background: var(--primary); }
.fancybox-gallery { display: none; }
.fancybox-thumbs__list a::before { border-color: var(--primary); border-width: 3px; }
.img-grayscale img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; }
.img-grayscale:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
/*---*/

#wrapper { position: relative; height: auto !important; min-height: 100%; height: 100%; width: 100%; display: block; overflow: hidden; background: #f9f9f9; }
body, #wrapper, .footer-wrapper { opacity: 1; }
#wrapper, .footer-wrapper { max-width: 1920px; margin: 0 auto; }
.header-container { display: flex; align-items: center; justify-content: space-between; /*display: block; */ margin: 0px auto; position: relative; /*flex-wrap: wrap; */ }
/* Header Styles */

#pageHeaderWrapper { width: 100%; z-index: 100; display: block; margin: 0px auto; position: absolute; max-width: 1920px; }
#pageHeaderWrapper.header-alternate { position: relative; }
.header-alternate #pageHeader { }
#pageHeader { position: relative; width: 100%; z-index: 101; display: block; margin: 0px auto; padding: 0px 0px; transition: all 1s; /*border-bottom: 1px solid rgba( 255, 255, 255, .25 ); */ }
.is-sticky #pageHeader { left: 0px; left: auto; max-width: 1920px; /*border-color: transparent;*/ background: var(--white); box-shadow: 0px 3px 15px rgba(0,0,0,0.1); }
.header-alternate #pageHeader { }
.headerTop { position: relative; width: 100%; z-index: 1002; display: block; margin: 0px auto; padding: 0px 0px; /*background: var(--white); */ transition: all 1s; }
.logo-holder { display: flex; align-items: center; justify-content: center; position: relative; order: 1; }
.logo { position: relative; z-index: 1001; display: block; width: 194px; padding: 0px; margin: 0px; transition: all 0.2s linear; }
.logo a { display: block; transition: all 0.2s linear; padding: 10px 0px; width: 100%; line-height: 1; }
.logo img { transition: all 0.2s linear; max-width: 100%; width: 100%; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(1002%) contrast(102%); }
.is-sticky #pageHeader .logo img, .header-alternate #pageHeader .logo img { filter: none !important }
.sub-logo { margin-left: 30px; width: 125px; position: relative; z-index: 1001; }
.sub-logo a { display: block; }
.sub-logo img { max-width: 100%; width: 100%; }
.headerInfoBar { padding: 10px 0px; transition: all 0.2s linear; position: relative; }
.headerInfoBar.has-slider { height: 50px; }
.close-headerInfoBar-holder { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.close-headerInfoBar { color: var(--white); }
.close-headerInfoBar:hover { color: var(--primary); }
/* .is-sticky #pageHeader .logo { width: 225px; } 

.is-sticky #pageHeader .logo a { padding: 25px 0px;}  */

/* .is-sticky .headerInfoBar { padding: 5px 0px; } 

.is-sticky .headerInfoBar.has-slider { height: 32px; } */

/* Top Right Header */

.topRightHeader { display: flex; align-items: center; order: 2; /*width: 100%; border-top: 1px solid #bfbfbf; */ margin-left: auto; }
/* Nav */

.nav-wrapper { position: static; display: block; margin: 0px auto; width: 100%; }
.nav-container { position: static; display: block; width: 100%; }
.custom-menu-wrap { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; }
.nav { position: static; width: 100%; display: block; margin: 0px auto; text-align: center; }
.nav ul { position: static; padding: 0; width: 100%; margin: 0 auto; display: block; text-transform: none; list-style-type: none; width: 100%; }
.nav>ul>li { position: static; display: block; float: left; padding: 0px 25px; margin: 0px; transition: all 0.2s linear; }
.nav.active>ul>li { opacity: .3; }
.nav.active>ul>li.active { opacity: 1; }
.nav>ul>li:first-child { margin-left: 0px; padding-left: 0px; }
.nav>ul>li:last-child { margin-right: 0px; padding-right: 0px; }
/* .nav>ul>li:nth-child(5) { padding-right: 0px;}  */

.nav>ul>li>a { position: relative; display: block; color: var(--white); font-weight: 500; text-align: center; padding: 43px 0px; line-height: 1; transition: all 0.2s linear; font-size: 19px; }
.is-sticky .nav>ul>li>a, #pageHeaderWrapper.header-alternate .nav>ul>li>a { color: var(--dark); }
.nav>ul>li>a::before { content: ""; width: 0%; height: 5px; position: absolute; left: 50%; top: 0px; transition: all 0.2s linear; background: var(--primary); opacity: 1; z-index: -1; }
.nav>ul>li.menu-has-submenu>a { }
.nav>ul>li span { position: relative; display: block; height: 100%; z-index: 2; }
.nav>ul>li:hover>a, .nav>ul>li.selected>a, .nav>ul>li.current-page-ancestor>a { color: var(--primary) !important; }
.nav>ul>li:hover>a::before, .nav>ul>li.selected>a::before { left: 0; width: 100%; }
.nav>ul>li.selected>a, .nav>ul>li.current-page-ancestor>a { font-weight: 700; }
.nav>ul ul, .nav>ul ul ul { position: absolute; left: auto; top: 0; opacity: 0; padding: 0px 0px; width: 200px; text-align: left; visibility: hidden; border-radius: 0px; text-transform: none; margin: 0px 0px 0px 0px; box-shadow: 0px 3px 6px rgba(0,0,0,0.1); transition: all 0.4s ease; border-top: 0px solid #e6e6e6; background: transparent; }
.nav>ul ul::before { /*content: ""; position: absolute; left: 0px; top: 0px; border-radius: 5px 5px 0px 0px; width: 100%; height: 5px; background: var(--primary); */ }
.nav>ul ul { top: auto; }
.nav>ul ul ul { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:first-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul li:last-child ul { /*border-radius: 0px 0px 0px 0px; */ }
.nav>ul ul li:last-child ul>li:last-child a { border-radius: 0px 0px 0px 0px; }
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; }
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { opacity: 1; top: 0; margin-top: 0px; visibility: visible; }
.nav>ul>li:hover>ul { top: auto; margin-top: 0px; }
.nav>ul ul.gridmenu { display: none; animation: fadeInShow 0.4s; padding: 10px 0px 30px !important; background: var(--dark); border-radius: 0px 0px 0px 0px; }
.nav>ul ul.gridmenu li { }
.nav>ul ul.gridmenu ul { position: relative; left: auto; top: auto !important; margin: 0px auto !important; }
.nav>ul li.menu-item-has-children>a { }
.nav>ul>li.menu-item-has-children>a::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f107"; margin-left: 10px; font-size: 12px; }
.nav>ul ul li.menu-item-has-children>a { padding-right: 35px; }
.nav>ul ul li.menu-item-has-children>a::after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; margin-left: auto; }
 @keyframes fadeInShow { 0% {
opacity: 0;
margin-top: 10px;
}
 100% {
opacity: 1;
margin-top: 0px;
}
}
.nav>ul>li:hover>ul.gridmenu { display: block; }
.nav>ul ul.grid1 { width: 25%; }
.nav>ul ul.grid2 { width: 50%; left: 0px; }
.nav>ul ul.grid3 { width: 100%; left: 0px; }
.nav>ul ul.grid4 { width: 100%; left: 0px; }
.nav>ul ul.grid1>li, .nav>ul ul.grid2>li, .nav>ul ul.grid3>li, .nav>ul ul.grid4>li { position: relative; display: block; float: left; width: 100%; padding: 0px 0px !important; }
.nav>ul ul.grid2>li { width: 50%; }
.nav>ul ul.grid3>li { width: 33.3333%; }
.nav>ul ul.grid4>li { width: 25%; }
.nav>ul ul.gridmenu.grid2>li:nth-child(3) { clear: both; }
.nav>ul ul.gridmenu.grid3>li:nth-child(4) { clear: both; }
.nav>ul ul.gridmenu.grid4>li:nth-child(5) { clear: both; }
.nav>ul ul.gridmenu>li > a, .nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a, .nav>ul ul.gridmenu>li ul li > a { color: var(--dark); font-size: 15px; font-weight: 400; background: none; padding: 20px 30px; }
.nav>ul ul.gridmenu>li > a strong, .nav>ul ul.gridmenu>li:hover > a strong, .nav>ul ul.gridmenu>li.selected > a strong, .nav>ul ul.gridmenu>li ul li > a strong { display: block; color: #2E2E2E; font-weight: 400; font-size: 18px; transition: all 0.2s linear; padding-bottom: 5px; }
.nav>ul ul.gridmenu>li > a:hover strong, .nav>ul ul.gridmenu>li:hover > a:hover strong, .nav>ul ul.gridmenu>li.selected > a:hover strong, .nav>ul ul.gridmenu>li ul li > a:hover strong { color: var(--alternate); }
/*.nav>ul ul.gridmenu>li:hover > a, .nav>ul ul.gridmenu>li.selected > a { color: #000000; } */

.nav>ul ul.gridmenu>li ul li > a { text-transform: none; }
.nav>ul ul.gridmenu>li ul li > a:hover, .nav>ul ul.gridmenu>li ul li.selected > a { color: #677c91; background: #000000; padding: 5px 10px 5px 20px; }
.nopadding { padding: 0px !important; }
.nav>ul ul.gridmenu ul { position: relative; font-size: 13px; left: auto; top: auto; opacity: 1; width: 100%; padding: 0px; box-shadow: none; border-radius: 0px; min-width: inherit; visibility: visible; background: transparent; margin: 0px 0px 0px 0px; }
/*Third-lavel menu*/

.nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { }
.nav>ul ul li, .nav>ul ul ul li, .gridmenu li { position: relative; display: block; padding: 0px; color: var(--white); margin: 0px auto 0px; border-bottom: 0px solid var(--light); }
.nav>ul ul li:last-child, .nav>ul ul ul li:last-child { border-bottom: 0px; }
.gridmenu li { margin: 0px auto 1px; }
.nav>ul ul a, .nav>ul ul ul a { position: relative; display: block; color: var(--dark); padding: 14px 25px; background: var(--white); font-size: 18px; font-weight: 400; border-bottom: 0px solid #e6e6e6; }
.nav>ul ul li:last-child a, .nav>ul ul ul li:last-child a { border-bottom: 0px; }
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a { color: var(--white); transition: all 0.5s; font-weight: 700; background-color: var(--primary); }
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 500; }
.nav li.menu-item-highlighted { padding: 25px 0px 25px 25px; }
.nav li.menu-item-highlighted a { padding: 0px 30px; background: var(--title); color: var(--white) !important; border-radius: 30px; font-weight: 600; display: flex; justify-content: center; align-items: center; line-height: 1; height: 55px; }
.nav li.menu-item-highlighted:hover a, .nav li.menu-item-highlighted.selected a { background: var(--primary); color: var(--white) !important; }
.nav li.menu-item-highlighted a::before { display: none !important; }
/* Nav END*/

.main-content-wrapper { position: relative; width: 100%; z-index: 2; margin: 0px auto; padding: 0px 0px; max-width: 1920px; background: #f9f9f9; }
/* Banner Styles */ 

.bannerWrapper { position: relative; display: block; width: 100%; z-index: 2; margin: 0px auto 0px; padding: 0px 0px; }
.banner { position: relative; display: block; width: 100%; z-index: 0; margin: 0px auto; }
/* Slick Slider */

.slick-arrow { position: absolute; border: none; background: none; top: 50%; transform: translate(0%, -50%); padding: 0px; z-index: 5; opacity: .5; transition: all 0.2s linear; text-align: center; font-size: 20px; }
.slick-arrow:hover { opacity: 1 !important; }
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; }
.slick-prev { left: 0px; }
.slick-next { right: 0px; }
.arrows-inside .slick-prev { left: 35px; }
.arrows-inside .slick-next { right: 35px; }
.arrows-outside .slick-prev { left: -100px; }
.arrows-outside .slick-next { right: -100px; }
.no-arrow .slick-arrow { display: none !important; }
/* Slick dots */

.slick-dots { position: absolute; left: 0px; display: block; width: 100%; bottom: -50px; margin: 0; padding: 0px; list-style: none; text-align: center; line-height: 1; display: flex; justify-content: center; align-items: center; }
.slick-slider { margin-bottom: 50px; }
.dots-inside, .no-dots { margin-bottom: 0px !important; }
.dots-inside .slick-dots { bottom: 30px; }
.no-dots .slick-dots { display: none !important; }
.slick-dots li { position: relative; display: block; margin: 0px 5px; padding: 0; cursor: pointer; line-height: 1; }
.slick-dots li:first-child { margin-left: 0px; }
.slick-dots li:last-child { margin-right: 0px; }
.slick-dots li:only-child { display: none; opacity: 0; visibility: hidden; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: transparent; position: relative; padding: 0px; transition: all 0.2s linear; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:before, .slick-dots li button:after { position: absolute; top: 0px; left: 0px; content: ''; text-align: center; transition: all 0.2s linear; border-radius: 0%; background: none; z-index: 0; }
.slick-dots li button:before { top: 0px; left: 0px; opacity: 0; background: none; border: 5px solid var(--primary); }
.slick-dots li button:after { top: 5px; left: 5px; opacity: 1; background: var(--primary); }
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button::before { opacity: .3; }
.slick-dots li button:hover:after, .slick-dots li button:focus:after, .slick-dots li.slick-active button::after { opacity: 1; }
.slick-dots li button { width: 20px; height: 20px; border-radius: 20px; }
.slick-dots li button:before { width: 20px; height: 20px; border-radius: 20px; }
.slick-dots li button:after { width: 10px; height: 10px; border-radius: 20px; }
/* .slick-dots li.slick-active button,.slick-dots li.slick-active button::after, .slick-dots li.slick-active button::before { width: 10px; }  */

/*----*/

.custom-dots .slick-dots { /*width: 250px;*/ position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; }
.custom-dots.responsive .slick-dots { width: 100%; }
.custom-dots .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; }
.custom-dots .slick-dots li button { position: relative; display: block; height: 15px; width: 100% !important; z-index: 0; }
.custom-dots .slick-dots li button::after { background: #E6E6E6; width: 100%; height: 3px; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0px; }
.custom-dots .slick-dots li button::before { position: absolute; content: ""; width: 100%; height: 5px; left: 0; top: 50%; transform: translateY(-50%); background: #828282; transition: all 0.2s linear; border-radius: 0px; z-index: 1; }
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: #828282; }
/*----*/

/* Scroll To Top */

#toTop { text-decoration: none; position: fixed; display: block; bottom: 10px; right: 60px; width: 89px; height: 115px; border: none; z-index: 99; text-indent: 100%; overflow: hidden; background: transparent url(../images/top.png) no-repeat center 50%; background-size: 100% !important; font-size: 0px; opacity: .5; border-radius: 0px; }
#toTop:hover { opacity: 1; }
#toTopHover { }
#toTop:active, #toTop:focus { outline: none; }
/*- ISOTOPE--*/

 /* 

<div class="filter-button-group">

    <button class="is-checked" data-filter="*">All Programs</button>

    <button class="" data-filter=".filter1">Category 01</button>

    <button class="" data-filter=".filter2">Category 02</button>

    <button class="" data-filter=".filter3">Category 03</button>

    <button class="" data-filter=".filter4">Category 04</button>

</div> 



<div class="grid-listing">

    <div class="grid-sizer"></div>

    <div class="row gutters-15 grid-15">

        <div class="col-sm-6 grid-item filter1">sadfasd</div>

        <div class="col-sm-6 grid-item filter2">sadfasd</div>

    </div>

</div>

<div class="clear"></div>

<div class="load-more-btn text-center pt30"><a href="javascript:void(0); ">LODE MORE</a></div>

*/

.grid-listing { position: relative; margin: 0px -15px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { width: 33.33%; padding: 15px; }
.grid-item.alt { width: 66.66%; }
.grid-item .img-holder { padding-bottom: 79.88%; }
.grid-item.height1 .img-holder { padding-bottom: 107.16%; }
.grid-item.height2 .img-holder { padding-bottom: 94.21%; }
.grid-item.height3 .img-holder { padding-bottom: 99.17%; }
.visible-grid-item { display: none; }
.filter-button-group { text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0px 0px; }
.filter-button-group button { border: none; padding: 0px 30px; background: transparent; color: var(--body); transition: all 0.2s linear; position: relative; font-size: 18px; font-weight: 700; flex-grow: 1; flex-basis: 0; height: 80px; display: flex; align-items: center; justify-content: center; line-height: 1.3; border-radius: 10px; }
.filter-button-group button::before, .filter-button-group button::after { position: absolute; content: ""; transition: all 0.2s linear; opacity: 1; bottom: 0px; left: 0px; width: 100%; height: 5px; }
/* .filter-button-group button::before { background: #E1DFDF; } 

.filter-button-group button::after { background: var(--primary); opacity: 0; }  */

.filter-button-group button:hover, .filter-button-group button.is-checked { color: var(--white); background: var(--secondary); }
.filter-button-group button:hover::before, .filter-button-group button:hover::after, .filter-button-group button.is-checked::before, .filter-button-group button.is-checked::after { opacity: 1; }
 @media only screen and (max-width: 1599.98px) {
.grid-listing { position: relative; margin: 0px -12px; }
.filter-button-group { padding-bottom: 30px; }
.filter-button-group button { padding: 0px 20px; font-size: 16px; height: 70px; }
}
 @media only screen and (max-width: 991.98px) {
.filter-button-group { }
.filter-button-group button { padding: 0px 10px; font-size: 14px; }
}
 @media only screen and (max-width: 767.98px) {
.grid-item { width: 50%; }
}
 @media only screen and (max-width: 575.98px) {
.grid-listing { position: relative; margin: 0px -10px; }
.grid-item { padding: 10px; }
.filter-button-group { display: block; }
.filter-button-group button { padding: 0px 20px; font-size: 13px; width: 100%; height: 50px; }
}
 @media only screen and (max-width: 413.98px) {
.grid-listing { position: relative; margin: 0px -5px; }
.grid-item { padding: 5px; }
.grid-item .grid-tc img { width: 20px; }
}
/*----*/

.ul-listing { padding: 0px; margin: 0px 0px 20px; list-style: none; }
.ul-listing .ul-listing { padding-top: 5px; }
.ul-listing li { position: relative; padding-bottom: 15px; padding-left: 25px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 9px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 6px; }
.ul-listing.white li::before { color: var(--white); }
.ul-listing ul { list-style: none; padding: 15px 0px 15px; }
.ul-listing ul li { padding-bottom: 10px; padding-left: 20px; }
.ul-listing ul li::before { content: "\f068"; left: 0px; top: 4px; }
.listing-style1 { }
.listing-style1 li { padding-left: 30px; padding-bottom: 10px; }
.listing-style1 li::before { top: 3px; content: "\f058"; font-size: 14px; }
.listing-style2 li { padding-left: 25px; padding-bottom: 20px; }
.listing-style2 li::before { content: "\f00c"; left: 0px; top: 5px; font-size: 10px; }
.icon-primary li::before, .ul-listing .icon-primary::before { color: var(--primary); }
.icon-secondary li::before, .ul-listing .icon-secondary::before { color: var(--secondary); }
.icon-body li::before, .ul-listing .icon-body::before { color: var(--body); }
.icon-title li::before, .ul-listing .icon-title::before { color: var(--title); }
.icon-alternate li::before, .ul-listing .icon-alternate::before { color: var(--alternate); }
.icon-alternate1 li::before, .ul-listing .icon-alternate1::before { color: var(--alternate1); }
.icon-light li::before, .ul-listing .icon-light::before { color: var(--light); }
.icon-dark li::before, .ul-listing .icon-dark::before { color: var(--dark); }
.icon-red li::before, .ul-listing .icon-red::before { color: var(--red); }
.icon-white li::before, .ul-listing .icon-white::before { color: var(--white); }
/*-OL Lists-*/

ol { counter-reset: section; list-style: none; margin: 0px 0px 15px; padding: 0px; }
ol>li { display: block; position: relative; padding-bottom: 15px; }
ol:last-child>li:last-child { padding-bottom: 0px; }
ol>li:before { font-weight: 700; counter-increment: section; content: counters(section, ".") "."" "; }
ol ol, ol ul, ol .ul-listing { padding-left: 20px; margin-top: 10px; }
.style-ol>li { padding-left: 30px; }
.style-ol>li:before { position: absolute; left: 0px; top: 0px; }
.lower-alpha, .upper-alpha, .lower-greek, .lower-latin, .lower-roman, .upper-roman { counter-reset: list; }
.lower-alpha>li:before { counter-increment: list; content: counter(list, lower-alpha) "."" "; }
.upper-alpha>li:before { counter-increment: list; content: counter(list, upper-alpha) "."" "; }
.lower-greek>li:before { counter-increment: list; content: counter(list, lower-greek) "."" "; }
.lower-roman>li:before { counter-increment: list; content: counter(list, lower-roman) "."" "; }
.upper-roman>li:before { counter-increment: list; content: counter(list, upper-roman) "."" "; }
/*----*/

.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; }
.ul-listing:last-child>li:last-child, .ul-listing ul li:last-child { padding-bottom: 0px; }
.ul-listing.color-white li::before { color: var(--white); }
.list-2col, .list-3col, .list-inline { display: flex; flex-wrap: wrap; }
.list-2col li { width: 50%; }
.list-3col li { width: 33.33%; }
.list-inline li { padding-right: 20px; }
.normal-list { list-style: none; margin: 0px 0px 30px; padding: 0px; }
.normal-list li { padding-bottom: 10px; }
.normal-list li>a { /*display: block; */ color: var(--secondary); }
.normal-list li>a:hover { color: var(--primary); text-decoration: underline; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 6 Free"; font-weight: 400; }
.custom-icon-list li { padding-left: 30px; }
.custom-icon-list li::before { content: ""; width: 15px; height: 15px; /*background: url(../images/icon.png) no-repeat;*/ background-size: 100% 100%; top: 3px; }
/* Map */

.map-holder { position: relative; display: block; width: 100%; overflow: hidden; z-index: 0; margin-bottom: 0px; border-radius: 0px; /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); */ }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 465px; }
/* BreadCrumbs */

.breadcrumb-container { position: relative; left: 0px; bottom: 0px; padding: 0px 0px; width: 100%; z-index: 1; }
.breadcrumb-container ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: left; }
.breadcrumb-container li { display: inline-block; padding: 2px 0px 2px 0px; color: var(--alternate1); font-weight: 400; line-height: 1.3; }
.breadcrumb-container li:last-child { }
.breadcrumb-container li a { color: var(--alternate1); position: relative; display: flex; align-items: center; opacity: 1; font-weight: 400; }
.breadcrumb-container li a::after { position: relative; font-family: "Font Awesome 6 Free"; font-weight: 900; margin: 0px 5px 0px; content: "\f105"; /*content:"/";*/ }
.breadcrumb-container li a:hover { color: var(--primary); opacity: 1; }
.breadcrumb-container li strong { font-weight: 400; color: var(--alternate1); opacity: 1; }
.breadcrumb-container.alt { position: static; padding: 0px 0px; }
.breadcrumb-container.alt ul { justify-content: left; }
.breadcrumb-container.alt li { color: var(--alternate1); }
.breadcrumb-container.alt li a { color: var(--alternate1); }
.breadcrumb-container.alt li a::after { }
.breadcrumb-container.alt li a:hover, .breadcrumb-container.alt li strong { color: var(--primary); }
.breadcrumb-container.alt li strong { color: var(--alternate1); }
.breadcrumb-container li:first-child a { }
/*--PAGINATION--*/

.pagination { flex-wrap: wrap; color: var(--body); }
.page-item { padding: 5px 5px; }
.page-item:last-child { padding-right: 0px; }
.page-link, .page-item span { display: flex; justify-content: center; align-items: center; padding: 0px 0px; text-align: center; color: var(--alternate1); background: transparent; font-weight: 600; position: relative; border: 0px solid var(--primary); line-height: 1; width: 40px; height: 40px; border-radius: 30px; }
.page-item span { }
.page-item .page-link.prev, .page-item .page-link.next { border-radius: 30px; background: var(--light); color: var(--white); }
.page-item .page-link.prev { }
.page-item .page-link.next { }
.page-item:hover .page-link { color: var(--white); text-decoration: none; background: var(--secondary); border-color: transparent; opacity: 1; }
.page-item.active .page-link { color: var(--white); text-decoration: none; background: var(--secondary); border-color: transparent; opacity: 1; }
.page-item:hover .page-link.prev { color: var(--white); text-decoration: none; background: var(--secondary); border-color: transparent; opacity: 1; }
.page-item:hover .page-link.next { color: var(--white); text-decoration: none; background: var(--secondary); border-color: transparent; opacity: 1; }
.page-link:focus { color: var(--white); text-decoration: none; background: var(--secondary); border-color: transparent; opacity: 1; }
.page-item .page-link.prev:hover img, .page-item .page-link.next:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.page-link i { position: relative; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { font-weight: 500; }
/*---*/

.form-holder { margin: 0px auto; }
.form-action { }
.form-action .custom-button { }
.form-group { margin-bottom: 20px; position: relative; }
.form-group label, .custom-label { font-weight: 400 !important; margin-bottom: 5px; display: block; color: var(--body); font-size: 16px; }
.form-group label.white { color: var(--white); }
.form-group label a { color: var(--primary); text-decoration: underline; }
.form-group label a:hover { color: var(--dark); text-decoration: underline; }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group .control { float: right; width: calc(100% - 110px); }
.form-note { font-size: 12px; color: #949494; padding-top: 5px; font-style: italic; }
.form-cta { }
/*---*/

.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 6px; min-height: 20px; }
.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span, .radio1 label { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 400 !important; cursor: pointer; color: var(--body); transition: all 0.2s linear; text-transform: none; }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before, .checkbox label::after, .radio label>span::after, .radio1 label::after { content: ""; display: flex; justify-content: center; align-items: center; position: absolute; width: 20px; height: 20px; left: 0px; top: 3px; transition: all 0.2s linear; border-radius: 3px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before { background: var(--white); border: 2px solid var(--body); }
.checkbox label::after, .radio label>span::after, .radio1 label::after { font-family: "Font Awesome 6 Free"; content: "\f00c"; font-weight: 900; opacity: 0; font-size: 12px; color: var(--white); line-height: 1; }
.radio label>span::after, .radio1 label::after { content: ""; top: 8px; left: 5px; width: 10px; height: 10px; background: var(--white); color: inherit; }
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; }
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { border-color: transparent; background: var(--secondary); color: var(--white); }
.checkbox input[type="checkbox"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { /*color: var(--primary); */ font-weight: 400 !important; }
.radio, .radio1 { display: block; }
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; }
.radio label>span::before, .radio1 label::before { }
.radio label>span::after { }
.checkbox label>span, .radio label>span { display: block; }
.checkbox label, .radio label { margin: 0px !important; padding: 0px; }
.radio label { padding: 0px !important; }
.form-group.text-center .checkbox { display: inline-block; }
/*Radio Image*/

.radio-img { }
.radio-img .radio { margin: 10px; padding: 0px; }
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; }
.radio-img input[type=radio]+label>img { max-width: 100%; }
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; }
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; }
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; }
/*----*/

.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name, select.multipleSelect { transition: all 0.2s linear; width: 100%; height: 50px; line-height: 49px; border: 0px; border-bottom: 1px solid #d1d1d1; color: var(--secondary); box-shadow: none !important; border-radius: 0px; padding: 0px 0px; background: var(--white); text-transform: none; outline: none !important; font-size: 17px; font-weight: 500; }
 input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] { -moz-appearance: textfield; }
select.multipleSelect { height: 100px !important; border-radius: 0px !important; padding: 0px!important; }
select.multipleSelect option { padding: 3px 10px !important; }
.form-control.alt { background-color: transparent !important; }
.form-control:focus, .form-control:hover, .nice-select:hover { border-color: var(--secondary); background: var(--white); color: var(--secondary); }
*:focus, input:focus { outline: none !important; }
textarea.form-control { height: 170px; resize: none; line-height: 1.5; padding-top: 10px; }
 input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select, .form-group.floating-label label {
color:var(--secondary) !important;
opacity:1 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; }
 input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder {
color: #808080 !important;
opacity:.5 !important;
}
.has-icon { position: relative; }
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; }
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: var(--body); z-index: 4; }
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); z-index: 4; color: var(--body); }
/*---*/

.input-group-addon { background: none; color: var(--dark); border-left: none; line-height: 1; margin: 0px; padding: 0px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: all 0.2s linear; }
.input-group.select-date-time .form-control, .input-group .form-control { border-radius: 6px !important; box-shadow: none !important; padding-right: 50px; }
.input-group .form-control:focus { z-index: 0; }
.input-group:hover .input-group-addon { color: var(--secondary); }
.input-group.input-phone .form-control:first-child { border-radius: 10px 0px 0px 10px !important; width: 65px !important; padding: 0px; text-align: center; flex: none; }
.input-group.input-phone .form-control:first-child:hover { z-index: 2; }
.input-group.input-phone .form-control:last-child { border-radius: 0px 10px 10px 0px !important; padding-right: 15px; }
/*--nice-select---*/

.NiceSelect { position: relative; display: block; }
.NiceSelect::after { display: block; content: "."; height: 0px; clear: both; visibility: hidden; }
.NiceSelect select { display: none; }
.nice-select { box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; outline: none; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; padding-right: 45px; /*min-width: 160px; */ width: 100%; }
.nice-select .current { overflow: hidden; display: block; }
.nice-selected .nice-select .current { color: #2E2E2E; }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: var(--body); }
.nice-select:after { /*font-family: "Font Awesome 6 Free"; content:"\f107"; font-weight: 900;*/ font-family: bootstrap-icons !important; content: "\f282"; display: block; pointer-events: none; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); color: var(--body); line-height: 1; opacity: 1; }
.nice-select.open:after, .nice-select:hover:after { color: var(--primary) !important; opacity: 1; }
.nice-select.open:after { content: "\f286"; }
.nice-select.open .list { opacity: 1; pointer-events: initial; transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .option.disabled { text-decoration: line-through; opacity: .5; }
.nice-select .list { background-color: var(--white); border-radius: 0px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; margin-top: 0px; opacity: 0; overflow: hidden; padding: 0px 0px; pointer-events: none; position: absolute; top: 100%; left: 0; transform-origin: 50% 0; transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; min-width: 100%; max-height: 300px; overflow-y: auto; }
.nice-select .list:hover .option:not(:hover) { /*background-color: transparent !important; */ }
.nice-select .option { cursor: pointer; font-weight: 400; outline: none; padding: 12px 20px; text-align: left; transition: all 0.2s linear; background: none; color: var(--body); border-radius: 0px; font-size: 14px; line-height: 1.1; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background: var(--primary); color: var(--white); }
.nice-select .option.selected { font-weight: 600; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
.NiceSelect.PlainSelect .nice-select { padding-left: 0px; padding-right: 12px; height: 20px; line-height: 20px; border-radius: 0px; border: 0px; background: none; color: var(--alternate1) !important; min-width: auto !important; font-size: 17px; font-weight: 500; }
.NiceSelect.PlainSelect .nice-select:after { right: 0px; /*content:"\f078"; */ color: var(--body); font-size: 10px; }
.NiceSelect.PlainSelect .nice-select.open:after { /*content:"\f077"; */ }
.NiceSelect.lg .nice-select { min-width: 250px; }
.NiceSelect.md .nice-select { min-width: 210px; }
.NiceSelect.sm .nice-select { min-width: 150px; }
.NiceSelect.xs .nice-select { min-width: 90px; }
.Selectstyle1 .nice-select { background: var(--white); height: 50px; line-height: 48px; border-radius: 40px; color: var(--body) !important; padding-left: 30px; padding-right: 30px; border: 0px; box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15) !important; text-transform: inherit; }
.Selectstyle1 .nice-select.open { background: #FAFAFA; }
.Selectstyle1 .nice-select:after { color: var(--body); right: 25px; opacity: 1; font-size: 25px; }
.Selectstyle1 .nice-select.open:after, .Selectstyle1 .nice-select:hover:after { color: var(--primary) !important; opacity: 1; }
.Selectstyle1 .nice-select:hover { }
.Selectstyle1 .nice-select .current { color: var(--body) !important; opacity: 1 !important; }
.Selectstyle1.nice-selected .nice-select .current { color: var(--dark) !important; opacity: 1 !important; }
.Selectstyle1.nice-selected:hover .nice-select .current { }
.nice-select .list { background-color: var(--white); border-radius: 5px; }
.form-control.height-60, .height-60 .nice-select { height: 60px; line-height: 58px; }
.form-control.height-55, .height-55 .nice-select { height: 55px; line-height: 53px; }
.form-control.height-45, .height-45 .nice-select { height: 45px; line-height: 43px; font-size: 16px; }
.form-control.height-40, .height-40 .nice-select { height: 40px; line-height: 38px; font-size: 14px; }
/*--Floating Form Label--*/

.floating-label { }
.form-group.floating-label .form-control { }
.form-group.floating-label textarea.form-control { }
.form-group.floating-label label { position: absolute; pointer-events: none; left: 0px; top: 16px; transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0px; line-height: 1; background: none; z-index: 2; text-transform: uppercase; opacity: .77 !important; }
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -5px; font-size: 12px; opacity: 1 !important; padding: 0px 0px; background: transparent; color: var(--secondary) !important; opacity: 1 !important; }
.form-group.floating-label.not-empty label { }
.form-group.floating-label.not-empty .form-control { border-color: var(--secondary); }
/*---*/

.f-upload .input-group { display: block !important; position: relative !important; flex-wrap: nowrap !important; }
.f-upload .file-caption-icon { display: none !important; }
.f-upload .file-caption-name.form-control { width: 100%; font-style: normal !important; opacity: 1 !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--body); }
.f-upload .input-group .custom-button.btn-file { position: absolute; top: 5px; right: 5px; border-radius: 5px !important; }
 @media only screen and (max-width: 1599.98px) {
.f-upload .file-caption-name.form-control { }
.f-upload .file-caption-name.form-control { }
.f-upload .input-group .custom-button.btn-file { height: 40px; }
}
 @media only screen and (max-width: 575.98px) {
.f-upload .input-group .custom-button.btn-file { height: 36px; top: 2px; right: 2px; }
}
 @media only screen and (max-width: 479.98px) {
.f-upload .input-group { display: block !important; position: relative !important; }
.f-upload .input-group .custom-button.btn-file { width: 100%; margin-top: 10px !important; margin-left: 0px !important; position: static !important; padding: 0px 25px !important; height: 40px; border-radius: 5px !important; }
.f-upload .file-caption-name.form-control { width: 100%; padding: 0px 15px !important; }
}
.dropzone { margin: 0px; padding: 0px; width: 100% !important; min-height: auto !important; height: 150px !important; border-radius: 5px !important; border: 2px dashed #A6A6A6 !important; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #A6A6A6 !important; font-size: 13px; transition: all 0.2s linear; background: #F4F4F4 !important; }
.dropzone:hover { background: #E8E8E8 !important; }
.dropzone i { font-size: 30px; color: var(--body); }
.progress { height: 20px; border-radius: 15px; }
.extra-progress-wrapper .progress { width: 100% !important; }
/*--Toggle Button Group-*/

.btn-group { display: flex; }
.btn-group > .btn-check { opacity: 0; display: none; }
.btn-group .btn { transition: all 0.2s linear; padding: 0px !important; flex: 1 1 0px; margin: 0px !important; border-width: 1px; }
.btn-group .btn:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary { background: var(--secondary) !important; border-color: transparent; color: var(--white); }
/*---*/

.btn-close { padding: 0px; border: 0px; border-radius: 50%; background: none; position: absolute; right: 20px; top: 20px; font-size: 20px; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; outline: none !important; box-shadow: none !important; transition: all 0.2s linear; color: #939393; /*width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;*/ }
.btn-close:hover { color: var(--primary); background: none; }
.btn-close i { line-height: 1; }
.btn-close img { width: 100%; }
.modal-content { border-radius: 20px; }
.modal-body { padding: 50px; border-radius: 20px; overflow: hidden; }
.modal-backdrop.show { opacity: .8; background: #000000; }
.modal-xl { max-width: 1150px; }
.modal-lg { max-width: 820px; }
.modal-sm { /*max-width:300px*/ }
/*--Accordion Group--*/

.accordion { margin-bottom: 80px; }
.accordion:last-child { margin-bottom: 0px; }
.accordion-item { background: none; border: none; margin-bottom: 25px; border-radius: 0px !important; }
.accordion-item:last-child { margin-bottom: 0px; }
.accordion-header a { padding: 16px 60px 16px 30px; display: block; position: relative; cursor: pointer; font-weight: 500; color: var(--white); background: var(--primary); border-radius: 20px 20px 0px 0px; border: 0px solid transparent; line-height: 1.5; font-size: 18px; z-index: 1; box-shadow: none; }
.accordion-header a h3 { color: var(--white); font-weight: 500; letter-spacing: 0px; transition: all 0.2s linear; line-height: 1.5; }
.accordion-header a.collapsed { color: var(--title); background: var(--white); border-radius: 20px; border-color: transparent; box-shadow: 0px 20px 30px rgba(0,0,0,0.06); }
.accordion-header a.collapsed h3 { color: var(--title); }
.accordion-header a:hover { color: var(--white); background: var(--primary); border-color: transparent; }
.accordion-header a:hover h3 { color: var(--white); }
.accordion-header a.collapsed:hover { }
.accordion-header a::before { position: absolute; top: 0%; /*transform: translateY(0%);*/ right: 0px; width: 60px; height: 100%; font-family: "Font Awesome 6 Free"; /*font-family: bootstrap-icons !important; */ content: "\f068"; font-weight: 900; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--white); background: transparent; font-size: 18px; border-radius: 0px; /*background: url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; border-radius: 50%;  */ transition: all 0.2s linear; }
.accordion-header a.collapsed::before { content: "\2b"; background: transparent; color: var(--alternate1); /*background:url(../images/plus.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-header a:hover::before { color: var(--white);/*background:url(../images/minus.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-header a.collapsed:hover::before { /*background:url(../images/plus-white.svg) no-repeat center center; background-size: 14px 14px; */ }
.accordion-body { padding: 30px; border: 0px solid #C7C7C7; background: var(--white); border-radius: 0px 0px 15px 15px; margin-top: 0px; box-shadow: 0px 30px 40px rgba(0,0,0,0.06); position: relative; }
.accordion-body p { margin-bottom: 20px; }
.tab-holder.TabsAccordion .accordion-body { padding: 0px; border: 0px solid #dadada; background: none; border-radius: 0px 0px; box-shadow: none; }
.tab-body { padding: 50px; background: #F8F6EA; border-radius: 0px 25px 0px 25px; box-shadow: 0px 10px 40px rgba(0, 0, 0, .16 ); }
.accordion.accordion-tabs .accordion-body { padding: 25px; border: 1px solid #C7C7C7; background: var(--white); border-radius: 0px 0px 20px 20px; margin-top: 0px; }
/*---*/

.tab-holder { }
.nav-tabs { align-items: center; border: 0px; padding: 0px 0px; margin: 0px -10px; width: auto; display: flex; }
.tab-holder.tab-centered .nav-tabs { justify-content: center; }
.nav-tabs .nav-item { margin: 0px; padding: 0px 10px; /*flex-grow: 1; flex-basis: 0;*/ }
.nav-tabs .nav-item:first-child { margin-left: 0px; }
.nav-tabs .nav-item:last-child { margin-right: 0px; }
.nav-tabs .nav-link { margin: 0px !important; text-align: center; padding: 0px 20px; font-size: 20px; color: var(--body); position: relative; font-weight: 500; border: 1px solid var(--secondary); background-color: transparent; display: flex; align-items: center; justify-content: center; width: 100%; opacity: 1; border-radius: 30px; height: 50px; }
.nav-tabs .nav-link img { margin-right: 10px; }
.nav-tabs .nav-item:first-child .nav-link { }
.nav-tabs .nav-item:last-child .nav-link { }
/* .nav-tabs .nav-link::before { content: ""; position: absolute; left: 50%; bottom: -4px; width: 0px; height: 5px; transition: all 0.2s linear; background: var(--primary); border-radius: 5px; } */

.nav-tabs .nav-link:hover { color: var(--white); opacity: 1; background-color: var(--secondary); border-color: transparent; }
.nav-tabs .nav-link.active { color: var(--white); opacity: 1; background-color: var(--secondary); border-color: transparent; }
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { width: 100%; left: 0; }
 @media(min-width:768px) {
.tab-holder.TabsAccordion .collapse { display: block; }
.tab-holder.TabsAccordion .accordion-header { display: none; }
.accordion.accordion-tabs .accordion-header { display: block; }
.accordion.accordion-tabs .collapse { display: none; }
.accordion.accordion-tabs .collapse.show { display: block; }
}
 @media(max-width:767.98px) {
.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; }
.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; }
.tab-holder.TabsAccordion .nav-tabs { display: none; }
.tab-holder.TabsAccordion .accordion-body { padding: 20px; margin-top: 0px; }
}
/*---*/

/* Tooltip */

/*<div data-toggle="tooltip" data-placement="top" title="Tooltip Details"></div>*/

.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: var(--body); font-size: 16px; max-width: 295px; line-height: 20px; border-radius: 0px; padding: 10px 40px; /*width:auto; white-space:nowrap; */ text-align: left; background-color: var(--white); font-weight: 400; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--white); }
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before { border-right-color: var(--white); }
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: var(--white); }
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before { border-left-color: var(--white); }
 @media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 0px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}
/* Scroller Container */

.Scrollcontent { height: 200px; }
.mCSB_inside > .mCSB_container { margin-right: 10px !important; }
.mCSB_scrollTools { z-index: 99999; opacity: 1 !important; width: 4px; }
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background: #dfddd1 !important; border: none !important; width: 3px !important; border-radius: 0px; }
.mCSB_scrollTools .mCSB_dragger { cursor: auto !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; border-radius: 0px; width: 3px !important; z-index: 99999 !important; background: var(--primary) !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: var(--primary)!important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 5px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100% !important; margin: 0px !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { cursor: pointer; width: auto !important; height: 5px !important; min-width: 70px !important; margin: 0px auto !important; }
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0px !important; margin-bottom: 10px; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0px; }
/*----*/

.table-holder .table > :not(:first-child) { border-top: 0px; }
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 40px; }
.table-holder .table-holder:last-child { margin-bottom: 0px; }
.table-holder .table { margin: 0px; width: 100%; overflow: hidden; /*order-collapse: inherit; */ border-collapse: collapse; border: 1px solid #D0D0D0; color: var(--body); }
.table-holder .table td, .table-holder .table th { vertical-align: middle !important; border: 1px solid #D0D0D0; }
.table-holder .table th { background: #F0F0F0; color: var(--body); font-weight: 500; font-size: 14px; font-family: var(--fontStyle2); padding: 10px; text-align: center; }
.table-holder .table tr { }
.table-holder .table td { padding: 20px; vertical-align: top !important; }
.table-holder .table td:last-child { }
.table-holder .table tr:nth-child(odd) { background-color: #ffffff; }
.table-holder .table tr:nth-child(even) { background-color: #ffffff; }
.responsive-table { min-width: 600px; margin-bottom: 15px; }
.table-sticky-col { left: 0; position: sticky; z-index: 9999; }
/*--Floating Icons--

<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>

*/

/* html::before,html::after { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; display: flex; align-items: center; justify-content: center; } 

html::before { content: ""; border:4px solid #E5E5E5; border-top:4px solid var(--primary); border-radius:50%; animation-duration: 2.5s; animation: rotate 1000ms linear infinite; opacity: 1; } 

html::after { content: "LOADING"; font-family: var(--fontStyle1); font-weight: 700; font-size: 9px; z-index: -1; animation: fade-in-out 1000ms linear infinite; color: var(--dark); }  */

.float-icon { position: absolute !important; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: -1; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating; }
 @keyframes floating { 0% {
transform: translate(0, 0px);
}
 50% {
transform: translate(0, 20px);
}
 100% {
transform: translate(0, -0px);
}
}
 @media only screen and (max-width: 567px) {
@keyframes floating { 0% {
transform: translate(0, 0px);
}
 50% {
transform: translate(0, 15px);
}
 100% {
transform: translate(0, -0px);
}
}
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
 @keyframes rotate { 100% {
transform:rotate(360deg);
}
}
 @keyframes rotate-alt { 100% {
transform:rotate(-360deg);
}
}
 @keyframes fade-in-out { 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/

.inner-container-xxl { padding: 150px 0px; position: relative; width: 100%; }
.inner-container-xl { padding: 120px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 50px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 30px 0px; position: relative; width: 100%; }
.featured-slider { margin: 0px -15px; }
.featured-slide { padding: 15px 15px; }
.featured-slide .product-box { /*box-shadow:0px 0px 20px rgba(0, 0, 0, 0.15);*/ }
.featured-slider .slick-prev { left: -60px; }
.featured-slider .slick-next { right: -60px; }
.slider-filter-holder { margin-bottom: 50px; }
.slider-filter-holder ul { list-style: none; margin: 0px auto; padding: 0px; display: flex; justify-content: center; align-items: center; max-width: 70%; border-bottom: 1px solid #d6d6d6; }
.slider-filter-holder ul li { flex-basis: 100%; }
.slider-filter-holder ul li a { position: relative; display: flex; align-items: center; justify-content: center; padding: 15px; }
.slider-filter-holder ul li a::before { content: ""; position: absolute; width: 0%; left: 50%; bottom: -1px; height: 2px; border-radius: 5px; background: #F0A69D; transition: all 0.2s linear; }
.slider-filter-holder ul li a:hover::before, .slider-filter-holder ul li a.active::before { left: 0; width: 100%; }
.slider-filter-holder ul li a.active { font-weight: 600; }
/*----*/

/*--AccordionFilterNav--*/

.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.5; font-family: var(--fontStyle2); }
/* First Level */

.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; }
.AccordionFilterNav>ul { }
.AccordionFilterNav>ul>li { padding: 0px 0px 0px; }
.AccordionFilterNav>ul>li:last-child { }
.AccordionFilterNav>ul>li>a { color: #606060; display: flex; align-items: center; position: relative; text-decoration: none; font-weight: 400; padding: 15px 40px 15px 25px !important; background: none; border-radius: 0px; }
.AccordionFilterNav>ul>li.active, .AccordionFilterNav>ul>li.selected { background: #181C62; }
.AccordionFilterNav>ul>li:hover>a { background: #181C62; color: var(--white); }
.AccordionFilterNav>ul>li.chosen>a, .AccordionFilterNav>ul>li.active>a, .AccordionFilterNav>ul>li:hover>a, .AccordionFilterNav>ul>li.selected>a { color: var(--white); }
/* Second Level */

.AccordionFilterNav ul ul { padding: 0px 0px 10px 0px; }
.AccordionFilterNav ul ul li { border-top: 0px; padding: 0px 0px 0px 0px; }
.AccordionFilterNav ul ul li a { display: block; background: none !important; color: var(--white); position: relative; padding: 10px 15px 10px 45px; }
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li:hover>a, .AccordionFilterNav ul ul li.active>a { color: var(--white) !important; text-decoration: underline; font-weight: 400; }
.AccordionFilterNav ul ul li.selected>a, .AccordionFilterNav ul ul li.chosen>a, .AccordionFilterNav ul ul li.active>a { color: var(--secondary) !important; text-decoration: underline; font-weight: 500; }
/* Third Level */

.AccordionFilterNav ul ul ul { padding-top: 10px; }
.AccordionFilterNav ul ul ul li { }
.AccordionFilterNav ul ul ul li a { }
/* Accordion Button */

.AccordionFilterNav ul li.has-subnav .accordion-btn { }
.accordion-collapsed { color: var(--dark); }
.AccordionFilterNav>ul>li:hover .accordion-collapsed { color: var(--white); }
.AccordionFilterNav>ul>li>.accordion-active .accordion-expanded { color: var(--white); }
.accordion-btn-wrap { width: 40px !important; text-align: left !important; }
.AccordionFilterNav>ul>li li .accordion-btn-wrap { top: 9px !important; }
.AccordionFilterNav>ul>li.has-subnav>a { margin-right: 0px !important; }
.AccordionFilterNav>ul>li.active>.accordion-expanded, .AccordionFilterNav>ul>li.active>.accordion-collapsed:hover, .AccordionFilterNav>ul>li .accordion-collapsed:hover { color: var(--white); }
.AccordionFilterNav>ul>li li .accordion-collapsed:hover, .AccordionFilterNav>ul>li li .accordion-expanded { color: var(--white) !important; }
/*--secondary-nav--*/

/*---*/

.item-share-holder { border: 1px solid #efefef; border-width: 1px 0px 0px; padding: 40px 0px 0px; margin: 40px 0px 0px; }
.item-share a { display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.6s; color: var(--secondary); line-height: 1; }
.item-share.item-rounded a { width: 70px; height: 70px; border: 1px solid var(--secondary); border-radius: 50%; font-size: 25px; }
.item-share a:hover { color: var(--primary); }
.item-share.item-rounded a:hover { color: var(--white); background: var(--primary); border-color: transparent; }
.item-share a.facebook:hover { background-color: #375A9D; }
.item-share a.instagram:hover { background-color: #9b36b7; }
.item-share a.twitter:hover { background-color: #02A4F8; }
.item-share a.linkedin:hover { background-color: #0076b2; }
.item-share a.pinterest:hover { background-color: #e10017; }
.item-share a.whatsapp:hover { background-color: #12C933; }
.item-share a.telegram:hover { background-color: #38abe0; }
.item-share a.youtube:hover { background-color: #ff0000; }
.item-share a.gmail:hover { background-color: #EA4335; }
.item-share a.link:hover { background-color: #8F8F8F; }
/* Button */

.custom-button, .f-upload .input-group-btn .btn-upload { cursor: pointer; transition: all 0.2s linear; display: inline-flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 500; color: var(--white); border-radius: 30px; border: 1px solid transparent; vertical-align: top; padding: 0px 30px; font-size: 17px; line-height: 1; text-transform: capitalize; height: 56px; background: var(--primary); font-family: var(--fontStyle1); }
.custom-button.btn-lg { padding: 0px 50px; font-size: 20px; height: 65px; }
.custom-button.btn-md { padding: 0px 30px; font-size: 14px; height: 42px; letter-spacing: 0px; text-transform: capitalize; }
.custom-button.btn-sm { padding: 0px 20px; font-size: 13px; height: 30px; letter-spacing: 0px; text-transform: capitalize; }
.custom-button::after { font-family: "Font Awesome 6 Free"; content: "\f105"; transition: all 0.2s linear; margin-left: 10px; font-weight: 900; /*width: 30px; height: 12px; background-image:url(../images/button-arrow.png); background-repeat: no-repeat; background-size: 100% 100%; content:"";*/ }
.custom-button.button-primary, a.custom-button.button-primary:visited { background: var(--primary); }
.custom-button.button-secondary, a.custom-button.button-secondary:visited { background: var(--secondary); color: var(--white);}
.custom-button.button-body, a.custom-button.button-body:visited { background: var(--body); }
.custom-button.button-title, a.custom-button.button-title:visited { background: var(--title); }
.custom-button.button-alternate, a.custom-button.button-alternate:visited { background: var(--alternate); color: var(--black); }
.custom-button.button-light, a.custom-button.button-light:visited { background: var(--light); color: var(--black); }
.custom-button.button-dark, a.custom-button.button-dark:visited { background: var(--dark); }
.custom-button.button-black, a.custom-button.button-black:visited { background: var(--black); }
.custom-button.button-red, a.custom-button.button-red:visited { background: var(--red); }
.custom-button.button-white, a.custom-button.button-white:visited { background: var(--white); }
.custom-button.button-yellow, a.custom-button.button-yellow:visited { background: var(--yellow); color: var(--black); }
.custom-button.button-blue, a.custom-button.button-blue:visited { background: var(--blue); color: var(--white); }

.custom-button.btn-border { background: none; box-shadow: none !important; }
.custom-button.btn-border::after { display: none; }

.custom-button.btn-border.bdr-primary { border-color: var(--primary); color: var(--primary); }
.custom-button.btn-border.bdr-secondary { border-color: var(--secondary); color: var(--secondary); }
.custom-button.btn-border.bdr-body { border-color: var(--body); color: var(--body); }
.custom-button.btn-border.bdr-title { border-color: var(--title); color: var(--title); }
.custom-button.btn-border.bdr-alternate { border-color: var(--alternate); color: var(--alternate); }
.custom-button.btn-border.bdr-alternate1 { border-color: var(--alternate1); color: var(--alternate1); }
.custom-button.btn-border.bdr-light { border-color: var(--light); color: var(--light); }
.custom-button.btn-border.bdr-dark { border-color: var(--dark); color: var(--dark); }
.custom-button.btn-border.bdr-red { border-color: var(--red); color: var(--red); }
.custom-button.btn-border.bdr-white { border-color: var(--white); color: var(--white); }
.custom-button-holder { display: inline-flex; justify-content: center; position: relative; }
.custom-button-holder.icon-left { }
.custom-button-holder.icon-left .custom-button i { }
/*Button Hover*/

button.custom-button:hover, .custom-button.selected, a.custom-button:hover, .f-upload .input-group .custom-button.btn-file:hover, a.custom-button:focus { color: var(--white) !important; background: var(--secondary); border-color: transparent !important; }
button.custom-button.button-blue:hover, .custom-button.button-blue.selected, a.custom-button.button-blue:hover, a.custom-button.button-blue:focus { color: var(--white) !important; background: var(--primary); border-color: transparent !important; }
button.custom-button:hover::after, .custom-button.selected::after, a.custom-button:hover::after, .f-upload .input-group .custom-button.btn-file:hover::after { /*background-image:url(../images/button-arrow-hover.png); background-repeat: no-repeat; background-size: 100% 100%; */ }
button.custom-button.button-secondary:hover, a.custom-button.button-secondary:hover, a.custom-button.button-secondary:focus { background-color: var(--primary); color: var(--white) !important; }
button.custom-button.button-secondary:hover::after, a.custom-button.button-secondary:hover::after { }
button.custom-button.button-alternate:hover, a.custom-button.button-alternate:hover, a.custom-button.button-alternate:focus { }
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { }
button.custom-button.button-title:hover, a.custom-button.button-title:hover, a.custom-button.button-title:focus { }
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { }
button.custom-button.button-body:hover, a.custom-button.button-body:hover, a.custom-button.button-body:focus { }
button.custom-button.button-alternate:hover::after, a.custom-button.button-alternate:hover::after { }
a.custom-button.btn-border:hover, button.custom-button.btn-border:hover, a.custom-button.btn-border:focus { color: var(--white) !important; background: var(--secondary); border-color: transparent !important; }
.mwidth { min-width: 220px; padding-left: 10px !important; padding-right: 10px !important; }
.mwidth-md { min-width: 180px; padding-left: 10px !important; padding-right: 10px !important; }
.custom-button.btn-block, a.custom-button.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 10px; padding-left: 10px; }
.custom-button.btn-block + .custom-button.btn-block { margin-top: 10px; }
.button-holder { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin: -10px -10px; }
.button-holder>div { padding: 10px; }
.custom-button img { }
.custom-button i { }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.custom-button .iright { }
.custom-button .ileft { }
.uncap { text-transform: none !important; }
.custom-button.no-icon::after, a.custom-button.no-icon::after { display: none; }
/*--Links--*/

.styled-link-holder { display: inline-flex; position: relative; padding-bottom: 8px; }
.styled-link-holder::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 0px; height: 1px; background: var(--primary); transition: all 0.2s linear; animation-delay: 2s; }
.styled-link-holder:hover::before { left: 0%; width: 100%; animation-delay: 2s; }
.styled-link, .styled-link1 { color: var(--secondary); text-decoration: none !important; border: none; transition: all 0.2s linear; position: relative; display: inline-flex; align-items: center; font-weight: 500; line-height: 1; text-transform: capitalize; letter-spacing: -.5px; font-size: 17px; padding-right: 20px; }
.styled-link.has-icon { text-decoration: none !important; }
.styled-link.has-icon::after, .styled-link.has-icon::before { font-family: bootstrap-icons !important; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.2s linear; position: absolute; top: 50%; transform: translateY(-50%); }
.styled-link.has-icon::after { content: "\f285"; right: 0; }
.styled-link.has-icon::before { content: "\f138"; left: -30px; opacity: 0; }
a.styled-link:hover, button.styled-link:hover { color: var(--primary); text-decoration: none !important; border: none; }
a.styled-link:hover img, button.styled-link:hover img { filter: invert(38%) sepia(62%) saturate(492%) hue-rotate(131deg) brightness(97%) contrast(101%); }
a.styled-link.has-icon:hover { text-decoration: none !important; padding-right: 0px; padding-left: 20px; }
a.styled-link.has-icon:hover::after, button.styled-link.has-icon:hover::after { right: -30px; opacity: 0; }
a.styled-link.has-icon:hover::before, button.styled-link.has-icon:hover::before { left: 0px; opacity: 1; }
.styled-link1, a.styled-link1 { display: inline-flex; align-items: center; text-decoration: none !important; }
a.styled-link1:hover { color: var(--secondary); text-decoration: none !important; }
.styled-link i, .styled-link1 i { display: flex; align-items: center; justify-content: center; transition: all 0.2s linear; text-decoration: none !important; position: relative; }
.styled-link1 i { width: 50px; height: 50px; border-radius: 30px; border: 1px solid #B0B0B0; }
a.styled-link1:hover i { background: var(--secondary); border-color: transparent; color: var(--white); }
.styled-link i.ileft { margin-right: 10px; }
.styled-link i.iright { margin-left: 10px; }
.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after { margin-left: 0px; margin-right: 10px; order: 1; transform: rotate(180deg); }
.styled-link.has-icon.icon-left span, a.styled-link.has-icon.icon-left span { order: 2; }
.styled-link.primary { color: var(--primary) !important; }
a.styled-link.primary:hover { color: var(--secondary) !important; }
.styled-link.secondary { color: var(--secondary) !important; }
a.styled-link.secondary:hover { color: var(--primary) !important; }
.styled-link.body { color: var(--body) !important; }
a.styled-link.body:hover { color: var(--primary) !important; }
.styled-link.light { color: var(--light) !important; }
a.styled-link.light:hover { color: var(--secondary) !important; }
.styled-link.dark { color: var(--dark) !important; }
a.styled-link.dark:hover { color: var(--primary) !important; }
.styled-link.red { color: var(--red) !important; }
a.styled-link.red:hover { color: var(--primary) !important; }
.styled-link.white { color: var(--white) !important; }
a.styled-link.white:hover { color: var(--primary) !important; }
.styled-link.alternate { color: var(--alternate) !important; }
a.styled-link.alternate:hover { color: var(--primary) !important; }
.btn-link { color: var(--alternate); text-decoration: none; text-transform: uppercase; }
a.btn-link:hover { color: var(--primary); text-decoration: none; }
/*--Slick Arrow--*/

.slick-arrow { display: flex; align-items: center; justify-content: center; opacity: 1; text-align: center; border-radius: 50%; cursor: pointer; transition: all 0.2s linear; background: transparent; color: var(--secondary); border: 1px solid var(--secondary); line-height: 1; width: 66px; height: 66px; overflow: hidden; font-size: 22px; opacity: .3; box-shadow: none; }
.slick-arrow img { transition: all 0.2s linear; }
.slick-arrow:hover img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(106%); }
.arrows-plain .slick-arrow { width: auto; height: auto; border: 0px; border-radius: 0px; opacity: 1; background: none; box-shadow: none; color: var(--secondary); font-size: 32px; }
.arrows-white .slick-arrow { color: var(--primary) !important; }
.slick-arrow:hover { opacity: 1; background: transparent; border-color: var(--secondary); color: var(--secondary); }
.arrows-white .slick-arrow:hover { color: var(--primary) !important; }
.arrows-plain .slick-arrow:hover { background: none; color: var(--primary); opacity: 1; }
.arrows-alternate .slick-arrow { background: none; color: #CFCFCF; border-color: #CFCFCF; }
.arrows-alternate .slick-arrow:hover { opacity: 1; background: var(--white); border-color: transparent; color: var(--secondary); }
.custom-arrows { display: flex; align-items: center; }
.custom-arrows .slick-arrow { position: static; transform: none; width: 55px; height: 55px; font-size: 20px; }
.custom-arrows .slick-arrow:first-child { margin-right: 10px; }
/*----*/

.footer-wrapper { display: block; position: absolute; left: 0px; bottom: 0px; width: 100%; border-radius: 0px; z-index: 1; }
/*<a href="javascript:void(0); " title="whatsapp" target="_blank"><i class="fa-brands fa-whatsapp"></i></a>*/

.bottom-whatsapp-icon { position: fixed; bottom: 100px; transform: translateY(-50%); right: 60px; z-index: 5; }
.bottom-whatsapp-icon a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 80px; height: 80px; border-radius: 50%; background: #25D366; color: var(--white); font-size: 40px; box-shadow: 0px 1px 6px rgba(0,0,0,0.1); }
.bottom-whatsapp-icon a:hover { color: var(--white); background: #10b737; }
/*----*/

.nav-2col, .nav-3col { display: flex; flex-wrap: wrap; justify-content: space-between; }
.nav-2col li { width: 50%; }
.nav-3col li { width: 33.33%; }
/*----*/

.thankyou-section { }
.thankyou-content-holder { }
.thankyou-img { padding-bottom: 46.45%; min-height: 450px; position: relative; }
.thankyou-img::after, .thankyou-img::before { position: absolute; left: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 2; }
.thankyou-img::before { background: var(--dark); opacity: 0; }
.thankyou-img::after {/*background: url(../images/home-banner-overlay.png);*/ background-size: auto; background-size: 100% 100%; height: 50%; z-index: 1; opacity: 1; }
.thankyou-content { max-width: 670px; color: var(--white); }
.thankyou-content h1 { font-size: 90px; line-height: 1.1; color: var(--white); padding-bottom: 0; }
.thankyou-content h2 { font-size: 55px; padding-bottom: 30px; line-height: 1; color: var(--white); }
.thankyou-content h1 span { }
.thankyou-content p { letter-spacing: -.16px; }
.thankyou-content a.custom-button { }
.thankyou-content a.custom-button:hover { }
.thankyou-logo { max-width: 290px; margin: 0px auto 50px; }
/*---*/

.odd-even-list { }
.odd-even-box { padding: 30px 0px; }
.odd-even-box:first-child { padding-top: 0px !important; }
.odd-even-box:last-child { padding-bottom: 0px !important; border-bottom: 0px; }
.odd-even-list .odd-even-box:nth-child(even)>.row>[class*="col-"]:first-child { order: 2; }
.odd-even-list .odd-even-box:nth-child(even)>.row>[class*="col-"]:last-child { order: 1; }
.odd-even-list .odd-even-box .textColLeft, .odd-even-list .odd-even-box .textColRight { height: 100%; display: flex; align-items: center; }
.odd-even-list .odd-even-box:nth-child(even) .textColLeft { float: left; }
.odd-even-list .odd-even-box:nth-child(even) .textColRight { float: right; }
.odd-even-img { }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-img { }
.odd-even-info { max-width: 520px; margin: 0px auto; }
.odd-even-list .odd-even-box:nth-child(even) .odd-even-info { }
/*----*/

.icon-holder { display: flex; justify-content: center; align-items: center; }
.icon-holder img { max-height: 100%; }
.pageTitle-holder { margin-bottom: 40px; position: relative; padding-bottom: 40px; }
.pageTitle-holder:last-child { margin-bottom: 0px; }
.pageTitle-holder::before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 70px; height: 8px; background: #b7bac1; border-radius: 0px; }
.pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); }
.pageTitle-holder.white::before { background: #D1D1D1; }
.pageTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 30px; transition: all 0.2s linear; }
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; }
.pageTitle h1, .pageTitle h2, .pageTitle h3 { font-size: 46px; transition: all 0.2s linear; letter-spacing: -2.3px; font-weight: 600; }
.pageTitle.lg h1, .pageTitle.lg h2, .pageTitle.lg h3 { font-size: 60px; }
.pageTitle.xl h1, .pageTitle.xl h2 { font-size: 56px; }
.pageTitle.md h1, .pageTitle.md h2 { font-size: 40px; }
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 35px; }
/*.pageTitle h3 { font-size: 18px; padding-bottom: 10px; font-weight: 700; font-weight: 700; color: var(--alternate); position: relative; display: inline-flex; align-items: center; }
.pageTitle h3::before { content: ""; width: 64px; height: 4px; background: var(--primary); margin-right: 15px; }*/
.pageTitle-holder.white .pageTitle h3 { color: #CFCFCF; }
.pageTitle.primary h1, .pageTitle.primary h2, .pageTitle h3.primary { color: var(--primary); }
.pageTitle.secondary h1, .pageTitle.secondary h2, .pageTitle h3.secondary { color: var(--secondary); }
.pageTitle.body h1, .pageTitle.body h2, .pageTitle h3.body { color: var(--body); }
.pageTitle.title h1, .pageTitle.title h2, .pageTitle h3.title { color: var(--title); }
.pageTitle.alternate h1, .pageTitle.alternate h2, .pageTitle h3.alternate { color: var(--alternate); }
.pageTitle.alternate1 h1, .pageTitle.alternate1 h2, .pageTitle1 h3.alternate1 { color: var(--alternate1); }
.pageTitle.light h1, .pageTitle.light h2, .pageTitle h3.light { color: var(--light); }
.pageTitle.dark h1, .pageTitle.dark h2, .pageTitle h3.dark { color: var(--dark); }
.pageTitle.red h1, .pageTitle.red h2, .pageTitle h3.red { color: var(--red); }
.pageTitle.white h1, .pageTitle.white h2, .pageTitle h3.white { color: var(--white); }
.pageTitle p { margin: 0px auto; }
.has-data-text::before { content: attr(data-text); position: relative; font-size: 6.8vw; font-weight: 400; color: #1C1C1C; z-index: 0; line-height: 1; display: block; opacity: .04; text-transform: uppercase; margin-bottom: -5%; letter-spacing: -2.54px; text-align: center; }
 @media screen and (min-width: 1920.99px) {
.has-data-text::before { font-size: 127px; }
}
.has-data-text h2, .has-data-text h1 { z-index: 1; position: relative; }
/*---*/

.banner-image { padding-bottom: 46.30%; min-height: 400px; }
.logo-slider .slick-list { padding: 0px !important; }
.logo-slide .icon-holder { height: 128px; margin: 0px; padding: 10px; }
.image-radius-left { border-radius: 10px 0px 0px 10px; }
.image-radius-right { border-radius: 0px 10px 10px 0px; }
.intro { padding-left: 60px; padding-right: 130px; }
.home-pod a { display: block; background: #272727; color: var(--alternate); padding: 40px; border-radius: 15px; }
.home-pod:hover a { background: #161616; }
.home-pod-icon { width: 125px; height: 125px; background: #1f1f1f; border-radius: 15px; transition: all 0.2s linear; }
.home-pod-icon img { transition: all 0.2s linear; opacity: .45 }
.home-pod:hover .home-pod-icon { /*background: #8eb743; background: -moz-linear-gradient(-45deg, #8eb743 0%, #3d570f 100%); background: -webkit-linear-gradient(-45deg, #8eb743 0%, #3d570f 100%); background: linear-gradient(135deg, #8eb743 0%, #3d570f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb743', endColorstr='#3d570f', GradientType=1 );*/ background: var(--primary); }
.home-pod:hover .home-pod-icon img { opacity: 1; }
.home-pod-info-holder { position: relative; padding-top: 60px; padding-left: 40px; }
.home-pod-info-holder::before { content: attr(data-text); position: absolute; left: 0px; top: 68px; font-size: 20px; letter-spacing: -.6px; line-height: 1; }
.home-pod-info { padding-bottom: 30px; }
.home-pod:hover .styled-link-holder::before, .project-box:hover .styled-link-holder::before, .news-hero:hover .styled-link-holder::before { left: 0%; width: 100%; animation-delay: 2s; }
.home-pod:hover .styled-link.has-icon, .project-box:hover .styled-link.has-icon, .news-hero:hover .styled-link.has-icon { padding-right: 0px; padding-left: 20px; color: var(--primary) !important; }
.home-pod:hover .styled-link.has-icon::after, .project-box:hover .styled-link.has-icon::after, .news-hero:hover .styled-link.has-icon::after { right: -30px; opacity: 0; }
.home-pod:hover .styled-link.has-icon::before, .project-box:hover .styled-link.has-icon::before, .news-hero:hover .styled-link.has-icon::before { left: 0px; opacity: 1; }
.content-box { box-shadow: 0px 3px 15px rgba(0,0,0,0.1); }
.counter-holder { font-weight: 700; font-family: var(--fontStyle3); font-size: 90px; color: var(--primary); border-bottom: 1px solid var(--alternate1); margin-bottom: 30px; }
.counter { line-height: 1; position: relative; display: inline-flex; overflow: hidden; align-items: center; height: 6rem; padding: 0px; }
.counter > span { z-index: 1; display: flex; flex-direction: column; height: 100%; transition: all 1.5s ease; transform: translateY(0); line-height: 1; }
.counter-holder.md { font-size: 50px; border-color: #dbdbdb; }
.counter-holder.md .counter { height: 3rem; }
.counter > span span { flex: 0 0 100%; height: 100%; display: flex; align-items: center; padding-right: 1px; margin-left: -1px; }
.counter:nth-child(1) > span { transition-delay: 0s; }
.counter:nth-child(2) > span { transition-delay: 0.25s; }
.counter:nth-child(3) > span { transition-delay: 0.50s; }
.counter:nth-child(4) > span { transition-delay: 0.75s; }
.counter:nth-child(5) > span { transition-delay: 1s; }
.counter:nth-child(6) > span { transition-delay: 1.25s; }
.counter:nth-child(7) > span { transition-delay: 1.50s; }
.counter:nth-child(8) > span { transition-delay: 1.75s; }
.counter:nth-child(9) > span { transition-delay: 2s; }
.counter:nth-child(10) > span { transition-delay: 2.25s; }
.counter:nth-child(11) > span { transition-delay: 2.50s; }
.counter:nth-child(12) > span { transition-delay: 2.75s; }
.counter:nth-child(13) > span { transition-delay: 3s; }
.counter:nth-child(14) > span { transition-delay: 3.25s; }
.counter:nth-child(15) > span { transition-delay: 3.50s; }
.counter:nth-child(16) > span { transition-delay: 3.75s; }
.counter:nth-child(17) > span { transition-delay: 4s; }
.counter:nth-child(18) > span { transition-delay: 4.25s; }
.counter:nth-child(19) > span { transition-delay: 4.50s; }
.counter:nth-child(20) > span { transition-delay: 4.75s; }
.counter-holder.lg { font-size: 180px; border-color: transparent; position: relative; }
.counter-holder.lg .counter { height: 12rem; }
/* .counter-holder.lg::before{ content: ""; position: absolute; width: 100%; height: 65%; left: 0px; bottom: 10%; z-index: 2; background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );} */
/*---*/

.home-project-title { padding-left: 200px; }
.project-box a { display: block; color: var(--body); }
.project-box .img-holder { background-color: #343434; border-radius: 20px; padding-bottom: 54.61%; }
.project-box .img-holder figure { padding: 16px; }
.project-box .img-holder figure img { border-radius: 10px; }
.project-list .project-box .img-holder figure { padding: 10px; }
.project-box-title { padding-top: 30px; display: flex; line-height: 1; align-items: center; }
.project-box-title h2 { font-weight: 500; letter-spacing: -1.14px; display: flex; align-items: center; line-height: 1; flex-wrap: wrap; }
.project-box-title.lg h2 { font-size: 56px; font-weight: 600; letter-spacing: -2.8px; }
.project-tag { display: inline-flex; height: 27px; line-height: 1; font-size: 14px; color: var(--white); padding: 0px 15px; background: #9a9a9a; align-items: center; justify-content: center; border-radius: 5px; text-transform: uppercase; font-weight: 700; letter-spacing: 0px; margin-left: 15px; }
.project-box-title.lg .project-tag { height: 32px; margin-left: 25px; font-size: 17px; }
.project-box-holder { position: relative; }
.project-box-info ul { color: var(--secondary); }
.home-project1 { padding-right: 90px; }
.home-project2 { margin-top: -170px; padding-left: 70px; }
.home-project3 { padding-right: 90px; }
.home-project4 { margin-top: -150px; padding-left: 70px; }
.project-info-box { border-radius: 10px; padding: 150px 70px; max-width: 580px; position: relative; }
.home-project3-info { padding-left: 110px; margin-top: 180px; }
.home-project4-info { padding-left: 270px; }
.project-info-box p { opacity: .7; }
.footer-logos li img { max-height: 46px; }
.bottom-left { padding-right: 50px; color: #555555; }
.bottom-right { padding-left: 180px; }
.contact-list { list-style: none; margin: 0px 0px 30px; padding: 0px; color: #555555; }
.contact-list a { word-wrap: break-word; color: #555555; }
.contact-list a:hover { color: var(--primary); }
.contact-list:last-child { margin-bottom: 0px; }
.contact-list li { padding-left: 20px; padding-bottom: 20px; position: relative; }
.contact-list li:last-child { padding-bottom: 0px; }
.contact-list li i { line-height: 1; transition: all 0.2s linear; position: absolute; left: 0px; top: 9px; font-size: 12px; color: var(--secondary); }
.item-inline { display: inline-flex; margin-right: 15px; }
.bottom { padding: 20px 0px; }
.bottom-trial-holder { position: fixed; left: 0; bottom: 20px; width: 100%; z-index: 100; pointer-events: none; }
.bottom-trial-box { text-align: center; max-width: 600px; padding: 16px 60px 16px 30px; background: #e5e5e5; border-radius: 40px; margin: 0px auto; position: relative; box-shadow: 0px 3px 20px rgba(0,0,0,0.1); pointer-events: all; }
.bottom-trial-box a { color: var(--primary); text-decoration: underline; }
.close-InfoBar { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color: var(--body) !important; font-size: 20px; }
.close-InfoBar:hover { color: var(--primary) !important; }
.top-right { position: relative; z-index: 1010; order: 3; padding-left: 50px; }
.top-right a { padding: 0px 40px; background: var(--title); color: var(--white) !important; border-radius: 30px; font-weight: 600; display: flex; justify-content: center; align-items: center; line-height: 1; height: 55px; font-size: 19px; overflow: hidden; transition: 0.6s; position: relative; }
.top-right a:hover { background: var(--primary); color: var(--white) !important; }
.top-right a:before, .top-right a:after { content: ""; display: block; position: absolute; background: rgba(255, 255, 255, 0.5); height: 100%; top: 0; transform: translateX(-100px) skewX(-15deg); }
.top-right a:before { width: 60px; left: 0; opacity: .5; filter: blur(30px); }
.top-right a:after { width: 30px; left: 30px; opacity: 0; filter: blur(5px); }
.top-right a:hover:before, .top-right a:hover:after { transform: translateX(200px) skewX(-15deg); transition: 0.7s; }
.top-right a:hover:before { opacity: 0.5; }
.top-right a:hover:after { opacity: 1; }
.inner-banner-image { padding-bottom: 44.63%; }
.tabs-style1 { display: block; margin: 0px !important; }
.tabs-style1 .nav-item { padding: 0px 0px 20px !important; }
.tabs-style1 .nav-item:last-child { padding-bottom: 0px !important; }
.tabs-style1 .nav-link { text-align: left; padding: 0px 0px 0px 55px !important; font-size: 22px; color: var(--alternate); font-weight: 500; display: block; border-radius: 0px; height: auto !important; background: none !important; position: relative; border: 0px; }
.tabs-style1 .nav-link.active, .tabs-style1 .nav-link:hover { color: var(--secondary); }
.tabs-style1 .nav-link::before { content: ""; transition: all 0.2s linear; width: 42px !important; height: 16px; background: url(../images/arrow-orange.png) no-repeat; background-size: 100% 100%; opacity: 0; top: 8px; left: -15px; position: absolute; }
.tabs-style1 .nav-link.active::before, .tabs-style1 .nav-link:hover::before { opacity: 1; left: 0; }
.pod-box { max-width: 430px; }
.pod-box-img { display: flex; align-items: center; justify-content: center; background: #EAEBED; border-radius: 15px; width: 80px; height: 80px; margin-bottom: 30px; line-height: 1; }
.pod-box-img img { max-width: 100%; max-height: 100%; }
.pod-box-info h2 { padding-bottom: 50px; }
.shopify-pod-list .col-md-6:nth-of-type(3n+0) .pod-box { margin-left: auto; }
.shopify-pod-list .col-md-6:nth-of-type(3n-1) .pod-box { margin: 0px auto; }
.content-item { padding: 30px 0px; }
.content-list .content-item:last-child { padding: 30px 0px 0px; }
.solutions-tabs { position: relative; margin-bottom: -100px; z-index: 1; }
.rating-star { line-height: 1; }
.google-reviews-box-icon { width: 102px; }
.google-reviews-box { background: #F9F9F9; border-radius: 10px; padding: 40px; }
.partner-list li { width: 20%; }
.list-3col li { width: 33.33%; }
.partner-box a { display: block; border-radius: 10px; overflow: hidden; }
.partner-box a:hover { background: var(--white); box-shadow: 0px 10px 20px rgba(0,0,0,0.05); }
.partner-list .icon-holder, .partner-slide .icon-holder { height: 140px; }
.partner-slider { margin: 0px -15px; }
.partner-slide { padding: 15px; }
.testimonial-icon-holder { position: relative; padding-left: 35px; }
/* .testimonial-icon-holder::before { content: ""; background: url(../images/quote.png) no-repeat; width: 93px; height: 70px; background-size: 100% 100%; position: absolute; left: 0px; top: -20px; z-index: 2; } */
.testimonial-box .img-holder { width: 205px; }
.testimonial-slider { margin: 0px 0px; }
.testimonial-slider-holder { padding: 0px 70px 0px 0px; }
.testimonial-slider .slick-arrow { transform: none; top: auto; }
.testimonial-slider .slick-prev { left: auto; right: -70px; margin-bottom: -75px; bottom: 50%; }
.testimonial-slider .slick-next { right: -70px; margin-top: -75px; top: 50%; }
.testimonail-info h2 { letter-spacing: -1.14px; }
.custom-container { max-width: 1620px; padding: 0px 30px; margin: 0px auto; }
.leader-list li { width: 20%; }
.leader-box .img-holder, .management-image .img-holder { padding-bottom: 133.33%; background: #f2f2f2; }
.management-image { padding-right: 60px; width: 360px; }
.leader-info { padding-top: 30px; }
.about-pod a { display: block; }
.about-pod .content-box { padding: 50px 30px 30px; transition: all 0.2s linear; }
.about-pod:hover .content-box { background: var(--primary) !important; }
.about-pod .icon-holder { height: 68px; }
.about-pod .icon-holder img { transition: all 0.2s linear; }
.about-pod:hover .icon-holder img { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(1002%) contrast(102%); }
.about-pod h2 { display: flex; align-items: center; justify-content: center; transition: all 0.2s linear; }
.about-pod:hover h2 { color: var(--white); }
.work-filter { max-width: 320px; margin: 0px auto; position: relative; z-index: 2; }
.list-container { padding-right: 10px; border-right: 1px solid #e2e2e2; margin-right: 15px; }
.case-studies-hero { background-color: #343434; border-radius: 20px 0px 0px 20px; padding-bottom: 68.85%; }
.case-studies-hero figure { padding: 16px 0px 16px 16px; }
.case-studies-hero figure img { border-radius: 10px 0px 0px 10px; }
.content-item-info { padding-right: 80px; }
.odd-even-list .odd-even-box:nth-child(2n) .content-item-info { padding-right: 0px; padding-left: 80px; }
.thankyou-icon { width: 118px; }
.trialModal .btn-close { right: 0; top: -35px; color: var(--white); background: none; width: auto; height: auto; font-size: 29px; opacity: .5 !important; }
.trialModal .btn-close:hover { color: var(--white); opacity: 1 !important; }
/*---*/
.marquee-wrapper { display: inline-flex; white-space: nowrap; position: relative; overflow: hidden; }
.marquee { display: inline-flex; white-space: nowrap; position: relative; transform: translate3d(0%, 0, 0); animation-name: marquee; animation-timing-function: linear; animation-iteration-count: infinite; }
.marquee .logo-slide { display: inline-flex; white-space: nowrap; width: 200px; align-items: center; justify-content: center; padding: 0px 15px; }
.marquee-wrapper:hover .marquee { animation-play-state: paused !important; }
@keyframes marquee { 0% {
transform: translate3d(0%, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}
.main-banner { margin: 0px !important; }
.main-banner .slick-dots { bottom: 50px; }
.discover-box .img-holder { padding-bottom: 108.53%; }
.grid-box.leader-box .img-holder::after { display: none; }
.grid-box.leader-box .img-holder { background-color: #f3f3f3; }
.grid-box.leader-box .grid-ov { background: var(--primary); }
.grid-box.leader-box .grid-ov-info { padding: 50px; }
.grid-box.leader-box .leader-info p { text-transform: uppercase; }
.discover-box:hover .grid-ov-info .styled-link { text-decoration: underline !important; }
.nav-tabs.nav-tabs-style1 { margin: 0px -5px; }
.nav-tabs.nav-tabs-style1 .nav-item { flex-grow: 1; flex-basis: 0; padding: 0px 5px; }
.nav-tabs.nav-tabs-style1 .nav-link { padding: 0px 0px; font-size: 22px; color: var(--title); font-weight: 700; border-width: 0px 0px 1px 0px; border-radius: 0px; height: 70px; }
.nav-tabs .nav-link:hover { color: var(--primary); opacity: 1; background-color: transparent; border-color: var(--primary); }
.nav-tabs .nav-link.active { color: var(--primary); opacity: 1; background-color: transparent; border-color: var(--primary); }
.wcv-list li { width: 20%; }
.wcv-box { padding: 50px 30px; }
.wcv-box .icon-holder { height: 68px; margin-bottom: 30px; }
.wcv-list li .content-box { margin: 0px; }
.management-list { list-style: none; margin: 0px; padding: 0px; }
.management-list li { border-top: 1px solid #cecece; }
.management-box-info h2 { font-size: 38px; padding-bottom: 15px; }
.blog-left { padding-right: 100px; }
.blog-right { width: 344px; }
.styled-link-holder.underlined .styled-link { text-decoration: underline !important; }
.styled-link-holder.underlined:hover .styled-link, .news-hero:hover .styled-link-holder.underlined .styled-link { text-decoration: none !important; }
.blog-list { padding: 50px 0px; }
.blog-box a { display: block; padding: 20px; border-radius: 15px; transform: scale(1); }
.blog-box a h2 { transition: all 0.2s linear; }
.blog-box a:hover { background: var(--white); box-shadow: 0px 3px 30px rgba(0,0,0,0.05); transform: scale(1.07); }
.blog-box a:hover h2 { color: var(--primary); }
.blog-box .img-holder { padding-bottom: 58.57%; }
.blog-info-holder { padding: 30px 0px 15px; }
.blog-info { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.search-box { position: relative; }
.search-button { position: absolute; right: 0px; top: 0px; display: flex; justify-content: center; align-items: center; padding: 0px; border: 0px; height: 100%; width: 60px; background: none !important; border-radius: 0px; transition: all 0.2s linear; }
.search-input { padding: 0px 60px 0px 30px !important; border-color: transparent !important; height: 55px; border-radius: 30px; background: #EBEBEB; }
.search-box input::placeholder, .search-box input.form-control::-webkit-input-placeholder {
color: #A5A5A5 !important;
}
.search-box .search-input:focus, .search-box .search-input:hover { background: #EBEBEB; }
.search-button img { transition: all 0.2s linear; }
.search-button:hover img { filter: invert(46%) sepia(42%) saturate(5726%) hue-rotate(316deg) brightness(92%) contrast(110%); }
.widget-box { margin-bottom: 40px; }
.widget-box:last-child { margin-bottom: 0px; }
.widget-box h2 { font-size: 38px; font-weight: 600; }
.widget-list { list-style: none; margin: 0px; padding: 0px; }
.widget-list li, .widget-list li a { display: block; padding: 5px 0px; }
.widget-list li a:hover, .widget-list li.selected a, .widget-list li.active a { color: var(--primary); text-decoration: underline; }
.archive-list a { display: flex; align-items: center; justify-content: center; line-height: 1; padding: 0px 20px; height: 35px; background: var(--white); border-radius: 20px; }
.archive-list li a:hover, .archive-list li.selected a, .archive-list li.active a { box-shadow: 0px 3px 30px rgba(0,0,0,0.1); }
.news-meta-holder { padding: 35px 0px; border-bottom: 1px solid #d6d6d6; margin-bottom: 35px; }
.news-meta { line-height: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: left; list-style: none; margin: 0px -20px; padding: 0px; position: relative; flex-flow: column; font-weight: 400; }
.news-meta.inline { flex-flow: row; flex-wrap: wrap; }
.news-meta>li { padding: 0px 20px; position: relative; display: flex; align-items: center; margin: 5px 0px; }
.news-meta>li i { }
.news-meta>li:last-child { }
.news-meta.inline>li { border-right: 1px solid #dfdfdf; line-height: 1; }
.news-meta.inline>li:last-child { border-right: 0px; }
.news-meta a { color: var(--body); }
.news-meta a:hover { color: var(--primary); }
.blog-details h2 { font-size: 45px; font-weight: 600; margin-top: 20px; margin-bottom: 20px; }
.blog-details h2 strong, .blog-details h3 strong, .blog-details h2 b, .blog-details h3 b { font-weight: 600; }
.blog-details h3 { font-size: 38px; font-weight: 600; margin-top: 20px; margin-bottom: 20px; }
.blog-details img { margin-bottom: 0px; width: 100%; }
.blog-details-box img { margin-bottom: 40px; }
.blog-details-box { padding-bottom: 50px; }
.blog-details-footer { padding-top: 20px; border-top: 1px solid #e9e9e9; margin-top: 50px; }
.blog-details-footer a { color: #959595; }
.blog-details-footer a:hover { color: var(--primary); }
.blog-details a { color: var(--primary); }
.blog-details a:hover { color: var(--primary); text-decoration: underline; }
.about-info { margin-left: 100px; }
/*---*/
.article-row { position: relative; display: table; width: 100%; margin: 0px auto; padding: 30px 0px; }
.article-icon-col { position: relative; display: block; float: left; width: 80px; }
.article-icon-col img { position: relative; width: auto; max-width: 100%; }
.article-text-col { position: relative; display: block; margin-left: 115px; }
.article-text-col h3 { margin-top: 0px; margin-bottom: 0px; }
@media (max-width: 480px) {
.article-icon-col { width: 50px; }
.article-text-col { margin-left: 70px; }
}
/*-30-05-2024--*/
.seo-services-list li{ width: 20%;}
.seo-services .img-holder{ padding-bottom: 148.41%;}
.seo-services .grid-content.alt{ padding: 0px 10px 35px; text-align: center;}
.seo-services .icon-holder{ height: 100px;}
.grid-box.seo-services .img-holder::after { height: 100%;background: url(../images/overlay.png); background-size: 100% 100%;}
.seo-services .grid-ov-info p{ width: 100%; margin-bottom: 15px;}
.seo-services .grid-ov-info p strong{ display: block;}
.seo-services .Scrollcontent{ max-height: 100%; height: auto; padding:20px 10px 20px 20px;}
.seo-services .grid-ov{ display: flex; align-items: center; height: 100%;}
.seo-services .grid-ov-info{ padding: 0px;}
.seo-services .mCSB_inside > .mCSB_container { margin-right: 20px !important;}
.seo-services .mCSB_scrollTools { width: 6px;}
.seo-services .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background: rgba(255, 255, 255, 0.5) !important; width: 2px !important;}
.seo-services .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px !important; background: var(--white) !important; border-radius: 5px; }
.seo-services .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover { background: var(--white)!important; }
/*----*/
/*transition: all 0.2s linear; */
.img-left { float: left; margin: 7px 40px 20px 0px; width: 40%; }
.img-right { float: right; margin: 7px 0px 20px 40px; width: 40%; }
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 0px; height: 100%; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; /*content: "\f04b"; */ content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: var(--white); font-size: 40px; width: 50px; height: 50px; /*background: url(../images/play-btn.png) no-repeat; */ background-size: 100% 100%; }
.video-container.md a::before { width: 100px; height: 100px; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0.3; z-index: 1; }
/* HTML Video */

video { display: block; height: auto; margin: auto; position: relative; width: 100%; }
.video-wrap { margin: 0 auto; position: relative; width: 100%; }
.cover-video video, .cover-video iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.video-wrap.cover-video { padding-bottom: 36.35%; }
/* <div class="video-wrap">

 <video autoplay muted playsinline loop poster="images/video.jpg">

 <source src="video.mp4" type="video/mp4" />

 Your browser does not support HTML5 video.

 </video>

</div> */

.ratio { overflow: hidden; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; z-index: 0; }
.overlay-primary::before { background: var(--primary); }
.overlay-secondary::before { background: var(--secondary); }
.overlay-body::before { background: var(--body); }
.overlay-light::before { background: var(--light); }
.overlay-dark::before { background: var(--dark); }
.overlay-red::before { background: var(--red); }
.overlay-white::before { background: var(--white); }
.overlay-alternate::before { background: var(--alternate); }
.opacity95, .bg-overlay.op95::before { opacity: .95; }
.opacity9, .bg-overlay.op9::before { opacity: .9; }
.opacity8, .bg-overlay.op8::before { opacity: .8; }
.opacity7, .bg-overlay.op7::before { opacity: .7; }
.opacity6, .bg-overlay.op6::before { opacity: .6; }
.opacity5, .bg-overlay.op5::before { opacity: .5; }
.opacity4, .bg-overlay.op4::before { opacity: .4; }
.opacity3, .bg-overlay.op3::before { opacity: .3; }
.opacity2, .bg-overlay.op2::before { opacity: .2; }
.opacity1, .bg-overlay.op1::before { opacity: .1; }
.overlay-xxl::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded { border-radius: 50% !important; overflow: hidden; }
.rounded-corner-xxl { border-radius: 180px; overflow: hidden; }
.rounded-corner-xl { border-radius: 80px; overflow: hidden; }
.rounded-corner-lg { border-radius: 40px; overflow: hidden; }
.rounded-corner { border-radius: 30px; overflow: hidden; }
.rounded-corner-md { border-radius: 20px; overflow: hidden; }
.rounded-corner-sm { border-radius: 10px; overflow: hidden; }
.rounded-bottom-left { border-bottom-left-radius: 0px; overflow: hidden; }
.rounded-bottom-right { border-bottom-right-radius: 0px; overflow: hidden; }
.rounded-top-left { border-top-left-radius: 0px; overflow: hidden; }
.rounded-top-right { border-top-right-radius: 0px; overflow: hidden; }
 [data-animation-in] {
opacity:0;
}
.loadmore-item { display: none; }
.loadMoreBtn { margin-top: 60px; }
/*<div class="loadMoreBtn text-center" ><a href="javascript:void(0); " class="custom-button">Load More</a></div>*/

.index0 { z-index: 0; position: relative; }
.index1 { z-index: 1; position: relative; }
.index2 { z-index: 2; position: relative; }
.overflow-show { overflow: visible; }
.overflow-hide { overflow: hidden; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-20 { font-size: 20px; }
.size-22 { font-size: 22px; }
.size-24 { font-size: 24px; }
.size-25 { font-size: 25px; }
.size-26 { font-size: 26px; }
.size-28 { font-size: 28px; }
.size-30 { font-size: 30px; }
.size-32 { font-size: 32px; }
.size-34 { font-size: 34px; }
.size-36 { font-size: 36px; }
.size-38 { font-size: 38px; }
 @media print {
a[href]:after { content: none !important; }
}
.grecaptcha-badge { z-index: 2; bottom: 70px !important; }
.slick-list.draggable { user-select: text; }
.google-reviews-box .rating-star span.fa.fa-star.checked { color: gold }


a.title, .pageTitle.title h1, .pageTitle.title h2, .pageTitle.title h3, .pageTitle.title h4, .pageTitle.title h5, .pageTitle.title h6, .icon-title li::before, .ul-listing .icon-title::before { color: var(--title); }
a.primary, .pageTitle.primary h1, .pageTitle.primary h2, .pageTitle.primary h3, .pageTitle.primary h4, .pageTitle.primary h5, .pageTitle.primary h6, .icon-primary li::before, .ul-listing .icon-primary::before { color: var(--primary); }
a.primarydark, .pageTitle.primarydark h1, .pageTitle.primarydark h2, .pageTitle.primarydark h3, .pageTitle.primarydark h4, .pageTitle.primarydark h5, .pageTitle.primarydark h6, .icon-primarydark li::before, .ul-listing .icon-primarydark::before { color: var(--primarydark); }
a.secondary, .pageTitle.secondary h1, .pageTitle.secondary h2, .pageTitle.secondary h3, .pageTitle.secondary h4, .pageTitle.secondary h5, .pageTitle.secondary h6, .icon-secondary li::before, .ul-listing .icon-secondary::before { color: var(--secondary); }
body, a.body, .pageTitle.body h1, .pageTitle.body h2, .pageTitle.body h3, .pageTitle.body h4, .pageTitle.body h5, .pageTitle.body h6, .icon-body li::before, .ul-listing .icon-body::before { color: var(--body); }
a.alternate, .pageTitle.alternate h1, .pageTitle.alternate h2, .pageTitle.alternate h3, .pageTitle.alternate h4, .pageTitle.alternate h5, .pageTitle.alternate h6, .icon-alternate li::before, .ul-listing .icon-alternate::before { color: var(--alternate); }
a.alternate1, .pageTitle.alternate1 h1, .pageTitle.alternate1 h2, .pageTitle.alternate1 h3, .pageTitle.alternate1 h4, .pageTitle.alternate1 h5, .pageTitle.alternate1 h6, .icon-alternate1 li::before, .ul-listing .icon-alternate1::before { color: var(--alternate1); }
a.light, .pageTitle.light h1, .pageTitle.light h2, .pageTitle.light h3, .pageTitle.light h4, .pageTitle.light h5, .pageTitle.light h6, .icon-light li::before, .ul-listing .icon-light::before { color: var(--light); }
a.dark, .pageTitle.dark h1, .pageTitle.dark h2, .pageTitle.dark h3, .pageTitle.dark h4, .pageTitle.dark h5, .pageTitle.dark h6, .icon-dark li::before, .ul-listing .icon-dark::before { color: var(--dark); }
a.dark1, .pageTitle.dark1 h1, .pageTitle.dark1 h2, .pageTitle.dark1 h3, .pageTitle.dark1 h4, .pageTitle.dark1 h5, .pageTitle.dark1 h6, .icon-dark1 li::before, .ul-listing .icon-dark1::before { color: var(--dark); }
a.black, .pageTitle.black h1, .pageTitle.black h2, .pageTitle.black h3, .pageTitle.black h4, .pageTitle.black h5, .pageTitle.black h6, .icon-black li::before, .ul-listing .icon-black::before { color: var(--black); }
a.red, .pageTitle.red h1, .pageTitle.red h2, .pageTitle.red h3, .pageTitle.red h4, .pageTitle.red h5, .pageTitle.red h6, .icon-red li::before, .ul-listing .icon-red::before { color: var(--red); }
a.white, .pageTitle.white h1, .pageTitle.white h2, .pageTitle.white h3, .pageTitle.white h4, .pageTitle.white h5, .pageTitle.white h6, .icon-white li::before, .ul-listing .icon-white::before { color: var(--white); }
a.color1, .pageTitle.color1 h1, .pageTitle.color1 h2, .pageTitle.color1 h3, .pageTitle.color1 h4, .pageTitle.color1 h5, .pageTitle.color1 h6, .icon-color1 li::before, .ul-listing .icon-color1::before { color: var(--color1); }
a.yellow, .pageTitle.yellow h1, .pageTitle.yellow h2, .pageTitle.yellow h3, .pageTitle.yellow h4, .pageTitle.yellow h5, .pageTitle.yellow h6, .icon-yellow li::before, .ul-listing .icon-yellow::before { color: var(--yellow); }
a.yellow1, .pageTitle.yellow1 h1, .pageTitle.yellow1 h2, .pageTitle.yellow1 h3, .pageTitle.yellow1 h4, .pageTitle.yellow1 h5, .pageTitle.yellow1 h6, .icon-yellow1 li::before, .ul-listing .icon-yellow1::before { color: var(--yellow1); }



.single-post .pageTitle h1{letter-spacing:-1.38px;}
.single-post .pageTitle{margin-bottom:45px;}
.single-post .blog-details h2{letter-spacing: -1.14px;font-size: 38px;}
.single-post .blog-details h2, .single-post .blog-details h3, .single-post .blog-details h4, .single-post .blog-details h5, .single-post .blog-details h6 {padding: 20px 0 10px 0; margin-top:20px; margin-bottom:15px;}
.single-post .blog-details h3{letter-spacing: -1.04px;font-size: 25px;}
.single-post .blog-details h4{letter-spacing: -0.8px;font-size: 20px;}
.single-post .blog-details h5{letter-spacing: -0.6px;font-size: 18px;}
.single-post .widget-box h2{padding-bottom:15px;}
.single-post .blog-details p{margin-bottom:5px;}
.single-post .blog-details h4.inner-h4{font-size:20px; padding-top:0px; margin-top: 15px; margin-bottom: 10px;padding-bottom: 5px;}

.single-post .blog-details .ol-listing li{position:relative; padding-left:30px; padding-bottom: 5px;}
.single-post .blog-details .ol-listing li:before{position:absolute; top:0; left:0;}
.single-post .blog-details .ol-listing, .single-post .blog-details .ul-listing {margin:0;}
.single-post .blog-details .pl-15{ padding-top: 10px;margin-top: 0px;}
.single-post .blog-details .ul-listing li{padding-bottom:5px;}

    .size-12 { font-size: 12px; } 
    .size-13 { font-size: 13px; } 
    .size-14 { font-size: 14px; } 
    .size-15 { font-size: 15px; } 
    .size-16 { font-size: 16px; } 
    .size-18 { font-size: 18px; } 
    .size-20 { font-size: 20px; } 
    .size-22 { font-size: 22px; } 
    .size-24 { font-size: 24px; } 
    .size-25 { font-size: 25px; } 
    .size-26 { font-size: 26px; } 
    .size-28 { font-size: 28px; } 
    .size-30 { font-size: 30px; } 
    .size-32 { font-size: 32px; } 
    .size-34 { font-size: 34px; } 
    .size-36 { font-size: 36px; } 


@media only screen and (max-width: 1599.98px) {
    .size-12 { font-size: 9px; } 
    .size-13 { font-size: 10px; } 
    .size-14 { font-size: 11px; } 
    .size-15 { font-size: 12px; } 
    .size-16 { font-size: 13px; } 
    .size-18 { font-size: 15px; } 
    .size-20 { font-size: 16px; } 
    .size-22 { font-size: 18px; } 
    .size-24 { font-size: 19px; } 
    .size-25 { font-size: 20px; } 
    .size-26 { font-size: 20px; } 
    .size-28 { font-size: 23px; } 
    .size-30 { font-size: 25px; }
    .size-32 { font-size: 26px; } 
    .size-34 { font-size: 28px; } 
    .size-36 { font-size: 30px; }  
}

@media only screen and (max-width: 767.98px) {
    .size-12 { font-size: 7px; } 
    .size-13 { font-size: 8px; } 
    .size-14 { font-size: 10px; } 
    .size-15 { font-size: 11px; } 
    .size-16 { font-size: 12px; } 
    .size-18 { font-size: 14px; } 
    .size-20 { font-size: 15px; } 
    .size-22 { font-size: 16px; } 
    .size-24 { font-size: 17px; } 
    .size-25 { font-size: 18px; } 
    .size-26 { font-size: 19px; } 
    .size-28 { font-size: 20px; } 
    .size-30 { font-size: 21px; }
    .size-32 { font-size: 22px; } 
    .size-34 { font-size: 24px; } 
    .size-36 { font-size: 26px; }  
}

