
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/


@import url('https://fonts.googleapis.com/css?family=Teko:wght@300..900&display=swap');


/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Teko';
  font-weight: 400;
  background-color: #f6f9fd;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
 /*  background: rgb(221,162,122);
  background: linear-gradient(180deg, rgba(221,162,122,1) 0%, rgba(221,162,122,1) 27%, rgba(242,202,171,1) 30%, rgba(255,226,200,1) 50%); */
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Teko';
}
h1{
  font-weight: 900;
  font-size: 3em;
  line-height: 0.9;
}
h3{font-size: 1.5rem;}

ul {
  margin-bottom: 0px;
}
 ul li{
 /*  color:#fff;
  list-style-type: disc; */
  margin-left: 20px !important;
 }

p {
  font-size: 1rem;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}
.wid-60{width: 60%;}
.wid-40{width: 40%;}

.text-white{color: #fff !important;}
.text-red{color:#ff4d2a;}

div.file {
  position: relative;
  overflow: hidden;
}
input.upload {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  /* background: #e6e2dd; */
  font-family: 'Teko';
  margin: 0;
  padding: 0;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

h5{
  font-size: 1.25rem;
  font-weight: normal;
} 
h6{ 
  font-size: 1rem; 
  /* text-align: center; 
  margin: 5% 0 3% 0;*/
  }

.font-montserrat{
  font-family: 'Montserrat';
}  
  

section{
  padding: 50px 0 0 0;
  color: #000000;
}
section h1{
  border-bottom: #ff0000 2px solid;
  /* width: 70%; */
  margin: 0 auto;
}
.que h3{
  font-size: 1.2rem;
margin-top: 1rem;
line-height: 1.3;
font-weight: 400;
}
section>h6{
  font-size: 1rem;
  text-align: center;
  margin: 4% 0 3% 0;
  /* background-color: #e0e3e8; */
  line-height:1.5;
  }
.inputGroup label{line-height: 1.25;}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

section h6 {
  font-size: 1.4rem;
  margin-bottom: 5px;

}

.section-heading .hdg{
  position: absolute;
  top: -95px;
  left:0;
  right: 0;
  
}

.section-heading h2 {
  font-size: 1.75rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
  left:0;
  right: 0;
}

.section-heading .que {
  font-size: 7rem;
}

.section-heading h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading h2 span {
  color: #ff4d2a;
}

.section-heading h3{
  color:#707b86;

}

.main-blue-button{display: block; float:right;transition: all 0.3s ease 0s; margin-top: 25px !important;}
.main-blue-button a {
  display: inline-block;
  background-color: #ffc309;
  font-size: 15px;
  font-weight: 400;
  color: #282728;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
 
  transition: all .3s;
}

.main-blue-button a:hover {
  background-color: #282728!important;
  color: #ffc309 !important;
  border-bottom: 2px solid #ffc309!important;
}

.main-green-button a {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #4771cb!important;
  transition: all .3s;
}

.main-green-button a:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border-bottom: 2px solid #33ccc5!important;
}

.m0-auto{margin: 0 auto !important;}

.bg-red {
  background-color: #ed4b2c;
  color: #fff;
  padding: 1rem !important;
  border-radius: .8rem;
}
.bg-red button {
  color: #fff;
  text-shadow: none;
}
.bg-red button:hover {
  color: #fff;
  text-shadow: 2px 2px #ea9ea2;
}
.bg-red .btn-sbmt {
  color: #da001a;
  background-color: #fff;
  border-color: #fff;
  cursor: pointer;
  border-radius: .45rem;
  padding: .4rem 2.5rem;
  text-shadow: none;
}
.bg-red .btn-sbmt:hover {
  color: #fff;
  background-color: #da001a;
  text-decoration: none;
  text-shadow: none;
}
.bg-red .modal-header {
  border: none;
}
.bg-red label {
  font-family: 'Teko', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff !important;
  vertical-align: top;
}
.bg-red input {
  height: calc(2.5em + 1rem + 10px);
  background-color: #ea9ea2;
  border-color: #ea9ea2;
  color: #fff;
  border-radius: .8rem;
  vertical-align: top;
}
.bg-red .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  color: #fff;
}
.bg-red .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #da001a;
}
/* On mouse-over, add a grey background color */
.bg-red .form-check :hover input ~ .checkmark {
  background-color: #ea9ea2;
  color: #fff;
}
/* When the checkbox is checked, add a blue background */
.bg-red .form-check input:checked ~ .checkmark {
  background-color: #ea9ea2;
}
.bg-red .form-check input:focus {
  color: #fff;
  background-color: #ea9ea2;
  border-color: #ea9ea2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
/* Create the checkmark/indicator (hidden when not checked) */
.bg-red .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.bg-red .form-check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.bg-red .form-check .checkmark:after {
  left: 8px;
  top: 0px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-red .modal-footer {
  border: none;
}


.m-t-50 {
  margin-top: 50px;
}
label {
  line-height: 50px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #33ccc5!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #33ccc5;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #4771cb;
  content: '';
  left: 50%;
  bottom: 0px;
  transform: translateX(-10px);
}

.header-area {
  background-color: #da322d;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 100px;
}

.header-area .main-nav .logo h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 img {
  max-width: 30px;
  margin-top: -20px;
  margin-left: 5px;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #ffc309 !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #282728;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ffc309 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #33ccc5!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #33ccc5;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  section h1{
    font-size: 3rem;
    width: 100%;
  }
  section h6{
    font-size: 1rem;
  }
  #main{background-color: #fff;}
  #main p{
    font-size: 1rem !important;
  }
  p{
    font-size: 0.9rem;
    line-height: 1.4;
  }
}





