@font-face {
  font-family: "lato-light";
  src: url(/fonts/lato-light.ttf?bd895b1eb9ced18d8ce652d63a834f41) format("truetype");
}
@font-face {
  font-family: "lato-regular";
  src: url(/fonts/lato-regular.ttf?9d883d540ee2b4de80247a522dd59656) format("truetype");
}
@font-face {
  font-family: "lato-bold";
  src: url(/fonts/lato-bold.ttf?636be8de934918e38ed94b9d68e67fe0) format("truetype");
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff9f5a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ee904d;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "lato-bold";
}

.f-700 {
  font-family: "lato-bold";
}

body {
  font-family: "lato-regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #1e0203;
  background: linear-gradient(to right, #1e0203 0%, #000000 100%);
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .banner_content h1 {
  font-size: 82px;
  background: linear-gradient(270deg, #ffffff 8.89%, rgba(255, 255, 255, 0) 129.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner .banner_content p {
  font-size: 20px;
}
.banner .banner-title {
  position: absolute;
  text-align: center;
}

.connect-with-us {
  position: relative;
  margin: 80px 0;
}
.connect-with-us img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.connect-with-us .connect-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding-left: 210px;
}
.connect-with-us h1 {
  font-size: 36px;
  margin-bottom: 15px;
}
.connect-with-us p {
  margin: 0;
}
.connect-with-us .connect_btn {
  color: #FFf;
  border: none;
  width: 130px;
  padding: 10px 0px;
  background: #401B25;
  font-size: 16px;
  transition: 0.5s;
  margin-top: 20px;
}
.connect-with-us .connect_btn:hover {
  background-color: #FF9F5A;
  color: white;
}
.connect-with-us .gradient-overlay {
  background: linear-gradient(90.99deg, rgba(16, 5, 8, 0.88) 19.99%, rgba(64, 27, 37, 0) 115.47%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.error-message {
  font-size: small;
  color: red;
}

.error {
  font-size: small;
  color: red;
}

.swal2-popup {
  background-color: rgba(1, 1, 1, 0.8509803922) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  display: none !important;
}

.select2-container {
  width: 100% !important;
}

div#exampleModal {
  padding: 0 !important;
}

.modal-content {
  position: relative;
  padding: 30px;
  background-color: #642d3c;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .form-marg {
  margin-bottom: 20px;
}
.modal-content .form-control {
  color: white;
}
.modal-content .form-control::-moz-placeholder {
  color: white;
  font-size: 13px;
}
.modal-content .form-control::placeholder {
  color: white;
  font-size: 13px;
}
.modal-content .form-control {
  background: transparent !important;
  border-radius: 0;
  font-size: 14px;
  font-family: "lato-light";
  border-color: #9c8289 !important;
  box-shadow: none !important;
  color: #fff I !important;
}
.modal-content .btn-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none !important;
}
.modal-content .form-check {
  margin-bottom: 10px;
}
.modal-content .form-check .form-check-input {
  border-radius: 0;
  border-color: white;
  box-shadow: none !important;
}
.modal-content .form-check span {
  color: #ea9bb0;
}
.modal-content .form-check button.register_btn {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 14px;
  text-decoration: underline;
}
.modal-content .btn {
  background-color: #32171f;
  width: 100%;
  color: #fff;
}
.modal-content .btn-u {
  background-color: transparent !important;
  width: 100%;
  color: #fff;
  box-shadow: none !important;
  border: 1px solid #fff;
  text-align: left !important;
  border-radius: 0 !important;
  font-size: 14px;
}
.modal-content .dropdown-toggle::after {
  float: right !important;
  margin-top: 10px !important;
}
.modal-content .form-marg select {
  background: transparent !important;
  border-radius: 0;
  font-size: 14px;
  border-color: #9c8289 !important;
  box-shadow: none !important;
  color: #fff !important;
  width: 100%;
  height: 40px;
}
.modal-content .form-marg select:focus {
  outline: none;
}
.modal-content .form-marg .custom-select option {
  background-color: #32171f;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 0;
  height: 35px !important;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: auto !important;
  top: 14px !important;
  left: auto !important;
  right: 10px;
}

.redtext {
  position: absolute;
  top: 66%;
  color: rgb(244, 2, 2) !important;
}

h1#exampleModalLabel {
  margin-top: 15px;
}

.select2-results__option {
  color: #000 !important;
  font-size: 16px;
}
.select2-results__option:hover {
  color: #000 !important;
}

.main-padding {
  padding-left: 200px;
  padding-right: 200px;
}

.redtext {
  position: absolute;
  top: 5px;
  color: red !important;
}

.service-image .serv-img {
  padding-right: 50px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  max-width: 500px;
}

.cvn-play img {
  width: 14px !important;
}

.para-height {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

.btn.cvnbtnstyls:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1600px) {
  .main-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
  body {
    font-size: 16px;
  }
  .cvn-pad {
    padding-left: 120px;
    padding-right: 120px;
  }
  .banner-title {
    padding: 0px 40px;
  }
  .banner-title h1 {
    font-size: 58px !important;
    margin-top: 50px;
  }
  .connect-with-us .connect-content {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .cvn-bottom {
    padding-bottom: 50px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 38px;
  }
  h5 {
    font-size: 18px;
  }
  .seventy {
    font-size: 55px;
  }
  .owl-sec h4 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .brown-spn {
    width: 80%;
  }
  .brown-spn img {
    width: 113px;
    height: 120px;
  }
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .main-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .connect-with-us .connect-content {
    padding-left: 60px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  .seventy {
    font-size: 50px;
  }
  .cvn-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .brown-spn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .main-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .taxul {
    background-color: #383838;
  }
  .cvn-pad {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .connect-with-us {
    margin: 30px 0;
  }
  .connect-with-us img {
    height: 350px;
  }
  .connect-with-us .connect-content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cvn-pad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cvn-rimg img {
    width: 100%;
  }
  .cvn-limg img {
    width: 100%;
  }
  .order-change-one {
    order: 1;
  }
  .order-change-two {
    order: 2;
  }
  .caro-sq-one img {
    padding: 0px;
  }
  .carrow {
    margin-left: -10px;
    margin-right: -10px;
  }
  .k03 {
    display: none;
  }
  .brown-spn {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .connect-with-us img {
    height: 430px;
  }
  .connect-with-us h1 {
    font-size: 24px;
  }
  .bg01 {
    padding-top: 70px;
  }
  .brown-spn img {
    width: auto;
  }
  .cvn-limg {
    margin-bottom: 40px;
  }
  .cvn-rimg {
    margin-bottom: 40px;
  }
  h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .seventy {
    font-size: 30px;
  }
  .cvn-posi {
    right: 0px;
  }
  .caro-lft {
    border-left: 0px;
    padding-left: 15px;
  }
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .seventy {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .service-image .serv-img {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .serv-contents {
    padding: 0 !important;
  }
  .serv-contents h4 {
    margin: 20px 0 !important;
    font-size: 20px;
  }
  .banner_content img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-title h1 {
    font-size: 40px !important;
    margin-top: 50px;
  }
  .banner-title p {
    font-size: 15px !important;
  }
  .searchplc .col-6 {
    width: 100% !important;
  }
  form.form-strt {
    margin-top: 10px;
  }
  .redtext {
    top: auto;
    bottom: 3px;
  }
}
@media screen and (max-width: 600px) {
  .form-strt {
    display: initial !important;
  }
  .form-btn {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .cvnbtnstyls {
    width: 100% !important;
    padding: 7px 40px;
  }
  .carrow .col-4 {
    width: 100%;
  }
  .caro-sq-two {
    padding-left: 0px;
  }
  .cvnbtnstyl {
    margin-right: 0px;
  }
  h5 {
    font-size: 14px;
  }
  .searchplc h5 {
    margin-bottom: 15px !important;
  }
  .top-logo {
    width: 70%;
  }
  .cvnbtnstyl {
    margin-right: 25px;
  }
  .short .banner-title h1 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .caro-rght {
    width: 100%;
    border: 0px;
  }
  .caro-lft {
    width: 100%;
  }
  .cvn-pad .navbar-brand {
    width: 50%;
  }
  .cvnbtnstyl {
    padding: 10px 25px;
  }
  .bg01 {
    padding-top: 50px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .seventy {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .cvn-posi {
    position: absolute;
    top: 205px;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 370px) {
  .banner-title h1 {
    font-size: 33px !important;
  }
  .banner_content img {
    height: 300px;
  }
}
/*footer style*/
/*footer style*/
