h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 130px;
  text-transform: capitalize;
  display: block;
  margin: auto;
  font-family: 'Montserrat';
  font-weight: 600;
}
/* logo hide */
.wrapper {
  position: relative;
}
header {
  position: relative;
  width: 100%;
  height: 50px;
}
#header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: 80px;
  padding: 10px 25px;
}
#header-sticky-wrapper ul {
  margin-left: 15%;
}
#thankyou {
  display: none;
	text-align: center;
  margin-top:10px;
  color: #8dd230;
  font-size: 14px;
}
.lrg-logo {
  width: auto;
  height: 50px;
  text-align: center;
  display: none !important;
  display: none !important;
  visibility: hidden;
}
.sml-logo {
  width: auto;
  height: auto;
  text-align: center;
  background-color: transparent;
  padding-right: 170px;
  display: block !important;
}
/* logo hide section */
h2 {
  font-size: 30px;
  margin-bottom: 65px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
/* model css*/


.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
	box-shadow: 6px 7px 9px 0px rgba(29, 28, 28, 0.4);
}

.modal-header .close
{
	padding: 0px !important;
}

.modal-backdrop.show {
    opacity: .7;
}


btn:focus {outline:0;}


#myModal .modal-dialog {

    -webkit-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    top: 40%;

    margin: 0 auto;

}

.modal-content1 .close {
    color:#7f7f7f;
    font-size: 24px;
    margin-top: -20px;
}

.modal-header h3 {
    font-size: 33px;
    font-weight: 500;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;

}
.error {

    font-size: 15px;
    color:#E04900;
    text-align: center;
    display: block;
margin-top: 0px;
margin-bottom: 0px;
}

.messages
{
	min-height: 30px;
	padding: 7px 0px 0px 0px;
	
}


.messages-new
{
	text-align: center;
	padding: 7px 0px 0px 0px;
	
}



#submitEmail {
    font-size: 16px;
   
}

.text-success {
    color:#8dd230 !important;
	/*margin-top: 20px;*/
	text-align: center;
}

.full-input
{
	width: 100%;
background:#f9f9f9;
border: 1px solid #959595;
color:#707070;
text-align: center;
font-size: 16px;
/*margin-bottom: 30px;*/
	text-transform: uppercase; height: 45px;
}

.modal-subheader {

    font-size: 19px;
    line-height: 28px;
    padding: 10px 30px;
    font-weight: 400;
    text-align: left;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;

}

.form-group {
    margin-bottom: 0px;
}
.modal-footer {
    border: none;
}
.modal-header {

    border: none;
    padding: 30px 30px 0px 30px;

}
/* end model csss */
/* ==================================================
  General
  ================================================== */
a {
  transition: 0.5s;
}
/* ==================================================
  Elements
  ================================================== */
.btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  /* color: #2668fc;*/
  padding: 12px 55px;
  border-radius: 6px;
  font-size: 14px;
}
.btn-primary {
color: #F8F8F8;
background-color:#316EF7;
border-color:#316EF7;
font-weight: 500 !important;
}

.btn-primary:hover {
 background-color: #316EF7;
color: #fff;
}


.btn-primary:focus {
    color: #ffffff !important;
}

.btn-outline-primary:hover {
  background-color: transparent;
  color: #007bff;
}
.btn:focus {
  color: #2668fc;
}
.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}
.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}
.btn-arrow {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #f8f8f8;
  padding: 27px 0px;
  border-radius: 6px;
  font-size: 15px;
  border: none;
}
.form-signin {
  font-size: 15px;
color:#c9c9c9;
font-weight: normal;
}
section {
  padding: 25px 0;
}
.input-box {
  margin-top: 10px;
  width: 88%;
  /*margin-right: 3%;*/
  float: left;
	margin-bottom: 7px;
}
.input-box input {
  background: #646464;
  border: #b9b9b9;
  border-radius: .5rem;
  color: #c8c8c8;
  width: 100%;
}

