/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
/*--Font Family Starts--*/
/* @font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/font-family/DejaVuSans-Bold.woff2') format('woff2'),
        url('assets/font-family/DejaVuSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/font-family/DejaVuSans.woff2') format('woff2'),
        url('assets/font-family/DejaVuSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: 'Roboto-Regular';
  src: url('assets/font-family/Roboto-Regular.woff2') format('woff2'),
    url('assets/font-family/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('assets/font-family/Roboto-Medium.woff2') format('woff2'),
    url('assets/font-family/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Roboto-Bold';
  src: url('assets/font-family/Roboto-Bold.woff2') format('woff2'),
    url('assets/font-family/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*--Button starts--*/
.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
  color: var(--white);
  font-size: 15px;
  line-height: 28px;
  padding: .8rem 1.5rem;
  font-family: 'Roboto-Bold';
  text-decoration: none;
  display: inline-block;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid var(--primary);
  border-radius: 50px;
  color: var(--white);
  font-size: 15px;
  line-height: 28px;
  padding: .8rem 1.5rem;
  font-family: 'Roboto-Bold';
  text-decoration: none;
  display: inline-block;
}

#nav-main {
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 99;
  width: 100%;
}

/*--Font Family Ends--*/
/*--Font Starts*/
.font-family-regular {
  font-family: 'Roboto-Regular';
}

