/*
 
               Table of Contents
  01. Base CSS Reset-----------------------
  02. Fonts--------------------------------
  03. Base CSS-----------------------------
  04. Animation----------------------------
  05. Header-------------------------------
  06. Hero Section-------------------------
  07. Calendar Section---------------------
  08. Contact Section----------------------
  09. Winner Section-----------------------
  10. Form section-------------------------
      10.1 Poseidonform--------------------
  11. Thank You Section--------------------
  12. Footer-------------------------------
 
  
  
*/

/* ------------------------------------------------------------ *\
    01. Base CSS Reset
\* ------------------------------------------------------------ */

body {
  background: #fff;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  overflow: auto;
  letter-spacing: 0.25;
  overflow-x: hidden;
}

#wrapper {
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: auto;
  background: #fff;
  overflow-x: hidden;
}

/* ------------------------------------------------------------ *\
    02. Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'EF Circular';
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Light.eot');
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Light.eot?#iefix') format('embedded-opentype'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Light.woff') format('woff'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
 }
 
 @font-face {
  font-family: 'EF Circular';
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot');
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot?#iefix') format('embedded-opentype'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff') format('woff'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
 }
 
 
 
 @font-face {
  font-family: 'EF Circular';
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot');
  src: url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot?#iefix') format('embedded-opentype'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff') format('woff'), url('https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
 }


/* ------------------------------------------------------------ *\
    03. Base Css
\* ------------------------------------------------------------ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

*:focus {
  outline: 0;
}

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

img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

img, iframe {
  border: 0 none;
}

img, iframe, video, audio, object {
  max-width: 100%;
}

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

body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  letter-spacing: 0.25 !important;
  line-height: 1.6 !important;
}

body, p, div, span, button, i, label, a, input, select, textarea, option {
  font-family: EF Circular, Helvetica, Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, "sans-serif";
  font-size: 16px;
  letter-spacing: 0.38px;
  font-weight: 300;
  color: #191919;
}

#wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  float: left;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.col-full {
  width: 100%;
  float: left;
}
h1,h2,h3,h4,h5,h6,bold,strong{
  font-family: EF Circular, Helvetica, Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, "sans-serif";
  font-weight: bold;
}
a, b, button, .button{
  font-family: EF Circular, Helvetica, Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, "sans-serif";
  font-weight: normal;
}





.sub-header {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0px;
}

.button {
  width: auto;
  text-align: center;
  padding: 17px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 14px;
  -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: all .3s ease-in-out;
  line-height: 1.57;
}

button {
  -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: all .3s ease-in-out;
}

.section-div {
  width: 100%;
  float: left;
  position: relative;
}

.center-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.desk-show {
  display: block;
}

.mob-show {
  display: none !important;
}

.none {
  display: none;
}

.hidden {
  display: none;
  pointer-events: none;
}

.opac {
  opacity: 0.2;
}

select::-ms-expand {
  display: none;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  p {
    font-weight:normal;
    font-size: 15px;
    font-weight: 300;
  }
  .button {
    padding:13px 32px;
  }
  .desk-show {
    display: none !important;
  }
  .mob-show {
    display: block !important;
  }
  .show-more {
    display: block;
    text-decoration: underline;
    font-size: 12px;
    color: #000;
    font-weight: 300;
  }
  .show-less {
    display: none;
    text-decoration: underline;
    font-size: 12px;
    color: #000;
    font-weight: 300;
  }
  .mob-show-toggle {
    display: none;
    height: auto;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
 
}

/* ------------------------------------------------------------ *\
    04. Animation
\* ------------------------------------------------------------ */

.toanimate {
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.toanimate.animate {
  opacity: 1;
}

.toanimate-left {
  left: -400px;
}

.toanimate-leftimg {
  left: -400px;
}

.toanimate-left.animate {
  left: 0;
}

.toanimate-leftimg.animate {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.toanimate-right {
  right: -400px;
}

.toanimate-right.animate {
  right: 0;
}

.toanimate-bottom {
  bottom: -100px;
}

.toanimate-bottom.animate {
  bottom: 0;
}

@media (max-width: 767px) {
  .toanimate {
    opacity: 1;
  }
  .toanimate-left {
    left: 0;
  }
  .toanimate-right {
    right: 0;
  }
  .toanimate-bottom {
    bottom: 0;
  }
  .toanimate-leftimg {
    left: 0;
  }
}

/**** spinner****/

.spiner-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
flex-wrap: nowrap;
}

.spiner {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.spiner:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../images/spin.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  width: 104%;
  height: 104%;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 1;
}

.spiner:after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 98%;
  height: 98%;
  z-index: 0;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**** loader ****/

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 171, 235, 1);
  transition: 1s 0.4s;
}

.loaderCenter {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.loaderCon {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.loaderimag {
  width: 100%;
  float: left;
  padding-bottom: 0;
  text-align: center;
}

.loaderimag img {
  width: 50%;
}

#loadertxt {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight:bold;
  font-size: 13px;
}

#progress {
  height: 1px;
  background: #fff;
  position: relative;
  width: 0;
  float: left;
  transition: 1s;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: relative;
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
}

/* ------------------------------------------------------------ *\
    05. Header
\* ------------------------------------------------------------ */

header {
 width: 100%;
 float: left;
 background: #fff;
 padding: 10px 30px;
 border-bottom: 1px solid rgba(25,25,25,.1);
}

.logo{
  width: 100%;
 
  max-width: 960px;
  margin: 0 auto;
 
}



.headList {
  width: 100%;
  float: right;
  padding-top: 0;
}

.headList li {
  width: 33%;
  float: left;
  /*padding-left: 20px;*/
}

.headList ul li a {
  width: 100%;
  float: left;
  color: #191919;
  font-size: 12px;
}