.form-control:focus {
    color: 
#495057;
background-color:
#fff;
border-color:
#80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem
    rgba(0,123,255,.25);
}
.input-box ::-webkit-input-placeholder { /* Edge */
  color: #a0a0a0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.input-box :-ms-input-placeholder { /* Internet Explorer */
  color: #a0a0a0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.input-box ::placeholder {
  color: #a0a0a0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.fa-paper-plane:hover {
  color: #fff;
}
.padding-left-5 {
  padding-left: 5px;
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
  padding-left: 0px;
}
/* slider */
/* Carousel base class */
.carousel {}
.carousel-indicators {
  position: absolute;
  top: 2em;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
  left: 4%;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 24rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 24rem;*/
  background-size: contain;
}
.carousel-haed {
  color: #f8f8f8;
  font-size: 40px;
  font-weight: 600;
  margin-right: 20%;
  line-height: 50px;
}
.carousel-p {
  font-size: 12px;
  color: #f8f8f8;
}
.cta-postion {
  bottom: 50px;
  position:absolute;
}
/* using a container causes multiple alerts to stack. */
.alerts-container {
  position: fixed;
  top: 1em;
  right: 2em;
  z-index: 9999;
}
.alert {
  position: relative;
  min-width: 15em;
  text-align: center;
  display: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
/* end slider */
.banner-text {
  position: absolute;
  display: block;
}
.card {
  position: relative;
  padding: 40px;
  border: 0px;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background-color: #f8f8f8;
  height: auto;
  min-height: 426px;
}
.card-img {
  position: relative;
  padding: 40px;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background-color: #2a2a2e;
  background-image: url("../img/card-img-1.jpg");
  background-size: cover;
  height: auto;
  min-height: 426px;
}
.copyright-text {
  font-size: 11px;
  color: #2a2a2e;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.card-image {
  position: relative;
  padding: 40px;
  border: 0px;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background-color: #2a2a2e;
  background-image: url("../img/card-img-2.jpg");
  background-size: cover;
  color: #fff;
  height: auto;
  min-height: 426px;
}
a:hover {
  text-decoration: none !important;
}
.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}
/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../img/cover.jpg);
  background-size: cover;
  padding: 50px 0 150px 0;
  color: #fff;
  width: 100%;
  height: 55vh;
  color: #f8f8f8;
}
.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(36, 40, 47, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  vertical-align: middle;
  width: 100%;
}
.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}
.hero-brand:hover {
  opacity: .75;
}
/*.left-border-blue {

    border-left: 10px solid #0e9eb9;
    height: 180px;
    float: left;
    margin: 37px 0px 30px 60px;

}*/
.bottom-border-blue {
  border-bottom: 3px solid #0e9eb9;
  margin: 20px 20px 30px 0px;
  display: block;
  width: 45%;
}
.banner-head h1:before {
  position: absolute;
  left: 73px;
  border-left: 9px solid #0e9eb9;
  content: "";
  top: 45px;
  height: 220px;
}
.margin-left {
  margin-left: 110px;
}
.tagline {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}
/* ==================================================
  Header Styling
================================================== */
#header {
  background: #ffffff;
  height: 120px;
  padding: 25px;
}
#header #logo {
  margin: 14px 0px 0 0;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header .social-nav {
  margin-top: 15px;
}
#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}
#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
.menu-active::before {
  position: absolute;
  left: 0px;
  border-left: 3px solid #0E9EB9;
  content: "";
  top: 23px;
  height: 21px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 18px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #2a2a2e;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(42, 42, 46);
}
.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li:hover {
  background: #199EB8;
  transition: 0.3s;
}
.nav-menu ul li a {
  color: #333;
  transition: none;
  padding: 10px 15px;
}
.nav-menu ul li a:hover {
  color: #fff;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #fff;
  background-color: #333;
  padding: 5px;
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  /* bottom: 0;*/
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  top: -260px;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}
#mobile-nav ul .menu-item-active {
  color: #199EB8;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  top: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}
