/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Categories Section
7.  Portfolio Section
8.  Trainer Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0 !important;
	padding: 0  !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #393939;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
 ul.lead {
 	list-style-type: circle;
 }
 .top-header {
 	background: #16cf51;
  height: 38px;
  position: fixed;
  width: 100%;
  z-index: 999999;
 }
.top-header-left {
	float: left;
	width: 80%;
}
.top-header-left ul li {
	float: left;
  padding: 5px 10px;
  list-style: none;
  color: #fff;
}
.top-header-right {
	width: 20%;
}
.top-header-right .social-icons ul {
	padding: 10px;
}
.top-header-right .social-icons ul li {
	list-style-type: none;
	float: left;
	padding: 0 10px;
}
.top-header-right .social-icons ul li a {
	color:#fff;
}
.top-header-right .social-icons ul li a:hover {
	color: #eae9e9;
}
.office-time {
	padding: 10px;
}
.logo-text {
	float: left;
	padding: 0px 35px;
}
.logo-text img {
	width: 72px;
}
header {
  min-height: 75px;
}
.nav {
	float: right;
  padding: 10px 35px;
}
.restly-banner-stitle {
	font-size: 18px;
text-transform: uppercase;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-bottom: 0px;
padding: 0;
color: #ffffff;
margin-bottom: 20px;
}
.restly-banner-title {
  font-size: 72px;
  font-weight: bolder;
  font-family: 'Nunito';
  line-height: 82px;
  color: #ffffff;
  margin-bottom: 20px;

}
.theme-btns {
  border-radius: 5px;
  background-color: rgb( 16, 76, 186);
  padding: 20px 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.restly-home-banner-contents {
	text-align: center;
	padding: 200px 0;
}

.home-about {
	padding: 150px 100px 100px 100px;
	background: #fff;
}
.home-about h2 {
    font-size: 25px;
    color: #000s;
    padding: 15px 0px;
    font-weight: bold;
}
.home-about h3 {
    font-size: 18px;
    color: #032e42;
    padding: 5px 0px;
}
.about-item img {
    margin-top: 0px;
    height: 500px;
    border-radius: 10px;
}
.home-about ul li {
	margin-left: 25px;
}
.services-item h3 {
	text-align: center;
  padding: 20px;
}
.services-item img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.home-about .conicon i {
    font-size: 43px;
  color: #08bb41;
  float: left;
  padding: 25px 7px 7px 0px;
}
.home-about .confeatures {
    color: #33aace;
    padding: 7px;
    display: block;
    margin-left: 60px;
}
.home-about .confeatures h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
a.readmore {
	background: #32acd5;
  padding: 15px 20px;
  top: 50px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 40px;
}
a.readmore:hover {
	background: #000;
}
a.readservices {
	background: #121622;
	padding: 15px 20px;
	top: 50px;
	left: 20px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
}
a.readservices:hover {
	background: #000;
	color: #fff;
}
footer#contact {
	background: #012;
	padding: 70px 0;
}
footer#contact p {
	color: #fff;
}
footer#contact h5 {
	color: #fff;
	font-size: 27px;
	padding: 20px 0;
}
.process-section {
	background: #ccefcc;
	padding: 100px 0;
}
.services-item {
  width: 98%;
  margin-right: 10px;
  color: #121b42;
  background: #fff;
  border-radius: 10px;
  min-height: 550px;
}
.services-item p {
	color: #10304d;
    padding: 0px 30px 30px 30px;
}
.services-item h3 {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
}
.services-item img {
	width: 100% !important;
	height: 300px;
	margin: 0 auto;
}
.services-item:hover {
	background: #ccc;
	color: #fff;
}
.nav-item a.nav-link {
	color: #000 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background: #ebf2ff !important;
}
.process-section h3 {
	text-align: center;
	color: #038d22;
	padding: 0px;
	font-size: 60px;
}
.process-section h4 {
	text-align: center;
	color: #323131;
	padding: 10px 10px 70px 10px;
}
.process-section .services-item h3 {
	font-size: 30px;
	padding: 20px;
}
.process-section .owl-nav i {
	color: #fff;
}

