body {
  font-family: "Roboto", sans-serif;
  color: #808385;
  font-size: 15px;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
}

label {
	margin-bottom: 0 !important;
	margin-top: .5rem;
}

::-moz-selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none;
}

::selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none;
}

ul {
  list-style: disc outside none;
}

.main-container {
  overflow: hidden;
  background-color: #f7f7f7;
}

/*preloader*/
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #3a6aa5;
  z-index: 999999;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 0px);
  color: #fff;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 0ms infinite ease-in-out;
  animation: lol 3s 0ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 0ms infinite ease-in-out;
  animation: lol 3s 0ms infinite ease-in-out;
}

/*preloader*/
#scrollUp {
  text-decoration: none;
  bottom: 26px;
  background: url(../img/up.png);
  height: 32px;
  position: fixed;
  right: 50px;
  width: 32px;
  z-index: 1000;
  border: none;
  outline: none;
}

/*google map*/
#googleMap {
  height: 400px;
  width: 100%;
}

/*navbar fixed top*/
.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1030;
}

.section-title .title-text h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.section-title .title-text h2:before, .section-title .title-text h2:after {
  position: absolute;
  left: 50%;
  top: 40px;
  content: "";
  background: #3a6aa5;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.section-title .title-text h2:after {
  width: 120px;
  height: 2px;
  top: 43px;
}
.section-title .title-text p {
  margin: 7px 0 50px;
  display: inline-block;
}

/*Submit Button*/
.submit-button {
	border-radius:25px;
	width:100%;
	background-color:#271c50;
	border:none;
	font-size:16px;
	font-weight:600;
	padding: 13px 40px;
	color:white;
}

.submit-button:hover {
	cursor:pointer;
	background-color:#553faa;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

/*Custom CSS*/
.custom-text {
	padding-top:5px;
	font-size:18px;
	line-height:1;
	text-transform:uppercase;
	margin-bottom:3px;
}

.custom-phone {
	font-size:30px;
	line-height:1;
}

/*Overlay*/
.overlay {
  position: relative;
}
.overlay:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}

/*boxed Start*/
.boxed {
  max-width: 1140px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.boxed .header {
  margin: auto;
  max-width: 1140px;
}
.boxed .dropdown-menu {
  right: 100px;
  left: -61px;
}

.btn-1 a {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #3a6aa5;
  border-color: #3a6aa5;
  transition: all 0.4s ease 0s;
}
.btn-1 a:hover {
  background: #222;
  letter-spacing: 5px;
}

.btn-2 a {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  background: #fff;
  border-color: #fff;
  transition: all 0.4s ease 0s;
}
.btn-2 a:hover {
  background: #222;
  letter-spacing: 5px;
}

.btn-3 a {
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #3a6aa5;
  border-color: #3a6aa5;
  transition: all 0.4s ease 0s;
}
.btn-3 a:hover, .btn-4 a:hover {
  background: #222;
  letter-spacing: 5px;
}

.btn-4 a {
  color: rgb(255, 255, 255);
  border-radius: 5px;
  border-color: rgb(0, 0, 0);
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  background-color: rgb(126, 178, 28);
  transition: all 0.4s ease 0s;
}
.btn-4 a:link, .btn-4 a:visited {
  color: rgb(255, 255, 255);
}

/*contact form*/
.help-block,
.with-errors {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
  border-color: #ff0000;
}

.help-block,
.with-errors {
  border-color: #ff0000 !important;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #2b3032;
}

/* 1.2  Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.font-size-12 {
	font-size: 12px;
}

.text-center {
  text-align: center;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

#slidebutton {
	color:#fff;
}

#slidebutton:hover {
	color:#000;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #808385;
  outline: 0;
}

/* 1.3 Margins & Paddings */
.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb100 {
  margin: 100px 0;
}

.padtb {
  padding: 60px 0 100px;
}

.pad10 {
  padding: 10px 0;
}

.pad30 {
  padding: 13px 0;
}

.pad50 {
  padding: 50px 0;
}

.pad80 {
  padding: 80px 0;
}

.pad60-custom {
  padding: 20px 20px 20px 20px;
}

.pad100 {
  padding: 100px 0;
}

.pad-b100 {
  padding: 0 0 100px;
}

.pad-head {
  padding: 240px 100px 150px;
}

.pad-top90 {
  padding-top: 90px;
}

.pad-tb {
  padding: 350px 0;
}

.pad-top100 {
  padding-top: 100px;
}

.xs-mt50 {
  margin-top: 50px;
}

.no-pad {
  padding: 0;
}

/* 1.4 Backgrounds */

form{
	color: #000;
}

.text-white label {
	color:white;
}

.bg-custom {
  	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/site/elevate_billboards/assets/img/Home_under_construction.jpeg);
  	background-size: 150%;
  	background-repeat: no-repeat;
	background-position: center center;
}

.bg-custom-right {
	background-color: #646464;
}

.bg-color-brand {
  background: #3a6aa5;
}

.bg-count {
  background: url(../img/199_VA_mortgage_payment_web.png);
}

.bg-test {
  background: url(../img/bg/2.jpg);
}

.bg-test-2 {
  background: url(../img/bg/8.jpg);
}

.bg-test-3 {
  background: url(../img/bg/10.jpg);
}

.bg-ft {
  background: url(../img/199_VA_mortgage_payment_web.png);
}

.bg-fs {
  background: url(../img/bg/4.jpg);
}

.bg-pl {
  background: url(../img/bg/5.jpg);
}

.bg-gt {
  background: url(../img/bg/6.jpg);
}

.bg-call {
  background: url(../img/bg/7.jpg);
}

.bg-about {
  background: url(../img/bg/12.jpg);
}

.bg-about-2 {
  background: url(../img/bg/13.jpg);
}

.bg-histy {
  background: url(../img/bg/14.jpg);
}

.bg-count-2 {
  background: url(../img/bg/15.jpg);
}

.bg-services {
  background: url(../img/bg/16.jpg);
}

.bg-team {
  background: url(../img/bg/17.jpg);
}

.bg-investment {
  background: url(../img/bg/18.jpg);
}

.bg-pricing {
  background: url(../img/bg/19.jpg);
}

.bg-pricing-2 {
  background: url(../img/bg/20.jpg);
}

.bg-news {
  background: url(../img/bg/21.jpg);
}

.bg-error {
  background: url(../img/bg/error.jpg);
}

.bg-color {
  background: #f7f7f7;
}

.bg-color-2 {
  background: #f3f3f3;
}

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

.parallax2{
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
  background-size: cover;
}

.no-attm {
  background-attachment: scroll;
}

/*animation*/
.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-20px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    top: 180%;
  }
  100% {
    top: 98%;
  }
}
@keyframes slideUpIn {
  0% {
    top: 180%;
  }
  100% {
    top: 98%;
  }
}
.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

/*animation*/
/* 2 navbar global */
.header {
  min-height:134px;
  vertical-align:middle;
}
.header.home-two .navbar-nav li.active > a {
  color: #fff !important;
  background-color: #00dbfb;
}
.header.home-two .navbar-nav .nav-link {
  color: #2b3032;
}
.header.home-two .navbar-nav .nav-link:hover {
  color: #00dbfb;
}
.header .navbar {
  padding: 0;
  min-height:134px;
  vertical-align:middle;
}
.header .navbar-toggler-icon {
  background-color: #01292f;
}
.header .navbar-toggler {
  margin-right: 15px;
  background: #00dbfb;
  border: none;
  padding: 6 10px;
}
.header .navbar-nav li.active > a {
  color: #fff !important;
  background-color: #3a6aa5;
  border-radius: 2px;
}
.header .navbar-nav li.active > a:hover {
  color: #fff !important;
  background-color: #3a6aa5;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 2px #000;
}
.header .navbar-nav .nav-link {
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 1.5px;
}
.header .navbar-nav .nav-link:hover {
  color: #3a6aa5;
}

