head, body, html, button, h1, h2, h3, h4, h5, h6, li, ol, ul, a{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
article, figure{
    display: block;
}
.primary-color{
    color: #4cea67;
}
.secondary-color{
    color: #0078ff;
}
.danger-color{
    color: #fc5c65;
}
.warning-color{
    color: #fed330;
}
/*font-family: 'Roboto', sans-serif;
font-family: 'Philosopher', sans-serif;
font-family: 'Work Sans', sans-serif;*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    line-height: 1.625;
    font-style: normal;
    color: #212529;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

::selection {
    color: #ffffff;
    background: #4cea67;
}

a, a:hover, a:focus, a:visited{
	text-decoration: none !important;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
p{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    line-height: 1.625;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #212529;
    margin: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
    display: block;
}
label{
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, a, p, span {
    overflow-wrap: break-word;
}
li{
    list-style-position: inside;
}
.overflow-hidden, .masonry{
    overflow: hidden;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-15{
    margin-bottom: 15px;
}
.mt-0{
    margin-top: 0px;
}
.mt-30{
    margin-top: 30px;
}
.mt-15{
    margin-top: 15px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-15{
    padding-bottom: 15px;
}
.pt-30{
    padding-top: 30px;
}
.pt-15{
    padding-top: 15px;
}
.pr-5{
    padding-right: 5px;
}
.bg_transparent{
    background-color: transparent;
}
.bg-white{
    background-color: #ffffff;
}
.bg-snowwhite{
    background-color: #fafafa;
}
.form-control, .input-group-addon{
    border-radius: 3px !important;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn, 
.input-group-btn:first-child>.btn:not(:first-child), 
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, 
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.icheckbox_square-green, .iradio_square-green {
    border-radius: 2px;
}
pre[class*="language-"] {
    max-height: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.btn-text{
    font-size: 13px;
    color: #4cea67;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}
.btn-text:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    background-color: #4cea67;
    -webkit-transition: 0.3s cubic-bezier(.4,0,1,1);
    -o-transition: 0.3s cubic-bezier(.4,0,1,1);
    transition: 0.3s cubic-bezier(.4,0,1,1);
}
.btn-text:hover, .btn-text:focus{
    color: #4cea67;
}
.btn-text:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.btn-text-primary{
    color: #3abaf4;
}
.btn-text-primary:after{
    background-color: #3abaf4;
}
.form-control:focus {
    border-color: #4cea67;
    outline: 0;
    box-shadow: none;
}
.select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--open .select2-selection--single,
.select2-container--open,
.select2-container--default .select2-selection--single:focus {
    height: 34px;
    border-color: #4cea67;
    outline: 0;
}
.select2-dropdown {
    border: 1px solid #ddd;
    top: 0;
}
.select2-container--open .select2-dropdown--above {
    top: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #4cea67;
    color: #ffffff;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: 0;
}
.pagination{
    margin-top: 30px;
}
.pagination>li>a, .pagination>li>span {
    margin-right: 7px;
    border-radius: 3px;
    padding: 8px 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    cursor: not-allowed;
    background-color: #4cea67;
    border-color: #4cea67;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #ffffff;
    background-color: #4cea67;
    border-color: #4cea67;
}
/*==========================================
Header Section Start Here
============================================*/
.navbar-default{
	margin: 0;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: rgba(0,0,10,0.1);
    -o-background-color: rgba(0,0,10,0.1);
    -ms-background-color: rgba(0,0,10,0.1);
    -webkit-background-color: rgba(0,0,10,0.1);
    -moz-background-color: rgba(0,0,10,0.1);
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding-top: 13px;
    padding-bottom: 13px;
    z-index: 9999999;
}
.navbar-white{
    background-color: transparent;
}
.navbar-default .navbar-brand{
    margin: 0;
    padding: 0;
    display: none;
}
.navbar-default .navbar-brand img{
    height: 100%;
    width: auto;
}
.navbar-default:not(.sticky) .logo-white{
    display: block;
}
.navbar-default.navbar-white .logo-white,
.navbar-default.sticky .logo-white{
    display: none;
}
.navbar-default.navbar-white .logo-black,
.navbar-default.sticky .logo-black{
    display: block;
}
.navbar-default .navbar-toggle .icon-bar{
    width: 20px;
    background-color: #4cea67;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: #00c853;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #ffffff;
}
.navbar-default .navbar-nav li a{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #ffffff;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    font-weight: 400;
    cursor: pointer;
}
.navbar-default.sticky{
    padding-top: 10px;
	padding-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    -ms-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    -o-box-shadow: 0 4px 15px rgba(0,0,0,.07);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,.07);
}
.navbar-default .navbar-nav.nav-btn{
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.navbar-default .navbar-nav.nav-btn > li{
    padding: 0 15px;
}
.navbar-default .navbar-nav.nav-btn > li > a{
    text-align: center;
	font-size: 12px;
    margin-top: 11px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 4px 13px 3px 13px;
    background-color: #4cea67 !important;
    border-radius: 35px;
    color: #ffffff !important;
}
.navbar-default .navbar-nav.nav-btn li a i{
    padding-right: 5px;
}

.navbar-default.navbar-white .open:after{
    position: absolute;
    content: "";
    left: 20px;
    top: 46px;
    height: 15px;
    width: 15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    z-index: 9999;
}
.navbar-default .open .dropdown-menu{
    width: max-content;
    background-color: rgba(0,0,10,0.1);
    -o-background-color: rgba(0,0,10,0.1);
    -ms-background-color: rgba(0,0,10,0.1);
    -webkit-background-color: rgba(0,0,10,0.1);
    -moz-background-color: rgba(0,0,10,0.1);
    top: 63px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    border-radius: 0;
    box-shadow: none !important;
    border: 0 !important;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: 0 15px 15px rgba(0,0,0,.07) !important;
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.07) !important;
    -ms-box-shadow: 0 15px 15px rgba(0,0,0,.07) !important;
    -o-box-shadow: 0 15px 15px rgba(0,0,0,.07) !important;
    -moz-box-shadow: 0 15px 15px rgba(0,0,0,.07) !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    font-weight: 400;
    margin-top: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu li a i{
    color: #4cea67;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.navbar-default.navbar-white .open .dropdown-menu,
.navbar-default.sticky .open .dropdown-menu{
    top: 60px;
    background-color: #ffffff !important;
}
.navbar-default.sticky .navbar-nav li a,
.navbar-default.navbar-white .navbar-nav li a,
.navbar-default.navbar-white .open .dropdown-menu li a,
.navbar-default.sticky .open .dropdown-menu li a{
    color: #101d30;
}

.navbar-default.sticky .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:hover, 
.navbar-default .navbar-nav li a:focus, 
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus, 
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .dropdown-menu li.active a,
.navbar-default .dropdown-menu li.active a:focus,
.navbar-default .dropdown-menu li.active a:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .open .dropdown-menu li.active a:hover, 
.navbar-default .open .dropdown-menu li.active a:focus, 
.navbar-default .open .dropdown-menu li a:hover, 
.navbar-default .open .dropdown-menu li a:focus{
    color: #4cea67 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav.nav-btn > li > a:hover,
.navbar-default .navbar-nav.nav-btn > li > a:focus,
.navbar-default .navbar-nav.nav-btn>.open>a,
.navbar-default .navbar-nav.nav-btn>.open>a:hover, 
.navbar-default .navbar-nav.nav-btn>.open>a:focus{
    color: #ffffff !important;
}
.navbar-default .navbar-nav.nav-btn .search-icon{
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #4cea67;
    border-radius: 100%;
    color: #ffffff;
    margin-top: 11.2px;
    padding: 0 !important;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.navbar-default .navbar-form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.navbar-default .navbar-form input {
    height: 100%;
    width: 100%;
    padding: 16px 12px;
    padding-right: 46px;
    font-size: 16px;
    font-style: italic;
    border-radius: 0px !important;
    border-width: 0px;
    color: #101d30;
    border: none;
    box-shadow: none;
    outline: none;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.navbar-default .navbar-form button[type="reset"] {
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    border: none;
    color: #111;
    font-size: 40px;
    background-color: transparent;
    font-family: Times New Roman,Times New Roman,Times,serif;
    outline: 0;
    border-radius: 0px;
    box-shadow: none;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.navbar-default .navbar-form.active input,
.navbar-default .navbar-form.active button[type="reset"],
.navbar-default .navbar-form.active {
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
}
/*==========================================
Header Section End Here
============================================*/

/*==========================================
Slidder/Banner Section Start Here
============================================*/
.banner-wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}
.banner-video{
	height: 100%;
	width: 100%;
}
.banner-video video{
	margin:0;
	min-width:100%;
	min-height:100%;
	overflow: hidden;
}
.banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
#banner-particles{
	height: 640px;
	width: 100%;
	overflow: hidden;
}
.banner-content{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	-o-background-color: rgba(0,0,0,0.6);
	-ms-background-color: rgba(0,0,0,0.6);
	-webkit-background-color: rgba(0,0,0,0.6);
	-moz-background-color: rgba(0,0,0,0.6);
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
#banner-slider{
	width: 100%;
	height: 100%;
    padding-top: 60px;
	overflow: hidden;
}
#banner-slider .carousel-inner {
    position: relative;
    width: 100%;
    background:transparent !important;
    padding-bottom: 30px;
    z-index: 5;
    overflow: hidden;
}
#banner-slider .carousel-inner .item h1{
    text-transform: capitalize;
    font-weight: 500;
    color: #4cea67;
    font-size: 46px;
    padding-bottom: 15px;
}
#banner-slider .carousel-inner .item p{
    color: #dddddd;
    margin-bottom: 15px;
}
#banner-slider .carousel-inner .item a{
    position: relative;
	display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    border: 1px rgba(221, 221, 221, 0.50) solid;
    -o-border: 1px rgba(221, 221, 221, 0.50) solid;
    -ms-border: 1px rgba(221, 221, 221, 0.50) solid;
    -webkit-border: 1px rgba(221, 221, 221, 0.50) solid;
    -moz-border: 1px rgba(221, 221, 221, 0.50) solid;
    padding: 8px 25px;
    transition: 0.45s;
    z-index: 8;
    overflow: hidden;
}
#banner-slider .carousel-inner .item a::after,
#banner-slider .carousel-inner .item a::before{
	position: absolute;
	content: "";
	left: 0;
	height: 50%;
	width: 100%;
	transition: 0.45s;
	-o-transition: 0.45s;
	-ms-transition: 0.45s;
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	background-color: rgba(221, 221, 221, 0.50);
	-o-background-color: rgba(221, 221, 221, 0.50);
	-ms-background-color: rgba(221, 221, 221, 0.50);
	-moz-background-color: rgba(221, 221, 221, 0.50);
	-webkit-background-color: rgba(221, 221, 221, 0.50);
	z-index: -1;
}
#banner-slider .carousel-inner .item a::before{
    top: 100%;
}
#banner-slider .carousel-inner .item a::after{
    bottom: 100%;
}
#banner-slider .carousel-inner .item a:hover::before{
	top: 0;
}
#banner-slider .carousel-inner .item a:hover::after{
	bottom: 0;
}
#banner-slider .carousel-indicators{
    text-align: left;
    left: 0;
    margin: 0;
    bottom: 0;
}
#banner-slider .carousel-indicators li{
	width: 25px;
    height: 7px;
    margin-right: 8px !important;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    border: rgba(221, 221, 221, 0.50) 1px solid;
    -o-border: rgba(221, 221, 221, 0.50) 1px solid;
    -webkit-border: rgba(221, 221, 221, 0.50) 1px solid;
    -ms-border: rgba(221, 221, 221, 0.50) 1px solid;
    -moz-border: rgba(221, 221, 221, 0.50) 1px solid;
    transition: 0.45s;
    -o-transition: 0.45s;
    -ms-transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
}
#banner-slider .carousel-indicators li.active,
#banner-slider .carousel-indicators li:hover{
    background-color: rgba(221, 221, 221, 0.50);
    -o-background-color: rgba(221, 221, 221, 0.50);
    -webkit-background-color: rgba(221, 221, 221, 0.50);
    -ms-background-color: rgba(221, 221, 221, 0.50);
    -moz-background-color: rgba(221, 221, 221, 0.50);
}
/*==========================================
Slidder/Banner Section End Here
============================================*/
/*Section Header Title*/
.section-header{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    overflow: hidden;
}
.section-header h4{
    text-transform: uppercase;
    color: #101d30;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    padding-bottom: 5px;
    display: block;
}
.section-header span{
    position: relative;
    font-size: 30px;
    color: #7a7a7a;
    display: inline-block;
}
.section-header span::after{
    position: absolute;
    content: "";
    top: 45%;
    right: 100%;
    width: 50px;
    border: 1px solid #7a7a7a;
}
.section-header span::before{
    position: absolute;
    content: "";
    top: 45%;
    left: 100%;
    width: 50px;
    border: 1px solid #7a7a7a;
}

