  body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }
  h3, h4 {
    margin: 1px 0 3px 0;
    letter-spacing: 5px;      
    font-size: 20px;
    color: #111;
  }
  .container {
    padding: 80px 10px;
  }
  #mobileViewMenu{
    display: none;
  }

  #homeContent{
    background-image: url("../images/upvcImgHomeBg.jpg");
    height: 100%;
    margin-top:5%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
  }
  
  #aboutUs,#contact{
    margin-top: 10%;
  }
  h4{
      background-color: #111;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background:transparent;
      border: 0;
      font-size: 11px !important;
      font-weight: bold;
      letter-spacing: 3px;
      height:10%;
  }
  .navbar-default .navbar-nav>li>a{ 
      color: #033a75;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #033a75; 

  }
  .navbar-nav li a:hover {
      background: linear-gradient(to right, #eeeeee,#033a75); 
            -webkit-background-clip: text;
  }

  li:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    color: #e3e8ec;
    transition: width .7s ease, background-color .7s ease;
  }
  li:hover:after {
    width: 100%;
    background: linear-gradient(to right, #eeeeee,#033a75); 
  }
  footer {
    position:fixed;
    bottom: 0;
    background-color: #CBD2DA;
    color: #033a75;
    width: 100%;
    height: 50px;
    margin-top: 10%;
    z-index:1;
  }
  footer a {
    color: #033a75;
    max-width:10px !important;
  }
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }
  #homePage,#contact{
    margin-bottom: 10%;
  }
  .logo{
    height:70px;
    width:70px;
    display: block;
  }
  #companyLogo{
    height:300px;
    width:300px;
  }
@media (max-width: 600px) {
    .carousel-caption, #desktopViewMenu{
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    #homePage{
      margin-top: 18%;
      margin-bottom: 30%;
    }
    #aboutUs{
      margin-top: 30%;
      margin-bottom: 30%;
    }
    #contact,#services{
      margin-top: 30%;
      margin-bottom: 15%;
    }
     #mobileViewMenu{
      display:block;
      margin-top: 20px;
    }
    #carouselLeftNavigateIcon,#carouselRightNavigateIcon{
      display: none; 
    }
    #homeContent {
      background-image: url("../images/upvcImgHomeBg_mob.png");
      background-repeat: round;
      max-width: 100%;
    }

    .navbar-default .navbar-nav>li>a{ 
      color: #CBD2DA;
    }

    .navbar li a{ 
      background-color: #033a75 !important;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
       color: #fff;
       background:#fff;
    }
    li:after {
      content: '';
      display: none;
      margin: auto;
      height: 3px;
      width: 0px;
      transition: none;
    }
    li:hover:after {
      width: 100%;
      background: #09212D !important;
    }
    .navbar-collapse{
      border-top: none;
    }
   .moveTop{
      position: fixed;
      z-index: 1000;
      bottom: 0;
      right:10% !important;
      height: 80px;
      width: 100%;
    }
    .mobileViewProductText{
      font-size: 15px !important;      
    }
    .btn{
      white-space: break-spaces;
    }
    .mobileViewImage{
      height:4%;
    }
    .logo{
      height:50px;
      width:50px;  
    }
    #companyLogo{
      height:150px;
      width:150px;
    }
    .mobileCallButton{
      display: block;
    }
  }
/* Hidden based on hidden contents*/
  /*.nav-tabs li a {
      color: #777;
  } */

  /*----------------------------------- overwritten css -------------------------------------------------*/

  #myNavbar{
    overflow-y:hidden;
  }

  

  .panel-heading{
    background-color: #dddbdb;
    border-bottom: 1px solid #ccc;
  }
  
  img.hover-shadow {
    transition: 0.3s
  }

  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
  }

  .imageShadow {
    position: relative;
    width: 100%;
  }

  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #2d2d30;
    opacity: 0.7;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }

  .imageShadow:hover .overlay {
    bottom: 0;
    height: 100%;
  }

  .text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .moveTop{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right:3%;
    height: 80px;
    width: 100%;
  }

  .whatsappChat{
    position: fixed;
    z-index:1000;
    bottom: 60;
    left:1%;
  }

  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

.pulse {
    /*animation-name: pulse_animation;
    animation-duration: 6000ms;
    transform-origin:50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;*/

     -webkit-animation: pulse 1.8s infinite  alternate;
    animation: pulse 1.8s infinite  alternate;
}

 /* @keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}*/

@-webkit-keyframes pulse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes pulse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

.aboutUsFooterPanel{
  background-image: url("../images/panelBg.jpg");
  background-size: cover;
  color: #fff;
}
.panelHeadRemove{
  background-color: transparent;
  text-align: -webkit-center;
}
#newsSection{
  background-image: url("../images/news1.jpg");
  background-size: cover;
}

/*#clientSection{
  background-image: url("../images/clientBg.jpg");
  background-size: cover; 
}
*/
.btn-group-vertical{
  display:block;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #033a75;
}

.clientImage{
  text-align: -webkit-center;
}

#servicesHeaderImg{
  background-image: url("../images/serviceImg/upvc_services.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
}

#imgHover:hover{
  box-shadow: 0 4px 8px 0 rgb(9,33,45), 0 6px 20px 0 rgb(9,33,45);
  cursor:pointer;
}

.rotateImg {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    color: #fff;
  }

  .rotateImg:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  font-size: 30px;
  color: #fff;
} 

.modal-title{
  color: #fff;
}

.modal-header{
  background: #09212D;
}

.servicesBorderBottom{
  border-bottom: 1px solid #bcb8b8;
  padding-bottom: 20px;
}

#homeHeaderFont1{
  color:#09212D;
  width: fit-content;
  padding-top:150px;
  padding-left:20px;
  font-size: 40px;
  font-family: Stencil Std, fantasy;
}

#homeHeaderFont2{
  color:#09212D;
  width: fit-content;
  padding-top:2px;
  padding-left:60px;
  font-size: 40px;
  font-family: Stencil Std, fantasy; 
}

#homeHeaderFont3{
  color:#09212D;
  width: fit-content;
  padding-top:5px;
  padding-left:20px;
  font-size: 40px;
  font-family: Stencil Std, fantasy; 
}

#homeHeaderFont4{
  color:#09212D;
  width: fit-content;
  padding-top:30px;
  padding-left:20px;
  font-size: 30px;
  font-family: Bradley Hand, cursive; 
}

#homeHeaderFont5{
  color:#09212D;
  width: fit-content;
  padding-top:10px;
  padding-left:20px;
  font-size: 30px;
  font-family: Bradley Hand, cursive; 
}

iframe {
  margin-top: 2%;
  width: 100%;
  height: 50%;
}
