/*
Author       : ITboss dexs
Template Name: ITboss - IT and Business Consulting Modern Template
Veatfion      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--Slider CSS
		--BANNER DESIGN
		--START SLIDER  DESIGN 2
		--CLIPE HOME DESIGN
		--WABES HOME DESIGN
    04. START ABOUT DESIGN
		--START FREQUENTLY DESIGN
    05. START FEATURE DESIGN
	06.	START CHOOSE DESIGN
		--START BEST CHOOSE DESIGN
	07.	START VIDEO DESIGN 
	08.	START TEAM DESIGN
	09.	START SKILL DESIGN
	10.	START CASY STUDY DESIGN
	11.	START COUNTER DESIGN
	11.	START HIRE DESIGN
	13.	START TESTIMONIAL DESIGN (START COMPANY BRAND LOGO DESIGN )
	14. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
	15. START CONTACT DESIGN 
	16.	START FOOTER DESIGN(START MAP DESIGN)
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-font2: 'Raleway', sans-serif;
	--thm-color: #1A49F5;
	--thm-black: #0a0a0a;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-p: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 400;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.ab-color-f1{
	color:#f1f1f1! important;
}
.ab-color-f2{
	color:#f2f2f2! important;
}
.ab-color-f3{
	color:#f3f3f3! important;
}
.ab-color-f4{
	color:#f4f4f4! important;
}
.ab-color-f5{
	color:#f5f5f5! important;
}
.ab-color-f6{
	color:#f6f6f6! important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.ab-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.ab-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.ab-section-padding {
	padding: 100px 0;
}

/*START SECTION TITLE DESIGN*/

.ab-section-title {
	margin-bottom: 50px;
}
.ab-section-title h5 {
	color: var(--thm-color);
	line-height: 25px;
	margin: 0px 0 10px;
	text-transform: uppercase;
	font-family: var(--thm-font);
	letter-spacing: 1.6px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}
.ab-section-title h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
}
.ab-section-title p {
	font-size: 15px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
	margin-top: 8px;
}
.ab-section-title .ab-sec_icon  {
	position: relative;
	display:inline-block;
}
.ab-section-title .ab-sec_icon:before{
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}
.ab-section-title .ab-sec_icon:after{	
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}
.ab-section-title .ab-sec_icon .ab-sec_radiu i {
	margin-top: 10px;
	color: var(--thm-color);
}

@media only screen and (max-width:480px) { 
	.ab-section-title  h2  {font-size:25px;}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.ab-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.ab-scrollup-icon {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}
.ab-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.ab-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.ab-themes-btn {
    -moz-user-select: none;
    background: var(--thm-color);
    border: medium none;
    display: inline-block;
    font-size: 16px;
    color: var(--thm-white);
    margin-bottom: 0;
    font-weight: 500;
    padding: 17px 40px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
}

.btn-text {
	position: relative;
	transition: .3s; 
}

.ab-themes-btn:hover .btn-text {
	color: #ffffff; 
}
.ab-themes-btn::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	background: #6c5ce7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.4s ease;
	border-radius: 5px; 
}

.ab-themes-btn:hover::before {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	background: var(--thm-black); 
}

.ab-themes-btn:hover .btn-text {
	color: #ffffff; 
}


@media only screen and (max-width: 767px){
    .ab-themes-btn{ margin-bottom:15px; }
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.ab-main-responsive-nav {
	display: none;
}

.ab-main-nav {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}

.ab-main-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.ab-main-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.ab-main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.ab-main-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-white);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.ab-main-nav .navbar .navbar-nav .nav-item a:hover, .ab-main-nav .navbar .navbar-nav .nav-item a:focus, .ab-main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.ab-main-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.ab-main-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.ab-main-nav .navbar .navbar-nav .nav-item:hover a, .ab-main-nav .navbar .navbar-nav .nav-item:focus a, .ab-main-nav .navbar .navbar-nav .nav-item.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 200px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 0;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border: 1px solid #eaeaea;
	transform: rotate(45deg);
	background-color: var(--thm-white);
	border-right: none;
	border-bottom: none;
	top: -5px;
	left: 16px;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 20px;
	margin: 0;
	position: relative;
	color: var(--thm-black);
	font-size: 15px;
	font-weight: 500;
}
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--thm-white);
    background: var(--thm-color);
}
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--thm-color);
}
.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--thm-color);
}

.ab-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ab-main-nav .black-logo {
	display: none;
}
.navbar-area {
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.ab-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	background: var(--thm-black) !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
}
.navbar-area.ab-sticky-header .ab-top-header {
    padding: 0;
}
.navbar-area.ab-sticky-header .navbar-nav .nav-item a {
	color: var(--thm-white);
}