@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


@media (max-width: 500px) {
  .fly-balloon{display: none;}
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #2c6441;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #75f7a5;
    border-radius: 50%;
}
.preloader-inner .dots span+span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #6ddc96;
  border-radius: 50%;
}
.preloader-inner .dots span+span+span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #58b97c;
  border-radius: 50%;
}
.preloader-inner .dots span+span+span+span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #1a3c26;
  border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.main-bannerx:after {
  content: '';
  background-image: url(../images/banner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 212px;
  height: 653px;
  z-index: -1;
}

.main-bannerx:before {
  content: '';
  background-image: url(../images/banner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.main-banner .left-content h4 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #2a2a2a;
}

.main-banner .left-content h2 {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 45px;
  font-size: 60px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 72px;
  background: #FA9D4D;
  background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
  padding-top: 130px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

.features-item:hover {
  background: rgb(51,204,197);
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
}

.features-item:hover h4 {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.first-feature:hover .icon {
  background-image: url(../images/features-icon-white-01.png);
}

.second-feature:hover .icon {
  background-image: url(../images/features-icon-white-02.png);
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}

.first-feature .icon {
  background-image: url(../images/features-icon-black-01.png);
}

.second-feature .icon {
  background-image: url(../images/features-icon-black-02.png);
}

.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  padding: 100px 0 0px 0; 
  width: 100%;
}


.about-us .section-heading {
  margin-bottom: 30px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .about-item h4 {
  font-size:38px;
  font-weight: 800;
  color:#088ec3;
}

.about-us .about-item h6 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
  color: #2a2a2a;
  text-transform: capitalize;
}

.about-us p {
  margin: 10px 0px;
  font-size: 1.2rem;
}

.brdr-content{padding: 15px 40px;
  text-align: center;
  border-radius: 23px;
border: 2px solid #ed1b24;}


/* 
---------------------------------------------
Steps Style
--------------------------------------------- 
*/

#steps{
  padding: 50px 0 50px 0; 
  background-color: #eeddb6;
}



/* 
---------------------------------------------
LEADERBOARD Style
--------------------------------------------- 
*/

#leader {
  padding: 50px 0 50px 0; 
  background-image: url(../images/bg-about.png);  
  width: 100%;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover;

}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

#footer{
  padding: 50px 0 50px 0; 
  background-color: #d4b89e;
}

#footer ol li{
  list-style-type:decimal;
  margin: 5px 0;
  letter-spacing: 0.5px;
}

