/* Yash Task no 41 */
.text-center {
  text-align: center;
}
/* End Yash Task no 41 */

a.home_link {
    display: none;
}

* {
  margin: 0px;
  font-family : "YouTube Sans", sans-serif;
}

body {
  background-color: #f6f7f8;
}

a {
  text-decoration: none;
  color: #606060;
}

input:focus, 
select:focus, 
textarea:focus, 
form:focus, 
button:focus {
  outline: 0;
}

img,
video,
iframe,
audio {
  display: block;
}


.g-recaptcha{
  margin-left:auto;
  margin-right:auto;
}
/* language icon box end */

/* profile icon box start */
.profile-icon-box {
  width: 35px;
  height: 35px;
  position: relative;
  /* Yash Task : S3 */
  display: none;
  /* Yash Task : S3 */
}

.profile-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.profile-drop-down-box {
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 0px;
	width: 200px;
	padding: 3px 0px 3px 0px;
	background-color: white;
	border: 0.9px solid rgb(219, 219, 219);
	display: none;
}

.profile-drop-down-box:focus {
  outline: 0px;
}

.show-profile-drop-down-box {
  display: block;
}

.profile-drop-down-cone-box {
  position: relative;
}

.profile-dorp-down-cone {
  position: absolute;
  z-index: -1;
	top: -11px;
	right: 9px;
	width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
	border-left: 0.9px solid rgb(189, 189, 189);
	border-top: 0.9px solid rgb(189, 189, 189);
	transform: rotate(45deg);
}

.profile-selectitem {
  display: flex;
  padding: 5px 10px 5px 10px;
}

.profile-selectitem:hover {
  background-color:  rgb(238, 238, 238);
}

.profile-select-icon {
	width: 15px;
	height: 15px;
	padding: 5px 10px 5px 5px;
}

.profile-select-text {
  font-size: 15px;
  color: #7c7c7c;
	padding: 3px 5px 3px 5px;
}
/* profile icon box end */

/* language menu container end  */

/* header end   */
.bg-contact100{
  width: 100%;
  background: url('../image/contact1\ \(1\).webp');
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ficons {
  display: flex;
  gap: 10px;
}
/* contact form start */
.cont-form-outer {
  background: url();
  width: 100%;
  gap: 80px;
  min-height: calc(100vh - 100px);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #0106087a; 
  /* min-height: 100vh; */
  /* height: 100%; */
  /* margin-top: 150px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* padding: 35px 30px 20px 30px;*/
}

.cont-form-inner-cont {
  display: flex;
  width: 550px;
}

.cont-form-box {
  flex-grow: 2;
  padding: 5px 30px;
  background: #ffffff29;
  box-shadow: 1px 1px 11px 1px #ccc;
  border-radius: 16px;
  border: 1px solid #0086bf;

}

.cont-form-headtext {
  font-size: 23px;
  padding: 15px 0px 0px 0px;
  color: #858585;
  text-align: center;
}

.cont-form-inp-con {
  display: flex;
  padding: 25px 0px 0px 0px;
}
.cont-form-inp-con:first-child {
  display: flex;
  padding: 15px 0px 0px 0px;
}

.cont-form-dbl-inp,
.cont-form-inp {
  width: 80px;
  border: 0.5px solid #6060603a;
  padding: 8px 8px;
  display: inline-block;
  width: 140px !important;
  font-size: 13px;
  position: relative;
  color: #606060 !important;
  box-shadow: none;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 3px;
  flex-grow: 1;
  background-color: #fafafa;
}


.text-center{
  margin-top: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.text-center h3{
	color: #0086bf;
    font-size: 30px;
    font-weight: 100;
    line-height: 27px;
 
    position: relative;
	margin-bottom: 10px;
}


.ui-decor {
  position: relative;
  display: inline-block;
  width: 40px;
  margin-right: 0;
  margin-left: 0;
margin-bottom: 20px;
}

.ui-decor:before, .ui-decor:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
top: 5px;
  background-color: red;
}

.ui-decor:before {
  top: 0px;
  left: -20px;
}


.ui-decor:before {
  top: 5px;
  right: 10px;
}

.ui-decor::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: red;

}
.ui-decor::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #0086bf;

}
.ui-decor::after ::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #00a200;
}

.cont-form-dbl-inp:focus,
.cont-form-inp:focus {
  background-color: #ffffff2c;
  border: 0.5px solid #0086bf;
  color: #fff !important;
}

.text-white{
  color: #fff;
}
.h1{
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.span1{
  color: #0086bf;
}
.span2{
  color: #dd0303;
}


.sidebar-title {
  font-size: 24px;
  font-weight: normal;

  color: #fff;
  margin: 5px 0;

}

.sidebar-description {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
}

.sidebar-list {
  color: #fff;
  list-style: none;
  padding: 0;
}

.sidebar-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #555;
  margin-right: 10px;
  font-size: 18px;
}

.phone-icon::before {
  content: '📞'; /* Unicode phone emoji */
}

.email-icon::before {
  content: '✉️'; /* Unicode envelope emoji */
}

.address-icon::before {
  content: '🏠'; /* Unicode house emoji */
}

.sidebar-item span {
  display: inline-block;
}

.sidebar-item:hover .icon {
  background-color: #777;
  transition: background-color 0.3s;
}

.cont-form-dbl-inp:first-child {
  margin: 0px 10px 0px 0px;
}