.font-family-medium {
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

.font-family-bold {
  font-family: 'Roboto-Bold';
  font-weight: 800;
}

.blue {
  color: #163F7B !important;
}

/*--Font Ends--*/
/* ---------row Gutters Start--------------- */
.row.mar-gutters-50>[class^="col"],
.row.mar-gutters-50>[class^="col-"],
.row.mar-gutters-50>[class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-40>[class^="col"],
.row.mar-gutters-40>[class^="col-"],
.row.mar-gutters-40>[class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.mar-gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row.mar-gutters-30>[class^="col"],
.row.mar-gutters-30>[class^="col-"],
.row.mar-gutters-30>[class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.row.mar-gutters-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.row.mar-gutters-20>[class^="col"],
.row.mar-gutters-20>[class^="col-"],
.row.mar-gutters-20>[class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.mar-gutters-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10>[class^="col"],
.row.mar-gutters-10>[class^="col-"],
.row.mar-gutters-10>[class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.mar-gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
}

/* ---------row Gutters End--------------- */
/*--Font Size Starts--*/
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

/*--Font Size Ends--*/
/*--Line Height Starts--*/
.line-height-normal {
  line-height: normal !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-normal {
  line-height: normal !important;
}

/*--Line Height Ends--*/
/*Color Var Starts--*/
:root {
  --primary: #25834e;
  --secondary: #000000;
  --light-black: #1D1D1D;
  --lighter-black: #1A1A1A;
  --white: #FFFFFF;
  --gray: #3F3C3C;
  --blue: #0268B0;
  --light-gray: #303030;
  --lighter-gray: #EAEAEA;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/*--Color Var Ends--*/
/*--Background Starts--*/
.bg-black {
  background-color: var(--secondary);
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-light-black {
  background-color: var(--light-black) !important;
}

.bg-lighter-black {
  background-color: var(--lighter-black) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-lighter-gray {
  background-color: var(--lighter-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

/*--Background Ends--*/
/*--Text Starts--*/
.txt-black {
  color: var(--secondary);
}

.txt-white {
  color: var(--white) !important;
}

.txt-gray {
  color: var(--gray) !important;
}

.txt-primary {
  color: var(--primary) !important;
}

.txt-secondary {
  color: var(--secondary) !important;
}

.txt-lighter-black {
  color: var(--lighter-black) !important;
}

.txt-light-black {
  color: var(--light-black) !important;
}

.txt-lighter-gray {
  color: var(--lighter-gray);
}

.txt-light-gray {
  color: var(--light-gray);
}

/*--Text Ends--*/
/*--Section Starts--*/
.section-space-m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-space-m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-space-m-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-space-m-100 {
  margin-top: 100px;
  margin-bottom: 1000px;
}

.section-space-m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}


.section-space-pb-40 {
  padding-bottom: 40px !important;
}

.section-space-pb-30 {
  padding-bottom: 30px !important;
}

.section-space-pb-0 {
  padding-bottom: 0px !important;
}

.section-space-pb-60 {
  padding-bottom: 60px !important;
}

.section-space-p-lg-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.section-space-pt-lg-60 {
  padding-top: 60px !important;
}

.section-space-p-lg-30 {
  padding-bottom: 30px !important;
}

.section-space-pb-lg-60 {
  padding-bottom: 60px !important;
}

.section-space-pb-lg-40 {
  padding-bottom: 40px !important;
}

.section-space-p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-space-p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

/*--Section Ends--*/
/*--Padding Starts*/
.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-6 {
  padding: 6px !important;
}

.padd-7 {
  padding: 7px !important;
}

.padd-8 {
  padding: 8px !important;
}

.padd-9 {
  padding: 9px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-12 {
  padding: 12px !important;
}

.padd-14 {
  padding: 14px !important;
}

.padd-16 {
  padding: 16px !important;
}

.padd-18 {
  padding: 18px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-22 {
  padding: 22px !important;
}

.padd-24 {
  padding: 24px !important;
}

.padd-26 {
  padding: 26px !important;
}

.padd-28 {
  padding: 28px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-32 {
  padding: 32px !important;
}

.padd-34 {
  padding: 34px !important;
}

.padd-36 {
  padding: 36px !important;
}

.padd-38 {
  padding: 38px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-42 {
  padding: 42px !important;
}

.padd-44 {
  padding: 44px !important;
}

.padd-46 {
  padding: 46px !important;
}

.padd-48 {
  padding: 48px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-52 {
  padding: 52px !important;
}

.padd-54 {
  padding: 54px !important;
}

.padd-56 {
  padding: 56px !important;
}

.padd-58 {
  padding: 58px !important;
}

.padd-60 {
  padding: 60px !important;
}

.padd-62 {
  padding: 62px !important;
}

.padd-64 {
  padding: 64px !important;
}

.padd-66 {
  padding: 66px !important;
}

.padd-68 {
  padding: 68px !important;
}

.padd-70 {
  padding: 70px !important;
}

.padd-72 {
  padding: 72px !important;
}

.padd-74 {
  padding: 74px !important;
}

.padd-76 {
  padding: 76px !important;
}

.padd-78 {
  padding: 78px !important;
}

.padd-80 {
  padding: 80px !important;
}

.padd-82 {
  padding: 82px !important;
}

.padd-84 {
  padding: 84px !important;
}

.padd-86 {
  padding: 86px !important;
}

.padd-88 {
  padding: 88px !important;
}

.padd-90 {
  padding: 90px !important;
}

.padd-92 {
  padding: 92px !important;
}

.padd-94 {
  padding: 94px !important;
}

.padd-96 {
  padding: 96px !important;
}

.padd-98 {
  padding: 98px !important;
}

.padd-100 {
  padding: 100px !important;
}

.padd-t-1 {
  padding-top: 1px !important;
}

.padd-t-2 {
  padding-top: 2px !important;
}

.padd-t-3 {
  padding-top: 3px !important;
}

.padd-t-4 {
  padding-top: 4px !important;
}

.padd-t-5 {
  padding-top: 5px !important;
}

.padd-t-6 {
  padding-top: 6px !important;
}

.padd-t-7 {
  padding-top: 7px !important;
}

.padd-t-8 {
  padding-top: 8px !important;
}

.padd-t-9 {
  padding-top: 9px !important;
}

.padd-t-10 {
  padding-top: 10px !important;
}

.padd-t-12 {
  padding-top: 12px !important;
}

.padd-t-14 {
  padding-top: 14px !important;
}

.padd-t-16 {
  padding-top: 16px !important;
}

.padd-t-18 {
  padding-top: 18px !important;
}

.padd-t-20 {
  padding-top: 20px !important;
}

.padd-t-22 {
  padding-top: 22px !important;
}

.padd-t-24 {
  padding-top: 24px !important;
}

.padd-t-26 {
  padding-top: 26px !important;
}

.padd-t-28 {
  padding-top: 28px !important;
}

.padd-t-30 {
  padding-top: 30px !important;
}

.padd-t-32 {
  padding-top: 32px !important;
}

.padd-t-34 {
  padding-top: 34px !important;
}

.padd-t-36 {
  padding-top: 36px !important;
}

.padd-t-38 {
  padding-top: 38px !important;
}

.padd-t-40 {
  padding-top: 40px !important;
}

.padd-t-42 {
  padding-top: 42px !important;
}

.padd-t-44 {
  padding-top: 44px !important;
}

.padd-t-46 {
  padding-top: 46px !important;
}

.padd-t-48 {
  padding-top: 48px !important;
}

.padd-t-50 {
  padding-top: 50px !important;
}

.padd-t-52 {
  padding-top: 52px !important;
}

.padd-t-54 {
  padding-top: 54px !important;
}

.padd-t-56 {
  padding-top: 56px !important;
}

.padd-t-58 {
  padding-top: 58px !important;
}

.padd-t-60 {
  padding-top: 60px !important;
}

.padd-t-62 {
  padding-top: 62px !important;
}

.padd-t-64 {
  padding-top: 64px !important;
}

.padd-t-66 {
  padding-top: 66px !important;
}

.padd-t-68 {
  padding-top: 68px !important;
}

.padd-t-70 {
  padding-top: 70px !important;
}

.padd-t-72 {
  padding-top: 72px !important;
}

.padd-t-74 {
  padding-top: 74px !important;
}

.padd-t-76 {
  padding-top: 76px !important;
}

.padd-t-78 {
  padding-top: 78px !important;
}

.padd-t-80 {
  padding-top: 80px !important;
}

.padd-t-82 {
  padding-top: 82px !important;
}

.padd-t-84 {
  padding-top: 84px !important;
}

.padd-t-86 {
  padding-top: 86px !important;
}

.padd-t-88 {
  padding-top: 88px !important;
}

.padd-t-90 {
  padding-top: 90px !important;
}

.padd-t-92 {
  padding-top: 92px !important;
}

.padd-t-94 {
  padding-top: 94px !important;
}

.padd-t-96 {
  padding-top: 96px !important;
}

.padd-t-98 {
  padding-top: 98px !important;
}

.padd-t-100 {
  padding-top: 100px !important;
}

.padd-b-1 {
  padding-bottom: 1px !important;
}

.padd-b-2 {
  padding-bottom: 2px !important;
}

.padd-b-3 {
  padding-bottom: 3px !important;
}

.padd-b-4 {
  padding-bottom: 4px !important;
}

.padd-b-5 {
  padding-bottom: 5px !important;
}

.padd-b-6 {
  padding-bottom: 6px !important;
}

.padd-b-7 {
  padding-bottom: 7px !important;
}

.padd-b-8 {
  padding-bottom: 8px !important;
}

.padd-b-9 {
  padding-bottom: 9px !important;
}

.padd-b-10 {
  padding-bottom: 10px !important;
}

.padd-b-12 {
  padding-bottom: 12px !important;
}

.padd-b-14 {
  padding-bottom: 14px !important;
}

.padd-b-16 {
  padding-bottom: 16px !important;
}

.padd-b-18 {
  padding-bottom: 18px !important;
}

.padd-b-20 {
  padding-bottom: 20px !important;
}

.padd-b-22 {
  padding-bottom: 22px !important;
}

.padd-b-24 {
  padding-bottom: 24px !important;
}

.padd-b-26 {
  padding-bottom: 26px !important;
}

.padd-b-28 {
  padding-bottom: 28px !important;
}

.padd-b-30 {
  padding-bottom: 30px !important;
}

.padd-b-32 {
  padding-bottom: 32px !important;
}

.padd-b-34 {
  padding-bottom: 34px !important;
}

.padd-b-36 {
  padding-bottom: 36px !important;
}

.padd-b-38 {
  padding-bottom: 38px !important;
}

.padd-b-40 {
  padding-bottom: 40px !important;
}

.padd-b-42 {
  padding-bottom: 42px !important;
}

.padd-b-44 {
  padding-bottom: 44px !important;
}

.padd-b-46 {
  padding-bottom: 46px !important;
}

.padd-b-48 {
  padding-bottom: 48px !important;
}

.padd-b-50 {
  padding-bottom: 50px !important;
}

.padd-b-52 {
  padding-bottom: 52px !important;
}

.padd-b-54 {
  padding-bottom: 54px !important;
}

.padd-b-56 {
  padding-bottom: 56px !important;
}

.padd-b-58 {
  padding-bottom: 58px !important;
}

.padd-b-60 {
  padding-bottom: 60px !important;
}

.padd-b-62 {
  padding-bottom: 62px !important;
}

.padd-b-64 {
  padding-bottom: 64px !important;
}

.padd-b-66 {
  padding-bottom: 66px !important;
}

.padd-b-68 {
  padding-bottom: 68px !important;
}

.padd-b-70 {
  padding-bottom: 70px !important;
}

.padd-b-72 {
  padding-bottom: 72px !important;
}

.padd-b-74 {
  padding-bottom: 74px !important;
}

.padd-b-76 {
  padding-bottom: 76px !important;
}

.padd-b-78 {
  padding-bottom: 78px !important;
}

.padd-b-80 {
  padding-bottom: 80px !important;
}

.padd-b-82 {
  padding-bottom: 82px !important;
}

.padd-b-84 {
  padding-bottom: 84px !important;
}

.padd-b-86 {
  padding-bottom: 86px !important;
}

.padd-b-88 {
  padding-bottom: 88px !important;
}

.padd-b-90 {
  padding-bottom: 90px !important;
}

.padd-b-92 {
  padding-bottom: 92px !important;
}

.padd-b-94 {
  padding-bottom: 94px !important;
}

.padd-b-96 {
  padding-bottom: 96px !important;
}

.padd-b-98 {
  padding-bottom: 98px !important;
}

.padd-b-100 {
  padding-bottom: 100px !important;
}

/*--Padding Ends--*/
/*--Margin Starts*/
.mar-1 {
  margin: 1px !important;
}

.mar-2 {
  margin: 2px !important;
}

.mar-3 {
  margin: 3px !important;
}

.mar-4 {
  margin: 4px !important;
}

.mar-5 {
  margin: 5px !important;
}

.mar-6 {
  margin: 6px !important;
}

.mar-7 {
  margin: 7px !important;
}

.mar-8 {
  margin: 8px !important;
}

.mar-9 {
  margin: 9px !important;
}

.mar-10 {
  margin: 10px !important;
}

.mar-12 {
  margin: 12px !important;
}

.mar-14 {
  margin: 14px !important;
}

.mar-16 {
  margin: 16px !important;
}

.mar-18 {
  margin: 18px !important;
}

.mar-20 {
  margin: 20px !important;
}

.mar-22 {
  margin: 22px !important;
}

.mar-24 {
  margin: 24px !important;
}

.mar-26 {
  margin: 26px !important;
}

.mar-28 {
  margin: 28px !important;
}

.mar-30 {
  margin: 30px !important;
}

.mar-32 {
  margin: 32px !important;
}

.mar-34 {
  margin: 34px !important;
}

.mar-36 {
  margin: 36px !important;
}

.mar-38 {
  margin: 38px !important;
}

.mar-40 {
  margin: 40px !important;
}

.mar-42 {
  margin: 42px !important;
}

.mar-44 {
  margin: 44px !important;
}

.mar-46 {
  margin: 46px !important;
}

.mar-48 {
  margin: 48px !important;
}

.mar-50 {
  margin: 50px !important;
}

.mar-52 {
  margin: 52px !important;
}

.mar-54 {
  margin: 54px !important;
}

.mar-56 {
  margin: 56px !important;
}

.mar-58 {
  margin: 58px !important;
}

.mar-60 {
  margin: 60px !important;
}

.mar-62 {
  margin: 62px !important;
}

.mar-64 {
  margin: 64px !important;
}

.mar-66 {
  margin: 66px !important;
}

.mar-68 {
  margin: 68px !important;
}

.mar-70 {
  margin: 70px !important;
}

.mar-72 {
  margin: 72px !important;
}

.mar-74 {
  margin: 74px !important;
}

.mar-76 {
  margin: 76px !important;
}

.mar-78 {
  margin: 78px !important;
}

.mar-80 {
  margin: 80px !important;
}

.mar-82 {
  margin: 82px !important;
}

.mar-84 {
  margin: 84px !important;
}

.mar-86 {
  margin: 86px !important;
}

.mar-88 {
  margin: 88px !important;
}

.mar-90 {
  margin: 90px !important;
}

.mar-92 {
  margin: 92px !important;
}

.mar-94 {
  margin: 94px !important;
}

.mar-96 {
  margin: 96px !important;
}

.mar-98 {
  margin: 98px !important;
}

.mar-100 {
  margin: 100px !important;
}

.mar-t-1 {
  margin-top: 1px !important;
}

.mar-t-2 {
  margin-top: 2px !important;
}

.mar-t-3 {
  margin-top: 3px !important;
}

.mar-t-4 {
  margin-top: 4px !important;
}

.mar-t-5 {
  margin-top: 5px !important;
}

.mar-t-6 {
  margin-top: 6px !important;
}

.mar-t-7 {
  margin-top: 7px !important;
}

.mar-t-8 {
  margin-top: 8px !important;
}

.mar-t-9 {
  margin-top: 9px !important;
}

.mar-t-10 {
  margin-top: 10px !important;
}

.mar-t-12 {
  margin-top: 12px !important;
}

.mar-t-14 {
  margin-top: 14px !important;
}

.mar-t-16 {
  margin-top: 16px !important;
}

.mar-t-18 {
  margin-top: 18px !important;
}

.mar-t-20 {
  margin-top: 20px !important;
}

.mar-t-22 {
  margin-top: 22px !important;
}

.mar-t-24 {
  margin-top: 24px !important;
}

.mar-t-26 {
  margin-top: 26px !important;
}

.mar-t-28 {
  margin-top: 28px !important;
}

.mar-t-30 {
  margin-top: 30px !important;
}

.mar-t-32 {
  margin-top: 32px !important;
}

.mar-t-34 {
  margin-top: 34px !important;
}

.mar-t-36 {
  margin-top: 36px !important;
}

.mar-t-38 {
  margin-top: 38px !important;
}

.mar-t-40 {
  margin-top: 40px !important;
}

.mar-t-42 {
  margin-top: 42px !important;
}

.mar-t-44 {
  margin-top: 44px !important;
}

.mar-t-46 {
  margin-top: 46px !important;
}

.mar-t-48 {
  margin-top: 48px !important;
}

.mar-t-50 {
  margin-top: 50px !important;
}

.mar-t-52 {
  margin-top: 52px !important;
}

.mar-t-54 {
  margin-top: 54px !important;
}

.mar-t-56 {
  margin-top: 56px !important;
}

.mar-t-58 {
  margin-top: 58px !important;
}

.mar-t-60 {
  margin-top: 60px !important;
}

.mar-t-62 {
  margin-top: 62px !important;
}

.mar-t-64 {
  margin-top: 64px !important;
}

.mar-t-66 {
  margin-top: 66px !important;
}

.mar-t-68 {
  margin-top: 68px !important;
}

.mar-t-70 {
  margin-top: 70px !important;
}

.mar-t-72 {
  margin-top: 72px !important;
}

.mar-t-74 {
  margin-top: 74px !important;
}

.mar-t-76 {
  margin-top: 76px !important;
}

.mar-t-78 {
  margin-top: 78px !important;
}

.mar-t-80 {
  margin-top: 80px !important;
}

.mar-t-82 {
  margin-top: 82px !important;
}

.mar-t-84 {
  margin-top: 84px !important;
}

.mar-t-86 {
  margin-top: 86px !important;
}

.mar-t-88 {
  margin-top: 88px !important;
}

.mar-t-90 {
  margin-top: 90px !important;
}

.mar-t-92 {
  margin-top: 92px !important;
}

.mar-t-94 {
  margin-top: 94px !important;
}

.mar-t-96 {
  margin-top: 96px !important;
}

.mar-t-98 {
  margin-top: 98px !important;
}

.mar-t-100 {
  margin-top: 100px !important;
}

.mar-b-1 {
  margin-bottom: 1px !important;
}

.mar-b-2 {
  margin-bottom: 2px !important;
}

.mar-b-3 {
  margin-bottom: 3px !important;
}

.mar-b-4 {
  margin-bottom: 4px !important;
}

.mar-b-5 {
  margin-bottom: 5px !important;
}

.mar-b-6 {
  margin-bottom: 6px !important;
}

.mar-b-7 {
  margin-bottom: 7px !important;
}

.mar-b-8 {
  margin-bottom: 8px !important;
}

.mar-b-9 {
  margin-bottom: 9px !important;
}

.mar-b-10 {
  margin-bottom: 10px !important;
}

.mar-b-12 {
  margin-bottom: 12px !important;
}

.mar-b-14 {
  margin-bottom: 14px !important;
}

.mar-b-16 {
  margin-bottom: 16px !important;
}

.mar-b-18 {
  margin-bottom: 18px !important;
}

.mar-b-20 {
  margin-bottom: 20px !important;
}

.mar-b-22 {
  margin-bottom: 22px !important;
}

.mar-b-24 {
  margin-bottom: 24px !important;
}

.mar-b-26 {
  margin-bottom: 26px !important;
}

.mar-b-28 {
  margin-bottom: 28px !important;
}

.mar-b-30 {
  margin-bottom: 30px !important;
}

.mar-b-32 {
  margin-bottom: 32px !important;
}

.mar-b-34 {
  margin-bottom: 34px !important;
}

.mar-b-36 {
  margin-bottom: 36px !important;
}

.mar-b-38 {
  margin-bottom: 38px !important;
}

.mar-b-40 {
  margin-bottom: 40px !important;
}

.mar-b-42 {
  margin-bottom: 42px !important;
}

.mar-b-44 {
  margin-bottom: 44px !important;
}

.mar-b-46 {
  margin-bottom: 46px !important;
}

.mar-b-48 {
  margin-bottom: 48px !important;
}

.mar-b-50 {
  margin-bottom: 50px !important;
}

.mar-b-52 {
  margin-bottom: 52px !important;
}

.mar-b-54 {
  margin-bottom: 54px !important;
}

.mar-b-56 {
  margin-bottom: 56px !important;
}

.mar-b-58 {
  margin-bottom: 58px !important;
}

.mar-b-60 {
  margin-bottom: 60px !important;
}

.mar-b-62 {
  margin-bottom: 62px !important;
}

.mar-b-64 {
  margin-bottom: 64px !important;
}

.mar-b-66 {
  margin-bottom: 66px !important;
}

.mar-b-68 {
  margin-bottom: 68px !important;
}

.mar-b-70 {
  margin-bottom: 70px !important;
}

.mar-b-72 {
  margin-bottom: 72px !important;
}

.mar-b-74 {
  margin-bottom: 74px !important;
}

.mar-b-76 {
  margin-bottom: 76px !important;
}

.mar-b-78 {
  margin-bottom: 78px !important;
}

.mar-b-80 {
  margin-bottom: 80px !important;
}

.mar-b-82 {
  margin-bottom: 82px !important;
}

.mar-b-84 {
  margin-bottom: 84px !important;
}

.mar-b-86 {
  margin-bottom: 86px !important;
}

.mar-b-88 {
  margin-bottom: 88px !important;
}

.mar-b-90 {
  margin-bottom: 90px !important;
}

.mar-b-92 {
  margin-bottom: 92px !important;
}

.mar-b-94 {
  margin-bottom: 94px !important;
}

.mar-b-96 {
  margin-bottom: 96px !important;
}

.mar-b-98 {
  margin-bottom: 98px !important;
}

.mar-b-100 {
  margin-bottom: 100px !important;
}

/*--Margin Ends--*/
/*--CSS STarts Here--*/
/*--Header Section--*/
body {
  font-family: 'Roboto-Regular' !important;
  padding-top: 100px;
}

.main-menu-bg {
  background-color: var(--lighter-gray);
  padding: 20px;
  border-radius: 0px;
}

#bootscore-navbar {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

#bootscore-navbar .navbar-toggler {
  margin-left: auto;
}

#bootscore-navbar li {
  margin-bottom: 5px;
}

#bootscore-navbar li a {
  color: var(--light-black);
  font-family: 'Roboto-Bold';
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  white-space: break-spaces;
  /* margin-right: 10px; */
}

.nav-link:hover {
  color: #25834e !important;
}

#bootscore-navbar li .nav-link.active {
  color: var(--primary);
}

#bootscore-navbar li .nav-link.active:before {
  content: unset;

}

/*--Footer Section--*/
.bootscore-footer .widget_text.footer_widget h2 {
  color: var(--white);
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  margin-bottom: 20px;
}

.bootscore-footer .widget_text.footer_widget ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Roboto-Regular';
}

.footer-logo-section img {
  width: 600px;
  background: #fff;
}

.bootscore-footer .widget_text.footer_widget hr {
  height: 1PX;
  width: 100%;
  border: 1px solid #E3E3E4;
  opacity: 0.5;
}

.bootscore-footer .widget_text.footer_widget {
  position: relative;
}

.bootscore-footer .widget_text.footer_widget:before {
  content: "";
  border-left: 1px solid red;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -20px;
}

.bootscore-footer .footer-contact-info .widget_text.footer_widget:before {
  content: unset;
}

.bootscore-footer .widget_text.footer_widget img {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.bootscore-footer .footer_widget {
  position: relative;
}

.bootscore-footer .footer_widget h2 {
  color: var(--white);
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  margin-bottom: 15px;
}

.bootscore-footer .footer_widget h2 a {
  color: #fff;
  text-decoration: none;
}

.pe-info-contact span,
.pe-info-contact span a,
.pe-info-contact .contact-email a,
.contact-form::placeholder,
.contact-form select,
.contact-form select option {
  font-size: 16px !important;
  line-height: 25px !important;
  color: var(--light-black) !important;
  font-family: 'Roboto-Regular' !important;
}

/* .bootscore-footer .row .footer_widget:before {
    content: "";
    background:#E30613;
    height: 100%;
    width: 1px;
    position: absolute;
    left: -20px;
} */
.bootscore-footer .middle-footer-links .footer_widget {
  position: relative;
  border-left: 1px solid #fff;
  padding-left: 16px;
}

.bootscore-footer .middle-footer-links .footer_widget .menu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  width: 80%;
}

.bootscore-footer .middle-footer-links {
  justify-content: space-evenly;
  margin-left: 20px;
}

.bootscore-footer .footer_widget ul li {
  margin-bottom: 8px;
}

.bootscore-footer .footer_widget ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-family: 'Roboto-Regular';
}

.contact_us_new a:hover {
  text-decoration: underline !important;
  color: var(--primary);
  transition: 0.5s;
}

.bootscore-footer .middle-footer-links a:hover {
  text-decoration: underline !important;
  transition: 0.5s;
}

.page-header-top-section {
  position: relative !important;
}

.page-header-top-section p .home-products {
  margin-right: 50px;
}

.page-header-top-section a.btn-secondary:hover {
  background-color: var(--white) !important;
  color: var(--primary) !important;
  border: 1px solid var(--white);
  transition: 0.5s;
}

.page-header-top-section {
  display: flex;
  align-items: center;
}

.page-header-top-section::before {
  clear: both;
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  background: linear-gradient(106deg, #1A1A1A 0%, rgba(0, 0, 0, 0.45) 52.19%, rgba(227, 6, 19, 0.20) 100%) !important;
  display: block !important;
}

.page-header-top-section h2 {
  width: 85%;
  margin: 0 auto 2rem;
}

.about-us ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.about-us ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--light-black);
  transform: rotate(136deg);
  top: 8px;
  left: 0;
}

.about-us ul {
  padding-left: 0px;
}

.home-video-img h2 {
  margin-bottom: 20px;
}

.home-video-img .vc_row-flex {
  justify-content: end;
}

.about-video-img {
  position: relative;
}

.about-video-img img {
  height: 700px !important;
  width: 850px;
  border-radius: 100% 0% 0% 100%;
  margin-right: -14%;
  margin-top: -6%;
  object-fit: cover;
  margin-bottom: -12%;
}

.about-us-desktop {
  display: block;
}

.about-us-mobile {
  display: none;
}

.youtube-play-btn {
  position: absolute;
  top: 45%;
  left: 55%;
  cursor: pointer;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
  background-color: #eaeaea !important;
  color: var(--light-black) !important;
  border-color: transparent !important;
  border-radius: 0px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  color: var(--primary) !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a span {
  position: relative;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a span::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid var(--primary);
  left: 0px;
  z-index: 99;
  top: 31px;
}

.top-button.visible:hover {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
  color: white;
}

/*--About Page--*/
.memmert-row {
  margin: 60px 0px;
}

.page-header-top-section button {
  border: none;
  background-color: transparent;
  position: relative;
  top: 115px;
  left: 43%;
  color: var(--white) !important;
}

.page-header-top-section .learn-more {
  border: none;
  background-color: transparent;
  position: relative;
  top: 115px;
  left: 43%;
  color: var(--white) !important;
  text-decoration: none;
}

.page-header-top-section button:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Vector' d='M17.975 0.83136L20 2.734L10 12.1412L0 2.734L2.025 0.83136L10 8.32999L17.975 0.83136Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  top: 30px;
  left: 47%;
  position: absolute;
  display: inline-block;
}

.page-header-top-section .learn-more:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Vector' d='M17.975 0.83136L20 2.734L10 12.1412L0 2.734L2.025 0.83136L10 8.32999L17.975 0.83136Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  top: 30px;
  left: 47%;
  position: absolute;
  display: inline-block;
}

.innovation-row {
  padding: 20px 0px 50px 0px;
}

.certified-row {
  margin: 50px 0px 30px 0px;
  align-items: center;
  display: flex;
}

.certified-row .wpb_content_element {
  margin-bottom: 0px !important;
}

.page-breadcrumb {
  margin: 20px 0px;
}

.page-breadcrumb .wpb_content_element {
  margin-bottom: 0px !important;
}

.page-breadcrumb a {
  font-size: 16px;
  line-height: 25px;
  color: var(--light-black);
  font-family: 'Roboto-Bold';
  text-decoration: none;
}

.page-breadcrumb .current {
  color: var(--primary);
  font-family: 'Roboto-Bold';
}

.about-banner-text .wpb_content_element {
  margin-bottom: 0px !important;
}

.about-banner-text .vc_column-inner {
  margin-top: 14%;
}

.about-banner-text .vc_column-inner .wpb_wrapper p {
  width: 80%;
  margin: auto;
}

/*--Home Product tabs--*/
.property-listing-wrap {
  justify-content: center;
  padding: 0px 15px;
}

.tab-content .product-item .row {
  background-color: var(--white);
  padding: 2rem 1.5rem;
  border-radius: 20px;
  height: 100%;
}

.tab-content .product-item .row:first-child .col-12 {
  height: max-content;
}

.tab-content .product-item .row:first-child .col-12 h2,
.product-cat-list .product-item .row:first-child .col-12 h2 {
  margin-bottom: 30px;
}

.tab-content .product-item .row:first-child .col-lg-6 p,
.product-cat-list .product-item .row:first-child .col-lg-6 p {
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 68px;
}

.tab-content .product-item .row a,
.product-cat-list .product-item .row a {
  display: inline-block;
}

.product-cat-list .property-listing-wrap .row {
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 2rem 1.5rem;
}

.property-listing-wrap {
  margin-bottom: 60px;
}

.property-listing-tab {
  display: flex;
  margin: 20px 0px 50px 0px;
}

.property-listing-tab li {
  margin-right: 65px;
}

.product-term-name-tab {
  color: #1D1D1D !important;
  background-color: transparent !important;
}

.property-listing-tab ul li .active .product-term-name-tab {
  color: var(--primary) !important;
  background-color: transparent !important;
}

.property-listing-tab li button {
  padding: 0px 5px;
  margin: 0px;
}

.get-contact {
  margin-bottom: 70px;
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
}

.nav-pills .nav-link.active span {
  color: var(--primary) !important;
  background-color: transparent !important;
  position: relative;
}

.nav-pills .nav-link.active span::after {
  content: '';
  position: absolute;
  width: 85%;
  border: 1px solid var(--primary);
  left: 0px;
  z-index: 99;
  top: 30px;
}

/*--Search Modal--*/
#search-modal .modal-dialog {
  max-width: 100% !important;
  margin: 0px;
}

#search-modal .modal-header {
  border-bottom: unset !important
}

#search-modal input::placeholder {
  color: var(--white);
  font-size: 28px;
  line-height: normal;
  font-family: 'Roboto-Regular';
  margin-bottom: 30px;
}

#search-modal input {
  color: var(--white) !important;
  font-size: 24px;
  line-height: normal;
  font-family: 'Roboto-Regular';
  margin-bottom: 0px;
  padding-bottom: 10px;
  background: transparent !important;
  border: none !important;
  width: 92%;
}

#search-modal input:focus-visible {
  border: none !important;
  outline: none !important;
}

#search-modal .searchform {
  width: 74%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

#search-modal svg {
  width: 25px;
  float: right;
}