.header .navbar-nav .dropdown-menu {
  width: 180px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  top: 0;
  border: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 8px 5px;
  font-size: 11px;
  color: #2b3032;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navbar-nav .dropdown-menu li a:hover, .header .navbar-nav .dropdown-menu li a.active {
  background-color: #3a6aa5;
  color: #fff;
}
.header .navbar-nav li .mega-menu {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  padding: 10px 15px;
  width: 800px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: all 0.4s ease 0s;
}
.header .navbar-nav li .mega-menu.dropdown-menu .submenu ul li a {
  padding: 10px;
}
.header .navbar-nav li .mega-menu.dropdown-menu .submenu ul li a i.fa {
  padding-right: 7px;
}

/*3.1 Slider Area Start*/
.slider-area .tp-caption.ts {
  text-shadow: rgba(0, 0, 0, 0.498) 0px 2px 5px;
}
.slider-area .tp-caption.ts span {
  text-shadow: rgba(0, 0, 0, 0.498) 0px 2px 5px;
}
.slider-area .tp-caption span.slideshow-text-primary {
  color: #00dbfb;
}
.slider-area .tp-caption.rev-btn {
  transition: all 0.4s ease 0s !important;
}

.header-top-area {
  background: #00dbfb;
  padding: 10px 0;
}
.header-top-area .social-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .social-top ul li {
  display: inline-block;
  margin: 0 7px;
}
.header-top-area .social-top ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.4s ease 0s;
}
.header-top-area .social-top ul li a:hover {
  color: #2b3032;
}
.header-top-area .contact-info ul {
  margin: 0;
  padding: 0;
}
.header-top-area .contact-info ul li {
  display: inline-block;
  color: #fff;
  padding-right: 7px;
}
.header-top-area .contact-info ul li i {
  padding-right: 5px;
}

/*3.1 Slider Area End*/
/*3.2 Feature Area Start*/
.feature-area .single-feature {
  border-left: 1px solid #3a6aa5;
  border-right: 1px solid #3a6aa5;
  position: relative;
  padding: 50px 20px;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #3a6aa5;
}
.feature-area .single-feature:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #3a6aa5;
}
.feature-area .single-feature .feature-icon i {
  color: #3a6aa5;
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  justify-content: center;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature .feature-content h3 {
  color: #2b3032;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 20px 0 25px;
  text-transform: uppercase;
}
.feature-area .single-feature .feature-content p {
  color: #808385;
  margin-bottom: 0;
}
.feature-area .single-feature .feature-content .btn-1 {
  margin-top: 30px;
}
.feature-area .single-feature .feature-content .btn-1 a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #3a6aa5;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
  letter-spacing: 1.5px;
}
.feature-area .single-feature .feature-content .btn-1 a:hover {
  letter-spacing: 4px;
  color: #000;
}
.feature-area .single-feature:hover {
  background-color: #3a6aa5;
  transition: all 0.4s ease 0s;
}
.feature-area .single-feature:hover .feature-icon i {
  color: #fff;
}
.feature-area .single-feature:hover .feature-content p {
  color: #fff;
}
.feature-area .single-feature:hover .feature-content .btn-1 a {
  border-color: #fff;
  background-color: #fff;
  color:#000;
}

.financial-planning-area .inner {
  padding: 30px 20px;
}
.financial-planning-area .inner.br {
  border-right: 1px solid #ddd;
}
.financial-planning-area .inner .icon-bar img {
  height: 50px;
  width: 50px;
}
.financial-planning-area .inner .text a h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 25px 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.financial-planning-area .inner .text a h3:hover {
  color: #00dbfb;
}
.financial-planning-area .inner .text p {
  font-size: 15px;
  margin-bottom: 0;
}
.financial-planning-area .bt {
  border-top: 1px solid #ddd;
}

