/*
======================================
  * CSS TABLE CONTENT *
======================================
1. HEADER
2. HEADER TOPBAR
3. HEADER LOGO
4. MENU BAR
5. MEGA MENU
6. HEADER TRANSPARENT
7. MENU ICON
8. PAGE BANNER
9. BLOG
10. TESTIMONIALS
11. COUNTERUP
12. FOOTER
13. INNER CONTENT CSS
======================================
  * END TABLE CONTENT *
======================================
*/

/*=================================
	1. HEADER
=================================*/
.bg-fix {
    background-attachment: fixed;
	background-size: cover;
}
.sticky-top {
	top:100px;
}
.header {
    position: relative;
    z-index: 99999;
    width: 100%;
}
.header ul,
.header ol {
    margin-bottom: 0;
}
/*without top bar*/
.secondary-menu {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
    align-items: end;
}
.secondary-menu .btn-link{
	font-size:15px;
	padding: 0;
}
.secondary-menu .btn-link:hover{
	color:var(--primary);
}
.secondary-menu .secondary-inner {
    display: inline-block;
    margin-left: 10px;
}
.nav-search-bar {
    background-color:rgba(255,255,255,0.95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 999;
    display: none;
    overflow: hidden;
	padding: 0 15px;
}
.nav-search-bar.On form {
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	opacity:1;
}
.nav-search-bar form {
    width: 100%;
	max-width: 700px;
    margin: auto;
    position: relative;
	top: 50%;
	transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
	opacity:0;
}
.nav-search-bar .form-control {
	padding: 15px 60px 15px 15px;
    width: 100%;
    height: 70px;
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
	border-bottom:2px solid #000;
}
.nav-search-bar .form-control::-moz-placeholder {
    color: #000;
}
.nav-search-bar .form-control:-moz-placeholder {
    color: #000;
}
.nav-search-bar .form-control:-ms-input-placeholder {
    color: #000;
}
.nav-search-bar .form-control::-webkit-input-placeholder {
    color: #000;
}
.nav-search-bar form span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
	color: #000;
}
.nav-search-bar > span {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 25px;
	font-size: 20px;
	cursor: pointer;
	color: #000;
}
.header-lang-bx .dropdown-menu{
	top: 10px !important;
	right: 0;
	left: auto !important;
}
.header-lang-bx ul li{
	margin:0 !important;
}
.header-lang-bx .flag:after{
	content: "";
	width: 20px;
	height: 12px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	margin-top: 0px;
	margin-right: 2px;
}
.header-lang-bx .flag.flag-uk:after{
	background-image:url(../images/flag/united-kingdom.svg);
}
.header-lang-bx .flag.flag-us:after{
	background-image:url(../images/flag/united-states-of-america.svg);
}
@media only screen and (max-width: 767px) {
    .secondary-menu {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .secondary-menu {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
/*=================================
	2. HEADER TOPBAR
=================================*/
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
    padding: 11px 0;
}
.topbar-left {
    float: left;
}
.topbar-right {
    float: right;
}
.topbar-center,
.topbar-left,
.topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.topbar-left ul li,
.topbar-right ul li{
	display:inline-block;
	position:relative;
}
.topbar-left ul li a,
.topbar-right ul li a{
	color:#000;
}
.topbar-left ul,
.topbar-right ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family:rubik;
	font-size:14px;
}
.topbar-left ul li{
	padding-right:10px;
	margin-right:10px;
}
.topbar-right ul li{
	padding-left:10px;
	margin-left:10px;
}
.topbar-left ul li i{
	margin-right:5px;
}
.search-btn:after,
.topbar-left ul li:after,
.topbar-right ul li:after{
	position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000;
    right: 0;
    content: "";
    top: 2px;
    opacity: 0.1;
}
.topbar-right ul li:after{
	right:auto;
	left:0;
}
.topbar-right ul li:first-child:after,
.topbar-left ul li:last-child:after{
	content:none;
}
.header-lang-bx .btn:focus,
.header-lang-bx .btn:hover,
.header-lang-bx .btn{
	border:0 !important;
}
.header-lang-bx .btn{
	padding:0 10px 0px 0 !important;
	height: 18px;
	color:#000;
	font-family:rubik;
	font-size: 14px;
}
.header-lang-bx .btn:hover{
	color:#000;
}
.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret{
	right:0;
	top:5px;
}
.header-lang-bx .btn .fa-caret-down:before{
	content:"\f107";
}
@media only screen and (max-width: 991px) {
	.topbar-right {
		padding-left: 0;
		padding-right: 15px;
	}
	.topbar-left{
		padding-left: 15px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
	.top-bar {
		padding:5px 0;
	}
	.topbar-center,
	.topbar-left,
	.topbar-right {
		display:black;
		width:100%;
		text-align:center;
		padding:3px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar-left ul li{
		padding:0 5px;
	}
}
/*=================================
	3. HEADER LOGO
=================================*/
.menu-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 80px;
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding-right:20px;
}
.menu-logo > a{
    display: table-cell;
    vertical-align: middle;
}
.menu-logo img{
    max-height: 60px;
	width: auto;
	max-width: 140px;

}
.menu-logo span{
    font-size: 16px;
    color: #1d1d1d !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.is-fixed .menu-logo{
    width: 140px;
    height: 80px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.header-transparent .menu-bar .menu-logo span{
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 500;
    color: #ffffff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.is-fixed .menu-bar .menu-logo span{
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 500;
    color: #1d1d1d !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.is-fixed .secondary-menu .btn-link{
	font-size:15px;
    color: #505050 !important;
	padding: 0;
}

.is-fixed .menu-bar .menu-links .nav > li > a {
    border-radius: 0px;
    color: #000 !important;
    font-size: 16px;
    padding: 30px 30px;
    letter-spacing: 5px;
    cursor: pointer;
	font-weight: 400;
	display: inline-block;
}


@media only screen and (max-width: 767px) {
    .menu-logo,
	.is-fixed .menu-logo{
        width: 100px;
		max-width: 100px;
		height:50px;
    }
	.menu-logo img{
		max-width: 100px;
	}
    .is-fixed .menu-logo a img{
        vertical-align: sub;
    }
	.header .navbar-toggler,
	.header .is-fixed .navbar-toggler{
		 margin: 18px 0 14px 15px;
	}
	.header .secondary-menu,
	.header .is-fixed .secondary-menu{
		padding: 11px 0;
	}
}
/*=================================
	4. MENU BAR
=================================*/
.menu-bar {
    background: #F2F2F0;
    width: 100%;
    position: relative;
}
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 30px 15px;
    padding: 0;
	float:right;
}
.navbar-toggler span {
    background: #000;
}
.is-fixed .navbar-toggler {
    margin:28px 0 20px 15px;
}
.menu-links {
    position: relative;
    padding: 0;
}
.menu-links .nav {
    float: right;
    justify-content: flex-end !important;
}
.menu-links .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.menu-links .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
	font-family: Rubik;
}
.header-transparent .menu-links .nav > li > a {
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    padding: 30px 30px;
    letter-spacing: 5px;
    cursor: pointer;
	font-weight: 400;
    letter-spacing: 3px;
	display: inline-block;
}
.menu-links .nav > li > a {
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    padding: 30px 30px;
    letter-spacing: 5px;
    cursor: pointer;
	font-weight: 400;
    letter-spacing: 3px;
	display: inline-block;
}
.header-transparent .menu-bar .menu-links .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff !important;
}
.header-transparent .menu-bar .menu-links .nav > li > a:active,
.header-transparent .menu-bar .menu-links .nav > li > a:focus {
    background-color: transparent;
    color: #ffffff !important;
}