.color-white{
    color: #ffffff;
}
.color-black{
    color: #101d30;
}
.section-header.color-white h4,
.section-header.color-white span{
    color: #ffffff;
}
.section-header.color-white span::after,
.section-header.color-white span::before{
    border: 1px solid #ffffff;
}
/*Section Header Title*/
/*Parallax container*/
.parallax-container{
    width: 100%;
    height: 100%;
    display: grid;
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
}
.parallax-container::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.55);
    -o-background-color: rgba(0,0,0,0.55);
    -ms-background-color: rgba(0,0,0,0.55);
    -webkit-background-color: rgba(0,0,0,0.55);
    -moz-background-color: rgba(0,0,0,0.55);
}
/*Parallax container*/
/*==========================================
Welcome Message Section Start Here
============================================*/
.welcome-message-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.welcome-message-content{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.welcome-message-content p{
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}
.welcome-message-content a{
    display: inline-block;
    padding: 7px 35px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #4cea67;
    text-decoration: none;
    font-weight: 400;
    margin: 15px 0;
    transition: all ease-in-out 0.80s;
    -moz-transition: all ease-in-out 0.80s;
    -webkit-transition: all ease-in-out 0.80s;
    -ms-transition: all ease-in-out 0.80s;
    -o-transition: all ease-in-out 0.80s;
}
.welcome-message-content a:hover{
    background-color: #00c853;
}
/*==========================================
Welcome Message Section End Here
============================================*/

/*==========================================
Who We Are Section Start Here
============================================*/
.who-we-are-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.who-we-are-content{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.who-we-are-content h1{
    font-size:40px;
    text-transform:uppercase;
    color:#fdfdfd;
    padding-bottom:25px;
}
.who-we-are-content p{
    padding-bottom:30px;
    text-align:center;
    text-transform:capitalize;
    color:#dddddd;
}
.who-we-are-content ul{
    display:table;
    margin: 0 auto;
    padding: 0;
}
.who-we-are-content li{
    display:inline-block;
    list-style-type:none;
    margin:10px;
}
.who-we-are-content li a{
    display:block;
    width:150px;
    height:auto;
    font-size:13px;
    line-height:35px;
    border:1px solid #fdfdfd;
    text-transform:uppercase;
    font-weight:400;
    color:#fdfdfd;
    transition: all ease-in-out 0.60s;
    -moz-transition: all ease-in-out 0.60s;
    -webkit-transition: all ease-in-out 0.60s;
    -ms-transition: all ease-in-out 0.60s;
    -o-transition: all ease-in-out 0.60s;
}
.who-we-are-content li:first-child a:hover{
    background-color:#4cea67;
    border-color:transparent;
}
.who-we-are-content li:last-child a{
    background-color:#4cea67;
    border-color:transparent;
}
.who-we-are-content li:last-child a:hover{
    background-color:transparent;
    border:1px solid #fdfdfd;
}
/*==========================================
Who We Are Section End Here
============================================*/

/*==========================================
About Us Section Start Here
============================================*/
.about-us-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.about-us-content{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.about-us-single-item{
    height: 100%;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.about-us-single-item-icon{
    height: 100%;
    width: 65px;
    float: left;
    overflow: hidden;
}
.about-us-single-item-icon i{
    color: #4cea67;
    font-size: 36px;
    transition:1s;
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
}
.about-us-single-item-content{
    height: 100%;
    width: auto;
    text-align: left;
    overflow: hidden;
}
.about-us-single-item-content h4{
    color:#4cea67;
    font-size:20px;
    padding-bottom:8px;
    transition:1s;
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
}
/*/////////////////////////////////////*/
.progressBar {
  margin: 0 0 17px;
  padding-right: 23px; /* Separate bars from container */
  overflow: hidden;
}

.progress-title-holder {
  position: relative;
  padding-bottom: 7px;
  margin: 5px 0;
  font-size: 15px;
  line-height: 15px;
  z-index: 100;
}

.progress-title{
    color: #212529;
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
    display: block;
}

.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #4cea67;
  padding: 0 8px;
  position: absolute;
  bottom: 0;  
  left: 17px; 
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
} 

.progress-number-wrapper,
.progress-number-mark {
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  color: #ffffff;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #4cea67;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);  
}

.progress-content-outter {
    border-radius: 3px;
    height: 8px;
    background-color: #f1f1f1;
}
.progress-content {
    border-radius: 3px;
    height: 8px;
    background-color: #4cea67;
    width: 0.5%; /* Initial value */
}
/*/////////////////////////////////////*/
#circle-progress-wrapper{
    height: 100%;
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
#circle-progress-content .item{
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
#circle-progress-content .item h4{
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
#circle-progress-content .item p{
    position: absolute;
    font-weight: 500;
    top: 75px;
}
#circle-progress-content .owl-dots{
    margin-top: 30px;
}
.owl-dots .owl-dot{
    outline: 0;
}
#circle-progress-content .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px;
    background-color: #4cea67 !important;
    opacity: 1 !important;
}
#circle-progress-content .owl-dots .owl-dot.active span {
    background-color: #00c853 !important;
}
#circle-progress-content .owl-dots .owl-dot span:hover {
    background-color: #00c853 !important;
}
.about-us-bottom-banner{
    height: 280px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.about-us-bottom-banner h4{
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    z-index: 1;
}


/*About us page css start here*/
.about-section-wrapper {
    width: 100%;
    height: 100%;
    margin-bottom: 90px;
    overflow: hidden;
}
.about-thumb-wrap{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.about-thumb-wrap img{
    max-width: 100%;
    height: auto;
}
.about-text-wrap h2, .about-text-wrap h2 span{
    width: 100%;
    height: 100%;
    font-family: "Work Sans", Sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    font-style: normal;
    letter-spacing: -.25px;
    color: #222222;
    margin-bottom: 25px;
    overflow-wrap: break-word;
}
.about-text-wrap h2 span{
    color: #4cea67;
}

.timeline_wrapper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.timeline{
    display: block;
    margin: 0;
    padding: 0;
}
.timeline li{
    list-style-type: none;
    display: block;
    float: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.timeline li .timeline-details-wrapper{
    position: relative;
    height: 100%;
    padding: 15px;
}
.timeline li:first-child .timeline-details-wrapper::before,
.timeline li:last-child:not(:nth-child(even)) .timeline-details-wrapper::before,
.timeline li:last-child:not(:nth-child(odd)) .timeline-details-wrapper::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border:1px #f1f1f1 solid;
    background-color: #f1f1f1;
    border-radius: 50%;
}
.timeline li:first-child .timeline-details-wrapper::before{
    top: 0;
    right: -11px;
}
.timeline li:last-child:not(:nth-child(even)) .timeline-details-wrapper::before{
    bottom: 0;
    right: -11px;
}
.timeline li:last-child:not(:nth-child(odd)) .timeline-details-wrapper::before{
    bottom: 0;
    left: -11px;
}
.timeline li:nth-child(even) .timeline-details-wrapper{
    float: right;
    padding-left: 50px;
    border-left: 3px solid #0000000d;
    width: calc(50% + 3px);
}
.timeline li:nth-child(odd) .timeline-details-wrapper{
    float: left;
    padding-right: 50px;
    border-right: 3px solid #0000000d;
    width: 50%;
}
.timeline-details {
    position: relative;
    display: block;
    padding: 25px 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    z-index: 1;
}
.timeline-details h3{
    padding-bottom: 15px;
    line-height: 30px;
    color: #4cea67;
}
.timeline li:not(:nth-child(even)) .timeline-pin-shape,
.timeline li:not(:nth-child(odd)) .timeline-pin-shape{
    position: absolute;
    content: "";
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 35px;
    top: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    background-color: #ffffff;
    color: #4cea67;
}
.timeline li:not(:nth-child(even)) .timeline-pin-shape{
    right: -69px;
}
.timeline li:not(:nth-child(odd)) .timeline-pin-shape{
    left: -69px;
}
.timeline li:not(:nth-child(even)) .timeline-pin-shape::after,
.timeline li:not(:nth-child(odd)) .timeline-pin-shape::after{
    position: absolute;
    content: "";
    height: 35px;
    width: 60px;
    background-image: linear-gradient(270deg,rgba(86,122,163,0) 5%,#4cea67);
    opacity: .1;
    top: 0;
    z-index: -1;
}
.timeline li:not(:nth-child(even)) .timeline-pin-shape::after{
    transform: scaleX(-1);
    right: calc(50% + 3px);
}
.timeline li:not(:nth-child(odd)) .timeline-pin-shape::after{
    transform: scaleX(1);
    left: calc(50% + 3px);
}
.timeline li:first-child .timeline-details-wrapper .timeline-details{
    margin-top: 50px;
}
.timeline li:last-child .timeline-details-wrapper .timeline-details{
    margin-bottom: 50px;
}
/*==========================================
About Us Section End Here
============================================*/

/*==========================================
Why Choose Us Section Start Here
============================================*/
.why-choose-us-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    background-color: #fff;
    overflow: hidden;
}
.why-choose-us-content{
    height: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
}

.why-choose-single-item{
    background: #ffffff; 
    min-height: 250px;
    width: 100%;
    margin: 15px 0;
    padding: 25px 15px 20px 15px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    text-align: center; 
    min-height: 250px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.why-choose-single-item:after{
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-top: 1px solid #0078ff;
    border-left: 1px solid #0078ff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease-in-out 0.40s;
    -moz-transition: all ease-in-out 0.40s;
    -webkit-transition: all ease-in-out 0.40s;
    -ms-transition: all ease-in-out 0.40s;
    -o-transition: all ease-in-out 0.40s;
}
.why-choose-single-item:before{
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-right: 1px solid #0078ff;
    border-bottom: 1px solid #0078ff;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all ease-in-out 0.40s;
    -moz-transition: all ease-in-out 0.40s;
    -webkit-transition: all ease-in-out 0.40s;
    -ms-transition: all ease-in-out 0.40s;
    -o-transition: all ease-in-out 0.40s;
}
.why-choose-single-item:hover:after,
.why-choose-single-item:hover:before{
    width: 100%;
    height: 100%;
}

.why-choose-single-item{
	transition: all 0.3s ease !important;
}

.why-choose-single-item .icon-wrapper{
    width: 80px; 
    height: 80px;
    border: 1px solid #0078ff;
    border-radius: 50%; 
    margin: 0 auto 25px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.why-choose-single-item .icon-wrapper i{
    font-size: 36px; 
    color: #0078ff;
}

.why-choose-single-item h3{
    font-size: 22px; 
    margin-bottom: 15px; 
    color: #333;
}

.why-choose-single-item p{
    color: #666; 
    line-height: 1.8; 
    margin-bottom: 0;
}
/*==========================================
Why Choose Us Section End Here
============================================*/

/*==========================================
Boost Section Start Here
============================================*/
.boost-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
}
.boost-wrapper::before{
    position:absolute;
    content:'';
    height:245px;
    width:150px;
    background-image:url(images/boost-left.png);
    background-size:100% 100%;
    top:0;
    left: 15px;
    opacity: 0.5;
    pointer-events: none;
}
.boost-content-wrapper{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.boost-title{
    width: 100%;
    height: 100%;
    padding: 28px 0;
}
.boost-title h3{
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
    position: relative;
    z-index: 10;
}
.boost-title h3:::after{
    position: absolute;
    content: "Responsive";
    left: 0;
    bottom: 0;
    font-size:60px;
    font-weight: 500;
    opacity: 0.1;
    pointer-events: none;
}
.boost-content p{
    display: block;
    text-align: left;
}
.boost-content ul{
    margin: 25px 0;
    padding: 0;
    display: block;
}
.boost-content ul li{
    display: flex;
    list-style-type: none;
    color: #757575;
    font-size: 16px;
    padding-bottom: 7px;
}
.boost-content ul li i{
    padding-right: 5px;
    padding-top: 3px;
}
.boost-content a{
    display: inline-block;
    font-size: 14px;
    padding: 7px 22px;
    background-color: #4cea67;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.80s;
    -moz-transition: all ease-in-out 0.80s;
    -webkit-transition: all ease-in-out 0.80s;
    -ms-transition: all ease-in-out 0.80s;
    -o-transition: all ease-in-out 0.80s;
}
.boost-content a:hover{
    background-color: #00c853;
}
.boost-content-right{
    width: 100%;
    height: 100%;
    margin-top: 35px;
    overflow: hidden;
}
.boost-content-right img{
    height: 100%;
    width: inherit;
    pointer-events: none;
}
/*==========================================
Boost Section End Here
============================================*/

/*==========================================
Service Section Start Here
============================================*/
.service-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    background-color: #fafafa;
    overflow: hidden;
}
.service-content{
    height: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
}
.service-single-item{
    min-height: 250px;
    width: 100%;
    margin: 15px 0;
    padding: 15px 15px 20px 15px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.service-single-item:after{
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-top: 1px solid #4cea67;
    border-right: 1px solid #4cea67;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all ease-in-out 0.40s;
    -moz-transition: all ease-in-out 0.40s;
    -webkit-transition: all ease-in-out 0.40s;
    -ms-transition: all ease-in-out 0.40s;
    -o-transition: all ease-in-out 0.40s;
}
.service-single-item:before{
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-left: 1px solid #4cea67;
    border-bottom: 1px solid #4cea67;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all ease-in-out 0.40s;
    -moz-transition: all ease-in-out 0.40s;
    -webkit-transition: all ease-in-out 0.40s;
    -ms-transition: all ease-in-out 0.40s;
    -o-transition: all ease-in-out 0.40s;
}
.service-single-item:hover:after,
.service-single-item:hover:before{
    width: 100%;
    height: 100%;
}
.service-single-item-icon{
    height: 75px;
    width: 75px;
    font-size: 36px;
    line-height: 80px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #4cea67;
    border: 1px solid #4cea67;
    border-radius: 50%;
    position: relative;
    transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    overflow: hidden;
}
.service-single-item-icon:before,
.service-single-item-icon:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    z-index: -1;
}
.service-single-item-icon:before {
    bottom: 0;
}
.service-single-item-icon:after {
    top: 0;
}
.service-single-item:hover .service-single-item-icon{
    color: #ffffff;
}
.service-single-item:hover .service-single-item-icon:before,
.service-single-item:hover .service-single-item-icon:after{
    background-color: #4cea67;
    height: 50%;
}
.service-single-item-content{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.service-single-item-content h4 a{
    display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.service-single-item-content h4 a:hover,
.service-single-item-content h4 a:focus{
    color: #4cea67;
}
.service-single-item-content p{
    display: block;
    text-align: center;
    color: #212529;
    line-height: 24px;
}
.service-bottom-hireMe-banner{
    width: 100%;
    height: auto;
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
}
.service-bottom-hireMe-banner h1{
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 33px;
    color: #4cea67;
    line-height: 45px;
}
.hire-me-btn{
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 17px;
    transition: all ease-in-out 0.30s;
    -moz-transition: all ease-in-out 0.30s;
    -webkit-transition: all ease-in-out 0.30s;
    -ms-transition: all ease-in-out 0.30s;
    -o-transition: all ease-in-out 0.30s;
    background-color: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hire-me-btn::before{
    position:absolute;
    content:"";
    height:100%;
    width:50%;
    background: #4cea67;
    top:0;
    left:-50%;
    z-index: -1;
    transform:rotate(120deg) scale(2);
    -o-transform:rotate(120deg) scale(2);
    -ms-transform:rotate(120deg) scale(2);
    -moz-transform:rotate(120deg) scale(2);
    -webkit-transform:rotate(120deg) scale(2);
    transition: all ease-in-out 0.30s;
    -moz-transition: all ease-in-out 0.30s;
    -webkit-transition: all ease-in-out 0.30s;
    -ms-transition: all ease-in-out 0.30s;
    -o-transition: all ease-in-out 0.30s;
}
.hire-me-btn::after{
    position:absolute;
    content:"";
    height:100%;
    width:50%;
    background: #4cea67;
    top:0;
    right:-50%;
    z-index: -1;
    transform:rotate(120deg) scale(2);
    -o-transform:rotate(120deg) scale(2);
    -ms-transform:rotate(120deg) scale(2);
    -moz-transform:rotate(120deg) scale(2);
    -webkit-transform:rotate(120deg) scale(2);
    transition: all ease-in-out 0.30s;
    -moz-transition: all ease-in-out 0.30s;
    -webkit-transition: all ease-in-out 0.30s;
    -ms-transition: all ease-in-out 0.30s;
    -o-transition: all ease-in-out 0.30s;
}
.hire-me-btn:hover,
.hire-me-btn:visited,
.hire-me-btn:focus{
    color:#ffffff;
}
.hire-me-btn:hover.hire-me-btn::before{
    left:0;
}
.hire-me-btn:hover.hire-me-btn::after{
    right:0;
}

/*Service page css start here*/
.single-service-details h1,
.single-service-details h2,
.single-service-details h3,
.single-service-details h4,
.single-service-details h5,
.single-service-details h6
{
    width: 100%;
    height: 100%;
    display: block;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    line-height: 23px;
    font-style: normal;
    letter-spacing: -.25px;
    color: #222222;
    padding: 15px 0;
    overflow-wrap: break-word;
}
/*==========================================
Service Section End Here
============================================*/

/*==========================================
Process Section Start Here
============================================*/
.process-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 45px;
    overflow: hidden;
}
.process-content ul{
    padding: 0;
    margin: 0 auto;
    display: table;
}
.process-content ul li{
    display:inline-block;
    list-style-type:none;
    float:left;
    min-width: 140px;
    margin:15px;
    text-align:center;
    overflow:hidden;
}
.process-content ul li span{
    display:inline-block;
    height:110px;
    width:110px;
    border-radius:50%;
    margin-bottom:15px;
    border:2px solid rgba(255, 255, 255, 0.5);
    -webkit-border:2px solid rgba(255, 255, 255, 0.5);
    -moz-border:2px solid rgba(255, 255, 255, 0.5);
    -ms-border:2px solid rgba(255, 255, 255, 0.5);
    -o-border:2px solid rgba(255, 255, 255, 0.5);
    overflow:hidden;
}
.process-content ul li span i{
    color:#ffffff;
    font-size:35px;
    line-height:110px;
    color:#ffffff;
}
.process-content ul li p{
    font-family: 'Philosopher', sans-serif;
    text-transform:uppercase;
    color:#ffffff;
    font-size: 13px;
    font-weight: 600;
}
/*==========================================
Process Section End Here
============================================*/

/*==========================================
Testimonial Section Start Here
============================================*/
.testimonial-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 65px;
    background-color: #fafafa;
    overflow: hidden;
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #ffffff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #4cea67;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #4cea67;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #101d30;
    line-height: 23px;
    margin: 0;
}

.testimonial h3 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #101d30;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial span {
    display: block;
    font-size: 14px;
    color: #4cea67;
}

.testimonial-content .owl-dots{
    padding-top:15px;
    text-align: center;
}

.testimonial-content .owl-dots .owl-dot span{
    display: block;
    width: 22px;
    height: 8px;
    border-radius: 0;
    background-color: transparent;
    margin: 5px;
    border: 1px solid #869791 !important;
    opacity:1 !important;
    transition: 0.45s linear;
    -o-transition: 0.45s linear;
    -ms-transition: 0.45s linear;
    -webkit-transition: 0.45s linear;
    -moz-transition: 0.45s linear;
}
.testimonial-content .owl-dots .owl-dot.active span,
.testimonial-content .owl-dots .owl-dot:hover span{
    background-color: #869791;
}
/*==========================================
Testimonial Section Start Here
============================================*/

/*==========================================
Team Member Section Start Here
============================================*/
.team-member-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.team-member-content{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#team-member-slider .item{
    margin: 15px;
    box-shadow: 0px 0px 12px #e2dada;
}
.team-member{
    height: 350px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.team-member img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.80s !important;
    -moz-transition: all ease-in-out 0.80s !important;
    -webkit-transition: all ease-in-out 0.80s !important;
    -ms-transition: all ease-in-out 0.80s !important;
    -o-transition: all ease-in-out 0.80s !important;
}
.team-member:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.team-member-name{
    position: absolute;
    height: 25%;
    width: 100%;
    left: 0;
    top: 75%;
    color: #dddddd;
    background-color: rgba(12, 42, 61, 0.5);
    -o-background-color: rgba(12, 42, 61, 0.5);
    -ms-background-color: rgba(12, 42, 61, 0.5);
    -webkit-background-color: rgba(12, 42, 61, 0.5);
    -moz-background-color: rgba(12, 42, 61, 0.5);
    transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    transition: all ease-in-out 0.80s;
    -moz-transition: all ease-in-out 0.80s;
    -webkit-transition: all ease-in-out 0.80s;
    -ms-transition: all ease-in-out 0.80s;
    -o-transition: all ease-in-out 0.80s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.team-member:hover .team-member-name{
    color: #ffffff;
    top: 0;
    background-color: rgba(12, 42, 61, 0.9);
    -o-background-color: rgba(12, 42, 61, 0.9);
    -ms-background-color: rgba(12, 42, 61, 0.9);
    -webkit-background-color: rgba(12, 42, 61, 0.9);
    -moz-background-color: rgba(12, 42, 61, 0.9);
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}
.team-member-name h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
.team-member-overlay{
    position: absolute;
    height: 75%;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: rgba(12, 42, 61, 0.6);
    -o-background-color: rgba(12, 42, 61, 0.6);
    -ms-background-color: rgba(12, 42, 61, 0.6);
    -webkit-background-color: rgba(12, 42, 61, 0.6);
    -moz-background-color: rgba(12, 42, 61, 0.6);
    transition: all ease-in-out 0.80s;
    -moz-transition: all ease-in-out 0.80s;
    -webkit-transition: all ease-in-out 0.80s;
    -ms-transition: all ease-in-out 0.80s;
    -o-transition: all ease-in-out 0.80s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.team-member:hover .team-member-overlay{
    top: 25%;
}
.team-member-overlay h4{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: normal;
}
.team-member-overlay ul{
    margin: 0;
    padding: 0;
    display: block;
}
.team-member-overlay ul li{
    float: left;
    list-style-type: none;
    display: inline-block;
    margin: 5px;
}
.team-member-overlay .tooltip .tooltip-inner{
    background-color: rgba(76, 234, 103, 1);
    -o-background-color: rgba(76, 234, 103, 1);
    -ms-background-color: rgba(76, 234, 103, 1);
    -webkit-background-color: rgba(76, 234, 103, 1);
    -moz-background-color: rgba(76, 234, 103, 1);
}
.team-member-overlay .tooltip.top .tooltip-arrow{
    border-top-color: rgba(76, 234, 103, 1);
    -webkit-border-top-color: rgba(76, 234, 103, 1);
    -ms-border-top-color: rgba(76, 234, 103, 1);
    -o-border-top-color: rgba(76, 234, 103, 1);
    -moz-border-top-color: rgba(76, 234, 103, 1);
}
.team-member-overlay ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(76, 234, 103, 0.5);
    -o-background-color: rgba(76, 234, 103, 0.5);
    -ms-background-color: rgba(76, 234, 103, 0.5);
    -webkit-background-color: rgba(76, 234, 103, 0.5);
    -moz-background-color: rgba(76, 234, 103, 0.5);
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all ease-in-out 0.60s;
    -moz-transition: all ease-in-out 0.60s;
    -webkit-transition: all ease-in-out 0.60s;
    -ms-transition: all ease-in-out 0.60s;
    -o-transition: all ease-in-out 0.60s;
}
.team-member-overlay ul li:hover a{
    background-color: rgba(76, 234, 103, 1);
    -o-background-color: rgba(76, 234, 103, 1);
    -ms-background-color: rgba(76, 234, 103, 1);
    -webkit-background-color: rgba(76, 234, 103, 1);
    -moz-background-color: rgba(76, 234, 103, 1);
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.team-member-overlay .detail-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(12, 42, 61, 0.5);
    -o-background-color: rgba(12, 42, 61, 0.5);
    -ms-background-color: rgba(12, 42, 61, 0.5);
    -webkit-background-color: rgba(12, 42, 61, 0.5);
    -moz-background-color: rgba(12, 42, 61, 0.5);
    transition: all ease-in-out 0.80s;
    -moz-transition: all ease-in-out 0.80s;
    -webkit-transition: all ease-in-out 0.80s;
    -ms-transition: all ease-in-out 0.80s;
    -o-transition: all ease-in-out 0.80s;
}
.team-member-overlay .detail-btn:hover{
    background-color: rgba(12, 42, 61, 0.9);
    -o-background-color: rgba(12, 42, 61, 0.9);
    -ms-background-color: rgba(12, 42, 61, 0.9);
    -webkit-background-color: rgba(12, 42, 61, 0.9);
    -moz-background-color: rgba(12, 42, 61, 0.9);
}
/*==========================================
Team Member Section End Here
============================================*/

/* ==========================================
   Core Value Section Start Here
========================================== */
.core-value-wrapper{
    height: 100%;
    width: 100%;
    margin-top: 60px;
}
.core-value-wrapper .section-header{
    margin-bottom: 40px;
}
.core-value-item:hover{
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.core-value-item{
    text-align: center; 
    padding: 30px 20px;
	transition: all 0.3s ease !important;
}

.core-value-item .value-icon{
    font-size: 48px; 
    margin-bottom: 20px;
}

.core-value-item h4{
    font-size: 20px; 
    margin-bottom: 10px; 
    color: #333;
}
.core-value-item p{
    color: #666; 
    font-size: 15px;
}

.core-value-item:hover .value-icon{
	transform: scale(1.1) rotate(5deg);
}

.core-value-item .value-icon{
	transition: all 0.3s ease;
}
/*==========================================
Core Value Section End Here
============================================*/

/*==========================================
Impressive Number Section Start Here
============================================*/
.impressive-number-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
    overflow: hidden;
}
.impressive-number-content{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.impressive-number-wrapper .section-header h4{
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 15px;
}
.count{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 15px 0;
}

.count i{
    font-size: 40px;
    color: #4cea67 ;
}

.count .count-title .counter,
.count .count-title span{
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #4cea67 ;
    padding: 10px 0;
}

.count .count-text{
    font-family: "Work Sans", Sans-serif;
    letter-spacing: -.25px;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5d5d5d;
}
/*==========================================
Impressive Number Section End Here
============================================*/

/*==========================================
Impressed Section Start Here
============================================*/
.impressed-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 65px;
    overflow: hidden;
}
.impressed-content{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.impressed-content h1{
    display: block;
    text-transform:uppercase;
    color:#ffffff;
    padding-bottom: 10px;
}
.impressed-content p{
    display: block;
    text-align:center;
    text-transform:capitalize;
    color:#fdfdfd;
    max-width: 550px;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom:30px;
}
.impressed-content ul{
    margin: 0;
    padding: 0;
    display: table;
    margin: 0 auto;
}
.impressed-content ul li{
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 10px;
}
.impressed-content ul li a{
    display: block;
    width: auto;
    padding: 0 15px;
    border-radius: 2px;
    height: auto;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    background-color: #4cea67;
    border: 1px solid #4cea67;
    text-transform: uppercase;
    font-weight: 400;
    color: #fdfdfd;
    transition: all ease-in-out 0.60s;
    -moz-transition: all ease-in-out 0.60s;
    -webkit-transition: all ease-in-out 0.60s;
    -ms-transition: all ease-in-out 0.60s;
    -o-transition: all ease-in-out 0.60s;
}
.impressed-content ul li a:hover{
    background-color: transparent;
    border-color: #fdfdfd;
}
/*==========================================
Impressed Section End Here
============================================*/

/*==========================================
Blog Post Section Start Here
============================================*/
/*post-wrapper*/
.post-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.post-wrapper:not(.bg-white){
    background-color: #fafafa;
}
.post-content-wrapper{
    height: 100%;
    width: 100%;
    padding: 15px 0;
    position: relative;
}
.post{
    height: 100%;
    width: 100%;
    margin: 15px 0;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 9px #e2dada;
    -webkit-box-shadow: 0px 0px 9px #e2dada;
    -moz-box-shadow: 0px 0px 9px #e2dada;
    -ms-box-shadow: 0px 0px 9px #e2dada;
    -o-box-shadow: 0px 0px 9px #e2dada;
    overflow: hidden;
}
.post .post-thumbnail{
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.post .post-thumbnail img{
    max-width: 100%;
    min-height: 100%;
    -o-transition: 0.4s linear !important;
    -ms-transition: 0.4s linear !important;
    -moz-transition: 0.4s linear !important;
    transition: 0.4s linear !important;
    overflow: hidden;
}
.post:hover .post-thumbnail img{
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.post .post-category{
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    background-color: #0078ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px 7px 5px 7px;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.27);
    -moz-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.27);
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.27);
}
.post .post-category a{
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
}
.post .post-thumbnail .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,0.2);
    -o-background-color: rgba(0,0,0,0.2);
    -ms-background-color: rgba(0,0,0,0.2);
    -moz-background-color: rgba(0,0,0,0.2);
    -webkit-background-color: rgba(0,0,0,0.2);
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.post:hover .post-thumbnail .overlay{
    opacity: 1;
    visibility: visible;
}
.post .post-thumbnail .overlay a{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00000077;
    box-shadow: 0 7px 21px -9px #5e9900;
    -webkit-box-shadow: 0 7px 21px -9px #5e9900;
    -moz-box-shadow: 0 7px 21px -9px #5e9900;
    -ms-box-shadow: 0 7px 21px -9px #5e9900;
    -o-box-shadow: 0 7px 21px -9px #5e9900;
}
.post .post-thumbnail .overlay a:hover{
    background-color: #000000cc;
}
.post .title{
    margin-bottom: 7px;
}
.post .post-content{
    padding: 15px;
}
.post .post-content p{
    font-size: 14px;
    color: #757575;
}
.post-content-wrapper .item{
    margin: 0 15px;
}
.post-btn{
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
}
.post-btn .btn-text{
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
/*post-wrapper*/

.post-content .title, .title{
    width: 100%;
    height: 100%;
    display: block;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    font-style: normal;
    letter-spacing: -.25px;
    color: #222222;
    margin-bottom: 13px;
    overflow-wrap: break-word;
}

.post-atributes{
    display: block;
    margin: 7px 0 15px 0;
    padding: 0;
    overflow: hidden;
}
.post-atributes li{
    display: contents;
    list-style-type: none;
    float: left;
}
.post-atributes li i{
    color: #444;
    padding-right: 5px;
}
.post-atributes li span{
    padding-right: 4px;
    color: #444;
}
.post-atributes li a{
    display: inline-block;
    color: #8a8a8a;
    font-weight: 400;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 2px;
}
.post-atributes li.tags a{
    color: #ffffff;
}
.post-content,
.post-content p{
    color: #464646;
}
.post-content .btn-text{
    font-weight: 400;
    color: #00aeff;
    font-style: italic;
    padding-left: 5px;
    display: inline-block;
    font-size: 16px;
    transition: all .15s linear;
}
.post-content .btn-text:hover, a.title:hover, .post-atributes li:not(.tags) a:hover{
    color: #4cea67;
}
.single-post-thumbnail{
    position: relative;
    height: auto;
    max-height: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    margin-top: -200px;
    z-index: 100;
    overflow: hidden;
}
.single-post-thumbnail img{
    display: inline-block;
    min-height: 400px;
    max-width: 100%;
}
.single-post{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.single-post .title{
    font-size: 40px;
    line-height: 47px;
    color: #464646;
}
.single-post .post-content, .single-post .post-content p{
    font-size: 16px;
}
.single-post .post-content ul{
    margin: 15px 0;
}
.single-post .post-content img{
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    height: auto;
    width: auto;
    overflow: hidden;
}
.author{
    height: auto;
    min-height: 170px;
    width: 100%;
    margin: 70px 0;
    background-color: #4cea6766;
    border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    padding: 15px;
    overflow: hidden;
}
.author-image{
    height: 100px;
    width: 100px;
    float: left;
    border-radius: 50%;
    margin: 21px 15px 15px 0;
    overflow: hidden;
}
.author-image img{
    height: 100%;
    width: 100%;
}
.author-description{
    height: auto;
    width: auto;
    display: grid;
}
.author-description h3{
    font-size: 23px;
    color: #464646;
    font-family: "Work Sans", Sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.25px;
}
.author-description p{
    text-align: left;
    margin: 12px 0;
    display: block;
    font-size: 14px;
}
.author .social-links li:first-child{
    margin-left: 0;
}

/* Featured Post */
.blog-post{
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px; 
    padding: 20px; 
    position: relative; 
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px; 
    transition: 0.3s; 
    visibility: visible;
    overflow: hidden;
}

.blog-post .title{
    color: #000; 
    font-size: 32px; 
    font-weight: 700; 
    margin-bottom: 15px; 
    margin-top: 15px;
    line-height: 1.4;
}

.blog-post.featured-post{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-post.featured-post .title{
    color: #fff;
}

.blog-post .post-badge{
    position: absolute; 
    top: 20px; 
    right: 20px; 
    background: #4cea67; 
    color: #fff; 
    padding: 8px 20px; 
    border-radius: 20px; 
    font-weight: 600; 
    font-size: 12px; 
    text-transform: uppercase;
}

.blog-post.featured-post .post-badge{
    background: #4cea67;
}
.blog-post .post-category{
    display: inline-block; 
    background: #e3f2fd; 
    color: #2196f3; 
    padding: 5px 12px; 
    border-radius: 12px; 
    font-size: 11px; 
    font-weight: 600; 
    margin-right: 8px; 
    text-transform: uppercase;
}
.blog-post.featured-post .post-category{
    background: rgba(255,255,255,0.2); 
    color: #fff; 
}

.blog-post .post-description{
    color: #666; 
    font-size: 16px; 
    line-height: 1.7; 
    margin-bottom: 20px;
}

.blog-post.featured-post .post-description{
    color: #f0f0f0;
}

.blog-post .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-post .post-author {
    display: flex; 
    align-items: center;
}

.blog-post .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0078ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
}

.blog-post.featured-post .author-avatar {
    background: #4cea67;
}

.blog-post .author-name {
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

.blog-post.featured-post .author-name {
    color: #fff;
}

.blog-post .author-role {
    color: #666;
    font-size: 12px;
}

.blog-post.featured-post .author-role {
    color: #f0f0f0;
}

.blog-post .meta-item {
    color: #666;
    font-size: 14px;
}

.blog-post.featured-post .meta-item {
    color: #f0f0f0;
    font-size: 14px;
}

.blog-post .meta-item i {
    margin-right: 5px;
}

/* Featured posts */

.comments-wrapper{
    height: 100%;
    width: 100%;
}
.comments-wrapper h2{
    color: #464646;
    font-family: "Work Sans", Sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.25px;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    overflow: hidden;
}
.comments-wrapper h2:after{
    position: absolute;
    content: "";
    left: auto;
    top: 50%;
    width: 100%;
    border-top: 2px solid #e2dada;
}
.comments_area{
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 65px;
    border-bottom: 1px solid #dddddd;
}
.comment{
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.comment-box{
    height: 100%;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.parent-comment  > .comment-box{
    box-shadow: 0 0 20px 0 #e6e6e6;
    -webkit-box-shadow: 0 0 20px 0 #e6e6e6;
    -moz-box-shadow: 0 0 20px 0 #e6e6e6;
    -ms-box-shadow: 0 0 20px 0 #e6e6e6;
    -o-box-shadow: 0 0 20px 0 #e6e6e6;
}
.admin-comment  > .comment-box{
    box-shadow: 0 0 20px 0 #4cea6780;
    -webkit-box-shadow: 0 0 20px 0 #4cea6780;
    -moz-box-shadow: 0 0 20px 0 #4cea6780;
    -ms-box-shadow: 0 0 20px 0 #4cea6780;
    -o-box-shadow: 0 0 20px 0 #4cea6780;
}
.comment-author{
    width: 55px;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 10px 15px 0;
}
.comment-author img{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
}
.comment > .comment{
    margin-left: 20px;
    width: auto;
}
.comment-heading{
    padding-bottom: 7px;
    overflow: hidden;
}
.comment-heading h4{
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #4cea67;
    padding-right: 8px;
}
.comment-heading h4 a{
    color: #899eb8;
    font-weight: 400;
    font-size: 15px;
    padding-right: 6px;
}
.comment-heading h4 a i{
    font-size: 13px;
    color: #899eb8;
}
.comment-heading h4 span{
    font-weight: 300;
    font-size: 11px;
    color: #899eb8;
}
.comment-content{
    font-weight: 300;
    color: #212529;
    display: flow-root;
    overflow: hidden;
}
.js_excerpt .morecontent,
.js_excerpt .morecontent span,
.js_excerpt{
    font-weight: 300;
    color: #212529;
    display: inline;
    overflow: hidden;
}
.comment-action{
    display: inline-block;
}
.comment-action a{
    font-size: 11px;
    margin: 0px;
    padding: 1px;
    text-decoration: none;
}
.comment-action .comment-replay{
    color: #f1c40f;
}
.comment-action .comment-edit{
    color: #12CBC4;
}
.comment-action .comment-delete{
    color: #e74c3c;
}
.load-more-comments{
    display: block;
    text-align: center;
    margin: 15px 0;
    padding: 11px 14px;
    font-size: 14px;
    color: #ffffff;
    background-color: #4cea6799;
    transition: 0.20s ease-in-out;
    -moz-transition: 0.20s ease-in-out;
    -o-transition: 0.20s ease-in-out;
    -webkit-transition: 0.20s ease-in-out;
    -ms-transition: 0.20s ease-in-out;
}
.load-more-comments.disabled{
    cursor: not-allowed;
    color: #ffffff;
    background-color: #4cea6799;
}
.load-more-comments:not(.disabled):focus,
.load-more-comments:not(.disabled):active,
.load-more-comments:not(.disabled):hover{
    color: #ffffff;
    background-color: #4cea67;
}
.comment-form h1{
    font-size: 30px;
    color: #464646;
    font-family: "Work Sans", Sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.25px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.comment-form .form-group .input-group-addon label{
    font-weight: 300;
    line-height: 0;
}
.comment-form .panel{
    border-radius: 3px;
}
.comment-form .panel textarea{
    border: none;
    resize: vertical !important;
}
.comment-submit-btn{
    color: #ffffff;
    background: #4cea67;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 42px;
    letter-spacing: .5px;
    line-height: 42px;
    padding: 0 25px;
    border:none;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out;
}
.comment-submit-btn:hover, .comment-submit-btn:focus, .comment-submit-btn:active {
    background-color: #00E676;
    color: #ffffff;
    outline: 0px;
}
/*==========================================
Blog Post Section End Here
============================================*/

/*==========================================
Contact Us Section Start Here
============================================*/
.contact-us-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.contact-from{
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #4cea67;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    overflow: hidden;
}

.contact-text-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
}

.contact-text-info ul{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.contact-text-info ul li{
    display: block;
    padding: 15px 0;
    list-style-type: none;
    float: none;
    overflow: hidden;
}

.contact-text-info ul li h2{
    display: block;
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 9px;
}
.contact-text-info ul li h2::after{
    position: absolute;
    content: "";
    width: 30px;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #fff;
}

.contact-text-info ul li i{
    font-size: 30px;
    margin-right: 15px;
    float: left;
}
.contact-text-info ul li span{
    display: flex;
    padding-top: 5px;
}
.contact-from-info{
    background-color: #ffffff;
    padding: 30px 40px 30px 30px;
}
.contact-from-info .form-group{
    margin-bottom: 30px;
}
.contact-from-info .form-control{
    border: none;
    padding-left: 0;
    border-bottom: 2px solid #4cea67;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.contact-from-info textarea.form-control{
    min-height: 150px;
    overflow: hidden;
}
.contact-from-info .write-message{
    position: relative;
}
.contact-from-info .write-message button{
    position: absolute;
    right: -12px;
    bottom: -35px;
    height: 70px;
    width: 70px;
    padding: 7px;
    border: 2px solid #4cea67;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    outline: 0;
}
.contact-from-info .write-message button i{
    color: #fff;
    background-color: #4cea67;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*==========================================
Contact Us Section End Here
============================================*/

/*==========================================
Google Map Section Start Here
============================================*/
.google-map-wrapper{
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}
.google-map{
    width:100%;
    height:400px;
    border: none !important;
}
#google-map-canvas{
    width:100%;
    height:400px;
    border: none !important; 
    color: #101d30;
    font-weight: 550;
}
/*==========================================
Google Map Section End Here
============================================*/

/*==========================================
Get Started Part Start Here
============================================*/
.get-started-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 21px;
    background-color: #4cea67;
}

.get-started-content h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 27px;
    color: #ffffff;
    display: block;
}

.get-started-content p{
    color: #ffffff;
    font-size: 15px;
    display: block;
}

.get-started-content a{
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 7px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.get-started-content a:hover{
    color: #ffffff;
    background-color: #0078ff;
}

/*==========================================
Page css Start Here
============================================*/
.page-banner-wrapper{
    position: relative;
    padding-top: 80px;
    width: 100%;
    min-height: 400px;
    background-image: url('images/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow: hidden;
}
.page-banner{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    overflow: hidden;
}
.page-banner h1, .page-banner h2{
    color: #333333;
    margin-bottom: 10px;
}
.page-banner img{
    max-width: 100%;
    height: auto;
}
.page-banner p{
    color: #464646;
}
.single-blog-post-banner:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(121deg, #0369d1 0%, #4cea67 85%);
    opacity: .90;
    z-index: -1;
}
.single-blog-post-banner .breadcrumb{
    text-align: center;
    background-color: transparent;
    margin-bottom: 130px;
}
.single-blog-post-banner .breadcrumb li,
.single-blog-post-banner .breadcrumb li a{
    color: #ffffff;
    font-weight: 400;
}
.single-page-banner .breadcrumb{
    padding-left: 0;
    background-color: transparent;
}
.single-page-banner .breadcrumb li,
.single-page-banner .breadcrumb li a{
    color: #555;
    font-weight: 400;
}
.single-page-banner:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(images/01.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.page-banner .breadcrumb li a:hover{
    color: #4cea67;
}
.page-wrapper{
    padding-top: 90px;
    padding-bottom: 70px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/*==========================================
Page css End Here
============================================*/

/*==========================================
Product Page Section Start Here
============================================*/
.product-content{
    height: 100%;
    widows: 100%;
    padding-top: 15px;
}
.product{
    height: 100%;
    position: relative;
    margin: 15px 0;
    box-shadow: 0px 0px 10px #00000008;
    -webkit-box-shadow: 0px 0px 10px #00000008;
    -moz-box-shadow: 0px 0px 10px #00000008;
    -ms-box-shadow: 0px 0px 10px #00000008;
    -o-box-shadow: 0px 0px 10px #00000008;
    background-color: #00000003;
    transition: 0;
    border-radius: 4px;
}
.product-top{
    height: 100%;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.product-label{
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    background-color: #4cea67;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.03);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.03);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.03);
    box-shadow: 0 0 10px rgba(0,0,0,.03);
}
.product-label a{
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 300;
}
.product:not(.premium-product) .product-label{
    background-color: #3abaf4;
}
.product-thumbnail{
    position: relative;
    height: 135px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.product-thumbnail img{
    max-width: 100%;
    min-height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(76,234,103,0.4);
    -webkit-background-color: rgb(76,234,103,0.4);
    -moz-background-color: rgb(76,234,103,0.4);
    -ms-background-color: rgb(76,234,103,0.4);
    -o-background-color: rgb(76,234,103,0.4);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.product:hover .product-overlay{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.product:not(.premium-product) .product-overlay{
    background-color: rgb(58,186,244,0.4);
    -webkit-background-color: rgb(58,186,244,0.4);
    -moz-background-color: rgb(58,186,244,0.4);
    -ms-background-color: rgb(58,186,244,0.4);
    -o-background-color: rgb(58,186,244,0.4);
}
.product-overlay a{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgb(76,234,103,0.6);
    -webkit-background-color: rgb(76,234,103,0.6);
    -moz-background-color: rgb(76,234,103,0.6);
    -ms-background-color: rgb(76,234,103,0.6);
    -o-background-color: rgb(76,234,103,0.6);
    box-shadow: 0 7px 21px -9px #5e9900;
    -webkit-box-shadow: 0 7px 21px -9px #5e9900;
    -moz-box-shadow: 0 7px 21px -9px #5e9900;
    -ms-box-shadow: 0 7px 21px -9px #5e9900;
    -o-box-shadow: 0 7px 21px -9px #5e9900;
}
.product-overlay a:hover{
    background-color: rgb(76,234,103,1);
    -webkit-background-color: rgb(76,234,103,1);
    -moz-background-color: rgb(76,234,103,1);
    -ms-background-color: rgb(76,234,103,1);
    -o-background-color: rgb(76,234,103,1);
}
.product:not(.premium-product) .product-overlay a{
    background-color: rgb(58,186,244,0.6);
    -webkit-background-color: rgb(58,186,244,0.6);
    -moz-background-color: rgb(58,186,244,0.6);
    -ms-background-color: rgb(58,186,244,0.6);
    -o-background-color: rgb(58,186,244,0.6);
}
.product:not(.premium-product) .product-overlay a:hover{
    background-color: rgb(58,186,244,1);
    -webkit-background-color: rgb(58,186,244,1);
    -moz-background-color: rgb(58,186,244,1);
    -ms-background-color: rgb(58,186,244,1);
    -o-background-color: rgb(58,186,244,1);
}
.product-top .preview-btn{
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: -19px;
    right: 15px;
    color: #4cea67;
    background-color: #ffffff;
    box-shadow: 0 7px 21px -9px #5e9900;
    -webkit-box-shadow: 0 7px 21px -9px #5e9900;
    -moz-box-shadow: 0 7px 21px -9px #5e9900;
    -ms-box-shadow: 0 7px 21px -9px #5e9900;
    -o-box-shadow: 0 7px 21px -9px #5e9900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.product:hover .product-top .preview-btn{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.product:not(.premium-product) .preview-btn{
    color: #3abaf4;
}
.product-bottom{
    height: 100%;
    min-height: 136px;
    width: 100%;
    padding: 15px;
}
.product-bottom .price .amount{
    font-size: 18px;
    color: #4cea67;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
}
.product:not(.premium-product) .product-bottom .price .free{
    font-size: 18px;
    color: #3abaf4;
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
}
.product:not(.premium-product) .product-bottom .price .free i{
    font-size: 16px;
}
.product-bottom .price del,
.product-bottom .price del .amount{
    font-size: 14px;
    color: #ff5722;
    font-weight: 400;
}
.product-title a{
    display: block;
    padding: 7px 0;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Philosopher', sans-serif;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.product-title a:hover{
    color: #4cea67;
}
.product-action{
    height: 100%;
    width: 100%;
    margin-top: 7px;
}
.product .product-bottom .product-action .product-download-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: 1px solid #4cea67;
    color: #4cea67;
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 3px;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.product.premium-product .product-bottom .product-action .product-download-btn:hover{
    color: #ffffff;
    background-color: #4cea67;
}
.product .tooltip .tooltip-inner{
    background-color: #4cea67;
    white-space: nowrap;
}
.product .tooltip.top .tooltip-arrow{
    border-top-color: #4cea67;
}
.product:not(.premium-product) .product-title a:hover{
    color: #3abaf4;
}
.product:not(.premium-product) .product-bottom .product-action .product-download-btn{
    border-color: #3abaf4;
    color: #3abaf4;
}
.product:not(.premium-product) .product-bottom .product-action .product-download-btn:hover{
    background-color: #3abaf4;
    color: #ffffff;
}
.product:not(.premium-product) .tooltip .tooltip-inner{
    background-color: #3abaf4;
}
.product:not(.premium-product) .tooltip.top .tooltip-arrow{
    border-top-color: #3abaf4;
}
.product-action .btn-text{
    line-height: 35px;
    line-height: 30px;
    margin-left: 10px;
    color: #8a8a8a;
}
.product-action .btn-text:hover{
    color: #4cea67;
}
.product:not(.premium-product) .btn-text:after{
    background-color: #3abaf4;
}
.product:not(.premium-product) .btn-text:hover{
    color: #3abaf4;
}
.product-header-filter{
    padding: 15px 7px 0px 18px;
    border-radius: 3px;
    box-shadow: 0px 0px 9px #e2dada;
    -webkit-box-shadow: 0px 0px 9px #e2dada;
    -moz-box-shadow: 0px 0px 9px #e2dada;
    -ms-box-shadow: 0px 0px 9px #e2dada;
    -o-box-shadow: 0px 0px 9px #e2dada;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-header-filter .form-group{
    display: flex;
    margin-bottom: 8px;
}
.product-header-filter .form-group label{
    white-space: nowrap;
    line-height: 34px;
    padding-right: 7px;
    font-weight: 300;
}
.product-header-filter .form-group .pagination-nav{
    margin: 0 auto;
}
.product-header-filter .form-group .pagination{
    margin: 0;
}
.product-header-filter .form-group .pagination>li>a, 
.product-header-filter .form-group .pagination>li>span {
    padding: 6.5px 13px;
}

/*Single Product*/
.single-product{
    height: 100%;
    width: 100%;
}
.product-box{
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0px 0px 9px #e2dada;
    -webkit-box-shadow: 0px 0px 9px #e2dada;
    -moz-box-shadow: 0px 0px 9px #e2dada;
    -ms-box-shadow: 0px 0px 9px #e2dada;
    -o-box-shadow: 0px 0px 9px #e2dada;
    position: relative;
    overflow: hidden;
}
.product-box img{
    max-width: 100%;
    max-height: 400px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.box-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    -o-background-color: rgba(0,0,0,0.5);
    -ms-background-color: rgba(0,0,0,0.5);
    -moz-background-color: rgba(0,0,0,0.5);
    -webkit-background-color: rgba(0,0,0,0.5);
    -o-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    transition: 0.4s linear;
    opacity: 0;
    visibility: hidden;
}
.product-box:hover .box-overlay{
    opacity: 1;
    visibility: visible;
}
.box-overlay ul{
    display: block;
    margin: 0;
    padding: 0;
}
.box-overlay ul li{
    display: inline-block;
    list-style-type: none;
    float: left;
    padding: 7.5px 15px;
}
.box-overlay ul li a{
    display: inline-block;
    padding: 7px 30px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    overflow: hidden;
}
.box-overlay ul li a:after,
.box-overlay ul li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.box-overlay ul li a:after{
    top: 0;
    left: 0;
    border-top: 1px solid #4cea67;
    border-left: 1px solid #4cea67;
}
.box-overlay ul li a:before{
    right: 0;
    bottom: 0;
    border-right: 1px solid #4cea67;
    border-bottom: 1px solid #4cea67;
}
.box-overlay ul li a:hover{
    color: #dddddd;
    background-color: transparent;
}
.box-overlay ul li a:hover:after,
.box-overlay ul li a:hover:before{
    width: 20px;
    height: 20px;
}
.product-quick-btn{
    height: 100%;
    width: 100%;
    margin: 50px 15px 40px 15px;
    overflow: hidden;
}
.product-quick-btn ul{
    padding: 0;
    margin: 0 auto;
    display: table;
}
.product-quick-btn ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    float: left;
}
.product-quick-btn ul li a{
    display: inline-block;
    padding: 7px 30px;
    margin: 0;
    background-color: #4cea67;
    color: #ffffff;
    border-radius: 3px;
}
.product-quick-btn ul li a:hover{
    background-color: #00E676;
}
.product-details{
    height: 100%;
    width: 100%;
    padding-top: auto;
    padding-bottom: 50px;
    overflow: hidden;
}
.product-details .nav-tabs{
    border: none !important;
    margin-bottom: 30px;
}
.product-details .nav-tabs li:first-child a{
    padding-left: 0;
}
.product-details .nav-tabs li a{
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    background-color: transparent;
    border: none !important;
    color: #555;
    font-weight: 600;
}
.product-details .nav-tabs li.active a,
.product-details .nav-tabs li a:focus,
.product-details .nav-tabs li a:hover{
    text-decoration: line-through !important;
    background-color: transparent;
    border: none !important;
    color: #4cea67;
}
.product-details #description, .product-details #description{
    font-size: 16px;
}
.product-details #description ul{
    margin: 15px 0;
}
.product-details #description img{
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    height: auto;
    width: auto;
    overflow: hidden;
}
.product-details #change_log pre[class*="language-"] {
    max-height: 100% !important;
}
.single-product-sidebar .widget{
    background-color: #fafafa;
}
.download-count-widget h3{
    color: #464646;
}
.download-count-widget h3 i{
    font-size: 20px;
    padding-right: 4px;
    color: #4cea67;
}
.download-count-widget h3 span{
    font-size: 25px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 700;
    color: #454545;
}
.download-count-widget h3 span span{
    font-weight: 300;
    font-size: 20px;
}
.download-btn-widget a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    background-color: #0078ff;
    color: #fff;
}
.download-btn-widget a:hover{
    background-color: #0060cc;
}
.product-attributes-widget ul{
    margin: 0;
    padding: 0;
    display: block;
}
.product-attributes-widget ul li{
    display: flex;
    list-style-type: none;
    margin-bottom: 20px;
}
.product-attributes-widget ul li span{
    min-width: 140px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #454545;
}
.product-attributes-widget ul li ul{
    margin: 0;
    padding: 0;
    display: block;
}
.product-attributes-widget ul li ul li{
    line-height: 18px;
    float: left;
    list-style-type: none;
    margin: 0;
    color: #888686;
}
.product-attributes-widget ul li ul li a{
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 5px 9px;
    font-size: 14px;
    font-weight: 400;
}
/*==========================================
Product Page Section End Here
============================================*/


/*==========================================
Profile Page Section Start Here
============================================*/

/* Profile Hero Section */

.profile-hero-content{
    text-align: center;
    color: #333;
    padding: 70px 0;
}
.profile-hero-avatar{
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.profile-hero-avatar img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    object-fit: cover;
}
.profile-status-badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #00E676;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.profile-hero-content h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0078ff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.profile-tagline{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
}
.profile-meta{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.profile-meta span{
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}
.profile-meta span i{
    font-size: 14px;
}

/* Profile Stats Section */
#profile-stats-section{
    height: 100%;
    width: 100%;
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}
.profile-stat-box{
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.profile-stat-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 35px rgba(0,0,0,0.12);
}
.profile-stat-box .stat-icon{
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #0078ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-stat-box .stat-icon i{
    font-size: 26px;
    color: #ffffff;
}
.profile-stat-box h3{
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    font-family: "Work Sans", Sans-serif;
}
.profile-stat-box p{
    font-size: 14px;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Profile Section */
#profile-section{
    padding-top: 50px;
    padding-bottom: 80px;
}
.profile-widget{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.profile-widget:hover{
    box-shadow: 0 8px 35px rgba(0,0,0,0.12);
}
.profile-widget-header{
    padding: 20px 20px 15px 20px;
    border-bottom: 2px solid #f5f5f5;
}
.profile-widget-header h3{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
    font-family: "Work Sans", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.profile-widget-header h3 i{
    color: #4cea67;
    margin-right: 8px;
    font-size: 16px;
}
.profile-widget-body{
    padding: 20px;
}
.profile-widget-body p{
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}
.profile-contact-info ul{
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.profile-contact-info ul li{
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.profile-contact-info ul li:last-child{
    border-bottom: none;
}
.profile-contact-info ul li i{
    min-width: 30px;
    color: #4cea67;
    font-size: 14px;
}
.profile-contact-info ul li a{
    color: #4cea67;
    transition: all 0.3s ease;
}
.profile-contact-info ul li a:hover{
    color: #00E676;
}
.profile-action-buttons{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.profile-action-buttons a{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.profile-skills-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#profile-section .skill-tag{
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
}
#profile-section .skill-tag:hover{
    background: #4cea67;
    border-color: #4cea67;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(76, 234, 103, 0.3);
}
#profile-section .achievement-badges{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
#profile-section .badge-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
#profile-section .badge-item:hover{
    border-color: #4cea67;
    background: linear-gradient(135deg, #4cea67 0%, #00E676 100%);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(76, 234, 103, 0.3);
}
#profile-section .badge-item i{
    font-size: 28px;
    color: #4cea67;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
#profile-section .badge-item:hover i{
    color: #ffffff;
}
#profile-section .badge-item span{
    font-size: 12px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
#profile-section .badge-item:hover span{
    color: #ffffff;
}

.profile-social-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#profile-section .social-link{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
}
#profile-section .social-link i{
    width: 20px;
    text-align: center;
    font-size: 16px;
}
#profile-section .social-link.facebook:hover{
    background: #3b5998;
    color: #ffffff;
}
#profile-section .social-link.twitter:hover{
    background: #1da1f2;
    color: #ffffff;
}
#profile-section .social-link.youtube:hover{
    background: #ff0000;
    color: #ffffff;
}
#profile-section .social-link.linkedin:hover{
    background: #0077b5;
    color: #ffffff;
}
#profile-section .social-link.github:hover{
    background: #333;
    color: #ffffff;
}

.profile-details{
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.profile-details .nav-tabs{
    border-bottom: 2px solid #e8e8e8 !important;
    margin-bottom: 30px;
    background: transparent;
}
.profile-details .nav-tabs li{
    margin-bottom: -2px;
}
.profile-details .nav-tabs li a{
    font-size: 15px;
    font-family: "Work Sans", Sans-serif;
    background-color: transparent;
    border: none !important;
    color: #666;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 0;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.profile-details .nav-tabs li a i{
    margin-right: 6px;
    font-size: 14px;
}
.profile-details .nav-tabs li.active a{
    background-color: transparent;
    border-bottom: 3px solid #4cea67 !important;
    color: #4cea67;
}
.profile-details .nav-tabs li a:hover{
    background-color: transparent;
    border: none !important;
    color: #4cea67;
}
.profile-details .tab-content{
    min-height: 400px;
}

/* Contribution Stats Widget */
#profile-section .contribution-stats{
    padding: 0;
}
#profile-section .stat-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
#profile-section .stat-row:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
#profile-section .stat-label{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}
#profile-section .stat-label i{
    font-size: 16px;
    color: #4cea67;
    width: 20px;
    text-align: center;
}
#profile-section .stat-value{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    font-family: "Work Sans", Sans-serif;
}

/* Activity Timeline */
#profile-section .activity-timeline{
    padding: 10px 0;
}
#profile-section .activity-section-title{
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
    font-family: "Work Sans", Sans-serif;
}
#profile-section .activity-item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
#profile-section .activity-item:hover{
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-color: #4cea67;
    transform: translateX(5px);
}
#profile-section .activity-icon{
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}
#profile-section .activity-icon.published{
    background: linear-gradient(135deg, #4cea67 0%, #00E676 100%);
}
#profile-section .activity-icon.uploaded{
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}
#profile-section .activity-icon.commented{
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}
#profile-section .activity-icon.updated{
    background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}