.navbar-area.ab-sticky-header .navbar-nav .nav-item a:hover, .navbar-area.ab-sticky-header .navbar-nav .nav-item a:focus, .navbar-area.ab-sticky-header .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.navbar-area.ab-sticky-header .ab-main-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.ab-sticky-header {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ab-main-nav .navbar .navbar-nav .nav-item:first-child a {
		margin-left: 15px;
	}

	.navbar-area.ab-sticky-header .logo .black-logo {
		display: block;
	}

	.ab-main-responsive-nav {
		display: block;
	}

	.ab-main-responsive-nav .ab-main-responsive-menu {
		position: relative;
	}

	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}
	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
		color: var(--thm-black);
	}

	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--thm-color);
	}

	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.ab-main-responsive-nav .ab-main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.ab-main-responsive-nav .mean-container a.meanmenu-reveal {
		color: var(--thm-white);
	}

	.ab-main-responsive-nav .mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.ab-main-responsive-nav .logo {
		position: relative;
		width: 100%;
		z-index: 999;
	}

	.ab-main-responsive-nav .logo .white-logo {
		display: block;
	}

}
.ab-top-header .ab-top-header-in ul li:last-child {
	border: none;
}
.ab-top-header .ab-top-header-in ul li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ab-top-header .ab-top-header-in ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 20px 11px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-white);
	font-size: 14px;
}
.ab-top-header {
    overflow: hidden;
    background: rgba(0,0,0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}
.ab-top-header .ab-top-header-in {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.ab-top-header  .ab-top-social {
	font-size: 14px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.ab-top-social a i:hover{
	color:var(--thm-white);
}
.ab-top-social a i {
	margin-left: 4px;
	color: rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.3);
	border-radius: 50%;
}
.navbar-area.ab-sticky-header .ab-top-header-in  {
	height: 0; 
}
.navbar-area.ab-sticky-header .ab-top-social  {
	height: 0; 
}
.ab-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.ab-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px; 
}
.ab-top-header-list li:last-child {
    margin-right: 0; 
}
.ab-top-header-list li i {
    margin-right: 10px; 
}
.ab-top-header-list li a:hover {
    color: var(--thm-white);
}
@media screen and (max-width: 991px) {
  .ab-top-header {
    display: none; 
}
	.navbar-collapse {
		background: #14204e;
	}
	.navbar-area.ab-sticky-header {
		height: 97px;
	}
}
@media screen and (max-width: 767px) {
  .ab-main-responsive-nav .logo {
		width: 60%;
	}
	.navbar-collapse {
		background: #14204e;
		height: auto;
	}
	.navbar-area.ab-sticky-header {
		height: 97px;
	}
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: white;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.ab-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.ab-home-overlay {
	background: rgba(0,0,0, 0.7);
	height: 100%;
	width: 100%;
}
.slider .ab-subtitle{
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.slider .ab-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.slider .ab-slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.ab-slider .slider .ab-content-part {
	padding: 300px 0 200px;
}
.ab-slider .slider .ab-content-part .ab-subtitle {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-white);
}
.ab-slider .slider .ab-content-part .ab-title {
    font-size: 72px;
    font-weight: 600;
    padding: 30px 0 20px;
    text-transform: uppercase;
    color: var(--thm-white);
}
.ab-slider .slider .ab-content-part p {
    font-size: 18px;
    color: var(--thm-white);
    margin-bottom: 50px;
}
.ab-slider .slider .ab-content-part .ab-title span {
    font-weight: 400;
    color: var(--thm-color);
}
.ab-slider-bottom .slide_btn{
	box-shadow: 0 10px 30px 0px rgb(255 255 255 / 30%);
}

.ab-slider .owl-dots {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.ab-slider .owl-dots .owl-dot {
  box-shadow: 0 0 0 2px var(--thm-white);
  border: none;
  border-radius: 50%;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display:block;
}
.ab-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.ab-slider .owl-dots .owl-dot:hover,
.ab-slider .owl-dots .owl-dot.active {
  box-shadow: 0 0 0 2px var(--thm-color);
}
.ab-slider .owl-dots .owl-dot:hover span,
.ab-slider .owl-dots .owl-dot.active span {
  background: var(--thm-color);
  transform: scale(0.4);
}
.ab-slider .owl-dots .owl-dot.last-child {
  margin-bottom: 0;
}
.ab-slider .owl-theme .owl-dots .owl-dot span {
	margin: 0px 0px;
}

/* END START SLIDER  DESIGN  */


/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about .ab-section-title{
	margin-bottom:25px;
}
.ab-about-btn .ab-themes-btn:before{
	left:3%;
}
.ab-about-list h3{
	margin:7px 0;
}
.ab-about-inner .ab-animations .ab-spinner {
	position: absolute;
	bottom: 0;
	z-index: -11;
}
.ab-about-inner .ab-animations .ab-spinner.ab-ball {
	bottom: -55px;
	right: 14%;
}
.zoom {
	-webkit-animation: zoom 4s alternate infinite;
}
.ab-about-inner .ab-animations .ab-spinner.ab-dot {
	top: -45px;
	left: -40px;
}
.ab-about-inner .ab-animations .ab-spinner {
	position: absolute;
	bottom: 0;
	z-index: -11;
}
.scale {
	animation: scale 8s alternate infinite;
	webkit-animation: scale 2s alternate infinite;
}
.scale {
  animation: scale 8s alternate infinite;
  webkit-animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.zoom {
  -webkit-animation: zoom 4s alternate infinite;
}
@keyframes zoom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.ab-about.style1 .ab-section-title{margin-bottom:20px;}
ul.listing-style li {
	position: relative;
	padding-left: 30px;
	line-height: 34px;
	font-weight: 500;
	font-size: 16px;
}
ul.listing-style li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	color: var(--thm-color);
	font-size: 20px;
}
.ab_about_video .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.ab_about_video .iq-video {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-color);
    border-radius: 100%;
    line-height: 53px;
    z-index: 1020;
    position: relative;
    border: 8px solid var(--thm-white);
}
.ab_about_video .iq-video i {
    margin-left: 3px;
}
.ab_about_video .iq-waves {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
}
.ab_about_video .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.ab_about_video .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ab_about_video .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ab_about_video .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature{
	position:relative;
}
.ab-single-feature {
	position:relative;
}
.ab-feature-content {
	background: var(--thm-white);
	border:1px solid var(--thm-eee);
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.ab-feature-number {
	position: absolute;
	font-size: 100px;
	opacity: 0;
	font-weight: 700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50px);
}
.ab-feature-content:hover .ab-feature-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.1;
}
.ab-feature-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-black);
}
.ab-feature-content:hover h3 {
	color: var(--thm-color);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.ab-single-feature {
	border: none;
	border-radius: 0px;
	cursor:pointer;
}
.ab-feature-icon {
	transition: .5s ease;
}
.ab-feature-content:hover .ab-feature-icon i {
	color: var(--thm-white);
	background: var(--thm-color);
	transform: scale(1.2);
}
.ab-feature-icon i {
	color: var(--thm-color);
	font-size: 30px;
	border: 1px dashed;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	transition:0.3s ease-in-out;
}
.ab-arrow-btn:hover {
	color: var(--thm-white)!important;
	background: var(--thm-color);
}
.ab-single-feature .ab-arrow-btn {
	color: var(--thm-color);
	padding: 5px 15px;
	border-radius: 6px;
	border: 1px dashed;
	font-size: 18px;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#best-service {
    background: var(--thm-f6);
}
.ab-best-service-slide{
    margin: 0 10px;
}
.ab-best-service-slide .ab-best-service-content {
	padding: 15px 0;
	position: relative;
}
.ab-best-service-slide .ab-best-service-author{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid var(--thm-white);
}
.ab-best-service-slide .ab-best-service-author img{
    width: 100%;
    height: auto;
}
.ab-best-service-slide .ab-best-service-title{
    font-weight: bold;
    color: var(--thm-color);
    margin: 0 0 10px 0;
    text-transform: capitalize;
    transition: all 0.30s linear 0s;
}
.ab-best-service-slide .ab-best-service-title:after{
    content: "";
    width: 50px;
    display: block;
    margin-top: 15px;
    border-bottom: 2px solid var(--thm-color);
    transition: all 0.30s linear 0s;
}
.ab-best-service-slide:hover .ab-best-service-title:after{
    width: 80px;
}
.ab-best-service-slide .ab-best-service-description{
    color: var(--thm-p);
    margin-bottom:30px;
}
.ab-best-service-content .ab-themes-btn{
	border-radius:4px ! important;
}
.ab-best-service-content .ab-themes-btn:hover::before{
	border-radius:4px ! important;
}

/* owl-theme */
.ab-main-service.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.ab-main-service .owl-controls{
	 margin-left: -25px;
}
.ab-main-service.owl-theme .owl-dots .owl-dot span {
	margin: 0 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-black);
    margin-top: 30px;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
}
.ab-main-service.owl-theme .owl-dots .owl-dot.active span{
    background: var(--thm-color);
    transform: scale(0.4);
}
/*
* ----------------------------------------------------------------------------------------
* 06. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* START BEST CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
#best-choose{
	position:relative;
}
.ab-best-single-choose {
	position:relative;
}
.ab-best-choose-number {
	position: absolute;
	font-size: 150px;
	opacity: 0;
	font-weight: 500;
	bottom: 0;
	right: 0;
	transform: translate(-50%);
	left: 50%;
}
.ab-best-choose-text i {
    font-size: 30px;
    color: var(--thm-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
}
.ab-best-choose-text h3 {
    color: var(--thm-color);
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
.ab-best-single-choose {
    border: none;
    border-radius: 6px;
    padding: 30px 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background-color: var(--thm-white);
    z-index: 1;
}
.ab-best-choose-icon img {
	width: 100px;
	height: auto;
	border: 1px dashed;
	border-radius: 50%;
	padding: 5px;
}
.ab-best-choose-icon {
	transition: .5s ease;
}
.ab-best-choose-icon i {
	color: var(--thm-color);
	font-size: 59px;
	text-align: center;
	color: var(--thm-color);
}
.ab-best-main-choose{
	margin:15px 0;
}
/*
* ----------------------------------------------------------------------------------------
* END BEST CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 07. START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
#program{background: var(--thm-color);}
#program .ab-section-title h5 {
	/* background: var(--thm-white); */
	color: var(--thm-white) !important;
}