#footer h5{
  text-transform: uppercase;
  color: #3b8f41;
  text-align: center;
  font-size: 2rem;
} 

.main-button-red {
  display: inline-block;
  background-color: #da322d;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.5em 2em;
  border-radius: 10px;
  letter-spacing: 0.25px;
  transition: all .3s;
  margin-bottom: 10px;
  border: none;
  z-index: +1;
  position: relative;
  
}

.main-button-red:hover {
  background-color: #f0d653 !important;
  color: #da322d !important;
  border-bottom: 2px solid #da322d !important;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  padding: 50px 0 0 0;
  background: #f7f3ec;
}

.our-services .section-heading {
  text-align: center;
  margin-left: 55px;
  margin-right: 55px;
}

.our-services .container-fluid {
  padding: 0px 80px;
}

.service-item {
  padding: 10px 20px;
  border-radius: 5px;
  transition: all .3s;
  
}

.bg-section-heading {
  background-color: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  margin: 0.25rem;
  color: #880200;
  border: #880200 1px solid;
}

.bg-section-items {
  background-color: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  margin: 0.25rem;
  color: #880200;
  border: #880200 1px solid;
}

/*
.service-item:hover {
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
*/

.service-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.service-item .icon img {
    width: 38px;
    height: 38px;
}

.service-item h4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #212529;
  margin-bottom: 15px;
  line-height: 1;
}

.service-item span { 
  color: #ed4b2c;
}

.our-services .brdr-tb{
  margin: 20px 0;
  border-top: #d1c4ae 1px solid;
  border-bottom: #d1c4ae 1px solid;
  padding: 1rem 0;
}

.red-button{
display: block;
transition: all 0.3s ease 0s;
margin-top: 25px !important;
}

.red-button a{
  display: block;
  background-color: #da322d;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.red-button a:hover{
  background-color: #ffffff!important;
  color: #da322d !important;
  border-bottom: 2px solid #da322d!important;


  }


  .btn-cta {
    color: #fff;
    background-color: #fe0000;
    border: #fe0000 1px solid;
    cursor: pointer;
    border-radius: 0.15em;
    padding: 0.025rem 1rem;
    font-family: 'Teko';
    font-size: 1.5em;
    position: relative; /* Needed for z-index to work properly */
    z-index: 20; /* Higher z-index so button stays on top */
  }
  
  .btn-cta:hover {
    color: #fff; 
    border: #fff 1px solid; 
    background-color: #000;
  }
  
  
  
  
 #result-right{position: relative;}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact{background: #f7f3ec;}

#contact .brdr-tb{
  border-top: #d1c4ae 1px solid;
  border-bottom: #d1c4ae 1px solid;
  padding: 1rem 0;
}

.contact-us {
  margin-top: 90px;
  padding: 120px 0px;
  background: #f7f3ec;
}
.contact-us .section-heading {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}




.contact-us .contact-info {
  padding: 40px 30px;
  border: 2px solid #eee;
}

.contact-us .contact-info ul li {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.contact-us .contact-info ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all .5s;
}

.contact-us .contact-info ul li:hover a {
  color: #2a2a2a;
}

.contact-us .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.contact-us .contact-info ul li .icon {
  margin-bottom: 10px;
}

.contact-us .contact-info ul li .icon img {
  max-width: 32px;
}

form#contact {
  position: relative;
  background-color: #fff;
  padding: 60px 80px;
  border-radius: 50px;
  text-align: center;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #efefef;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #efefef;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #4771cb!important;
  transition: all .3s;
  outline: none;
  border: none;
}

form#contact button:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border-bottom: 2px solid #33ccc5!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

#main{
  /* background-color: #000;  */
}