.cont-form-dbl-inp:last-child {
  margin: 0px 0px 0px 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::placeholder,
textarea::placeholder {
  color: #606060;
  opacity: 0.8;
}

textarea.cont-form-inp {
  min-height: 110px;
}

.cont-fomr-btn-con {

  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}

.cont-form-sendbtn {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 80%;
  height: 40px;
  background-color: #0086bf;
  border-radius: 50px;
  border: 0px;
  padding: 10px;
  /* margin: 0px 20px 0px 20px; */
  cursor: pointer;
  /* font-size: 15px; */
  color: white;
}

.cont-form-sendbtn:hover {
  background-color: #286090;
}


.cont-form-undtext-con {
  width: 490px;
  padding: 20px 30px 10px 30px;
}

.font-form-und-text {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: rgb(155, 155, 155);
}

.cont-form-und-link {
  color: #2b9ccc;
}

.cont-form-und-link:hover {
  text-decoration: underline;
}
/* contact form end */

/* Yash: Task.no 415 */
.log-sign-succes-mesg-box {
  flex-grow: 2;
  width: 297px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.9px solid #b7d8aa;
  background-color: #ddf5d3;
  padding: 10px;
  margin: 0;
  position: fixed;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0; 
  animation: appear 0.5s forwards;
}
@keyframes appear {
  from { opacity: 0; transform: translate(-50%, -60%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}


.log-sign-succes-text {
  font-size: 14px;
  color: #3f6543;
  padding: 2px 5px 2px 5px;
}
.log-sign-succes-icon {
  width: 16px;
  height: 16px;
  padding: 5px 5px 5px 5px;
  opacity: 0.7;
}
.log-sign-succes-icon:hover {
  opacity: 1;
}
.hand-cursor{
  cursor:pointer;
}
/* ********************** */
.remove-log-sign-mesg-con {
  display: none;
}

.log-sign-error-mesg-box {
  flex-grow: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0.9px solid #eec6ba;
	background-color: #fbe9e4;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
}

.log-sign-error-text {
  font-size: 14px;
  color: #973a04;
  padding: 2px 5px 2px 5px;
}

.log-sign-error-icon {
  width: 16px;
  height: 16px;
  padding: 5px 5px 5px 5px;
  opacity: 0.7;
}

.log-sign-error-icon:hover {
  opacity: 1;
}
/* error messages end */
/* Yash:Task.no 535 */
label.error {
  color: red !important;
  font-size: small !important;
}
/* ****************** */

/* responsive start */
@media (max-width: 750px) {


  .au2logo-con-hori {
    order: 2;
    display: flex;
    justify-content: center;
  }

  .lang-prof-con-hori {
    display: flex;
    justify-content: flex-end;
  }

  .lang-icon-box {
    width: 22px;
    height: 22px;
    margin: 3px 19px 3px 0px;
  }

  .lang-drop-down-box {
    width: 133px;
  }

  .lang-dorp-down-cone {
    top: -10px;
    right: 6px;
    width: 11px;
    height: 11px;
  }

  .lang-selectitem {
    padding: 6px 10px 6px 10px;
  }

  .lang-select-icon {
    width: 22px;
    height: 22px;
    padding: 0px 8px 0px 5px;
  }

  .lang-select-text {
    font-size: 14px;
  }

  .profile-icon-box {
    width: 30px;
    height: 30px;
    position: relative;
  }

  .profile-drop-down-box {
    width: 160px;
  }

  .profile-dorp-down-cone {
    top: -9px;
    right: 8px;
    width: 11px;
    height: 11px;
  }

  .profile-selectitem {
    padding: 6px 10px 6px 10px;
  }

  .profile-select-icon {
    width: 13px;
    height: 13px;
    padding: 5px 7px 5px 5px;
  }

  .profile-select-text {
    font-size: 14px;
  }


  .cont-form-inner-cont {
    padding: 10px;
    /* width: 85%; */
  }
  .log-sign-succes-mesg-con{
    padding: 0;
  }



}

@media (max-width: 520px) {



  .cont-form-outer {
    padding: 20px 0;
  }

  .cont-form-box {
    padding: 5px 15px 10px 15px;
  }

  .cont-form-headtext {
    font-size: 22px;
    padding: 14px 0px 5px 0px;
  }

  .cont-form-sendbtn {
    font-size: 14px;
  }

  .cont-form-undtext-con {
    padding: 20px 15px 10px 15px;
  }

}
/* responsive end  */

/* language icon position is not optimal in footer pages. */
@media (max-width: 2500px) {
  .lang-icon-box {
    width: 25px;
    height: 25px;
    margin: 2px -150px 0px 116px;
  }
}

@media (max-width: 1440px) {
  .lang-icon-box {
    width: 25px;
    height: 25px;
    margin: 2px -150px 0px 116px;
  }
}

@media (max-width: 1368px) {
  .lang-icon-box {
    width: 25px;
    height: 25px;
    margin: 2px -105px 0px 116px;
  }
}


@media (max-width: 1280px) {
  .lang-icon-box {
    width: 25px;
    height: 25px;
    margin: 2px -60px 0px 116px;
  }
  .cont-form-undtext-con {
    display: none;
    }
}


@media (max-width: 1024px) {
  .lang-icon-box {
    width: 25px;
    height: 25px;
    margin: 2px -1px 0px 0px;
  }

}

@media (max-width: 520px) {
  .head-top-lang-prof-cont {
    flex-direction: column;
  }

  .au2logo-con-hori {
    order: 2;
    display: flex;
    justify-content: center;
  }

  .lang-prof-con-hori {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
  }

  .lang-icon-box {
    width: 22px;
    height: 22px;
    margin: 3px 3px 3px 0;
  }

  .lang-drop-down-box {
    top: 34px;
    width: 133px;
  }

  .lang-dorp-down-cone {
    top: -9px;
    right: 6px;
    width: 11px;
    height: 11px;
  }

}

@media (max-width: 280px) {
  .lang-icon-box {
    width: 22px;
    height: 22px;
    margin: 7px 38px 3px 0;
  }
}
/* language icon position is not optimal in footer pages. */