@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:400,500,900");
@import url("https://fonts.googleapis.com/css?family=Caveat+Brush:400");

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

@supports (-ms-ime-align: auto) {
  .MSIE {
    display: none;
  }
}

.success {
  color: rgb(170, 210, 103);
}

#videoContainer {
  height: 500px;
}

.red {
  color: #ff0000;
}

#cwrapvis a {
  position: relative;
  color: rgb(60, 60, 60);
  text-decoration: none;
}

#cwrapvis a:hover {
  color: rgb(170, 210, 103);
}

#cwrapvis a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(60, 60, 60);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#cwrapvis a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#cwrap a:hover {
  color: rgb(170, 210, 103);
}

.padding {
  padding: 10px;
}

.background {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}

.fade {
  opacity: 0.4;
}
.fade:hover {
  opacity: 1;
}

.logo {
  height: 200px;
  border: 4px solid #94a5ad;
}

#white {
  color: white;
}

* {
  margin: 0;
  padding: 0px;
}

body {
  background: #ffffff;
  margin: 0;
  height: 100%;
  color: rgb(60, 60, 60);
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgb(60, 60, 60);
  margin-top: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}

.joinlocal {
  background-color: rgba(70, 70, 70, 0.2);
  border: 5px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding-bottom: 14px;
}

/* unvisited link */
a:link {
  color: rgb(60, 60, 60);
  text-decoration: none;
}

/* visited link */
a:visited {
  color: rgb(60, 60, 60);
  text-decoration: none;
}

/* visited link */
#contact a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: rgb(170, 210, 103);
  text-decoration: none;
}

/* selected link */
a:active {
  color: rgb(170, 210, 103);
  text-decoration: none;
}

.mappanel {
  color: rgb(60, 60, 60);
}
a.mappanel:link {
  color: rgb(60, 60, 60);
  text-decoration: none;
}

a.mappanel:visited {
  color: rgb(70, 70, 70);
  text-decoration: none;
}

a.mappanel:hover {
  color: rgb(70, 70, 70);
  text-decoration: none;
}
a.mappanel:active {
  color: rgb(70, 70, 70);
  text-decoration: none;
}

.green {
  color: rgb(170, 210, 103);
}

.green:link {
  color: rgb(170, 210, 103);
}
.green:visited {
  color: rgb(170, 210, 103);
}
.green:active {
  color: rgb(170, 210, 103);
}
.green:hover {
  color: rgb(170, 210, 103);
}
.white {
  color: white;
}

a.white:visited {
  color: white;
}

a.white:link {
  color: white;
}

.inner {
  /*width: 50%;*/
  margin: 0 auto;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}

.centered {
  text-align: center;
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.green {
  color: rgb(170, 210, 103);
}

.member {
  font-family: "Mogra", cursive;
}

.member p {
  font-family: "Mogra", cursive;
  font-size: 22px;
  color: rgb(28, 81, 96);
}

.member:hover {
  position: relative;
  top: -5px;
}

.member a:visited {
  color: rgb(28, 81, 96);
}

.navbar {
  min-height: 70px;
  padding-top: 10px;
  margin-bottom: 0px;
}

#navbar2 > ul > li:nth-child(1) {
  color: rgb(170, 210, 103);
}

.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}

.navbar-header .navbar-brand {
  color: white;
}

.navbar-brand:hover {
  color: rgb(170, 210, 103);
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: 700;
  font-size: 16px;
}

li {
  list-style: none;
}

body > nav {
  background-color: rgb(71, 71, 71);
}

#navbar2 > ul > li > a:hover {
  color: rgb(170, 210, 103);
}

#navbar2 > ul > li.nav-item.dropdown.show > div > a:hover {
  color: rgb(170, 210, 103);
}
body > nav > a:hover {
  color: rgb(170, 210, 103);
}

#navbar2 > ul > li.nav-item.dropdown.show > div > a {
  color: white;
}

.navbar-nav > li > a:hover {
  color: rgb(170, 210, 103);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(170, 210, 103);
  background-color: transparent;
}

.navbar-default {
  background-color: rgb(71, 71, 71);
  border-color: transparent;
}

.dropdown-toggle:visited {
  color: white;
}
.dropdown-menu {
  background: rgb(71, 71, 71);
}

.dropdown-toggle:visited {
  color: rgb(170, 210, 103);
}
.dropdown-menu > li > a {
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  border: 3px solid white;
  margin: 4px;
  font-family: lato;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: rgb(170, 210, 103);
  border-color: rgb(170, 210, 103);
  margin: 4px;
  font-size: 18px;
  text-align: center;
  font-family: lato;
}
.btn-alternate {
  color: #fff;
  background-color: rgb(177, 176, 176);
  border: 3px solid white;
  margin: 4px;
  font-family: lato;
}
.btn-alternate:hover,
.btn-alternate:focus,
.btn-alternate:active,
.btn-alternate.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: rgb(170, 210, 103);
  border-color: rgb(170, 210, 103);
  margin: 4px;
  /* font-size: 18px; */
  text-align: center;
  font-family: lato;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
  color: #ffffff;
  background-color: #222222;
  border-color: #ffffff;
}
.dmbutton {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 1.025rem;
  padding-right: 2.25rem;
  letter-spacing: 0.85px;
  padding-bottom: 1.0875rem;
  padding-left: 2.25rem;
  font-size: 1.55rem;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  /* -webkit-appearance: none; */
  font-weight: normal !important;
}

.banner {
  background-color: white;
}