#program .ab-section-title {
	background: rgba(255,255,255, 0.3);
	padding: 30px;
	border-radius: 8px;
	margin-bottom:0px;
}
.ab-program-area {
	position: relative;
}
.ab-program-area  .ab-program-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0.1;
}
.ab-program-area .ab-program-img  img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.ab-program-img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.ab-program-img .iq-video {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-color);
}
.ab-program-img .iq-video i {
	margin-left: 3px;
}
.ab-program-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.ab-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.ab-program-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(234 237 249 / 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.ab-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.ab-program-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ab-program-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 07. END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#team{background:var(--thm-f6);}
.ab-single-team{
    text-align: center;
    position: relative;
}
.ab-single-team:before{
    content: "";
    border: 4px solid var(--thm-color);
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover:before{
    opacity: 1;
    transform: scale(1);
}
.ab-single-team .ab-team-pic{ position: relative; }
.ab-single-team .ab-team-pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover .ab-team-pic:before{ opacity: 1; }
.ab-single-team img{
    width: 100%;
    height: auto;
}
.ab-single-team .ab-team-content{
    padding: 20px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover .ab-team-content{ top: -50%; }
.ab-single-team.ab-team-title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover .ab-team-title{ color: var(--thm-white);}
.ab-single-team .ab-team-post{
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover .ab-team-post{ color: var(--thm-white); }
.ab-single-team .ab-team-social{
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}
.ab-single-team:hover .ab-team-social{
    opacity: 1;
    transform: scale(1);
}
.ab-single-team .ab-team-social li{ display: inline-block; }
.ab-single-team .ab-team-social li a{
    display: block;
    padding: 0 15px;
    font-size: 20px;
    color: var(--thm-color);
    border-right: 1px solid var(--thm-black);
    position: relative;
    transition: all 0.3s ease 0s;
}
.ab-single-team .ab-team-social li a:hover{ color: var(--thm-black); }
.ab-single-team .ab-team-social li:last-child a{ border-right: none; }
@media only screen and (max-width: 991px){
    .ab-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.ab-progress-area .ab-section-title{margin-bottom:20px;}
.progressbar-title{
    font-size: 15px;
    font-weight: 700;
    color: #414141;
    margin-top: 0;
    text-transform: uppercase;
}
.progress{
    height: 35px;
    background: #e8e6e5;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 7s;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 28px;
    z-index: 1;
}
.progress .progress-icon{
    background: #e8e6e5;
    border-bottom: 35px solid;
    border-right: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/


/**************************************
 * 10. START PORTFOLIO DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.ab-portfolio-area .portfolio-filter {
	margin-bottom: 20px;
}
.ab-portfolio-area .portfolio-filter button {
	font-size: 13px;
	margin: 0 15px 20px 0;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: var(--thm-black);
	box-shadow: none;
	border: none;
}
.ab-portfolio-area .portfolio-filter button:hover,
.ab-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.ab-single-portfolio{
    font-family: var(--thm-font);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.ab-single-portfolio img{
    width: 100%;
    height: auto;
}
.ab-single-portfolio .ab-portfolio-single-content {
	color: var(--thm-white);
	background: rgba(0,0,0, 0.7);
	width: 100%;
	height: 100%;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(500px) rotateX(-50deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.ab-single-portfolio:hover .ab-portfolio-single-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}
.ab-single-portfolio .ab-portfolio-content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.ab-single-portfolio .ab-portfolio-title{
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.ab-single-portfolio .ab-portfolio-post{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
}
.ab-single-portfolio .ab-portfolio-icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.ab-single-portfolio .ab-portfolio-icon li{
    margin: 0 3px;
    display: inline-block;
}
.ab-single-portfolio .ab-portfolio-icon li a{
    color: var(--thm-black);
    background: var(--thm-white);
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px/20px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.ab-single-portfolio .ab-portfolio-icon li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-black);
}
.ab-portfolio-btn .ab-themes-btn::before {
	left: 2.5%;
}
@media only screen and (max-width:991px){
    .ab-single-portfolio{ margin: 0 0 30px; }
}
/**************************************
 * 10. END PORTFOLIO DESIGN
 *************************************/
 
 
 
/*
* --------------------------------------
* 11. START COUNTER DESIGN
* --------------------------------------
*/
.Atf_about_Counter .ab-counter-value {
	padding: 0px 0px 5px;
	font-size: 50px;
	font-weight: 600;
	color: #FFFFFF;
	font-weight: 700;
	-webkit-text-fill-color: #793A3A00;
	-webkit-text-stroke-color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	line-height: 60px;
	display: inline-block;
	transition: all .3s ease 0s;
}
.ab-counter-value {
	padding: 0px 0px 5px;
	font-size: 25px;
	font-weight: 600;
}
.ab-main-counter{
	margin:15px 0;
}
.ab-counter-content h3 {
	font-weight: 600;
	font-size: 22px;
	color: var(--thm-black);
	margin-bottom:12px;
}
.ab-counter-content  i {
	font-size: 25px;
	color: var(--thm-color);
}
.ab-counter-content p { color: var(--thm-p);}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

 
 
/*
* ----------------------------------------------------------------------------------------
* 12.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_testimonial {
    text-align: center;
    border: 1px solid #ababab;
    padding: 30px;
}

.single_testimonial img {
    height: 40px;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.single_testimonial p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
	color: #eeeeee;
}

.single_testimonial h5 {
    font-size: 20px;
    font-weight: 700;
    color: #6c5ce7;
    margin-top: 30px;
    margin-bottom: 5px;
}

.single_testimonial span {
    font-size: 14px;
    color: #eeeeee;
}
.client_page p {
    color: var(--thm-p);
}
.client_page span{
    color: var(--thm-black);
}
/* owl theme */
.ab-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.ab-main-testimonials .owl-controls{
	 margin-left: -25px;
}
.ab-main-testimonials.owl-theme .owl-dots .owl-dot span {
	margin: 0 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-white);
    margin-top: 30px;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
}
.client_main_testimonial.owl-theme .owl-dots .owl-dot span {
	margin: 0 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-color);
    margin-top: 30px;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
}
.ab-main-testimonials.owl-theme .owl-dots .owl-dot.active span{
    background: var(--thm-color);
    transform: scale(0.4);
}
/*
* ----------------------------------------------------------------------------------------
* 12.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#ab-brand-area {
	background:var(--thm-f6);
}
#ab-brand-area.bg_white {
	background: #fff;
}
#ab-brand-area .ab-section-padding {
	margin-bottom:40px;
}

#ab-brand-area .owl-controls {
	display:none;
}
.ab-brand-active{ text-align: center }
.ab-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide {
	margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.post-slide:hover{
    transform: translateY(-5px);
	box-shadow: 0 10px 35px rgba(0,0,0, 0.05);
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-img:after{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
	opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition:  all 0.30s ease 0s;
}
.post-slide:hover .post-img:after{
    opacity: 1;
}
.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
    border-top: none;
    padding: 30px 25px;
    border: 1px solid rgba(0,0,0, 0.1);
    position: relative;
}
.post-slide .post-title {
    margin: 0 0 15px 0px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li {
    display: inline-block;
    font-size: 13px;
    color: #8a8b8e;
    font-style: italic;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-slide .post-bar li i{
    color: #4d6de6;
    margin-right: 8px;
}
.post-slide .post-description{
	margin: 0 0 10px 0;
}


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.ab-post-details{
	margin-bottom: 30px;
}
.ab-post-details .icons {
    position: absolute;
    top: 13%;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.ab-post-details .icons img{
    width: 100%;
    height: auto;
}
.ab-post-details .post-review {
    border-top: none;
    padding: 30px 0 0;
}
.ab-post-details .post-title {
    margin: 0 0 15px 0px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
}
.ab-post-details .post-bar{
    padding: 0;
    list-style: none;
}
.ab-post-details .post-bar li {
    display: inline-block;
    font-size: 13px;
    color: #8a8b8e;
    font-style: italic;
    margin-right: 10px;
    text-transform: capitalize;
}
.ab-post-details .post-bar li i{
    color: #4d6de6;
    margin-right: 8px;
}
.ab-post-details .post-description{
	margin: 0 0 10px 0;
}
.ab-post-text .text_italic{
	font-style: italic;
    font-weight: 600;
}
.ab-blog-area .ab-blog-up {
	margin-top: 0px ! important
}
.ab-blog-area .ab-post-slide {
	margin: 15px 5px;
}
.ab-post.ab-style1 .ab-post-title {
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0 5px;
	line-height: 20px;
}
.ab-sidebar-widget .ab-post.ab-style1 .ab-post-thumb {
	width: 80px;
}
.ab-post.ab-style1 {
	display: flex;
}
.ab-post.ab-style1 .ab-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.ab-sidebar-widget .ab-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.ab-widget{
	margin:20px 0;
}
.ab-post.ab-style1 .ab-post-title a:hover {
	color: var(--thm-color);
}
.ab-post-info{
	margin-top:-8px;
}
.blog_search {
	margin-bottom: 40px;
	position:relative;
}
.blog_search a {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 15px;
	color: var(--thm-color);
	line-height: 50px;
}
.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
	 border-color: var(--thm-color);
	 box-shadow: none;
}
.blog_search i{position:absolute;top:0; right:5px;}
.ab-page-heading {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed; }
.ab-page-heading.ab-size-md {
    height: 450px; }
.ab-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}
.ab-page-heading > div {
    position: relative;
    z-index: 1; }

.ab-page-heading-title {
	color: var(--thm-white);
	font-size: 50px;
	text-align: center;
	margin-bottom: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
}
.ab-breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }
.ab-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none; }
.ab-breadcamp li:not(:last-child):after {
      content: '/';
      padding-right: 6px;
      margin-left: 6px; 
}
.ab-breadcamp a:hover {
    color: var(--thm-white); 
}

.ab-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}
.ab-widget .ab-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}
	
.ab-widget .ab-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 15px;
	bottom: 1px;
	height: 3px;
	width: 43px;
}
.ab-widget .ab-widget-title::after {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 2px;
	bottom: 0px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}
.ab-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}
.ab-widget-list li {
	border: 1px dotted #eaeaea;
	background: var(--thm-white);
	margin: 5px;
}
.ab-widget-list a {
	display: block;
	padding: 10px 0;
	padding-left: 12px;
	/* background: var(--thm-color); */
	color: var(--thm-p);
}
.ab-widget-list a:hover {
    color: var(--thm-color); 
}
.ab-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}
.ab-widget-list li::before {
	content: "\f35a";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 15px;
}
.ab-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}	
.ab-tagcloud {
  margin-bottom: -10px; }
  
.ab-tagcloud .ab-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px; }
.ab-tagcloud .ab-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color); }

