html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
html,body{
  max-width: 100vw;
  /*overflow-x: hidden;*/
  scroll-behavior: smooth;
}
.wrapper{
  min-width: 100%;
  min-height: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
ul{
  list-style: none;
}
a{
  color: #7758cf;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
}
a:focus{
  color: #ffcb05;
}
a:hover{
  outline: none;
  color: #ffcb05;

}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
h2{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
h3{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
h4{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
h5{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
h6{
  font-family: "Bebas Neue", sans-serif;  
  font-size: 16px;
}
.btn {
  font-family: "Bebas Neue", sans-serif;  
  font-size: 15px;
  background: #db0505;
  color: #fff;
  cursor: pointer;
  border: 1px solid #db0505;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover{
  background: #fff;
  border: 1px solid #fff;
  color: #db0505;
}
.btn_white{
  background: #fff;
  border: 1px solid #fff;
  color: #db0505;
}
.btn_white:hover{
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn2{
  background: #2a246a;
  border-color: #2a246a;
}
.btn2:hover{
  background: #03afff;
  border-color: #03afff;
  color: #fff;
}

.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  height: 50px;
  padding: 0 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_group label{
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #000;
  letter-spacing: 0.5px;
}
.form_control:focus{
  outline: none;
  border-bottom: 1px solid #fff;
}
.form_control.btn{
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  border-radius: 0;
}
.form_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.w_50{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.w_100{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.form_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Bebas Neue", sans-serif;
  color: #b1b1b1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "Bebas Neue", sans-serif;
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "Bebas Neue", sans-serif;
  color: #b1b1b1;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Bebas Neue", sans-serif;
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.form_control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Bebas Neue", sans-serif;
  color: transparent;
}
.form_control:focus::-moz-placeholder { /* Firefox 19+ */
  font-family: "Bebas Neue", sans-serif;
  color: transparent;
}
.form_control:focus:-ms-input-placeholder { /* IE 10+ */
  font-family: "Bebas Neue", sans-serif;
  color: transparent;
}
.form_control:focus:-moz-placeholder { /* Firefox 18- */
  font-family: "Bebas Neue", sans-serif;
  color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
label.error {
    display: none !important;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error{
  display: none !important;
}
.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}
textarea.form_control{
  height: 130px;
  line-height: 26px;
  resize: none;
  padding: 20px 0;
  overflow: auto;
}
.sm{
  margin: 20px 0 0;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.dropdown_btn:hover:after{
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-dots{
  bottom: 120px;
}

.slick-dots li button:before {
  font-size: 50px;
  opacity: 1;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
}
.slick-dots li{
  width: 70px;
  height: 5px;
  padding: 0;
  margin: 0;
  background: #03afff;
  position: relative;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button{
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 50%;
  border:2px solid transparent;
  display: block;
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li button:before {
  content: '';
  opacity: 1 !important;
  position: relative;
  background: #03afff;
  border-radius: 50%;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button:hover{
  opacity: 1;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  /*border:2px solid #ffcb05;*/
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
  border-color: #ffcb05;
}
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
  background: #ffcb05;
}
.slick-dots li:first-child{
  border-radius: 10px 0 0 10px;
}
.slick-dots li:last-child{
  border-radius: 0 10px 10px 0;
}

.slick-arrow {
  width: 46px;
  height: 46px;
  left: 0;
  background: #fff;
  border:1px solid #c7ceed;
  border-radius: 50%;
  background: #fff url(../images/down-arrow.png) no-repeat center !important;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-arrow:hover{
  border-color: #e86208;
}
.slick-next {
  left: auto;
  right: 0;
  background-image: url(../images/down-arrow-2.png) !important;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}

header{
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  z-index: 99999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header nav{
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo img{
  max-width: 120px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  /*-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);*/
          /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);*/
}
/*header.sticky{
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky .header_in{
  padding: 10px 0;
}
header.sticky .logo img{
  width: 40px;
  -webkit-filter: none;
          filter: none;
}*/
.sticky-outer .sticky{
  /*background: #fff;*/
  visibility: hidden;
  opacity: 0;
}
/*


@-webkit-keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}



@keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}
*/


@keyframes header_sticky {
  0%   {opacity:1;}
  50%  {opacity:0.5;}
  100% {opacity:0;}
}




.hamburger {
  position: relative;
  width: 20px;
  height: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #fff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  width: 16px;
  top: 0.125em;
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}
.header_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}


.parallax-window{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner{
  background: rgba(0,22,61,0.3);
}
.aboutUs .banner{
  background: rgba(0, 0, 0, 0.5);
}
.specializations_blk .banner{
  background: transparent;
}
.Events_blk .banner {
  background: rgba(0, 22, 61, 0.4);
}
.Events_blk2 .banner {
  background: rgba(0, 22, 61, 0.55);
}
.footer .banner {
  background: rgba(0, 0, 0, 0.6);
}

.arrow-container {
  width: 20px;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center / contain;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
.sec_blk {
  position: relative;
  color: #fff;
}
.banner_in{
  width: 100%;
  display: flex;
  align-items: stretch;
}
.h_100v{
  min-height: 100vh;
  padding: 100px 0;
}
.relative{
  position: relative;
  z-index: 1;
}
.parallax-window:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  display: none;
}
.banner_sec .parallax-window:after{
  background: #00163d;
  opacity: 0.3;
}


.banner_cnt {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20vh;
}
.scroll-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.banner_txt{
  width: 50%;
  align-self: flex-end;
  text-align: left;
}
.hamburger_blk{
  width: 50px;
  height: 50px;
  background: #db0505;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger_blk{
  cursor: pointer;
}

.scroll-down span{
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}
.imgs_grid{
  display: flex;
}

.au_in{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.au_lft{
  max-width: 43%
}
.imgs_grid{
  max-width: 50%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.ig_item{
  flex: 0 0 230px;
  max-width: 230px;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.ig_item:nth-child(2){
  flex: 0 0 310px;
  max-width: 310px;
  height: 310px;
  align-self: flex-start;
}
.ig_item:first-child{
  margin-bottom: -100px;
}
.ig_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.au_rht {
  display: flex;
}
.aboutUs .banner_in{
  align-items: center;
}
.sec_title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
p{
  margin-bottom: 30px;
}

.specializations_blk .parallax-window:after{
  display: none;
}
.sp_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.sp_card{
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  transition: 0.4s all ease-in-out;
}

.sp_card *{
  transition: 0.4s all ease-in-out;
}
.sp_card p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.sp_card h6{
  margin-bottom: 0;
}
.sp_card img{
  display: block;
  opacity: 0.5;
  transition: 0.4s all ease-in-out;
}
.sp_card:hover img{
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(312deg) brightness(104%) contrast(101%);
}
.sp_card:hover{
  background: #000;
  color: #fff;
}
.sec_foot{
  max-width: 620px;
  margin-top: 40px;
}
.Events_blk .au_in{
  align-items: center;
}
.Events_blk .au_in .ig_item{
  flex: 0 0 348px;
  max-width: 348px;
  height: 523px;
  border-radius: 0;
}
.Events_blk .ig_item:first-child {
  margin: 0; 
  position: relative;
  top: -100px;
}
.Events_blk .parallax-window:after {
  background: #00163d;
}
h2 span{
  display: block;
  text-align: right;
  font-size: 20px;
  line-height: 26px;
}
.au_lft h2{
  display: inline-block;
}
.au_lft h2 b{
  color: #dc0000;
}
.projects_list{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.project_Card{
  flex: 0 0 300px;
  max-width: 300px;
  color: #fff;
  text-align: center;
}
.project_Card  h5{
  margin-bottom: 0;
}
.project_img{
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.project_img img{
  display: block;
  min-height: 100%;
}
.Events_blk2 .au_in{
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.Events_blk2 .au_lft{
  max-width: 600px;
}
.Events_blk2 .au_rht{
  max-width: 950px;
  align-self: flex-end;
  margin-top: -50px;
}
.Events_blk2 .project_Card:nth-child(2){
  position: relative;
  top: -140px;
}


.percentage-bar {
  width: 10%;
  left: 0;
  right: 0;
  height: 6px;
  background: #db0505;
  position: fixed;
  bottom: 0;
  z-index: 99;
  animation: all .5s ease-in-out
}
.form_control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  font-weight: 500;
}
.specializations_bLock {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .banner_in {
  align-items: center;
}
.footer .au_lft{
  max-width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .au_in{
  align-items: stretch;
}
.footer .au_lft p{
  font-family: "Bebas Neue", sans-serif;
}
.poweredBy a:hover{
  color: #fff;
}
.footer_logo{
  margin-bottom: 30px;
}
.footer .au_lft h4{
  margin-bottom: 20px;
}
.footer .au_lft a{
  font-family: "Bebas Neue", sans-serif;
  color: #db0505;
}
.footer .au_lft a:hover{
  color: #fff;
}
.footer .au_lft .poweredBy,
.footer .au_lft .poweredBy a{
  font-family: "Bebas Neue", sans-serif;
  color: rgba(255, 255, 255, 0.4);
}
.footer .au_lft .poweredBy a:hover{
  color: #db0505;
}
.footer .au_rht{
  flex: 0 0 830px;
  max-width: 830px;
}
.contactForm{
  background: #db0505;
  padding: 40px;
}
.form_group {
  position: relative;
  margin-bottom: 10px;
}
.form_control:focus{
  outline: none;
  border-color: #fff;
}
.floating_feild label {
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  left: 0;
  top: 17px;
  transition: 0.2s all ease-in-out;
  font-size: 15px;
  pointer-events: none;
  color: #FFF;
}
.custom_date label, .custom_select label {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
  max-width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 10px;
  color: #000;
  text-align: start;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.floating_feild .form_control:valid + label, .floating_feild .form_control:focus + label {
  top: -10px;
  color: rgba(255, 255, 255, 0.8);
}
option{
  color: #000;
}
.custom_select label, .custom_select label {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  max-width: 100%;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  text-align: start;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.4s 
ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s 
ease-in-out;
}

.custom_select.focus label,
.custom_select.has-value label {
  top: -10px;
  color: rgba(255, 255, 255, 0.8);
}

.custom_select {
 background: url(../images/chevron.png) no-repeat right center / 17px;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_submit{
  text-align: right;
}
.form_submit .btn{
  min-width: 130px;
}
:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
.siderBar {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 0;
  bottom: 0;
  background: #db0505;
  width: 50%;
  z-index: 99999;
  padding: 50px 10%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
.siderBar.is-open{
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}


.sb_nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sb_nav img{
  max-width: 76px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);
}
.sb_nav .hamburger_blk{
  background: #fff;
}
.sb_nav .hamburger_blk .hamburger-line{
  background: #db0505;
}
.nav ul{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav a{
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 1px;
}
.nav h2{
  margin: 0;
  color: #fff;
}
.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 50px 0;
}
.footer_logo img {
    max-width: 150px;
}
.form_group {
  position: relative;
}

/*.form_group.error .form_control {
  border-color: #e53935;
}
*/
/*.form_group.error label {
  color: #000;
}*/
.form_group{
  margin-bottom: 20PX;
}
.error_msg {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: block;
  font-weight: 400;
  display: block;
  text-align: left;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.form_group.error .error_msg {
  opacity: 1;
  transform: translateY(0);
}
.form_group.fade_out .error_msg {
  opacity: 0;
  transform: translateY(-4px);
}

.success_msg {
  margin-top: 15px;
  color: #2e7d32;
  font-weight: 600;
}