/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. GLOBAL STYLE
 *        - 0.1. Scaffolding
 *        - 0.2. Pages' Rules
 *    1. HEADER
 *        - 1.1. Topbar Header
 *        - 1.2. Main Header
 *        - 1.3. Navigation
 *    2. CONTENT
 *        - 2.1. Slide Banner
 *        - 2.2. Page Title & Breadcrumb
 *        - 2.3. Main Content
 *    3. SIDEBAR
 *        - 3.1. Left Sidebar
 *        - 3.2. Right Sidebar
 *        - 3.3. Both Sidebar
 *    4. FOOTER
 *        - 4.1. Main Footer
 *        - 4.2. Sub Footer
 *        - 4.3. Copyright
 *
 */
/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. VARIABLE LESS
 *        - 0.1. Color
 *        - 0.2. Font
 *    1. MIXINS


/*
=============================
====    VARIABLE LESS    ====
=============================
*/
/*
----------  0.1. Color  ----------
*/
/*
----------  0.2. Font  ----------
*/
/*
=============================
===   END VARIABLE LESS   ===
=============================
*/
/*
=============================
====        MIXINS       ====
=============================
*/
/*
=============================
===       END MIXINS      ===
=============================
*/
/*
====================================
=            GLOBAL STYLE          =
====================================
*/
/*
----------  0.1. Scaffolding  ----------
*/
html * {
  outline: 0 !important;
}
body,
html {
  min-height: 100%;
  overflow-x: hidden;
  font-size: 15px;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #696969;
  background-color: #fff;
}
a,
label,
p,

.career-text{
	font-size: 17px;
	padding-top: 10px;
}
a {
  transition: all .2s ease;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #93c23d;
}

.greentext{
	color: #2b941f;
	}

.whitetext{
	color: #fff;
	}

hr.dotted {
  border-top: 2px dotted #bbb;
	width: 90%;
}

.sectioner-header {
    width: 69%;
    margin: 0 auto;
}

.greenbackground{
	background: #2b941f;
	}


.graybackground{
	background: #F2F2F2;
	}

.centertext{
	text-align: center;
}

.padding-lr {

	padding-left: 10% !important;
		padding-right: 10% !important;

}

.padding-r {

padding-right:5% !important;

}
.icon-box-green {background: #2b941f;
color: white;
padding: 12px;
margin-left: 5px;}



.font-medium {
   font-size: 18px;
    font-weight: normal ;
    line-height: 1.5 ;
   
}

.container-1 {
    display: flex;
}


ul.dot {
  list-style-type: square;
	padding-top: 10px;
	 text-align: justify;
	
	padding-left: 10px;;
}

.collection_section {
    width: 100%;
    float: left;
	margin: auto 0;
    background-color: #f9f9f9;
	padding-top: 5%;
	
}

.our_text {
	width: 40%;
    margin: 0 auto;
    text-align: center;
    
  
    border-bottom: 1px solid #4C9234;
    text-align: center;
	padding-bottom: 1%;
}

.client_long_text {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
   text-align: center;
    padding-top: 20px;
}

.client_long_text2 {
	background:#2b941f;
    text-align: center;
    font-size: 24px;
	color: #fff !important;
    margin: 0 auto;
    text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
    padding: 10px;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 24px;
    
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top:18px;
}

.icon_text {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-left: 0px;
    text-align: center;
    letter-spacing: 1px;
    margin-top:18px;
}

.shadow {
 
border-radius: 8px;

box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.26);
-webkit-box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.26);
-moz-box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.26);
}


.whatwedo:link {
   
	font-size:18px;
}

.inside-container {
    max-width: 940px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
 
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.84px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

 .join-us-btn {
    
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.6px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #FFAF10;
 
    border-radius: 3px;
    padding: 21px 52px 19px 53px;
}

.join-us-btn:hover {
    
    background-color: #2b941f;
    color: #fff;
    
}


.fact_text {
    width: 100%;
    float: left;
    font-size: 16px;
  
    margin-left: 0px;
    text-align: center;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}
/*-------careers-------*/
.box {
    background: #2b941f;
    border-radius: 0.15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
	height: auto;
	color: #fff;
    width: 95%;
    max-width: 1050px;
    margin: auto;
    box-shadow: 2px 0 10px rgba(52, 58, 64, 0.2);
    margin-top: -80px;
    z-index: 99;
    position: relative;
    
}

.box .box-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  
    padding: 10px 15px;
}



