*{
  font-family: 'Raleway', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  /*background-image: url("../img/topography.png");
  background-repeat: repeat;
  opacity: .1;*/
}
address{
  font-size: 13px;
}

a{
  color: #000000;
}
a:hover{
  text-decoration: none;
}
.alert a{
  font-size: 1.2em !important;
}

.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #957000, red);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  animation: underline 2s ease-in-out 2s infinite; /* remove infinite if you want only once */
  padding: 0rem 0rem;
}
@keyframes underline {
  to {
    background-size: 100% 2px;
  }
}
.nav-link{

}

/*Home Animation */
.slider {
        max-width: 100%;
        height: 100%;
        margin: 0px auto;
        position: relative;
        }
        .slide1,.slide2,.slide3,.slide4,.slide5 {
        position: absolute;
        width: 100%;
        height: 100%;
        }
        .slide1 {
        background: url(../img/slide/view2.jpg)no-repeat center;
        background-size: cover;
        animation:fade 10s infinite;
        -webkit-animation:fade 10s infinite;
        }
        .slide2 {
        background: url(../img/slide/VIEW-NIGHT.jpg)no-repeat center;
        background-size: cover;
        animation:fade2 10s infinite;
        -webkit-animation:fade2 10s infinite;
        }
        .slide3 {
        background: url(../img/slide/view-thumbnail.jpg)no-repeat center;
        background-size: cover;
        animation:fade3 10s infinite;
        -webkit-animation:fade3 10s infinite;
        }
        @keyframes fade
        {
        0%   {opacity:1}
        33.333% { opacity: 0}
        66.666% { opacity: 0}
        100% { opacity: 1}
        }
        @keyframes fade2
        {
        0%   {opacity:0}
        33.333% { opacity: 1}
        66.666% { opacity: 0 }
        100% { opacity: 0}
        }
        @keyframes fade3
        {
        0%   {opacity:0}
        33.333% { opacity: 0}
        66.666% { opacity: 1}
        100% { opacity: 0}
        }

        /*end animations*/
.eng-btn{
color: #fff;
    background-color: #b90505;
    border-color: #b80000;
    padding-left: 18px;
    padding-right: 18px;
    color: #ffffff !important;
}
/*scroll-nav*/
.hr-carrer{
  height: 3px;
  background-color: #000000;
  width: 100%
}

.scroll-nav-bg{
  background:transparent;
  width:100%;
  transition: 0.4s;
  
}
.scroll-nav-bg ul{
  list-style-type:none;
  padding:0;
}

.scroll-nav-bg ul li{
  display:inline-block;
  /*width:100px;*/
  color:black;
}

.blue{
  background:white;
  transition: 0.4s;
  width:100%;
}
.navbar  ul{
  text-align: right;
  margin-bottom: 0rem;
}
.navbar  ul li a{
  white-space: nowrap;
  color: #000000;
}
.navbar  ul li a:hover{
  text-decoration: none;
}
/*scroll-nav*/



.small{
  font-size: 12px !important;
}
.nav-menu-list{
  
}

/*Floating menu*/
    #accordion .panel-heading { padding: 0;}
    #accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
    }
    #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\f067";
    float: left;
    font-family: "Font Awesome 5 Free";
    margin-right :1em;
    }
    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f068";
    }
    #main{
    padding: 12px;
    position: fixed;
    width: 260px;
    top: 180px;
    left: 135px;
    background: #fae5a5f2;
    z-index: 1000;


    background-image: url(../img/expand-arrows-alt.svg.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top right;
    background-size: 25px 25px;
    padding-top: 30px;
    }
    
/*Floating menu*/


.main-container{
  position: relative;
}
.fixed-top{
  z-index: 1000;
}
.top-nav{
  margin-top: 250px;
}
.navbar-brand img{
  height: 115px;
}
.navbar-nav li a{
  color: #000000;
}
.nav-link{
  color: #979797;
}
.nav-link:hover{
  color: #000000;
}
.navbar-nav li a {
    display: inline-block;
    text-decoration:none
}
.navbar-nav li a:after {
    content: "";
    display: block;
    width: 0;
    bottom: -3px;
    right: 0;
    left: auto;
    transition: all 0.4s ease;
    height: 1px;
    background-color: #000;
}



.navbar-nav li a:hover:after {
    width: 90%;
}


