
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&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: "HelveticaNeue-Black", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a2a2a;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 1rem;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}
.wid-60{width: 60%;}
.wid-40{width: 40%;}


.text-green{color:#459b65;}
.text-left{text-align: left;}
.text-red{color:#eb2026 !important;}
.bg-red{background-color: #eb2026;}

div.file {
  position: relative;
  overflow: hidden;
}
input.upload {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
table{color: #ffffff !important;}
.bg-skyBlue-btn{background-color:#154F89; padding: 0.3em 1rem; color:#fff; font-size:1.3rem;}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif; 
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}
.mask::after {
  content: url(../images/ques-img.png);
  position: absolute;
  right: -5%;
  bottom: -15%;
}
.mask::before {
  content: url(../images/ques-img.png);
  position: absolute;
  left: -8%;
  transform: rotate(-30deg) scale(0.7);
  top: -10%;
}
.pad-que { padding:20px 30px 0; max-width:760px; margin:0 auto;}
#myCarousel h4{text-align: left; font-size:2rem !important; color:#000 !important;}
#myCarousel h3{text-align: left; font-size:1.6rem !important; color:#154F89 !important; margin-bottom:15px;}
.vc-left{position:absolute; left:0; top:10%; width:150px;}
.vc-right{position:absolute; right:0; top:10%; width:150px; transform: rotate(180deg);}
.our-services h1 {
  color: #fff !important;
  text-transform: none !important;
  font-size: 2.75rem !important;
  line-height: 1 !important;
  font-weight:bold;
}
.reward__points span{background-color:#FF0000; padding:0 5px;  font-size:4.5rem; font-weight: bold; width:fit-content; color:#fff;}
.reward__points h4 {
  background-color: #154F89;
  color: #fff !important;
  padding: 7px;
  font-size: 2.5rem; 
  width: fit-content;
  margin: 0 auto;
  margin-top: -12px;

}
.upblock{border: 2px solid #FF0000;
  padding: 30px;
  border-radius: 20px;  text-align: center; margin-top:25px; height: 100%}
  .upblock h3{background-color:#FF0000; padding:4px;  font-size:1.5rem; width:fit-content; margin:0 auto; color:#fff;}
  .upblock  h2{color:#154F89 !important; font-size:2.3rem !important; padding:10px 0; font-weight:600}
  .upblock  h2 span{font-size:2.6rem !important;}
.upblock p{font-size:1.8rem !important}
.steps{background:#9DB3BE; padding:35px; border-radius:25px; margin-top:40px}
.steps h2{background-color: rgba(0,0,0,0.7); padding:5px 10px 8px; border-radius:15px; color:#fff !important; font-size:1.8rem !important; width:fit-content; margin:0 auto; margin-bottom:20px}
.steps .step{border:2px solid #000; padding:15px; text-align: center; font-weight:bold; color:#000; border-radius:25px; height:100%}
.steps .step h3{font-size:1.6rem; font-weight:bold; color:#000 !important}
.steps .step img{ width:140px; margin:0 auto; margin-top:20px; margin-bottom:15px;}
.steps .step p{font-size:1.4rem; font-weight:100}
.j-center{justify-content: center}
 #result-right{position: relative;         margin-top: 25px;}
	#result-right h6{text-align: left !important}

@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: 60px;
  position: relative;
}

.section-heading h5 {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.section-heading h6 {
  color: #ffffff;
  font-size: 0.75rem;
}

table.winners{
  font-weight:bold;
  font-size: 0.75rem;
  margin-bottom: 0px;
}

table.winners .name{
  font-size: 0.85rem;
}

table.winners td{border-right: #fff 1px solid;}

table.winners td:last-child{border-right:none;}
table.winners tr:last-child td{border-bottom:none;}

.section-heading .hdg{
  position: absolute;
  top: -95px;
  left:0;
  right: 0;
  
}
.section-heading .hdg-inner{
  position: absolute;
  top: -35px;
  left:0;
  right: 0;
  
}
.section-heading .hdg-inner h4 {
  width: 30%;
  background: rgb(234,32,38);
  margin: 0 auto;
}

.section-heading h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  left:0;
  right: 0;
  /*background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(30,25,107,1) 100%); */
  background-color: #ed1b24;
  padding:12px 10px 8px 10px;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;

}

.section-heading h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading h2 span {
  color: #088ec3;
}
.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: #da001a;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: .8rem;
}
.bg-red button {
  color: #fff;
  text-shadow: none;
opacity:1;
background-color: #eb7734;
  text-shadow: 2px 2px #ccc;

}
.bg-red button:hover {
  color: #000;
  text-shadow: 2px 2px #ea9ea2;
  opacity: 1 !important;
}
.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;
  justify-content: end;
}
.bg-red label {
  
  font-size: 1rem;
}
.bg-red input {
  height: calc(2.5em + 1rem + 10px);
  background-color: #ea9ea2;
  border-color: #ea9ea2;
  color: #fff;
  border-radius: .8rem;
}
.bg-red .form-check input {
  /*position: absolute;*/
  opacity: 1;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  color: #fff;
  margin-right: 0.25rem;
}
.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;
}


.bg-red button{display: inline-block;
background-color: #eb7734;
font-size: 15px;
font-weight: 400;
 text-shadow: 1px 1px #edd6ca;
opacity:1;
color: #fff;
text-transform: capitalize;
padding: 12px 25px;
border-radius: 23px;
letter-spacing: 0.25px;
transition: all .3s;}


.m-t-50 {
  margin-top: 50px;
}
label {
  line-height: 50px;
}
.m0-auto{margin: 0 auto !important;}

/* 
---------------------------------------------
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;
}

.inputGroup {
  background-color: #ffffff;
  display: block;
  margin: 20px 0;
  position: relative;
  background-color: transparent;
}

.inputGroup label {
    /* padding: 12px 60px 12px 10px; */
    width: 100%;
    display: block;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
 
    background: #154F89;
    border-radius: 0px 0px 60px 0px;
    padding-left:55px;
    padding-right: 55px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
   height:100%;
   display: flex;
       align-items: center;
}

.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 !important;
      z-index: -1;
    }
.sum__btn{position: relative; bottom:-120px; padding:0.2rem 1rem !important; font-size:1.7rem !important; left:0; right:0; text-align: center; text-decoration: none !important; text-transform: capitalize !important; z-index: 999}
.inputGroup label::after {
      width: 62px;
      height: 62px;
      content: '';
      border: 2px solid #fff;
      background-color: #154F89;
      /*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: 18px 16px;*/
      line-height:58px;
    font-size: 1.7rem;
    text-align: center;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      left: -15px;
      top: 10%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in;
    }
    .inputGroup:nth-of-type(1) label::after{ content: 'A';}
    .inputGroup:nth-of-type(2) label::after{content: 'B';}
    .inputGroup:nth-of-type(3) label::after{content: 'C';}
    .inputGroup:nth-of-type(4) label::after{content: 'D';}
.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: #fff; color:#fff;
    }
    
    .inputGroup input:checked ~ label{ background-color: #dc000a;
      border-color: #dc000a;
color:#fff;}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }



@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;
  }
}

@media (max-width: 767px) {
  .mask::before, .mask::after{display:none;}
  .pad-que { padding: 0 !important;}
  #myCarousel h4 { font-size: 1.5rem !important;}
  .inputGroup label{    font-size: 1.2rem; padding-left:35px; padding-right:35px;}
  .inputGroup label::after { width: 42px; height: 42px; line-height:40px;  background-position: 7px 8px;  transition: all 200ms ease-in;}
  .sum__btn { position: relative; bottom: 0px; font-size: 1.1rem !important;}
  .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;
  }

}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
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;
}

.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
 /*  padding: 100px 0 0 0;  */
  width: 100%;
  background-image: url("../images/bg-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 100vh; */
}


#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;
  color: #ffffff;
}


.brdr-content{
  padding: 15px 40px;
  text-align: center;
  border: 2px solid #ed1b24;
  border-radius:10px;
}

.brdr-content-inner{
  padding: 15px 20px;
  text-align: center;
  border: 2px solid #ffffff;
}

.brdr-content-red{
  padding: 15px 40px;
  text-align: center;
  color: #2e3190;
  border: 2px solid #eb2026;
  background-color: #bebdcb;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.1rem;
  }

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  padding: 0 0 0 0; 
}
.pt-10{
  padding-top:15rem;
}

.our-services .section-heading {
  text-align: center;
  margin-left: 55px;
  margin-right: 55px;
}

.our-services .container-fluid {
  padding: 0px 80px;
}

.service-item {
  padding: 0 1.5rem 0 1.5rem;
  border-radius: 5px;
  transition: all .3s;
  
}
.service-item img{
  max-width:100px;
}

/*
.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.1rem;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.service-item span { 
  color: #459b65;
}

.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: inline-block;
  background-color: #da322d;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 40px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
margin: 10px;
font-weight: bold;}

.red-button a:hover{
  background-color: #ffffff!important;
  color: #da322d !important;
  border-bottom: 2px solid #da322d!important;
  }

.red-button-result{
  display: block;
  transition: all 0.3s ease 0s;
  margin-top: 25px !important;
}
    
.red-button-result a{display: inline-block;
  background-color: #da322d;
  font-size: 0.95rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
  margin-bottom:10px;
  height: 50px;
  margin: 0 5px;
  font-weight: bold;
}
    
.red-button-result a:hover{
  background-color: #ffffff!important;
  color: #da322d !important;
  border-bottom: 2px solid #da322d!important;
}


.back-button-result{
  display: block;
  transition: all 0.3s ease 0s;
  margin-top: 25px !important;
  }

  .back-button-result a{display: inline-block;
    background-color: #e29416;
    font-size: 0.95rem;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    transition: all .3s;
    margin-bottom:10px;
    height: 50px;
    margin: 0 5px;
    font-weight: bold;
  }
      
  .back-button-result a:hover{
    background-color: #000 !important;
    color: #e29416 !important;
    border-bottom: 2px solid #e29416!important;
  }  

  .btn-red{display: inline-block;
    background-color: #da322d;
    font-size: 0.95rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    transition: all .3s;
    margin-bottom:10px;
  height: 50px;
  margin: 0 10px;
  font-weight: bold;}
  
  .btn-red:hover{
    background-color: #ffffff!important;
    color: #da322d !important;
    border-bottom: 2px solid #da322d!important;  
    }

/* 
---------------------------------------------
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
--------------------------------------------- 
*/
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;
  }
 