#search-modal .modal-content {
  background: rgba(62, 62, 62, 0.80);
  min-height: 700px;
}

#search-modal .modal-body .row {
  position: relative;
  top: 50%;
  width: 80%;
}

#search-modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-modal .modal-body .wrapper {
  display: grid;
  grid-template-columns: 98% 2%;
}

.product-banner-text {
  margin-top: 5%;
}

/* #search-modal .modal-body input{
    width: 95%
  } */
#search-modal .modal-body .close {
  position: relative;
  margin-left: -30px;
  left: 100%;
  top: -100px;
}

#search-modal .search-btn {
  width: 53px;
  float: right;
  background: transparent;
  box-shadow: none;
  border: none;
}

#search-modal .modal-body .btn-close {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9936 11.9983L23.5734 3.42536C23.9491 3.04906 24.1602 2.53869 24.1602 2.00653C24.1602 1.47437 23.9491 0.963996 23.5734 0.587699C23.1977 0.211402 22.6881 0 22.1567 0C21.6254 0 21.1158 0.211402 20.7401 0.587699L12.1803 9.18062L3.62043 0.587699C3.24471 0.211402 2.73512 -3.96493e-09 2.20377 0C1.67242 3.96494e-09 1.16283 0.211402 0.787105 0.587699C0.411383 0.963996 0.200305 1.47437 0.200305 2.00653C0.200305 2.53869 0.411383 3.04906 0.787105 3.42536L9.36689 11.9983L0.787105 20.5712C0.600089 20.757 0.451651 20.978 0.350352 21.2215C0.249053 21.4651 0.196899 21.7263 0.196899 21.9901C0.196899 22.2539 0.249053 22.5151 0.350352 22.7586C0.451651 23.0021 0.600089 23.2231 0.787105 23.4089C0.972594 23.5962 1.19328 23.7449 1.43642 23.8463C1.67957 23.9478 1.94036 24 2.20377 24C2.46717 24 2.72797 23.9478 2.97111 23.8463C3.21426 23.7449 3.43494 23.5962 3.62043 23.4089L12.1803 14.816L20.7401 23.4089C20.9256 23.5962 21.1463 23.7449 21.3894 23.8463C21.6325 23.9478 21.8933 24 22.1567 24C22.4201 24 22.6809 23.9478 22.9241 23.8463C23.1672 23.7449 23.3879 23.5962 23.5734 23.4089C23.7604 23.2231 23.9089 23.0021 24.0102 22.7586C24.1115 22.5151 24.1636 22.2539 24.1636 21.9901C24.1636 21.7263 24.1115 21.4651 24.0102 21.2215C23.9089 20.978 23.7604 20.757 23.5734 20.5712L14.9936 11.9983Z' fill='white'/%3e%3c/svg%3e ");
  z-index: 9;
  opacity: 1;
}