#prtcpte{
  /* background-image: url('../images/bg-play.png'); */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #22232a; */
  height:100vh;
  
  margin: 0 auto;
   /* background: rgb(36,159,246); 

   padding-bottom: 3rem;
  background: linear-gradient(0deg, rgba(230,226,221,1) 0%, rgba(219,220,220,1) 100%); */

}

#prtcpte p{
  font-weight: bold;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.05rem !important;
  /* color: #fff !important; */
  padding: 0 1rem !important;
}
.bg-rangeen{
  /* background-image: url('../images/bg-road.png'); */
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  background-color: #f6f9fd;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}

footer p {
  text-align: center;
  margin: 30px 0px;
}

footer p a {
  color: #33ccc5;
  transition: all .5s;
}

footer p a:hover {
  color: #4771cb;
}


.participate-p{font-size: 0.95rem !important; line-height: 1.5;}

.brdr-bttm{border-bottom: #d1c4ae 1px solid;}

#thankyou{
  background-image: url('../images/bg-thankyou.jpg');
  
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-bottom:15%;*/
  }
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
  
  #about {
    padding: 30px 0;
  }
  .brdr-content {
    padding: 15px 20px;
    margin-top: 40px !important;
  }
  .section-heading h2 {
    font-size: 1.2rem;
  }
  .section-heading p.mt-5{
    margin-top: 2rem !important;
  }
  .section-heading .hdg{
    top:-70px !important;
  }
  #about{
    height: auto;
  }
  .about-us p{font-size: 1rem;text-align: left;margin: 0;}
  .mm0-auto{margin:0 auto; margin-top: 4rem !important;}
  h5{font-size: 1.2rem; text-align: center;}
  .rf-tgrid{font-size: 0.95rem;}
  #theGrid{
    display: flex;
    flex-direction: column-reverse;
  }
  
}

#myCarousel { 
  width: 100%;
  padding: 50px 0;  
  }
#myCarousel h1 {
  color: #d9000d;
  font-weight: 900;
}
#myCarousel .wid-30 {
  width: 30%;
position: absolute;
margin-top: -3%;
margin-left: 36%;
z-index:9;
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #505050;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #707070;
}
#myCarousel .carousel-item a {
  background: #F47735;
  font-size: 14px;
  color: #FFF;
  padding: 13px 32px;
  display: inline-block;
  cursor: pointer;
}
#myCarousel .carousel-item a:hover {
  background: #394fa2;
  text-decoration: none;
}
#myCarousel .carousel-item h4 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  line-height: 1.3;
}
#myCarousel .carousel-item h6 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  z-index:99;
}
#myCarousel .carousel-item .mask img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#myCarousel h4, #myCarousel h6, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .container {
  max-width: 1430px;
}
#myCarousel .carousel-item {
  min-height: 600px;
  margin:0 auto;
}
#myCarousel {
  position: relative;
  z-index: 1;
}
#myCarousel .brdr-que{border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px dashed #000000;
  margin:0 auto;
}
.carousel-control-next, .carousel-control-prev {
  height: 50px;
  width: 50px;
  padding: 12px;
  top: 56%;
  bottom: auto;
  transform: translateY(-50%);
  color: #d9000d !important;
  font-weight: bold;
  opacity: 1;
  
}
.carousel-control-prev{left:15%;}
.carousel-control-next{right:15%;}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* TIMER */
#progressBar {
  width: 100%;
  margin: 10px auto;
  height: 20px;
  background-color: #d9000d;
}
#progressBar div {
  height: 100%;
    text-align: right;
    padding: 0 10px;
    line-height: 20px;
    width: 0;
    background-color: #ea9ea2;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
/* TIMER */

#timeleftdiv .mar-10{font-size:15px;}
#phonenoregister h4, p, label{color: #000 !important;}
#enquiry label{color:#d5be4d !important;}
label{line-height:50px;}

