/*RESET CSS START*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h5,
h6,
body,
p,
input,
span,
form,
header,
figure,
label,
strong,
bold {
  margin: 0;
  font-weight: normal;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  max-width: 100%;
}
/*body{font-family: 'Signika Negative', sans-serif;font-family: 'Permanent Marker', cursive;}*/
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #555;
}
::-moz-placeholder {
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}
:-moz-placeholder {
  color: #555;
}
::-webkit-textarea-placeholder {
  font-size: 18px;
}
.search-box input[type="search"]::-webkit-input-placeholder {
  font-size: 20px;
  color: #fff;
}
.search-box input[type="search"]::-moz-placeholder {
  font-size: 20px;
  color: #fff;
}
address {
  font-style: normal;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff;
}
.navbar-collapse {
  border: none !important;
  box-shadow: none !important;
}
:focus {
  outline: none;
}
.form-control:focus {
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
address {
  margin-bottom: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
  border-color: transparent;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:focus,
a:hover {
  text-decoration: none;
}
.section-padding-bottom {
  padding-bottom: 70px;
}
/*RESET CSS END*/

/* COMMON CSS START */
.full-width {
  float: left;
  width: 100%;
}
.auto-width {
  float: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
}
.header-menu li a,
.fixed-header,
.products:hover .product-hover,
.product-hover,
.banner-btn .btn {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.fixed {
  /*background-color: #fff;*/
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 111;
}
.bg-white {
  background-color: #fff;
}
.box-shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.text-capitalize {
  text-transform: uppercase;
}
h1 {
  font-size: 47px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #888;
  font-weight: 800;
  font-family: "Saira", sans-serif;
}
p {
  color: #7b838a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Signika Negative", sans-serif;
}
h2 {
  color: #002347;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  font-family: "Saira", sans-serif;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #002347;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
h3 {
  font-weight: 800;
  color: #002347;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Saira", sans-serif;
}
.main-title {
  text-align: center;
  margin-bottom: 20px;
}
::selection,
-moz-selection,
-webkit-selection,
-ms-selection,
-moz-selection,
-o-selection {
  background-color: #002347;
  color: #fdc632;
}
.form-control:focus {
  border-color: #ccc;
}
.center {
  text-align: center;
}
.box-shadow1 {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 12px 4px 10px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 12px 4px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.8) 12px 4px 10px 4px;
}
.submit-btn {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.mb-10 {
  margin-bottom: 10px;
}
.center {
  text-align: center;
}
.section-padding {
  padding: 70px 0;
}
.box-shadow1 {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.9);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.9);
}
/*h3{position: relative;padding-bottom: 5px;}*/
/*h3::after{position: absolute;content: '';left: 0;bottom: 0;border: 1px solid #000;display: inline-block;width: 50px;}*/
.sub-title {
  margin-bottom: 20px;
}
.sub-title h2 {
  position: relative;
  padding-bottom: 5px;
  width: auto;
  float: none;
  display: inline-block;
}
.sub-title h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border: 1px solid #000;
  display: inline-block;
  width: 50px;
}
.inner-banner {
  min-height: 500px !important;
}
.inner-banner .banner-content {
  padding: 130px 0 !important;
}
.inner-banner .banner-content h1 {
  color: #002347 !important;
}
.inner-banner .banner-content p {
  margin-bottom: 0 !important;
}
.section-padding {
  padding: 100px 0;
}
.man-title {
  margin-bottom: 20px;
}
.padding-bottom {
  padding-bottom: 60px;
}
/* COMMON CSS END */



/* navbar design*/
.navbar .navbar-brand img {
  height: 80px;
  width: auto;
  display: block;
}
nav.navbar.navbar-expand-xl {
  margin: 13px;
}
a#navbarDropdown {
  padding: 23px;
  color: black;
  padding-top: 30px;
}
button#click\ me {
  margin-right: -50px;
  height: 42px;
  width: 108px;
  padding: 5px;
  margin-top: 21px;
  background-color: black;
  color: #fff;
  box-shadow: 0 0 0 4em #222e41 inset;
  border-radius: 3px;
  font-size: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  text-align: center;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}
ul.dropdown-menu.sub-menu.pg {
  width: 48rem;
  height: 15rem;
  position: absolute;
  left: -29rem;
  padding: 16px;
  max-width: auto;
}
.Blog,
.Cases,
.Shop {
  font-size: 22px;
  margin-top: 4px;
  margin-left: 26px;
  color: #48b03d;
}
ul.dropdown-menu.sub-menu.element {
  width: 48rem;
  height: 17rem;
  position: absolute;
  left: -34rem;
  padding: 19px;
  max-width: auto;
}
.Base,
.Common,
.Presentational {
  font-size: 22px;
  margin-top: 4px;
  margin-left: 26px;
  color: #48b03d;
}