#nav-main {
  z-index: 9999 !important;
}

/*--Product Detail--*/
.mm-single-product-details h1 {
  margin-bottom: 20px;
}

.mm-single-product-details p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--light-gray);
  font-family: 'Roboto-Regular' !important;
}

.mm-single-product-details p span {
  color: var(--primary) !important;
}

.mm-single-product-details h4 {
  margin-bottom: 15px;
}

.mm-single-product-details .product-download-broucher-section {
  margin: 20px 0px 30px 0px;
}

.mm-single-product-details .product-download-broucher-section a {
  margin-top: 20px;
  font-size: 12px !important;
}

.mm-single-product-details .vc_col-sm-6:first-child .wpb_content_element {
  margin-bottom: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .wpb_wrapper {
  display: flex;
  margin: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .vc_column-inner,
.mm-single-product-details .product-download-broucher-section .wpb_content_element {
  margin-bottom: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .wpb_wrapper .get-a-quote {
  margin-right: 20px;
}

.mm-single-product-details .product-download-broucher-section .btn-secondary:hover {
  background-color: var(--primary);
  color: var(--white) !important;
  transition: 0.5s;
}

.mm-single-product-details .wpb_wrapper ul {
  padding-left: 0px;
}

.mm-single-product-details .wpb_wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

.mm-single-product-details .wpb_wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--light-black);
  transform: rotate(136deg);
  top: 8px;
  left: 0;
}

.mm-single-product-details .options {
  position: relative;
  border-left: 1px solid var(--secondary);
}

.mm-single-product-details .options .vc_column-inner {
  padding-left: 30px !important;
}

/* .mm-single-product-details .options::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--secondary);
    left: 0;
    top: 3%;
    opacity: 0.6;
  } */
/*--Dropdown Menu--*/
.dropdown-menu {
  background-color: #EAEAEA !important;
  border-radius: 0px !important;
  border: unset !important;
  /* margin: 20px 0px !important; */
  /* padding: 15px !important; */
  padding-bottom: 0px !important;
  border-top-left-radius: 20px !important;
}

.dropdown-menu a {
  font-size: 14px !important;
  line-height: 20px !important;
}

.dropdown-menu::after {
  content: unset !important;
}

#masthead .navbar-toggler {
  border: unset;
  padding: 0px;
}