#profile-section .activity-icon.milestone{
    background: linear-gradient(135deg, #ffc107 0%, #ffa000 100%);
}
#profile-section .activity-content{
    flex: 1;
}
#profile-section .activity-content h4{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}
#profile-section .activity-content p{
    font-size: 14px;
    margin-bottom: 8px;
}
#profile-section .activity-content p a{
    color: #4cea67;
    font-weight: 500;
}
#profile-section .activity-content p a:hover{
    color: #00E676;
    text-decoration: underline;
}
#profile-section .activity-time{
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}
#profile-section .activity-time i{
    font-size: 11px;
}
/*==========================================
Profile Page Section End Here
============================================*/

/*==========================================
Dashboard Page Section Start Here
============================================*/
.dashboard-hero-content{
    text-align: center;
    color: #333333;
}
.dashboard-hero-content h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333333;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.dashboard-hero-content p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #333333;
}
.dashboard-hero-meta{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.dashboard-hero-meta span{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 6px;
}

#dashboard-section{
    padding-top: 0;
    padding-bottom: 30px;
}
.dashboard-layout{
    margin-top: -40px;
}
.dashboard-nav{
    position: sticky;
    top: 0;
}
.dashboard-card{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.dashboard-card:hover{
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.dashboard-card-header{
    padding: 20px;
    border-bottom: 2px solid #f5f5f5;
}
.dashboard-card-header h3{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Work Sans", Sans-serif;
}
.dashboard-card-header h3 i{
    color: #4cea67;
    margin-right: 8px;
}
.dashboard-card-body{
    padding: 20px;
}
.dashboard-profile-card .dashboard-card-body{
    text-align: center;
}
#dashboard-section .profile-avatar{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 3px solid #4cea67;
    box-shadow: 0 6px 15px rgba(76, 234, 103, 0.25);
}
#dashboard-section .profile-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#dashboard-section .profile-name{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}
#dashboard-section .profile-role{
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}
#dashboard-section .profile-actions{
    display: flex;
    justify-content: center;
}
#dashboard-section .profile-actions .dashboard-btn{
    width: auto;
}