.carousel-inner{overflow:visible !important;}
#myCarousel .carousel-control-next, .carousel-control-prev{top: 90.1% !important; position:absolute;}
#myCarousel .carousel-control-prev {left: 0%; }
#myCarousel .carousel-control-next {right: 0%;}
#myCarousel .carousel-control-next {right: 0%;}

.mt-12{margin-top: 12% !important;}

#myCarousel .carousel-control-next{width: 20% !important;
  height: auto;
  border: #f00 1px solid;
  background: none !important;
  color: #f00;
  padding: 5px !important;}
#myCarousel .carousel-control-prev{width: 20% !important;
  height: auto;
  border: #f00 1px solid;
  background: none !important;
  color: #f00;
  padding: 5px !important;}

  #thankyou h4{font-size: 1.2rem;font-weight: 700;}

  /*
  #clickheretext{color: #fff !important;font-size: 1.5rem !important; font-weight: 700;}
  */





#board{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}

#header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 2rem;
}

  
#leaderboard {
  width: 100%;
  position: relative;
}

#leaderboard table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #141a39;
  cursor: default;
}

#leaderboard tr {
  transition: all 0.2s ease-in-out;
  border-radius: 0.2rem;
}

#leaderboard tr:not(:first-child):hover {
  background-color: #fff;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
}

#leaderboard tr:nth-child(odd) {
  background-color: #f9f9f9;
}

#leaderboard tr:nth-child(1) {
  color: #fff;
}

#leaderboard td {
  height: 5rem;
  font-family: "Teko", sans-serif;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  position: relative;
}

#leaderboard .number {
  width: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}

#leaderboard .name {
  text-align: left;
  font-size: 1.2rem;
}

#leaderboard .points {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#leaderboard .points:first-child {
  width: 10rem;
}

#leaderboard .gold-medal {
  max-height: 3rem;
  margin-left: 1.5rem;
  width:auto !important;
}

#leaderboard .ribbon {
  width: 105%;
  height: 5.5rem;
  top: -0.5rem;
  background-color: #d77d63;
  position: absolute;
  left: -1rem;
  -webkit-box-shadow: 0px 15px 11px -6px #7a7a7d;
  box-shadow: 0px 15px 11px -6px #7a7a7d;
}

#leaderboard .ribbon::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  left: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}

#leaderboard .ribbon::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  right: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}

#leaderboard #buttons {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}


#countdown {
  color: #333333;
  font-size: 1.4rem;
  width:150px;
  background-color: #b2b2b2;
  text-align: center;
  box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
  -webkit-box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
  font-family: 'Orbitron', sans-serif;
}

.bg-grey{
  padding: 1rem 0 5rem 0;
  /*background-image: url(assets/images/bg-puzzle-b.jpg);
  background-size: cover;
  background-position: 0% 0%;*/
}
.brdr-cntdwn{
  width:170px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 10px solid #b2b2b2;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}



.scratch{
  display: flex;
  align-items: center;
}

.text-scratch ul{
  justify-content: center;
}

.borderimg{ 
  border: 10px solid transparent;
  padding: 15px;
  background-image: url(../images/bg-scratch.png);
  background-size: cover;
}

.borderimg img{
  width: 300px;
  height: 300px;
  top: 25%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}



@media only screen and (max-width: 991px) {
  .logo {
    display: block !important;
    text-align: center;
    width: 50%;
  }
  #inner-masthead .copy {
    position: relative;
    color: #da001a;
    margin-top: 40px;
    bottom: 0px;
  }
  #inner-masthead .copy h1 {
    font-size: 2.2rem;
    line-height: 1;
  }
  #inner-masthead .copy p {
    color: #080c0f !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #inner-masthead .copy li {
    color: #080c0f;
}
  
  #myCarousel .wid-30 {
    width: 50%;
  margin-left: 28%;   
  }