#masthead .navbar-toggler i {
  color: #25834e;
}

#masthead .navbar-toggler:focus {
  box-shadow: unset;
}

.dropdown-menu .menu-item {
  padding-bottom: 10px !important;
}

.dropdown-menu .menu-item .dropdown-item {
  text-transform: capitalize !important;
}

.dropdown-menu .menu-item .dropdown-item.active {
  background-color: #EAEAEA !important;
  color: var(--primary) !important;
}

.dropdown-menu .menu-item .dropdown-item:active,
.dropdown-menu .menu-item .dropdown-item:hover {
  background-color: #EAEAEA !important;
  color: #25834e !important;
}

.dropdown-menu .menu-item .dropdown-item:focus-visible {
  border: unset !important;
}

/*--Youtube Modal--*/
#youtube-popup .modal-body {
  padding: 0.3rem;
  padding-bottom: 0rem !important;
}

#youtube-popup .html5-main-video {
  width: 100% !important;
  left: 0px !important;
}

#youtube-popup .modal-content {
  border-radius: 0px !important;
  border: unset !important;
  background-color: transparent !important;
}

#youtube-popup .btn-close {
  position: absolute;
  right: -50px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9936 11.9983L23.5734 3.42536C23.9491 3.04906 24.1602 2.53869 24.1602 2.00653C24.1602 1.47437 23.9491 0.963996 23.5734 0.587699C23.1977 0.211402 22.6881 0 22.1567 0C21.6254 0 21.1158 0.211402 20.7401 0.587699L12.1803 9.18062L3.62043 0.587699C3.24471 0.211402 2.73512 -3.96493e-09 2.20377 0C1.67242 3.96494e-09 1.16283 0.211402 0.787105 0.587699C0.411383 0.963996 0.200305 1.47437 0.200305 2.00653C0.200305 2.53869 0.411383 3.04906 0.787105 3.42536L9.36689 11.9983L0.787105 20.5712C0.600089 20.757 0.451651 20.978 0.350352 21.2215C0.249053 21.4651 0.196899 21.7263 0.196899 21.9901C0.196899 22.2539 0.249053 22.5151 0.350352 22.7586C0.451651 23.0021 0.600089 23.2231 0.787105 23.4089C0.972594 23.5962 1.19328 23.7449 1.43642 23.8463C1.67957 23.9478 1.94036 24 2.20377 24C2.46717 24 2.72797 23.9478 2.97111 23.8463C3.21426 23.7449 3.43494 23.5962 3.62043 23.4089L12.1803 14.816L20.7401 23.4089C20.9256 23.5962 21.1463 23.7449 21.3894 23.8463C21.6325 23.9478 21.8933 24 22.1567 24C22.4201 24 22.6809 23.9478 22.9241 23.8463C23.1672 23.7449 23.3879 23.5962 23.5734 23.4089C23.7604 23.2231 23.9089 23.0021 24.0102 22.7586C24.1115 22.5151 24.1636 22.2539 24.1636 21.9901C24.1636 21.7263 24.1115 21.4651 24.0102 21.2215C23.9089 20.978 23.7604 20.757 23.5734 20.5712L14.9936 11.9983Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  opacity: 1;
}

