/*================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;

}

input[type="text"] {
  font-family: inherit;
}

.error-message {
  top: unset;
  position: absolute !important;
}

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

.menu-header {
    padding: 0;
    height: auto;
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: rgb(242 159 30) 0px 0px 15px;
}
.menu-header .navbar .navbar-brand img {
  max-height: 60px;
}
.menu-header .navbar .nav-item {
  padding: 10px 0 10px 30px;
}
.menu-header .navbar .divider-item{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.menu-header .navbar .nav-item .nav-link {
  font-weight: 500;
  color: #000;
  font-size: 15px;
}

.menu-header .navbar .nav-item .nav-link img {
  max-width: 40px;
}
.menu-header .navbar .nav-item .nav-link.active {
  color: var(--second-color);
}

.menu-header .navbar .nav-item:hover .nav-link svg,
.menu-header .navbar .nav-item .nav-link.active svg {
  animation: slideDown 1s ease infinite alternate;
  color: var(--second-color);
}
.menu-header .navbar .divider-item:before{
   position: absolute;
   content: "";
   top: 0;
   left: 16px;
   width: 1px;
   height: 100%;
   background-color: #ccc;
   z-index: -1;
}

@keyframes slideDown {
  0% {
    transform: translateY(-30%);
  }

  50% {
    transform: translateY(10%);
  }

  65% {
    transform: translateY(-10%);
  }

  80% {
    transform: translateY(10%);
  }

  95% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(30%);
  }
}


/*============*/
.heroSectionWrap {
  /*  background-image: linear-gradient(248deg, rgb(67, 35, 70) 100%, rgba(30, 36, 95, 0.88) 1%);*/
  background-image: linear-gradient(to bottom, #051322, var(--second-color));
  height: 100%;
  height: 100%;
  min-height: 500px;
  padding: 60px 0 60px 0;
}

.heroSectionWrap_tts1 {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.heroSectionWrap .heroSectionWrap_title {
  font-size: 60px;
  color: rgb(255, 255, 255);
  font-weight: 100;
  margin-bottom: 60px;
}

.heroSectionWrap .heroSectionWrap_title span {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100px;
}

.heroSectionWrap .heroSectionWrap_text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  padding-top: 1.5rem;
  margin-bottom: 40px;
}

.Registration-section .register_btn {
  background-color: var(--second-color);
  color: #fff;
  font-weight: 400;
  width: 100%;
}

.Registration-section .register_submit {
  background-color: var(--second-bg-color);

  color: #fff;
  font-weight: 400;
  width: 100px;
}

.Registration-section {
  background-color: #efefef;
}

.register_form {
  background-color: #fff !important;
  padding: 40px;
}

/*.register_form {
  background: #ffffff;
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);

  border-radius: 0px;
  padding: 50px;
}*/

.register_form h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.login_box {
  max-width: 500px;
  margin: 0% auto;
}

.formButtonWrap {
  padding: 1.5rem 3rem;
}

.heroSectionWrap .login_form {
  background-color: transparent;
  border: 1px solid rgb(255, 239, 220);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heroSectionWrap .card-group .card {
  background-color: #fff;
  height: auto;
  padding: 40px 20px;
  min-height: 100%;
  border: none;
  width: 100%;
  border-radius: 4px !important;
}

.heroSectionWrap .card-group .login_bg {
  background-color: #fff;
}

.heroSectionWrap .card-group .card h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--second-color);
   !important;
}

.heroSectionWrap .card-group .card .form-group .forgot_passwd,
.heroSectionWrap .card-group .card .card-body {
  padding: 0;
}

.heroSectionWrap .card-group .card .form-group .forgot_passwd,
.heroSectionWrap .card-group .card p {
  color: #999;
  margin-bottom: 0;
  font-size: 14px;

}

.heroSectionWrap .card-group .card .form-group .forgot_passwd,
.heroSectionWrap .card-group .card .form-group .btn-link {
  text-decoration: none;
  color: #052e61;
  font-weight: 500;
}

.heroSectionWrap .card-group .card .form-group .btn-link:hover {
  color: #052e61;
  background-color: white;
}

