@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200&family=Roboto:wght@300;400;500;700&display=swap");
:root {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.625rem;
  position: relative;
  background: #ffffff;
  color: #5a5a5a;
}

.full-height {
  min-height: 100vh;
}

/*--------custom button------*/
.btn-custom-primary {
  background-color: #cc3019;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-box-shadow: 0 15px 20px -5px #cc30195c;
          box-shadow: 0 15px 20px -5px #cc30195c;
}

.btn-custom-primary i {
  margin-left: 1rem;
}

.btn-custom-primary.btn-lg {
  padding: 1.25rem 1.875rem;
}

.btn-custom-primary:hover,
.btn-custom-primary:active,
.btn-custom-primary:focus,
.btn-custom-primary:visited {
  background-color: #be1b17;
  color: #ffffff;
}

.btn-custom-primary:hover i,
.btn-custom-primary:active i,
.btn-custom-primary:focus i,
.btn-custom-primary:visited i {
  margin-left: 1rem;
}

.btn-custom-primary:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*----------header---------*/
header .banner-section-full {
  position: absolute;
  padding: 0;
  background-image: url(../images/banner-bg-main.jpg);
  background-position: left center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

header .banner-mask {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  top: 0;
  z-index: -1;
  height: 100vh;
  position: absolute;
  width: 60%;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4B76A2), to(#28888E));
  background: linear-gradient(180deg, #4B76A2 0%, #28888E 100%);
}

header .custom-nav a {
  color: #ffffff;
}

header .custom-nav a:hover {
  color: #ffffff;
}

header .banner-content {
  height: calc(100vh - 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .banner-content h1 {
  font-size: 3.5rem;
  line-height: 5.25rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

/*--------------*/
.all-section {
  padding: 8rem 0;
}

/*----------how it works------------*/
.how-it-works h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #0284d3;
  margin-bottom: 5rem;
  font-family: "Poppins", sans-serif;
}

.how-it-works .works-main .step {
  background-color: #535aa2;
  top: 0;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.9375rem #00000026;
          box-shadow: 0.125rem 0.1875rem 0.9375rem #00000026;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  line-height: 1.875rem;
  right: 0;
  height: 1.875rem;
  position: absolute;
  text-align: center;
  width: 1.875rem;
}

.how-it-works .works-main h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0284d3;
  margin-bottom: 2rem;
}

.how-it-works .works-main .icon-wrap {
  background: #4f80ad;
  width: 115px;
  height: 115px;
  border-radius: 70px;
  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;
  margin-bottom: 2.5rem;
  position: relative;
}

/*------about us----*/
.about-section {
  background: rgba(75, 118, 162, 0.29);
}

.about-section h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #0284d3;
  margin-bottom: 5rem;
  font-family: "Poppins", sans-serif;
}

.about-section h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0284d3;
  margin-bottom: 2rem;
}

/*---------services----------*/
.services-section a {
  color: #0284d3;
  text-decoration: none;
}

h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #0284d3;
  margin-bottom: 5rem;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0284d3;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0284d3;
  margin-bottom: 2rem;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.service-thumbnail {
  -webkit-box-shadow: 2px 8px 30px #5c68981a;
          box-shadow: 2px 8px 30px #5c68981a;
  -webkit-transition: -webkit-box-shadow ease .25s;
  transition: -webkit-box-shadow ease .25s;
  transition: box-shadow ease .25s;
  transition: box-shadow ease .25s, -webkit-box-shadow ease .25s;
  background-color: #ffffff;
}

.service-thumbnail:hover {
  -webkit-box-shadow: 2px 8px 10px 0px #5c68984d;
          box-shadow: 2px 8px 10px 0px #5c68984d;
  -webkit-transition: -webkit-box-shadow ease .25s;
  transition: -webkit-box-shadow ease .25s;
  transition: box-shadow ease .25s;
  transition: box-shadow ease .25s, -webkit-box-shadow ease .25s;
}

.service-thumbnail:hover .service-box__icon img {
  right: 0;
  bottom: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.service-thumbnail__media {
  overflow: hidden;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  margin-bottom: 30px;
}

.service-thumbnail__media img {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.service-thumbnail__media:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

.service-thumbnail__info {
  position: relative;
  margin: 0 24px 0 24px;
  padding-bottom: 30px;
  padding-left: 67px;
}

.service-box__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #4a76a121;
  border-radius: 50%;
}

.service-box__icon img {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  position: absolute;
  right: -6px;
  bottom: -6px;
  color: #FF6229;
}

#contact .all-section {
  padding: 0rem 0rem;
}

.contact-section {
  background-size: cover;
  background-position: center;
}

.contact-section .cnt-box {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.9375rem #00000026;
          box-shadow: 0.125rem 0.1875rem 0.9375rem #00000026;
  margin-top: -3.125rem;
  position: relative;
}

.map-section {
  position: relative;
  height: 20rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a76a154), to(#29888f47));
  background: linear-gradient(#4a76a154, #29888f47);
}

.overlay_n {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #46799f;
  bottom: 0;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a76a154), to(#29888f47)), url(../images/contact-bg.png);
  background: linear-gradient(#4a76a154, #29888f47), url(../images/contact-bg.png);
  background-size: cover;
}

.font-weight-bold {
  font-weight: bold;
}

.form-control {
  border: 0;
  -webkit-box-shadow: 0 0 0 0.125rem #00000066;
          box-shadow: 0 0 0 0.125rem #00000066;
  border-radius: 0.125rem;
  padding: 0.5625rem 0.75rem;
}

.form-group label {
  font-size: .8125rem;
}
/*.form-control.error input{
    border-color:#FF5733;
}*/
.form-group small {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-group.error small {
    visibility: visible;
    color: #FF5733;
}
small {
    color: #FF5733;
}
.form-group.error label{

}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.nav-fixed {
  position: fixed;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 12px #5e5e5e1a;
          box-shadow: 0px 8px 12px #5e5e5e1a;
}

.nav-fixed .nav-link {
  color: #4773a0 !important;
}

/*-----switch---*/
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem;
  /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem;
  /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem;
  /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
/*# sourceMappingURL=style.css.map */

select.form-control {
    -webkit-appearance: menulist;
}


.hide {
    display: none
}
.error {
    color: red;
    font-size: 14px;
    margin-top: 6px;
    display: block
}

.required:after {
    content: " *";
    color: red;
}
.text-align-center {
    text-align: center;
}
.all-section-new {
    padding: 2rem 0;
}
.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

#failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}
  