.contc{
  padding-top: 5px;
}
.menu-icon{
  background-image: url(../images/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 20px;
    height: 30px;
}
.menu-close{
  background-image: url(../images/menu-close.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 20px;
    height: 30px;
    display: none;
}
.menu-icon{
  background-image: url(../images/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 20px;
    height: 30px;
    float: left;
}
.menu-close{
  background-image: url(../images/menu-close.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 20px;
    height: 30px;
    float: left;
    display: none;
}
#menu-text{
 padding: 5px 15px;
    width: 80%;
    float: left;
   
    font-size: 12px;
}
#menu-text:hover{
  text-decoration: underline;
}
#close-text{
  display: none;
   padding: 5px 15px;
    width: 80%;
    float: left;
     font-size: 12px;
}
#close-text:hover{
  text-decoration: underline;
}
.headList ul li a img {
  padding-right: 5px;
  text-align: center;
}
.headList ul li a.ham-btn img{
  text-align: left;
}
.headList ul li a span {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

.headList ul li.tel-li{
    text-align: right;

}
.headList ul li.tel-li a{
   padding-top: 5px;
}
.ef-logo a{
  text-align: center;
}
.ef-logo a img {
  width: 55px;
  height: 32px !important;
  max-width: 55px !important;
}

.menu-open{
 width: 100%;
    float: left;
    position: absolute;
    z-index: 12;
    padding: 30px 0;
    top: 53px;
    display: none;
    background: #fff;
}
.menu-box{
  max-width: 960px;
  margin: 0 auto;
}
.menu-box ul{
  display: flex;
    justify-content: center;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.menu-box ul li{
  width: 20%;
  float: left;
}

.menu-box ul li a{
    color: #333;
    text-decoration: none;
    position: relative;
}

.item-content__wrapper {
    text-align: center;
}
.item-icon {
    display: block;
}
.item-title{
  color: #191919;
  font-weight: bold;
  padding: 15px 0;
}
.item-text{
  color: #191919;
}
@media all and (max-width: 767px) {
  header {
   padding: 10px 5px;
  }
  .logo img {
    width: 55px;
   height: 32px;
  }
  .headList {
    padding-top: 0;
  }
  .headList li {
    padding-left: 15px;
  }
  .headList ul li a img.phone-icon{
  width: 20px;
    height: 16px;
    padding-top: 0px;
    margin-top: 5px;
}
.menu-box ul li {
    width: 100%;
    float: left;
}
}


/* ------------------------------------------------------------ *\
    07. Mobile Menu
\* ------------------------------------------------------------ */

.is-not-scrollable {
 overflow: hidden !important;
 height: 100%;
}

.mobOverlay {
 width: 100%;
 height: 100%;
 background: #191919;
 opacity: 0.5;
 position: absolute;
 z-index: 998;
 top: 53px;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}

.mobContainer {
width: 100%;
    position: absolute;
    z-index: 9991;
    top: 53px;
    bottom: 0;
    height: 100%;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
.mob-menu-box ul {
 padding: 0;
    list-style-type: none;
    width: 100%;
    /* float: left; */
    margin: 20px auto;
    max-width: 1200px;
}
.mobMenuMain {
 position: relative;
 width: 100%;
 float: left;
 height: auto;
 padding-bottom: 20px;
 background: #fff;
}

.mobFade {
 opacity: 0;
 visibility: hidden;
}

.mob-menu-header {
 width: 100%;
 float: left;
 margin-bottom: 10px;
}

.mob-menu-logo {
 width: 70%;
 float: left;
 padding: 20px;
}

.mob-menu-logo p {
 font-size: 15px;
 color: #000;
 font-weight: 300;
}

.mob-menu-close {
 width: 30%;
 float: left;
}

.mob-menu-box {
 width: 100%;
 padding: 0 20px;
 float: left;
}

.mob-menu-box ul li {
 width: 20%;
 float: left;
 -webkit-transform: scale(1.15) translateY(-30px);
 transform: scale(1.15) translateY(-30px);
 opacity: 0;
 -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
 transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
 transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
}

.mobActive ul li {
 -webkit-transform: scale(1) translateY(0);
 transform: scale(1) translateY(0);
 opacity: 1;
}

.mob-menu-box ul li:last-child {
 border-bottom: 0;
}

.mob-menu-box ul li a {
 width: 100%;
 float: left;
 color: #000;
 font-size: 14px;
 text-decoration: none;
 padding: 20px 15px;
 font-weight: 300;
}

.mobMenuBtn span {
 font-size: 14px;
 font-weight: 300;
}

@media all and (max-width:767px) {

.mobContainer {
 width: 100%;
 position: fixed;
 z-index: 9991;
 top: 53px;
 bottom: 0;
 height: 100%;
 background: transparent;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
 opacity: 1;
 overflow-x: hidden;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}

.mob-menu-box ul {
 width: 100%;
 float: left;
}


.mob-menu-box ul li {
 width: 100%;
}

.mob-menu-box ul li a {
 padding: 0;

}
.item-title {
    padding: 0 0;
}
.item-content__wrapper {
    text-align: left;
    padding-bottom: 15px;
}

}
/* ------------------------------------------------------------ *\
    06. Hero Section
\* ------------------------------------------------------------ */

.hero-section {
  width: 100vw;
  height: 100vh;
  float: left;
  background:url("../images/stageDesk.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hero-section::after {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
/**** hero-section-inner-content ****/

.hero-inner {
  left: -15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-5%);
  z-index: 20;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
  position: relative;
}

.hero-content h1{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 56px;
  color: #fff;
  line-height: 1.14;
}

.btn-area {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0px 0px;
}

/*.hero-btn {
  margin-right: 20px;
}*/

.heroUpload {
  color: #fff;
    background: #fff;
    background-image: linear-gradient(to bottom, #06b4ea, #009eeb);
    font-weight: 600;
}

.heroVote {
  background:#003c64;
  color: #fff;
  border:1px solid #003c64;
}
.planeImage{
  position: absolute;
  right:0;
  width: 487px;
  top:45%;
  text-align: right;
  
}

.planeImage img{
  max-width: 100%;
}

@media all and (min-width:375px) and (max-width:767px) {
  .hero-section {
    height: 100vh;
    background:url("../images/stageMob.jpg");
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  }
  

  .hero-content {
    padding: 0;
    float: left;
    margin:0;
  }
  .hero-inner {
    
    left:0;
  }

  .hero-content h1{
    font-size: 32px;
    padding:0 20px;
  }
  .btn-area {
    padding: 15px 0 0;
  }
  
  .heroVote{
    margin-left: 10px;
  }
  .planeImageMob{
    width: auto;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }
  .planeImageMob img{
    width: 90%;
    
  }
}
@media all and (max-width:370px) {
  .hero-section {
    height: 638px;
    background:url("../images/stageMob.jpg");
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  }

  .hero-content {
    padding: 0;
    float: left;
    margin:0;
  }
  .hero-inner {
    
    left:0;
  }

  .hero-content h1{
    font-size: 32px;
    padding:0 20px;
  }
  .btn-area {
    padding: 15px 0 0;
  }
  .hero-btn {
    margin-right:0;
     }
  .heroVote{
    margin-left: 10px;
  }
  .planeImageMob{
    width: auto;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }
  .planeImageMob img{
    width: 90%;
    
  }
}



/* ------------------------------------------------------------ *\
     Partner Section
\* ------------------------------------------------------------ */

.section-partner {
  width: 100%;
  float: left;
  padding: 48px 0;
  background: #f1f8fb;
}

.parent-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}

.section-partner h1 {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  padding-bottom: 25px;
  color: #191919;
  line-height: 1.5;
}

.section-partner li {
  width: auto;
  float: left;
  text-align: left;
  margin-right: 45px;
  
}



.section-partner li img {
  max-width: 160px;
  display: inline-block;
}

@media all and (max-width:767px) {
  .section-partner {
    padding: 32px 20px;
  }
  .section-partner li img {
    max-width: 100px;
    display: inline-block;
  }
}

/* ------------------------------------------------------------ *\
     Details Section
\* ------------------------------------------------------------ */

.section-details {
  width: 100%;
  float: left;
  padding: 100px 0;
}
.funded-cir{
box-shadow: 0 2px 8px 0 rgba(25, 25, 25, 0.1);
    background-color: #e3f7ff;
    position: absolute;
    width: 222px;
    height: 222px;
    border-radius: 100%;
    right: 25px;
    bottom: -15%;
    text-align: center;
    padding: 10px;
    line-height: 110px;
    z-index: 1;
}
.funded-cir img{
  width: 35px;
  height: 74.7px;
}
.section-details .funded-cir p{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.section-details h1 {
 width: 100%;
    float: left;
    text-align: left;
    font-size: 48px;
    padding-bottom: 13px;
    color: #191919;
    line-height: 1.17;
}

.section-details p {
  width: 100%;
    max-width: 670px;
    text-align: left;
    font-size: 20px;
    color: #191919;
    font-weight: normal;
    line-height: 1.4;
}

.detail-btn-area{
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 30px;
}



@media all and (max-width:767px) {
  .section-details {
    padding: 150px 24px 56px;
  }
  .section-details h1 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .funded-cir{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .section-details p {
    font-size: 18px;
}
.detail-btn-area {
    text-align: center;
}
}


/* ------------------------------------------------------------ *\
     Winner Description Section
\* ------------------------------------------------------------ */

.section-detailsDesc {
  width: 100%;
  float: left;
 padding: 25px 0 50px;
  /*background: #f1f8fb;*/
}




.dartParent {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.scehArea{
  width: 100%;
  float: left;
  margin-top: -190px;
}

.scehBlock{
  width: 100%;
  float: left;
  padding: 35px 43px;
  border-radius: 4.8px;
  background-color: #FFFDE6;
  box-shadow: 0 2px 6px 0 rgba(25,25,25,0.16) 
}

.scehBlock h1{
  width: 100%;
  float: left;
  text-align: left;
  color: #191919;
  font-size: 25.6px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}

.scehCon{
  width: 100%;
  float: left;
  padding-top: 22px;
}

.sceHeader{
  width: 100%;
  float: left;
  border-bottom: 0.8px solid #979797;
}

.sceData{
  width: 100%;
  float: left;
}

.sceRow{
  width: 100%;
  float: left;
  border-bottom: 0.8px solid #979797;
}

.col7{
  width: 14%;
  float: left;
  padding: 8px 0;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.col7 h1{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 11.2px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19.2px;
  color: #191919;
}

.col7 p{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 11.2px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 19.2px;
  color: #191919;
}

.scehCon ul{
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.scehCon ul li.sce{
  width: 33%;
  float: left;
  padding-right: 24px;
}

.scehList{
  width: 100%;
  float: left;
  padding: 32px 32px;
  border-radius: 4.8px;
  background-color: #FFFDE6;
  box-shadow: 0 2px 6px 0 rgba(25,25,25,0.16);
}

.scehList h1{
  width: 100%;
  float: left;
  text-align: left;
  color: #191919;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 16px;
}

.scehRow{
  width: 100%;
  float: left;
  padding-bottom: 5px;
}
.scehRow span{
  width: 100%;
  float: left;
  color: #191919;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.scehRow span.tym{
  width: auto;
  padding-right: 10px;
}


.includeArea{
  width: 100%;
  float: left;
  padding-top: 50px;
}


.ddesc {
  width: 40%;
  float: left;
  background: transparent;
  margin-top: 0;
  padding-left: 0;
}

.edesc {
width: 70%;
    float: left;
    background: transparent;
    margin-top: 0;
    padding-left: 0;
}

.ddesc .article-inner,.edesc .article-inner{
  padding: 0 0 0 0;
}


.ddesc .article-inner p{
  font-weight: normal;
  line-height: 1.5; 
  padding-bottom: 30px;
 }

 .dImageArea{
   width: 58%;
   float: right;
   position: relative;
 }

.eImageArea{
   width: 30%;
   float: right;
   position: relative;
}
.dinfImag {
  float: right;
  background: url("../images/dInfDeskTop.jpg");
  background-position: top center;
 height: 566px;
    width: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.dinfImagBot {
  background: url("../images/dInfDeskBot.jpg");
  background-position: top center;
  height: 440px;
  width: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:445px ;
  z-index: 1;
}

@media all and (max-width:768px) {
  .section-detailsDesc {
    padding: 0 ;
  }
  .dImageArea{
    display: none;
  }
.eImageArea{
 width: 30%;
    float: left;
    padding-bottom: 30px;
}

  .scehArea{
    margin-top: 0;
    background: #fff;
    padding-bottom: 100px;
  }

  .scehBlock{
   padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none; 
  }

  .scehBlock h1{
    padding:0 40px 16px;
    font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  }

  .section-otrDesc {
    padding: 64px 0;
  }

  .dartParent {
    width: 100%;
    float: left;
    margin: 0;
  }
  .ddesc {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding:32px 24px 10px;
  }
  .dinfImag {
   
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    position: relative;
    z-index: 2;
    transform: rotate(3deg);
    height: 321px;
    margin-right: -40px;
  }

  .dinfImagBot{
    background-size: contain;
    position: absolute;
    bottom: -190px; 
    z-index: 1;
    float: right;
    
    height: 259px;
    width: 100%;
   
  }
  .includeArea {
    padding-top: 20px;
}

  
  .ddesc .article-inner {
    padding: 0;
  }
  .ddesc-desc .article-inner {
    padding: 32px 24px 0;
}
  .dartParent .article-btn-area-desc {
    padding: 32px 0 0;
}
.ddesc .article-inner p {
    padding-bottom: 15px;
}
}

@media (min-width: 1366px) {

  .safari-section-detailsDesc{
    padding: 25px 0 400px;
  }
}

/* ------------------------------------------------------------ *\
     erika Section
\* ------------------------------------------------------------ */
.section-erika{
 width: 100%;
    float: left;
    padding: 0 0 50px;
    background: #f1f8fb;
}

.erikaImag{
 float: right;
    background: url(../images/erika-logo.png);
    background-position: left;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 3;
}
.edesc .article-inner h1{
 padding: 0 0 30px;
    font-size: 32px;
}
@media all and (max-width:768px) {
  .edesc{
    width: 100%;
    float: left;
  }
  .section-erika {
    padding: 25px 0;
  }
  .erikaImag {
  background-position: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 65px;
  }
  .edesc .article-inner{
    padding: 0 24px;
  }
  .edesc .article-inner h1{
   text-align: left;
    padding: 0;
    width: 70%;
    float: left;
    
}
  .edesc .article-inner p{
   text-align: left;
    padding-bottom: 20px;
    width: 100%;
    float: left;
  }
}




/* ------------------------------------------------------------ *\
     testonminal Section
\* ------------------------------------------------------------ */
.section-testDesc {
  width: 100%;
  float: left;
  padding:50px 0;

}
.tartParent {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.tartParent h1{
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 48px;
}
.tdesc {
 width: 100%;
    float: left;
    background: transparent;
    margin-top: 0;
    padding-left: 0;
}
.tdesc-col{
  width: 50%;
  float: left;
}
.tdesc-col img{
  border-radius: 5px;
}
.test-desc{
  position: absolute;
  bottom: 60px;
  max-width: 550px;
}
.test-des h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left !important;
}
.test-desc p {
   font-size: 16px;
    line-height: 24px;

}

@media all and (max-width:767px) {
  .section-testDesc {
   padding: 0 24px 25px;
  }
  .tartParent {
    width: 100%;
    float: left;
    margin: 0;
  }
  
  .tartParent .article-btn-area {
    text-align: center;
}
.test-des h1 {
    margin-bottom: 28px;
}
  .tdesc {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 32px 0 0;
  }
  .tdesc-col{
      width: 100%;
      float: left;
    }
  .test-desc {
     position: initial; 
     bottom: 0; 
    padding-top: 15px;
}
.tartParent h1 {
    padding: 0 20px;
}
.test-desc p {
  padding-bottom: 0;
}
}

/* ------------------------------------------------------------ *\
     Vote Description Section
\* ------------------------------------------------------------ */

.section-voteDesc {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: #f1f8fb;
}

.vartParent {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.vartParent h1{
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 0;
  color: #191919;
}
.vartParent p{
  font-size: 16px;
    font-weight: normal;
    padding-top: 16px;
padding: 15px 0 30px;
}
.vdesc {
 width: 100%;
    float: left;
    background: transparent;
    margin-top: 0;
    padding-left: 0;
}

.article-inner {
  padding: 0 ;
  display: inline-block;
  width: 100%;
}

.article-inner h1 {
  text-align: left;
    font-size: 30px;
    color: #191919;
    line-height: 32px;
    padding: 0 0 30px;
}
.vdesc-col{
 width: 33%;
    float: left;
    padding-right: 10px;
}
.health-icon{
 background: url(../images/health-icon.png);
    background-repeat: no-repeat;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: 50%;

}
.cleanliness-icon{
  background: url('../images/cleanliness-icon.png');
 background-repeat: no-repeat;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: 50%;;
}
.social-distance-icon{
   background: url('../images/social-distance-icon.png');
 background-repeat: no-repeat;
    width: auto;
    height: 80px;
    background-size: contain;
    background-position: 50%;;
}

.wdesc .article-inner h1,.vdesc .article-inner h1{
   font-size: 20px;
    line-height: 1.3;
    padding: 24px 0 16px;
    text-align: center;
}
.tdesc .article-inner h1{
   font-size: 20px;
    line-height: 1.3;
    padding: 24px 0 16px;
    text-align: left;
}

.vdesc .article-inner p,.tdesc .article-inner  {
 font-weight: normal;
 line-height: 1.5; 
 padding-top: 20px;
 width: 100%;
 float: left;
}

.article-inner span {
  text-align: left;
  font-size: 16px;
  max-width: 450px;
  color: #191919;
  font-weight: normal;
  padding: 30px 0 0;
  line-height: 1.5;
}

.article-inner span.fwb{
  font-weight: bold;
  line-height: 1.5;
}

.descList {
  width: 100%;
  float: left;
  padding:  0 0;
}
.descList-col{
  width: 33%;
  float: left;
}
.descList li {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  font-size: 16px;
  color: #484848;
  padding-left: 0;
}

.descList li span.tickImg {
  width: 16px;
  float: left;
  padding: 0;
  margin-top: -3px;
}

.descList li span.tickImg img {
  width:16px;
  margin-top: 2px;
}

.wdesc .descList li span.tickImg img {
  width:16px;
  margin-top: 8px;
}
.descList li span.listCon {
  width: 90%;
  float: left;
  font-size: inherit;
  padding: 0 0 0 8px;
  color: #191919;
}
.tick li span.listCon {
  width: 90%;
  float: left;
  font-size: inherit;
  padding: 0 0 0 8px;
  color: #191919;
  text-align: center;
}
.tick li span.tickImg img {
  width:0;
  margin-top: 8px;
}
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
li.leaf {
background: url('/images/leaf_icon.jpg') no-repeat left top;
}
.article-inner span.note {
  width: 100%;
  float: left;
  
  color: #191919;
 font-weight: normal;
  padding: 20px 0 0;
}

.article-btn-area {
  width: 100%;
  float: left;
  text-align: center;
    padding: 32px 0 20px;
}
.wartParent .article-btn-area {
  text-align: left;
}

.wartParent .article-btn-area-desc{
  text-align: center;
  padding: 32px 0 0;
}
.wartParent p{
  text-align: left;
 padding: 0 0 50px;
}
.vright {
  text-align: right;
}

.articleBtn {
 background: #191919;
    color: #ffffff;
    border: 1px solid #191919;
  
}

.articleBtn:hover {
 background: #191919;
    color: #ffffff;
    border: 1px solid #191919;
}

.vinfImag {
  float: left;
  background: url("../images/vInfDesk.jpg");
  background-position: top center;
 height: 566px;
    width: 410px;
  background-repeat: no-repeat;
  background-size: cover;
}


@media all and (max-width:767px) {
  .section-voteDesc {
    padding: 50px 0;
    margin-top: 250px;
  }
  .vartParent {
    width: 100%;
    float: left;
    margin: 0;
  }
  .vartParent p {
  padding: 0 24px 0;
}
  .descList li {
  padding-bottom: 10px;
}
.article-inner h1{
  padding: 0;
}
.wartParent p {
    text-align: left;
     padding: 0 24px 20px;
}

  .wartParent .article-btn-area {
   width: 30px;
    text-align: center;
}
.descList li span.tickImg {
    width: 12px;
}
  .vdesc {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 32px 24px 0;
  }
  .article-inner {
    padding: 0;
  }
  .article-inner h1 {
    font-size: 20px;
    
  }
  .descList-col{
      width: 33%;
      float: left;
    }
    .vdesc-col {
    width: 100%;
    float: left;
}
  
  .wdesc .article-inner h1 {
    padding-bottom: 16px;
  }
   .tdesc .article-inner h1 {
    padding-bottom: 0px !important;
  }
  .article-inner p {
    font-size: 16px;
    font-weight: normal;
    padding-top: 16px;
  }

 
  .vinfImag {
    background: url(../images/vInfMob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    border-left: 24px solid #f1f8fb;
    border-right: 24px solid #f1f8fb;
    height: 456px;
    background-position: bottom;
  }
  .article-inner span.note{
    padding: 16px 0 0;
  }
  .article-btn-area {
    width: 100%;
    padding: 32px 0 0;
  }
  
  .vright {
    float: right;
  }
 
  .wdesc-desc .descList li span.listCon {
    text-align: left;
    font-size: 14px;
  }
  .vartParent h1{
 padding: 0 24px 24px;
}
.wdesc .article-inner h1, .vdesc .article-inner h1, .tdesc .article-inner h1 {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 0 16px;
    text-align: left;
}
.health-icon, .cleanliness-icon, .social-distance-icon{
  background-position: left;
}
.descList {
    padding: 0 0 15px;
}
.descList li span.listCon {
    padding: 0 0 0 5px;
}

}

/* ------------------------------------------------------------ *\
     Winner Description Section
\* ------------------------------------------------------------ */

.section-winDesc {
  width: 100%;
  float: left;
  padding: 0 0 100px;
  background: #f1f8fb;
}

.section-otrDesc {
  width: 100%;
  float: left;
  padding:50px 0;
  background: #fff;
}
.section-otrDesc .wartParent h1{
  text-align: left;
   font-size: 32px;
  line-height: 1.25;
  padding-bottom: 20px;
  color: #191919;
}


.wartParent {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.wdesc {
  width: 475px;
  float: left;
  background: transparent;
  margin-top: 0;
  padding-left: 0;
}
.wdesc-desc{
   width: 100%;
  float: left;
  background: transparent;
  margin-top: 0;
  padding-left: 0;
}
.wdesc .article-inner{
  padding: 0 58px 0 82px;
}
.wdesc-desc .article-inner{
   padding: 48px 82px 0 82px;
}

.wdesc .article-inner p,.wdesc-desc .article-inner p{
  font-weight: normal;
  line-height: 1.5; 
 }

.winfImag {
  float: right;
  background: url("../images/wInfDesk.jpg");
  background-position: top center;
 height: 566px;
    width: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.pinfImag {
  background: url("../images/pInfDesk.jpg");
  background-position: top center;
  height: 440px;
  width: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

@media all and (max-width:767px) {
  .section-winDesc {
    padding: 0 0 50px;
  }

  .section-otrDesc {
    padding: 30px 0 25px;
  }

  .wartParent {
    width: 100%;
    float: left;
    margin: 0;
  }
  .wdesc {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding:32px 20px 0;
  }
  .winfImag {
    background: url("../images/wInfMob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    border-left:24px solid #f1f8fb;
    border-right:24px solid #f1f8fb;
    height: 456px;
    margin-right: 0;
  }

  .pinfImag {
    background: url("../images/pInfMob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    border-left:24px solid #fff;
    border-right:24px solid #fff;
    height: 462px;
  }
  .wdesc .article-inner {
    padding: 0;
  }
  .wdesc-desc .article-inner {
    padding: 32px 24px 0;
}
  .wartParent .article-btn-area-desc {
    padding: 32px 0 0;
}
.section-otrDesc .wartParent h1 {
    padding: 0 24px 20px;
    text-align: left;
}
}

/* ------------------------------------------------------------ *\
     Gallery  Section
\* ------------------------------------------------------------ */

.section-gallery {
  width: 100%;
  float: left;
  padding: 100px 0 0;
}

.galSearchRow {
  width: 100%;
  float: left;
 
}

.galSearchRow h1{
  width: 100%;
  float: left;
  text-align:left;
  font-size: 32px;
  color: #191919;
  padding-bottom: 20px;
  line-height: 1.25;
}

.galSearchRow p{
  width: 100%;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 32px;
}

.galBlock{
  width: 100%;
  float: left;
  position: relative;
}

.ipArea {
  width: 270px;
  border-radius: 100px;
  border: 1px solid  rgba(25,25,25,0.6);
  float: left;
  padding: 2px 2px 2px 0;
}

.ipArea input {
  width: 100%;
  float: left;
  border: none;
  padding: 12px 48px;
  color: #191919;
  border-radius: 100px;
  font-size: 14px;
  background: url("../images/searchBlack.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 20px ;
}

.ipArea input:focus {
  color: #191919;
}

.ipArea button {
  width: 30%;
  float: left;
  background: #00abeb;
  padding: 16px 15px;
  color: #fff;
  border-radius: 100px;
  border: none;
  font-size: 15px;
  display: none !important;
}

.galArea {
  width: 100%;
  float: left;
  padding-top: 25px;
}

.galCol {
  width: 25%;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.galDiv {
  width: 100%;
  float: left;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 25, 0.16);
  min-height: 100px;
  background: #fff;
}

.galImage {
  width: 100%;
  float: left;
  height: 190px;
  cursor: pointer;
  text-align: center;
}

.galImage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 190px;
}

.galDetails {
  width: 100%;
  float: left;
}

.galDetRow {
  width: 100%;
  float: left;
  padding: 20px 24px;
  text-align: left;
}

.galDetRow .schoolName {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 18px;
  color: #191919;
  font-size: 16px;
  height: 42px;
  font-weight: normal;
  line-height: 1.5;
}


.galDetRow .voteArea {
  width: 100%;
  float: left;
  text-align: left;
  color: #191919;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 10px;
}

.galDetRow .voteBtn {
  width: 100%;
  max-width: 180px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: transparent;
    color: #009ee8;
    border: 1px solid #009ee8;
  font-size: 14px;
  padding: 13px 24px;
  font-weight:normal;
  -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: all .3s ease-in-out;
}

.voteBtn:hover {
  color: #fff;
  background: #009ee8;
  border: solid 1px #009ee8;
}

.galDetRow .galShare {
  width: 100%;
  float: left;
  padding-top: 18px;
}

.galShare ul {
  margin:0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.galShare ul li {
  width: 100%;
  float: left;
  padding: 0 0 5px;
}

.galShare ul li a {
  width: 100%;
  float: left;
  text-align: left;
  color: #191919;
  font-size: 12px;
  text-decoration: underline;
}

.galShare ul li a img {
  width: 34px;
  height: 34px;
  display: inline-block;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  margin-right: 8px;
  display: inline-block;
}

.light-theme span {
  cursor:pointer;
}

.light-theme a, .light-theme span {
  float: left;
  color: #191919;
  font-size:14px;
  line-height:48px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #009ee8;
  width:48px;
  height: 48px;
  border-radius:100%;
  
  
}

.light-theme a.prev, .light-theme a.next,
.light-theme span.prev, .light-theme span.next{
  line-height: 45px;
  background: #fff !important;
}

li .prev:hover, li.next:hover{
  background: #fff !important;
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #009ee8;
  color: #fff;
}

.light-theme .current {
  background: #009ee8;
  color: #FFF;
  cursor: default;
}
.light-theme li.disabled .prev{
  background: transparent;
}


.prev img,
.next img{
  width:16px;
  height:16px;
}

.galPage {
  width: auto;
  float: left;
  padding-top: 20px;
}


.loadMore {
  width: 160px;
  text-align: center;
  color: #fff;
  background: #009ee8;
  padding: 13px 24px;
}

.galShare p{
  width: auto;
  font-size: 12px;
  font-weight: normal;
  float: left;
  padding-top: 3px;
}

@media all and (max-width:767px) {
  .section-gallery {
    padding: 50px 20px;
  }
  .galSearchRow {
    padding-bottom: 0;
  }
  .galSearchRow h1{
    font-size: 24px;
    padding-bottom: 16px;
  }
  .ipArea {
    width: 100%;
  }
  .ipArea button {
    padding: 17px 15px;
  }
  .galCol {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    min-height: 303px
  }
  .galCol:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }

  .galImage{
    height:103px;
    overflow: hidden;
  }
  .galImage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 103px;
  }
  .galDetRow{
    padding:13px 16px 17px;
  }
  .galDetRow .schoolName{
    font-size: 12px;
    font-weight: 300;
  }
  .galDetRow .voteBtn{
    max-width: initial;
    padding: 5px 12px;
    font-size: 12px;
  }
 
  .galPage {  
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: left;
  }
  .galShare ul li{
    width: auto;
    float: left;
    padding: 0 0 0 5px;
  }
  .galShare ul li a img{
    width: 24px;
    height:24px;
  }
}

/* ------------------------------------------------------------ *\
     Previous winner Section
\* ------------------------------------------------------------ */

.section-previous {
  width: 100%;
  float: left;
  padding: 100px 0;
  
}

.partParent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.prevFull{
  width: 100%;
  float: left;
}

.pdesc {
  width: 50%;
  float: left;
  background: transparent;
  margin-top: 0%;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.pdesc .article-inner {
  padding: 0 58px 4px 0;
}

.pdesc .article-inner h1{
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 20px;
}

.pdesc .article-inner p {
  line-height: 1.5;
  padding-bottom: 20px;
  font-weight: normal;
}

.prevRight{
  width: 50%;
  float: left;
}

.pre-win-area {
  width: 100%;
  float: left;
  padding-bottom:48px;
}

.pre-win-area li {
  width: auto;
  float: left;
  padding-right: 25px;
}

.pre-win-area li a {
  width: 100%;
  float: left;
}

.pre-win-area li a img {
  max-width: 48px;
}
.win-video-block {
  width: 100%;
  float: left;
  position: relative;
  height: 350px;
 }
 
 .win_videobg {
  background: url("../images/winBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(25, 25, 25, 0.16);
 }
 
 .win-video-block iframe {
  width: 100%;
  height: 350px;
 }
 .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  background: url("../images/play_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 2px 15px 0 rgba(25, 25, 25, 0.16);
  border-radius: 100%;
 }

 .winImageRow{
   width: 100%;
   float: left;
   position: relative;
  margin-top:20px;
   z-index: 1;
 }

 .winImageRow li{
   width: 50%;
   float: left;
   padding-right: 20px;
 }
 .winImageRow li img{
   width: 100%;
   border-radius:4px; 
 }


@media all and (max-width:767px) {
  .section-previous {
    padding: 0 20px 50px;
  }
  .partParent {
    width: 100%;
    float: left;
    margin: 0;
  }
  .pdesc {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .pdesc .article-inner {
    padding: 0px;
  }

  .pdesc .article-inner h1{
    font-size: 24px;
  }
  .pre-win-area {
    padding-top: 10px;
  }
  
  .prevRight{
    width: 100%;
    
  }
  .win-video-block {
    width: 100%;
    float: left;
    position: relative;
    height: 184px;
   }
   
   .win-video-block iframe {
    width: 100%;
    height: 184px;
   }
   .winImageRow{
     margin-top: 0;
   }
   .winImageRow li{
     width: 100%;
     margin-left: 0;
     padding-top: 20px;
   }
}

/* ------------------------------------------------------------ *\
    Upload Form Section
\* ------------------------------------------------------------ */

.section-form{
  width: 100%;
    float: left;
    padding: 96px 0 64px;
    /*background: #f1f8fb;*/
}
.form-div{
  width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.privacy-policy {
  text-align: center;
}

.privacy-policy a {
  text-decoration: underline;
}

.form-content {
  width: 100%;
  float: left;
  padding: 0 58px 0;
}

.form-content h1 {
  color: #191919;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 32px;
 padding: 0 0 15px 15px;
  max-width: 620px;
  line-height: 1.25;
}

.form-subheader {
  color: #191919;
 margin: 0 15px 40px;
  text-align: left;
  max-width: 620px;
  font-size: 16px;
  font-weight: normal;
}

.form-subheader p{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.form-box {
  width: 100%;
  float: left;
  margin: 0 -15px;
}

.formrow {
  width: 50%;
  float: left;
  padding: 10px 15px;
  position: relative;
}

.photoUpload {
  width: 100%;
  float: left;
}

.uploadProgress {
  width: 100%;
  float: left;
  color: #191919;
  font-size: 13px;
  padding-top: 10px;
  padding-left: 5px;
}

.formFullRow {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px;
}

.formrow label {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #191919;
  font-weight:normal;
  padding-bottom: 8px;
}

.formrow input {
  width: 100%;
  float: left;
  border: none;
  background: #fff;
  padding: 12px 16px;
  font-size: 16px;
  font-weight:normal;
  color: rgba(25,25,25,0.5);
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius:5px;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.formrow input:focus {
  box-shadow: 0 2px 8px 0 rgba(0, 158, 232, 0.3);
  border: solid 1px #009ee8;
  color: #191919;
}

.formrow select {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropdown_arrow.png") no-repeat scroll 95% center;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  font-weight:normal;
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius:5px;
}

.formrow select:hover {
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropup_arrow.png") no-repeat scroll 95% center;
  box-shadow: 0 2px 8px 0 rgba(168, 39, 89, 0.3);
  border: solid 1px #009ee8;
}

/*** browse file ***/

.formrow .inputfile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  padding: 12px 16px;
  cursor: pointer;
}

.inputfile+label {
  font-size: 16px;
  color: #191919;
  background: #fff url("../images/camera.svg");
  display: inline-block;
  cursor: pointer;
  padding: 12px 16px 12px 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% center;
  font-weight:normal;
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius:5px;
}

.upNote{
  width: 100%;
  float: left;
  padding: 2px 0 0;
  color: #d1334a;
  font-size: 12px;
  display: none;
  font-weight: normal;
}

.valMsg {
  width: 100%;
  float: left;
  padding: 2px 0 0;
  color: #d1334a;
  font-size: 12px;
  display: none;
  position: absolute;
  left:15px;
  bottom:-9px;
  font-weight: normal;
}

/*** checkbox ***/

.chkcontainer {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 3px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #191919;
  font-weight:bold;
}

.chkcontainer a, .chkcontainer span {
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}

.chkcontainer a{
  text-decoration: underline;
}

.chkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 4px;
  border:1px solid #009ee8;
}

.chkcontainer input:checked~.checkmark {
  border:none;
}

.checkmark:after {
  content: '✓';
  position: absolute;
  display: none;
  color: #fff;
}

.chkcontainer input:checked~.checkmark:after {
  display: block;
}

.chkcontainer .checkmark:after {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #009ee8;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
}

.submitArea {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 15px 20px;
}

.submitBtn {
  max-width: 210px;
  color: #fff;
  background: #009ee8;
  padding: 13px 24px;
  cursor: pointer;
}

.note {
  width: 100%;
  float: left;
  text-align: left;
  color: #191919;
  font-size: 12px;
  padding:0 15px;
}

.note a {
  font-size: inherit;
  text-decoration: underline;
  color:inherit;
  font-size: inherit;
}

@media all and (max-width: 767px) {
  .nscroll{
    overflow: hidden!important;
  }
  
  .formOverlay{
    background:#f1f8fb;
  }
  .formContainer {
    top: 0;
    right: 0;
  }
  .formLogo {
    padding: 10px 20px 20px;
  }
  .form-content {
    padding: 40px 0 0;
  }
  .formMainBox {
    padding-bottom: 0;
    margin-top: -1px;
  }
  .formMainBox .form-container {
    padding: 20px;
  }
  .form-subheader {
    padding: 0 24px 24px;
    margin: 0;
  }
  .form-box {
    margin: 0;
  }
  .formrow {
    width: 100%;
    padding: 10px 0;
  }
  .formFullRow {
    padding: 10px 0;
  }
 
  .chkcontainer {
    margin-bottom: 0;
    padding-top: 0;
  }
  .submitArea {
    padding: 20px 0;
  }
  .submitBtn {
    width: 100%;
    max-width: 100%;
  }
  .formClose{
    width: 48px;
    height: 48px;
    line-height: 24px;
    right:24px;
    top:24px;
  }
  .form-content h1{
    font-size: 32px;
    padding: 0 24px 16px;
  }
  .valMsg{
    left:0;
    position: relative;
    bottom:0;
  }
  .formrow .inputfile{
    top: 43%;
  }
  
}

/* ipad portrait*/
@media only screen and (min-device-width: 768px) and (min-device-height: 1024px) and (orientation:portrait) {
  .formrow .inputfile{
    top: initial;
    bottom:20px;
  }
}

/*ipad pro portrait*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .formrow .inputfile{
    top: initial;
    bottom:20px;
  }
}


/* ------------------------------------------------------------ *\
    Vote Form Section
\* ------------------------------------------------------------ */

.voteformOverlay {
  width: 100%;
  height: 100%;
  background: #f1f8fb;
  opacity: 1;
  position: absolute;
  z-index: 998;
  top: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.voteformContainer {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0%;
  bottom: 0;
  height: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: -2%;
}

.voteformMain {
  position: relative;
  width: 100%;
  max-width: 783px;
  margin: 0 auto;
}

.voteformFade {
  opacity: 0;
  visibility: hidden;
}

.voteformHeader {
  width: 100%;
  float: left;
  background: #f1f8fb;
}

.voteformLogo {
  width: 80%;
  float: left;
  padding: 10px 20px 20px;
}

.voteformCloseBox {
  width: 20%;
  float: left;
  padding-right: 0px;
}

.voteformClose {
  width: 60px;
  height: 60px;
   text-align: center;
   text-decoration: none;
    float: right;
    font-size: 20px;
    font-weight: normal;
    border-radius: 100%;
    right: 32px;
    top: 32px;
    position: absolute;
    z-index: 333;
   cursor: pointer;
}

.voteformClose img{
  max-width: 60px;
}

.voteformMainBox {
  width: 100%;
  float: left;
  background: #f1f8fb;
  padding-bottom: 100px;
}

.voteformMainBox .voteform-container {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  height: auto;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
  transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
  transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
}

.voteformActive .voteform-container {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 222;
}

.voteform-content {
  width: 100%;
  float: left;
  padding: 18px 50px 0;
}

.voteform-content h1 {
  color: #191919;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 32px;
  padding-bottom: 15px;
  max-width: 620px;
}

.voteform-subheader {
  color: #191919;
  margin:0 0 48px;
  text-align: center;
  max-width: 620px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.voteform-box {
  width: 100%;
  float: left;
  margin: 0 -15px;
}

.voteform-steps {
  width: 100%;
  float: left;
}

.voteform-steps ul {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.voteform-steps ul li {
  width: 33%;
  float: left;
  position: relative;
 
}



.voteform-steps ul li:first-child {
  text-align: center;
}

.voteform-steps ul li:nth-child(2) {
  text-align: center;
}

.voteform-steps ul li:last-child {
  text-align: center;
}

.voteform-steps ul li::before {
  content: "";
  width: 70%;
  border: 1px dashed #009ee8;
  position: absolute;
  top: 50%;
  left: calc(100% - 35%);
  z-index: -1;
  opacity: 0.5;
}

.voteform-steps ul li:last-child::before {
  display: none;
}

.voteform-steps ul li .formCir {
  width: 48px;
  height: 48px;
  background: transparent;
  color: #191919;
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight:normal;
  display: inline-block;
  border:1px solid #009ee8;
}
.voteform-steps ul li.active .formCir{
  background: #009ee8;
  color: #fff;
}

.voteform-steps ul li.completed .formCir{
  background: #009ee8;
  color: #fff;
  line-height: 45px;
}

.formCir img{
  width: 25px;;
}

#votestep2, #votestep3 {
  display: none;
}

.voteformrow {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.voteformrow label {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #191919;
  font-weight:normal;
  padding-bottom: 8px;
}

.voteformrow input {
  width: 100%;
  float: left;
  border: none;
  background: #fff;
  padding: 12px 16px;
  font-size: 16px;
  font-weight:normal;
  text-align: center;
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius:4px;
}

.voteformrow input:focus{
  box-shadow: 0 2px 8px 0 rgba(0, 158, 232, 0.3);
    border: solid 1px #009ee8;
}

.stepBtn {
  width: 100%;
  float: left;
  margin-top: 32px;
  border-radius: 100px;
  color: #fff;
  background: #009ee8;
  padding: 13px 24px;
  border: none;
  cursor: pointer;
}

.resend {
  width: 100%;
  float: left;
  text-align: center;
  color: #191919;
  padding-top: 10px;
  font-size: 12px;
}

.grecaptcha-badge {
  display: none !important;
}

/*validation*/



.verError {
  width: 100%;
  float: left;
  padding: 3px 0;
  font-size: 12px;
  color: #d1334a;
  font-weight:normal;
  opacity: 0;
  display: none;
}

.valid input, .valid select {
  color: #191919;
  background-image: url("../images/form-valid.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97%;
}
.error input, .error select {
  color:rgba(209,51,74,0.5);
  background-image: url("../images/form-error.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97%;
  border:1px solid rgba(209,51,74,0.5);
}

.ckerror {
  color:rgba(209,51,74,0.5);
}


@media all and (max-width: 767px) {
  .voteformContainer {
    top: 0;
    right: 0;
    height: 100vh;
    background: #f1f8fb;
    padding-bottom: 80px;
  }
  .voteformLogo {
    padding: 10px 20px 20px;
  }
  .voteformrow label {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .voteform-content {
    padding: 0 0 0;
  }
  .voteformMainBox {
    padding-bottom: 0;
    margin-top: -1px;
  }
  .voteformMainBox .voteform-container {
    padding: 20px;
  }
  .voteform-subheader {
    padding: 0;
  }
  .voteform-box {
    margin: 0;
  }
  .voteform-steps ul li:first-child {
    text-align: left;
  }
  .voteform-steps ul li:last-child {
    text-align: right;
  }
  .voteform-steps ul li::before {
    width: 80%;
    left: calc(100% - 53%);
  }
  .voteform-steps ul li:nth-child(2)::before {
    left: calc(100% - 25%);
  }
  .voteformClose{
    width: 48px;
    height:48px;
   right:24px;
    top: 24px;
  }
  .voteformClose img{
    max-width: 48px;
  }

  .formClose img{
    max-width: 48px;
  }
  
}

/* ------------------------------------------------------------ *\
    10.1 Poseidon Form Section
\* ------------------------------------------------------------ */

#form-wrapper {
  width: 100%;
  float: left;
  display: block;
}

.ef-fr-CountryCode-wrapper {
  display: none !important;
}

.ef-fr-control.ef-fr-hidden {
  display: none;
}

.ef-fr-control.ef-fr-required>label::after {
  content: " *";
}

.container {
  width: 96%;
  text-align: center;
  font-size: 13pt;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#mc-selector {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#complex-form, [data-form-renderer] {
  width: 85%;
}

.ef-fr-form {
  text-align: center;
}

.ef-fr-control {
  margin-top: 0;
  margin-bottom: 0;
  width: 50%;
  float: left;
  padding: 0 15px 32px;
  position: relative;
}

.ef-fr-radio-button-wrapper {
  width: 50%;
  float: left;
}

.ef-fr-WantsBrochure-wrapper, .ef-fr-HasAcceptedTerms-wrapper, .ef-fr-YesEmailMarketing-wrapper, .ef-fr-CustomCheckbox-wrapper, .ef-fr-CheckboxCombined-wrapper,.ef-fr-checkbox-wrapper {
  width: 100%;
  float: left;
  display: block;
  margin-top: 0;
  padding:0 15px 10px;
}

.ef-fr-control>label, .ef-fr-control>input, .ef-fr-control>textarea, .ef-fr-control:not(.ef-fr-group-StudentDOB)>select, .ef-fr-radio-button-wrapper>div, .ef-fr-radio-button-wrapper>label, .ef-fr-checkbox-wrapper>div {
  float: left;
  width: 100%;
}

.ef-fr-control>label, .ef-fr-radio-button-wrapper>label {
  width: 100%;
  font-weight:bold;
  margin-right: 6px;
  line-height: 28px;
  vertical-align: middle;
  color: #191919;
  font-size: 14px;
}

.ef-fr-control:not(.ef-fr-checkbox-wrapper)>label {
  text-align: left;
}

.ef-fr-control.ef-fr-checkbox-wrapper>label, .ef-fr-radio-button-wrapper>label {
  text-align: left;
  width: 90%;
  margin-left: 0;
}

.ef-fr-radio-button-wrapper input {
  width: auto;
  float: left;
  margin-top: 5px;
}

.ef-fr-radio-button-wrapper>label {
  width: auto;
  float: left;
  padding-left: 0;
}

.ef-fr-control>input, .ef-fr-radio-button-wrapper>div>input, .ef-fr-checkbox-wrapper>div>input {
  padding: 6px 12px;
  font-size: 14px;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  height: 48px;
  font-weight:normal;
}

.ef-fr-control>textarea {
  padding: 6px 12px;
  font-size: 14px;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  height: 100px;
  resize: none;
  font-weight:normal;
  border: solid 1px rgba(25, 25, 25, 0.5);
}

.ef-fr-radio-button-wrapper>div, .ef-fr-checkbox-wrapper>div {
  text-align: right;
  margin-right: 10px;
  margin-top: 6px;
  width: auto;
}

.ef-fr-checkbox-wrapper input {
  width: auto;
  float: left;
  margin-top: 8px;
  height: auto;
}

.ef-fr-control input{
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius:4px;
}


.ef-fr-control>select {
  width: 100%;
  display: block;
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  color: #191919;
  background-image: none;
  border: none;
  border-radius: 4px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropdown_arrow.png") no-repeat scroll 98% center;
  font-weight:normal;
  border: solid 1px rgba(25, 25, 25, 0.5);
}

.ef-fr-control>select:hover {
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropup_arrow.png") no-repeat scroll 98% center;
  box-shadow: 0 2px 8px 0 rgba(168, 39, 89, 0.3);
  border: solid 1px #009ee8;
}

.ef-fr-group-StudentDOB>select {
  width: 32%;
  margin-right: 5px;
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropdown_arrow.png") no-repeat scroll 95% center;
}

.ef-fr-group-StudentDOB>select:nth-child(3n+1) {
  margin-right: 0;
}

.ef-fr-group-StudentDOB>select:hover {
  background: rgba(255, 255, 255, 1) url("https://efdigitalmarketing.github.io/templates/assets/icons/Dropup_arrow.png") no-repeat scroll 95% center;
}

.ef-fr-control input:focus, .ef-fr-control textarea:focus {
  box-shadow: 0 2px 8px 0 rgba(0, 158, 232, 0.3);
  border: solid 1px #009ee8;
}

.ef-fr-control::after, .ef-fr-radio-button-wrapper::after {
  display: block;
  content: '';
  clear: both;
  margin-top: 10px;
}

.ef-fr-submit {
  padding: 13px 24px;
  margin: 30px 0 30px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 100px;
  width: 100%;
  max-width: 125px;
  position: relative;
  color: #fff;
  background: #009ee8;
 font-weight:normal;
  float: left;
 
}

.ef-fr-submit:hover {
  opacity: 0.8;
}

 .ef-fr-AreaCodeHomePhone-wrapper label, .ef-fr-HomePhone-wrapper label {
  display: none;
}

.ef-fr-radio-wrapper {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.ef-fr-MobilePhone-wrapper {
  display: block;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.ef-fr-AreaCodeHomePhone-wrapper, .ef-fr-AreaCodeMobilePhone-wrapper {
  width: 10%;
  float: left;
  padding: 0 0 0 15px;
  margin-top: 0;
}

.ef-fr-HomePhone-wrapper, .ef-fr-MobilePhone-wrapper {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 0;
}

.ef-fr-PostalCode-wrapper {
  display: block;
}

label[for=simple-form-CheckboxCombined] a {
  color: #191919;
  font-weight:normal;
  text-decoration: underline;
  font-size: 14px;
}

.ef-fr-richtext-wrapper, .ef-fr-richtext-wrapper p {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  padding-top: 10px;
  font-weight: bold;
}

.ef-fr-richtext-wrapper a {
  color: #191919;
  text-decoration: underline;
  font-size: 14px;
}

.ef-fr-control strong {
  
  font-weight: normal;
}
.parent-wrapper {
  width: 100%;
  float: left;
 }

 
 
 .ef-fr-IsParents-wrapper {
  width: 100%;
  float: left;
  padding: 0;
 }
 
 .ef-fr-IsParents-wrapper .ef-fr-radio-button-wrapper {
  width: auto;
  padding-right: 20px;
 }
 #simple-form-ParentLabel{
   text-align: left;
   margin-bottom: 0;
   font-weight: normal;
 }
 #simple-form-ParentLabel span{
   color: #191919 !important;
   font-weight: inherit;
 }

 .ef-fr-checkbox-wrapper{
   width: 100%;
   float: left;
 }

/*validation*/

.ef-fr-validation-message, .ef-fr-validation-message p {
  width: 100%;
  float: left;
  color: #b90000;
  text-align: left;
  font-size: 12px;
  font-weight:normal;
  bottom:10px;
  position: absolute;
}

.ef-fr-MobilePhone-wrapper .ef-fr-validation-message,.ef-fr-MobilePhone-wrapper .ef-fr-validation-message p{
  bottom:-32%;
}

.ef-fr-invalid input, .ef-fr-invalid select, .ef-fr-invalid textarea {
  border-color: #b90000;
  color: #b90000;
  background-image: url("../images/form-error.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 97%;
}

.ef-fr-valid textarea {
  border: 1px solid #31B31C;
  color: #555;
}

.ef-fr-invalid label, .ef-fr-invalid label a {
  color: #b90000;
}

.ef-fr-valid input, .ef-fr-valid select {
  color: #191919;
  background-image: url("../images/form-valid.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 97%;
}

.ef-fr-CheckboxCombined-wrapper .ef-fr-validation-message {
  display: none !important;
}

.ef-fr-CheckboxCombined-wrapper.ef-fr-invalid label {
  color: #b90000;
}

/* custom checkbox */

.ef-fr-checkbox-wrapper input, .ef-fr-radio-button-wrapper input, .ef-fr-checkbox-wrapper input:focus, .ef-fr-radio-button-wrapper input:focus {
  border: none !important;
  box-shadow: none!important;
  outline: 0 !important;
}

.WantsBrochure, .CheckboxCombined, .CheckboxCombined_1 {
  position: absolute;
  opacity: 0;
}

.WantsBrochure+label, .CheckboxCombined+label, .CheckboxCombined_1+label  {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.WantsBrochure+label:before, .CheckboxCombined+label:before, .CheckboxCombined_1+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: white;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 25, 0.1);
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius: 3px;
}

.WantsBrochure:hover+label:before, .CheckboxCombined:hover+label:before, .CheckboxCombined_1:hover+label:before {
  background-image: linear-gradient(to bottom, #009ee8, #009ee8);
  border: none;
}

.WantsBrochure:checked+label:before, .CheckboxCombined:checked+label:before,.CheckboxCombined_1:checked+label:before {
  background-image: linear-gradient(to bottom, #009ee8, #009ee8);
  border: none;
}

.WantsBrochure:checked+label:after, .CheckboxCombined:checked+label:after, .CheckboxCombined_1:checked+label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 15px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom radio */

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: solid 1px rgba(25, 25, 25, 0.5);
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #009ee8, #009ee8);
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


@media all and (max-width: 767px) {
  #form-wrapper {
    padding: 0 24px;
}
  .ef-fr-control {
    width: 100%;
    float: left;
    padding: 0 0 20px;
  }
  .ef-fr-control>label, .ef-fr-radio-button-wrapper>label, .ef-fr-control label, .ef-fr-richtext-wrapper, .ef-fr-richtext-wrapper p, .ef-fr-richtext-wrapper a, label[for=simple-form-CheckboxCombined] a, label[for=simple-form-CheckboxCombined], label[for=simple-form-WantsBrochure] {
    font-size: 15px;
  }
  .ef-fr-radio-button-wrapper>label {
    width: 77%;
    float: left;
    padding-left: 0;
  }
  .ef-fr-control.ef-fr-checkbox-wrapper>label, .ef-fr-radio-button-wrapper>label {
    text-align: left;
    width: 90%;
  }
  label[for=simple-form-WantsBrochure], label[for=simple-form-CheckboxCombined] {
    width: 90%;
  }
  .ef-fr-valid input, .ef-fr-valid select{
    background-size: 15px;
  }
  .ef-fr-validation-message, .ef-fr-validation-message p{
    position: relative;
    bottom:0;
  }
  .ef-fr-MobilePhone-wrapper .ef-fr-validation-message,.ef-fr-MobilePhone-wrapper .ef-fr-validation-message p{
    bottom:0;
  }
  .ef-fr-submit{
    float: none;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select, textarea, input {
    font-size: 16px;
  }
}



/* ------------------------------------------------------------ *\
    13. flickity
\* ------------------------------------------------------------ */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
    image overlay
\* ------------------------------------------------------------ */

.is-not-scrollable {
  overflow: hidden !important;
  height: 100%;
}

.imageOverlay {
  width: 100%;
  height: 100vh;
  background:#f1f8fb;
  opacity: 1;
  position: fixed;
  z-index: 998;
  top: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.imageContainer {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.imageMain {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.imageFade {
  opacity: 0;
  visibility: hidden;
}

.imageClose {
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  float: right;
  font-size: 20px;
  font-weight: normal;
  border-radius: 100%;
  right: 32px;
  top: 32px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.imageClose img{
  max-width: 60px;
}

.imageMainBox {
  width: 100%;
  float: left;
  height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.imageMainBox .image-container {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 20px 100px;
  height: auto;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
  transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
  transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
}

.imageActive .image-container {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}

.pimage-content {
  width: 100%;
  float: left;
  background: #f1f8fb;
}

#image-wrapper {
  width: 100%;
  float: left;
  text-align: center;
}

#image-wrapper img {
  width: 50%;
}

@media all and (max-width: 767px) {
  .imageOverlay{
    background:#f1f8fb;
  }
  .imageContainer{
    overflow: hidden;
  }
  .imageLogo {
    padding: 10px 20px 20px;
  }
  .imageLogo img {
    width: 59px;
    height: 42px;
  }
  .imageMainBox {
    padding-bottom: 0;
  }
  .imageMainBox .image-container {
    padding: 0;
  }
  .pimage-content{
    padding: 0;
  }
  .imageClose{
    top: 24px;
    width: 48px;
    height: 48px;
    right:24px;
  }

  .imageClose img{
    max-width: 48px;
  }
}


/* ------------------------------------------------------------ *\
   Thank You
\* ------------------------------------------------------------ */
.section-thank{
  width: 100%;
  float: left;
  display: none;
}


.thankTop{
  width: 100%;
  float: left;
  background-color:#f1f8fb;
  padding: 96px 0;
}
.thankTop-inner {
  max-width: 960px;
  margin: 0 auto;
}

.thankTop-con{
  width: 100%;
  max-width: 632px;
    margin: 0 auto;
}

.thankTop-con h1{
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #191919;
  line-height: 1.17;
  font-size: 48px;
  padding-bottom: 16px;
}




.thankTop-con p{
 width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    color: #191919;
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 48px;
}

.thank-btn-area{
  width: 100%;
  float: left;
  padding-top: 40px;
  text-align: center;
}

.thank-btn{
  background-color: #009eeb;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.57;
  min-width: 162px;
}

.thank-share-area{
  width: 100%;
  float: left;
}

.thank-share-row{
  width: 100%;
 margin: 0 auto;
 text-align: center;
}

.sharelabel{
  width: 100%;
  float: left;
  text-align: center;
  color: #191919;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
}

.thank-share-row ul li{
    display: inline-block;
    padding-right: 10px;
}

.thank-share-row ul li a{
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 100%;
  float: left;
  background: #191919;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.thank-share-row ul li a i {
  font-size: 1.3em;
  color: #fff;;
}

.thankBot{
  width: 100%;
  float: left;
  padding: 96px 0;
  background: #f1f8fb;
}

.thankBot-area{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
}

.thankBot-con{
  width: 100%;
  float: left;
}

.pro-area{
  width: 100%;
  float: left;
}

.pro-area li{
  width: 50%;
  float: left;
  padding-right: 24px;
}

.proBlk{
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 25, 0.16);
  min-height: 426px;
}

.proImage{
  width: 100%;
  float: left;
  height: 210px;
}

.proImg1{
  background: url("../images/prog1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.proImg2{
  background: url("../images/prog2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.proImg3{
  background: url("../images/prog3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sePro .proImg3{
  background: url("../images/prog3se.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.proCon{
  width: 100%;
  float: left;
  padding: 32px;
}

.proCon h1{
  width: 100%;
  text-align: left;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  padding-bottom: 16px;
  color: #191919;
}

.proCon p{
  width: 100%;
  text-align: left;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #191919;
 
}

@media all and (max-width: 768px) {
 
  .thankTop-con{
    padding:0 15px;
  }
  .thankTop-con h1{
    font-size: 26px;
  }
  .thankTop-con p{
    font-size: 16px;
  }
  .thank-share-row ul li{
    width: auto;
  }
  .thankBot{
    padding:64px 0;
  }
  .pro-area li{
    width: 100%;
    padding:0 15px;
  }
  .proImage{
    height: 150px;
  }
  .proBlk{
    min-height: 388px;
  }
}




/* ------------------------------------------------------------ *\
   Slick Slider
\* ------------------------------------------------------------ */

.slider {
  width:100%;
  margin: 0 auto ;
}

.slick-slide {
  margin:0;
  
}

.slick-slide img {
max-width: 100%;
}

.slick-prev::before,
.slick-next::before {
  color: black;
}

 .slick-arrow{
font-size: 0;
text-indent: -4004px;
width: 60px;
height: 60px;
border-radius: 100%;
border: 1px solid #FF329B;
background-color: #FF329B;
box-shadow: 0 2px 15px 0 rgba(25,25,25,0.16);
line-height: 60px;
position: absolute;
top: 50%;
z-index: 9;
cursor:pointer;
transform:translateY(-50%);
}

.proSlider .slick-arrow{
  font-size: 0;
  text-indent: -4004px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #FF329B;
  background-color: #FF329B;
  box-shadow: 0 2px 15px 0 rgba(25,25,25,0.16);
  line-height: 34px;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor:pointer;
  right:0;
  }

.slick-arrow:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -7px;
    }



.slick-prev:before {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
margin-left: -3px;
}



.slick-slider
{
position: relative;

display: block;
-webkit-box-sizing: border-box;
      box-sizing: border-box;

-webkit-user-select: none;
 -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}





.slick-prev{
left:0%;


}

.slick-next{
right:0%;
}

.slick-disabled{
opacity: 0;
pointer-events: none;
}

.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;

height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/*** slick dots ***/
.slick-dots
{
position: absolute;
bottom: -30px;

display: block;

width: 100%;
padding: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;
float: none;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 4px;
height: 4px;
padding: 0;
border-radius: 100%;
cursor: pointer;
position: relative;
color: transparent;
border: 0;
outline: none;
background: #FFFFFF;;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 4px;

position: absolute;
top: 0;
left: 0;

width: 4px;
height: 4px;
border-radius: 100%;
content: '';
text-align: center;

opacity: .25;
background: fff;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: 1;
color: #fff;
width: 8px;
height: 8px;
}

.slick-dots li.slick-active button
{
opacity: 1;
color: #fff;
width: 8px;
height: 8px;
}



.proSlider .slick-arrow{
  display: none!important;
}


@media all and (max-width:768px){

  .slick-slide{
    margin:0;
  }

  .proSlider .slick-arrow{
    display: block!important;
  }
 
}



img[src="//bat.bing.com/action/0?ti=4017571&amp;Ver=2"] {
  display: none !important;
}



/** other devices **/
@media all and (min-width:1000px) and (max-width: 1200px) {
  .logo,.hero-content,.center-container,.vartParent,.wartParent,.parent-center,.partParent,.formMain,.imageMain{
      max-width: 960px;
  }

}

@media all and (min-width: 1201px) and (max-width:1299px) {
  .logo,.hero-content,.center-container,.vartParent,.wartParent,.parent-center,.partParent,.formMain,.imageMain{
    max-width: 1100px;
  }

 }

 /* ipad portrait*/
@media only screen and (min-device-width: 768px) and (min-device-height: 1024px) and (orientation:portrait) {
  header {
    padding:10px 20px;
  }
  .logo img {
    width: 55px;
   height: 32px;
  }
  .headList {
    padding-top: 0;
  }
  .headList li {
    padding-left: 15px;
  }
  .hero-section{
    height: 60vh;
  }
  .hero-content {
    padding: 0;
    margin:0;
  }
  .hero-inner {
    
    left:0;
    top: 47%;
  }

  .hero-content h1{
    font-size: 32px;
    padding:0 20px;
  }
  .btn-area {
    padding: 15px 0 0;
  }
  .hero-btn {
    margin-right:0;
    margin-left: 20px;
  }
  .heroVote{
    margin-left: 10px;
  }
  .planeImage{
    display: none !important;
  }
  .planeImageMob{
    width: auto;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    display: block!important;
  }
  .planeImageMob img{
    width: 50%;
  }
  
  .section-details{
    padding:50px 20px;
  }
  .section-voteDesc{
    padding:50px 0;
  }
  .section-winDesc{
    padding:0 0 50px;
  }

  .section-otrDesc{
    padding:50px 0;
  }

.vdesc {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 32px 20px 0;
}



.wdesc {
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding: 32px 20px 0;
}
.section-gallery{
  padding:50px 20px;
}
.galCol{
  width: 50%;
}
.section-previous{
  padding:50px 20px;
}

.vartParent h1 {
    padding-left: 20px;
}
.wdesc .article-inner {
    padding: 0;
}
.wdesc-desc .article-inner {
    padding: 48px 60px 0 60px;
}
}

/* ------------------------------------------------------------ *\
    11. Contact Section
\* ------------------------------------------------------------ */

.section-contact {
 padding: 25px 0 0;
 background: #fff;
  overflow-x: hidden;
}

.contact-top-section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 21;
  margin-bottom: 100px;
}

.contact-top-div {
  width: 50%;
  float: left;
  height: 650px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.contact-top-div-content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.black-bg  ul {
    list-style-type: none;
}

.black-bg  ul > li:before {
    content: "–"; /* en dash here */
    position: absolute;
    margin-left: -1.1em; 
}

.black-bg  ul > li {
   padding-bottom: 5px; 
}
.contact-top-div h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 28px;
}

.contact-top-div p {
  width: 330px;
}

.contact-top-img {
  position: absolute;
  z-index: 21;
  top: 175px;
  width: 100%;
  float: right;
  text-align: right;
  margin-left: 10%;
}

.contact-top-img img {
  max-width: 100%;
}

.div-contact-bg {
   
    float: left;
   
    width: 100%;
     position: relative; 
  
    padding: 50px 0 80px;
}

.contact-content {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.contact-content h1 {
  font-size: 42px;
  padding-bottom: 30px;
  color: #191919;
  text-align: center;
}
.contact-content p {
color: #191919;
    text-align: center;
  padding: 0 20px 30px;
  }
.con-btn-area {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
}

.contact-btn {
  background: #fff;
  color: #191919;
  width: 200px;
  border-radius: 50px;
  padding: 15px 30px;
}


.contact-num {
  width: 100%;
  float: left;
  text-align: center;
}

.contact-num img {
  max-width: 100%;
  margin-right: 15px;
}

.contact-num span {
  font-size: 18px;
  color: #fff;
  font-family: "EFCircularMedium", Georgia, sans-serif;
}

.contact-add {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

.contact-add a {
  width: 100%;
  text-align: center;
  float: left;
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
  padding-bottom: 3px;
}

.contact-add p {
  font-size: 14px;
  padding-bottom: 3px;
}

.contact-nos {
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}
.article-btn-area-cont{
  width:100%;
  float: left;
  text-align: center;
}
@media all and (max-width:767px) {
  
  .contact-top-div {
    width: 100%;
    height: auto;
  }
  .black-bg {
    background: #fff;
    color: #000;
}
  .contact-top-div-content {
    padding: 0 20px;
    float: left;
    margin: 0;
  }
  .contact-top-div h1, .contact-content h1 {
    font-size: 28px;
  }
  .contact-btn {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .contact-btn:last-child {
    float: none;
    margin: 20px auto 0;
  }
  .contact-top-img {
    display: none;
  }
  .contact-top-div p {
    width: auto;
  }
  .contact-top-section {
   padding: 0 20px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .tab-hide {
    display: none;
  }
  .contact-top-div {
    width: 100%;
  }
}


/* ------------------------------------------------------------ *\
    Sticky Button
\* ------------------------------------------------------------ */

.stickyBtn {
  width: 100%;
  float: left;
  padding: 15px;
  background-color: rgba(0, 171, 235, 1);  
  box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.6);
  position: fixed;
  z-index: 9999;
  bottom: -50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  
 }
 
 .stickyBox {
  width: 100%;
  float: left;
  
 }
 
 .stickyCol {
  width: 50%;
  float: left;
 }
 
 .stickyCol h1 {
  width: 100%;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 16px;  
  font-weight: bold;  
  line-height: 24px;
  padding-top: 10px;
 }
 
 
 
 .stkBtn {
  background-color: #FFFFFF;  
  box-shadow: 0 2px 16px 0 rgba(25,25,25,0.16);
  color: #191919;
  float: right;
  padding: 10px 0;
  max-width: 246px;
  width: 100%;
 }
 
 
 
 .stickyShow {
  bottom: 0;
 }
 
 .shide {
  display: none !important;
 }
 
 @media all and (max-width: 767px) {
  .stickyCol{
    width: auto;
  }
  .stickyBox {
   padding: 0;
  }
  .stkBtn {
   float: none;
   width: 100%;
   max-width: 200px;
   margin: 0 auto;
   display: block;
   font-size: 14px;
   padding: 5px 0;
  }
  .stickyCol h1 {
   padding-bottom: 10px;
   font-size: 14px;
  }

  .stickLeft{
    width: 100%;
  }

  .stickRight{
    width: 100%;
  }
  .stickyCol h1 {
  text-align: center;
 }
 .stickyBtn {
    padding: 10px 24px;
  }
 }