.heroSectionWrap .card-group .card .form-control {
  padding: 10px 20px;
  border: 1px solid #ced4da !important;
  width: 100%;
}

.heroSectionWrap .card-group .card .form-control:focus {
  box-shadow: none !important;
  border-color: #c90201 !important;
}

.heroSectionWrap .card-group .card .loginbtn {
  background-color: var(--second-color);
  font-size: 16px !important;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
}

.card-group .card .btn-register {
  background-color: #0a2960;
  border: 1px solid #0a2960;
  transition: all 0.5s;
  color: #fff !important;
  width: 140px;
  height: 70px;
  border-radius: 0;
  line-height: 55px;
  text-align: center;
  font-weight: 500;
}

.card-group .card .btn-register:hover {
  border: 1px solid #c90201;
  background-color: transparent;
  color: #c90201 !important;
}

.card .hide {
  display: none;
}

.whyTravelCrmsWrap .travelIcon i {
  margin-top: 0px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0 !important;
  background-color: #013f92;
  color: #fff;
  text-align: center !important;
  line-height: 34px !important;
}

.figureCountSection .figureCountContent .figureImg {
  height: 30px;
  width: 30px;
}

/*====================================*/

.login {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.heroSectionWrap .login_form {
  padding: 0;
  padding-top: 34px !important;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}

.heroSectionWrap .login_form .form-group {
  padding: 0 21px;
}

.heroSectionWrap .login_form .loginbtn {
  margin-left: 22px;
  margin-top: 20px;
}

.heroSectionWrap .heroSectionContent {
  padding: 102px 18px;
}

.heroSectionWrap .heroSectionContent .heroSubHead {
  font-size: 24px;
  height: 42px;
  word-break: break-word;
  margin: 15px 0 30px 0;
}

.heroSectionWrap .heroSectionContent .heroSubHead span {
  text-transform: uppercase;
  font-weight: 500;
}

.heroSectionWrap .heroSectionContent .heroListWrapper>ul>li>img {
  height: 60px;
  width: 129px;
  margin: 6px 9px;
}

/* fixed header css */

.heroSectionWrap .heroSectionContent ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #fff;
  width: 103%;
  margin-top: 22px;
  padding: 11px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 31px;
}

.heroSectionWrap .heroSectionContent .clientInfo {
  font-size: 17px;
  font-weight: 500;
}

.heroSectionWrap .heroSectionContent .heroPara {
  font-size: 44px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.figureCountSection {
  margin-bottom: 0px;
  background-color: #f1f1f1;
  padding: 30px 0 30px 0;
}

.figureCountSection h2 {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: auto;
}

.figureCountSection p {
  font-size: 20px;
  margin-bottom: 40px !important;
  display: flex;
  justify-content: center;
  margin-top: 9px !important;
  margin: auto;
}

.figureCountSection p span {
  font-weight: 500;
}

.figureCountSection .tts_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  justify-content: space-between;
  margin-left: -15px;
}

.figureCountSection .figureCountContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.figureCountSection .figureCountContent .figureImgWrapper {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}


.figureCountSection .figureCountContent p {
  font-size: 25px;
  font-weight: 700;
  padding-top: 0px;
  color: #ea2330;
  margin-bottom: 0 !important;
}

.figureCountSection .figureCountContent h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.formButtonWrap {
  display: inherit;
  background-color: rgb(255, 239, 220);
  padding: 2.5rem 3rem;
  border-radius: 0px 0px 4px 4px;
  position: relative;
  margin-top: 20px;
  padding-left: 27px;
}

.formButtonWrap .formSignUp {
  color: #000;
  font-weight: 600;
}

.whyTravelCrmsWrap {
  padding: 80px 0;
  overflow: hidden;
}

.whyTravelCrmsWrap h3 {
  font-weight: 700;
  font-size: 32px;
  color: #001f8d;
  text-transform: capitalize;
}

.whyTravelCrmsWrap .whyTravelMain {
  display: flex;
  margin-top: 25px;
}

.whyTravelCrmsWrap .travelContent {
  color: darkslategrey;
}

.whyTravelCrmsWrap .fa-tag {
  transform: rotate(90deg);
}