#youtube-popup {
  background: #0000009c;
}

.product-banner-text .wpb_content_element {
  margin-bottom: 0px !important;
}

@media (max-width: 992px) {
  .page-header-top-section h2 {
    width: 100%;
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .about-us-desktop {
    display: block;
  }

  .about-us-mobile {
    display: none;
  }

  #search-modal .searchform {
    width: 100%;
  }

  .btn-outline-secondary {
    border-color: transparent !important;
  }

  #bootscore-navbar li .nav-link.active:before {
    width: 25%;
    left: 0px;
  }

  .btn-primary,
  .btn-secondary {
    /* padding: 0.8rem 0.5rem !important; */
    font-size: 13px;
    line-height: 18px;
  }

  .property-listing-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .property-listing-tab li {
    margin-bottom: 20px;
  }

  .tab-content .product-item .row:first-child .col-lg-6 p,
  .product-cat-list .product-item .row:first-child .col-lg-6 p {
    margin-bottom: 30px;
  }

  .home-video-img .section-space-p-600.wpb_column.vc_column_container.vc_col-sm-6 {
    margin: 20px 0px;
  }

  #products h2 {
    font-size: 32px !important;
  }

  .property-listing-tab {
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 620px) {
  .page-header-top-section h2 {
    width: 100% !important;
    font-size: 22px !important;
    line-height: 29px !important;
    margin-bottom: 15px;
  }

  .footer-logo-section img {
    width: 100%;
  }

  .product-enquires {
    margin-bottom: 40px !important;
  }

  .project-navigation {
    padding-bottom: 40px !important;
  }

  .room-detail-gallery-section {
    padding-bottom: 40px !important;
  }

  .project-listing,
  .activity-listing {
    margin-top: 40px !important;
  }

  #bootscore-navbar {
    align-items: center;
    margin-top: 20px;
  }

  #menu-item-218>a,
  #menu-item-213>a {
    white-space: break-spaces !important;
    width: 100% !important;
  }

  .navbar-brand {
    margin-right: 0px !important;
  }

  .navbar-brand img {
    width: 290px;
  }

  .fs-40 {
    font-size: 28px !important;
    line-height: 38px;
  }

  .fs-38 {
    font-size: 32px !important;
    line-height: 42px;
  }

  .fs-24 {
    font-size: 20px !important;
    line-height: 30px;
  }

  .mm-single-product-details h1 {
    margin-top: 20px;
  }

  #bootscore-navbar li a {
    font-size: 14px;
    line-height: 24px;
  }

  .room-detail-gallery .slick-prev {
    left: 10px !important;
  }

  .room-detail-gallery .slick-next {
    right: 10px !important;
  }

  .home-video-img .section-space-p-600.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .about-us-desktop {
    display: none;
  }

  .about-us-mobile {
    display: block;
    margin-right: -13%;
  }

  .about-us-mobile h2 {
    display: none;
  }

  #search-modal input::placeholder {
    font-size: 20px;
  }

  #search-modal .searchform {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .offcanvas-header {
    display: flex;
    justify-content: end;
  }

  #youtube-popup .btn-close {
    right: 0px;
    top: -43px;
  }

  #footer-menu {
    display: flex;
    justify-content: center;
  }

  .youtube-play-btn {
    top: 40%;
    left: 60%;
  }

  .youtube-play-btn p img {
    width: 50px;
    height: 50px;
  }

  .certified-row {
    display: unset;
  }

  .page-header-top-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mm-single-product-details .product-download-broucher-section a {
    margin-top: 15px;
  }

  .page-header-top-section .wpb_wrapper .wpb_content_element {
    margin-bottom: 0px !important;
  }

  .page-header-top-section .learn-more {
    top: 20px;
    left: 25%;
  }

  .about-video-img img {
    height: 400px !important;
    width: 100% !important;
    border-radius: 80% 0% 0% 80%;
    margin-right: -14%;
    margin-bottom: 15px;
    object-fit: cover;
  }

  .home-about-us-section .wpb_column .vc_column_container .vc_col-sm-5.vc_column-inner {
    padding: 0px !important;
  }

  .mm-single-product-details .vc_col-sm-6:first-child .wpb_content_element {
    margin-bottom: 15px !important;
  }

  .options .wpb_content_element {
    margin-bottom: 0px !important;
  }

  .mm-single-product-details .product-download-broucher-section {
    margin: 0px 0px 30px 0px;
  }

  .mm-single-product-details .options {
    margin-top: 15px;
  }

  .page-breadcrumb a {
    line-height: 30px;
  }

  .about-banner-text h1 {
    line-height: 43px;
  }

  .product-banner-text .vc_column-inner .wpb_wrapper p {
    width: 100% !important;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .get-contact {
    margin: 30px 0px;
    padding: 10px 20px !important;
  }

  .products-container h2 {
    padding-bottom: 10px !important;
  }

  .tab-content .product-item .row:first-child .col-12 h2,
  .product-cat-list .product-item .row:first-child .col-12 h2 {
    margin-bottom: 15px;
  }

  .dropdown-menu .menu-item {
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
  }

  .get-a-quote {
    padding: 10px 15px !important;
  }

  .mm-single-product-details .product-download-broucher-section .wpb_content_element {
    margin: 20px 0px 30px 0px !important;
  }

  .mm-single-product-details .options .vc_column-inner {
    padding-left: 15px !important;
  }

  #offcanvas-navbar .offcanvas-header .h5.offcanvas-title {
    display: none;
  }

  .dropdown-menu {
    margin: 0px !important;
  }

  .main-menu-bg {
    padding: 15px 20px 15px 15px;
    display: flex !important;
    align-items: center !important;
    border-radius: 0px !important;
  }

  #bootscore-navbar,
  .offcanvas-header button.btn-close.text-reset,
  .search-menu-icons svg {
    margin-left: 25px !important;
  }

  .footer-copy .container {
    display: block !important;
  }

  #bootscore-navbar .menu-item {
    margin-bottom: 5px;
  }

  img.logo.xs {
    width: 150px;
  }

  .page-header-top-section p .home-products {
    margin-right: 20px;
  }

  .page-header-top-section {
    padding-top: 0px !important;
  }

  .home-video-img h2 {
    font-size: 23px !important;
    line-height: 26px !important;
    margin-top: 20px;
  }

  .about-us ul li {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  #bootscore-navbar li .nav-link.active::before {
    width: 25%;
    left: 0px;
  }

  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .bootscore-footer .widget_text.footer_widget h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .bootscore-footer .widget_text.footer_widget ul li a {
    font-size: 13px;
    line-height: 15px;
  }

  .bootscore-footer .widget_text.footer_widget h2 {
    margin: 15px 0px !important;
  }

  .footer-contact-info h6 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .footer-contact-info p a {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .bootscore-copyright {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .about-banner-text .vc_column-inner .wpb_wrapper p {
    width: 100%;
  }

  .memmert-row h2,
  .certified-row h2,
  .history-row h2 {
    font-size: 25px !important;
    line-height: 34px !important;
  }

  .memmert-row,
  .certified-row {
    margin: 0px 0px 20px 0px;
  }

  .innovation-row {
    padding: 0px;
  }

  .page-header-top-section button {
    top: 30px;
    left: 25%;
  }

  .tab-content .product-item {
    margin-bottom: 0px !important;
  }

  .property-listing-tab li span {
    font-size: 16px !important;
  }

  .property-listing-wrap {
    margin-bottom: 0px;
  }

  .property-listing-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .property-listing-tab li {
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .tab-content .product-item .row:first-child .col-lg-6 p,
  .product-cat-list .product-item .row:first-child .col-lg-6 p {
    margin-bottom: 30px;
  }

  .nav-pills .nav-link.active span::after {
    top: 25px;
  }

  #products {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
  }

  .property-listing-wrap .wpb_content_element {
    padding-top: 20px !important;
  }

  #products .product-item h2 {
    font-size: 26px !important;
  }

  .section-space-p-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section-space-pt-30 {
    padding-top: 30px !important;
  }

  .section-space-pt-40 {
    padding-top: 40px !important;
  }

  .section-space-pb-10 {
    padding-bottom: 10px !important;
  }

  .section-space-pb-20 {
    padding-bottom: 20px !important;
  }

  .section-space-p-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .section-space-pt-40 {
    padding-top: 40px !important;
  }

  .section-space-pb-40 {
    padding-bottom: 40px !important;
  }

  .section-space-pt-50 {
    padding-top: 50px !important;
  }

  .section-space-pb-50 {
    padding-bottom: 50px !important;
  }
}