.ab-post-details.ab-style1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em; }
.ab-post-details.ab-style1 .slick-slide {
    line-height: 0; }
.ab-post-details.ab-style1 .ab-post-thumb {
    margin-bottom: 25px; }
.ab-post-details.ab-style1 .ab-post-thumb img {
      width: 100%; }
.ab-post-details.ab-style1 .ab-post-title {
    font-size: 28px;
    margin-bottom: 9px; }
.ab-post-details.ab-style1 blockquote {
    background-color: var(--thm-f6);
    margin: 0;
    padding: 27px 40px 25px;
    font-size: 19px;
    line-height: 1.6em;
    border-radius: 100px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
    border-bottom: 3px solid var(--thm-p);
    font-style: italic;
}
.ab-post-details.ab-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px; }
.ab-post-details.ab-style1 blockquote small span {
	color: var(--thm-black);
}
.ab-post-details.ab-style1 .ab-post-label {
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .ab-post-text p { 
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .ab-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
.ab-post-details.ab-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px; }
.ab-post-details.ab-style1 p {
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px; }

.ab-post-label > span {
  display: inline-block;
  position: relative; }
.ab-post-label > span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px; }
.ab-post-label > span:not(:last-child):before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 3px; }
.ab-post-label a:hover {
  color: var(--thm-color); }