.dashboard-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard-menu li{
    border-bottom: 1px solid #f2f2f2;
}
.dashboard-menu li:last-child{
    border-bottom: none;
}
.dashboard-menu li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
}
.dashboard-menu li a i{
    width: 18px;
    text-align: center;
    color: #4cea67;
}
.dashboard-menu li.active a,
.dashboard-menu li a:hover{
    color: #4cea67;
    background: #f5fff7;
    border-radius: 8px;
}

.dashboard-help-card h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dashboard-help-card p{
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

.dashboard-section-title{
    margin-bottom: 25px;
}
.dashboard-section-title h2{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.dashboard-section-title p{
    font-size: 14px;
    color: #666;
    margin: 0;
}

.dashboard-summary-card{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.dashboard-summary-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
#dashboard-section .summary-icon{
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 234, 103, 0.15);
    color: #4cea67;
    font-size: 22px;
}
#dashboard-section .summary-icon.success{
    background: rgba(33, 150, 243, 0.15);
    color: #2196f3;
}
#dashboard-section .summary-icon.warning{
    background: rgba(255, 152, 0, 0.15);
    color: #ff9800;
}
#dashboard-section .summary-info h3{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0;
}
#dashboard-section .summary-info span{
    font-size: 12px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.dashboard-action-card{
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}
.dashboard-action-card h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.dashboard-action-card p{
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.dashboard-table{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.dashboard-table-row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #ffffff;
}
.dashboard-table-row:hover{
    border-color: #4cea67;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.dashboard-table-row h4{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}
.dashboard-table-row p{
    font-size: 13px;
    color: #777;
    margin: 0;
}

.dashboard-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}
.dashboard-search{
    position: relative;
    flex: 1;
}
.dashboard-search i{
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
}
.dashboard-search .form-control{
    height: 40px;
    padding-left: 34px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
}
.dashboard-select{
    max-width: 180px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
}

.dashboard-header-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}
.dashboard-tabs{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.dashboard-tab{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
}
.dashboard-tab i{
    color: #4cea67;
}
.dashboard-tab:hover,
.dashboard-tab.active{
    background: #4cea67;
    border-color: #4cea67;
    color: #fff;
}
.dashboard-tab:hover i,
.dashboard-tab.active i{
    color: #fff;
}
.dashboard-tab-panel{
    display: none;
}
.dashboard-tab-panel.active{
    display: block;
}

.dashboard-pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}
#dashboard-section .page-info{
    font-size: 12px;
    color: #777;
}
#dashboard-section .pagination-controls{
    display: flex;
    align-items: center;
    gap: 8px;
}
#dashboard-section .page-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}
#dashboard-section .page-btn:hover,
#dashboard-section .page-btn.active{
    background: #4cea67;
    border-color: #4cea67;
    color: #fff;
}