.m-t-50 {
    margin-top: 10px;
}
  .pad-que {
    padding: 20px 10px;
  }
  #myCarousel .carousel-inner {
    width: 95%;
    overflow: visible;
  }
  #myCarousel {
    padding: 0px;
  }
  #myCarousel p{font-size:16px;}  
  #myCarousel .carousel-item{margin-top: 5px;min-height: 920px;}
  #myCarousel .carousel-control-next, .carousel-control-prev{top: 88% !important;}
  #myCarousel .carousel-control-prev {left: 0%; }
  #myCarousel .carousel-control-next {right: 0%;}
  #myCarousel .carousel-control-next {right: 0%;}
  
  #myCarousel .carousel-control-next img{width:80%;}
  #myCarousel .carousel-control-prev img{width:80%;}
  
  #myCarousel .carousel-control-next{width: 20% !important;
    height: auto;
    border: #f00 1px solid;
    background: none !important;
    color: #f00;
    padding: 5px !important;}
  #myCarousel .carousel-control-prev{width: 20% !important;
    height: auto;
    border: #f00 1px solid;
    background: none !important;
    color: #f00;
    padding: 5px !important;}
  
  #thankyou h5, #thankyou label, #thankyou p{color: #000000 !important; line-height:1.8;}

  #result-right{position: relative;}

  #timeleftdiv{margin-top:50px !important;}

  .scratch{
    display: block;
    align-items:center;
  }
  .pg-scratch{margin: 5rem 2rem;}
}


#enquiry .form-control{background: #3a393a;
  color: #fff;
    border: #fac613 2px solid;
    opacity: 1;}



#enquiry ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #ffffff !important;
  opacity: 1; /* Firefox */
}

#enquiry :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ffffff !important;
}

#enquiry ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}

.thankyou{padding: 1rem 0;}
#thankyou h4, #thankyou p {
    
    text-align: center;

}
#enquiry{margin-top:1rem; position: relative;}
#thankyou h4{margin-bottom:1rem}
#enquiry .selfbutton{margin-left:15px}
/* #enquiry::after{border-bottom: 4px solid #ff0000;
  padding-bottom: 20px; 
    content: "";
    position: absolute;
    top:-35px;
    display: block;
    width: 60%;
    height: 4px;
    background: #fff;
    left: 20%;
    right: 0;
    text-align: center;} 
      */




#enquiry select {
  /* Reset Select */
  /* appearance: none; */
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0.5em 1em;
  color:#FFF;
  background-color: #000;
  background-image: none;
  cursor: pointer;
  width: 100%;
}
/* Remove IE arrow */
#enquiry select::-ms-expand {
  display: none;
}
#enquiry .select {
  position: relative;
  display: flex;
  /*width: 22.2rem;*/
  height: 3em;
  border-radius: .25em;
  color: #fff;
  overflow: hidden;
}
/* Arrow */
#enquiry .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
      padding: 0.3rem;

  transition: .25s all ease;
  pointer-events: none;
    color: #da001a !important;
}
/* Transition */
#enquiry .select:hover::after {
  color: #da001a;
}

#enquiry *{font-family: 'Teko', sans-serif !important; margin: 0 auto;}
#enquiry select option {font-family: 'Teko', sans-serif !important;}

#enquiry label {
    color: #000 !important;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: 'Teko';
}

.modal a{
  color:#ffed58 !important;
  text-decoration: underline !important;
}

.custom-control-label::before{
  top:0px !important;
}

.custom-control-label::after{
  top:0px !important;
}

.messageDiv{
  font-weight: normal !important;
  font-size: 1rem !important;
  color:#fecb02 !important;
}


.dflex{
  display: flex !important;
  justify-content: center !important;
}

.flex-column{
  flex-direction: column !important;
}
.flex-row{
  flex-direction: row !important;
}

.modal h6{
  font-size: 1rem !important;
  line-height: 1.5;
}
.modal h5{
  font-size: 1.2rem !important;
  /*line-height: 1.6;*/
}

.modal .bg-red .btn-sbmt{
  margin-top: 1.5rem !important;
}
.modal .bg-red .btn-sbmt:hover {
  color: #fff !important;
  background-color: #da001a !important;
}
.modal .bg-red .btn-sbmt:hover {
  color: #fff !important;
}