.header-transparent .menu-bar .menu-links .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff !important;
}


.menu-links .nav > li > a:hover {
    background-color: transparent;
    color: #202020 !important;
}


.menu-links .nav > li > a:active,
.menu-links .nav > li > a:focus {
    background-color: transparent;
    color: #202020 !important;
}
.header-transparent .menu-bar .menu-links .nav > li.active > a,
.header-transparent .menu-bar .menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #ffffff !important;
}

.menu-links .nav > li.active > a,
.menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #202020 !important;
}
.menu-links .nav > li:hover > a {
    color: #202020 !important;
}

.header-transparent .menu-bar .menu-links .nav > li.active > a,
.header-transparent .menu-bar .menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #ffffff !important;
}
.header-transparent .menu-bar .menu-links .nav > li:hover > a {
    color: #ffffff !important;
}



.header-transparent .is-fixed .menu-bar .menu-links .nav > li.active > a,
.header-transparent .is-fixed .menu-bar .menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #202020 !important;
}
.header-transparent .is-fixed .menu-bar .menu-links .nav > li:hover > a {
    color: #202020 !important;
}
/* .menu-links .nav > li:hover > a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: 85%;
    position: absolute;
    left: 30px;
    transform: rotate(45deg);
    z-index: 11;
} */
.menu-links .nav > li:hover > .sub-menu,
.menu-links .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .menu-links .nav > li > .sub-menu,
.menu-links .nav > li > .mega-menu {
	box-shadow:0 0 40px rgba(0, 0, 0, 0.2);
} */
.header-transparent .menu-links .nav > li .sub-menu {
    background-color: rgb(0, 0, 0, 0.1);;
    /* border: 1px solid #f4f4f4; */
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
	border-radius: 6px;
	top: 90%;
}
.menu-links .nav > li .sub-menu li {
    /* border-bottom: 1px dashed #e4e4e4; */
    position: relative;
}
.header-transparent .menu-links .nav > li .sub-menu li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 400;
	font-family: Rubik;
}