/*
----------  0.2. Pages' Rules  ----------
*/
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.margin-bottom {
  margin-bottom: 100px;
}
.padding-bottom-350 {
  padding-bottom: 350px;
}
.padding-top-small {
  padding-top: 70px;
}
.padding-bottom-small {
  padding-bottom: 70px;
}
.padding-top-xs {
  padding-top: 50px;
}
.padding-bottom-xs {
  padding-bottom: 50px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-50 {
  margin-top: 50px;
}

.margin-top-5 {
  margin-top:5px;
}

.banner-01 {
  background-image: url("../img/background/homepage-banner-01.jpg");
}
.banner-02 {
  background-image: url("../img/background/homepage-banner-02.jpg");
}
.banner-03 {
  background-image: url("../img/background/homepage-banner-03.jpg");
}
.banner-04 {
  background-image: url("../img/background/homepage-banner-04.jpg");
}
.banner-05 {
  background-image: url("../img/background/homepage-banner-05.jpg");
}
.banner-06 {
  background-image: url("../img/background/homepage-banner-06.jpg");
}
.banner-07 {
  background-image: url("../img/background/homepage-banner-07.jpg");
}
.banner-08 {
  background-image: url("../img/background/homepage-banner-08.jpg");
}
.service-banner {
  background-image: url("../img/background/service-banner.jpg");
}
.who-banner {
  background-image: url("../img/background/active-working-group.jpg");
}
.testimonial-dark-banner {
  background-image: url("../img/background/active-working-group.jpg");
}
.who-alt-banner {
  background-image: url("../img/background/who-banner-alt.jpg");
}
.stats-02-banner {
  background-image: url("../img/background/stats-banner.jpg");
}
.achievement-banner {
  background-image: url("../img/background/achievement-banner.jpg");
}
.achievement-dark-banner {
  background-image: url("../img/background/stats-banner.jpg");
}
.newsletter-banner {
  background-image: url("../img/background/newsletter-banner.jpg");
}
.footer-main {
  background-image: url("../img/footer/footer-background.jpg");
}
.bg-footer-1 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.bg-footer-2 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.bg-footer-3 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.who-accountant-banner {
  background-image: url("../img/background/section-accuontant.jpg");
}
.bg-footer-accountant {
  background-image: url("../img/background/bg-footer-accountant.jpg");
}
.bg-footer-banking {
  background-image: url("../img/background/bg-footer-banking.jpg");
}
.banner-insurance {
  background-image: url("../img/background/bg-header-insurance.jpg");
}

.noscroll {
  overflow: hidden;
}
.sidenav-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: visibility .2s ease, opacity .2s ease;
}
.sidenav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.body-wrapper-content {
  position: relative;
  left: 0;
  transition: left 0.25s ease-out;
}
.slide-right {
  left: 80%;
}
.visible-tablet {
  display: none !important;
}
/*
=====  End of GLOBAL STYLE  ======
*/
/*
==============================
=            HEADER          =
==============================
*/
/*
----------  1.1. Topbar Header  ----------
*/
.header-topbar {
  position: relative;
  z-index: 101;
  line-height: 50px;
}
.header-topbar .topbar-left-icon {
  margin-right: 10px;
}
.header-topbar ul.topbar {
  height: 50px;
  margin: 0;
}
.header-topbar li {
  padding: 0;
}
.header-topbar li a.topbar-icon {
  padding: 15px;
}
.header-topbar li:last-child a.item {
  padding-right: 0;
}
.header-topbar ul.pull-left > li {
  margin-right: 30px;
}
.header-topbar ul.pull-left > li:last-child {
  margin-right: 0;
}
.header-topbar .btn-wrapper {
  margin-left: 50px;
}
.header-topbar .btn-wrapper .button {
  position: relative;
  top: -1px;
}
.header-topbar:after {
  content: '';
  display: table;
  clear: both;
}
.bg-white .header-topbar {
  border-bottom: 1px solid rgba(194, 194, 194, 0.3);
  background-color: #fff;
}
.bg-white .header-topbar a.item {
  color: #a7a7a7;
  transition: color .2s ease;
  font-size: 1rem;
}
.bg-white .header-topbar a.item:hover {
  color: #2b941f;
}
.bg-center .header-topbar-wrapper {
  position: relative;
}
.bg-center .header-topbar-wrapper ul.topbar.pull-left {
  position: relative;
}
.bg-center .header-topbar-wrapper ul.topbar.pull-right {
  position: relative;
}
.bg-center .header-topbar {
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
  position: absolute;
  left: 0;
  right: 0;
}
.bg-center .header-topbar a.item {
  color: #bfbfbf;
  transition: color .2s ease;
  font-size: .93rem;
}
.bg-center .header-topbar a.item:hover {
  color: #2b941f;
}
/*
----------  1.2. Main Header  ----------
*/
.header-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.bg-transparent .header-main-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.bg-transparent .header-main-wrapper .navbar-header {
  position: relative;
}
.bg-transparent .header-main-wrapper .navigation {
  position: relative;
}
.bg-center .navbar-header {
  float: none;
  text-align: center;
  line-height: 100px;
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}
.bg-center img.logo {
  vertical-align: -10px;
}
.header-main {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
.header-main.header-fixed {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: top 0.6s ease;
}
.header-main.header-fixed .navbar-header {
  top: 0;
}
.header-main.header-fixed .navigation {
  top: 0;
}
.header-main.header-fixed .navbar-header .header-logo {
  line-height: 0;
}
.header-main.hide-menu {
  top: -120px !important;
}
.header-main .logo {
  width: 290px;
}
.header-main .pull-right {
  padding-right: 0;
}
.bg-transparent .header-fixed .logo,
.bg-white .header-fixed .logo,
.bg-center .header-fixed .logo {
  width: 120px;
}
.bg-transparent .header-fixed .navbar-header,
.bg-white .header-fixed .navbar-header,
.bg-center .header-fixed .navbar-header {
  line-height: 46px;
}
.bg-transparent .header-fixed .nav-wrapper,
.bg-white .header-fixed .nav-wrapper,
.bg-center .header-fixed .nav-wrapper {
  line-height: 50px;
}
.bg-transparent .header-fixed nav.navigation a.main-menu,
.bg-white .header-fixed nav.navigation a.main-menu,
.bg-center .header-fixed nav.navigation a.main-menu {
  line-height: 50px;
}
.bg-transparent .header-fixed .nav-search,
.bg-white .header-fixed .nav-search,
.bg-center .header-fixed .nav-search {
  top: 50px;
}
.bg-transparent .header-fixed nav.navigation .main-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-transparent .header-fixed .search-btn {
  padding-top: 0;
}
.bg-center .header-fixed .navbar-header {
  float: left;
  border: none;
}
.bg-center .header-fixed nav.navigation {
  float: right;
  border: none;
}
.bg-white .header-fixed {
  background-color: #fff;
}
.bg-center .header-fixed,
.bg-transparent .header-fixed {
  background-color: #040921;
  padding-top: 0;
}
.bg-white.navhidden-padding {
  padding-bottom: 90px;
}
.bg-transparent.navhidden-padding {
  padding-bottom: 50px;
}
.bg-center.navhidden-padding {
  padding-bottom: 172px;
}
/*
----------  1.3. Navigation  ----------
*/
ul.navbar-nav a.main-menu span.text {
  position: relative;
}
ul.navbar-nav a.main-menu span.text:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -7px;
  width: 2px;
  height: 0;
  background-color: #2b941f;
  transition: height .2s ease;
}
ul.navbar-nav a.main-menu:hover {
  background-color: transparent;
}
ul.navbar-nav li a.main-menu {
  padding-left: 7px;
  padding-right: 23px;
}
ul.navbar-nav > li.active > a.main-menu,
ul.navbar-nav > li:hover > a.main-menu {
  color: #2b941f;
}
ul.navbar-nav > li.active > a.main-menu span.text:before,
ul.navbar-nav > li:hover > a.main-menu span.text:before {
  height: 16px;
}
.search-btn {
  display: inline-block;
  padding-left: 7px;
  float: left;
}
.search-btn:hover {
  color: #2b941f;
}
.search-btn:hover i:after {
  height: 14px;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navigation {
  position: relative;
}
nav.navigation li.dropdown:hover a.main-menu i {
  transform: rotate(180deg);
}
nav.navigation li.dropdown:hover .dropdown-menu {
  display: block;
}
nav.navigation li.dropdown .icons-dropdown {
  margin-left: 4px;
}
nav.navigation li.dropdown i {
  transition: transform .4s ease;
}
nav.navigation a.main-menu:focus {
  background-color: transparent;
}
.nav-search {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
}
.nav-search form {
  width: 100%;
  height: 40px;
  border: 1px solid #f1f1f1;
}
.nav-search form input[type="text"] {
  border: none;
  width: 225px;
  height: 38px;
  padding: 0 20px;
  vertical-align: top;
  color: #7c7c7c;
}
.nav-search form .search-btn {
  vertical-align: top;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-align: center;
  position: relative;
  top: -1px;
}
.bg-white .nav-wrapper {
  line-height: 90px;
}
.bg-white nav.navigation a.main-menu {
  color: #696969;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
.bg-white .search-btn {
  color: #898989;
}
.bg-white .nav-search {
  top: 90px;
}
.bg-transparent nav.navigation .main-menu {
  color: #fff;
  padding-bottom: 10px;
}
.bg-transparent .search-btn {
  color: #fff;
  padding-top: 13px;
}
.bg-transparent form .search-btn {
  color: #898989;
}
.bg-transparent .nav-search {
  top: 65px;
}
.bg-center .nav-wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 70px;
}
.bg-center nav.navigation {
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}
.bg-center nav.navigation .main-menu {
  color: #d8d8d8;
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
.bg-center .search-btn {
  color: #d8d8d8;
}
.bg-center .nav-search {
  top: 100%;
}
/*
=====  End of HEADER  ======
*/
/*
===============================
=            CONTENT          =
===============================
*/
/*
----------  2.1. Slide Banner  ----------
*/
/* Enter your code */
/*
----------  2.2. Page Title & Breadcrumb  ----------
*/
/* Enter your code */
/*
----------  2.3. Main Content  ----------
*/
/* Enter your code */
/*
=====  End of CONTENT  ======
*/
/*
===============================
=            SIDEBAR          =
===============================
*/
.main-right {
  float: right;
}
.sidebar .col-2:last-child .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .title-widget {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
  background-color: #fafafa;
  border-left: 4px solid #2b941f;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
/*=================================
======        WIDGET        =======
==================================*/
.thumb {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}
.thumb:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b941f;
  opacity: 0.4;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.thumb img {
  width: 100%;
}
.thumb:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.thumb.style-2:after {
  display: none;
}
.fa-custom:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-widget .search-wrapper {
  width: 100%;
  border: 1px solid #ced0d6;
  display: table;
}
.search-widget .search-wrapper .search-input {
  width: inherit;
  height: 40px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 18px;
  padding-right: 0;
  color: #adadad;
  font-family: Helvetica, Arial, sans-serif;
}
.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input:-moz-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input::-moz-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input:-ms-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .submit-btn {
  color: #adadad;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border: none;
  padding: 0;
  margin-right: 6px;
}
.search-widget .search-wrapper .submit-btn:active {
  box-shadow: none;
}
.single-recent-post-widget {
  display: table;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.single-recent-post-widget .img-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.single-recent-post-widget .img-wrapper img {
  width: 100%;
}
.single-recent-post-widget .post-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.single-recent-post-widget .post-info .meta-info {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
  font-style: italic;
  color: #81878f;
}
.single-recent-post-widget .post-info .meta-info .comment-count:before,
.single-recent-post-widget .post-info .meta-info .view-count:before {
  margin-right: 4px;
}
.single-recent-post-widget .post-info .meta-info .comment-count:before {
  content: '\f075';
}
.single-recent-post-widget .post-info .meta-info .view-count {
  margin-right: 10px;
}
.single-recent-post-widget .post-info .meta-info .view-count:before {
  content: '\f007';
}
.single-recent-post-widget .post-info .meta-info .sep {
  font-style: normal;
  margin: 0 10px;
}
.single-recent-post-widget .post-info .description {
  color: #555555;
  font-size: 14px;
}
.single-recent-post-widget .post-info .description:hover {
  color: #2b941f;
}
.single-recent-post-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-recent-post-widget:hover .thumb:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.categories-widget .category:before {
  content: '\f178';
  color: #dbdbdb;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.categories-widget .widget-list .single-widget-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f5f5f5;
}
.categories-widget .widget-list .single-widget-item .link {
  display: block;
  color: #696969;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list .single-widget-item .link .category {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list .single-widget-item .count {
  float: right;
}
.categories-widget .widget-list .single-widget-item:first-child {
  border-top: none;
  padding-top: 0;
}
.categories-widget .widget-list .single-widget-item:last-child {
  padding-bottom: 0;
}
.categories-widget .widget-list .single-widget-item:hover .link {
  color: #2b941f;
}
.categories-widget .widget-list .single-widget-item:hover .link .category {
  left: 10px;
}
.categories-widget .widget-list .single-widget-item:hover .link .category:before {
  color: #2b941f;
}
.tags-widget .tag {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #8d8f93;
  border: 1px solid #b0b5bd;
  border-radius: 0;
  padding: 0 16px;
  line-height: 30px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tags-widget .tag:hover {
  border: 1px solid #2b941f;
  color: #2b941f;
}
.gallery-widget ul {
  margin-bottom: 0;
}
.gallery-widget li {
  width: 25%;
  padding-bottom: 5px;
}
.gallery-widget li:nth-last-child(-n + 4) {
  padding-bottom: 0;
}
.social-widget ul {
  margin-bottom: 0;
}
.social-widget li {
  margin-bottom: 10px;
}
.social-widget .social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #f4f4f4;
  color: #ced0d6;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-widget .social-icon:hover {
  border-color: #2b941f;
  color: #2b941f;
}
/*=================================
=====       END WIDGET       ======
=================================*/
/*
----------  3.1. Left Sidebar  ----------
*/
.sidebar-left {
  float: left;
}
/*
----------  3.2. Right Sidebar  ----------
*/
.sidebar-right {
  float: right;
}
/*
----------  3.3. Both Sidebar  ----------
*/
/* Enter your code */
/*
=====  End of SIDEBAR  ======
*/
/*
==============================
=            FOOTER          =
==============================
*/
/*
----------  4.1. Main Footer  ----------
*/
.bg-wp-footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-wp-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a1118;
  opacity: 0.95;
}
.bg-wp-footer .title {
  position: relative;
  color: rgba(255, 255, 255, 0.98);
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.14286rem;
  margin-bottom: 50px;
  margin-top: 17px;
}
.bg-wp-footer .title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #2b941f;
}
.footer-main {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 90%;
}
.footer-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 16, 0.95);
}
.footer-main .title {
  position: relative;
  color: rgba(255, 255, 255, 0.98);
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.14286rem;
  margin-bottom: 50px;
  margin-top: 17px;
}
.footer-main .title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #2b941f;
}
/*
----------  4.2. Sub Footer  ----------
*/
.footer-sub {
  background-color: #000610;
}
.footer-sub .name-company {
	color: #999999;
	font-size: 0.928571rem;
	display: inline-block;
	position: relative;
	top: 2px;
}
.footer-sub nav.footer-nav {
  padding-right: 0;
  position: relative;
  top: 2px;
}
.footer-sub nav.footer-nav li.active a.nav-item {
  color: rgba(255, 255, 255, 0.98);
}
.footer-sub nav.footer-nav li:last-child a.nav-item {
  padding-right: 0;
}
.footer-sub nav.footer-nav a.nav-item {
	padding: 0 0 0 20px;
	color: #999999;
	line-height: 24px;
	font-weight: 500;
}
.footer-sub nav.footer-nav a.nav-item:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.98);
}
.footer-sub ul.navbar-nav {
  height: auto;
}
/*
----------  4.3. Copyright  ----------
*/
/* Enter your code */
/*
=====  End of FOOTER  ======
*/