.modal .bg-red .btn-sbmt:hover a{
  background-color: #da001a !important;
}


.modal .bg-red .btn-sbmt a:hover {
  color: #fff !important;
  background-color: #da001a !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.statusMsgSuccess{
font-size: 1.2rem !important;
color: #c05905 !important;
font-weight: bold !important;
}
.leadStatus{
  font-size: 1.2rem !important;
  color: #c05905 !important;
  font-weight: bold !important;
  }
p.statusMsg{
  color: #da001a !important;
}








@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');

  #otpwindow {
  display: none;
}
.messageDiv {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
#content {
  display: none;
}
#timeleftdiv
{
  margin-top: 50px;
}
.pad-que  .inputGroup { 
background-color: #ffffff;
display: block;
margin: 10px 0;
position: relative;
}

.inputGroup label {
      padding: 2px 75px 2px 10px;
      width: 100%;
      display: block;
      text-align: left;
      color: #545456;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;
}

.inputGroup label::before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        /*background-color: #e6e7e9;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        z-index: -1;
      }

.inputGroup label::after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        /*background-color: #fff;*/
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      }

.inputGroup input:checked ~ label {
      color: #545456;
}

.inputGroup input:checked ~ label::before {
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
      }

.inputGroup input:checked ~ label::after {
        background-color: #dc000a;
        border-color: #dc000a;
  color:#ff0000;
      }

.inputGroup input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }

    .no-pad{padding:0px;}


.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}

.no-pad {
  padding: 0px;
}

.bg-grey {
  padding: 2rem 0;
}

.brdr-cntdwn {
  width: 170px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 10px solid #b2b2b2;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}





.disp-block {
  display: block;
}

.disp-none {
  display: none;
}

.container-bttn {
  width: 800px !important;
  margin: 0 auto;
}

#timer h4{
  font-size: 1.25rem;
}

#timer-display-id {
  position: absolute;
}

#game p {
  font-size: 1rem;
  line-height: 1.25;
}
#gameContainer {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.border-outer{
  border-style: solid;
  border-radius: 50%;
}
.border-circle{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: #fe0000 3px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6%;
  margin: 0 auto;
}

.border-circle h2{
  font-size: 1.5em;
  line-height: 1;
}

.border-circle p{
  line-height: 1.2;
  margin-top: 0.5em;
}
#game p{
    font-size: 1.35em;
    line-height: 1.2;
    letter-spacing: 0.025rem;
    /* text-align: center; */
    font-family: 'Teko';
    font-weight: 500;
    margin-top: 0.25em;
}
#game h2{line-height: 1;font-size: 1.75em;font-weight: 700;}

.bg-hdng{
  background-color: #ff0000;
  color: #ffffff;
  padding: 0.25em 0;
}

#main p span{font-weight: 700;}

.bingo-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid black;
  margin-top: 1.5rem;
}
.bingo-table td {
  border: 2px solid #ffc000;
  width: 33%;
  text-align: center;
  cursor: pointer;
  background-color: #956dec;
  color: #ffffff;
  padding: 1.5rem;

}
.bingo-table tr:last-child { 
  border-bottom: 1px solid black;
}
.selected {
  background-color:#0061aa !important; 
  color: #ffffff !important; 
  box-shadow: inset 0 0 0 1px #ff9999; 
}