.ab-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.ab-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight:600;
}
.ab-post-tage-list li:not(:last-child):after {
    content: ','; }
.ab-post-tage-list li a:hover {
    color: var(--thm-color); }

.ab-post-tages,
.ab-post-share {
	display: flex;
	align-items: center; }
.ab-post-tages .ab-post-tage-title,
.ab-post-tages .ab-post-share-title,
.ab-post-share .ab-post-tage-title,
.ab-post-share .ab-post-share-title {
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em; }

.ab-post-share-btn-list {
	display: flex;
	flex-wrap: wrap; }
.ab-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}
.ab-post-share-btn-list a:hover {
    color: var(--thm-color); }

.ab-post-btn-gropu {
  display: flex;
  justify-content: space-between; }
.ab-post-btn-gropu .ab-btn {
    min-width: 170px;
    justify-content: center; }

.ab-page-heading-in .ab-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}
.ab-page-heading-in .ab-post-label > span:not(:last-child):before {
	background-color: var(--thm-white); }
.ab-page-heading-in .ab-post-label > span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75); }
.ab-page-heading-in .ab-post-label a:hover {
	color: var(--thm-white); }

.ab-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }

@media screen and (max-width: 991px) {
  .ab-page-heading-title {
    font-size: 38px; }

  .ab-page-heading-subtitle {
    font-size: 16px; }

  .ab-page-heading.ab-size-md {
    height: 350px;
    padding-top: 80px; }

  .ab-page-heading-title br {
    display: none; }

  .ab-page-heading {
    height: 500px;
    padding-top: 80px; } }
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
	padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.comment-author a:hover{
   color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	left: -1px;
	top: 24px;
}

