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

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 {
  border: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 5000s ease-in-out 0s;

}

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

.error-message {
  top: unset;
  width: 100%;
  position: relative !important;
}

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

.header {
  background-color: #dd861526 !important;
  box-shadow: 0 1px 5px 0 #0000001a;
}

.navbar .nav-item .nav-link {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.navbar .navbar-brand img {
  width: 200px;
}

.navbar .nav-item .nav-link img {
  max-width: 20px;
  filter: brightness(0) invert(1);
}

.heroSectionWrap {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../webroot/img/rrrrrr.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*  background-image: linear-gradient(248deg, rgb(67, 35, 70) 100%, rgba(30, 36, 95, 0.88) 1%);*/
  height: 100%;
  /*    border-radius: 0px 0px 50% 50% / 60px;*/
  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: 40px;
  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: #0a2960;
  color: #fff;
  font-weight: 400;
  width: 100%;
}

.Registration-section .register_submit {
  background-color: #c82e29;

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

.Registration-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*.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: capitalize;
  color: #17a4e5 !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: #000;
  font-weight: 500;
}

.heroSectionWrap .card-group .card .form-group .btn-link:hover {
  color: #000;
  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: #141448;
  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: #17a4e5;
  color: #ffffff;
  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: #000;
  text-transform: capitalize;
}

.whyTravelCrmsWrap h3 span {
  color: #17a4e5;
}

.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: transparent;
    color: #000;


  }

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




/*=========sinup====*/
.Registration-section form {
  background: #fff !important;
  border-radius: 10px;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.Registration-section .registration-title {
  text-align: center;
  padding-bottom: 30px;
}

.Registration-section .registration-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2865af;
}

.Registration-section .registration-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.Registration-section .registration-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2865af;
  bottom: 0;
  left: calc(50% - 20px);
}

.Registration-section .symbol-input100 {
  font-size: 15px;
  color: #aaa;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 200;
  height: 100%;
  top: 0;
  right: 10px;
  padding: 0 5px;
  cursor: pointer;
  transition: background .4s;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.Registration-section .register_btn {
  background-color: #2865af;
}

@media only screen and (max-width: 600px) {
  .Registration-section form {
    padding: 20px !important;
  }

  .Registration-section .registration-title h2 {
    font-size: 25px;
  }
}

.Registration-section .form-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545 !important;
  display: block;
}

/*=========sinup====*/
.symbol-input100 {
  font-size: 15px;
  color: #aaa;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 200;
  height: 100%;
  top: 0;
  right: 10px;
  padding: 0 5px;
  cursor: pointer;
  transition: background .4s;
}