.dashboard-form .form-group{
    margin-bottom: 18px;
}
.dashboard-form label{
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: block;
}
.dashboard-form .form-control{
    height: 42px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 12px;
}
.dashboard-form textarea.form-control{
    height: auto;
    min-height: 110px;
}
.dashboard-form small{
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 6px;
}

.dashboard-badge{
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(76, 234, 103, 0.15);
    color: #2e7d32;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dashboard-badge.secondary{
    background: rgba(33, 150, 243, 0.15);
    color: #1565c0;
}

.dashboard-checklist{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.dashboard-checklist li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
}
.dashboard-checklist li i{
    color: #4cea67;
}
.dashboard-checklist-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
#dashboard-section .checklist-item{
    display: flex;
    gap: 12px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    background: #f9fafb;
}
#dashboard-section .checklist-item i{
    font-size: 20px;
    color: #4cea67;
}
#dashboard-section .checklist-item h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
#dashboard-section .checklist-item p{
    font-size: 12px;
    color: #777;
    margin: 0;
}

.dashboard-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}
.dashboard-btn.primary{
    background: linear-gradient(135deg, #4cea67 0%, #00E676 100%);
    color: #ffffff;
    width: 100%;
    justify-content: center;
    margin-right: 15px;
}
.dashboard-btn.primary:hover{
    background: linear-gradient(135deg, #00E676 0%, #4cea67 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 234, 103, 0.3);
}
.dashboard-btn.secondary{
    background: #f5f5f5;
    color: #222;
}
.dashboard-btn.secondary:hover{
    background: #e8e8e8;
    transform: translateY(-2px);
}

#dashboard-section .header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
#dashboard-section .item-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#dashboard-section .action-btn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#dashboard-section .action-btn.edit{
    background: #f5f5f5;
    color: #222;
}
#dashboard-section .action-btn.edit:hover{
    background: #4cea67;
    color: #ffffff;
}
#dashboard-section .action-btn.delete{
    background: #fff1f1;
    color: #d32f2f;
}
#dashboard-section .action-btn.delete:hover{
    background: #d32f2f;
    color: #ffffff;
}
@media (max-width: 991px){
    .dashboard-layout{
        margin-top: 20px;
    }
    .dashboard-nav{
        position: static;
        margin-bottom: 30px;
    }
    .dashboard-summary-card{
        flex-direction: column;
        align-items: flex-start;
    }
    .dashboard-table-row{
        flex-direction: column;
        align-items: flex-start;
    }
    .dashboard-filter{
        flex-direction: column;
        align-items: stretch;
    }
    .dashboard-select{
        max-width: 100%;
    }
    .dashboard-pagination{
        flex-direction: column;
        align-items: flex-start;
    }
}
/*==========================================
Dashboard Page Section End Here
============================================*/