.whyTravelCrmsWrap .whyTravelContent .whyTravelMain h4 {
  margin-bottom: 0;
  font-size: 17px;
  opacity: 0.9;
  text-transform: capitalize;
}

.whyTravelCrmsWrap .whyTravelContent .whyTravelMain p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}

.signUpFormWrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.signUpFormWrapper .signUpFormContent {
  margin: 5px auto;
  width: 935px;
  padding: 25px 50px;
  background: #f7f7f7;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.signUpFormWrapper .signUpFormContent h3 {
  font-size: 32px;
  color: #ea2330;
  border-bottom: 1px solid #ea2330;
  padding: 0 45px 15px 45px;
}

.signUpFormWrapper .signUpFormContent form {
  background-color: transparent !important;
}

.signUpFormWrapper .signUpFormContent label {
  padding: 15px 0;
  font-weight: 500;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.signUpFormWrapper .signUpFormContent .signUpField {
  border: 1px solid whitesmoke;
  height: 50px;
  width: 100%;
  padding: 10px 10px;
  -webkit-box-shadow: 0 2px 2px 0 #cdcdcd;
  -moz-box-shadow: 0 2px 2px 0 #cdcdcd;
  -ms-box-shadow: 0 2px 2px 0 #cdcdcd;
  box-shadow: 0 2px 2px 0 #cdcdcd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 17px;
}

.signUpFormWrapper .signUpFormContent .formTerms {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 29px;
}

.signUpFormWrapper .signUpFormContent button {
  cursor: pointer;
  box-shadow: none;
  display: flex;
  margin: auto;
  justify-content: center;
  background: #dcd6d6;
  height: 49px;
  font-weight: 700;
  padding: 16px;
  color: #000;
  width: 250px;
  border: 1px solid #ddd;
}


.heroSectionWrap .carousel-indicators {
  margin: 0 !important;
  justify-content: start;
}

.heroSectionWrap .carousel-indicators button {
  border-radius: 2rem;
  border: none !important;
  height: 5px;
}

.heroSectionWrap .carousel-indicators button.active {
  width: 100px !important;
}

/*===============clients======slider==================*/
.clients {
  padding: 15px 0;
  text-align: center;
  margin: 0px 0 0px 0;
}

.section-bg {
  background-color: #fff;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;

}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

.clients .clients-slick {
  width: 200px !important;
}

.clients .slick-slider {
  background-color: transparent !important;

}

.clients img {
  width: 30% !important;
}

.clients .slick-prev,
.clients .slick-next {
  background-color: none !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}

.slick-prev:before,
.slick-next:before {
  color: #c90201 !important;
  font-size: 30px !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: none !important;
  border: 1px solid transparent;
   !important;
  color: none !important;
}

/*==========services================*/
.services-section {
  background: #f9f1ee url('../../webroot/img/agnet_login.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.services-section .services-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 25px 0;
}

.services-section .service-box {
  transition: ease all 0.5s;
  box-shadow: 1.871px 8.803px 21px 0px rgb(0 0 0 / 18%);
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin: 150px 0 30px;
  height: auto;
  min-height: 120px;
}

.services-section .service-icons .fa {
  transition: ease all 0.5s;
  background: #eeeff1;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
}

.services-section .service-icons .fa {
  color: rgb(242, 166, 2);
  font-size: 25px;
}

.services-section .service-box .service-body {
  margin-left: 20px;
}

.services-section .service-box:hover {
  box-shadow: 1.871px 8.803px 21px 0px rgb(0 0 0 / 60%);
  border-radius: 25px;
}

.services-section .service-box:hover .service-icons .fa {
  background: #014c8e;
}

.services-section .service-box:hover .fa {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .services-section .service-box {
    margin: 0 0 20px;
  }

  .figureCountSection h2 {
    font-size: 30px;
    display: block;
  }

  .figureCountSection p {
    font-size: 16px;
  }

  .header .navbar {
    padding: 0;
  }

  .header {
    height: auto;
  }

  .footer .footer__touch,
  .footer .footer__work {
    border-right: 1px solid transparent;
    padding: 0;
  }

  .whyTravelCrmsWrap .whyTravelMain {
    margin-top: 0px;
  }

  .whyTravelCrmsWrap .travelIcon i {
    margin-top: 0;
  }

  .heroSectionWrap .card-group .card .form-group .forgot_passwd,
  .heroSectionWrap .card-group .card p {
    font-size: 13px;
  }

  .register_form {
    padding: 20px;
  }

  .register_form h4 {
    margin-bottom: 30px;
  }

  .footer__touch,
  .footer_work {
    text-align: left !important;
  }

  .footer .footer__touch {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
  }

  .footer .footer__work {
    text-align: left !important;
  }

  .navbar .navbar-toggler {
    border: transparent;
    border-radius: 0;
    background-color: #013f92;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;

  }

  .navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

}

.valid-feedback {
  font-size: 16px;
  font-weight: 600;
}

.invalid-feedback label {
  cursor: pointer;
  font-size: 16px;
}


/*========= login ==========*/
.login-carousel {
  position: relative;
  z-index: 1;
  height: 100%;
}

/*.login-carousel:before {
    content: "";
    background: linear-gradient(45deg, rgb(58 58 60 / 65%) 0%, rgb(204 157 56 / 73%) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
*/
.login-carousel .carousel-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 450px;
  position: relative;
  z-index: 1;
}