.financial-strength-area2 .graph-content h2 {
  color: #2b3032;
  font-size: 30px;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.financial-strength-area2 .graph-content p {
  margin: 15px 0 15px;
}

/*3.2 Feature Area End*/
/*3.3 Financial Strength Area Start*/
.financial-strength-area .graph-content h2 {
  color: #2b3032;
  font-size: 30px;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.financial-strength-area .graph-content h2 strong {
  display: block;
  font-weight: 400;
  margin-top: 15px;
}
.margin-spacing-custom {
  margin: 20px 10px !important;
}
.margin-spacing-custom p {
  margin: 0 !important;
}
.financial-strength-area .graph-content p {
  margin: 30px 0 15px;
}
.financial-strength-area .bar-chart .ht {
  height: 25% !important;
}
.financial-strength-area .bar-chart .ht2 {
  height: 68% !important;
}
.financial-strength-area .bar-chart .ht3 {
  height: 75% !important;
}
.financial-strength-area .bar-chart .ht4 {
  height: 90% !important;
}
.financial-strength-area .bar-chart .ht5 {
  height: 100% !important;
}

/*3.4 Financial Activities Area Start*/
.financial-activities-area .single-activities {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  position: relative;
}
.financial-activities-area .single-activities img {
  width: 100%;
}
.financial-activities-area .single-activities .icon-tag {
  position: absolute;
  width: 50px;
  right: -15px;
  bottom: 127px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
}
.financial-activities-area .single-activities .icon-tag i.fa {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  top: 46px;
  left: -28px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.financial-activities-area .single-activities .icon-tag:before {
  position: absolute;
  content: '';
  width: 268px;
  right: -121px;
  top: 0px;
  opacity: 0;
  height: 45px;
  text-align: center;
  background-color: #3a6aa5;
  text-transform: uppercase;
  transform: rotate(140deg);
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.financial-activities-area .single-activities:hover .icon-tag:before {
  opacity: 1;
}
.financial-activities-area .single-activities:hover .icon-tag i.fa {
  opacity: 1;
}
.financial-activities-area .single-activities:hover .hr-content h3 a {
  color: #3a6aa5;
}
.financial-activities-area .single-activities .hr-content {
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #fff;
}
.financial-activities-area .single-activities .hr-content h3 {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.financial-activities-area .single-activities .hr-content h3 a {
  color: #2b3032;
}

/*3.5 Call To Action Area Start */
.call-to-action-area .call-img {
  width: 100%;
  height: 100%;
}
.call-to-action-area .action-content {
  padding: 83px 15px 64px 0px;
}
.call-to-action-area .action-content h1, .call-to-action-area .action-content h2, .call-to-action-area .action-content h3, .call-to-action-area .action-content h4, .call-to-action-area .action-content h5, .call-to-action-area .action-content h6 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
.call-to-action-area .action-content h1.numb, .call-to-action-area .action-content h2.numb, .call-to-action-area .action-content h3.numb, .call-to-action-area .action-content h4.numb, .call-to-action-area .action-content h5.numb, .call-to-action-area .action-content h6.numb {
  position: relative;
}
.call-to-action-area .action-content h1.numb:before, .call-to-action-area .action-content h2.numb:before, .call-to-action-area .action-content h3.numb:before, .call-to-action-area .action-content h4.numb:before, .call-to-action-area .action-content h5.numb:before, .call-to-action-area .action-content h6.numb:before {
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -20px;
  content: "";
  width: 40%;
  height: 2px;
}
.call-to-action-area .action-content h2 {
  color: #2b3032;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
}
.call-to-action-area .action-content p {
  font-size: 15px;
  color: #fff;
  margin: 30px 0;
}
.call-to-action-area .action-content h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.call-to-action-area .action-content .down-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.call-to-action-area .action-content .down-btn ul li {
  margin-right: 5px;
  cursor: pointer;
}

.call-to-action-two-area .inner-content h3 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.call-to-action-two-area .inner-content p {
  margin: 15px 0;
}
.call-to-action-two-area .inner-content h5 {
  color: #2b3032;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.call-to-action-two-area .inner-content .call-num {
  margin-top: 15px;
}
.call-to-action-two-area .inner-content .call-num a h3 {
  color: #00dbfb;
  font-size: 30px;
  font-weight: 500;
}
.call-to-action-two-area .btn-1 {
  text-align: center;
  margin: 120px 0 0 0;
}

.getin-tech-area .action-content {
  padding: 83px 15px 36px 0px;
}
.getin-tech-area .action-content h1, .getin-tech-area .action-content h2, .getin-tech-area .action-content h3, .getin-tech-area .action-content h4, .getin-tech-area .action-content h5, .getin-tech-area .action-content h6 {
  color: #00dbfb;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
.getin-tech-area .action-content h2 {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
}
.getin-tech-area .action-content p {
  font-size: 15px;
  color: #fff;
  margin: 30px 0;
}
.getin-tech-area .action-content h3 {
  color: #00dbfb;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.getin-tech-area .action-content .down-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.getin-tech-area .action-content .down-btn ul li {
  margin-right: 5px;
  cursor: pointer;
}
.getin-tech-area .contact-form {
  padding: 0 0 0 50px;
}
.getin-tech-area .contact-form h2 {
  color: #2b3032;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
.getin-tech-area .contact-form h2:before, .getin-tech-area .contact-form h2:after {
  position: absolute;
  left: 58px;
  top: 52px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.getin-tech-area .contact-form h2:after {
  width: 109px;
  height: 2px;
  top: 55px;
  left: 58px;
}
.getin-tech-area .contact-form p {
  margin-bottom: 50px;
}
.getin-tech-area .contact-form .form-group input {
  outline: 0;
}
.getin-tech-area .contact-form .form-group input.form-control {
  height: 40px;
  color: #222;
  line-height: 0;
  font-size: 14px;
  transition: all 0.4s ease 0s;
}
.getin-tech-area .btn-primary {
  background-color: #222;
  border: none;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.4s ease 0s;
}
.getin-tech-area .btn-primary:focus {
  box-shadow: none;
}
.getin-tech-area .btn-primary:hover {
  background-color: #00dbfb;
  letter-spacing: 5px;
}
.getin-tech-area .form-control:focus {
  box-shadow: none;
  border-color: #00dbfb;
}
.getin-tech-area .btn-1 a {
  padding: 10px 30px;
}

/*3.6 Our Team Area Start */
.our-team-area .single-team-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.our-team-area .single-team-item:hover {
  border-color: #00dbfb;
}
.our-team-area .single-team-item .person-img {
  position: relative;
}
.our-team-area .single-team-item .person-img img {
  width: 100%;
}
.our-team-area .single-team-item .person-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .team-info {
  text-align: center;
  padding: 20px 0;
}
.our-team-area .single-team-item .team-info h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.our-team-area .single-team-item .team-info span {
  font-size: 15px;
}
.our-team-area .single-team-item:hover .social-icon {
  left: 50%;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .social-icon {
  position: absolute;
  top: 15%;
  left: 200%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  text-align: center;
}
.our-team-area .single-team-item .social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-team-area .single-team-item .social-icon ul li {
  display: inline-block;
  margin: 0 10px;
}
.our-team-area .single-team-item .social-icon ul li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}
.our-team-area .single-team-item .social-icon ul li a i:hover {
  color: #00dbfb;
}

.meet-our-advisor-area .single-team-membar {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.meet-our-advisor-area .single-team-membar .membar-img {
  position: relative;
}
.meet-our-advisor-area .single-team-membar .membar-img img {
  width: 100%;
  height: auto;
}
.meet-our-advisor-area .single-team-membar .membar-info {
  text-align: center;
  padding: 20px 0;
}
.meet-our-advisor-area .single-team-membar .membar-info h3 {
  line-height: 18px;
}
.meet-our-advisor-area .single-team-membar .membar-info h3 a {
  font-size: 18px;
  color: #2b3032;
  text-transform: uppercase;
}
.meet-our-advisor-area .single-team-membar .membar-info .designation {
  text-transform: capitalize;
}
.meet-our-advisor-area .single-team-membar .social-icon-one {
  background: #e9e9e9;
  padding: 10px 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li {
  display: inline-block;
  margin: 0 10px;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li a i.fa {
  font-size: 18px;
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.meet-our-advisor-area .single-team-membar .social-icon-one ul li a i.fa:hover {
  color: #00dbfb;
}
.meet-our-advisor-area .single-team-membar:hover {
  border-color: #00dbfb;
}
.meet-our-advisor-area .single-team-membar:hover .social-icon-one {
  opacity: 1;
  top: 62%;
  visibility: visible;
}

/*3.6 Our Team Area End */
/*3.7 Counter Up Area Start */
.counter-up-area .single-counter {
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter-up-area .single-counter .count-content span {
  color: #fff;
  font-size: 78px;
  line-height: 78px;
  font-weight: 700;
  position: relative;
}
.counter-up-area .single-counter .count-content span:before, .counter-up-area .single-counter .count-content span:after {
  position: absolute;
  left: 50%;
  top: 103px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.counter-up-area .single-counter .count-content span:after {
  width: 120px;
  height: 2px;
  top: 106px;
}
.counter-up-area .single-counter .count-content p {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 18px;
  text-transform: uppercase;
}

/*3.8 Make An Investment Area Start */
.make-investment-area .future-content {
  margin-top: 80px;
}
.make-investment-area .future-content .before-icons {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  color: #00dbfb;
  border-style: solid;
  border-color: #00dbfb;
  border-width: 2px;
  position: relative;
  margin-right: 15px;
}
.make-investment-area .future-content .before-icons:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  border: none;
  width: 4px;
  height: 14px;
  background: #00dbfb;
}
.make-investment-area .future-content .before-icons:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  border: none;
  width: 4px;
  height: 14px;
  background: #00dbfb;
}
.make-investment-area .future-content .media-future {
  margin-bottom: 40px;
}
.make-investment-area .future-content .media-future a h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.make-investment-area .future-content .media-future a h3:hover {
  color: #00dbfb;
}
.make-investment-area .bg-box-img {
  background-image: url(../img/others/finance.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: 100% 50%;
  padding: 50px 70px 40px 0px;
}
.make-investment-area .bg-box-img .bg-content-box {
  margin: 30px 30px 30px 0px;
  padding: 40px 55px 40px 45px;
  background-color: #00dbfb;
}
.make-investment-area .bg-box-img .bg-content-box h3 {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.make-investment-area .bg-box-img .bg-content-box p {
  color: #fff;
  font-size: 15px;
  margin: 30px 0;
}
.make-investment-area .bg-box-img .bg-content-box .btn-1 a {
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2b3032;
  display: inline-block;
  background: #fff;
  transition: all 0.4s ease 0s;
}
.make-investment-area .bg-box-img .bg-content-box .btn-1 a:hover {
  background: #00dbfb;
  letter-spacing: 5px;
}

/*3.9 Testimonial Area Start */
.testimonial-area .testimonial-wrapper {
  background: #fff;
  padding: 0px 20px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.testimonial-area .testimonial-wrapper.testimonial-wrapper--video {
  padding: 20px 40px;
}

.testimonial-area .testimonial-wrapper .item-content .test-img img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  transform: translateY(-45%);
  z-index: 99;
}
.testimonial-area .testimonial-wrapper .item-content .test-client strong {
  font-size: 18px;
  color: #2b3032;
  display: block;
  text-transform: uppercase;
}
.testimonial-area .testimonial-wrapper .item-content .test-client .position {
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-area .owl-carousel .owl-stage-outer {
  padding: 36px 0 0;
}

.home-page-3.testimonial-area .title-text h2 {
  color: #fff;
}
.home-page-3.testimonial-area .title-text p {
  color: #fff;
}
.home-page-3.testimonial-area .testimonial-wrapper {
  background: transparent;
  border: 1px solid #fff;
  padding: 0px 30px 20px;
  max-width: 800px;
  margin: auto;
}
.home-page-3.testimonial-area .testimonial-wrapper .test-img img {
  transform: translateY(-45%);
}
.home-page-3.testimonial-area .testimonial-wrapper p {
  color: #fff !important;
  margin-bottom: 0;
}
.home-page-3.testimonial-area .testimonial-wrapper .test-client strong {
  margin-top: 20px;
  color: #fff;
}

.testimonial-area-three .title {
  margin-bottom: 80px;
  position: relative;
}
.testimonial-area-three .title h2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.testimonial-area-three .title h2:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  background: #00dbfb;
  width: 24%;
  height: 2px;
}
.testimonial-area-three .title {
  position: relative;
}
.testimonial-area-three .title.pd50 {
  padding-left: 50px;
}
.testimonial-area-three .title.pd50 h2:after {
  left: 50px;
  position: absolute;
}
.testimonial-area-three .testimonial-wrapper {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.testimonial-area-three .testimonial-wrapper:after {
  position: absolute;
  right: 50px;
  top: 40;
  color: #00dbfb;
  font-size: 40px;
  content: "\f10e";
  font-family: fontawesome;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-img {
  float: left;
  width: 20%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client {
  float: left;
  width: 80%;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client strong {
  color: #2b3032;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client span.position {
  color: #808385;
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-area-three .testimonial-wrapper .item-content .test-client p {
  margin: 20px 0 0;
}
.testimonial-area-three #accordion {
  padding-left: 70px;
}
.testimonial-area-three #accordion .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.testimonial-area-three #accordion .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 0 0 18px;
}
.testimonial-area-three #accordion .card .card-header h5 {
  line-height: 20px;
}
.testimonial-area-three #accordion .card .card-header h5 a {
  color: #00dbfb;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonial-area-three #accordion .card .card-header h5 a::before {
  color: #00dbfb;
  content: "\f068";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: -25px;
  position: absolute;
  top: 0px;
}
.testimonial-area-three #accordion .card .card-header h5 a.collapsed::before {
  color: #fff;
  content: "\f067";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: -25px;
  position: absolute;
  top: 0px;
}
.testimonial-area-three #accordion .card-body {
  padding: 10px 0;
  color: #fff;
}

.team-single-area .information .title h3 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.team-single-area .information h6 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 15px 0 10px;
  text-transform: capitalize;
}
.team-single-area .information h6.position {
  color: #808385;
  font-size: 18px;
  font-weight: normal;
}
.team-single-area .information p {
  margin-bottom: 0;
}
.team-single-area .information .social-icons {
  margin-top: 25px;
}
.team-single-area .information .social-icons ul li {
  display: inline-block;
  margin: 5px;
}
.team-single-area .information .social-icons ul li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #00dbfb;
  color: #fff;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.team-single-area .information .social-icons ul li a:hover {
  background: #2b3032;
  color: #fff;
}
.team-single-area .information .skill-section .skill {
  margin-bottom: 10px;
}
.team-single-area .information .skill-section .skill .progress-label {
  margin-bottom: 10px;
}
.team-single-area .information .skill-section .skill .progress-label span.skill-name {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.team-single-area .information .skill-section .skill .progress-label span.progress-bar-percentage {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  margin-top: 4px;
}
.team-single-area .information .skill-section .skill .progress {
  background-color: #cccccc;
  height: 8px;
  border-radius: 4px;
  overflow: visible;
}
.team-single-area .information .skill-section .skill .progress .progress-bar {
  background: #00dbfb;
  height: 100%;
  font-size: 12px;
  border-radius: 4px;
}

/*3.9 Testimonial Area End */
/*4.1 Recent News Area Start */
.recent-news-area .single-inner-box {
  border: 1px solid #ddd;
}
.recent-news-area .single-inner-box:hover .inner-img a img {
  filter: grayscale(100%);
}
.recent-news-area .single-inner-box:hover .post-date {
  color: #00dbfb !important;
}
.recent-news-area .single-inner-box:hover a.rd-btn {
  color: #00dbfb !important;
}
.recent-news-area .single-inner-box .inner-img {
  position: relative;
}
.recent-news-area .single-inner-box .inner-img a img {
  width: 100%;
  filter: none;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-img .post-date {
  color: #2b3032;
  font-size: 27px;
  font-weight: 700;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 60px;
  text-align: center;
  padding-top: 8px;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-img .post-date span {
  display: block;
  font-size: 15px;
}
.recent-news-area .single-inner-box .inner-content {
  padding: 20px 25px;
}
.recent-news-area .single-inner-box .inner-content h3 a {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.recent-news-area .single-inner-box .inner-content h3 a:hover {
  color: #00dbfb;
}
.recent-news-area .single-inner-box .inner-content p {
  font-size: 15px;
  margin: 15px 0;
}
.recent-news-area .single-inner-box .inner-content a.rd-btn {
  color: #2b3032;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}

.home-2.recent-news-area .inner-content h3 a {
  font-size: 15px;
  line-height: 15px;
}

/*4.2 Financial Solution Start*/
.financial-solution-area .section-title .title-text h2 {
  position: relative;
}
.financial-solution-area .section-title .title-text h2:before {
  position: absolute;
  left: 58px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.financial-solution-area .section-title .title-text h2:after {
  width: 113px;
  height: 2px;
  top: 43px;
  left: 58px;
}
.financial-solution-area .section-title .title-text p {
  margin: 30px 0px;
}
.financial-solution-area .inner-box {
  border: 1px solid #ddd;
  padding: 30px 20px 30px 20px;
  transition: all 0.4s ease 0s;
  border-radius: 4px;
}
.financial-solution-area .inner-box .box-icon img {
  max-width: 70px;
  height: 70px;
}
.financial-solution-area .inner-box a h3 {
  color: #2b3032;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  margin: 20px 0;
  transition: all 0.4s ease 0s;
}
.financial-solution-area .inner-box p {
  font-size: 15px;
  margin: 0;
}
.financial-solution-area .inner-box:hover {
  border-color: #00dbfb;
}
.financial-solution-area .inner-box:hover a h3 {
  color: #00dbfb;
}

/*4.3 Financial Company Start*/
.financial-company-area .company-content {
  margin-top: 57px;
}
.financial-company-area .company-content h3 {
  color: #2b3032;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.financial-company-area .company-content p {
  font-size: 15px;
}
.financial-company-area .company-content .custom {
  margin-top: 30px;
}
.financial-company-area .company-content .custom .col-one,
.financial-company-area .company-content .custom .col-two {
  margin-right: 20px;
}
.financial-company-area .company-content .custom .col-one p,
.financial-company-area .company-content .custom .col-two p {
  font-size: 16px;
}
.financial-company-area .company-content .custom .col-one p:last-child,
.financial-company-area .company-content .custom .col-two p:last-child {
  margin-bottom: 0;
}
.financial-company-area .company-content .custom .col-one p i.fa,
.financial-company-area .company-content .custom .col-two p i.fa {
  color: #2b3032;
  padding-right: 5px;
}
.financial-company-area .company-content .custom .col-two {
  margin-right: 0;
}
.financial-company-area .counter-inner {
  margin-top: 60px;
}
.financial-company-area .counter-inner .outer-icon {
  margin-right: 30px;
}
.financial-company-area .counter-inner .outer-icon img {
  width: 60px;
  height: 60px;
}
.financial-company-area .counter-inner .outer-content span {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}
.financial-company-area .counter-inner .outer-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}

/*4.4 Why Choose Us Start*/
.why-choose-us-area .inner-box,
.team-single-area .inner-box {
  display: flex;
  margin-bottom: 30px;
}
.why-choose-us-area .inner-box .choose-icons i.fa,
.team-single-area .inner-box .choose-icons i.fa {
  color: #00dbfb;
  font-size: 45px;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
.why-choose-us-area .inner-content,
.team-single-area .inner-content {
  margin-left: 20px;
}
.why-choose-us-area .inner-content p,
.team-single-area .inner-content p {
  margin: 0;
}
.why-choose-us-area .skill-section .about-skill-item,
.team-single-area .skill-section .about-skill-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.why-choose-us-area .skill-section .about-skill-item p,
.team-single-area .skill-section .about-skill-item p {
  color: #2b3032;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.why-choose-us-area .skill-section .about-skill-item .progress,
.team-single-area .skill-section .about-skill-item .progress {
  background-color: #cccccc;
  height: 15px;
  border-radius: 4px;
  overflow: visible;
}
.why-choose-us-area .skill-section .about-skill-item .progress .progress-bar,
.team-single-area .skill-section .about-skill-item .progress .progress-bar {
  background: #00dbfb;
  position: relative;
  height: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.why-choose-us-area .skill-section .about-skill-item .progress .progress-bar span,
.team-single-area .skill-section .about-skill-item .progress .progress-bar span {
  position: absolute;
  top: -30px;
  right: -15px;
  color: #2b3032;
  font-size: 15px;
  font-weight: 500;
}
.why-choose-us-area .man-img,
.team-single-area .man-img {
  margin-top: -85px;
}

/*4.5 Financial Contact Start*/
.financial-contact-area .planning-content {
  margin-top: 7px;
}
.financial-contact-area .planning-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.financial-contact-area .planning-content h3 span {
  color: #00dbfb;
}
.financial-contact-area .btn-1 a {
  padding: 0 34px;
  line-height: 44px;
}

/*4.6 Brand Area Start*/
.brand-area .brand-logo a {
  padding: 30px 55px;
  text-align: center;
  border: 1px solid #ddd;
  display: block;
  transition: all 0.4s ease 0s;
}
.brand-area .brand-logo a:hover img {
  transform: scale(1);
}
.brand-area .brand-logo a:hover {
  border-color: #00dbfb;
}
.brand-area .brand-logo a img {
  transform: scale(0.9);
  transition: all 0.4s ease 0s;
}

/*4.7 Experience Area Start*/
.experience-area .card {
  margin-bottom: 15px;
}
.experience-area .card .card-header {
  padding: 12px 20px;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}
.experience-area .card .card-header h5 a {
  color: #2b3032;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 20px;
}
.experience-area .card .card-header h5 a::before {
  color: #000;
  content: "\f103";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}
.experience-area .card .card-header h5 a.collapsed::before {
  color: #000;
  content: "\f101";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

/*4.8 Beneficial Investments Area*/
.beneficial-investments-area .inner-box {
  border: 1px solid #ddd;
  background: #fff;
}
.beneficial-investments-area .inner-box .inner-img {
  position: relative;
}
.beneficial-investments-area .inner-box .inner-img a:after {
  position: absolute;
  top: 0;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 219, 251, 0.5);
  transform: scale(0);
  transition: all 0.4s ease 0s;
}
.beneficial-investments-area .inner-box:hover .inner-img a:after {
  transform: scale(1);
}
.beneficial-investments-area .inner-box .inner-content {
  padding: 10px 20px;
}
.beneficial-investments-area .inner-box .inner-content h3 {
  line-height: 20px;
  margin: 20px 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.beneficial-investments-area .inner-box .inner-content h3 a {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.beneficial-investments-area .inner-box .inner-content h3 a:hover {
  color: #00dbfb;
}
.beneficial-investments-area .inner-box .inner-content p {
  margin-bottom: 0;
}

/*4.9 Financial Value Area*/
.financial-value-area .nav {
  background: #f7f7f7;
}
.financial-value-area .nav.nav-pills .nav-link.active {
  color: #fff;
  background-color: #00dbfb;
}
.financial-value-area .nav li.nav-item a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  color: #2b3032;
  font-weight: 500;
}
.financial-value-area .nav li.nav-item a.nav-link {
  border-radius: 0;
}
.financial-value-area .bar-chart #bars {
  background: #fff !important;
}
.financial-value-area .bar-chart #bars li .bar {
  bottom: 28px !important;
}
.financial-value-area .bar-chart #bars li span {
  bottom: 0em !important;
}
.financial-value-area .bar-chart .ht {
  height: 25% !important;
}
.financial-value-area .bar-chart .ht2 {
  height: 68% !important;
}
.financial-value-area .bar-chart .ht3 {
  height: 75% !important;
}
.financial-value-area .bar-chart .ht4 {
  height: 90% !important;
}
.financial-value-area .bar-chart .ht5 {
  height: 100% !important;
}

/*5.1 Financial Activities Area*/
.home-page-3.financial-activities-area .inner-content a,
.home-page-4.financial-activities-area .inner-content a {
  color: #2b3032;
  text-transform: uppercase;
}
.home-page-3.financial-activities-area .inner-content a h2,
.home-page-4.financial-activities-area .inner-content a h2 {
  font-size: 30px;
  line-height: 30px;
}
.home-page-3.financial-activities-area .inner-content p,
.home-page-4.financial-activities-area .inner-content p {
  margin: 30px 0;
}
.home-page-3.financial-activities-area .inner-content a.btn,
.home-page-4.financial-activities-area .inner-content a.btn {
  color: #2b3032;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  transition: all 0.4s ease 0s;
  letter-spacing: 1px;
}
.home-page-3.financial-activities-area .inner-content a.btn:hover,
.home-page-4.financial-activities-area .inner-content a.btn:hover {
  color: #00dbfb;
  letter-spacing: 5px;
}

.home-page-4.financial-activities-area {
  background: #f3f3f3;
}
.home-page-4.financial-activities-area .no-gutters {
  padding: 0;
}
.home-page-4.financial-activities-area .no-gutters .inner-content {
  padding: 49px 40px;
}
.home-page-4.financial-activities-area .no-gutters .single-activities {
  border: 0;
}

/*5.2 Populer Service Aera*/
.populer-service-area .inner-box {
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px #ddd;
  z-index: 1;
}
.populer-service-area .inner-box:hover img {
  transform: translateY(100%);
}
.populer-service-area .inner-box img {
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.populer-service-area .inner-box .box-content {
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 30px;
  background: #00dbfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0px, 0px);
}
.populer-service-area .inner-box .box-content h3 {
  color: #fff;
  font-size: 25px;
  margin: 20px 0;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.populer-service-area .inner-box .box-content p {
  color: #fff;
}

/*5.3 Excellent Performance Area*/
.excellent-performance-area {
  position: relative;
}
.excellent-performance-area .outer-box {
  position: relative;
  background-color: #f3f3f3;
}
.excellent-performance-area .outer-box .full-width-bg {
  background-image: url(../img/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
  padding: 80px 40px 80px 40px;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content {
  border: 1px solid #fff;
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 60px;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content span {
  color: #00dbfb;
  font-weight: 700;
  font-size: 50px;
  display: block;
}
.excellent-performance-area .outer-box .full-width-bg .outer-content p {
  color: #fff;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.excellent-performance-area .outer-box .services-column {
  position: absolute;
  float: right;
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
}
.excellent-performance-area .outer-box .services-column h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 80px;
}
.excellent-performance-area .outer-box .services-column .column-inner {
  position: relative;
  padding: 80px 40px 80px 40px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services {
  margin-bottom: 50px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner {
  position: relative;
  padding-left: 80px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner .icon-bar {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 50px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner .icon-bar i.fa {
  color: #00dbfb;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 a {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner h3 a:hover {
  color: #00dbfb;
}
.excellent-performance-area .outer-box .services-column .column-inner .single-services .inner p {
  margin-bottom: 0;
}

/*5.4 Helping Grow Area*/
.helping-grow-area .tab-area .custom-tabs {
  text-align: center;
  border-bottom: 2px solid #00dbfb;
}
.helping-grow-area .tab-area .custom-tabs li {
  display: inline-block;
  position: relative;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a {
  color: #2b3032;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 10px 74px;
  line-height: 55px;
  text-transform: uppercase;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a:after {
  position: absolute;
  left: 46%;
  bottom: -8px;
  content: "";
  background: #fff;
  border: 2px solid #00dbfb;
  border-radius: 4px;
  height: 15px;
  width: 15px;
}
.helping-grow-area .tab-area .custom-tabs li.nav-item a.nav-link.active {
  color: #00dbfb;
}
.helping-grow-area .tab-area .tab-content {
  margin: 30px 0 0;
}
.helping-grow-area .tab-area .tab-content .tab-details h5 {
  color: #2b3032;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  text-transform: capitalize;
}

/*5.5 About Us Page Start*/
/*5.5.1 About Us*/
.about-us-area .about-content .section-title h2 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-us-area .about-content .breadcrumb {
  justify-content: center;
  background-color: transparent;
  margin-bottom: 0;
}
.about-us-area .about-content .breadcrumb li {
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}
.about-us-area .about-content .breadcrumb li a {
  color: #00dbfb;
}

.financial-story-area .outer-box {
  position: relative;
}
.financial-story-area .outer-box .full-width-bg {
  background-image: url(../img/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
  padding: 230px 0;
}
.financial-story-area .outer-box .about-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 70px 30px;
}
.financial-story-area .outer-box .about-column .column-inner .section-title {
  margin-bottom: 50px;
}
.financial-story-area .outer-box .about-column .column-inner .section-title h2:before, .financial-story-area .outer-box .about-column .column-inner .section-title h2:after {
  position: absolute;
  left: 6px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.financial-story-area .outer-box .about-column .column-inner .section-title h2:after {
  left: 69px;
  top: 43px;
  width: 120px;
  height: 2px;
}
.financial-story-area .outer-box .about-column .outer-content .about-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}

.ul-icon ul li:before {
  left: 0;
  top: 0;
  margin-right: 7px;
  content: "\f055";
  color: #2b3032;
  font-family: fontawesome;
}

.financial-story-area .outer-box .about-column .outer-content .about-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f055";
  color: #2b3032;
  font-family: fontawesome;
}

.how-we-work-area .section-title h2 {
  color: #2b3032;
  font-size: 30px;
  text-transform: uppercase;
}
.how-we-work-area .inner-content .icon-bar {
  border: 2px solid #00dbfb;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.how-we-work-area .inner-content .icon-bar span {
  font-size: 16px;
  font-weight: 500;
}
.how-we-work-area .inner-content .heading {
  display: inline-block;
  margin-top: 10px;
}
.how-we-work-area .inner-content .heading h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.how-we-work-area .inner-content p {
  margin: 20px 0 0;
}
.how-we-work-area .inner-content .btn-1 {
  margin-top: 30px;
}
.how-we-work-area .section-padding {
  background-color: #00dbfb;
  color: #fff;
  line-height: 1.8;
  position: relative;
  padding: 40px;
}
.how-we-work-area .section-padding .section-absolute-bg {
  background-image: url(../img/about/1.jpg);
}
.how-we-work-area .section-padding .absolute-bg-2 {
  background-image: url(../img/about/2.jpg);
}
.how-we-work-area .section-absolute-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
}
.how-we-work-area .bg-left .absolute-bg-2 {
  right: auto;
  left: 0;
}
.how-we-work-area .boxed-content {
  position: relative;
  padding-right: 220px;
  padding-left: 0px;
}
.how-we-work-area .bg-left .boxed-content {
  margin-left: 250px;
  padding-right: 0;
}

/*5.5.2 About-Us-2*/
.about-us-2.helping-grow-area .section-title h2 {
  color: #fff;
}
.about-us-2.helping-grow-area .section-title p {
  color: #fff;
}
.about-us-2.helping-grow-area .tab-area .custom-tabs li.nav-item a {
  color: #00dbfb;
}
.about-us-2.helping-grow-area .tab-area .custom-tabs li.nav-item a.nav-link.active {
  color: #fff;
}
.about-us-2.helping-grow-area .tab-area .tab-content .tab-details p {
  color: #f3f3f3;
}
.about-us-2.helping-grow-area .tab-area .tab-content .tab-details h5 {
  color: #fff;
}

/*5.5 About Us Page End*/
/*5.6 Pages Start*/
/*5.6.1 Our Services*/
.upcoming-planning-area .planning-content .section-title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.upcoming-planning-area .planning-content .section-title h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  content: "";
  background: #00dbfb;
}
.upcoming-planning-area .planning-content .section-title p {
  margin: 30px 0 50px;
}
.upcoming-planning-area .planning-content .inner-box {
  display: flex;
  margin-bottom: 30px;
}
.upcoming-planning-area .planning-content .inner-box .choose-icons i.fa {
  color: #00dbfb;
  font-size: 45px;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
.upcoming-planning-area .planning-content .inner-content {
  margin-left: 20px;
}

/*5.6.2 Pricing */
.pricing-table .table-title {
  margin-bottom: 60px;
}
.pricing-table .table-title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pricing-table .table-title p {
  margin-bottom: 0;
}
.pricing-table .single-pricing-table {
  border: 1px solid #ddd;
  padding: 30px 0;
  transition: all 0.4s ease 0s;
}
.pricing-table .single-pricing-table .pricing-heading {
  margin-bottom: 30px;
}
.pricing-table .single-pricing-table .pricing-heading h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.pricing-table .single-pricing-table:hover {
  border-color: #00dbfb;
}
.pricing-table .single-pricing-table:hover .pricing-amount {
  background: #00dbfb;
  color: #fff;
}
.pricing-table .single-pricing-table .pricing-amount {
  background: #343a40;
  padding: 20px 60px;
  display: block;
  margin-bottom: 40px;
  transition: all 0.4s ease 0s;
}
.pricing-table .single-pricing-table .pricing-amount h5 {
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  display: block;
}
.pricing-table .single-pricing-table .pricing-amount h5 span {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.pricing-table .single-pricing-table .pricing-content ul li {
  margin-bottom: 10px;
  display: block;
  padding: 0 30px;
}
.pricing-table .single-pricing-table .pricing-content ul li.bold {
  margin-bottom: 10px;
  display: block;
  color:black;
}
.pricing-table a.border-btn {
  margin-top: 30px;
  background: #acacac;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.pricing-table a.border-btn:hover {
  background: #00dbfb;
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table {
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 .single-pricing-table .pricing-heading h3 {
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table:hover {
  border-color: #00dbfb;
}
.pricing-table.table-2 .single-pricing-table:hover .pricing-amount {
  background: #00dbfb;
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table:hover .pricing-amount h5 {
  color: #fff;
}
.pricing-table.table-2 .single-pricing-table .pricing-amount {
  background: #fff;
}
.pricing-table.table-2 .single-pricing-table .pricing-amount h5 {
  color: #2b3032;
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 a.border-btn {
  margin-top: 30px;
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #2b3032;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.pricing-table.table-2 a.border-btn:hover {
  background: #00dbfb;
  color: #fff;
}

/*5.6.3 404 Error*/
.error-page-area .inner-content {
  text-align: center;
}
.error-page-area .inner-content h1, .error-page-area .inner-content h2, .error-page-area .inner-content h3, .error-page-area .inner-content h4, .error-page-area .inner-content h5, .error-page-area .inner-content h6 {
  color: #2b3032;
  font-size: 145px;
  font-weight: 700;
  line-height: 145px;
}
.error-page-area .inner-content h2 {
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
}
.error-page-area .inner-content p {
  color: #fff;
  font-size: 16px;
}

/*5.6 Experts Page Start*/
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li a {
  color: #2b3032;
  display: block;
  padding: 13px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background: #f7f7f7;
  transition: all 0.4s ease 0s;
}
.sidebar-page .left-sidebar .sidebar-widget .inner-box ul li a:hover {
  background: #fff;
}
.sidebar-page .left-sidebar .sidebar-widget .sidebar-title h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  margin: 70px 0 50px;
  text-transform: uppercase;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 20px;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 70px;
  height: 70px;
  border: 1px solid #00dbfb;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-info a {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .post-info a:hover {
  color: #00dbfb;
}
.sidebar-page .left-sidebar .sidebar-widget .single-post .text p {
  font-size: 12px;
  margin-bottom: 0;
}
.sidebar-page .content-side .inner-box .title h2 {
  color: #2b3032;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 60px 0 50px;
}
.sidebar-page .content-side .inner-box .inner-content p {
  margin-bottom: 0;
}
.sidebar-page .content-side .inner-box .inner-content h4 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  margin: 40px 0;
}
.sidebar-page .content-side .inner-box .bar-img {
  margin: 60px 0 80px;
}
.sidebar-page .content-side .inner-box h3 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.sidebar-page .content-side .inner-box .inner-img {
  margin: 40px 0 60px;
}
.sidebar-page .content-side .inner-box #accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header {
  border-bottom: 0;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a {
  color: #2b3032;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a::before {
  color: #2b3032;
  content: "\f068";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 5px;
}
.sidebar-page .content-side .inner-box #accordion .card .card-header h5 a.collapsed::before {
  color: #2b3032;
  content: "\f067";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 5px;
}

/*5.7 News Page Start*/
/*5.7.1 News Single*/
.news-single .content-side {
  margin-bottom: 70px;
}
.news-single .content-side .blog-single .inner-box .image {
  overflow: hidden;
}
.news-single .content-side .blog-single .inner-box .image img {
  transform: scale(1);
  transition: all 1.2s ease;
}
.news-single .content-side .blog-single .inner-box .image img:hover {
  transform: scale(1.3);
}
.news-single .content-side .blog-single .inner-box .lower-box h2 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  margin: 60px 0 20px;
  text-transform: uppercase;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info {
  margin-bottom: 30px;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info ul li {
  display: inline-block;
  color: #2b3032;
  font-size: 14px;
  margin: 0 3px;
}
.news-single .content-side .blog-single .inner-box .lower-box .post-info ul li a {
  color: #00dbfb;
}
.news-single .content-side .blog-single .inner-box .lower-box p {
  margin-bottom: 0;
}
.news-single .content-side .blog-single .inner-box .lower-box a.borderd-btn {
  margin-top: 40px;
  color: #2b3032;
  font-size: 15px;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: 2px solid #00dbfb;
}
.news-single .content-side .blog-single .inner-box .lower-box a.borderd-btn:hover {
  background: #00dbfb;
  color: #fff;
  border-color: #00dbfb;
}
.news-single .pagination {
  margin-top: 60px;
}
.news-single .pagination ul.inner-box li {
  display: inline-block;
  margin-right: 5px;
}
.news-single .pagination ul.inner-box li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  transition: all 0.4s ease 0s;
  color: #2b3032;
  padding: 10px 15px;
  text-align: center;
  min-height: 45px;
  border: 2px solid #00dbfb;
}
.news-single .pagination ul.inner-box li a:hover {
  background: #00dbfb;
  color: #fff;
  border-color: #00dbfb;
}

.right-sidebar .sidebar-widget .search-box form .form-group {
  position: relative;
}
.right-sidebar .sidebar-widget .search-box form .form-group input {
  position: relative;
  line-height: 33px;
  padding-left: 50px;
  border: 2px solid #00dbfb;
  background: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 45px;
  outline: none;
}
.right-sidebar .sidebar-widget .search-box form .form-group button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  outline: none;
}
.right-sidebar .sidebar-widget .search-box form .form-group button i.fa {
  color: #00dbfb;
}
.right-sidebar .sidebar-widget .sidebar-title h3 {
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 60px 0 50px;
  text-transform: uppercase;
}
.right-sidebar .sidebar-widget .inner-box ul li {
  border-bottom: 1px solid #00dbfb;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.right-sidebar .sidebar-widget .single-post {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 20px;
}
.right-sidebar .sidebar-widget .single-post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.right-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 70px;
  height: 70px;
  border: 1px solid #00dbfb;
}
.right-sidebar .sidebar-widget .single-post .post-info a {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.right-sidebar .sidebar-widget .single-post .post-info a:hover {
  color: #00dbfb;
}
.right-sidebar .sidebar-widget .single-post .text p {
  font-size: 12px;
  margin-bottom: 0;
}

/*5.7.2 News-2*/
.news .blog-box {
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
}
.news .blog-box:hover {
  box-shadow: 2px 4px 43px -8px #000;
}
.news .blog-box.blog-page .blog-img {
  position: relative;
}
.news .blog-box.blog-page .blog-img img {
  width: 100%;
}
.news .blog-box .blog-date {
  background: #fff;
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  padding: 6px;
  width: 80px;
  line-height: 1.8;
  text-transform: uppercase;
}
.news .blog-box .blog-date .date-box {
  background: #00dbfb;
  display: inline-block;
  width: 100%;
}
.news .blog-box .blog-date .date-box span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.news .blog-box .blog-date .date-box span.date {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 500;
}
.news .blog-box .blog-date .date-box span.month {
  color: #2b3032;
}
.news .blog-box .blog-content {
  padding: 29px 20px;
  display: inline-block;
}
.news .blog-box .blog-content .blog-title a {
  color: #2b3032;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.news .blog-box .blog-content .blog-title a:hover {
  color: #00dbfb;
}
.news .blog-box .meta {
  margin-top: 12px;
  display: inline-block;
}
.news .blog-box .meta .news-author {
  float: left;
  margin-right: 5px;
}
.news .blog-box .meta .news-author i.fa {
  font-size: 15px;
  margin-right: 3px;
  color: #00dbfb;
}
.news .blog-box .meta .news-author a {
  color: #c2c2c2;
  font-size: 15px;
}
.news .blog-box .coment-counter {
  float: left;
}
.news .blog-box .news-introtext {
  margin-top: 15px;
  float: left;
}
.news .blog-box .blog-footer {
  float: left;
}
.news .blog-box .blog-footer a {
  color: #2b3032;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.news .blog-box .blog-footer a:hover {
  color: #00dbfb;
}

/*5.7.3 News-3*/
.news-three-area .portfolio-nav ul li {
  display: inline-block;
  color: #2b3032;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: capitalize;
}
.news-three-area .portfolio-nav ul li.active {
  color: #00dbfb;
}
.news-three-area .blog-portfolio .portfolio-masonry-item {
  margin: 0 15px;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .audio-box audio {
  width: 100%;
}
.news-three-area .blog-portfolio .portfolio-masonry-item.img3 {
  width: 30.33%;
  float: left;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box {
  padding: 40px 20px;
  border: 1px solid #ddd;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content span {
  font-size: 15px;
  text-transform: uppercase;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content .title h3 {
  color: #2b3032;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 15px 0 20px;
  text-transform: capitalize;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content a {
  color: #2b3032;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .inner-box .inner-content a:hover {
  color: #00dbfb;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video {
  width: 100%;
  padding: 0;
  border: inherit;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video:focus {
  border: inherit !important;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video.btn-primary {
  border: inherit !important;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span {
  display: block;
  position: relative;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span img {
  width: 100%;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span:before {
  background: rgba(13, 146, 164, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .video span i {
  position: absolute;
  font-size: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  z-index: 9;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .modal-content .modal-body {
  padding: inherit;
}
.news-three-area .blog-portfolio .portfolio-masonry-item .modal-content .video-content video {
  width: 100%;
}

/*5.8 Contact Page Start*/
.contact-area .title {
  margin-bottom: 30px;
}
.contact-area .title h2 {
  color: #2b3032;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.contact-area .inner-box {
  border: 1px solid #ddd;
  padding: 40px 20px;
  background: #f7f7f7;
}
.contact-area .inner-box .inner-content {
  display: flex;
}
.contact-area .inner-box .inner-content i.fa {
  font-size: 25px;
  float: left;
  width: 10%;
  color: #00dbfb;
}
.contact-area.ct-form .contact-form form .form-group input {
  outline: none;
}
.contact-area.ct-form .contact-form form .form-group input.form-control {
  height: 60px;
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.contact-area.ct-form .contact-form form .form-group input.form-control:hover, .contact-area.ct-form .contact-form form .form-group input.form-control:focus {
  box-shadow: inherit;
  border: 1px solid #00dbfb;
}
.contact-area.ct-form .contact-form form textarea.form-control {
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.contact-area.ct-form .contact-form form textarea.form-control:hover, .contact-area.ct-form .contact-form form textarea.form-control:focus {
  box-shadow: inherit;
  border: 1px solid #00dbfb;
}
.contact-area.ct-form .btn-2 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.contact-area.ct-form .btn-2 button.btn-primary {
  background: transparent;
  border: 0;
  background-color: #00dbfb;
  padding: 10px 80px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  box-shadow: none;
}

.ct-2.contact-area .btn-2 {
  text-align: left;
}
.ct-2.contact-area .btn-2 button.btn-primary {
  display: block;
  width: 100%;
}
.ct-2.contact-area .section-title .title-text h2:before, .ct-2.contact-area .section-title .title-text h2:after {
  position: absolute;
  left: 6px;
  top: 40px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.ct-2.contact-area .section-title .title-text h2:after {
  left: 69px;
  top: 43px;
  width: 120px;
  height: 2px;
}

/* 04	Footer */
.footer-area .footer-widget .footer-title {
  margin-bottom: 50px;
}
.footer-area .footer-widget .footer-title h3 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.footer-area .footer-widget .footer-title h3:before {
  position: absolute;
  left: 3px;
  top: 37px;
  content: "";
  background: #00dbfb;
  width: 8px;
  height: 8px;
  z-index: 9;
  transform: translateX(-50%);
}
.footer-area .footer-widget .footer-title h3:after {
  width: 70px;
  height: 2px;
  content: "";
  background: #00dbfb;
  position: absolute;
  left: 38px;
  top: 40px;
  content: "";
  transform: translateX(-50%);
}
.footer-area .footer-widget .widget-content p {
  color: #f4f4f4;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 300;
}
.footer-area .footer-widget .widget-content .contact-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3c3c3c;
}
.footer-area .footer-widget .widget-content .contact-info ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-content .contact-info ul li {
  color: #f4f4f4;
  font-size: 13px;
}
.footer-area .footer-widget .widget-content .contact-info ul li i.fa {
  color: #fff;
  margin-right: 10px;
}
.footer-area .footer-widget .widget-content .ft-gellary ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget .widget-content .ft-gellary ul li {
  float: left;
  width: 28%;
  margin: 6px;
  display: inline-block;
}
.footer-area .footer-widget .widget-content .ft-gellary ul li a img {
  width: 100%;
}
.footer-area .footer-widget .widget-content .single-post {
  position: relative;
  color: #f4f4f4;
  padding-left: 75px;
  margin-bottom: 5px;
  min-height: 76px;
  border-bottom: 1px solid #3c3c3c;
}
.footer-area .footer-widget .widget-content .single-post:last-child {
  border: none;
  min-height: 0;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100px;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb a img {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.footer-area .footer-widget .widget-content .single-post .post-thumb a img:hover {
  opacity: .8;
  transform: scale(1.1);
}
.footer-area .footer-widget .widget-content .single-post .text {
  position: relative;
  font-size: 13px;
}
.footer-area .footer-widget .widget-content .single-post .text p {
  color: #f4f4f4;
  font-size: 13px;
}
.footer-area .footer-widget .widget-content form {
  position: relative;
  margin-top: 30px;
}
.footer-area .footer-widget .widget-content form input {
  background: transparent;
  border: none;
  border: 1px solid #3c3c3c;
  outline: none;
  width: 100%;
  height: 45px;
  display: block;
  color: #fff;
  padding-left: 15px;
}
.footer-area .footer-widget .widget-content form button {
  background-color: #333;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.footer-area .footer-widget .widget-content form button:hover {
  background-color: #00dbfb;
}
.footer-area .footer-widget .widget-content form button i.fa {
  color: #fff;
}
.footer-area .footer-widget .widget-content .social-icon {
  margin-top: 30px;
}
.footer-area .footer-widget .widget-content .social-icon ul li {
  display: inline-block;
  padding: 4px 9px;
  background: #333;
  transition: all 0.4s ease 0s;
}
.footer-area .footer-widget .widget-content .social-icon ul li:hover {
  background: #00dbfb;
}
.footer-area .footer-widget .widget-content .social-icon ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.copyright-area {
  background: #01050d;
  color: #f4f4f4;
  padding: 20px 0;
}
.copyright-area p {
  display: inline-block;
  margin-bottom: 0;
}
.copyright-area em i.fa {
  color: #00dbfb;
}
.copyright-area a {
  color: #f4f4f4;
  transition: all 0.4s ease 0s;
}
.copyright-area a:hover {
  color: #00dbfb;
}

.icon{
  text-align: center;
}

.icon__icon{
  color: #3a6aa5;
  font-size: 10em;
  padding: 10px 0 5px;
}

.elevate-brand {
	background-color: #271c50;
	padding: 16px 10px;
	border-radius: 0px 0px 12px 12px;
}