.panel {
  /*background-color: #644b00;*/
    padding: 2px 12px;
    margin-bottom: 1px;
    color: #000000;
}
.panel a{
    color: #000000;
    font-size: 18px;
}
.panel p{
  margin-bottom: 0px;
}
.panel a:hover{
    color: #000000;
    opacity: .8;
    text-decoration: none;
}
.panel h4{
  margin-bottom: 0px;
}
.panel-body{
  margin-top: 12px;
  margin-left: 12px;
}
.panel-body .col-4{ 
  padding-left: 0px;
}
.flot-nav-menu{
  margin-bottom: 0;
}
.flot-nav-menu li{
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-left: 2px;
}
.flot-nav-menu h5{
  font-size: 12px;
}
.flot-nav-menu a{
  font-size: 15px;
  white-space: nowrap;
}







/*Home */




.home-content{
  margin: 12% 0;
}
.home-content p{
  /*font-size: 1.2rem;*/
  font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.home-scroll-content {
    position: relative;
    }
ul.nav-pills {
    position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 30%;
    }
div.col-8 .demo1 {
    height: -webkit-fill-available;
    margin-top: 30%;
    padding-top: 25%;
    }


 .home-scroll-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      color: #000;
    background-color: transparent;
 }
.home-scroll-content .nav-item a.active::before{
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    /* height: 1px; */
    width: 1.5rem;
    margin: -12px 12px;
    transform: translateY(-1rem);
    box-shadow: none;
    transition: all .2s ease;

    }
.home-scroll-content .nav-item a{
    transition: all .1s ease;

    }


/*Home scroll*/
.home-scroll-content .nav-item a{
  font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.branch{
  font-size: 18px;
}

.section{
  padding: 10% 0;
  padding-top: 25%;
}
 .about_section{

 }
 .view-more{
  font-size: 12px;
 }

 .about_section-img-bg-img img{
  /*box-shadow: 45px 45px #eaebe6;*/
 }
.about_section-content{
  margin-bottom: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.about_section-content a{
  color: #000000;


}
.about_section-content a:hover{
  text-decoration: none;
}
 .view-more img{
      height: 34px;
    margin-left: 12px;
 }
 .about_section-content img {
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.about_section-content img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.about_section-img-bg:hover{
transform: scale(1.1);
transition: all .5s ease;
}
.about_section-img-bg{
transition: all .5s ease;
}

.home_section-img-bg-img img{
      /*box-shadow: -34px -40px #eaebe6;*/
    }


/*Footer*/
footer{
  background-color: #003248;
    color: #ffffff;
    padding: 5% 0;
}
.list li{
  list-style: none;
}
footer a{
  color: #aaaaaa;
}
.bottom-menu{
  padding: 12px 0px;
}
.bottom-menu ul{
  margin-bottom: 0px;
  text-align: center;
}
.bottom-menu a{
  font-size: 12px;
  color: #000000;
}

footer p{
  font-size: 15px;
  font-weight: 100;
}
/*About page */


.parallax {
  /* The image used */
  background-image: url("../img/about.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("../img/1 THUMBNAIL.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  /* The image used */
  background-image: url("../img/architectural.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-content{
  /*position: absolute;*/
    margin-top: -150px;
    background-color: #e8e6e6;
    padding: 10% 14%;
}
  


  /*PMC*/
  .pmc{
    margin-top: 11%;
  }
  .tab-content-text{
    margin-top: 5%;
  }




/*Mobile side nav*/

  #ball .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    }
    #ball .nav-pills  a.active{
      font-weight: 600;
    }
    #ball .nav-pills  a.active::before {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    /* height: 1px; */
    width: 12px;
    margin: -13px 3px;
    transform: translateY(-1rem);
    box-shadow: none;
    transition: all .2s ease;
    }
    .flot-nav-menu .nav-link {
      display: block;
      padding: .2rem 0rem;
      }
      
    .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    }
    .mobile-togle-btn{
      /*position: fixed;
      z-index: 10000000000;
      display: none;
      top: 8%;
      left:12px;*/

    position: fixed;
    z-index: 10000000000;
    display: none;
    top: 5%;
    right: 24px;
    /* left: 12px; */
    font-size: 30px;
    }
    .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    }
    .sidenav a:hover {
    color: #f1f1f1;
    }
    .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }
    @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    }



@media (min-width: 576px){
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}


@media (max-width: 768px){
.mobile-togle-btn {
    display: block;
}
.nav-link {
    display: block;
    padding: .5rem .51rem;
    font-size: 13px;
    margin-right: :5px;
}
.scroll-nav-bg ul li {
    display: inline-block;
    /* width: 100px; */
    color: red;
    margin-right: 30px;
}

.scroll-nav-bg .top-nav-number li {
    display: block;
    /* width: 100px; */
    color: red;
    margin-right: 46px;
    font-size: 14px;
}

.top-nav {
    margin-top: 135px;
}
.branch{
  font-size: 12px !important;
  color: #000000;
}
.branch:hover{
  color: #000000;
  
}
.testimonials {
    padding: 30px 0 !important;
}
.top-nav-number ul li{

}

}