.main-bg, .top-nav ul li li, .header-2 .top-nav > ul > li.selected > a, .header-2 > .container:before, .sticky-nav .top-nav > ul > li.selected > a, .head-border, .top-head.header-2 .top-nav > ul > li > a:before, .social-list-empty li a:after, .sticky-nav .top-nav > ul > li:hover > a, .heading:after, ul.social-list li a.main-bg:after, .steps-1 i:after, .responsive-menu > ul, .testimonials-1 .testimonials-img:before, .testimonials-1 .testimonials-img:after, .center-v-menu ul li:hover a, .center-v-menu ul li.active a, .center-v-menu ul li.active a:focus, .rect-angles:before, .rect-angles:after, .rect-angles span:before, .rect-angles span:after, .pricing-tbl:not(.style-2).selected, .pricing-tbl:not(.style-2):hover, .main-border.btn-outlined:hover, .top-head.minimal .top-nav > ul > li:hover > a, .steps-2 .step-title:after, .top-head.minimal .top-nav > ul > li.selected > a, .slick-dots li.slick-active button, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .top-head.box-head .top-nav > ul > li >a:before, .pagination>.active>span:focus, .pagination>.active>span:hover, .tabs.bg-color .nav-tabs>li.active>a, .icon-bg.dark-bg:after, .icon-border.dark-bg:after, .accordion.shadowed h5.acc-head a:not(.collapsed), .tabs.bottom-border .nav-tabs>li.active>a:after, .icon-boxes-1 [class*="col-md-"]:before, .icon-boxes-1 [class*="col-md-"]:after, .filter-by.style2 ul li.selected a span, .filter-by.style3 ul li.selected a span, .filter-by.style4 ul li.selected a span, .list-grid a.selected, .heading.main .head-sep:before, .heading.main .head-sep:after, .slick-prev:hover, .slick-next:hover, #to-top:hover, .swiper-button:hover, .section-bullets li.active a:after, .top-head.box-head.light-head > .container:before, .top-head.box-head.dark-head > .container:before, .on-sale-inner {
    background-color: #2b941f;
    color: #fff;
}