/* 
---------------------------------------------
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 p,
  .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 Us Style
--------------------------------------------- 
*/

#about {
  padding:0px 0 0px 0; 
  width: 100%;
}

.our-services h2 {
  
    font-size: 2.2rem !important;
   
}
.reward__points h4{font-size: 1.8rem;   margin-top: -8px;}
.reward__points span{font-size:3rem}
.upblock { background: #fff;}
.upblock h2 {font-size: 1.8rem !important;}
.upblock h2 span {font-size: 2rem !important;}
.upblock p {font-size: 1.2rem !important; line-height: 1;}
	.upblock {margin-bottom:20px; height: auto !important}
.steps h2 {font-size: 1.4rem !important;}
.steps .step h3 { font-size: 1.2rem;}
	.steps .step p { font-size: 1.1rem;}
.steps .step {height: auto !important; margin-bottom: 20px;}
.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;}

  .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:-100px !important;
  }
  #about{
    height: auto;
  }
  .about-us p{font-size: 1rem;}
}

#myCarousel { 
  width: 100%;
  padding: 0px 0 50px;  
  }
#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;
  padding: 0px 30px 30px;
  background-color: #dce4e7;
  border-radius: 30px;	
}
#myCarousel h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  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,#phonenoregister p,#phonenoregister label{color: #ffffff !important;}
#enquiry label{color:#545456;}
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: 5% !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.25rem !important; font-weight: 700;}

  /*
  .custom-control-label::before {
    position: absolute;
    top: 12.4rem;
    left: 1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }

  .custom-control-label::after {
    position: absolute;
    top: 12.4rem;
    left: 1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
      background-image: none;
  }
*/
  .close {
    float: right !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }


