/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap'); */

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Roboto', serif;
    color: #788487;
    position: relative;
    overflow-x: hidden;
}

p {
    line-height: 22px;
    font-size: 15px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    /* -webkit-font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6 ,.h6{
    font-family: 'Roboto', serif;
    font-weight: 600;
    margin-bottom: 0px;
    color: #232323;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    max-width: 100%;
}

a:hover {
    color: #e64141;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0
}

.flaticon {
    display: inline
}



h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}


.f-color {
    color: #e64141;
}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}


.mb30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 60px 0px;
}

.section-heading {
    text-align: center;
    width: 70%;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.section-title span {
    color: #e64141;
}
.section{
    padding: 100px 0px;
}


.line {
    width: 50px;
    background: #e64141;
    height: 1px;
    margin: 10px auto;
}




/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #e64141;
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff !Important;
}

.btn-black:hover {
    color: #fff;
    background: #e64141;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
}

.btn-trans-white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 40px;
}


.btn-trans-black:hover {
    background: #e64141 !important;
}



/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}

.bg-theme-red {
    background-color: #e64141;
}
.text-theme-red {
    color: #e64141;
}

.bg-theme-yellow {
    /* background-color: #FDC100; */
    background-color: #F7BB05;
}
.text-theme-yellow {
    color: #F7BB05;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}


.d-table {
    width: 100%;
}


.d-table-cell {
    vertical-align: middle;
}


.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
    background: #222955;
    opacity: .97;
}

.feature-overlay {
    background: #e64141;
    opacity: .97;
}

.gr-overlay {
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
    opacity: .87;
}


/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation,
.trans-navigation {
    padding: 30px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
    text-transform: uppercase;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}


.header-white {
    position: fixed;
    top: 0px;
    background: #111;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    /* padding: 0px 35px; */
     margin: 0px 15px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.site-navigation,
.trans-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.navbar-brand span {
    font-weight: 400;
}


.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 1px;
}


.trans-navigation {
    background: transparent;
}


.trans-navigation.header-white {
    background: #111;
}

.trans-navigation.header-white .navbar-nav .nav-link {
    color: #fff;
}

/* .trans-navigation.header-white .navbar-nav a.active {
    color: #e64141;

} */
.navbar-brand img {
    max-width: 100%;
}


.trans-navigation.header-white .btn-white {
    background: #e64141;
    color: #fff;
}


/* ===============================
 DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 0px;
}

.nav-item.dropdown .dropdown-menu{
    -webkit-transition: all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e64141;

}



.dropdown-toggle::after{
    display: none;
}
.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

@media screen and (min-width: 768px) and (max-width:1300px){
    #awardYear{
        margin-top: 0px !important;
    }

    .awards-logo img{
        width: 150px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1559px){
    .awards-logo img{
        width: 150px !important;
    }

    .home-banner{
        height: 100vh !important;
    }
}




/*------------------------------------
 BANNER AREA
----------------------------------*/

.banner-area .content-padding {
    /* padding: 250px 0px 180px; */
}


.content-padding {
    padding: 180px 0px 80px;
}

/* .banner-content {
    padding-right: 30px;
} */

.banner-content .btn {
    margin-top: 15px;
}


.banner-content .banner-title {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

.banner-content .subtitle {
    color: #fff;
    background: #e64141;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle {
    color: #e64141;
}

.banner-content p {
    margin: 20px 0px;
    color: #eee;
    font-size: 18px;
    line-height: 30px;
}



.banner-content .btn {
    margin-right: 12px;
}

.btn-sm {
    padding: 10px 30px;
}


/* .banner-1 {
    background: url("../img/bg-2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
} */

.home-banner {
    /* background: url("../img/zinnov_awards_banner_2018.jpg"); 
    -webkit-background-size: cover;
    background-size: cover;*/
    background: #00caff;
    position: relative;
    height: 80vh;
}
#awardYear {
     background: url("../img/awards_home_waves.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100vh;
}
/* .banner-3 {
    background: url("../img/banner-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
} */


.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}


/*-------------------- ------------
 INTRO SECTION
-----------------------------*/

#intro {
    /* padding-bottom: 0px; */
}

.intro-img {
    margin-top: 45px;
}

#intro .section-heading p {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

.intro-box {
    /* margin-top: 30px; */
    position: relative;
    /* margin-bottom: 20px; */
}

.intro-box h4:before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    bottom: 0px;
    background: #fff;
    width: 50px;
    height: 2px;
}

.intro-box h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
    color: #fff;
}

