body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
}

section#contact {
	background-color: #222;
	background-image: url(../images/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top:70px;
}

section {
	padding-top:70px;
}

section#contact .section-heading {
	color: #fff;
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}

section#contact .form-group input.form-control {
height: auto;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
		  section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}



.white{
    color: #fff;
    
}


.banner-content h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.15em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  max-width: 730px;
}

@media (max-width: 991px) {
  .banner-content p br {
    display: none;
  }
}
.p1-gradient-color, .banner-content h1, .single-fact h2, .single-footer-widget h3 {
  background: -moz-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  background: -webkit-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  background: -ms-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel-caption h1 {
  font-size:58px;
  font-weight: 700;
  background: -moz-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  background: -webkit-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  background: -ms-linear-gradient(0deg, #2380ff 0%, #52fdd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bordo
{
    text-align: Center;
    filter: Wave(Add=1, Freq=1, LightStrength=200, Phase=5, Strength=1);
    filter: Glow(color=#000000, Strength=1);
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial Black';
    height: 1px;
}



.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn2 {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  background: #222222;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn2:focus {
  outline: none;
}

.primary-btn2 span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.primary-btn2:hover {
  color: #fff;
}

.primary-btn2:hover span {
  color: #fff;
  right: 20px;
}

.btn2-blue {
    
    background-color: #3597ec;
    border-color: #3597ec;
}

.btn2-orange {
    background-color: #ff5733;
}
.single-feature .icon .lnr {
    font-size: 40px;
    font-weight: 300;
	color: #777777;
}

.single-feature .icon {
    margin-right: 20px;
}
.single-feature h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}



		  img.bg-image {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
		  
		  
		  .light-overlay, .dark-overlay, .gradient-overlay {
    position: relative;
    overflow: hidden;
}
.hero {
     position: relative; 
     text-align: center; 
     background: #f8f9fa; 
     box-shadow: 0 0 0.25rem rgba(0,0,0,0.075); 
}
.text-white {
    color: #fff !important;
}
@media (min-width: 992px)
.pb-lg-7, .py-lg-7 {
    padding-bottom: 8rem !important;
}
		  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
	*, *::before, *::after {
    box-sizing: border-box;
}	  

.light-overlay .overlay-content, .dark-overlay .overlay-content, .gradient-overlay .overlay-content {
    position: relative;
    z-index: 20;
}
		   .overlay-content {
     padding-top: 96px;
    padding-bottom: 100px;
}
		  
		    
		  .light-overlay::after, .dark-overlay::after, .gradient-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .3;
    background: #000;
}
*, *::before, *::after {
    box-sizing: border-box;
}
		  
		  .breadcrumb {
    font-size: .875rem;
}
		  .mb-0, .my-0 {
    margin-bottom: 0 !important;
}
		  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
		  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: .5rem;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: .4rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
		  .breadcrumb.text-white .breadcrumb-item {
    color: #fff;
}
		  li {
    display: list-item;
    text-align: -webkit-match-parent;
}
		  .breadcrumb {
    font-size: .875rem;
			  list-style: none;
}
	
.media-years {
    font-size: 40px;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 15px;
	width: 140px;
}

a.site-menu-toggle.js-menu-toggle {
    color: #333; }

@media (max-width: 1199px){
	.carousel-caption h1 {font-size: 45px;}
	.carousel-caption  {/*top: 10%;*/}
}
		  
@media (max-width: 414px){
	.carousel-caption h1 {font-size: 40px;}
	.carousel-caption  {/*top: 10%;*/}
}


 .media-boxes {
    max-width: 930px;
    margin: 0 auto;
}

		  .media { margin-bottom: 35px; }
.media-body { display: flex; }
		   .tm-description-box { padding: 30px 35px; }
.tm-bg-gray {
    background-color: #f2f2f2;
}