@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: 30px 30px; }
#myCarousel h4{text-align: left;}
	
  #myCarousel .carousel-inner {
    width: 95%;
    overflow: visible;
  }
  #myCarousel {
    padding: 0px;
  }
  #myCarousel p{font-size:16px;}  
  #myCarousel .carousel-item{margin-top: 5px;min-height: 770px;}
  #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: #ffffff !important; line-height:1.8;}

  #result-right{position: relative;         margin-top: 25px;}
	#result-right h6{text-align: left !important}
  #timeleftdiv{margin-top:50px !important;}
  
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
}

section h6 {
  font-size: 1.2rem;
  margin-bottom: 15px;

}

.section-heading .hdg{
  position: absolute;
  top: -90px;
  left:0;
  right: 0;
  
}

.section-heading h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #462653;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  font-weight: bold;
}

.section-heading .que {
  font-size: 7rem;
}

.section-heading h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading h2 span {
  color: #ff4d2a;
}

.section-heading h4{
  color:#462653;

}

.btn-red {
  color: #fff;
  background-color: #da001a;
  border-color: #da001a;
  cursor: pointer;
  border-radius: .45rem;
  padding: .4rem 2rem;
}
.btn-red:hover{text-decoration: underline; color:#ffffff;}  
#otpwindow {
  display: none;
}
.messageDiv {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
#content {
  display: none;
}
#timeleftdiv
{
  margin-top: 50px; margin-bottom: 30px;
}