.intro-box span {
    font-size: 34px;
    font-weight: 600;
    /* color: #e64141; */
}


.intro-cta{
    margin-top: 40px;
}




/*--------------------------
  ABOUT SECTION
----------------------*/

.section-pt {
    padding-top: 90px;
}

.section-pb {
    padding-bottom: 90px;
}

#about {
    position: relative;
    padding-bottom: 85px;
}

.about-bg-img {
    position: absolute;
    right: 0px;
    content: "";
    background: url("../img/pari_bg.png") 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    /* max-height: 560px; */
    top: 0px;
    /* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); */
}


.about-content {
    margin-top:94px;
}

.about-content .subtitle {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h3 {
    margin-bottom: 25px;
}

.about-list {
    margin-top: 30px;
}

.about-list li {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #888;
}

.about-list li i {
    color: #000;
    margin-right: 10px;
}



/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service{
    background: url("../img/bg/bg-2.jpg") no-repeat;
    background-size: cover;
}
#winners-head {
    padding-bottom: 60px;
    padding-top: 60px;
}
#winners-head .section-title{
    color: #fff;
}
.text-white p {
    color: #fff;
}

#winners {
    margin-top: -80px;
    /* padding-bottom:70px; */
}

.service-box .service-img-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #e64141;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.service-box {
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    display: table;
    width: 100%;
}


.service-inner {
    /* margin-top: 30px; */
    display: table-cell;
    vertical-align: middle;
}

.service-inner h4 {
    font-size: 18px;
    line-height: 24px;
    /* margin-bottom: 5px; */
    /* margin-bottom: 20px; */
}
.service-inner h5 {
    font-size: 14px;
    line-height: 20px;
}
.service-inner span {
    color: #e64141;
}
.service-inner p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px !important;
    line-height: 20px !important;
}
/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/

#clients {
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
}

.client-img {
    background: #fff;
}

/*--------------------------
 FOOTER
----------------------*/

#footer {
    /* padding-bottom: 60px; */
    padding: 15px;
    /* position: relative; */
    /* background: url("../img/bg/2.png") ;
    border-top: 1px solid #eee; */
    background:  #000;
    color: #fff;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #e64141;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    letter-spacing: 1px;
    font-size: 14px;
    /* padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid#eee; */
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-text p span {
    color: #000;
}

.footer-text p.mail {
    color: #e64141;
}

.bg-main {
    background: #F4F8FB;
}

.footer-widget a {
    color: #999;
}


/*Custom Style*/
.intro-box p{
 margin-bottom: 0;
 color: #fff;
}

.owl-carousel {
    margin: 0;
}
.bg-grey {
    /* background: #e6e6e6; */
}
.team {
    text-align: center;
    color: #fff;
}
.team h6{
 font-size: 14px;
 line-height: 20px;
 margin-top: 5px;
color: #fff !important;
}
.team p {
 font-size: 12px;
 line-height: 16px;
}
/* .service-box:nth-of-type(odd)  {
  background: #f2f2f2;
} */

/* .owl-wrapper .owl-item:nth-child(odd) {
  color: green  !important;
}

.owl-wrapper .owl-item:nth-child(even) {
  color: red !important;
} */

.content {
  position: relative;
/*   width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden; */
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

/* .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
} */
.fadeIn-top{
  top: 25%;
}

/* #banner a {
  padding-top: 60px;
} */
#banner a span {    
  position: absolute;
  z-index: 1;
  top:5px;
  /*bottom: 20px;*/
  color: #fff;
  font-size: 24px;
  /* top: 0; */
  /* left: 50%; */
  /*width: 25px;
  height: 35px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;*/
  box-sizing: border-box;
}
#banner a span {
 -webkit-animation: downarrow 0.8s infinite alternate ease-in-out;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.7 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
/* #banner a span::before {
  position: absolute;
  top: 2px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
 */

#categories {
    background: #000;
}
/* #categories .section-title  {
    color: #e64141;
} */

.banner-content{
   text-align: right;
   right: 0;
  /*  bottom: 20vh; */
  position: absolute;
  top: 65vh;
}
.wc-download {
    color: #fff !important;
    padding: 5px 10px;
    background: #e64141;
    font-size: 11px;
    border-radius: 5px
}
.custom-menu li {
  display: inline-block;
  list-style: outside none none;
  /* margin: 0 1.5em; */
  padding: 0;
}
.custom-menu a {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.custom-menu a:before,
.custom-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
    text-align: center;
}