/*online-page*/


.online-page{
  margin-top: 200px;
}
.online-page h5{
  font-size: 1em;
}
.online-page p{
  font-size: .8em;
}
.online-page-a{
  font-size: .8em;
  color: #b90505;
}

/*gallery*/
.gallery{
  margin-top: 200px;
}


.modal-dialog {
      /*max-width: 800px;*/
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
  min-height:400px;
  background:#ccc;
}




.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

#image {
  min-height:200px;
}


/*Gallery*/
.container.gallery-container {
        background-color: #fff;
        color: #35373a;
        min-height: 100vh;
        padding: 30px 50px;
        }
        .gallery-container h1 {
        text-align: center;
        margin-top: 50px;
        font-family: 'Droid Sans', sans-serif;
        font-weight: bold;
        }
        .gallery-container p.page-description {
        text-align: center;
        margin: 25px auto;
        font-size: 18px;
        color: #999;
        }
        .tz-gallery {
        padding: 40px;
        }
        /* Override bootstrap column paddings */
        .tz-gallery .row > div {
        padding: 5px;
        }
        .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        padding: 2px;
        position: relative;
        }
        .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: "Font Awesome 5 Free";
        content: '\f00e';
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
        }
        .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        opacity: 0;
        background-color: rgba(46, 132, 206, 0.7);
        content: '';
        transition: 0.4s;
        }
        .tz-gallery .lightbox:hover:after,
        .tz-gallery .lightbox:hover:before {
        opacity: 1;
        }
        .baguetteBox-button {
        background-color: transparent !important;
        }
        @media(max-width: 768px) {
        body {
        padding: 0;
        }
        }
        #demo {
        height:100%;
        position:relative;
        overflow:hidden;
        }
        .green{
        background-color:#6fb936;
        }
        .thumb{
        margin-bottom: 30px;
        }
        
        .page-top{
        margin-top:85px;
        }
        
        img.zoom {
        width: 100%;
        height: 200px;
        border-radius:5px;
        object-fit:cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        }
        
        
        .transition {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        }
        .modal-header {
        
        border-bottom: none;
        }
        .modal-title {
        color:#000;
        }
        .modal-footer{
        display:none;
        }
        .full-image{
        padding: 5%;
        } 


/*Projrcts*/
.projects h5{
font-size: 14px;
}
.projects a{
  color: #000000;
}
.project-card-view{
      font-size: 12px;
    /* text-align: right; */
    background: beige;
    margin: 2px;
    padding: 2px 14px;
    border-radius: 16px;
}
.projects .card:hover{
/*background-color: red;*/
webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

  /*Responsive Breakpoints*/

  @media all and (max-width: 1199px) { 
  
  } 
@media all and (max-width: 991px) {
  #main{
  background-color: red;
 }
#ball{
  display: none;
}
.mobile-togle-btn{
  display: block;
}
} 


@media all and (max-width: 768px) { 

/* Small devices (portrait tablets and large phones, 600px and up) */  
#main{
  background-color: red;
 }
#ball{
  display: none;
}
.mobile-togle-btn{
  display: block;
}
.navbar-brand img {
    height: 97px;
}
.branch {
    font-size: 12px;
}  
}

/* Extra small devices (phones, 600px and down) */
@media all and (max-width: 575px) { ... }

.testimonials p{
  font-size: 13px;
}

.testimonials-main .carousel-caption {
    position: absolute;
    right: 2%;
    bottom: 20px;
    left: 2%;
    top: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.testimonials-main .carousel-indicators li {
       box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fae6a9;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.testimonials {
}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border-bottom: 3px #957000 solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card-text{
  font-style: italic;
}
.testimonials .card i {
  background-color: #fae6a9;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}
.testimonials footer{
  background-color: #f8f9fa;
  padding: 6% 0 0 0;
}

.testimonials .btn {
  font-size: 11px;
    padding: 2px 10px;
  }

  .contact i{
    font-size: 15px;
    margin-bottom: -2px;
    margin-right: 5px;
  }
  .connect-us img{
    height: 20px;
  }
  .employee-btn{
    font-size: 8px;
  }

  .login .card .form-card{
        padding: 5% 10% 10% 10%;
  }
  .z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.d-drawing{
margin-top: 20px;
}
.user-home a{
  color: #505050;
}
.user-home a:hover{
text-decoration: none;
}

#scroll {
  margin-top: 30px;
    width: 100%;
    height: 400px;
    overflow:hidden;
    cursor: all-scroll;
    border: 2px solid black;

}

.blue {
    width: 1200px;
}
.drag-img-text{
  position: absolute;
  background-color: #ffc107cf;
  color: #ffffff;
  margin-left: 12px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #8e8383;
    opacity: 1;
    z-index: 12;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 2rem -1rem auto;
}
.modal-body form{
  margin: 5%;
  background-color: #ffffff;
  padding:5%;
}
.modal-body {
    position: relative;
    padding: 0px;
    min-height: 400px;
    background: #f7f7f7;
}
.btn-reg {
        padding: -0.75rem .5rem;
    font-size: .775rem;
    line-height: .8;
    border-radius: 1.2rem;
}


/*carrer*/
.carrer p{
  font-size: 12px;
}

.without-login-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .2rem .2rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;


}
.without-login-form .form-group{
  margin-bottom: .5em;
}
.without-login-form .col-form-label{
  font-size: 12px !important;
  font-weight: 800;
}
.without-login-form .form-check-label{
  font-size: 12px !important;
}
.form-check{
    padding-top: 7px;
  }

