      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    
.container {
    max-width: 1200px;
}
.cust-logo {
    border: none;
    padding: 0;
    margin-left: 243px;
}
.dccstmr01, .dccstmr02, .dccstmr03, .dccstmr04, .dccstmr05, .dccstmr06 {padding-top:15px;width:100px; height:auto;}

#topsec-rhs ul li.nav-search .icon-search {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -224px -120px;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 5px;
    display: block;
}

#topsec-rhs ul li span.user-thumb {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}
.footer .col1 {
    padding: 2% 4% 2% 0;
    border-right: 1px solid #292929;
    min-height: 250px;
    width: 32%;
}

.footer .col3 {
    padding: 4% 0 0 3%;
}
