<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Topbar */
.tb-info-right{
    float: right;
}
.tb-info-right .tir-each{
    padding-left: 60px;
}
.tb-info-right .tir-each .te-icon{
    padding-right: 3px;
}
.tb-info-right .tir-each .te-text span:last-child{
    font-size: 14px;
}

/* Navigation Bar */
.navigation-bar{
    background-color: #222222;
}
.navigation-bar .mytable{
    table-layout: fixed;
}
.navigation-bar .mynav ul{    
    padding: 0;
}
.navigation-bar .mynav.nb-left ul{
    float: right;
}
.navigation-bar .mynav ul li a{
    color: #ffffff;
}
.navigation-bar .mynav ul li:first-child{
    padding-right: 40px;
}
.navigation-bar .mynav ul li a span{display: block;}
.navigation-bar .mynav ul li a span:first-child{font-size: 28px; font-weight: 800;}
.navigation-bar .mynav ul li a span:last-child{font-size: 12px;font-weight: 300;}
.navigation-bar .logo{
    padding: 0 60px;
    width: 410px;
    position: relative;
    top: 24px;
}
@media only screen and (max-width: 1199px) {
  .navigation-bar .logo{
      padding: 0 30px;
      width: 240px;
      position: relative;
      top: 14px;
  }   
}
.navigation-bar .logo a{
    display: block;
}
.navigation-bar .logo img{
    max-width: 100%;
}
/*.toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
}
.toggle a {
  height: 22px;
  width: 32px;
  border-top: 2px solid #ffff00;
  border-bottom: 2px solid #ffff00;
  position: relative;
  display: inline-block;
}
.toggle a::after {
  position: absolute;
  content: "";
  border-top: 2px solid #ffff00;
  left: 0;
  right: 0;
  top: 8px;
}
*/
@media only screen and (max-width: 1023px) {
    .mynav {
      display: none;
    }
    .navigation-bar .mytable {
      position: relative;
    }
    .navigation-bar .logo{
        padding: 0;
        width: 240px;
        position: relative;
        top: 20px;
        display: table;
    }
    /*.toggle {
      display: inline-block;
    }
    */
}
/* Hero Carousel */
.hero-carousel .item{
    height: 600px;
}
.hero-carousel .hc-caption .hcc-content{
    max-width: 480px;
}
.hero-carousel .hc-caption .hcc-content h1 span.over{
    font-size: 32px;
}
.hero-carousel .hc-caption .hcc-content p{
    font-size: 18px;
    color:#FFF; 
}
.hero-carousel .hc-caption .hcc-content .under{
    background-color:#000; 
    letter-spacing:2px;
    padding: 5px 18px;
    margin-bottom: 20px;
    text-align:center;
}
.hero-carousel .hc-caption .hcc-content .under p{
    margin-bottom: 0;
}
.hero-carousel .hc-caption .hcc-content .under p span{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.hero-carousel .hc-caption .hcc-content a{
    display: inline-block;
    margin-top: 25px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  /*
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers &amp; apply opacity
  */
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner &gt; .item.next,
      .carousel-fade .carousel-inner &gt; .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner &gt; .item.prev,
      .carousel-fade .carousel-inner &gt; .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner &gt; .item.next.left,
      .carousel-fade .carousel-inner &gt; .item.prev.right,
      .carousel-fade .carousel-inner &gt; .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }


/* Footer */
.footer{}
.footer &gt; .container{
    background-size: contain;
    background-repeat: no-repeat;
}

.footer p{
    line-height: 1.75;
}
@media (min-width: 1360px){
    .footer .container{
        width: 1300px
    }
}
@media (min-width: 1460px){
    .footer .container{
        width: 1400px
    }
}

.footer .f-col h4{
    color: #FFFF00;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer a.normal-link:hover{
    opacity: 0.5;
    color: #FFFF00;
}
.footer .f-col ul.social,
.footer .f-col ul.f-nav{
    padding: 0;
}
.footer .f-col ul.social{margin-left: -5px; margin-right: -5px;}
.footer .f-col ul.social li{
    padding-left: 5px; 
    padding-right: 5px;
}
.footer .f-col ul.social li a{
    height: 45px; 
    width: 45px; 
    font-size: 20px; 
    border: 1px solid #FFFF00;
    display: block;
    color: #FFFF00; 
    line-height: 45px;
    text-align: center;
    display: block;
    font-weight: normal;
    border-radius: 50%;
}
.footer .f-col ul.social li:hover a{
    background-color: #FFFF00;
    color: #222;
}

.footer .f-col ul.f-nav li{
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    padding: 5px 0;
}
.footer .f-col ul.f-nav li a{
    display: block;
    padding: 15px 0;
    font-weight: normal;
    color: #999;
}
.footer .f-col ul.f-nav li:hover a{
    color: #FFFF00
}
.footer .f-col ul.f-nav li a i{
    margin-right: 25px;
}

.footer .copyright{
    margin-top: 70px;
    font-size: 14px;
}
.footer .copyright .c-right{
    text-align: right;
}
.footer .copyright .c-right a{
    color: #ccc;
    font-weight: 600;
}

.intro .section-header p{
    font-style: italic;
    font-size: 18px;
}

.breakout-widget {
    padding: 50px 40px 40px;
    position: relative;
}

.breakout-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 11px;
    width: 100%;
    background: url(../images/caution-strip.png) no-repeat;
    background-size: 100%;
}