/*==========================================
Auth Page Section Start Here
============================================*/
.login-registration-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #f2f3f5;
    overflow: hidden;
}
.login-registration-box{
    width: 400px;
    height: auto;
    padding: 30px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    background-color: #fefefe;
}
.login-registration-box-header{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.login-registration-box-header h3{
    color: #2e4653;
    padding-bottom: 10px;
}
.login-registration-box-header p{
    font-size: 13px;
    color: #8393a6;
    padding-bottom: 30px;
}
.login-registration-box-header p a{
    display: inline-block;
    font-weight: 400;
    color: #2196f3;
}
.input-password .form-control{
    border-radius: 0 !important;
    border-right: none !important;
}
.passwordToggle i{
    cursor: pointer;
}
.input-group .input-group-addon, .form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d6de;
    background-color: #fff;
}
.login-registration-box .form-control:focus {
    border-color: #d2d6de;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social-auth-links p{
    margin-bottom: 10px;
}
.btn-signIn{
    color: #ffffff;
    background: #4cea67;
    text-transform: uppercase;
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out;
}
.btn-signIn:hover{
    background-color: #00E676;
    color: #ffffff;
}
/*==========================================
Auth Page Section End Here
============================================*/

/*==========================================
Sidebar Section End Here
============================================*/
#sidebar{
    height: 100%;
    width: 100%;
}
#accordionWidgets{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 9px #e2dada;
    -webkit-box-shadow: 0px 0px 9px #e2dada;
    -moz-box-shadow: 0px 0px 9px #e2dada;
    -ms-box-shadow: 0px 0px 9px #e2dada;
    -o-box-shadow: 0px 0px 9px #e2dada;
    overflow: hidden;
}
.ui-accordion .ui-accordion-header {
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.25px;
    margin: 0;
    padding: .7em;
    border-top: 0px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.ui-accordion .ui-accordion-content {
    padding: 0.7em;
    border-top: 0;
    height: auto;
    background-color: #00000003;
    overflow: auto;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0px; 
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, 
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: transparent;
    font-weight: 500;
    color: #101d30;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
 a.ui-button:active, .ui-button:active, 
 .ui-button.ui-state-active:hover, .ui-state-focus{
    border: none;
    background: #4cea67;
    font-weight: 500;
    color: #fff;
    outline: 0;
 }
 .ui-widget-content {
    border: 1px solid transparent;
    background: transparent;
    color: #333;
}
.ui-accordion-content ul{
    display: block;
    margin: 0;
    padding: 0;
}
.ui-accordion-content ul li{
    list-style-position: inside;
    list-style-type: square;
    color: #63ed7a;
    padding: 2px 0;
    display: list-item;
    overflow: hidden;
}

#sidebar .widget{
    height: auto;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    margin-bottom: 30px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.widget-header {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #667eea;
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget-header i {
    color: #667eea;
}

.widget.join-community-widget {
    background: linear-gradient(135deg, #4cea67 0%, #00c853 100%);
    text-align: center;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(76, 234, 103, 0.3);
}

.widget.join-community-widget > i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
}

.widget.join-community-widget h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget.join-community-widget p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.widget.join-community-widget a {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #4cea67;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.widget.join-community-widget a:hover {
    background: #667eea !important;
    color: #fff !important;
}

.widget.join-community-widget a i {
    margin-right: 8px;
}

/* Categories Widget */
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin-bottom: 12px;
}

.widget ul li:last-child {
    margin-bottom: 0;
}
.widget ul li a {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    color: #333; 
    font-weight: 500; 
    font-size: 14px; 
    transition: all 0.3s ease;
}

.widget ul li a:hover {
    color: #667eea !important;
}

.widget ul li a .count {
    background: #667eea;
    color: #fff;
    padding: 3px 5px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    text-align: center;
    margin: 0;
}

/* ////////////////// */
.widget.contributors-widget ul li{
    display: flex;
    align-items: center;
    gap: 15px;
}
.widget ul li .contributor-avatar {
    position: relative;
    flex-shrink: 0;
}

.widget ul li .avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #667eea;
    border: 2px solid #e8eaf6;
}

.widget ul li .rank-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #667eea;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.widget ul li .rank-badge:nth-child(2) { background: #9e9e9e; }
.widget ul li .rank-badge:nth-child(3) { background: #9e9e9e; }
.widget ul li .rank-badge:nth-child(4) { background: #9e9e9e; }
.widget ul li .rank-badge:nth-child(5) { background: #9e9e9e; }

.widget ul li .contributor-details {
    flex: 1;
    min-width: 0;
}

.widget.contributors-widget .contributor-name {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget.contributors-widget .contributor-title {
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
}

.widget.contributors-widget .contributor-stats {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #666;
}

.widget.contributors-widget .stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.widget.contributors-widget .stat-item i {
    color: #999;
}


/* ////////////////// */

/* Popular Posts Widget */

.widget.popular-posts-widget ul li a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.widget.popular-posts-widget ul li .post-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #999;
    font-size: 12px;
}

.widget.popular-posts-widget ul li .post-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ////////////////// */


.no_box_shadow{
    box-shadow: none !important;
}
.no_padding{
    padding: 0 !important;
}
#sidebar .widget h1,
#sidebar .widget h2{
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.25px;
}
.newsletter-widget{
    text-align: center;
    height: 100%;
    background: #fff url("images/newslettere_widget_bg.png") no-repeat top;
    background-size: 100%;
}
.newsletter-widget .newsletter-header{
    margin-top: 93px;
}
.newsletter-widget .newsletter-header h2,
.newsletter-widget .newsletter-header span{
    display: block;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.25px;
    font-size: 23px;
    padding-bottom: 3px;
    color: #4cea67;
}

.newsletter-widget .newsletter-header span{
    font-size: 20px;
    padding-bottom: 15px;
    color: #616161;
}
.newsletter-widget .newsletter-header p{
    font-size: 13px;
    color: #8a8a8a;
}
.newsletter-form input{
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
    width: 100%;
    height: auto;
    padding: 10px 20px;
    transition: all .4s ease-in-out 0s;
    border: 0;
    outline: 0;
    border-radius: 3px;
    font-size: 17px;
    color: #8a8a8a;
    line-height: 28.9px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.newsletter-form label{
    font-size: 13px;
    color: #8a8a8a;
    cursor: pointer;
    font-weight: normal;
}
.newsletter-form label a{
    font-weight: 400;
    color: #00aeff;
}
.newsletter-form input[type="submit"]{
    display: inline-block;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.25px;
    border-radius: 3px;
    margin: 0 auto 20px;
    display: block;
    background-color: #4cea67;
    padding: 10px 18px;
    width: 190px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-size: 17px;
    line-height: 1.5;
}
/*==========================================
Sidebar Section End Here
============================================*/

/*==========================================
Footer Section End Here
============================================*/
.footer-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #131A22;
    position: relative;
    overflow: hidden;
}
.footer-wrapper::after{
    position:absolute;
    content:"\f099";
    left:100px;
    font-family:"fontAwesome";
    font-size:50px;
    font-weight:600;
    color:#111;
    bottom:-38px;
}
.footer-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer-widget h4{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #f1f1f1;
    padding-bottom: 20px;
    overflow: hidden;
}
.footer-widget .footer-logo{
    height: 60px;
    width: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.footer-widget p{
    text-align: justify;
    color: #dddddd;
}
.footer-widget ul{
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
}
.footer-widget.useful-links ul{
    width: 100%;
}
.footer-widget ul li{
    line-height: 24px;
    list-style-type: square;
    list-style-position: inside;
    color: #868e96;
    transition: all ease-in-out 0.30s;
    -moz-transition: all ease-in-out 0.30s;
    -webkit-transition: all ease-in-out 0.30s;
    -ms-transition: all ease-in-out 0.30s;
    -o-transition: all ease-in-out 0.30s;
}
.footer-widget ul li a{
    color: #868e96;
    font-weight: 400;
    transition: all ease-in-out 0.30s;
    -moz-transition: all ease-in-out 0.30s;
    -webkit-transition: all ease-in-out 0.30s;
    -ms-transition: all ease-in-out 0.30s;
    -o-transition: all ease-in-out 0.30s;
}
.footer-widget ul li:hover,
.footer-widget ul li:hover a{
    color: #4cea67;
}
.footer-widget .newsletter .input-group{
    margin-bottom: 15px;
    width: 100%;
}
.footer-widget .newsletter .form-control{
    background-color: transparent;
    border-width: 1px;
    border-color: #63ed7a;
    height: 40px;
    width: 100%;
    color: #fff;
    border-right: 0;
}
.footer-widget .newsletter .input-group .input-group-addon{
    width: 42px;
    padding: 0;
    background-color: #4cea67;
    border:0px;
}
.footer-widget .newsletter .input-group button{
    border: 0;
    padding: 0 9px;
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    background-color: transparent;
}
.footer-widget .newsletter .form-control:focus,
.footer-widget .newsletter .input-group button:focus{
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-copyright-wrapper{
    background-color: #111;
    margin: 0;
    padding: 20px 0px 15px 0px;
}
.footer-copyright-content{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.footer-copyright-content .pull-left p{
    font-weight: 400;
    color: #fff;
    padding-top: 6px;
}
.social-links{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social-links li{
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 0px 5px;
}
.social-links li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(76, 234, 103, 0.7);
    -o-background-color: rgba(76, 234, 103, 0.7);
    -ms-background-color: rgba(76, 234, 103, 0.7);
    -webkit-background-color: rgba(76, 234, 103, 0.7);
    -moz-background-color: rgba(76, 234, 103, 0.7);
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all ease-in-out 0.60s;
    -moz-transition: all ease-in-out 0.60s;
    -webkit-transition: all ease-in-out 0.60s;
    -ms-transition: all ease-in-out 0.60s;
    -o-transition: all ease-in-out 0.60s;
}
.social-links .tooltip .tooltip-inner{
    background-color: rgba(76, 234, 103, 1);
    -o-background-color: rgba(76, 234, 103, 1);
    -ms-background-color: rgba(76, 234, 103, 1);
    -webkit-background-color: rgba(76, 234, 103, 1);
    -moz-background-color: rgba(76, 234, 103, 1);
}
.social-links .tooltip.top .tooltip-arrow{
    border-top-color: rgba(76, 234, 103, 1);
    -webkit-border-top-color: rgba(76, 234, 103, 1);
    -ms-border-top-color: rgba(76, 234, 103, 1);
    -o-border-top-color: rgba(76, 234, 103, 1);
    -moz-border-top-color: rgba(76, 234, 103, 1);
}
.social-links li:hover a{
    background-color: rgba(76, 234, 103, 1);
    -o-background-color: rgba(76, 234, 103, 1);
    -ms-background-color: rgba(76, 234, 103, 1);
    -webkit-background-color: rgba(76, 234, 103, 1);
    -moz-background-color: rgba(76, 234, 103, 1);
    transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.scrollup{
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 30px;
    cursor: pointer;
    background-color: #4cea67;
    transition: 0.60s;
    -webkit-transition: 0.60s;
    -ms-transition: 0.60s;
    -o-transition: 0.60s;
    -moz-transition: 0.60s;
    z-index: 999999;
    display: none;
    border-radius: 50%;
    animation: back_top 1s infinite alternate;
    -moz-animation: back_top 1s infinite alternate;
    -ms-animation: back_top 1s infinite alternate;
    -webkit-animation: back_top 1s infinite alternate;
    -o-animation: back_top 1s infinite alternate;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}

.fa-angle-double-up{
   transition: 0.50s;
    -webkit-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    -moz-transition: 0.50s;
    font-weight: bold;
}

.scrollup:hover .fa-angle-double-up{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

@keyframes back_top {
    from {background-color: #4cea67; bottom: 90px;}
    to {background-color: #00c853; bottom: 85px;}
}
/* Browser Support Chrome, Safari, Opera, Mozila */
@-webkit-keyframes back_top {
    from {background-color: #4cea67; bottom: 90px;}
    to {background-color: #00c853; bottom: 85px;}
}
@-moz-keyframes back_top {
    from {background-color: #4cea67; bottom: 90px;}
    to {background-color: #00c853; bottom: 85px;}
}
@-o-keyframes back_top {
    from {background-color: #4cea67; bottom: 90px;}
    to {background-color: #00c853; bottom: 85px;}
}
/* Browser Support Chrome, Safari, Opera , Mozila*/
/*==========================================
Footer Section End Here
============================================*/

/*==========================================
Single Case Study Page CSS Start Here
============================================*/
.single-case-study-banner {
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 0 60px;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.case-study-banner-content {
    color: #ffffff;
    padding: 40px 0;
}
.case-study-category-badge {
    display: inline-block;
    background: #0078ff;
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.case-study-category-badge i {
    font-size: 20px;
    margin-right: 10px;
}
.case-study-category-badge span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.case-study-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0;
    line-height: 1.2;
}
.case-study-subtitle {
    font-size: 20px;
    color: #ffffff;
    opacity: 0.95;
    margin-top: 15px;
}
.single-case-study-banner .breadcrumb {
    /* background: #0078ff; */
    background: rgba(0, 120, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 30px;
}
.single-case-study-banner .breadcrumb li a,
.single-case-study-banner .breadcrumb li {
    color: #101d30;
}

.single-case-study-content {
    background: #ffffff;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.case-study-section {
    padding: 50px 60px;
    border-bottom: 1px solid #f0f0f0;
}
.case-study-section:last-child {
    border-bottom: none;
}
.case-study-section h2 {
    font-size: 32px;
    color: #212529;
    margin-bottom: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.case-study-section h2 i {
    color: #4cea67;
    margin-right: 15px;
    font-size: 28px;
}
.case-study-section p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 20px;
}
.case-study-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.case-study-list li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    display: flex;
    align-items: flex-start;
}
.case-study-list li i {
    color: #4cea67;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}
.case-study-list li strong {
    color: #212529;
}

/* Solution Grid */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.solution-item {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.solution-item:hover {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(76, 234, 103, 0.15);
    transform: translateY(-5px);
}
.solution-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4cea67, #3bd157);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.solution-icon i {
    font-size: 32px;
    color: #ffffff;
}
.solution-item h4 {
    font-size: 20px;
    color: #212529;
    margin-bottom: 15px;
    font-weight: 600;
}
.solution-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Process Timeline */
.process-timeline {
    margin-top: 40px;
}
.timeline-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 37px;
    top: 75px;
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(to bottom, #4cea67, #e0e0e0);
}
.timeline-number {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #4cea67, #3bd157);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(76, 234, 103, 0.3);
}
.timeline-content {
    flex: 1;
    padding-left: 30px;
    padding-top: 10px;
}
.timeline-content h4 {
    font-size: 22px;
    color: #212529;
    margin-bottom: 12px;
    font-weight: 600;
}
.timeline-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* Results Highlight */
.case-study-results {
    background: linear-gradient(135deg, #f0fef4, #ffffff);
}
.results-highlight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}
.highlight-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.highlight-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(76, 234, 103, 0.2);
}
.highlight-box i {
    font-size: 48px;
    color: #4cea67;
    margin-bottom: 20px;
}
.highlight-box h3 {
    font-size: 20px;
    color: #212529;
    margin-bottom: 12px;
    font-weight: 600;
}
.highlight-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.feature-card {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.feature-card:hover {
    border-color: #4cea67;
    transform: translateY(-3px);
}
.feature-card i {
    font-size: 40px;
    color: #4cea67;
    margin-bottom: 15px;
}
.feature-card h5 {
    font-size: 16px;
    color: #212529;
    margin-bottom: 10px;
    font-weight: 600;
}
.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/*==========================================
Case Studies Page CSS Start Here
============================================*/



/*==========================================
Case Studies Page CSS Start Here
============================================*/
.case-study-item {
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.case-study-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(76, 234, 103, 0.2);
}
.case-study-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.case-study-item:hover .case-study-image img {
    transform: scale(1.1);
}
.case-study-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 234, 103, 0.95), rgba(50, 200, 80, 0.95));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.case-study-item:hover .case-study-overlay {
    opacity: 1;
}
.overlay-content {
    text-align: center;
    color: #ffffff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}
.case-study-item:hover .overlay-content {
    transform: translateY(0);
}
.overlay-content i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}
.overlay-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.case-study-content {
    padding: 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.case-study-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #212529;
    font-weight: 600;
    line-height: 1.4;
}
.case-study-content > p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    flex-grow: 1;
    font-size: 15px;
}
.case-study-read-more {
    display: inline-flex;
    align-items: center;
    color: #4cea67;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}
.case-study-read-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.case-study-read-more:hover {
    color: #3bd157;
    text-decoration: none;
}
.case-study-read-more:hover i {
    transform: translateX(5px);
}
.case-studies-cta {
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    padding: 60px 40px;
    border-radius: 15px;
    margin-top: 60px;
    border: 2px solid #f0f0f0;
    text-align: center;
}
.case-studies-cta h3 {
    font-size: 36px;
    color: #212529;
    margin-bottom: 15px;
    font-weight: 700;
}
.case-studies-cta p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.case-studies-cta .btn {
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Case Studies Responsive */
@media (max-width: 991px) {
    .case-study-item {
        margin-bottom: 30px;
    }
    .case-study-image {
        height: 250px;
    }
    .overlay-content i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .case-study-image {
        height: 220px;
    }
    .case-study-content {
        padding: 25px 20px;
    }
    .case-study-content h3 {
        font-size: 20px;
    }
    .case-studies-cta {
        padding: 40px 25px;
        margin-top: 40px;
    }
    .case-studies-cta h3 {
        font-size: 28px;
    }
    .case-studies-cta p {
        font-size: 16px;
    }
    .case-studies-cta .btn {
        padding: 12px 35px;
        font-size: 14px;
    }
}

/*==========================================
Case Studies Page CSS End Here
============================================*/

/*==========================================
Careers Page CSS Start Here
============================================*/
.career-benefit-item {
    min-height: 270px;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.career-benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.career-benefit-item:hover .benefit-icon {
    background: #4cea67;
}
.benefit-icon i {
    font-size: 36px;
    color: #4cea67;
    transition: color 0.3s ease;
}
.career-benefit-item:hover .benefit-icon i {
    color: #ffffff;
}
.career-benefit-item h4 {
    font-size: 20px;
    color: #212529;
    margin-bottom: 12px;
}
.career-benefit-item p {
    color: #666;
    font-size: 15px;
    margin: 0;
}
.job-item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.job-item:hover {
    border-color: #4cea67;
    box-shadow: 0 5px 20px rgba(76, 234, 103, 0.15);
}
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.job-header h3 {
    font-size: 24px;
    color: #212529;
    margin: 0;
}
.job-type {
    background: #4cea67;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.job-meta span {
    color: #666;
    font-size: 14px;
}
.job-meta i {
    color: #4cea67;
    margin-right: 5px;
}
.job-description p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.job-requirements {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
.job-requirements li {
    color: #666;
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 15px;
}
.job-requirements li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4cea67;
    position: absolute;
    left: 0;
}
.job-footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.job-footer .btn {
    padding: 10px 30px;
}
.no-jobs-wrapper {
    padding: 80px 40px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 30px;
}
.no-jobs-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.no-jobs-icon i {
    font-size: 50px;
    color: #4cea67;
}
.no-jobs-wrapper h3 {
    font-size: 32px;
    color: #212529;
    margin-bottom: 20px;
}
.no-jobs-wrapper p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.no-jobs-cta {
    margin: 30px 0;
}
.no-jobs-cta .btn {
    padding: 12px 40px;
    font-size: 16px;
}
.stay-connected {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.stay-connected h4 {
    font-size: 22px;
    color: #212529;
    margin-bottom: 15px;
}
.stay-connected .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.stay-connected .social-links li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4cea67;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}
.stay-connected .social-links li a:hover {
    background: #212529;
    transform: translateY(-3px);
}



/*==========================================
Faq Page CSS Start Here
============================================*/
.faq-accordion .panel {
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.faq-accordion .panel-heading {
    background: #f8f9fa;
    border: none;
    padding: 0;
    border-radius: 5px;
}
.faq-accordion .panel-title a {
    display: block;
    padding: 20px 25px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}
.faq-accordion .panel-title a:hover {
    background: #4cea67;
    color: white;
}
.faq-accordion .panel-title a.collapsed {
    background: #f8f9fa;
    color: #333;
}
.faq-accordion .panel-title a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.faq-accordion .panel-title a.collapsed:after {
    content: "\f054";
}
.faq-accordion .panel-body {
    padding: 20px 25px;
    background: white;
    border-top: 1px solid #e9ecef;
    color: #666;
    line-height: 1.8;
}
.faq-category {
    margin-bottom: 40px;
}
.faq-category-title {
    font-size: 28px;
    color: #4cea67;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #4cea67;
    position: relative;
}
.faq-category-title:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #00c853;
}
.faq-search {
    margin-bottom: 40px;
}
.faq-search input {
    height: 55px;
    border-radius: 30px;
    padding: 0 25px;
    border: 2px solid #e9ecef;
    font-size: 16px;
}
.faq-search input:focus {
    border-color: #4cea67;
    box-shadow: 0 0 10px rgba(76, 234, 103, 0.2);
}
/*==========================================
Faq Page CSS End Here
============================================*/

/*==========================================
Legal Content Page CSS Start Here
============================================*/
.legal-content { line-height: 1.8; color: #555; }
.legal-content h2 { color: #4cea67; margin-top: 40px; margin-bottom: 20px; font-size: 28px; padding-bottom: 10px; border-bottom: 2px solid #e9ecef; }
.legal-content h3 { color: #333; margin-top: 30px; margin-bottom: 15px; font-size: 22px; }
.legal-content p { margin-bottom: 15px; }
.legal-content ul, .legal-content ol { margin: 15px 0 15px 30px; }
.legal-content ul li, .legal-content ol li { margin-bottom: 10px; }
.legal-content strong { color: #333; }
.legal-content .highlight-box { background: #f8f9fa; padding: 20px; border-left: 4px solid #4cea67; margin: 25px 0; border-radius: 5px; }
.last-updated { background: #fff3cd; padding: 15px 20px; border-radius: 5px; margin-bottom: 30px; border-left: 4px solid #ffc107; }
.cookie-type { background: #e8f5e9; padding: 15px 20px; border-radius: 5px; margin: 20px 0; border-left: 4px solid #4cea67; }
.cookie-type h4 { margin: 0 0 10px 0; color: #4cea67; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.cookie-table th, .cookie-table td { padding: 12px; border: 1px solid #e9ecef; text-align: left; }
.cookie-table th { background: #f8f9fa; color: #333; font-weight: 600; }
.cookie-table tr:hover { background: #f8f9fa; }
/*==========================================
Legal Content Page CSS End Here
============================================*/