.bingo-table-container{
  /* background-image: linear-gradient(to left bottom, #956dec, #8c63e8, #835ae4, #7a50df, #7146db); */
  background: #956dec;
  border: #ffffff 6px solid;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
button{
  border: 0;
  background: transparent;
  max-width: 300px;
}



    .brdr-white{border-color: #fff;}

    .fly-star{
      z-index: 1000;
      position: absolute;
      left: 5%;
      top:75%;
      animation: rotateIcon 30s infinite;
    }
    @keyframes upDown {
      0% { transform: translate(0, 0); }
      10% { transform: translate(-20px, 20px); }
      20% { transform: translate(20px, -20px); }
      30% { transform: translate(-20px, -20px); }
      40% { transform: translate(20px, 20px); }
      50% { transform: translate(0, 0); }
      60% { transform: translate(-20px, -20px); }
      70% { transform: translate(20px, 20px); }
      80% { transform: translate(-20px, 20px); }
      90% { transform: translate(20px, -20px); }
      100% { transform: translate(0, 0); }
    }

    .flag{
      z-index: 1000;
      position: absolute;
      right: 0%;
      bottom: 0%;
      transform: rotate(0deg);
      /* animation: rotateIcon 10s infinite linear; */
    }
    @keyframes rotateIcon {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .bg-game{
      background: #d7dadf;
      padding: 1em;
      z-index: 1001;
      border-radius: 20px;
  }

/* Match-Mania CSS */

.game-board {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.column-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #ff0b17;
  border-radius: 10px;
  padding: 0.1em;
}
.item {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 60px;
}
.usp-item {
  background-color: #ffffff;
  /* border-left: 4px solid #27ae60; */
  display: flex;
  align-items: center;
}
.usp-item img{max-width: 60px; margin-right: 0.5em;}
.usp-item:hover img{
  border: 1px solid #bdbcbc;
  border-radius: 5px;
}
.product-item {
  background-color: #ffffff;
  /* border-left: 4px solid #27ae60; */
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1;
}
.product-item  img{max-width: 60px; margin-right: 0.5em;}
.product-item :hover img{
  border: 1px solid #bdbcbc;
  border-radius: 5px;
}
.item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.selected {
  outline: 3px solid #0061aa;
}
.selected  img{
  border: 1px solid #bdbcbc;
  border-radius: 5px;
}
.correct {
  background-color: #00b050;
  border-left: 4px solid #00b050;
  color: #ffffff;
}
/* .incorrect {
  background-color: #fadbd8;
  border-left: 4px solid #e74c3c;
} */
.controls {
  text-align: center;
  margin-top: 30px;
}
button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover {
  opacity: 0.9;
}
.score-display {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
.instructions {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.feedback {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
  display: none;
}
.success-message {
  background-color: #d4edda;
  color: #155724;
}
.error-message {
  background-color: #f8d7da;
  color: #721c24;
}


#connection-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.connection-line {
  stroke: #27ae60;
  stroke-width: 1px;
  /* stroke-dasharray: 5,5; */
  animation: dash 1s linear infinite;
}

.connection-circle {
  fill: #27ae60;
  r: 7px;
  stroke: #ffffff;
  stroke-width: 2px; 
}

@keyframes dash {
  to {
    stroke-dashoffset: -10;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #33ccc5!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #da322d;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    /*margin-left: 30px;*/
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #33ccc5!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  #myCarousel .brdr-que{ border: none !important;}
  #myCarousel .carousel-inner{width:100%;}
  #myCarousel .wid-30{margin-top: -10% !important;}
  .que h3{
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.3;
    font-weight: 400;
      }
      .inputGroup label{line-height: 2.2;}  

      section h1{
        font-size: 1.2rem;
      }
      .bingo-table-container{
        padding: 1rem;
      }
      .bingo-table td{
        padding: 0.5rem;
        font-size: 0.85rem;
      }
    
      .bg-bluecircle{
        padding: 1rem !important;
      }

      .usp-item{
        flex-direction: column;
      }
      .usp-item img{
        margin-bottom: 0.25em;
        margin-top: 0.25em;
      }
      .product-item{
        flex-direction: column;
      }
      .product-item img{
        margin-bottom: 0.25em;
        margin-top: 0.25em;
      }
      .item{
        line-height: 1;
        text-align: center;
        font-size:0.59em;
        padding: 5px;
        height: 80px;
        justify-content: center;
      }
      .column-title{
        font-size: 0.95rem;
        padding: 0.1em;
        line-height: 1.25;
      }
      /* #connection-svg{
        display: none;
      } */
    }