.fs-widget ul li {
	color: #fff;
	padding: 5px;
}
.fs-widget ul li a {
	color: #fff;

}
.products-section {
	background: #f7f7f7;
	padding: 100px 0;
}
.products-section h3 {
	text-align: center;
	color: #0d1313;
	padding: 0px;
	font-size: 60px;
}
.products-section h4 {
	text-align: center;
	color: #043642;
	padding: 10px 10px 70px 10px;
}
.products-section .services-item h3 {
	font-size: 30px;
	padding: 20px;
}
#mfproducts .pro-item {
	padding: 20px;
}
#mfproducts .pro-item img {
	min-height: 130px;
	border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.copyright-text {
	text-align: center;
	padding: 100px 0 0 0;
}
.contact-section {
	background: #f7f7f7;
  padding: 100px 0;
}
.contact-section h3 {
	text-align: center;
	color: #151515;
	font-size: 60px;
	padding: 10px 10px 10px 10px;
}
.contact-section h4 {
	text-align: center;
	color: #828282;
	padding: 0px 10px 70px 10px;
}
input.wpcf7-submit {
	background: #2088b0;
  border: none;
  padding: 20px;
  color: #fff;
  float: right;
}

input.wpcf7-submit:hover {
	background: #009fff;
}
#loans {
	background: #020f20;
  padding: 100px 0;
}
#loans h2 {
	text-align: center;
	color: #fff;
	font-size: 60px;
	padding: 10px 10px 10px 10px;
}
#loans h3 {
	text-align: center;
	color: #84bf99;
	padding: 0px 10px 70px 10px;
}
#loans .fa-person {
	padding: 26px 30px;
  background: #e7deff;
  border-radius: 50px;
}
#loans .loan-item {
	background: #f6f7ff;
  padding: 50px 20px;
  margin: 20px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#loans .loan-item p {
	color: #202020;
}
#loans .loan-item .fa-quote-left {
	color: #fff;
	padding: 20px 0 0 0;
}
#loans .loan-item .fa-quote-right {
	color: #fff;
	padding: 0 0 20px 0;
}
#loans .loan-item h4 {
	color: #000;
}

#deposits {
    background: #ed2894;
  padding: 100px 0;
}
#deposits h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding: 10px 10px 10px 10px;
}
#deposits h3 {
    text-align: center;
    color: #fff;
    padding: 0px 10px 70px 10px;
}
#deposits div.deposit-item h4 {
    text-align: center;
    color: #FFF !important;
    padding: 10px 10px 10px 10px;
}
#deposits .fa-person {
    padding: 26px 30px;
  background: #e7deff;
  border-radius: 50px;
}
#deposits .deposit {
    background: #f6f7ff;
  padding: 50px 20px;
  margin: 20px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#deposits .deposit p {
    color: #202020;
}
#deposits .deposit .fa-quote-left {
    color: #fff;
    padding: 20px 0 0 0;
}
#deposits .deposit .fa-quote-right {
    color: #fff;
    padding: 0 0 20px 0;
}
#deposits .deposit h4 {
    color: #000;
}