.form-head{
  background: #fae6a9;
    padding: 12px;
    color: #6b6b6b;
}


input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.events p{
  font-size: 13px;
  text-align: center;
  padding: 0px 12px;
}





/*PMC*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.pmc .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    height: 86px;
}
.pmc .nav-link h2{
    font-size: 1.4rem;
    color: #b71f25;
    font-weight: 100;
    padding-top: 6px;
}
.pmc .nav-link.active h2{
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 100;
}

.pmc .nav-link {
    color: #495057;
    background-color: #fff;
    border: none;
    background: url(../img/tab.png);
    background-repeat: no-repeat;
    background-size: 68px 58px;
    width: 78px;
    margin-left: -25px;

    
}
.pmc-tab{
  position: sticky;
    z-index: 1000;
    top: 92px;
}
.z-1{
   z-index: 1;
}
.z-2{
   z-index: 2;
}
.z-3{
   z-index: 3;
}
.z-4{
   z-index: 4;
}
.z-5{
   z-index: 5;
}
.z-6{
   z-index: 6;
}
.z-7{
   z-index: 7;
}
.pmc .nav-link img{
    -webkit-box-shadow: 57px -10px 54px -27px rgba(138,138,138,1);
    -moz-box-shadow: 57px -10px 54px -27px rgba(138,138,138,1);
    box-shadow: 57px -10px 54px -27px rgba(138,138,138,1);
}
.pmc .nav-link.active {
    color: #495057;
    background-color: #fff;
   border:none;
    background: url(../img/tab-active.png);
    background-repeat: no-repeat;
     background-size: 68px 58px;
    width: 78px;
    margin-left: -25px;
}

.pmc-title h3{
  font-size: 1.2rem;
  font-weight: 700;
  margin-block-start: 0em;
    margin-block-end: 0em;
}
.pmc-title h2{
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-start: 0em;
    margin-block-end: 0em;
}
.pmc .tab-pane h4{
  text-align: center;
}

.pmc-content .content-i{
      font-style: italic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 0 20%;
}

.pmc-hedding{
        background: #b71f25;
    padding: 5px 25px;
    font-size: 15px;
    color: #ffffff;
    /*width: 335px;*/
    position: static;
    right: 0;
    top: 16px;
  }

.pmc-page-2{
  padding:20% 5%;
  text-align: left;
}






/*pmc single page*/
.sticky-pmc-tab {
    width: 100%;
    height: 60px;
    top: 120px;
    position: sticky;
    color: #000000;
    z-index: 100000;
    }
    .sticky-pmc-tab ul {
    padding: 20px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
    }
    .sticky-pmc-tab ul li {
    display: inline-block;
        margin: 0 -10px;
    }
    .sticky-pmc-tab ul li a {
    padding: 19px 29px;
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
    background: url(../img/tab.png);
    background-repeat: no-repeat;
    background-size: 68px 58px;
    position: relative;
    }
    .sticky-pmc-tab ul li a:hover {
    color: #000000;
    
    }
    .sticky-pmc-tab ul li a.active {
    /*border-bottom: 2px solid #000000;*/ 
    background: url(../img/tab-active.png);
    background-repeat: no-repeat;
    background-size: 68px 58px;
    color: #ffffff;
    }
    /* Headings */
    h1 {
    font-size: 5rem;
    color: #34495E;
    }
    /* Sections */
    .pmc-section {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    min-height: 500px;
    text-align: center;
    padding-top: 190px;
    }
    .sections .pmc-section:first-child {
    margin-top: 60px;
    }
    .pmc-section.active {}
    