/* Style for the row container */
.row-view-teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* Style for each row item */
.row-view-teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 0;
}

/* Style for each row item */
.row-item-teams {
  text-align: center;
  margin-bottom: 20px;
  width: 250px;
  /* Adjust width as needed */
}

/* Style for circular images */
.circle-image-teams {
  width: 265px;
  /* Adjust the size of the circle */
  height: 265px;
  /* Ensure equal width and height for a proper circle */
  border-radius: 50%;
  /* Creates the circle */
  overflow: hidden;
  margin: 0 10px 10px 10px;
  /* Add margin for the gap between circles */
}

.circle-image-teams img {
  width: 100%;
  height: 100%;
  /* Ensure the image fills the entire circle */

  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

/* Style for the title */
.team-title {
  font-size: 20px;
  /* Adjust the font size for the title */
  margin-top: 5px;
  /* Adjust spacing as needed */
  margin-bottom: 10px;
  /* Adjust spacing as needed */
}

.desig {
  font-size: 12px;
  /* Adjust the font size for the title */

}

.filters-colored-only-contact .header-red-only-contact {
  background: #e2001a;
  color: white;
}

.filters-colored-only-contact .filter-container-grey {
  background: #eee;
}

.only-contact-only-mail {
  color: #e2001a;
  text-decoration: none;
}

.show_result_only_contact {
  margin-top: 20px;
}

.contact-person .contact-languages-only-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-person .contact-details .contact-detail .contact-label {

  padding-right: 15px;
}

.only_result_contact {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-person {
  padding-bottom: 23px;
}

@media (min-width: 992px) {
  #nav-main {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 99;
    width: 100%;
    padding-top: 0;
  }

  #navbarSupportedContent .dropdown:hover>.dropdown-menu {
    display: block;
  }

  #navbarSupportedContent .dropdown-menu {
    margin-top: 0;
  }

  #bootscore-navbar .menu-item-has-children:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }

  #bootscore-navbar .menu-item-has-children:hover>.dropdown-menu {
    display: block !important;
    /* Show dropdown on hover */
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.2s ease-in-out;
  }

  #bootscore-navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }

  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


@media (min-width:990px) {
  .row-view-teams {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

/*--activities--*/
.activities-section .wpb_single_image .vc_figure img {
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.activities-section .wpb_single_image .vc_figure,
.activities-section .wpb_single_image .vc_single_image-wrapper,
.activities-section .wpb_single_image.vc_align_left {
  width: 100%;
}

.activities-section h3,
.activities-section h2 {
  font-size: 18px !important;
  line-height: 28px;
  color: #25834e;
}

.activities-section .custom_height_heading h2 {
  min-height: 82px;
}

.mm-single-product-details .options {
  position: relative;
  border-left: 1px solid var(--secondary);
}

.mm-single-product-details .wpb_wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--light-black);
  transform: rotate(136deg);
  top: 8px;
  left: 0;
}

.room-detail-gallery .slick-slide img {
  height: 350px;
  object-fit: cover;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 15px;
}

.room-detail-gallery-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

h1,
h2 {
  color: #25834e !important;
}

.room-detail-gallery .slick-slide {
  padding: 0px 10px;
}

.room-detail-gallery .slick-next {
  right: 15px;
}

.room-detail-gallery .slick-prev {
  left: 15px;
}

button.slick-next.slick-arrow.slick-disabled::before {
  opacity: 0.25 !important;
}

button.slick-prev.slick-arrow.slick-disabled::before {
  opacity: 0.25 !important;
}

.room-detail-gallery .slick-next::before,
.room-detail-gallery .slick-prev::before {
  opacity: 1;
  color: white;
  font-size: 20px;
}

.slick-next::before,
.slick-prev::before {
  opacity: 1 !important;
}


/* list styling */
.objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 4px solid #25834e;
  /* green line on the left */
}

.objectives-list li {
  background: #f8fdf9;
  margin-bottom: 0px;
  padding: 12px 16px;
  padding-left: 40px;
  position: relative;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

#menu-item-218>a,
#menu-item-213>a {
  white-space: break-spaces !important;
  width: 400px;
  display: inline-block;
}

.objectives-list li:hover {
  background: #e6f6ec;
}

.objectives-list li i {
  position: absolute;
  left: 16px;
  top: 14px;
  color: #25834e;
  font-size: 18px;
}

/* intro page */
.highlight-box {
  background-color: #ecf9ef;
  padding: 24px 28px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  /* margin: 30px 0; */
}

