@charset "utf-8";

/**=========================================================
 * CSS Information
 * File Name	:  style.css
 * Theme Name   :  Hooplife
 * Author       :  Rey & Keval
 * Description  :  Sep 2023
=========================================================**/


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


*, *:after, *:before {
    margin:0;
    padding:0;
    outline:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	}

html {
    height:100%;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
	}
	
html, body {
	height:100%;
	}
	
body {
	font-family:'Inter';
	font-size:16px;
	color: #585858;
	font-weight:400;
	letter-spacing: 0px;
	line-height:26px;
	-webkit-font-smoothing:antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	background:#F7F7F5;
	overflow-x:hidden;
	}
	
::selection {
	background:#8C9091; /* Safari */
	color:#fff;
	}
	
::-moz-selection {
	background:#8C9091; /* Firefox */
	color:#fff;
	}
		
img {
    width:auto\9;
  	/*height:auto;*/
  	max-width:100%;
  	vertical-align:middle;
  	-ms-Interpolation-mode:bicubic;
	}
	
a{
	color:#3B3B3B;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}
	
a:focus, a:hover {
	color:#F43B67;
	outline:none;
	text-decoration:none;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

:focus, ::-moz-focus-inner {
	border:none;
	outline:none !important;
	}

fieldset, a img {
	border:none;
	}

ol, ul {
	margin:0px auto 15px;
	padding-left:15px;
    list-style-position:outside;
    /*list-style-type:none;*/
	}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
	}
.p0{padding:0 !important;}	
.m0{margin:0 !important;}	
/* ClearFix */
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	}

.container:after {
	content:" ";
	display:block;
	clear:both;
	}
	
.clearfix:after {
    content:"."; 
    display:block; 
    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 */
	
/* wrapper */
	
#wrapper {
    position:relative;
    height:auto !important;
    min-height:100%;
    height:100%;
    width:100%;
    max-width: 1920px;
	display:block;
	margin:0 auto;
    overflow:hidden;
    background: #F7F7F5;
	}
	
body, #wrapper, .footer-wrapper {
	opacity:0;
	}
	
.container {
	position:relative;
	}

#pageHeaderWrapper {
	position:relative;
	left:0;
	width:100%;
	z-index:999;
	display:block;
	padding:0px 0px;
	margin:0px auto;
	}
#pageHeader {
	position:relative;
	width:100%;
	display:block;
	margin:0px auto;
	left:0;
	z-index:999;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

.absolute-header{
	position: absolute !important;
}

.is-sticky #pageHeader {	
	background:#fff !important;	
}
.is-sticky .logo{
	width: 150px;
	margin:13px 0;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.relative-header .menu-header{
    position: relative;
    bottom:auto;
    left: auto;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    background: #000;
}
.is-sticky .menu-header{
    background: #000;
}
.header-container {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	margin:0px auto;
	padding:0px 15px;
	max-width:calc(1920px - 90px);
	}

.main-header {
	position:relative;
	display:block;
	}
.sticky-wrapper{
	height: auto !important;
}
.usefull-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0px;
    order: 3;
}
.usefull-links ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	display: inline-flex;
    align-items: center;
	}

.usefull-links ul li {
	display:inline-flex;
	padding:0;
	margin:0 40px 0 0;
	}