.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}
.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}
/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
}
.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block p {
  color: #fff;
  margin-bottom: 45px;
}
/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}
.features h2 {
  color: #199EB8;
}
.feature-col {
  display: block;
  padding-bottom: 10px;
}
.feature-col > .card-img p {
  color: #f8f8f8;
}
.feature-col > .card-img h3 {
  color: #f8f8f8;
  border-bottom: 2px solid #0e9eb9;
  margin-right: 70px;
  padding: 20px 0px;
}
.feature-col > .card-image p {
  color: #fff;
}
.feature-col > .card-image h3 {
  color: #fff;
  border-bottom: 2px solid #0e9eb9;
  margin-right: 70px;
  padding: 20px 0px;
}
.btn-outline-primary {
  color:
    #007bff;
  background-color:
    transparent;
  background-image: none;
  border: 2px solid #007bff;
}
.btn-outline-green {
  color: #f8f8f8;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0e9eb9;
}
.btn.btn-outline-green a {
  color: #f8f8f8;
}
.btn-outline-green:focus {
  color: #f8f8f8;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
}
.btn-outline-green:active {
  background-color: #0e9eb9;
}
.btn-outline-green:hover {
  background-color: transparent;
  color: #fff;
}
.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}
.feature-col > div > div:last-child {
  padding-left: 20px;
}
.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}
.feature-col h3 {
  color: #2a2a2e;
  border-bottom: 2px solid #2668fc;
  margin-right: 70px;
  padding: 20px 0px;
}
.feature-col p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #2a2a2e;
  font-weight: 500;
  padding: 20px 0px;
}
.feature-col .text-sm {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #2a2a2e;
  font-weight: 400;
  padding: 0;
  margin: 0px;
}
/*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 10px;
}
/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #2a2a2e;
  padding: 70px 0;
  color: #fff;
}
.cta h2 {
  margin-bottom: 5px;
}
.cta h2, .cta p {
  color: #fff;
}
.cta p {
  margin-bottom: 0;
  font-weight: 500;
}
.cta .btn-ghost {
  position: relative;
  top: 13px;
}
/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}
.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}
.portfolio-grid {
  margin-top: 65px;
}
.portfolio-grid .row {
  margin: 0;
}
.portfolio-grid .row > div {
  padding: 0;
}
.portfolio-grid .row > div .card img {
  width: 100%;
}
.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}
.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}
.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}
.social-menu {
  margin-bottom: 20px;
  display: block;
}
ul.social-menu {
  margin-left: -43px;
}
.social-menu li {
  list-style: none;
  display: inline-block;
}
.social-menu a {
  color: #179eba;
  padding: 6px;
  font-size: 20px;
}
/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}
.team .col-sm-3 {
  padding: 0;
}
.team .card > a {
  display: block;
}
.team .card img {
  width: 100%;
}
.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}
.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}
.team .card .social-nav {
  margin-bottom: 45px;
}
.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}
.team .card .social-nav a:hover {
  opacity: .75;
}
.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}
.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}
.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}
.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}
.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}
.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}
/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}
#contact h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #199EB8;
}
#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}
/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background-color: #111;
  padding: 0;
}
.footer-bgTxt {
  margin: 20px 0px 4px 0px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}


.footer-bgTxt a
{
	color: #2a2a2e;
}

.site-footer h2, .site-footer p {
  color: #2a2a2e !important;
  font-size: 12px;
}
.site-footer p {
  opacity: inherit;
  line-height: 22px;
}
.site-footer p span {
  color: #0e9eb9;
  font-weight: 500;
}
.site-footer h2, .site-footer .btn {
  margin-bottom: 25px;
}
.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}
.site-footer .social-nav a:hover {
  opacity: 1;
}
.site-footer .bottom {
  background-color: #fff;
  padding: 40px 0;
}
.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}
.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}
.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-right: 15px;
}
.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}
.site-footer .credits {
  color: #ddd;
}
.site-footer .copyright-text a {
  color: #2a2a2e;
}

.site-footer .copyright-text a:hover {
  color: #2a2a2e;
}

/* scroller */
.carousel {
  width: 100%;
}
.slide-box {
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .padding-right-5 {
    padding-right: 0px;
  }
  .padding-left-5 {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1440px) and (max-width: 1540px) {
  .hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 1300px;
  }
}
@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
  }
}
/*end scroller */
/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 990px) {
  #header {
    height: 50px;
    display: none;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
    display: none;
  }
  .padding-left-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padding-right-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
	
	#myModal .modal-dialog {

    -webkit-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    top: 40%;

    margin: 0 auto;
		padding:0 20px;

}
	
	#thankyou {
    display: none;
    float: left;
    margin-top:0px;
    margin-right: 0px;
    color: 
    #c2d746;
    font-size: 14px;
    with: 100% !important;
}
	/* popup css*/
	.modal-header h3 {
    font-size: 19px;
    font-weight: 500;
		font-family: 'Montserrat', Helvetica, Arial, sans-serif;

}
	
	.modal-subheader {

    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
		font-family: 'Montserrat', Helvetica, Arial, sans-serif;

}
	
	
	/*end popup css */
  .banner-head h1::before {
    position: absolute;
    left: 75px;
    border-left: 9px solid #0e9eb9;
    content: "";
    top: 12px;
    height: 77px;
  }
  .no-gutter > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 42px;
    margin: 0;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  .bottom-border-blue {
    border-bottom: 3px solid #0e9eb9;
    margin: 20px 20px 30px 0px;
    display: block;
    width: 90%;
  }
  .card {
    padding: 30px 10px;
    height: auto;
    min-height: auto
  }
  .cta-postion {
    bottom: 0px;
    position: inherit;
  }
  .sticky-wrapper {
    height: 30px !important;
  }
}
@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 61.9em) {
  section, .block, .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p, .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 42px;
    margin: 0;
  }
  h2, .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 20px;
	  height: auto;
  }
  .container {
    max-width: 100%;
  }
  .carousel-haed {
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20%;
    line-height: 30px;
    margin: 30px 0px;
  }
  .cta-postion {
    bottom: 0px;
    position: inherit;
  }
  .menu-active::before {
    position: absolute;
    left: 0px;
    border-left: 3px solid #0E9EB9;
    content: "";
    top: 12px;
    height: 21px;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
	  
  }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .nav-menu a {
    padding: 22px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #2a2a2e;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    outline: none;
  }
  .sml-logo {
    width: auto;
    height: auto;
    text-align: center;
    background-color:
      transparent;
    padding-right: 100px;
    display: block !important;
  }
}



@media (min-width:1920px) 

	
	{
	.container {
   max-width: 1600px;
    width: 80%;
}
		#header-sticky-wrapper .active ul {

    margin-left: 24%;
    float: right;

}
		
		#header-sticky-wrapper ul {
    margin-left: 24%;
}
		
}
	
	