.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-color);
}
.comment-reply-link i{
	margin-right: 6px;
}
.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}
.reply{
	margin-top:10px;
}
.children .comment-body {
    margin-left: 100px;
}
.comment-respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea; }

.comment-form {
  display: flex;
  flex-wrap: wrap; }

.comment-form-author,
.comment-form-email {
  width: 50%; }

.comment-form-email {
  padding-left: 10px; }

.comment-form-comment {
  width: 100%; }

.comment-form-author {
  padding-right: 10px; }

.comment-form-url {
  padding-left: 0px;
  width: 100%; }

.form-submit {
  margin-bottom: 0; }

.comment-form p {
  margin: 0; }

.comment-form textarea,
.comment-form input {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .comment-form textarea:focus,
  .comment-form input:focus {
    outline: none;
    border-color: var(--thm-color); }

.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.post-navigation > div {
  display: inline-block; }

.nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  margin-right: 4px; }

.nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-left: 4px; }

.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px; }
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.ab-post-pagination {
	margin:30px 0;
	justify-content: center;
}
.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}
.pagination-outer{ text-align: center; }
.pagination{
    font-family: var(--thm-font);
    display: inline-flex;
}
.pagination li a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: var(--thm-white);
    background: var(--thm-black);
}
.pagination li a.page-link::before {
	content: '';
	background-color: var(--thm-color);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	/* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    top: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: block;
    }
    .pagination li{
        display: inline-block;
        margin: 0 0 10px;
    }
	.navbar-area.ab-sticky-header {
		background: none;
		-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
		animation: 500ms ease-in-out 0s normal fadeInDown;
	}
}
  
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
#contact {
    background: var(--thm-f6);
}
.ab-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.ab-contact-info .ab-section-title{margin-bottom:30px;}
.ab-main-contact{
	margin:20px 0;
}
.ab-contact-details {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.ab-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 5%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.ab-contact-details h4 {
	font-size: 20px;
	line-height: 16px;
}
.ab-contact-details p {
	display: block;
	overflow: hidden;
}
.contact h4 {
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--thm-black);
    font-weight: 600;
}
.ab-contact-area .ab-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.actions .ab-themes-btn {
	width: 100%;
}
.ab-contact-btn .ab-themes-btn::before {
	top: 5.5%;
}
.ab-contact-btn .ab-themes-btn {
	color: var(--thm-white);
	padding:8px 22px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
}
.ab-footer-area{
	position:relative;
	z-index:1;
}
.ab-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--thm-color);
	transform: scaleX(2.1);
	z-index: -1;
}
.ab-mailchamp-subscribe{
	position:relative;
}
.ab-mailchamp-subscribe .btn i {
	font-size: 18px;
	color: var(--thm-white);
}
.ab-mailchamp-subscribe .btn {
	position: absolute;
	right: 18px;
	background: transparent;
	box-shadow: none;
	top: 2.5px;
	background: var(--thm-black);
	border-radius: 30px;
	color: var(--thm-white);
}
.ab-mailchamp-border{
	border-bottom:1px dashed var(--thm-white);
}
.ab-mailchamp-headding h2 {
	font-size: 33px;
	color: var(--thm-white);
	font-weight: 700;
}
.ab-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.ab-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 43px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 25px;
}
.ab-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.ab-mailchamp-subscribe .ab-themes-btn {
	position: absolute;
	right: 5px;
	padding: 12px 23px;
	top: -3px;
}
.ab-mailchamp-subscribe  .ab-themes-btn:hover {
	transform: translateY(-0px); 
}
.ab-mailchamp-subscribe .ab-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}
.ab-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.ab-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.ab-footer-box strong{
	font-weight:700;
}
.ab-footer-social-icon a i:hover {
	background: var(--thm-black);
	color: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.ab-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-color);
	text-align: center;
	background: var(--thm-white);
}
.ab-footer-area .ab-footer-link {
	position: relative;
}
.ab-footer-area .ab-footer-link::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 33px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
.ab-footer-link h5 {
	margin-bottom: 35px;
	font-size: 22px;
	color: var(--thm-white);
}
.ab-footer-link .ab-list-menu li a {
	color: var(--thm-f3);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ab-footer-link .ab-list-menu li a:hover {
	padding-left: 4px;
}
.ab-footer-link .ab-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.ab-footer-link p{
	color: var(--thm-white);
}
.ab-footer-boottom  p{
	color: var(--thm-white);
}
.ab-footer-boottom a {
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.ab-footer-boottom a:hover {
	color: var(--thm-white);
}
.ab-payment-link img{
	margin-right:6px;
}
.form-message.error {
    margin-top: 20px;
    color: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#ab-map-area iframe {
	width: 100%;
	height: 150px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START SHOP DESIGN
* ----------------------------------------------------------------------------------------
*/.shop_bar_tp {
	padding: 13px 0px;
	margin-bottom: 30px;
}
.short_by_area {
	text-align: left;
}
.short_by_inner {
	display: inline-block;
}
.short_by_inner select {
	text-align: left;
}
.short_by_inner label {
	display: block;
	float: left;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-right: 9px;
	line-height: 45px;
}
.short_by_inner select {
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("img/icon/arrow.html") no-repeat scroll right center;
	border: 1px solid #ddd;
	height: 45px;
	line-height: 27px;
	padding: 10px 26px 10px 10px;
	text-align: left;
	width: auto;
}
.show_area {
	float: right;
	text-align: right;
}
.show_inner {
	display: inline-block;
}
.show_inner label {
	display: block;
	float: left;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-right: 9px;
	line-height:45px;
}
.show_inner select {
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("img/icon/arrow.html") no-repeat scroll right center;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	padding: 2px 25px 4px 7px;
	text-align: left;
	width: auto;
}
.pgntn_mrgntp {
	margin-top: 10px;
	margin-bottom:0px;
}
.single_product{
    text-align: center;
    overflow: hidden;
	margin-bottom: 30px;	
	border: 1px solid rgba(0,0,0,0.02);
	padding-bottom: 20px;
	background: #fff;
	transition: .5s;
}
.single_product:hover{
	box-shadow: 5px 5px 25px rgba(0,0,0,0.03);
}
.product_image{
	overflow: hidden;
	position: relative;
}
.product_image img{
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
	
}

.single_product:hover img{
    transform: scale(1.2);
}
.single_product .box-content {
    width: 100%;
    padding: 17px 10px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
}
.single_product:hover .box-content{
    bottom: 0;
	opacity: 1;
}
.box-content a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 7px;
	transition:.5s;
}
.box-content a:hover {
	color: #33d286;
	border-color: #fff;
}