/*section-1*/
.container-fluid-1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 250px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  text-align: left;
}
.headline {
  padding-left: 8rem;
  padding-top: 10rem;
}
.navbar-brand.png_05 {
  padding-left: 83px;
  padding-top: 63px;
}
span.financial {
  font-size: 21px;
  padding: 24px;
  margin-left: -24px;
}
h1.Finance {
  padding-top: 30px;
  font-size: 77px;
  line-height: 76px;
  font-weight: 500;
  font-family: "partan", Arial, Helvetica, sans-serif;
  margin-bottom: 44px;
  letter-spacing: 0 !important;
  color: #222e41;
}
span.Consulting {
  color: #28c76f;
  font-weight: inherit;
  font-size: 4rem;
  letter-spacing: -1px;
  background-color: #fff;
}
button.btn-lwt {
  background-color: #28c76f;
  color: #ffffff;
  border-color:#28c76f ;
  padding: 18px 51px;
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  border-color: #28c76f;
}
section.body-part {
  background-color: #f7f7f5;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  color: #222e41;
}
/*section-2*/
section.second-section {
  padding-bottom: 8em;
  padding-top: 8em;
}

.s-s_headline {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  color: inherit;
  padding-bottom: 2rem;
}
p.s-s_subheadline {
  font-size: 1.4375rem;
  margin-top: 11px;
  font-weight: 400;
  margin-bottom: 61px;
  font-style: italic;
  font-family: none;
  line-height: 1.4;
}

.box {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: 353px;
  width: 335px;
  margin: 24px;
}

a.img-1 {
  padding-top: 33px;
  padding-right: 23px;
}
h4.box-content {
  text-align: center;
  font-size: 32px;
}
span.read-more {
  font-weight: 400;
  transition: all 300ms ease;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #28c76f;
  font-size: 14px;
  margin-left: -48px;
  margin-top: 32px;
}

.arrow {
  margin-top: -20px;
  color: #28c76f;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-flow: row nowrap;
  align-items: normal;
  align-content: flex-start;
  cursor: pointer;
  text-align: left;
  margin-left: 198px;
}

/*section-3*/
.third-section .right {
  text-align: left;
}

.container-fluid-2 {
  width: 100%;
  padding-right: 84px;
  padding-left: 56px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 250px;
}
.navbar-brand.png_06 {
  width: 508px;
}
h1.t-s-heading-1 {
  font-size: 51px;
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 1.2;
}
h3.t-s-heading-2 {
  font-family: none;
  font-style: italic;
  padding: 17px;
  padding-left: 4px;
}
ul.t-s-heading-3 {
}

.right .fa-check-circle {
  color: limegreen;
  margin-right: 10px;
}
.right li {
  padding-bottom: 1rem;
}

/* QUOTE START */
section.Quote {
  background: url(../images/bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #ffff;
}
.container.quote-bg {
  padding: 8rem 0;
  height: 800px;
}
.container.quote-bg p {
  padding-top: 2rem;
  font-family: "IBM Plex Serif";
  font-size: 30px;
  color: #fff;
  padding-bottom: 2rem;

  font-size: 2.125rem;
  line-height: 1.3;
  font-style: italic;
  letter-spacing: -1px;
  padding-left: 0px;
}
.container.quote-bg .company-name img {
  padding-bottom: 2rem;
  margin-left: -17rem;
}

.container.quote-bg .text h5 {
  font-weight: 500;
}
.container.quote-bg .text h6 {
  font-weight: 400;
}
.container.quote-bg .signature img {
  position: absolute;
  left: -166px;
  margin-top: 11px;
}
.text {
  margin-left: 30px;
}
/* QUOTE END */

.container-fluid-3 {
  width: 100%;
  padding-right: 107px;
  padding-left: 78px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 169px;
  padding-bottom: 9rem;
}
button#Quote {
  color: white;
  background-color: #28c76f;
  padding: 1.2em 1.8em;
  border-color:#28c76f ;
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  font-size: 16px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
}

 /* footer part */
footer#footer {
    background-color: #eaeae8;
    padding-top: 8rem;
    padding-bottom: 8rem;
   

}
p.Subscribe {
  color: #182028;
  font-style: normal;
  font-family: "Spartan",Arial,Helvetica,sans-serif;
  font-size: 2.125rem;
  line-height: 1.3;
  letter-spacing: 2px;
}
.container-content{
  max-width: 450px;
    display: flex;
    width: 100%;
}

input[type="email"] {
  font: inherit;
  border: white;
  flex: 1 0 87%;
  position: relative;
  font-size: 19px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  padding: 11px;
}
input[type="submit"] {
  border: solid 2px white;
  background-color: white;
  font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
  color: #28c76f !important;
  font-weight: 600;
  box-shadow: 1 0 0 4em #fff inset;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  padding: 10px;
}

.container-footer {
  padding-top: 47px;
}
li.social-blog-heading {
  font-size: 20px;
  font-family: sans-serif;
  margin-bottom: 30px;
}
.social-blog-heading {
  margin-bottom: 25px;
}
.social-blog-heading-0{
  font-size: 20px;
  font-family: sans-serif;
  margin-bottom: 15px;
}
.social-link a {
  color: #111112;
  background-color: transparent;
  border: 1px solid #191919;
  margin: 4px;
  font-size: 1.316rem;
  border-radius: 50%;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
}
.social-link{
  padding-bottom: 20px;
}
.footer-head{
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: black;
  color: white;
}
p.left {
  margin-left: -60px;
  text-align: center;
  color: white;
}
.right-1{
  color: white;
  padding: 23px;
  margin-left: 322px;
}
.right-2{
  color: white;
  
}