/*
------------- 6.5. Accordions ------------ */
.panel-title{
	position:relative
}
.accordion{
	position:relative;
}
.accordion .panel>.panel-heading h4 a:after {
	position:absolute;
	top:50%;
	right:15px;
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	content:"\f106";
	margin-top:-8px
}
.accordion .panel>.panel-heading h4 a.collapsed:after {
	content:"\f107";
}
.panel-title i {
	margin-right:15px;
}
.accordion.style-4 .panel>.panel-heading h4 a:after {
	content:"\f068";
	font-size:12px
}
.accordion.style-4 .panel>.panel-heading h4 a.collapsed:after {
	content:" \f067";
}
.accordion .panel{
	margin:0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion h5.acc-head{
	margin-bottom:0
}
.accordion h5.acc-head a{
	display: block;
	padding: 15px;
	line-height: 20px;
	position: relative;
	font-size: 15px;
	border: 1px transparent solid;
	margin-bottom: -1px;
	color: #FFF;
}
.accordion h5.acc-head a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	content: "\f00d";
	top: 0px;
	font-size: 12px;
	padding: 18px 0;
	font-size: 14px;
	width: 45px;
	text-align: center;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.accordion h5.acc-head a.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(-225deg);
}
h5.acc-head i {
	margin-right:10px;
	font-size:12px
}
.acc-body .acc-content{
	padding: 0px 15px;
	margin: 15px 0 15px 8px;
	border-left: 2px rgba(0, 0, 0, 0.06) solid;
	font-size: 14px;
}
.black-bg .acc-body .acc-content{
	border-left-color:rgba(255, 255, 255, 0.06)
}
.accordion.radius > div:first-child > h5.acc-head a{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.accordion.radius > div:last-child > h5.acc-head a{
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.accordion.radius > div:last-child h5.acc-head a:not(.collapsed){
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.accordion.radius.bordered{
	border-radius:5px;
}
.accordion.outlined h5.acc-head a,.accordion.bottom-border h5.acc-head a,.accordion.bordered h5.acc-head a{
	background-color:transparent
}
.accordion.bottom-border h5.acc-head a{
	border-width:0;
	border-bottom-width:1px;
}
.accordion.bordered{
	border:1px transparent solid;
}
.accordion.bordered h5.acc-head a{
	border-width:0;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
.accordion.bordered > div:last-child h5.acc-head a{
	border-bottom-width:0;
}
.accordion.dashed{
	border-style:dashed
}
.margin.accordion .panel{
	margin-bottom:5px
}
.margin.accordion h5.acc-head a{
	border-radius:5px !important
}
.accordion.square h5.acc-head a{
	border-radius:0 !important
}
.accordion.shadowed{
	box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.23);
	border-radius: 3px;
}
.accordion.shadowed h5.acc-head{
	border-top:1px rgba(0,0,0,0.1) solid;
	border-radius: 3px;
}
.accordion.shadowed h5.acc-head a{
	background:transparent;
	border:0;
	margin-bottom:1px;
	border-radius: 3px;
	border-top:1px rgba(255,255,255,0.1) solid;
}
.accordion.shadowed .panel:first-child h5.acc-head,.accordion.shadowed .panel:first-child h5.acc-head a{
	border-top:0
}
.accordion.shadowed.white-bg h5.acc-head a:not(.collapsed) i,.accordion.shadowed.black-bg h5.acc-head a{
	color:#fff
}
.accordion.shadowed.main-bg h5.acc-head a:not(.collapsed){
	background-color:#fff;
	color:#444
}
.no-shadow{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.gry-bg, .gry-bar, .gry-bg .testimonials-bg:before, .gry-bg .testimonials-bg:after {
    background-color: #f1f1f1;
}

.tbl {
    display: table;
    margin: auto;
    position: relative;
    z-index: 2;
}

.p-a-3 {
    padding: 3rem !important;
}



ul.a {
	margin-left:-25px;
	list-style-type: decimal;
	
}

ul.b {
	margin-left:-25px;
	list-style-type: decimal;
	
}

.green{
	color: #2b941f;}
	
	.center{
	background-position: center;
}