.header-transparent .menu-links .nav > li:hover > .sub-menu,
.header-transparent .menu-links .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.is-fixed .menu-links .nav > li:hover > .sub-menu,
.is-fixed .menu-links .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .is-fixed .menu-links .nav > li > .sub-menu,
.is-fixed .menu-links .nav > li > .mega-menu {
	box-shadow:0 0 40px rgba(0, 0, 0, 0.2);
} */

.menu-links .nav > li .sub-menu {
    background-color: rgb(242, 242, 240, 0.9);;
    /* border: 1px solid #f4f4f4; */
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
	border-radius: 6px;
	top: 90%;
}

.is-fixed .menu-links .nav > li .sub-menu {
    background-color: rgb(242, 242, 240, 0.9);;
    /* border: 1px solid #f4f4f4; */
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
	border-radius: 6px;
	top: 90%;
}

.menu-links .nav > li .sub-menu li a {
    color: #303030;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 400;
	font-family: Rubik;
}

.is-fixed .menu-links .nav > li .sub-menu li a {
    color: #303030;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 400;
	font-family: Rubik;
}
.menu-links .nav > li .sub-menu li a:hover {
    /* background-color: #F2F2F2; */
    color: #202020 !important;
    text-decoration: none;
}
.menu-links .nav > li .sub-menu li:hover > a {
    color: #202020 !important;
}

.is-fixed .menu-links .nav > li .sub-menu li a:hover {
    /* background-color: #F2F2F2; */
    color: #202020 !important;
    text-decoration: none;
}

.is-fixed .menu-links .nav > li .sub-menu li:hover > a {
    color: #202020 !important;
}


.header-transparent .is-fixed .menu-bar .menu-links .nav > li .sub-menu li a:hover {
    /* background-color: #F2F2F2; */
    color: #202020 !important;
    text-decoration: none;
}
.header-transparent .is-fixed .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
    color: #202020 !important;
}


.header-transparent .menu-bar .menu-links .nav > li .sub-menu li a:hover {
    /* background-color: #F2F2F2; */
    color: #ffffff !important;
    text-decoration: none;
}
.header-transparent .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
    color: #ffffff !important;
}



.menu-links .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.menu-links .nav > li .sub-menu li > .sub-menu.left,
.menu-links .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 220px;
}
.menu-links .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
	opacity: 1;
}
.menu-links .nav > li .sub-menu li .fa.fa-nav {
	color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.menu-links .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transi