.usefull-links ul li:last-child{margin-right:0 !important}
.usefull-links ul li a{
	display: inline-flex;
	align-items: center;
	color:#1C1C1C;
	line-height: 20px;
}
.usefull-links ul li a i{
}
.usefull-links ul li a:hover{
	color:#F43B67;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.usefull-links ul li a:hover img{
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.usefull-links ul li.contact-menu{
	height: 50px;
}
.usefull-links ul li.contact-menu>a{
	padding: 15px 30px;
	background: #F43B67;
	border-radius: 30px;
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
}
.usefull-links ul li.contact-menu.selected>a,
.usefull-links ul li.contact-menu>a:hover{
	background: #222;
	color: #fff;
}
.menu-header{
	display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(0,0,0,.45);
   }
/* Logo */
	
.logo {
	position:relative;
	display:flex;
	align-items: center;
	float:left;
	width:179px;
	height:44px;
	z-index:1001;
	margin:38px 0px;
	padding:0px 0px;
	order: 1;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

.logo a {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	}

.logo img {
	position:relative;
	display:block;
	height:auto;
	max-width:100%;
	}

/* Top Right Header */
.topRightHeader	{
	display: flex;
	order:3;
	z-index: 11;
}
.topRightContainer {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	/*float:right;*/
	order:2;
	margin:0px;
	}

/* Nav */
	
.nav-wrapper {
	display:block;
	/*float:right;*/
	padding:0px 0px;
	margin:0px;
	}

.nav-container {
	display:block;
	}
	
.nav {
	width:100%;
	display:block;
	margin:0px auto;
	text-align:center;
	}
	
.nav ul {
	font-size:16px;
	padding:0;
	width:100%;
	margin:0 auto;
	display:flex;
	list-style-type:none;
	}
.nav .main-menu{display: flex;align-items: center;}	
.nav>ul>li {
	position:relative;
	padding:0px;
	margin:0px 25px;
	display:block;
	}
.nav>ul>li:last-child{margin-right: 0}
.nav>ul>li>a {
	position:relative;
	display:block;
	color:rgba(26, 26, 26, .7);
	font-size:16px;
	line-height: 20px;
	font-weight: 500;
	text-align:center;
	text-transform: uppercase;
	padding:25px 0px;
	margin:0px 0px;
	letter-spacing: 0px;
	overflow:hidden;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}

.nav>ul>li>a:before, .nav>ul>.selected>a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 0%;
    height: 5px;
    background: #F43B67;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nav>ul>li>a:hover:before, .nav>ul>.selected>a:before {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.nav ul .selected > a, .nav>ul>li>a:hover {
	color:#1A1A1A;
	background: transparent;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.nav ul .selected > a{font-weight: 700}
.nav>ul ul, .nav>ul ul ul,
.nav>ul>li .submenu {
	display: none;
	position:absolute;
	left:0px;
	top:110%;
	opacity:0;
	width:100%;
	min-width:162px;
	text-align:left;
	visibility:hidden;
	background:#FFFFFF;
	padding: 0px;
	margin:30px 0px 0px 0px;
	border-radius: 0px 0px 10px 10px;
	border-top:0;
	box-shadow: 4px 4px 40px #0000001A;
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-webkit-animation: fadeInShow 0.4s;
	-moz-animation: fadeInShow 0.4s;
	-o-animation: fadeInShow 0.4s;
	-ms-animation: fadeInShow 0.4s;
    animation: fadeInShow 0.4s;
	}
@keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}

.nav>ul>li .submenu .submenu {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
.nav>ul>li.has-submenu:hover>.submenu,
.nav>ul>li.has-submenu .has-submenu:hover>.submenu, 
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul {
	display: block;
	opacity:1;
	top:auto;
	left:0px;
	margin-top:0px;
	visibility:visible;
	}	
.nav>ul ul>li:hover>ul {
	margin-top:0px;
	left:100%;
	}
.nav>ul ul>li>ul  {
	width: 230px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 19px 19px 19px;
	}	
.nav>ul ul a, .nav>ul ul ul a {
	position:relative;
	display:block;
	letter-spacing: 0px;
	color: rgba(26, 26, 26, .7);
	font-size:16px;
	line-height:20px;
	font-weight:500;
	text-align: left;
	background:none !important;
	padding:10px 25px;
	margin:0px 0px;
	text-transform: uppercase;
	border-bottom: 0;
	border-radius:0px !important;
	}
	
.nav>ul ul li:last-child>a {
	border:0;
	border-radius: 0 0 10px 10px !important;
	}
	
.nav>ul ul li:first-child a {
	}
	
.nav>ul ul li:last-child>a:before {
	display:none;
	}
	
.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 {
	background:#F43B67 !important;
	color:#FFFFFF;
	-o-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
	}
	
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a {
	font-weight:700;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';
	position: relative;
	content: "\f107";
	font-size: 12px;
	right: 1px;
	top: 50%;
	font-weight: 900;
	margin: -1px 0 0 7px;
	line-height: 20px;
	text-align: center;
	display: none;
	vertical-align: middle;
	}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a{
	background: #fff;
	color:#1c1c1c !important;
	border-bottom:0;
	font-weight: 400;
	font-size: 14px;
	padding:10px 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
}
.mean-container .mean-nav ul li a.mean-expand{
	padding:0px !important;
	border:0 !important;
	width: 50px;
	height: 38px;
	right: 0px;
	font-size:0 !important;
	background: transparent !important;
}
.mean-container .mean-nav ul li a.mean-expand:after{
	content: '\f078';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	right: 0;
	width: 40px;
	height: 40px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #2E2E2E;
	font-size: 12px;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:after{
	content: '\f077';
	/*color:#fff;*/
}
.mean-container .mean-nav ul li li a:before, .mean-container .mean-nav ul li li li a:before, .mean-container .mean-nav ul li li li li a:before, .mean-container .mean-nav ul li li li li li a:before{
	display: none !important;
}
.mean-container .mean-nav ul li li a{
	padding:10px 35px 10px 40px !important
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background: transparent !important;
}
.selected:after{
	color:#0097EE;
	}
.mean-container .mean-nav {
    background: #fff;
}
.mean-container a.meanmenu-reveal{
	top:15px;
	right:15px !important;
	background:transparent;
	color:#F43B67;
	border-radius:0px;
	}

.mean-container a.meanmenu-reveal span {
	background:#F43B67;
	}

.mean-container .mean-nav{
	margin-top:110px;
	}

.mean-container .mean-nav ul li:hover > a{
	background: #F43B67 !important;
	color:#fff !important;
	}
.mean-container .mean-nav ul li:hover a.mean-expand:after{
	color:#fff;
}
.mean-container .mean-nav ul li.selected > a,
.mean-container .mean-nav ul li.selected a.mean-expand:after{
	background: #F43B67 !important;
	color:#fff !important;
}

.homeBannerSlider .slick-dots{	
	top: 0%;
	bottom:auto;
    width: 100%;
    max-width: 25px;
    height: 100%;
	z-index: 5;
	left: 62px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	margin: 0px auto;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0px;
}
.homeBannerSlider .slick-dots li {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    width: 34px;
    height: 34px;
    margin:3px 0;
    overflow: unset;
    background: transparent;
    text-align: center;
	border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
.homeBannerSlider .slick-dots li a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
	width: 8px;
	height: 8px;
	background: #000000;
	color:#000000;
	font-size: 0px;
	border-radius: 50%;
	opacity: 0.25;
	
}
.homeBannerSlider .slick-dots li:hover a,
.homeBannerSlider .slick-dots .slick-active a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    font-family: 'Oswald';
    font-size: 14px;
	font-weight: 700;
	color:#000000;
	letter-spacing: 0px;
    border:2px solid #000000;
    opacity: 1;
}
.homeBannerSlider .slick-dots li:hover button:before,
.homeBannerSlider .slick-dots .slick-active button:before{
	opacity: 1;
}

/* Banner Styles */

.bannerWrapper {
	position:relative;
	display:block;
	width:100%;
	z-index:2;
    height:100%;
	margin:0px auto;
	}
.inpageWrapper{	
	position:relative;
	display:block;
	width:100%;
	z-index:2;
    height:100%;
	margin:0px auto;
	padding: 70px 0 50px 0;
}
.banner {
	position:relative;
	display:block;
	z-index:0;
	width:100%;
	margin:0px auto;
	}
.homeBannerSlider {
	position:relative;
	display:block;
	width:100%;
	margin:0px auto;
	overflow: hidden;
	-moz-user-select:text;
	-o-user-select:text;
	-webkit-user-select:text;
	user-select:text;
	}
[data-animation-in] {
	opacity:0;
	}	
.banner-slide {
	position:relative;
	display:block !important;
	width:100%;
	padding:0;
	margin:0px auto;
	}

.banner-slide figure {
	position:relative;
	display:block;
	width:100%;
	max-width: 100%;
	/*height: 500px;*/
	z-index:1;
	padding:0px;
	margin:0;
	/*border-radius: 15px;*/
    overflow: hidden;
	}
.banner-slide figure img {
	width:100% !important;
	height: 100%;
	object-fit: cover;
	}

.banner_caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	color:#565656;
	display:block;
	margin:0px auto;
	-moz-user-select:text;
	-o-user-select:text;
	-webkit-user-select:text;
	user-select:text;
	}
	
.banner_caption .captionWrapper {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	max-width: 1430px;
	}
	
.banner_caption .captionContainer {
	position:relative;
	display:table-cell;
	vertical-align:top;
	padding:70px 0 0;
	}
	
.banner_caption .captionContainerInner {
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height: 26px;
	letter-spacing:0px;
	font-weight: 400;
	color:#585858;
	margin:0px;
	padding: 0px;
    max-width: 60%;
	}
.banner_caption .captionContainer .bannerHeading1 {
	font-family: 'Oswald';
	font-size:84px;
	color:#F43B67;
	line-height:1.2;
	letter-spacing: 0px;
	text-transform:uppercase;
	padding-bottom: 15px;
	font-weight: 500;
	z-index: 1;
	}
.banner_caption .captionContainer .bannerHeading1 span{color:#1A1A1A}
.banner_caption .captionContainerInner p{
	line-height: 26px;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next{
	width: 50px;
	height: 50px;
	background:transparent;
	color:#fff;
	z-index: 11;
	border-radius: 50%;
	font-size: 24px;	
	border: 0;
	opacity: 0.5;
}

.homeBannerSlider .slick-prev:before,.homeBannerSlider .slick-next:before{
	display: none;
}
.homeBannerSlider .slick-prev{left:5%;} 
.homeBannerSlider .slick-next {right: 5%;}
.homeBannerSlider .slick-arrow:hover{
	opacity: 1;
	color:#fff;
	background: transparent;
}
/* Banner Link Button */

.banner-link-btn {
	position:relative;
	display:block;
	margin:30px 0 0;
	}
/* Quick Search */

.quick-search .form-control { border: none; height: 50px; padding: 14px 15px; border-radius: 0px; border: 0; }
.quick-search .form-control:focus, .quick-search .form-control:hover { border:0; }
.quick-search .btn-1 { position: relative; border: none; height: 50px; color: #F43B67; line-height: 1; font-size: 16px; border-radius: 0; padding: 10px 20px; text-align: center; background:#f7f7f7; vertical-align: top; display: inline-block; text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.quick-search .btn-1:hover { background:#F43B67; border-color:#F43B67; color:#fff; }
.quick-search .close { position:absolute; color:#ffffff; opacity:1; right:0;top: -40px;text-shadow: none;border: 0;background: transparent;padding: 0;font-size: 30px;line-height: 1;}
.quick-search .close:hover { color:#F43B67; }
.modal-content { border: none; box-shadow: none; border-radius: 0px; }
.modal-backdrop.show { opacity: .8; }

/* Container Style */
	
.pt0 { padding-top:0px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt100 { padding-top:100px !important; }

.pb0 { padding-bottom:0px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb100 { padding-bottom:100px !important; }

.pl0 { padding-left:0px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl40 { padding-left:40px !important; }
.pl50 { padding-left:50px !important; }
.pl60 { padding-left:60px !important; }
.pl70 { padding-left:70px !important; }
.pl80 { padding-left:80px !important; }
.pl90 { padding-left:90px !important; }
.pl100 { padding-left:100px !important; }

.pr0 { padding-right:0px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr30 { padding-right:30px !important; }
.pr40 { padding-right:40px !important; }
.pr50 { padding-right:50px !important; }
.pr60 { padding-right:60px !important; }
.pr70 { padding-right:70px !important; }
.pr80 { padding-right:80px !important; }
.pr90 { padding-right:90px !important; }
.pr100 { padding-right:100px !important; }

.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }
.mt120 { margin-top:120px !important; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom: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; }

.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }
.mr60 { margin-right:60px !important; }
.mr70 { margin-right:70px !important; }
.mr80 { margin-right:80px !important; }
.mr90 { margin-right:90px !important; }
.mr100 { margin-right:100px !important; }
.mg5 { margin:5px !important; }
.p15 { padding:15px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }
.ml70 { margin-left:70px !important; }

/* Theme button */
.theme-btn,.theme-btn-2{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 165px;
	height: 56px;
	padding:0px 56px 0 30px;
	border-radius: 30px;
	color:#fff;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	border:0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background:#404040;
}
.theme-btn img{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 8px;
	top:9px;
	background: #fff;
	border-radius: 50%;
	color:#000000;
	font-size:14px;
	padding: 12px;
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.theme-btn-2{
	color:#fff;
	background: #2A2A2E;
}
.theme-btn:hover,.theme-btn:focus{
	background:#F43B67 !important;
	color: #fff !important;
	outline: 0 !important;
}
.theme-btn:hover img,.theme-btn:focus img{
	filter: none;
    -webkit-filter:none;
}
.theme-btn-2:hover,.theme-btn-2:focus{
	background:#F43B67;
	color: #fff;
	outline: 0 !important;
}
/*Radio List*/
.round [type="radio"]:checked,
.round [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}
.round [type="radio"]:checked + label,
.round [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
}
.round [type="radio"]:checked + label:before,
.round [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 0px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.round [type="radio"]:checked + label:after,
.round [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 28px;
    height: 28px;
    background: #FCB134;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.round [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.round [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Round check box*/
.round {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
}

/*Contact Us*/
.selectdiv{
	position: relative;
    display: block;
    min-width: 100%;
    margin: 0px;
}
.selectdiv select {
    width: 100%;
    position: relative;
    padding-right: 40px;
    -webkit-appearance: none;
    appearance: none;
}
.selectdiv:after {
    content: '\f078';
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    line-height: 50px;
    color:#BCBCBC;
    right: 20px;
    top: 0px;
    height: 55px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}
select option{color: #333}
/*thank-you-section*/
.thank-wrapper{margin-bottom: 100px}
.thank-banner {
	position:relative;
	display:flex;
	justify-content: flex-end;
	width:100%;	
	}

.thank-banner figure {
	margin:0px 0px;
	overflow: hidden;
	width:100%;
	max-width: 80%;
	border-radius: 15px 0 0 15px;
	}

.thank-banner figure img {
	width:100%;
	height: 100%;
	object-fit: cover;
	}

.thank-you-caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	display:block;
	margin:0px auto;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	}
.thank-you-caption .container{
	max-width: 1430px;
}
.thank-you-inner {
	position: relative;
    display: block;
    font-weight: 400;
    letter-spacing: 0px;
    max-width: 35%;
    padding: 0px;
    margin: 0;
	}
.thank-you-inner h1 {
	font-family: 'Oswald';
	font-size:105px;
	line-height:1;
	padding:0 0 20px;
	letter-spacing: 0px;
	color: #F43B67;
	text-transform: uppercase;
	font-weight: 400;
	}
.thank-you-inner h1 span {
    color: #1A1A1A;
    display: block;
}
.thank-you-inner p{
	position: relative;
	z-index: 1;
}
.thank-you-inner .theme-btn{
	min-width: 190px;
	margin-top:20px;
}
/* Site map */

.site-map {
	position:relative;
	display:block;
	max-width:400px;
	border:1px solid #cfcfcf;
	padding:25px 55px;
	border-radius:5px;
	margin:100px auto;
	}

.site-map ol {
	padding:0px 0px;
	margin:0px 0px;
	}

.site-map ol li {
	color:#000000;
	padding:8px 0px;
	}

.site-map ol li a {
	color:#000000;
	font-size:15px;
	text-transform:capitalize;
	}

.site-map ol li a:hover {
	color:#109ED9;
	}

/* Main Container */
	
.main-container {
	position:relative;
	display:block;
	max-width: 1920px;
    margin: 0px auto;
	}
	
.grid-tb {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	}

.grid-tc {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	}

.grid-vb {
	position:relative;
	display:table-cell;
	vertical-align:bottom;
	}

.page-heading {
    font-family:'Inter';
	font-size:20px;
	color:#303030;
	font-weight:500;
	padding:0px 0px 15px;
	}

/*inner-banner*/

.inner-banner {
	position:relative;
	display:block;
	padding:0px 0px;
	}
	
.inner-banner figure {
	position:relative;
	display:block;
	margin:0px 0px;
	overflow: hidden;
	}

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

.inner_banner_caption {
	position:absolute;
	z-index:7;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	color:#ffffff;
	display:block;
	margin:0px auto;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	}
	
.inner_banner_caption .captionWrapper {
	position:relative;
	display:table;
	height:100%;
	margin:0px auto;
	max-width: 1424px;	
}
	
.inner_banner_caption .captionContainer {
	position:relative;
	color:#ffffff;
	margin:0px auto;
	display:table-cell;
	vertical-align:middle;
	padding:0px 0px; 
	}
	
.inner_banner_caption .captionContainerInner {
	position:relative;
	display:inline-block;
	width: 100%;
	}
.inner_banner_caption .captionContainer .bannerHeading1 {
	font-family: 'Oswald';
    font-size: 105px;
    color: #F43B67;
    line-height: 1.2;
	letter-spacing: 0px;
	padding:0 0 15px;
	font-weight: 400;
	text-transform: capitalize;
	}
.inner_banner_caption .captionContainer .bannerHeading1 span{color:#1A1A1A}
/* Pagination Container */
	
.pagination-container {
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px 0px;
	margin:0px 0px;
	}

/* Pagination */

.no-of-pages {
	position:relative;
	display:inline-block;
	color:#797979;
	float:none;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	}

.no-of-pages strong {
	color:#343538;
	font-weight: 700
	}
	
.pagination-container ul {
    position:relative;
	font-size:0px;
    display:block;
    text-align:center;
	font-weight:normal;
	margin:0px auto 0px;
	}
	
.pagination-container ul li {
    position:relative;
	color:#555555;
	font-size:16px;
	line-height: 20px;
	font-weight:700;
	margin:5px 2px;
	padding:0px 0px;
	background:none;
	vertical-align:middle;
    display:inline-block;
	}
	
.pagination-container ul li a, 
.pagination-container ul li.first-child>a, 
.pagination-container ul li.last-child>a {
    position:relative;
	color:#000000;
    display:flex;
    align-items: center;
    justify-content: center;
	padding:0px 0px;
	text-align:center;
	font-family: 'Oswald';
	font-weight: 600;
	line-height: 20px;
	width: 26px;
    height: 26px;
    border:0;
    border-radius: 50px;
    background: transparent;
    letter-spacing: 0px;
	}
.pagination-container ul li a.dots{
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}
.pagination-container ul li.icon-li>a{
	background: transparent;
	border:1px solid #000000;
	width: 36px;
	height: 36px;
	}
.pagination-container ul li.icon-li>a img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.pagination-container ul li.first-child.icon-li>a img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.pagination-container ul li.first-child.icon-li {
	margin-right: 10px;
	}
.pagination-container ul li.last-child.icon-li {
	margin-left:10px;
	}
.pagination-container ul li.icon-li>a:hover{
	background: transparent;
	color:#F43B67;
	border-color:#F43B67;
}
.pagination-container ul li.icon-li>a:hover img{
	filter: none;
    -webkit-filter: none;
}	
.pagination-container ul li a:hover,
.pagination-container ul li.selected a, 
.pagination-container ul li a.active,.page-item.active .page-link {
	background: transparent;
	color:#F43B67;
	}


/* Sidebar Nav */

.sideNav {
	position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    border-radius: 0px;
	}

.sideNav ul {
	position:relative;
	padding:0px;
	text-align:left;
	margin:0px auto;
	list-style-type:none;
	}
	
.sideNav ul ul {
	font-weight:400;
	text-transform:none;
	}
	
.sideNav ul>li, .sideNav ul>li>a, .sideNav ul>li li, 
.sideNav ul li li>a, .sideNav ul>li li li, .sideNav ul li li li>a {
	position:relative;
	display:block;
	}
.sideNav>ul>li{
	margin-bottom: 10px;
	position: relative;
}
.sideNav>ul>li>a {
    font-size: 16px;
    font-weight:700; 
    line-height: 20px;   
	padding:15px 60px 15px 30px !important;
    letter-spacing: 0px;    
	color:#555555;
	border-radius: 30px;
	background:rgba(216, 216, 216, .4);
}
.sideNav ul li.has-subnav a:after {
	display:none !important;
	}
	
.sideNav ul li:last-child>a {
	border-bottom:none;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.active>a,
.sideNav ul li.has-subnav:hover>a, .sideNav ul li.has-subnav.active>a, .sideNav ul li.has-subnav.selected>a {
	color:#fff;
	background: #F43B67;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
	}
.sideNav ul> li ul{
	margin-left:30px;
}
.sideNav ul> li li>a{
	color:#222222;
	background:transparent;
	font-weight:400;
	line-height: 20px;
	border-radius:0px;
	padding:10px 30px 10px 0;
	box-shadow: none
}
.sideNav ul>li.selected>a, .sideNav ul>li li.selected>a, .sideNav ul>li li li.selected>a {
	}
	
.sideNav ul li.has-subnav>a {
	}

.sideNav ul>li.selected>a, .sideNav ul ul>li.selected>a, .sideNav ul ul ul>li.selected>a {
	}

.has-subnav {
	position:relative;
	display:block;
	margin:0px 0px;
	border-radius:0px;
	}
	
.has-subnav:hover .accordion-btn {
	color:#0F0F0F;
	}

.sideNav ul .active .accordion-btn-wrap .accordion-collapsed {
	display:none !important;
	}

.accordion-nav ul li ul li a:hover,
.accordion-nav ul li ul li:hover > a,
.accordion-nav ul li ul li.has-subnav:hover .accordion-btn {
	background:none !important;
	color:#F43B67 !important;
	font-weight: 700
	}

.sideNav ul .active .accordion-btn-wrap .accordion-expanded {
	display:inline-block !important;
	color:#FFFFFF;
	margin-top:0px;
	}

.sideNav ul .active ul {
	display:block !important;
	padding: 10px 0;
	}

.accordion-btn-wrap {
	font-size:14px;
	color:#555555;
	right:20px !important;
	}

.accordion-active, .selected .accordion-btn {
	color:#0F0F0F;
	}

/* Accordion */

.accordion-container {
    position:relative;
    width:100%;
    display:block;
	text-align:left;
    margin:30px auto;
	}

/* Card */
	
.card {
	position:relative;
    border-radius:0px;
    border:0;
    border-bottom:0px;
    background:none;
    margin:0 0 20px;
    background: #F2F2F2;
	}
	
.card + .card {
	}
	
.card-header {
    border:none;
	color:#2A2A2E;
	font-size:20px;
    padding:0px 0px;
	background:transparent;
    line-height:28px;
    border:0;   
    border-radius:0px !important;
	}
.card-header a {
	position: relative;
    display: block;
    color: #2A2A2E;
    overflow: hidden;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.8px;
    text-align: left;
    background: #F2F2F2;
    border-radius: 0px;
    text-decoration: none !important;
    padding: 19px 60px 19px 30px;
    font-family: 'Inter';
	}
.card-header a strong{
	display: block;
	font-weight: 600;
	font-size: 25px;
	color:#2A2A2E;
	letter-spacing: -1px;
}	
.card-header a:after {
	font-family:'Font Awesome 6 Free';
	position:absolute;
	content:'\f067';
	right:20px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	z-index:5;
	text-align:center;
	font-size: 16px;
	font-weight: 600;
	color:#fff;
	width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(42, 42, 46, .2);
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
.card-header a[aria-expanded="true"] {
	background:#4D4D4D;
	color:#FFF;
	border:0;
	border-radius: 0px;
	}
.card-header a[aria-expanded="true"] strong{
	color:#fff;
}
.card-header a[aria-expanded="true"]:after {
	content: '\f068';
    color: #fff;
	}
.card-header a:hover{
	background:#4D4D4D;
	color:#FFF;
}	
.card-header a:hover strong{color:#fff}
.card-active{
	background: #F2F2F2;
}
.card-body {
	position:relative;
	padding:40px 30px;
	background:#F2F2F2;
	}
.card-body h5{
	font-family: 'Inter';
	padding-bottom: 15px;
	font-weight: 300;
}
.card-body p:last-child{
	margin:0;
}
.download-list {
	position:relative;
	display:block;
	}

.download-list ul {
	padding:0px 0px;
	list-style-type:none;
	margin:0px 0px;
	}

.download-list ul li {
	position:relative;
	display:block;
	font-size:13px;
	color:#6C6D83;
	padding:0px 0px 10px 30px;
	}

.download-list ul li p {
	margin:0px 0px;
	line-height:normal;
	}

.download-list ul li:after {
	font-family:'Font Awesome 5 Free';
	position:absolute;
	content:'\f1c1';
    left:0px;
    top:3px;
	z-index:5;
	font-size:14px;
	text-align:center;
	color:#050D26;
	font-weight:900;
	}

.list-01 {
	position:relative;
	padding:0px;
	font-size:14px;
	text-align:left;
	overflow:hidden;
	margin:0px auto;
	font-weight:normal;
	list-style-type:none;
	}
	
.list-01 li {
	position:relative;
	display:block;
	color:#505050;
	overflow:hidden;
	margin:10px auto;
	line-height:24px;
	}
	
.list-01 li a {
	position:relative;
	display:block;
	color:#505050;
	overflow:hidden;
	padding:15px 20px;
	border-radius:5px;
	background:#ffffff;
	}

.list-01 li a:hover {
	color:#a64034;
	}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
	color:#555555;
	font-size: 14px;
	height: 50px !important;
    line-height: 50px !important;
	}
ul li.has-subnav:hover .accordion-btn {
	color:#FFFFFF;
	}
/*inner-banner*/

.inner-banner {
	position:relative;
	display:block;
	padding:0px 0px;
	}
.innerBanner-img{
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	justify-content: flex-end;
}	
.inner-banner .innerBanner-img figure {
	display: block;
    margin: 0px;
    padding: 0px;
    max-width: 80%;
    width: 100%;
    border-radius: 15px 0 0 15px;
	}
.inner-banner .innerBanner-img img{
    width: 100%;
    height: 100%;
	object-fit: cover
	}

/* Content Style */

.breadcrumb-container {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	z-index:8;
	overflow:hidden;
	}

.breadcrumb-container ul {
	position:relative;
	display:block;
	color:#585858;
	z-index:1;
	font-weight: 400;
	margin:0px auto 0px;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	}
	
.breadcrumb-container ul li {
	position:relative;
	line-height:20px;
	vertical-align:middle;
	display:inline-block;
	margin:0px 0px;
	padding:0px 0px;
	text-transform:capitalize;
	font-weight: 700;
	letter-spacing: 0px;
	color: #585858;
	}

.breadcrumb-container ul li a {
	position:relative;
	color:#585858;
	display:block;
	overflow:hidden;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-weight: 400;
	text-decoration: none;
	}

.breadcrumb-container ul li a:after {
	/*font-family:'Font Awesome 6 Free';*/
	color:#585858;
	content:'/';
	font-weight:600;
	font-size:12px;
	vertical-align:middle;
	display:inline-block;
	margin:0px 8px 0px 13px;
	}
.breadcrumb-container ul li a:hover{
	color:#F43B67;
}
.breadcrumb-container ul li span{	
	
}
.dp-breadcrumb{
	background: #FFF;
	padding: 15px 0;
	text-align: left;
	margin:0;
}
.dp-breadcrumb ul li {
	color:#585858;
}
.dp-breadcrumb ul li a,.dp-breadcrumb ul li a:after{
	color:#585858;
}
.dp-breadcrumb ul li a:hover{
	color:#F43B67;
}
.uppercase {
	text-transform:uppercase !important;
	}
	
.NoUppercase {
	text-transform:none !important;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald';
	position:relative;
	font-size:65px;
	color:#1A1A1A;
	letter-spacing:0px;
	margin:0px 0px 0px;
	text-transform:unset;
	padding:0px 0px 25px;
	font-weight: 600;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight:700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight:500;
	}
	
h2, .h2 {
	font-size:36px;
	}
	
h3, .h3 {
	font-size:30px;
	}
	
h4, .h4 {
	font-size:24px;
	}
	
h5, .h5 {
	font-size:20px;
	}

h6, .h6 {
	font-size:18px;
	}

p {
    margin:0 0 20px;
	line-height:26px;
	}

strong {
	/*color:#000000;*/
	}

ul.ul-listing, ol.ol-listing {
	margin:0px 0px 20px;
	display:block;
	padding:0 0 0 0px;
	width:100%;
	/*text-align:left;*/
	list-style-position:inside;
	}
	
ul.ul-listing.text-center, ol.ol-listing.text-center {
	text-align:center;
	}
	
ul.ul-listing li {
	position:relative;
	line-height:26px;
	list-style-type:none;
	padding:5px 0px 5px 20px;
	margin-bottom: 0;
	}
ul.ul-listing li:last-child{
	margin-bottom: 0;
}	
ul.ul-listing li:before {
	position: absolute;
	content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #F43B67;
    border-radius: 50%;
    top: 14px;
    left: 0;    
	}
	
ul.ul-listing ul {
	margin:8px 0px;
	}
	
ol.ol-listing {
	padding:0px 0px 0px 15px;
	list-style-position:outside;
	}
	
ol.ol-listing li {
	line-height:24px;
	list-style-type:decimal;
	padding:5px 0px 5px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type:none;
	}
	
.imgLeft {
	position:relative;
	float:left;
	width:auto;
	max-width:100%;
	clear:left !important;
	margin:5px 30px 30px 0px;
	}
	
.imgRight {
	position:relative;
	float:right;
	width:auto;
	max-width:100%;
	clear:right !important;
	margin:5px 0px 30px 30px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom:0px;
	}
	
.slick-slide img {
	display:inline-block;
	}
.slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	top:50%;
	width: 36px;
	height: 36px;
	border-radius:50%;
	border:1px solid #1D2A38;
	font-size: 0px;
	color: #1D2A38;
	background: transparent;
	opacity: 0.4;
	-webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
	}
	
.slick-prev:before,
.slick-next:before{
	content: '' !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	background: url(../images/prev-arrow.svg)no-repeat center;
	/*background-size: contain;*/
}
.slick-next:before{
	background: url(../images/next-arrow.svg)no-repeat center;
}

.slick-prev:after, .slick-next:after {
	display: none;
	}
.slider-nav {
	margin-left:0px;
	margin-right:0px;
	}
	
.slick-prev {
	left:-100px;
	}
	
.slick-next {
	right:-100px;
	}
.slick-arrow:hover,.slick-arrow:focus{
	background: transparent !important;
	color:#1D2A38 !important;
	opacity: 1;
	border-color:#1D2A38 !important;
}	

/* Link Button Group */

.link-btn-group {
	position:relative;
	display:block;
	margin:0px;
	}
	
/* Link Button */

.link-btn {
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0px auto;
	}
.link-btn .theme-btn{
	margin:0 7px;
}
/*whatsapp*/
.whatsapp{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px;
	position: fixed;
	z-index:10;
	right:20px;
	bottom:140px;
	width:70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0px 8px 16px #29292929;
	background:#25D366;
	font-size: 30px;
	color:#fff;
}
.whatsapp:hover,.whatsapp:focus{
	background: #F43B67;
	color:#fff;
}

/* Footer Map */
.footer-map-section
{
	display: block;
	width: 100%;
	position: relative;
}
.footer-map-section iframe
{
	width: 100%;
	display: block;
	height: 600px;
	border:0;
}
/*Newsletter Section*/

.footer-newsletter{
	max-width: 1400px;
	position: relative;
	display: block;
	margin: 40px auto 0;
	padding: 35px 0;
	color: #9D9D9D;
	background: #F4F4F4;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 300;
}
.footer-newsletter>.container{
	max-width: 1177px;
}
.footer-newsletter .content-wrapper{
	padding-right: 80px;
}
.footer-newsletter h3{
	font-size: 24px;
	letter-spacing: 0px;
	padding-bottom: 5px;
	color: #F43B67;
}
.footer-newsletter p{
	margin: 0;
}
.subscribe-wrapper {
	position: relative;
	display: block;
	margin: 0;
	max-width:100%;
}
.subscribe-wrapper input {
	width: 100%;
	border: 1px solid #9D9D9D;
	height: 50px;
	padding: 0px 110px 0 25px;
	border-radius: 30px;
	background:#fff !important;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0px;
	color: #9D9D9D;
}
.subscribe-wrapper input:hover,.subscribe-wrapper input:focus{
	border-color:#F43B67;
}
.subscribe-wrapper input::-webkit-input-placeholder{
	opacity:1;
	color:#9D9D9D;
	}

.subscribe-wrapper input:-moz-placeholder { 
	opacity:1;
	color:#9D9D9D;
	}

.subscribe-wrapper input::-moz-placeholder { 
	opacity:1;
	color:#9D9D9D;
	}

.subscribe-wrapper input:-ms-input-placeholder {
	opacity:1;
	color:#9D9D9D;
	}

.subscribe-wrapper .btn{
	height: 50px;
	background: transparent !important;
	border-radius: 0;
	line-height: 50px;
	padding: 0px 20px;
	border: 1px solid #071121;
}
.subscribe-wrapper .btn:not(:disabled):not(.disabled).active, 
.subscribe-wrapper .btn:not(:disabled):not(.disabled):active, 
.subscribe-wrapper .show>.btn.dropdown-toggle,
.subscribe-wrapper .btn:hover{
	border-color: #fff;
}
.dropdown-toggle::after{
	content: '\f078';
	display: inline-flex;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 12px;
	color: #071121;
	border: 0;
}
.dropup .dropdown-toggle::after{
	content: '\f077';
	border: 0;
}
.subscribe-wrapper .dropdown-menu{
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #414141;
}
.subscribe-wrapper .dropdown-item{
	padding: 15px 20px;
	color: #fff;
}
.subscribe-wrapper .dropdown-item.active, .subscribe-wrapper .dropdown-item:hover{
	background: #D3C7A5;
	color: #071121;
}
.subscribe-wrapper .theme-btn {
	min-width: 104px;
	position: absolute;
	top: 0;
	right: 0;
	width: 104px;
	height: 50px;
	line-height: 19px;
}

.wpcf7-not-valid-tip {
	margin: 10px 0px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0px 0px;
}
.wpcf7 form.sent .wpcf7-response-output{
	text-align: center;
}
/* Footer Styles */
	
.footer-wrapper {
    position:relative;
    z-index: 2;
    display:block;
    width:100%;
    max-width: 1920px;
    margin: 0 auto;
    background:#1A1A1A;
    border-radius: 0;
	}
.footer-wrapper .container{
	max-width: calc(100% - 90px);
	padding:0 15px;
}
.footer-top {
    position:relative;
    display:block;
    padding:100px 0 80px 0;
	}

.footer {
    position:relative;
    max-width: 100%;
	}
.footer .row {
	position: relative;
	justify-content: space-between;
	}
.footer-logo{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-logo img{
	height: 78px;
	margin:0 5px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 20px #0000001A;
}
.foot-head {
	position:relative;
	display:block;
	color:#FFF;
	font-family: 'Oswald';
	font-size:20px;
	font-weight:600;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding:0px 0px 25px;
}
.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 20%;
	}
.ftcol1{
	max-width: 23%;
}
.ftcol2{
	max-width: 25%;
}
.ftcol3{
	max-width: 15%;
}
.ftcol4{
	max-width: 15%;
}
.ftcol5{
	margin-right: 0;
	min-width: 22%;
}
.ftcol2 ul.foot-nav{
	column-count: 2;
	column-gap: 2rem;
}
.footer p {
	text-align:left;
	color:#A5A5A5;
	letter-spacing: 0px;
	}

.w100{width:100%;}

.fcontact-details-block {
    position: relative;
    display: block;
}
.fadd, .fcall, .femail, .ffax, .ftime {
	position:relative;
    display:block;
	letter-spacing: 0px;
	font-weight: 400;
	margin:0px auto 15px;
	color:#A5A5A5;
	word-wrap:break-word;
	padding:0px 0px 0px 30px;
	text-align: left;
}
.fadd:before, .fcall:before, .femail:before, .ffax:before, .ftime:before {
	position:absolute;
	content:'\f3c5';
	top:0px;
	left:0px;
	font-family:'Font Awesome 6 Free';	
	color:#FFFFFF;
	font-weight:900;
	font-size:14px;
	line-height: 28px;
}
.fcall:before{
	content: '\f879';
}
.ffax:before{
	content: '\f1ac';
}
.femail:before{
	content: '\f0e0';
}
.ftime:before{
	content: '\f017';
}
.femail strong{
	display: block;
	margin:0;
}
.femail a, .fcall a,.ffax a,.ftime a {
	color:#A5A5A5;
	}
.femail:hover:before,.fcall:hover:before,.ffax:hover:before{
	color:#F43B67;
}
.femail a:hover,.fcall a:hover,.ffax a:hover,.ftime a:hover{
	color:#F43B67;
	text-decoration: underline;
}
.fadd .place{
	font-weight: 600;
	display: block;
}
.paymen-opt{
	display: block;
	margin-top: 30px;
	clear: both;
}
.payment-blog {
	position:relative;
	display:block;
	margin:0px 0px;
	}

.payment-blog ul {
	padding:0px 0px;
	margin:0px -3px;
	list-style-type:none;
	}

.payment-blog ul li {
	display:inline-block;
	vertical-align:top;
	padding:0px 3px;
	}

.payment-blog ul li figure {
	margin:0px 0px;
	}

.payment-blog ul li figure img {
	max-height:25px;
	}
.social-icons{
    list-style: none;
    margin: 0;
    padding: 0px;
    display: block;
    align-items: center;
}
.social-icons li {
    display: block;
    margin: 0 0 10px;
}
.social-icons li:last-child{margin-right: 0 !important}
.social-icons li a {
    display: block;
    position: relative;
    line-height: 26px;
    color:#A5A5A5;
    padding:0 0 0 30px;
    margin:0px;
    width:100%;
}
.social-icons li a i{  
	display: inline-flex;
	position: absolute;
	left:0;
	top:50%;
	color:#fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.social-icons li a:focus,
.social-icons li a:hover{
	color:#F43B67;
	text-decoration: underline;
}
.footer-top .selectdiv{
	max-width: 300px;
	width: 300px;
	min-width: 300px;
}
.footer-top .selectdiv select{
	border-radius:10px;
	background: rgba(255,255,255,.2);
	color:#AEBCD3;
	border:0;
}
.footer-top .selectdiv:after{
	height: 55px;
	line-height: 55px;
	color:#AEBCD3;
}
.footer-top .selectdiv:hover:after{
	color:#FFF;
}
.subscribe-homeBox{
	display: block;
	position: relative;
	max-width: 350px;
}
.subscribe-homeBox .form-control{
	border-radius: 5px;
	height: 52px;
	padding:7px 50px 7px 25px;
	font-weight: 400;
}
.subscribe-homeBox .submit-btn{
	width:50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1px;
	top:1px;
	color:#F43B67;
	font-size: 20px;
	border: 0 !important;
	border-radius: 5px;
    background: transparent;
}
.subscribe-homeBox .submit-btn:hover,.subscribe-homeBox .submit-btn:focus{
	background:#F43B67;
    color: #fff;
}
.subscribe-homeBox .form-control:focus, .subscribe-homeBox .form-control:hover {
	outline:0;
	background: #FFF;
	border-color:#F43B67;
	box-shadow: none;
	color:#585858;
	}
	
.subscribe-homeBox .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity:1;
	color:#B4B4B4;
	}

.subscribe-homeBox .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity:1;
	color:#B4B4B4;
	}

.subscribe-homeBox .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity:1;
	color:#B4B4B4;
	}

.subscribe-homeBox .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity:1;
	color:#B4B4B4;
	}
	
.subscribe-homeBox .form-control:focus::-webkit-input-placeholder { color:transparent !important; }
.subscribe-homeBox .form-control:focus:-moz-placeholder { color:transparent !important; }
.subscribe-homeBox .form-control:focus::-moz-placeholder { color:transparent !important; }
.subscribe-homeBox .form-control:focus:-ms-input-placeholder { color:transparent !important; }
/* Foot Nav */
ul.foot-nav {
	position:relative;
	display:block;
	padding:0px;
	overflow:hidden;
	margin:0px 0px 15px;
	list-style-type:none;
	}
ul.foot-nav li {
	position:relative;
	display:block;
	padding:0px 0px;
	line-height:26px;
	margin:0px 0px 10px;
	}
ul.foot-nav li:last-child{
	margin: 0;
}
ul.foot-nav li a {
	position:relative;
	color:#A5A5A5;
	font-weight: 400;
	display:block;
	letter-spacing: 0px;
	padding:0px;
	}
ul.foot-nav li.selected>a,ul.foot-nav li:hover>a {
	color:#F43B67;
	text-decoration: underline;
	}
ul.foot-nav li figure {
	margin:15px 0px;
	}
.footer-bottom {
	position:relative;
	display:block;
	padding:30px 0px;
	border-top:1px solid #3C3C3C;
	}
/* Copyright */
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.copyright {
	position:relative;
	display:block;
	color:#fff;
	font-weight: 400;
	letter-spacing: 0.24px;
	padding:0px 0px;
	}
.copyright a {
    color:#fff;
}
.copyright a strong{color: #fff}
.copyright a img{
	margin-top:-3px;
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%);
}
.copyright a:hover,.copyright a:hover strong{
	color:#F43B67;
}
.copyright a:hover img{
	filter:none;
	-webkit-filter:none;
}
.footer-bottom ul
	{
	display: inline-block;
    margin: 0;
    padding: 0;
	}
.footer-bottom li {
    display: inline-block;
    list-style-type: none;
}
.footer-bottom li a {
    display: inline-block;

    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 600;
    color:rgba(255, 255, 255, .68);
    padding: 0 15px;
    position: relative;
}
.footer-bottom li a:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.68);
	left:0;
	top:50%;
	transform: translateY(-50%);
	position: absolute;
}
.footer-bottom li:first-child a:before{display: none}
.footer-bottom li:last-child a{padding-right: 0}
.footer-bottom li a:hover
{
	color:#F43B67;
}
/*Customisation*/
.customisation-section{
	padding:125px 0;
}
.page-before-img,.page-after-img{
	position: absolute;
	display: block;
	mix-blend-mode: multiply;
}
.page-before-img{
	top:0;
	right:0;
}
.page-after-img{
	bottom:0;
	left:0;
}
.top-fx-img{
	position: absolute;
	top:0;
	right:0;
}
.bottom-fx-img{
	position: absolute;
	bottom:0;
	left:0;
}
/* Contact Form */
	
.contactForm {
	position:relative;
	display:block;
	color:#a4a4a4;
    width:100%;
	}
	
.contactForm em {
	font-style:normal;
	}
	
.contactForm a {
	color:#505050;
	}
	
.contactForm a:hover {
	color:#a64034;
	}

.google-recaptch {
	position:absolute;
	z-index: 1;
	right:-10px;
	bottom:100px;
	}
	
.control-label, .form-horizontal .control-label {
	display:block;
	color:#505050;
	font-size:14px;
	}
	
.form-group {
	margin-bottom:20px;
	text-align: left;
	position: relative;
	}

.col-form-label {
	font-size:13px;
	color:#343434;
	}
	
.form-check-label {
	font-size:12px;
	color:#c2c2c2;
	}
	
.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	position:relative;
	display:block;
	width:100%;
	height:50px;
	color:#1A1A1A;
	font-size:16px;
	letter-spacing: 0px;
	padding:15px 20px;
	line-height:25px;
	border-radius:10px;
	font-weight:400;
	background-image:none;
	border:1px solid #BEBEBE;
	background-color:#F7F7F5;
	}
	
.form-horizontal .checkbox, .form-horizontal .radio {
    position:relative;
    min-height:1px;
	font-weight:normal;
    display:inline-block;
    margin:3px 5px 0px 0px;
	}

textarea.form-control {
	min-height:122px;
	line-height:26px;
	height:auto !important;
	border-radius: 10px;
	}
	
textarea {
	resize:none;
	}
	
.form-control:focus, .form-control:hover {
	outline:0;
	background: #FFF;
	border-color:#F43B67;
	box-shadow: none;
	color:#1A1A1A;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity:1;
	color:rgba(26, 26, 26, .3);
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity:1;
	color:rgba(26, 26, 26, .3);
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity:1;
	color:rgba(26, 26, 26, .3);
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity:1;
	color:rgba(26, 26, 26, .3);
	}
	
.form-control:focus::-webkit-input-placeholder { color:transparent !important; }
.form-control:focus:-moz-placeholder { color:transparent !important; }
.form-control:focus::-moz-placeholder { color:transparent !important; }
.form-control:focus:-ms-input-placeholder { color:transparent !important; }
	
.fleft {
	position:relative;
	float:left !important;
	}
	
.fright {
	position:relative;
	float:right !important;
	}

.submit, .submit:focus {
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding:13px 20px;
	border-radius:30px;
	min-width:220px;
	text-align:center;
	margin:30px auto 0px;
	border:none;
	font-weight:500;
	background:#303030;
	-webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	}

.submit:hover {
	background:#F5B4A0;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
	}
/*--nice-select---*/
.NiceSelect {
    position: relative;
    display: block;
    }

.NiceSelect select {
    display: none;
    }

.nice-select {
    height: 50px;
    width: 100%;
    float: none;
    line-height: 28px;
    letter-spacing: 0px;
    border-radius: 10px;
    border: 1px solid #BEBEBE;
    padding: 10px 45px 10px 20px;
    }

.nice-select,
.nice-select .list {
    font-size: 16px;
    font-weight: 400;
    background: #F7F7F5;
    border-radius: 10px;
    letter-spacing: 0px;
    }

.nice-select .current {
    color: rgba(26, 26, 26, .3);
    }

.nice-selected .nice-select .current {
    opacity: 1;
    color: #1A1A1A;
    }

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #F43B67;
	outline: 0 !important;
	background: #fff;
    }

.nice-select:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    border: none;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    color: #000000;
    display: block;
    line-height: 1;
    font-size: 12px;
    content: "\f078";
    font-weight: 600;
    pointer-events: none;
    margin: 0px !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: translateY(-50%) !important;
    }

.nice-select.open:after,
.nice-select:hover:after {
    color: #F43B67 !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }

.nice-select.open:after {
    content: "\f077";
    }

.nice-select.open .list {
    opacity: 1;
    pointer-events: initial;
    transform: scale(1) translateY(0);
    }

.nice-select.disabled {
    opacity: 0.5;
    color: #000;
    pointer-events: none;
    border-color: #d9d9d9;
    }

.nice-select.disabled:after {
    border-color: #d9d9d9;
    }

.nice-select .list {
    position: absolute;
    margin-top: 0px;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    overflow-y: auto;
    max-height: 300px;
    border-radius: 0px;
    pointer-events: none;
    box-sizing: border-box;
    transform-origin: 50% 0;
    background-color: #fff;
    transform: scale(0.75) translateY(-25px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    }

.nice-select .list:hover .option:not(:hover) {
    color: #000 !important;
    background-color: transparent !important;
    }

.nice-select .option {
    font-weight: 400;
    cursor: pointer;
    outline: none;
    color: #555;
    font-size: 16px;
    min-height: 40px;
    background: none;
    line-height: 20px;
    padding: 10px 20px;
    }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #fff;
    background:#F43B67;
    }

.nice-select .option.selected {
    font-weight: 400;
    }

.nice-select .option.disabled {
    opacity: 0.5;
    color: #484848;
    cursor: default;
    background-color: transparent;
    }
/* Scroll To Top */
	
#toTop {
	text-decoration:none;
	position:fixed;
	display:none;
	bottom:90px;
	right:20px;
	width:50px;
	height:50px;
	border:0;
	border-radius:50%;
	z-index:5001;
	/*text-indent:100%;*/
	background:#F43B67;
	font-size: 0;
	overflow:hidden;
	}
#toTop:before {
    content: '\f077';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
}
#toTopHover {
	background:url(../images/ui.totop.png) 0px -50px no-repeat;
	width:50px;
	height:50px;
	display:none;
	overflow:hidden;
	float:left;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
#toTop:hover{
	background: #F43B67;
}
#toTop:active, #toTop:focus {
	outline:none;
	}

/*Home page*/
.text-white{color:#fff !important;}
.gray-bg{background-color:#F6F6F6;}
.black-bg{background-color:#000000;}
.custom-container{
	max-width: 1424px;
	padding:0 12px;
	margin:0 auto;
	position: relative;
}
.page-title {
	position:relative;
	display:block;
	}
.page-title .small-title{
	color:#969696;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.page-title h1,.page-title h2{
	font-family: 'Oswald';
	font-size: 65px;
	font-weight: 500;
	line-height: 1.2;
	color:#1A1A1A;
	letter-spacing: 0px;
	padding-bottom: 25px;
}
.page-title h1 span,.page-title h2 span{
	color:#F43B67;
}
.general-section{
	display: block;
	position: relative;
	padding:90px 0;
}
.content-wrapper{
	display: block;
	position: relative;
}
.gen-bg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: calc(100% + 100px);
}
.gen-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom-section{
	position: relative;
}
.bottom-section .custom-container{z-index: 1}
.bottom-section .page-title h2{
	padding-bottom: 15px;
}
.bottom-section .theme-btn{
	margin-top:20px;
}
/*--Custom Dots--*/
.custom-dots .slick-dots { width: 200px; 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: 5px; width: 100% !important; z-index: 0; } 
.custom-dots .slick-dots li button::after { content: "";background:#CBCBCB; width: 100%; height: 1px; left: 0; top: 50%; border-radius: 0px; } 
.custom-dots .slick-dots li button::before { position: absolute; content: ""; width: 100%; height: 4px; left: 0; top: 50%; transform: translateY(-50%); background:none; /*transition: all 0.2s linear;*/ border-radius: 5px; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: #333333; } 
.custom-dots .slick-dots li.slick-active button::after, .custom-dots .slick-dots li:hover button::after {height:5px;background: #F43B67 !important;}
.pagingInfo {
	display: inline-flex;
	position:relative;
	font-weight:400;
	font-size: 22px;
	color:#333333;
	letter-spacing: 2.2px;
}
.pagingInfo .current-slide{
	margin-right: 3px;
}
.pagingInfo #current{
	margin-right: 15px;
}
.pagingInfo #total{
	margin-left: 18px;
}
/*-General Tab-*/
.general-tabs {
	display:inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:50px;
	padding:0px;
	border: 0;
	border-radius:40px;
	background: #FFF;
	width: auto;
	max-width: 100%;
	}

.general-tabs li {
	display: inline-flex;
    justify-content: center;
    position: relative;
    margin:0px;
}
.general-tabs li a {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	width: 100%;
	min-width: 270px;
	background:transparent;
	padding:5px 25px;
	color:rgba(0, 0, 0, .6);
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0px;
	border-radius:30px;
	text-transform:capitalize;
	text-align: center;
}
.general-tabs li a:hover,
.general-tabs li a.active{
	background: #F43B67;
	color: #fff
}
.tab-content{
	padding:0;
}
/*-Slider arrows-*/
.slider-arrows{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top:0px;
}
.slider-arrows .slick-arrow{
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	width: 36px;
	height: 36px;
	border-radius: 30px;
	border:1px solid #1D2A38;
	font-size: 0px;
	color: #1D2A38;
	background: transparent;
	opacity: 0.4;
}
.slider-arrows .slick-prev:before,
.slider-arrows .slick-next:before{
	content: '';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url(../images/prev-arrow.svg)no-repeat center;
	/*background-size: contain;*/
}
.slider-arrows .slick-next {
	right:auto;
	margin-left:10px;
}
.slider-arrows .slick-next:before{
	background: url(../images/next-arrow.svg)no-repeat center;
}
.slider-arrows .slick-arrow:hover{
	background: transparent !important;
	color:#1D2A38 !important;
	opacity: 1;
	border-color:#1D2A38 !important;
}
/*- Home-*/
.section-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.white-bg{background-color: #fff}

.general-box{
	display: block;
	width: 100%;
	padding:0px;
	position: relative;
	margin:0 0 30px;
	overflow: hidden;
	border-radius: 10px;
}
.general-box a{
	display: block;
	overflow: hidden;
	position: relative;
}
.general-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom:85%;
    border-radius: 0px;
}
.general-box .img-wrapper:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.general-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.general-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.general-title {
	display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-family: 'Oswald';
	font-size: 34px;
	line-height: 1.3;
    padding: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.general-mask-container {
    position: absolute;
    display: table;
    z-index: 6;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: -100%;
    overflow: hidden;
    opacity: 0;
    background: rgba(244, 59, 103, .9);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.general-mask-content {
    position: relative;
    padding: 40px;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}
.general-mask-content h4{
	font-family: 'Oswald';
	font-size: 34px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 20px;
}
.general-mask-content p{
	display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.general-mask-content p:last-child{margin:0}
.general-box:hover .general-mask-container {
    bottom: 0px;
    opacity: 1;
}
.general-box:hover .img-wrapper:before{
	display: none;
}
.general-box:hover .general-title{opacity: 0;}
.readmore-link{
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.readmore-link:hover{
	color:#fff;
	opacity: 0.8;
}
.readmore-link img{
	margin-left:7px;
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
}
.number-box{
	display: block;
	position: relative;
	text-align: center;
	padding:20px;
	margin-top:10px;
}
.number-box p{margin:0}
.number-box h3{
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 70px;
	color:#F43B67;
	padding-bottom: 10px;
}
.number-box h5{
	font-family: 'Oswald';
	color:#1D2A38;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
}
.news-section .content-wrapper{
	padding-right: 30px;
	margin-top: 50px;
}
.news-section .page-title h2{font-size: 45px}
.view-link{
	display: inline-flex;
	font-weight: 600;
	color:#3B3B3B;
	text-decoration: underline;
	text-transform: uppercase;
}
.view-link:hover,.view-link:focus{
	color:#F43B67;
	text-decoration: none;
}
.news-slider{
	margin:0 -15px;
	padding:0;
}
.slider-slide{
	padding:0 15px;
}
.news-box{
	display: block;
	margin: 0 0 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.news-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 77%;
}
.news-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.news-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.news-box .content{
	display: block;
	padding: 30px 35px;
}
.news-box .content h6 {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    padding: 0 0 20px;
    margin: 0;
}
.news-box .content .box-info{
	display: block;
	position: relative;
	overflow: hidden;
}
.news-box .content p{
	color:#585858;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .box-link{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color:#000000;
	letter-spacing: 0px;
	line-height: 1;
	margin-top:10px;
	text-transform: uppercase;
}
.news-box .box-link img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
	margin:0 0 0 7px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.news-box .box-link:hover{
	color:#F43B67;
}
.news-box .box-link:hover img{
	filter:none;
	-webkit-filter: none;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.news-slider .news-box{
	margin-bottom: 0;
}
.icon-tabs{
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: center;
	border-bottom:1px solid #E9E9E9;
	margin-bottom: 40px;
}
.icon-tabs li {
    display: inline-flex;
    flex: 1;
    justify-content: center;
    position: relative;
    min-width: 25%;
    max-width: 25%;
    width: 100%;
}
.icon-tabs li a{
	display:flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding:20px;
	font-size: 18px;
	color:#1D2A38;
	font-weight: 600;
	font-family: 'Oswald';
}
.icon-tabs li a:before{
	content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 0%;
    height: 5px;
    background: #F43B67;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.icon-tabs li a:hover:before,
.icon-tabs li .active:before, .icon-tabs li .active:hover:before {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.icon-tabs li a .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	margin-bottom: 25px;
}
.icon-tabs li a img{
	max-height: 65px;
}
.explore-section .tab-content .content-wrapper{
	padding-right: 40px;
}
.explore-section .tab-content h3{
	font-size: 28px;
	padding-bottom: 20px;
	text-align:center;
}
.explore-section .tab-content .img-wrapper{
	display: block;
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.explore-section .tab-content .img-wrapper img{width: 100%;}
.office-box{
	display: block;
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.office-box .img-wrapper{
	display: block;
	position: relative;
	min-height: 420px;
	overflow: hidden;
}
.office-box .content-wrapper{
	padding:20px 40px 20px 70px;
}
.office-box .content-wrapper h4{
	font-size: 24px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DDDDDD;
}
.address-ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.address-ul li{
	display: block;
	position: relative;
	padding-left:30px;
	margin-bottom: 20px;
}
.address-ul li:last-child{margin:0}
.address-ul li,.address-ul li a{
	color:#585858;
	line-height: 26px;
}
.address-ul li i{
	display: inline-flex;
	position: absolute;
	left:0;
	color:#F43B67;
	line-height: 26px;
}
.address-ul li a:hover,.address-ul li a:focus{
	color:#F43B67;
	text-decoration: underline;
}
.brand-slider{
	list-style-type: none;
	margin: 30px 0px 0;
	padding: 0;
}
.brand-slider .slick-list{
	margin: 0 auto;
}
.brand-slider li{
	padding: 0 1px;
}
.brand-box{
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 12px;
	padding: 0 10px;
	min-height: 108px;
	text-align: center;
}
.brand-slider .brand-box:before{
	content: '';
	display: block;
	position: absolute;
	bottom:-8px;
	left:0;
	width: 100%;
	height: 2px;
	border-bottom: 1px dashed #707070;
	opacity: 0.3;
}
.brand-slider .slick-slide div:nth-child(3) .brand-box:before{display: none}
.brand-box .logo-img{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	width: 100%;
	height: 100%;
}
.brand-box .logo-img img{
	width: auto;
	max-height: 93px;
}
/*About*/
.about-section .img-wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.about-section .img-wrapper img{width: 100%}
.about-section .content-wrapper{
	display: block;
	max-width: 573px;
	padding-right: 60px;
	float: right;
}

.milestone-slider{
	margin:20px 0 40px;
	padding:0;
}
.milestone-slider li{
	padding:0 1px;
}
.milestone-box{
	display: block;
	position: relative;
	overflow: hidden;
}
.milestone-box .img-wrapper,.founder-section .img-wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.milestone-box .img-wrapper img,.founder-section .img-wrapper img{
	width:100%;
}
.milestone-box .content-wrapper{
	display: block;
	padding:20px 20px 20px 70px;
}
.milestone-box .content-wrapper h3{
	font-size: 30px;
}
.year-slider{
	margin:0 -35px;
	padding:0;
	position: relative;
}
.year-slider li{
	padding:0 35px;
}
.year-slider:before{
	content: '';
	display: block;
	position: absolute;
	top:25px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #E2E2E2;
	width: calc(100% - 160px);
	height: 3px;
}
.year-box{
	display: block;
	position: relative;
	padding:50px 0px 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
    color: #1A1A1A;
    font-family: 'Oswald';
    cursor: pointer;
}
.year-box span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding:5px 20px;
	min-width: 100px;
	border-radius: 30px;
}
.year-box:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #A2A2A2;
	position: absolute;
	top:16px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.year-slider .slick-current .year-box span{
	background: #F43B67;
	color:#fff;
}
.year-slider .slick-current .year-box:before{
	background: #404040;
}
.founder-section .content-wrapper{padding-right: 25px}
.csr-box{
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-top:25px;
	padding:40px 35px;
}
.csr-box .icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 67px;
	width: auto;
	margin-bottom: 20px;
}
.csr-box .icon img{
	max-height: 67px;
}
.csr-box h6{
	color:#1D2A38;
	font-weight: 600;
	padding-bottom: 20px;
}
.csr-box p:last-child{margin:0}
.expert-section .office-box .img-wrapper .overlay{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	padding:20px;
	text-align: center;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
}
.expert-section .office-box .img-wrapper .overlay .page-title h2{
	color:#fff;
	padding:0;
	font-family: 'Oswald';
	font-weight: 700;
}
.expert-section .office-box h4{
	border:0;
	margin:0;
}
.expert-section .office-box .content-wrapper{
	padding: 20px 45px 20px 50px;
}
.expert-section .office-box .box-link{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color:#000000;
	letter-spacing: 0px;
	line-height: 1;
}
.expert-section .office-box .box-link img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
	margin:0 0 0 7px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.expert-section .office-box .box-link:hover{
	color:#F43B67;
}
.expert-section .office-box .box-link:hover img{
	filter:none;
	-webkit-filter: none;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.expertise-modal .modal-lg{
	max-width: 1146px;	
}
.expertise-modal .modal-content{	
	box-shadow: 4px 4px 40px #00000008;
	border-radius: 10px;
	overflow: hidden;
}
.expertise-modal .modal-body{
	display: block;
	position: relative;
	background: #fff;
	padding:60px 95px;
}
.expertise-modal .modal-title{
	display: block;
	font-family: 'Oswald';
	font-size: 34px;
	color:#1A1A1A;
	margin-bottom: 35px;
	border-bottom: 1px solid #DDDDDD;
}
.close {
    float: none;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #F43B67;
    border:0;
    background: transparent;
}
.close:hover{
	color:#1A1A1A;
}
/*-Services-*/
.services-section{
	padding-bottom: 60px;
}
.services-section .general-box .img-wrapper{padding-bottom: 87%}
.services-section .general-title{
	padding:25px;
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: 700;
}
.services-section .general-box .img-wrapper:before{height: 159px}
.services-section .general-mask-content{
	vertical-align: bottom;
	padding:25px;
}
.services-section .general-mask-content h4{
	font-size: 20px;
	font-family: 'Oswald';
	font-weight: 700;
}
.services-section .general-mask-content p{
	-webkit-line-clamp: 4;
}
.service-details-section .row{margin-bottom: 90px}
.service-details-section .row:last-child{margin-bottom: 0px !important}
.service-details-section .row:nth-child(even){
	flex-direction: row-reverse;
}
.service-details-section .col-lg-6{width: 52%}
.service-details-section .img-wrapper{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.service-details-section .img-wrapper img{width: 100%}
.partner-row{margin:0 -11px}
.partner-row .col-auto{
	padding:0 11px;
}
.partner-row .brand-box{
	min-height: auto;
	height: 128px;
	width: 270px;
	margin:11px 0;
}
.partner-row .brand-box .logo-img{padding:0}
.partner-row .brand-box img{max-height: 90px}
/*-Shop-*/
.gen-box{
	display: block;
	width: 100%;
	padding:0px;
	position: relative;
	margin:0 0 0px;
	overflow: hidden;
	border-radius: 10px;
}
.gen-box .img-wrapper{
	position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom:80%;
    border-radius: 10px;
}
.gen-box .img-wrapper figure {
    position: absolute;
    overflow: hidden;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.gen-box .img-wrapper figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.gen-box .content{
	display: block;
	position: relative;
	padding:25px 0;
}
.gen-box .content h6{
	color:#000000;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
}
.gen-box .content p{
	color:#585858;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gen-box .box-link{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color:#000000;
	letter-spacing: 0px;
	line-height: 1;
}
.gen-box .box-link img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
	margin:0 0 0 7px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.gen-box .box-link:hover{
	color:#F43B67;
}
.gen-box .box-link:hover img{
	filter:none;
	-webkit-filter: none;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/*Contact us*/
.grecaptcha-badge{z-index:99;}
.contact-wrapper{
	display: block;
	position: relative;
}
.contact-wrapper .page-title h2{
	line-height: 1;
}
.contact-form{
	display: block;
	position: relative;
	padding:80px;
    margin: 0;
    background: #fff;
    box-shadow: 4px 4px 40px #00000008;
	border-radius: 10px;
}
.contact-form h2{
	font-size: 34px;
	font-weight: 600;
	padding-bottom: 20px;
}
.contact-form .form-group {
	position:relative;
	display:block;
	margin-bottom:25px;
	}
.form-group label {
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.form-group label sup{
	color:#E60000;
	font-weight: 400;
	font-size: 15px;
	top:-0.1em;
	left:2px;
	}
.contact-form .nice-select:after{
	content: '\f0d7';
	font-size: 16px;
}
.contact-form .nice-select.open:after{
	content: '\f0d8';
}
.contact-form .theme-btn{
	margin-top: 10px;
	width: auto;
}
.wpcf7 .ajax-loader{
	display: none !important;
}
.address-wrapper{
	padding:0 0 0 30px;
	max-width: 450px;
}
.address-wrapper .page-title h2{padding-bottom: 60px}
.address-box{
	display: block;
	position: relative;
	padding:0px;
	margin:0 0 50px;
	overflow: hidden;
}
.address-box h4{
	padding-bottom: 10px;
	font-weight: 600;
	color:#1A1A1A;	
}
.address-box h6{
	font-size: 18px;
	padding-bottom: 0px;
	font-weight: 600;
	color:#1A1A1A;	
}
.address-box hr{
	background: #DDDDDD;
	margin:25px 0;
	opacity: 1;
}
.address-box:last-child{margin:0}
.add-ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.add-ul li{
	display: block;
	position: relative;
	width: 100%;
	color:#585858;
	padding-left:30px;
	line-height: 22px;
	margin-bottom: 18px;
}
.add-ul li i{
	display: inline-flex;
	position: absolute;
	top:4px;
	left:0;
	color:#F43B67;
	font-size: 14px;
}
.add-ul li p,.add-ul li a{
	position: relative;
	z-index: 1;
	color:#585858;
	margin:0;
}
.add-ul li a:hover{
	color:#F43B67;
	font-weight: 600;
	text-decoration: underline;
}

.map-section{
	display: block;
	position: relative;
	height: 490px;
}
.map-section .map-wrapper{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: calc(100% + 130px);
}
.map-section .map-wrapper iframe{
	border:0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.map-wrapper .theme-btn{
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 8;
}
/*-News-*/
.news-list-section .news-box .content h6{
	font-family: 'Oswald';
	font-weight: 600;
}
.tool-bar {
	position:relative;
	display:block;
	padding:0px;
	margin:0px 0px 40px;
}
.tool-bar .woocommerce-ordering{
	float:none;
}
.tool-bar .woocommerce-ordering .woocommerce-result-count{
	margin:0 !important;
	float: none !important;
}
.showing-container, .sortby-container {
	color:#000000;
	font-weight: 600;
	font-family: 'Oswald';
	padding:0px 15px;
	margin:0px;
	}

.sortby-container{
	position: relative;
}
.showing-container .row, .sortby-container .row {
	margin:0px 0px;
	}

.showing-container .row .col-auto, .sortby-container .row .col-auto {
	padding:0px 0 0px;
	}

.showing-holder .btn, .sortby-holder .btn {
	box-shadow: none;
    outline: 0 !important;
    height: 40px;
    line-height: 40px;
    border: 0px solid #DDD;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 15px;
    letter-spacing: -0.32px;
    min-width: 100px;
    background: #EEEEEE;
	}
.sortby-holder,.showing-holder{margin-left:15px;}
.sortby-holder,.showing-holder{
    min-width: 100px;
    display: flex;
    align-items: center;
}
.sortby-container .sortby-holder{
    min-width: 110px;
}
.showing-holder{
	margin-right: 15px
}
.tool-bar .NiceSelect{width: 100%}
.tool-bar .nice-select {
    height: 30px;
    width: 100%;
    float: none;
    color:#000000;
    line-height: 20px;
    letter-spacing: 0px;
	padding:5px 25px 5px 10px;
	border-radius: 0;
	border:0;
    border-bottom: 1px solid #707070;
}
.tool-bar .nice-select:after {
	right: 7px;
}
.tool-bar .nice-select .current{
	color:#000000;
}
.tool-bar .nice-select:hover, .tool-bar .nice-select:active, .tool-bar .nice-select.open, .tool-bar .nice-select:focus{
	background: transparent !important;
}
.bottom-tool-bar {
	margin: 20px 0 0;
    padding: 0;
    border: 0;
    background:transparent;
	}
.no-of-pages {
    position: relative;
    display: inline-block;
    color: #000000;
    float: none;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
/*-News details-*/
.news-row .col-lg-9{padding-right:37px}
.news-detail-img{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-detail-img img{width: 100%}
.publish-info{
	display: inline-flex;
    align-items: center;
    color: #575757;
    margin-bottom: 25px;
    padding:0;
}
.publish-info li{
	display: inline-block;
    align-items: center;
    position: relative;
    margin: 0px 20px 0px 0;
    padding: 0 20px 0 0;
    line-height: 24px;
}
.publish-info li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.publish-info li:last-child{margin-right: 0;padding-right: 0}
.publish-info li:last-child:before{display:none}
.news-detail-info h4{
	color:#000000;
	font-weight: 600;
}

ul.social-list {
    padding: 40px 0;
    margin: 25px 0px;
    list-style-type: none; 
    border-top:1px solid rgba(112, 112, 112, .15);  
    border-bottom:1px solid rgba(112, 112, 112, .15);   
}
ul.social-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: 'Oswald';
    position: relative;
}
ul.social-list li span{
	display: inline-block;
	margin: 0 10px 0 0;
	min-width: 70px;
}
ul.social-list li a {
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 16px;
    color:rgba(85, 85, 85, .8);
    text-decoration: none !important;
    width:38px;
    height: 38px;
    border-radius: 50%;
    border:2px solid #DEDBDB;
}
ul.social-list li a:nth-child(2) {
    margin-left: 0px;
}
ul.social-list li a:hover{
	color:#fff;
	background: #4267B2;
	border-color: #4267B2;
}
.blog-btn-group{
}
.blog-page {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 20px 0px;
}
.blog-page .pre-page a,.blog-page .next-page a{
	display: inline-flex;
    align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	color:#000000;
	border:0 !important;
}
.blog-page .pre-page a img,.blog-page .next-page a img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.blog-page .pre-page a img{
	transform: rotate(180deg);
}
.blog-page .pre-page{margin-right: 25px}
.blog-page a:hover,
.blog-page a:focus{
	background: transparent;
	color:#F43B67;
}
.blog-page .pre-page a:hover img,.blog-page .next-page a:hover img,
.blog-page a:focus img{
	filter: none;
    -webkit-filter: none;
}
.back-btn{
	display: inline-flex;
	text-transform: uppercase;
	color:#000000;
	font-weight: 600;
}
.news-right{
	display: block;
	padding-left:0px;
}
.news-filter-box {
	position:relative;
	display:block;
	margin-top:10px;
	}
.news-filter-box h4 {
	color:#1A1A1A;
	padding:0 0 30px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(112, 112, 112, .15)
	}

.post-year {
	position:relative;
	display:block;
	}
.news-filter-listing .news-box{
	background: transparent;
	border-bottom: 1px solid rgba(112, 112, 112, .15);
}
.news-filter-listing .news-box .img-wrapper{border-radius: 10px}
.news-filter-listing .news-box .content{
	padding:20px 0;
}
.news-filter-listing .news-box h6{
	padding:0;
	font-family: 'Oswald';
	line-height: 1.3
}
.news-filter-listing .news-box:hover h6{
	color:#F43B67;
}
.sideNav>.archive-ul>li{
	display: block;
	position: relative;
}
.sideNav>.archive-ul>li>a{
	background: transparent;
	border-radius: 0;
	color:#1A1A1A;
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
	padding:10px 0px !important
}
.archive-ul .accordion-btn-wrap{display: block !important;height: 40px;width: 100% !important}
.archive-ul  li.has-subnav .accordion-btn{font-size: 0 !important}
.sideNav ul>li:hover>a, .sideNav ul>li.active>a, .sideNav ul li.has-subnav:hover>a, .sideNav ul li.has-subnav.active>a, .sideNav ul li.has-subnav.selected>a{
	background: transparent !important;
	color: #F43B67;
	text-decoration: underline;
}
.sideNav .archive-ul> li li>a{
	color:#585858;
	font-weight: 500;
	padding: 10px 0;
	letter-spacing: -0.32px;
}
.sideNav .archive-ul .active ul{margin-left:70px;padding:0}

/*-Brands-*/
.brands-list-section .page-title h2{
	padding-bottom: 10px;
}
.brands-list-section .page-title h4{
	color:#1D2A38;
	font-weight: 400;
	font-family:'Inter';
}
.brands-wrapper{
	display: block;
	position: relative;
	width: 100%;

	background: #fff;
	margin-top: 25px;
	padding:60px 70px 60px 265px;
	box-shadow: 4px 4px 40px #00000008;
	border-radius: 10px;
}
.brands-wrapper .logo-img{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:50%;
	left:50px;
	max-width: 180px;
	height: 100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.brands-wrapper .logo-img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: scale-down;
	object-position: center;
}
.brands-wrapper .box-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0px;
    line-height: 1;
}
.brands-wrapper .box-link img {
    filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    margin: 0 0 0 7px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.brands-wrapper .box-link:hover{
	color: #F43B67;
}
.brands-wrapper .box-link:hover img{
	filter: none;
    -webkit-filter: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#hoophealth .brands-wrapper{
	background: #F7F7F5;
}
/*-Landing page-*/
.landing-section{
	padding-top:60px;
}
.landing-tabs{
	margin:0 0 20px;
	paddinjg:0 !important;
	border:0 !important;
}
.landing-tabs li{
	display: block;
	margin:0 0 15px;
}
.landing-tabs li a{
	display: flex;
	width: 100%;
	min-height: 111px;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	box-shadow: 4px 4px 40px #00000008;
	border-radius: 10px;
	padding:15px 25px;
	font-size: 18px;
	color:#1A1A1A;
	font-family: 'Oswald';
	font-weight: 600;
	text-align: left;
}
.landing-tabs li .active,
.landing-tabs li a:hover{
	background: #F43B67;
	color:#fff;
}
.landing-section .tab-content{
	display: flex;
	align-items: center;
	min-height: 615px;
	width: 100%;
	padding:60px;
	background: #fff;
	box-shadow: 4px 4px 40px #00000008;
	border-radius: 10px;
}
.landing-section .tab-content .inner-title{
	font-size: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDD;
}
.landing-section .img-wrapper{
	display: block;
	position: relative;
	width: 100%;
}
.landing-section .img-wrapper img{width: 100%}
.product-section{
	padding-bottom: 70px;
}
.pro-box {
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 4px 4px 40px #00000008;   
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.pro-box .img-wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin:0 auto;
	background: #F8F8F8;
	overflow: hidden;
}
.pro-box .img-wrapper figure{
	margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    text-align: center;
}
.pro-box .img-wrapper figure img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    mix-blend-mode: multiply;
}
.pro-box .content-wrapper{
	display: block;
	position: relative;
	padding:30px 17px;
}
.pro-box .content-wrapper h4{
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 1.1;
	color:#000000;
	padding-bottom: 10px;
}
.pro-box .content-wrapper .ml-label{
	display: inline-flex;
	margin-bottom: 20px;
	color:#000000;
}
.pro-box .content{
	display: block;
    overflow: hidden;
	font-size: 14px;
}
.pro-ul{
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	list-style-type: none;
	margin:0 0 7px;
	padding:0;
}
.pro-ul li{
	display: inline-flex;
	font-size: 20px;
	color:#D7CDC2;
	font-family: 'Oswald';
	text-transform:uppercase;
	margin-right: 10px;
}
.pro-ul li .category{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 18px;
	color:#fff;
	background: #BABABA;
	border-radius: 30px;
	padding:5px;
	line-height: 1;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 10px;
}
.pro-box .box-link{
	display: inline-flex;
	align-items: center;
	color:#000000;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.pro-box .box-link img{
	filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    -webkit-filter: invert(1%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
	margin:0 0 0 7px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.pro-box .box-link:hover{
	color:#F43B67;
}
.pro-box .box-link:hover img{
	filter:none;
	-webkit-filter: none;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.pro-box .table-holder{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro-table{
	display: table;
	width: 100%;
	border:0;
	margin-bottom: 25px;
}
.pro-table tr th{
	padding:0px 0 13px 20px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	border:0;
	max-height: 45px;
}
.pro-table tr th:first-child{
	padding-left:0;
}
.pro-table tr td{
	padding:4px 0 4px 20px;
	text-align: center;
	border:0;
	vertical-align: middle;
	line-height: 20px;
	font-size: 14px;
}
.pro-table tr td:first-child{
	padding-left:0;
	width: 75%;
}
.progress{
	height: 6px;
    border-radius: 10px;
    background: #DDDDDD;
}
.progress-bar{
	background: #D7CDC2;
    border-radius: 10px;
}
.pro-table tr td.table-info{
	text-align: left;
	width: 100% !important;
	background: transparent !important;
	color:#585858;
	line-height: 20px;
	padding:0;
	vertical-align: top;
}