.result-right{
  color:#ffffff !important;
  font-weight:bold;
  font-size: 15px;
  text-align: center;
  margin-top:10px;
  background: #EA2127;
  padding: 5%;
  border-radius: .8rem;
}

.gc-step img{margin: 0rem 0.75rem;}

a#watchagain img{transform: scale(0.95);}

a#watchagain:hover img{
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}  

input[type=text], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;color:#000 !important;
}
#enquiry input[type=text]::placeholder {color:#000 !important}
/*#enquiry label {*/
/*    color: #000;*/
/*}*/

.main-button-red {
    display: inline-block;
    background-color: #da322d;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    transition: all .3s;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
	border:0px
}

.watch-wrapper{
            border:1px solid rgba(255,255,255,.5);
            border-radius:30px;
            margin-top:70px;
            position:relative;
            padding:60px 20px 30px;
        }

.watch-wrapper h2.title{
            position:absolute;
            top:-30px;
            left:30%;
            transform:translateX(-20%);
            background:#111;
            /* border:1px solid rgba(255,255,255,.6); */
            border-radius:10px;
            padding: 8px 20px;
            font-weight: 600;
            font-size: 2rem;
            color: #fff;
        }   
.watch-wrapper h2{
           padding: 8px 20px;
            font-weight: 600;
            font-size: 2rem;
            color: #fff;
            top: 15px;
            position: absolute;
            left: 32%;
            transform: translateX(-20%);
        }                        

.steps-wrapper{
            border:1px solid rgba(255,255,255,.5);
            border-radius:30px;
            margin-top:70px;
            position:relative;
            padding:60px 20px 30px;
        }

        .steps-title{
            position:absolute;
            top:-25px;
            left:50%;
            transform:translateX(-50%);
            background:#111;
            border:1px solid rgba(255,255,255,.6);
            border-radius:10px;
            padding:8px 50px;
            font-weight:600;
            color: #fff;
            font-size: 1.5rem;
        }

        .step{
            text-align:center;
            position:relative;
        }

        .step:not(:last-child){
            border-right:1px solid rgba(255,255,255,.25);
        }

        .icon-circle{
            width:90px;
            height:90px;
            border:4px solid #fff;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:42px;
            margin:auto;
        }

        .steps-wrapper h4{
          color:#fff;
          font-size: 1.25rem;
        }

        .step-number{
            color:#ff2a2a;
            font-weight:700;
            font-size:28px;
        }

.btn-play img.bttn:hover{
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}        
      

h6#thankyoumessage {
  color: #ffffff;
}
h6#thankyoumessage h3 {
  color: #ffffff;
}
h6#thankyoumessage span {
  color: #ffffff !important;
}

h6#thankyoumessage h5 {
  color: #ffffff;
}

#statusMsgSuccess,
#leadStatus{
  color:#000000 !important;
}

.h-dear {
  position: relative;
}

.h-dear::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 30px;
  background-image: url("../images/hdng-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -16%;
  top: 50%;
  transform: translateY(-50%);
}

.h-dear::after {
  content: "";
  position: absolute;
  width:90px;
  height: 30px;
  background-image: url("../images/hdng-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -16%;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 767px) {
  .h-dear::before {
    display: none;
  }
  .h-dear::after {
    display: none;
  }
  .steps-title{
    top:-25px;
    font-size: 1rem;
    left: 30%;
    transform: translateX(-20%);
  }
  .icon-circle{
    width:75px;
    height:75px;
    border:none;
  }
  .step{
    margin-bottom: 1rem;
  }
  #about{
    padding: 0px !important;
    padding-top: 1px !important;
  }
  .our-services h1{
    font-size: 2rem !important;
  }
  .bg-red{
    padding: 1rem 0.25rem;
  }
  .bg-red label{
    line-height: 1.25;
  }
}