.products-section  .package_item {
	background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.products-section  .package_item .package_title {
	background-color: #011024;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.products-section  .package_item .package_content {
	padding: 20px 30px 0px;
}
.products-section  .package_item .package_content ul li::before {
  /*content: "\f00c";*/
  font-family: "Font Awesome 5 Pro";
  width: 30px;
  display: inline-block;
  font-weight: 500;
  margin-left: -30px;
  color: #36393d;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: 600;
}
.products-section  .package_item .package_content ul li {
	list-style-type: circle;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  margin-left: 30px;
}

.products-section  .package_item .primary_btn {
	padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.products-section  .package_item .primary_btn a {
	font-size: 18px;
	width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  padding: 20px 20px;
  color: #36393d;
  border-radius: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none;
  letter-spacing: 2px;
  transition: 0.3s;
  text-decoration: none;
}

.products-section .package_item .primary_btn a:hover {
	background: #000;
	color: #fff;
}

.products-section  .package_item .package_title h4 {
	color: #fff;
	margin: 0;
  padding: 0;
}
.footer_section {
  background-color: #036436;
}
.footer_section .footer_area .footer_item .footer_contact_info .footer_contact_item {
	margin: 0px 0px 20px 0px;
}
.footer_section .footer_area .footer_item .footer_contact_info .footer_contact_item .icon_area {
  width: 30px;
  min-width: 30px;
  float: left;
}
.footer_section .footer_area .footer_item .footer_contact_info .footer_contact_item .icon_area i {
  font-size: 16px;
  color: #b5cee7;
}
.footer_section .footer_area .footer_item .footer_contact_info .footer_contact_item .info_area p a {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  font-size: 15px;
}
.footer_section .footer_area .footer_item .footer_contact_info .footer_contact_item .info_area p {
  font-size: 18px;
  margin-bottom: 0;
}
.footer_section .footer_area .footer_item p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.footer_section .footer_area .footer_item ul.social_links li a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  color: #fff;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  font-size: 12px;
  border-radius: 50%;
  text-decoration: none;
}
.footer_section .footer_area .footer_item ul.social_links li a:hover {
  background-color: #01193e;
  border-color: #000204;
  color: #fff;
}
hr.footer_separator {
	border-top:#000209 1px solid;
}
.footer_section .footer_area .footer_item .footer_logo a {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 0;
}
.footer_section .footer_area .footer_item .footer_logo h5 {
	font-size: 30px;
}
.footer_section .footer_area .footer_item .footer_logo {
  padding-bottom: 10px;
}
.footer_section .footer_area .footer_item ul.social_links li {
  display: inline-block;
  margin-right: 10px;
}
.footer_section .footer_area .footer_item {
  margin-bottom: 40px;
}
.footer_section .footer_area .footer_item .footer_title {
  margin-bottom: 20px;
}
.footer_section .footer_area .footer_item .footer_title h5 {
  font-size: 24px;
  padding: 15px 0;
  color: #ddd;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_section .footer_area .footer_item .footer_links ul li a:hover {
  color: #bfbfbf;
  transition: all 0.3s ease !important;
}
.footer_section .footer_area {
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer_section .footer_area .footer_item p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.footer_section .footer_area .footer_item .footer_links ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.footer_section .footer_area .copyright_text {
  text-align: center;
}
.footer_section .footer_area .copyright_text li {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
  float: none;
  display: inline-block;
}
.footer_section .footer_area .footer_item .footer_links ul li {
  margin-bottom: 11px;
  padding-left: 20px;
  list-style-type: none;
}














@media (min-width: 1201px) and (max-width: 1920px) {
    .navbar-container {
        position: unset;
    }
  }
@media (min-width: 992px) and (max-width: 1104px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
    #navbar.opened #navbar-menu ul.navbar-links a.navbar-link {
        color: #fff !important;
    }
  }
  @media (min-width: 749px) and (max-width: 1055px) {
  	div.logobox {
  		width: 65% !important;
  	}
  }
  @media (min-width: 749px) and (max-width: 1273px) {
  span.logo-text {
	padding: 0px 5px;
}
div.logobox {
	width: 80%;
}
span.companyname {
	width: 200px;
	display: inline-block;
	position: absolute;
	left: 10px !important;
	margin: 22px 0;
	top: 0px !important;
} }
@media (min-width: 576px) and (max-width: 991px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
    #navbar.opened #navbar-menu ul.navbar-links a.navbar-link {
        color: #fff !important;
    }
    .home-about {
        padding: 150px 10px 100px 10px;
    }
    .about-item img {
        margin-top: 150px;
    }
    .top-header-left {
  float: left;
  width: 50%;
}
.top-header-right {
  width: 50%;
}
.homel {
	width: 100%;
}
.homer {
	width: 100%;
}
}






div.logobox {
	width: 27%;
  float: left;
}

span.companyname {
    margin: 20px 0;
    position: relative;
    left: 0px;
    top: 15px;
    color: #595d5c;
    font-family: times;
    font-weight: bold;
    font-size: 12px;
}

