/* TABLE OF CONTENTS
	1. Theme Blue
*/

/* 1. Theme Blue */
a:hover {
	color: #326BA7;
}

.header .logo {
	background: #326BA7;
}

.header .top-menu ul li.active a {
	color: #326BA7;
}

.header .top-menu ul li.active a .icon {
	color: #326BA7;
}

.header .social a:hover .icon {
	color: #326BA7;
}

.card-inner .card-wrap .title span {
	color: #326BA7;
}

.content.inner-top .text p strong {
	color: #326BA7;
}

.content.inner-top .circle-bts a:hover .icon {
	color: #326BA7;
}

.content.inner-top .circle-bts a:hover span {
	color: #326BA7;
}

.service-items .service-item .icon {
	color: #326BA7;
}

.pricing-items .pricing-item .icon {
	color: #326BA7;
}

.pricing-items .pricing-item .feature-list ul li strong {
	background: #326BA7;
}

.pricing-items .pricing-item .lnks .lnk span {
	color: #326BA7;
}

.fuct-items .fuct-item .icon {
	color: #326BA7;
}

.resume-items .resume-item.active .date {
	color: #326BA7;
}

.skills-list ul li .progress .percentage {
	background: #326BA7;
}

.content.works .filter-menu .f_btn.active {
	color: #326BA7;
}

.box-item .image .info:before,
.box-item .image .info:after {
	background: #326BA7;
}

.contacts-items .contacts-item .icon {
	color: #326BA7;
}

.post-box .blog-content blockquote {
	border-left-color: #326BA7;
}

.post-box .blog-content ul.list-style li:before {
	background: #326BA7;
}

.post-box .post-comments li .comment-info .name h6 {
	color: #326BA7;
}



#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    right: 50%;
    bottom: 50%;
}

#video-container .video-overlay {
  z-index: 2;
  background: rgba(0,0,0,0.5);
  width: 100%;
}

#video-container .video-content {
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-container .video-content .inner (min-aspect-ratio: 16/9) {
          width:100%;
        height: auto;
}

#video-container .video-content .inner (max-aspect-ratio: 16/9) {
                  width:auto;
        	height: 100%;
}

====================================================================
42.	Map Section
====================================================================

***/

.map-section {
  position: relative;
  padding: 0px 0px 0px;
}

.map-section .map-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -19px;
  border-radius: 7px;
  overflow: hidden;
  z-index: 3;
}
.map-section__one-page {
  padding-bottom: 0;
}
.map-section__one-page .map-container {
  margin-top: 0;
}

.map-canvas,
.map-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 900px;
}
.map-section__one-page .map-iframe {
  height: 575px;
}
.map-data {
  font-family: var(--thm-font);
  text-align: center;
  font-size: 20px;
  color: #222222;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}

.map-data h6 {
  font-family: var(--thm-font);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1em;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/***