/*.login-carousel .carousel-item:before {
    content: "";
    background: linear-gradient(45deg, rgb(58 58 60 / 65%) 0%, rgb(204 157 56 / 73%) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}*/
/*.login-section{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 65vh;
    padding: 0;
}*/
.login-section {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}

.login-section .loginbtn {
  padding: 6px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background: #f2a03f;
    border: 1px solid #f2a03f;
}

.login-section .loginbtn:hover {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: var(--white);
}

.login-section .card {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.login-section .card .card-body {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.login-section .card .card-body form h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.login-section .card .card-body form h3 span {
  color: #f2a03f;
  margin-right: 10px;
}
.login-section .card .card-body form h3 img{
  width: 40px;
}
.login-section .card .card-body form h3 svg {
  animation: slideDown 1s ease infinite alternate;
  color: var(--second-color);
}

.login-section .card .card-body .form-control {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #ced4da !important;
  border: none;
  outline: none;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 10px 30px 10px 30px
}

.login-section .card .card-body .form-control:focus {
  border-bottom: 2px solid var(--second-color) !important;
  outline: 0;
  box-shadow: none;
}

.symbol-input100 {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  pointer-events: none;
  color: #c5821b;
  transition: all .4s;
}

.btn-show-pass {
  font-size: 15px;
  color: #c5821b;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  transition: all .4s;
}

.login-section .card .card-body .form-group p a {
  color: var(--second-color);
  margin-left: 3px;
  font-size: 12px;
}

.login-section .card .card-body .form-group p a i {
  margin-left: 3px;
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) {

  .login-carousel,
  .login-carousel .carousel-item,
  .login-section {
    height: 100vh !important;
  }
}

/*========= login end ==========*/
.we_accept{
  text-align: center;
}
.we_accept img{
  width: 161px;
    height: 51px;
}
footer {
  background: var(--white);
}

footer .footertop {
  background: var(--second-color);
  padding: 15px 0 15px;
  color: var(--white);
}


footer .footertop ul li {
  line-height: 24px;
  display: inline-block;
  margin-right: 20px;
}

footer .footertop ul li a {
  color: var(--white);
  transition: .3s;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

footer .footertop .social-links a {
  font-size: 18px;
  display: inline-block;
  color: var(--white);
  line-height: 1;
  margin-left: 10px;
  transition: .3s;
}

footer .footerbottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footertop p{
  line-height: 14px;
  font-size: 12px;
}

/*=======footer======*/
/*========Register page start======*/
.Register-page h4{
  margin-bottom: 30px;
  text-align: center;
}
.Register-page .Registerfrom-box {
  background-color: var(--white) !important;
  padding: 30px;
  border-radius: 10px;
}

.Register-page .Registerfrom-box .form-control,
.Register-page .Registerfrom-box .form-select{
  font-size: 15px;
}
.Register-page .Registerfrom-box .input-group-text{
  background-color: #c78548;
  color: var(--white);
  font-size: 13px;
}

.Register-page .Registerfrom-box .form-control:focus,
.Register-page .Registerfrom-box .form-select:focus {
  box-shadow: none;
  outline: 0;
}

.Register-page .btn-star {
  font-size: 18px;
  color: #c78548;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 25px;
  cursor: pointer;
  padding-top: 10px;
  transition: all .4s;
}

.Register-page select.form-select-bg:read-only {
  color: var(--white);
  background: #c78548 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23ffffff" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/8px 10px no-repeat;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.Register-page select.form-select-bg option {
  background-color: var(--white);
  color: var(--second-bg-color);
}

.Register-page .Registerfrom-box .btn-submit {
  background-color:#c78548;
  color: var(--white);
  border-color:#c78548;
}

.Register-page .Registerfrom-box .btn-submit:hover {
  border-color: var(--second-bg-color);
  background-color: transparent;
  color: var(--second-bg-color);
}

/*========Register page end ======*/
.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}




/*=====================register_agency_new==============*/
.register_title{
  text-align: center;
  padding-bottom: 30px;
}
.register_title h2{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
}

.register-wrapper .registerform-section{
  min-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.register-wrapper .registerform-section h3 {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 500;
  color: var(--second-color);
}
.register-wrapper .registerform-section .form-group {
  margin-bottom: 10px;
}
.register-wrapper .registerform-section .form-control, 
.register-wrapper .registerform-section .form-select, 
.register-wrapper .registerform-section .form-label{
  padding: 11px 20px 9px;
  font-size: 16px;
  outline: none;
  height: 45px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ededed;
  width: 100%;
}

.Registerfrom-box .select2-container .select2-selection--single{
  padding: 11px 20px 9px;
  font-size: 16px;
  outline: none;
  height: 45px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ededed;
  width: 100%;
}
.register-wrapper .registerform-section .form-label{
  text-align: center;
  background: #c78548;
  color: #fff;
  margin: 0;
}
.register-wrapper .registerform-section .form-control:focus, 
.register-wrapper .registerform-section .form-select:focus{
  box-shadow: none;
  outline: 0;
}
.register-wrapper .registerform-section select.form-select-bg:read-only {
  text-align: center;
}

.register-wrapper .registerform-section .btn-primary {
  background: #c78548;
}
.register-wrapper .registerform-section .btn {
  box-shadow: none!important;
}
.register-wrapper .registerform-section a.verifybtn{
  padding: 0;
  text-decoration: none;
  color: green;
}
.register-wrapper .registerform-section .btn-lg {
  padding: 0 0px 0;
  line-height: 45px;
}
.register-wrapper .registerform-section .btn-theme {
  position: relative;
  display: inline-block;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  border-radius: 3px;
  width: 100%;
}
.register-wrapper .registerform-section .btn-theme:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}
.register-wrapper .registerform-section .btn-theme:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.register-wrapper .registerform-section .btn-primary:after {
  background: var(--second-color);
}
.register-wrapper .bg-img {
  z-index: 999;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.register-wrapper .info {
  max-width: 650px;
}
.register-wrapper .name_wrap{
  text-align: center;
}
.register-wrapper .name_wrap h1 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
}
.name_wrap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  padding-left: 2px;
}

.register-wrapper .info ul{
    list-style: none;
    padding: 0;
}
.register-wrapper .info ul li {
  padding: 0 0 10px 30px;
  position: relative;
  color: #000000;
  opacity: 0.8;
  font-size: 16px;
}
.register-wrapper .info ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 4px;
  color: var(--second-color);
}


.ourprocuct{
  background-color: #fff;
}
.ourprocuct .icon-box {
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
}
.ourprocuct .icon-box img {
 height: 100%;
 width: 100px;
}
.ourprocuct .icon-box .ourprocuct-content{
  margin-left: 20px;
}
.ourprocuct .icon-box .ourprocuct-content h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
}
.ourprocuct .icon-box .ourprocuct-content p {
  font-size: 16px;
  margin: 0;
}
/*=====================register_agency_new_end==============*/