.product_btm_text p {
	color: #8E8E8E;
	text-transform: uppercase;
	font-size: 13px;
}
.product_btm_text h4 {
	text-transform: capitalize;
	margin-top: 17px;
	margin-bottom: 6px;
	font-size: 17px;
}
.product_btm_text h4,
.product_btm_text h4 a{
	color: #333;
}

.new_badge {
	display: inline-block;
	background: #33d286;
	color: #fff;
	padding: 3px 12px;
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 2px;
}
.single_product span.price{
	color: var(--thm-color);
	font-size: 16px;
}
.pagination {
	border-radius: 0;
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.pagination ul {
	display: inline-block;
}
.pagination ul li {
	display: block;
	float: left;
}
.pagination ul li a {
	color: var(--thm-black);
	display: inline-block;
	font-size: 12px;
	text-align: center;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.pagination ul li a i {
	color: #909090;
	font-size: 20px;

}
.pagination ul li + li {
	margin-left: 8px;
}
.pagination ul li a.active {
	border-color: var(--thm-color);
	background-color: var(--thm-color);
	color: #fff;
	box-shadow: 4px 3px 5px rgba(0,0,0,0.07);
}
/*
* ----------------------------------------------------------------------------------------
* 16.END SHOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.mean-container .mean-nav ul li a {
   
    padding: 10px;
}
.navbar-light .navbar-brand {
    margin: 0px 50px 0px 0px;
}

.header-area {
    background-color: #452598;
}
.menu-area nav ul li {
    display: inline-block;
    margin: 0px 33px 0px 0px;
}
.menu-area nav ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.btn-area {
    margin: 0px 0px 0px 7px;
}
.menu-area {
    margin: 15px 0px 0px 0px;
}
.menu-area nav ul li:hover a {
    color: #5156a0;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
}
/*====================================================
                Header Nav bar
======================================================*/
.header-main-area {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.menu-area nav ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    letter-spacing: 1px;
    z-index: -9;
}

.header-main-area {
    z-index: -9;
}

.menu-area nav ul {
    position: relative;
    z-index: 9999;
}

.menu-area nav ul li > ul {
    position: absolute;
    width: 200px;
    background-color: #333;
    top: 247%;
    border-radius: 5px;
}
.menu-area nav ul li .submenu{
    position: absolute;
}
.menu-area nav ul li > a {
    padding: 0px 0px 34px 0px;
    color: #317ff2;
    font-weight: 500;
    color: #fff;
}

.menu-area nav ul li ul li > a {
    display: block;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
}

.menu-area nav ul li ul > li {
    padding: 10px;
    display: block;
    margin: 0px;
}

.menu-area nav ul li ul li:last-child {
    border: none;
}

.menu-area nav ul li >ul {
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.menu-area nav ul> li:hover > ul {
    transform: scaleY(1);
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color: #fbd600;
}
.btn-ico ul > li {
    display: inline-block;
}
.btn-ico ul > li a {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;

}
.menu-area nav ul li:hover > a {
    color: #1100fb;
}
.btn-ico ul li:hover > a {
    color: #4226dd;
}
.menu-area nav ul li .submenu {
	position: absolute;
	width: 739px;
	background: #333;
	left: -69px;
	top: 248%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: scaleY(0);
	transform-origin: bottom;
	border-radius: 5px;
}
.menu-area nav ul li .submenu ul {
    float: left;
    margin: 0px 53px 1px 9px;
}
.menu-area nav ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.submenu ul li.menu-title {
    border-bottom: 1px solid #fff;
    width: 100%;
}
.submenu ul li.menu-title > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.search-box{
    position: relative;
    display: none;
}
.form-box {
    position: absolute;
    margin: 35px 0px 0px -44px;
}
.form-box form input {
    width: 265px;
    position: absolute;
    left: -165px;
    z-index: 9;
    height: 59px;
    padding: 0px 37px 0px 15px;
    font-size: 14px;
}
.form-box form > a > i {
    position: absolute;
    color: #333;
    z-index: 9999;
    margin: 24px 0px 1px 43px;
    font-size: 13px;
}
.sticky {
    position: fixed;
    left: -0;
    right: 0;
    top: 0;
    z-index: 99999;
    background-color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.add-to-cart-ic{
    position: relative;
}
.add-to-cart-count span {
    position: absolute;
    color: #fff;
    background: #333;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 128px;
    top: -5px;
    left: 38px;
    font-size: 9px;
}
.menu-area nav ul li:hover a {
    color: #fff;
}
/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
	margin-top: 5px!important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}

/* font weight */
.f-700{font-weight: 700;}
.f-600{font-weight: 600;}
.f-500{font-weight: 500;}
.f-400{font-weight: 400;}
.f-300{font-weight: 300;}

/* Background Color */
.theme-bg {
	background: #317ff2;
}

.pri-bg {
	background: hsl(146, 72%, 94%);
}

/* Color */
.theme-color {
	color: #000000;
}
.pri-clr {
	color:#ffffff;
}
[data-overlay] {
	position: relative;
}
[data-overlay]::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[data-overlay="3"]::before {
	opacity: 0.3;
}
[data-overlay="4"]::before {
	opacity: 0.4;
}
[data-overlay="5"]::before {
	opacity: 0.5;
}
[data-overlay="6"]::before {
	opacity: 0.6;
}
[data-overlay="7"]::before {
	opacity: 0.7;
}
[data-overlay="8"]::before {
	opacity: 0.8;
}
[data-overlay="9"]::before {
	opacity: 0.9;
}


.logo a {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.mean-container a.meanmenu-reveal {
    margin-top: -42px;
}



@media screen and (max-width: 991px) {
	div#header-sticky {
		padding: 0px;
	}
	  
  }
  @media screen and (max-width: 767px) {
	div#header-sticky {
		padding: 0px;
	}
  }



.scroll-touch {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.scroll-auto {
  -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}

.mean-container .mean-nav {
	background: none;
	float: left;
	margin-top: 21px;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	background: black;
}