.hightlighted-box {
  background-color: #ecf9ef;
  border-left: 4px solid #25834e;
  padding: 24px 28px;
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin: 30px 0;
}

.Inner-intro .wpb_single_image.vc_align_left,
.Inner-intro .wpb_single_image .vc_figure,
.Inner-intro .wpb_single_image .vc_single_image-wrapper,
.Inner-intro .wpb_single_image img {
  width: 100%;
  height: 100%;
}

.Inner-intro {
  padding-bottom: 20px;
}

.Inner-intro .wpb_single_image img {
  object-fit: cover;
}

.Inner-intro .Inner-intro-col .wpb_wrapper {
  height: 100%;
}

/* project layout style */

.project-layout .card {
  margin: 0 8px;
  border: 1px solid #f9f5f5;
  padding: 10px;
  box-shadow: 0px 1px 12px 5px #eee;
  padding-bottom: 0px;
  background: radial-gradient(circle at center, #FFB188 0%, #FF8750 70%, #EB5310 100%);
  box-shadow: 0 8px 25px rgba(235, 83, 16, 0.35);
}

.project-layout .card .card-body p.card-text {
  margin-bottom: 0;
}

.project-layout .card .card-body p.card-text a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.project-layout .slick-list.draggable {
  /* padding: 60px 0; */
  padding-top: 16px;
}

.project-layout.slick-initialized .slick-slide,
.project-layout.slick-initialized .slick-slide div:first-child {
  min-height: 328px;
  height: 100%;
}

@media(max-width: 1400px) {

  .project-layout.slick-initialized .slick-slide,
  .project-layout.slick-initialized .slick-slide div:first-child {
    min-height: 350px;
    height: 100%;
  }
}

@media(max-width: 640px) {

  .project-layout.slick-initialized .slick-slide,
  .project-layout.slick-initialized .slick-slide div:first-child {
    min-height: 320px;
    height: 100%;
  }

  .custom-video {
    height: unset !important;
    width: 100% !important;
  }

  body {
    padding-top: 70px;
  }

  #nav-main {
    padding-top: 0px;
    top: 0;
  }

  .mobile-space {
    margin-top: 20px;
  }
}

/* activities layout */

.activities-layout .inner-child-activities .card {
  border: 0px;
  height: 100%;
  margin: 0px 8px;
}

.activities-layout .inner-child-activities .card .activities-two-image p {
  font-weight: bold;
  color: white;
  padding: 24px 0;
  background: linear-gradient(135deg, #B85A93 0%, #9E4A80 60%, #6B244F 100%);
  font-size: 18px;
}

.activities-layout .slick-prev,
.activities-layout .slick-next {
  background: linear-gradient(135deg, #B85A93 0%, #9E4A80 60%, #6B244F 100%) !important;
}

.activities-layout .inner-child-activities .card .activities-two-image p a {
  color: white;
}

.activities-layout .inner-child-activities .card img {
  height: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  width: 100%;
}

.activities-layout .inner-child-activities {
  height: 100%;
}

.activities-layout .col-lg-4.col-md-6 {
  margin-bottom: 32px;
}

@media(max-width: 992px) {
  .activities-layout .inner-child-activities .card img {
    max-height: 250px;
  }

}

/*--Home Page Gallery Section--*/
.image_gallery_section_home .flex-direction-nav a::before {
  font-size: 25px;
  color: white;
  opacity: 1;
}

.image_gallery_section_home .flexslider .flex-direction-nav .flex-prev,
.image_gallery_section_home .flexslider .flex-direction-nav .flex-next {
  opacity: 1 !important;
}

.image_gallery_section_home .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  background: #25834e;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_gallery_section_home .flexslider .flex-direction-nav .flex-next {
  right: 10px;
  background: #25834e;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_gallery_section_home .flex-control-paging li a.flex-active {
  background-color: #25834e !important;
}

.flex-control-nav {
  display: none !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.image_gallery_section_home .flexslider .slides img {
  object-fit: cover;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 15px;
}

.image_gallery_section_home .flex-direction-nav a {
  font-size: 0 !important;
  /* Hides the text */
  line-height: 0 !important;
}

.image_gallery_section_home .flex-direction-nav a::before {
  font-size: 20px !important;
  /* Keep arrows visible */
  line-height: 1;
}

@media (min-width: 1200px) {
  #bootscore-navbar li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}

/* Mobile: hide menu by default */
@media (max-width: 991px) {
  #navbarSupportedContent {
    display: none !important;
  }

  #navbarSupportedContent.show {
    display: block !important;
  }
}

#bootscore-navbar>li:last-child>a {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
  color: white !important;
  padding: 10px;
  font-family: 'Roboto-Bold';
  text-decoration: none;
  display: inline-block;
}

#bootscore-navbar>li:last-child>a:hover {
  color: #25834e !important;
  background-color: white;
  border-color: #25834e;
}

/* Fix: header menu open by default on mobile */
@media (max-width: 991px) {
  .navbar-collapse.show {
    display: none !important;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show.bs-collapse {
    display: block !important;
  }
}

/* css for download brochure */
/* Wrapper */
.product-enquires {
  margin-bottom: 60px;
}

/* Center container */
.product-enquires .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Card box */
.enquiry-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0 11px 54px 0 #0000001A;
  border-radius: 9px;
  text-align: center;
}

/* Heading */
.enquiry-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

/* Button wrapper */
.button-wrap {
  display: flex;
  justify-content: center;
}

/* Button */
.btn-download {
  width: 100%;
  max-width: 300px;
  padding: 12px 24px;
  background: #25834e;
  /* red */
  color: #fff;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}

.btn-download:hover {
  background: white;
  border: 1px solid #25834e;
  color: #25834e;
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) {
  .enquiry-box {
    padding: 46px 50px;
  }

  .enquiry-title {
    font-size: 26px;
  }

  .btn-download {
    width: 45%;
  }
}

.nav-link:focus-visible {
  box-shadow: unset !important;
}

#nav-main {
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-top: 0;
}

.common-banner img {
  width: 100%;
}

.project-layout .slick-next,
.project-layout .slick-prev {
  background-color: #EB5310 !important;
}

.text-orange {
  color: #EB5310 !important;
}

.btn-lavender {
  background: linear-gradient(135deg, #B85A93 0%, #9E4A80 60%, #6B244F 100%) !important;
  border: 1px solid #B85A93 !important;
}

.btn-lavender:hover {
  color: #fff !important;
}

.txt-lavender {
  color: #6B244F !important;
}

.highlighted-orange-box {
  background: radial-gradient(circle at center, #FFB188 0%, #FF8750 70%, #eb5310 100%);
  border-left: 6px solid #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

/* animation code */
.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-up {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-left {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-right {
  animation-name: slideRight;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.zoom-in {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.bounce-in {
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.flip-up {
  animation-name: flipUp;
  transform-origin: bottom;
}

@keyframes flipUp {
  from {
    opacity: 0;
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.fast {
  animation-duration: 0.4s;
}

.slow {
  animation-duration: 1.2s;
}

/* home page video css */
.custom-video {
  width: 80%;
  height: 600px;
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 0px;
  /* background: #000; */
  object-fit: cover;
  object-position: top;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.text_olive {
  color: #556b2f;
}

.social-icon-list svg {
  width: 30px;
}

/* .logo-with-social{
  margin-bottom: 40px;
  align-items: end;
}
.footer-logo-section .footer_widget {
  margin-bottom: 0px !important;
} */
.floting-youtub {
  position: fixed;
  bottom: 20%;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue) !important;
  border-radius: 50%;
  padding: 12px;
  transition: all 0.3s;
  box-shadow: aqua;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(0px);
  z-index: 9999;
}
.floting-youtub:hover{
    transform: translateY(-10px);
}
.floting-youtub svg {
  width: 100%;
  fill: #fff !important;
}