:root {
    --navbar-bg-color: white;
    --navbar-text-color: hsl(0, 0%, 85%);
    --navbar-text-color-focus: grey;
    --navbar-bg-contrast: hsl(0, 0%, 25%);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#navbar {
    --navbar-height: 64px;
    position: fixed;
    height: var(--navbar-height);
    left: 0;
    right: 0;
    top: 38px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    background-color: #fff;
}
.navbar-container {
    /*display: flex;*/
    justify-content: space-between;
    height: 100%;
    align-items: center;
    width: 73%;
}
.home-link,
.navbar-link {
    color: #000;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    align-items: center;
    transition: background-color 0.2s ease-in-out,
                color 0.2s ease-in-out;
                font-size: 18px;
}
.home-link:focus,
.home-link:hover {
    color: var(--navbar-text-color-focus);
}
.navbar-link {
    justify-content: center;
    width: 100%;
    padding: 0.4em 0em;
    border-radius: 5px;    
}
.navbar-link:focus,
.navbar-link:hover {
    color: #198754;
    background-color: #fff;
}
.navbar-logo {
    background-color: var(--navbar-text-color-focus);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
}
.navbar-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 20px;
}
.icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin: 2px;
    transition: background-color 0.2s ease-in-out,
                transform 0.2s ease-in-out,
                opacity 0.2s ease-in-out;
    background-color: navy;
}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: red;
}
#navbar.opened .navbar-toggle .icon-bar:first-child,
#navbar.opened .navbar-toggle .icon-bar:last-child {
    position: absolute;
    margin: 0;
    width: 30px;
}
#navbar.opened .navbar-toggle .icon-bar:first-child {
    transform: rotate(45deg);
}
#navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
}
#navbar.opened .navbar-toggle .icon-bar:last-child {
    transform: rotate(-45deg);
}
#navbar-menu {
    position: fixed;
    top: var(--navbar-height);
    bottom: 0;
    transition: opacity 0.2s ease-in-out,
                visibility 0.2s ease-in-out,
                left 0.2s ease-in-out,
                right 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    float: right;
}
#navbar-menu.sidebar,
#navbar-menu.sidebar.left {
    left: -1000px;
    right: 0;
}
#navbar-menu.sidebar.right {
    right: -1000px;
    left: 0;
}
#navbar-menu.detached,
#navbar-menu.attached {
    left: 0;
    right: 0;
    top: 115px;
}
#navbar.opened #navbar-menu {
    background-color: #020a28;
    opacity: 1;
    visibility: visible;
}
#navbar.opened #navbar-menu.sidebar.left {
    left: 0;
}
#navbar.opened #navbar-menu.sidebar.right {
    right: 0;
}
.navbar-links {
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    /*background-color: var(--navbar-bg-color);*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
#navbar.opened .navbar-links {
    padding: 1em;
    max-height: none;
}
.sidebar .navbar-links {
    top: 0;
    bottom: 0;
}
.left.sidebar .navbar-links {
    left: 0;
    right: unset;
    box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.3);
}
.right.sidebar .navbar-links {
    right: 0;
    left: unset;
    box-shadow: -5px 20px 20px rgba(0, 0, 0, 0.3);
}
.detached .navbar-links {
    left: 0;
    right: 0;
    margin: 1.4rem;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.attached .navbar-links {
    left: 0;
    right: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}
.navbar-item {
    margin: 0.4em;
    padding: 25px;
}
@media screen and (max-width: 575px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
    #navbar.opened #navbar-menu ul.navbar-links a.navbar-link {
        color: #fff !important;
    }
    .home-about {
        padding: 150px 10px 100px 10px;
    }
    .about-item img {
        margin-top: 150px;
    }
    .top-header-left {
  float: left;
  width: 50%;
}
.top-header-right {
  width: 50%;
}
span.logo-text {
	padding: 0px 5px;
}
div.logobox {
	width: 80%;
}
span.companyname {
	width: 200px;
	display: inline-block;
	position: absolute;
	left: 85px;
	top: -5px;
}
}
@media (min-width: 576px) and (max-width: 748px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
    #navbar.opened #navbar-menu ul.navbar-links a.navbar-link {
        color: #fff !important;
    }
    .home-about {
        padding: 150px 10px 100px 10px;
    }
    .about-item img {
        margin-top: 150px;
    }
    .top-header-left {
  float: left;
  width: 50%;
}
.top-header-right {
  width: 50%;
}
span.logo-text {
	padding: 0px 5px;
}
div.logobox {
	width: 80%;
}
span.companyname {
	width: 200px;
	display: inline-block;
	position: absolute;
	left: 85px;
	top: -5px;
}
}
@media (min-width: 1201px) and (max-width: 1960px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-container {
        position: absolute;
        right: 0;
    }
    .navbar-toggle {
        display: none;
    }
    #navbar #navbar-menu,
    #navbar.opened #navbar-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        display: block;
        height: 100%;
    }
    #navbar .navbar-links,
    #navbar.opened .navbar-links {
        margin: 0;
        padding: 0;
        box-shadow: none;
        position: static;
        flex-direction: row;
        list-style-type: none;
        max-height: max-content;
        width: 100%;
        height: 100%;
    }
    #navbar .navbar-link:last-child {
        margin-right: 0;
    }
}
#options {
	display: flex;
	flex-direction: column;
}

.pagetitlebox {
	background: #eaeaea;
	min-height: 150px;
	height: 150px;
	display: block;
	position: relative;
  top: 110px;
}
.pagetitlebox h1 {
	padding: 45px 50px 50px 50px;
	font-size: 40px;
}
.pagebox {
	padding: 150px 50px 150px 50px;
}

.pagebox h2 {
	padding: 20px 0 20px 0;
	font-size: 25px;
	font-weight: bold;
}
.owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5bffbd !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #08A0A8 !important;
}