.mtb {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb {
  margin-bottom: 60px;
}

.mt {
  margin-top: 60px;
}

.hline {
  border-bottom: 2px solid rgb(28, 81, 96);
}

.hline-w {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */
#backgroundImg {
  background-image: url("../images/beams.png");
  filter: blur(3px);
  -webkit-filter: blur(3px);
  width: 100%;
  height: 525px;
  position: absolute;
  opacity: 0.5;
}

#headerwrap {
  background-color: rgb(60, 60, 60);
  min-height: 550px;
  /* padding-top: 80px; */
  padding-bottom: 0px;
  text-align: center;
}

#headerwrap h3,
h5 {
  color: white;
  font-weight: 400;
}

#headerwrap h1 {
  color: white;
  margin-bottom: 25px;
}

#headerwrap .img-responsive {
  margin: 0 auto;
}

/* Services Wrap */
#service {
  margin-top: 100px;
  margin-bottom: 80px;
}

#service i {
  color: #00b3fe;
  font-size: 60px;
  padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
  padding-top: 60px;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}

#portfoliowrap h3 {
  margin-bottom: 25px;
}

.portfolio {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.portfolio-item .title:before {
  border-radius: 0;
  display: none;
}
.portfolio-item p {
  margin: 0px 0 30px;
}
.portfolio-item h3 {
  margin: -10px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.tpl6 h3 {
  color: #fff;
  margin: 0;
  padding: 40px 5px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.tpl6 .dmbutton {
  display: inline-block;
  margin: 30px 5px 20px 5px;
  font-size: 13px;
}

.tpl6 .bg {
  height: 100%;
  width: 100%;
  background-color: #00b3fe;
  background-color: rgba(0, 179, 254, 0.9);
  text-align: center;
}

/* Testimonials Wrap */
#twrap {
  background: url(../images/tback4.png) no-repeat center top;
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 300px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Testimonials Wrap */
#state {
  background: url(../images/texture.png) no-repeat center top;
  margin-top: 0px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 300px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* #state {
  padding: 45px 30px 15px 30px;
  background: rgb(5, 28, 44);
  background: radial-gradient(
    circle,
    rgba(5, 28, 44, 1) 0%,
    rgba(111, 135, 163, 1) 96%
  );
  border: 2px solid rgb(111, 135, 163);
  border-bottom: 0;
  font-size: 20px;
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
} */

#state p {
  color: white;
}

#twrap h4 {
  color: rgb(170, 210, 103);
}

#twrap i {
  /*font-size: 50px;*/
  color: white;
  margin-bottom: 25px;
  margin-top: 10px;
}

.reveal {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1.5s all ease;
}
.reveal.active {
  transform: translateX(0);
  opacity: 1;
}

#twrap p {
  color: white;
  font-size: 15px;
  line-height: 30px;
}
#twrap ul {
  color: white;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.twrap {
  background: url(../images/tback4.png) no-repeat center top;
  margin-top: 0px;
  padding-bottom: 25px;
  padding-top: 15px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  /*min-height: 450px;*/
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
}

.twrap h4 {
  color: rgb(170, 210, 103);
}

.twrap i {
  /*font-size: 50px;*/
  color: white;
  /*margin-bottom: 25px;*/
  /*margin-top: 10px;*/
}

.twrap p {
  color: white;
  font-size: 15px;
  /*line-height: 30px;*/
}
.twrap ul {
  color: white;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

/* clients logo */
#cwrap {
  background: #f7f7f7;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* Footer */
#footerwrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgb(60, 60, 60);
}

#footerwrap p {
  color: #bfc9d3;
}

#footerwrap h4 {
  color: white;
}

#footerwrap i {
  font-size: 30px;
  color: #bfc9d3;
  padding-right: 25px;
}

#footerwrap i:hover {
  color: #00b3fe;
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
  background: #00b3fe;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#blue h3 {
  color: white;
  margin-left: 15px;
}

.ctitle {
  color: #00b3fe;
  font-weight: 700;
  margin-bottom: 15px;
}

csmall {
  font-size: 12px;
  color: #b3b3b3;
}
csmall2 {
  font-size: 12px;
  color: #f39c12;
}

.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.badge-theme {
  background: #00b3fe;
}

/* Contact Page */
#contactwrap {
  background: url(../img/contact.jpg) no-repeat center top;
  margin-top: -60px;
  padding-top: 0px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Blog Page */
.popular-posts {
  margin: 0px;
  padding-left: 0px;
}

.popular-posts li {
  list-style: none;
  margin-bottom: 20px;
  min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.popular-posts li img {
  float: left;
  margin-right: 20px;
}

.popular-posts li em {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #b3b3b3;
}

.popular-posts p {
  line-height: normal;
  margin-bottom: auto;
}

.share i {
  padding-right: 15px;
  font-size: 18px;
}

/* project ejs */
.grey {
  background-color: rgba(41, 41, 41, 0.05);
  border-radius: 18px;
  margin-bottom: 25px;
}
.projectbody {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.heading h4 {
  font-weight: bold;
}
.heading {
  border-top: 5px solid rgb(170, 210, 103);
  font-weight: bold;
  /* padding: 5px; */
  margin-bottom: 20px;
  margin-right: 5px;
  margin-top: 20px;
  margin-left: 5px;
  border-radius: 3px;
}
.gray {
  color: grey;
}

/* end project ejs*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-text {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.15em solid #fff;
  animation: typing 5s steps(12, end) infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 5em;
  }
}

input {
  font-weight: bold;
  color: black;
}

select {
  font-weight: bold;
}

/*index route numberChange animation*/

@keyframes numberChange {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#totalCount {
  animation: numberChange 0.5s; /* Adjust the duration as needed */
  display: inline-block;
  /* Add other styles as needed for positioning and appearance */
}