.custom-menu a:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #fff;
}
.custom-menu a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.custom-menu a:hover:before,
.custom-menu .current a:before {
  opacity: 1;
  width: 100%;
  text-align: center;
}
    /* .custom-menu a:hover:after,
    .custom-menu .current a:after {
      max-width: 100%;
    } */
.awards-logo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform; 
}
.awards-logo img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.navbar.header-white {
    padding: 12px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1;
    /* background: rgb(0, 0, 0); */
    /* background:  #e64141; */
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    /* left: 15px;
    top: 11px; */
    font-size: 19px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* #return-to-top:hover i {
    color: #fff;
    top: 5px;
} */
.download-btn {
    margin:20px 0px;
}
#galleryCarousel div {
  text-align: center;
  width: 400px;
  height: 267px;
  margin: 0 10px;
  float: left;
  position: relative;
}
#galleryCarousel div img {
  border: none;
  border-radius: 10px;
}
.gallery-padding {
    padding: 0px 0 60px;
}
.awards-box h4{
    margin-top: 10px;
}
.awards-box img {
    border-radius:5px;
}
.awards-thumb {
    margin-top: 50px;
}
/* .home-copyright {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding-bottom: 10px;
    margin: 0 auto; 
} */
.home-copyright {
    bottom: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 auto; 
}
#awardYear h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
}

@media(min-width:768px) {.banner-sec-mobile {display:none !important;}
.section-heading {margin: 0 auto 60px;}
.about-img-hide {display:none;}
#awardYear {margin-top:-30vh;padding-top:32vh;}
#banner {position: relative;}
.awards-logo {
   display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center!important;
  align-items: center!important;
    min-height: 60vh;
    width: 100%;
    margin: 0 auto;
   /*  display: table-cell;
  vertical-align: middle; */
  /*   position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%; */
/*     position: absolute;
   top: 50%;
   left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}
.navbar-brand {display: none;}
#page-not-found {height:95vh;}
}
@media(max-width:769px) {.banner-sec-desk {display:none !important;}
.section-heading {margin: 0 auto 30px;}
.intro-box {margin-top:40px;}
.mb-2 {margin-top:20px;}
.home-banner {height:auto;padding: 2rem 1rem;}
.home-banner img {width:250px;}
#awardYear {margin-top:-10vh;/*padding-top:40vh;*/padding-top:35vh;}
#page-not-found {height:auto; padding: 3rem 0;}
.banner-area .awards-logo{padding-bottom: 30px;}
.scroll-down{/*margin-top: 30px;*/margin-top: 50px;display:none;}
}
#page-not-found {background: #000;}
.awards-box h3 {
/* .awards-box h3 a { */
    color:#fff !important;
    font-size: 32px;
    /* font-size: 18px; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform; 
}
.awards-box h3:hover {
    color:#fff;
    letter-spacing: 2px; 
    font-weight:400;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.awards-box i {font-size: 32px;}
#gallery {background: #e6e6e6;}
#gallery .section-title {color:#7B7C7D;}

.intro-text p{font-size: 18px; line-height: 24px;}
.header-white .navbar-brand {display: block;}

ul.footer-links li {
    list-style: none;
    display: inline;
    margin-right: 1em;
}
ul.footer-links li a {
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#winners-head .owl-controls {text-align:center;}
#winners-head .owl-nav {display: inline-flex;}
#winners-head .owl-nav i { margin: 0 10px;color: #fff;font-size: 24px;}

@media(min-width:768px) {.home-copyright .copyright, #footer .copyright{text-align:right}
.home-copyright {padding:0 4rem;}}
@media(max-width:768px) {.home-copyright .copyright, #footer .copyright{text-align:center; margin-top: 10px;} 
.home-copyright .col-md-6, #footer .col-md-6{text-align:center;} .home-copyright {padding:0 2rem;}
ul.footer-links li {margin:0 10px;}}

.awards-highlighted-thumb {
    margin-top: 50px;margin-bottom: 20px;
}
.awards-highlighted-thumb  .awards-highlighted-text {
    font-size: 45px;
    line-height: 55px;
}

.current-awards-cta{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.current-awards-cta .awards-highlighted-text{
    color: #fff;
}

.current-awards-cta .awards-highlighted-text:hover{
    font-size: 34px;
    color:#bb075b;
    font-weight: 900;
}

.current-awards-cta .awards-highlighted-text:hover i{
    font-size: 34px;
}

.vertical-align-middle{
    vertical-align: middle;
}

.current-awards-cta i{
    min-height: 42px;
}