.committed {
    width: 100%;
    background: url(../images/bg-temp-01.jpg) no-repeat;
    background-size: cover;
}

.committed .section-header h2 span {
    text-shadow: 0px 2px 2px #7C7C7C;
    display: block;
}
.features {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    display: table;
}
.features-widget {
    display: flex;
    align-items: center;
    float: left;
}
.features-widget:last-child {
    margin-left: 30px;
}
.features-widget .f-icon,
.features-widget .over{
    display: inline-block;
}
.features-widget .over {
    padding-left: 15px;
}
.sign h6 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
}
.video-thumb {
    position: relative;
}
.video-btn-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.play-btn {
    display: table;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #f5ff15;
    color: #2e2e2e;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
}
.play-btn:hover{
    opacity: 0.8;
}
.fencing-gates {
    display: table;
    width: 100%;
}
.fencing-gates .col-50{
    width: 50%;
    display: table-cell;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.fencing-gates .overlay {
    height: 100%;
    display: table;
    width: 100%;
}
.gates h2:after,
.fencing h2:after {
    content: '';
    display: block;
    height: 4px;
    width: 120px;
    background: #FFFF00;
    margin-top: 25px;
}
.gates h2:after {
    background: #2e2e2e;
}
.gates p {
    color: #2e2e2e;
}
.dark-overlay {
    background: rgba(34,34,34,1);
    transition: all 0.7s ease-out;
}
.primary-overlay {
    background: rgba(255,255,0,1);
    transition: all 0.7s ease-out;
}
.fencing-gates .dark-overlay:hover {
    background: rgba(34,34,34,0.9);
}
.fencing-gates .primary-overlay:hover {
    background: rgba(255,255,0,0.7);
}
.cta-bar {
    background: #2e2e2e;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.cta-bar:after, .cta-bar:before{
    content: '';
    position: absolute;
    top: 0;
    width: 261px;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.cta-bar:before{
  left: 0;
  background: url(../images/cta-bar-left.png) no-repeat;
}
.cta-bar:after{
  right: 0;
  left: auto;
  background: url(../images/cta-bar-right.png) no-repeat;
}
@media only screen and (max-width: 1400px) {
.cta-bar:before{
  left: -90px;
}
.cta-bar:after{
  right: -90px;
  left: auto;
}    
}
.cta-bar-holder .desc {
    font-size: 22px;
}
.cta-bar-holder .row {
  display: flex;
  align-items: center;
}
.cta-bar-holder .btn-open-white {
    display: inline-block;
    border-width: 2px;
    font-size: 22px;
}
.featured {
    width: 100%;
    background: url(../images/bg-temp-01.jpg) no-repeat;
    background-size: cover;
}
.featured-solutions {
    padding: 25px;
}
.featured-solutions .btn-primary {
    margin-bottom: 0;
}
.projects-count img, .projects-count span {
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    font-weight: 800;
    line-height: 24px;
}
.projects-count img {
    padding-right: 20px;
}
.projects-count span span {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
}
.featured-slider-holder {
  overflow: hidden;
}
.featured-slider-wrapper {
    /* margin-right: -180px; */
    position: relative;
    padding-left: 30px;
}
.featured-slider {
    width: 100%;
}
.featured-slider .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
@media (min-width: 991px){
  .featured-slider  .slick-list {
    padding:0 20% 0 0 !important;
  }
}
.featured-slider .slick-dots {
    padding: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}
.featured-slider .slick-dots li {
    display: inline-block;
    float: left;
    margin: 40px 3px 0;
}
.featured-slider .slick-dots li button {
    height: 12px;
    width: 12px;
    background: #a4a4a4;
    font-size: 0;
    border: 0;
    transition: all 0.35s ease-out;
}
.featured-slider .slick-dots li.slick-active button,
.featured-slider .slick-dots li button:hover {
  background: #FFFF00;
}
.featured-widget {
    width: 50%;
    padding: 0 15px;
}
.featured-widget-holder {
    background: #ffffff;
    box-shadow: 1px 1px 1px 5px rgba(203, 203, 203, 0.05);
    border: 1px solid #c7c7c7;
}
.featured-widget-holder .featured-img img {
    max-width: 100%;
}
.featured-desc{
  padding: 40px 30px;
}
.featured-desc .btn-primary {
    display: table;
}
.featured-solutions .over {
    font-size: 20px;
}
.featured-solutions h2 {
  font-size: 36px;
}
.featured-solutions .btn-lg {
    padding: 1em 1em;
    text-align: center;
    width: 100%;
}
.featured-widget h3{
    font-size: 24px;
    min-height: 55px;
}
.featured-desc p {
  margin-bottom: 0;
  min-height: 70px;
}
.featured-desc .btn-primary {
  display: table;
  padding: 16px;
  text-align: center;
  width: 100%;
}
.featured-slider .slick-arrow {
    position: absolute;
    top: 20%;
    z-index: 9;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    font-size: 0;
}
.featured-slider .slick-prev {
    left: 20px;
    background: url(../images/arw-prev.png) no-repeat;
    background-size: cover;
}
.featured-slider .slick-next {
    right: 20px;
    background: url(../images/arw-next.png) no-repeat;
    background-size: cover;
}

.footer .f-contact ul.f-nav li a{
    position: relative;
    padding-left: 10px;
}
.footer .f-contact ul.f-nav li a span.footer-links {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    word-wrap: break-word;
}
.footer .f-contact ul.f-nav li a span i {
    position: absolute;
    top: 10px;
    left: 0;
}
.pr-md-60 {
    padding-right: 15px;
}
.mlm-md-40 {
    margin-left: 0;
}
@media only screen and (min-width: 1200px) {
    .pr-md-60 {
        padding-right: 60px;
    }
    .mlm-md-40 {
        margin-left: -40px;
    }
}
/* --- Navbar --- */
.navigation-bar .mynav ul li {
  position: relative;
}
.navigation-bar .mynav ul li ul{
    padding-top: 27px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    transition: all 0.3s ease-out;
    transform: scaleY(0);
    transform-origin: 0% 0%;
}
.navigation-bar .mynav.nb-right ul li ul {
    left: auto;
    right: 0;
}
.navigation-bar .mynav ul li ul .dd-menu{
    padding: 30px 25px 60px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #464646;
    min-width: 350px;
}
.navigation-bar .mynav ul li ul .dd-menu.w-100 {
    min-width: 1080px;
}
.navigation-bar .mynav ul li ul .dd-menu.w-50 {
    min-width: 780px;
}
.navigation-bar .mynav ul li ul .dd-menu:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 11px;
  width: 100%;
  background: url(../images/caution-strip.png) repeat;
}
.navigation-bar .mynav &gt; ul &gt; li:hover &gt; ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.navigation-bar .mynav ul li ul li {
    float: none;
    display: block;
    padding: 0 10px;
}
.navigation-bar .mynav ul li ul .dd-menu h3 {
    font-size: 28px;
    font-weight: 800;
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.navigation-bar .mynav ul li ul li a {
    color: #FFFF00;
    font-size: 18px;
    border-bottom: 1px dashed #cbcbcb;
    padding: 15px 0 5px;
    font-weight: normal;
}
.fencing-gates .btn-lg{
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .over { font-size: 20px;}
  .navigation-bar .mynav ul li ul {
      padding-top: 6px;
  }
  .navigation-bar .mynav ul li ul .dd-menu{
    min-width: 320px;
  }
  .navigation-bar .mynav ul li ul .dd-menu.w-100 {
      min-width: 920px;
  }
  .navigation-bar .mynav ul li ul .dd-menu.w-50 {
      min-width: 680px;
  }
  .navigation-bar .mynav ul li ul .dd-menu h3 {
    font-size: 22px;
  }
  .navigation-bar .mynav ul li ul li a {
      font-size: 16px;
  }
  .cta-bar::before {
    left: -130px;
  }
  .cta-bar::after {
    right: -130px;
  }
  .cta-bar-holder .desc {
    font-size: 18px;
  }
  .btn-lg {
      padding: 1em 2em;
  }
  .cta-bar-holder .btn-open-white {
      font-size: 16px;
  }
  .footer &gt; .container {
      background-image: none!important;
  }
  .f-img {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .intro .section-header p {
    font-size: 15px;
  }
  .breakout-widget {
    padding: 50px 20px 20px;
  }
  .cta-bar::before {
    left: -165px;
  }
  .cta-bar::after {
    right: -165px;
  }
  .cta-bar-holder .row {
    display: block;
  }
  .cta-bar-holder {
      max-width: 575px;
      margin: 0 auto;
  }
  .footer .f-col {
    margin-bottom: 30px;
  }
  .video-thumb .img-responsive {
      margin: 0 auto;
  }
  .cta-bar-holder .desc {
    font-size: 16px;
  }
  .cta-bar-holder .btn-open-white {
      margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .topbar .mytable .table-cell:last-child {
      display: none;
  }
  .breakout-widget {
    margin-bottom: 15px;
  }
  .features-widget {
    width: 100%;
  }
  .features-widget:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .fencing-gates .col-50 {
    width: 100%;
    display: block;
  }
  .fencing-gates .ptb-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fencing-gates .pl-sm {
      padding-left: 0;
  }
  .cta-bar::before, .cta-bar::after{
    display: none;
  }
  .featured-widget {
    margin-top: 30px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .copyright {
      margin-top: 20px;
      text-align: center;
  }
  .footer .copyright .c-right {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cta-bar-holder {
    max-width: 100%;
  }
  .featured-widget {
    padding: 0;
  }
}
.bg-blue2 .btn-open-white{
  display: inline-block;
}
.btn-open-white:hover {
    background-color:rgba(255,255,255,0.5);
}
@media only screen and (max-width: 767px) {
  .featured-desc {
      padding: 20px;
  }
  .featured-solutions .btn-lg,
  .featured-desc .btn-primary {
    padding: 12px 8px;
    font-size: 15px;
  }
  .featured-slider .slick-dots {
      display: none!important;
  }
  .featured-solutions .over {
    font-size: 16px;
  }
  .featured-solutions h2,
  .featured-widget h3 { 
      font-size: 24px;
      text-transform: uppercase;
  }
  .featured-solutions h2{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
    .featured-slider .slick-arrow {
        height: 30px;
        width: 30px;
    }
    .featured-slider-wrapper {
        margin-right: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
  .featured-slider .slick-prev {
    left: -35px;
  }
  .featured-slider .slick-next {
    right: -35px;
  }
} 

.testimonial-wrapper2 {
  margin:10px 0 60px 0;
  padding:32px 30px 16px;
  background-color:#FFF;
  border:3px solid #FFF;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:left;
}
  .testimonial-photo2 {
    margin-left:10px;
    margin-bottom:20px;
  }

  p a {
    color: #03BFBF;
  }
  
  h4 a {
    color: #03BFBF;
  }
.partners-slider .slick-arrow{
    display: none!important;
}

.img-fluid-lg {
    width: 100%;
}
@media only screen and (max-width: 767px) {
   .container-fluid.plr-xl,
   .container.plr-xl {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media (min-width: 1650px) {
    .featured .container-lg {
        width: 1630px;
    }
    .featured-slider .slick-list {
        padding: 0 15% 0 0 !important;
    }
}
@media (min-width: 2450px) {
    .featured .container-lg {
        width: 2000px;
    }
    .featured-slider .slick-list {
        padding: 0 12% 0 0 !important;
    }
}

.tab-map-section .tab-list {
  background: #364B8C;
  color: #fff;
  padding: 45px 20px 20px; 
}
.tab-map-section .tab-list h4 {
  font-size: 32px;
}
.tab-map-section .tab-list p {
  color: #fff;
}
@media (max-width: 991px) {
    .tab-map-section .tab-list .btn {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
  .tab-map-section .tab-list {
    padding: 45px 20px;
    border-top-right-radius: 15px;
  }
}
.tab-map-section .tab-list ul li {
  display: block;
  width: 100%;
}
.tab-map-section .tab-list .nav-tabs {
  border: 0;
}
.tab-map-section .tab-list .nav-tabs &gt; li {
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  transition: all 0.7s ease-out;
}
.tab-map-section .tab-list .nav-tabs &gt; li.active,
.tab-map-section .tab-list .nav-tabs &gt; li:hover {
  opacity: 1;
}
.tab-map-section .tab-list .nav-tabs &gt; li &gt; a {
  border: 0;
  color: #fff;
  margin-right: 0;
  border-radius: 0;
  padding: 20px 10px 20px 40px;
  position: relative;
}
.tab-map-section .tab-list .nav-tabs li &gt; a i {
  float: right;
  opacity: 0;
  transition: all 0.7s ease-out;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-map-section .tab-list .nav-tabs li &gt; a:hover &gt; i,
.tab-map-section .tab-list .nav-tabs li.active &gt; a i {
  opacity: 1;
}
.tab-map-section .tab-list .nav-tabs &gt; li &gt; a:hover,
.tab-map-section .tab-list .nav &gt; li &gt; a:focus, 
.tab-map-section .tab-list .nav &gt; li &gt; a:hover,
.tab-map-section .tab-list .nav-tabs &gt; li.active &gt; a, 
.tab-map-section .tab-list .nav-tabs &gt; li.active &gt; a:focus, 
.tab-map-section .tab-list .nav-tabs &gt; li.active &gt; a:hover {
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.tab-map-section .services-area-widget {
  color: #999;
  font-weight: 400;
  position: relative;
  display: block;
}
.tab-map-section .services-area-widget .map-img {
  position: relative;
  margin: 0 0 30px;
  max-width: 600px;
}
.tab-map-section .services-area-widget .map-img img{
  max-width: 100%;
  transition: all 0.7s ease-out;
}
.tab-map-section .services-area-widget .map-img img:first-child {
  z-index: 1;
  position: relative;
}
.tab-map-section .services-area-widget .map-img img:last-child {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tab-map-section .services-area-widget .selected-map-img {
  position: absolute;
  top: 0;
  left: 0;
}
.tab-map-section .services-area-widget .services-text {
  opacity: 1;
  visibility: hidden;
  transition: all 0.35s ease-out;
}
.tab-map-section .services-area-widget:focus .services-text,
.tab-map-section .services-area-widget:hover .services-text,
.tab-map-section .services-area-widget:focus .map-img img:last-child,
.tab-map-section .services-area-widget:hover .map-img img:last-child {
  opacity: 1;
  visibility: visible;
}
.tab-map-section .services-dropdown .form-control {
  height: 45px;
  border-radius: 0;
  font-size: 16px;
  max-width: 400px;
}
.tab-map-section .services-dropdown .dropdown-menu &gt; li &gt; a {
  padding: 10px 30px;
}
.tab-map-section .mobile-map-content .services-area-widget .services-text,
.tab-map-section .mobile-map-content .services-area-widget .map-img img:last-child {
  visibility: visible;
  opacity: 1;
}
.tab-map-section .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  border: 0;
}
.tab-map-section .panel-group .panel .panel-heading {
    border: 1px solid #364B8C;
    background: #364B8C;
    color: #fff;
    border-radius: 0;
    padding: 15px;
}
.tab-map-section .panel-group .panel .panel-heading a {
  color: #fff;
  font-size: 20px;
}
.tab-map-section .panel-group .panel-body {
  padding: 0 0 40px;
}</pre></body></html>