@font-face {
  font-family: "Gilroy-Regular";
  src: url(../font/gilroy/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url(../font/gilroy/Gilroy-Bold.ttf);
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(../font/gilroy/Gilroy-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-Light";
  src: url(../font/gilroy/Gilroy-Light.ttf);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}
body {
  background-color: #f3f3f3;
}
img,
video {
  display: block;
  max-width: 60%;
  height: auto;
  object-fit: cover;
}
.section.banner-section {
  padding: 10rem 0 8rem;
  /* background-image: url("./images/hero-bg.png"); */
  background-size: 100%;
  background-position: bottom center;
  background-color: #676e8d;
}
.section {
  margin: 0 auto;
  padding: 7rem 0 7rem;
}
a:hover {
  color: white !important;
  opacity: 0.8 !important;
}
button:hover {
  opacity: 0.8 !important;
}
.navbar-toggler-icon {
  background-image: url("./images/bars.png");
}
.heading-xl {
  font-family: "Gilroy-Medium";
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
  color: white;
}

.heading-lg {
  font-family: inherit;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.paragraph {
  font-family: "Gilroy-Medium";
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  opacity: 0.65;
}
.hero-btn {
  font-family: "Gilroy-Semibold";
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  color: #e95a50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  background-color: transparent;
  border: none;
  outline: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.header.on-scroll {
  background: #365e78;
}
.navbar {
  background-color: transparent;
}
.navbar li a {
  color: white;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}
.navbar li {
  align-self: center;
}
.navbar li a.nav-btn {
  font-family: "Gilroy-Regular";
  padding: 12px, 40px, 12px, 40px;
  border-radius: 7px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  background: #e95a50;
  width: 148px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-image {
  position: relative;
  z-index: 5;
}
.banner-img-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -41px;
  right: -38px;
}

/* ///////////////////form section///////////////// */

.banner-img-wraper video {
  width: 100% !important;
  border-radius: 10px;
  box-shadow: -3px 6px 18px 0px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
}
.banner-img-wraper video:hover {
  filter: brightness(0.5);
}
video::-webkit-media-controls-volume-slider {
  display: none;
}
video::-webkit-media-controls-current-time-display {
  display: none;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
video::-webkit-media-controls-time-remaining-display {
  display: none;
}
video::-webkit-media-controls-mute-button {
  display: none;
}
video::-webkit-media-controls-play-button {
  display: none;
}
video::-webkit-media-controls-timeline {
  display: none;
}
/*  */
.form-img img.form-main-img {
  max-width: 400px;
  height: 455px;
}
.form-img-content {
  max-width: 400px;
}
.form-img-content p {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 10px;
}
.form-ring-div {
  background: #365e78;
  box-shadow: 0px 62px 64px -10px #0117301e;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  top: 70px;
  left: -45px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-ring-div p {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
  opacity: 0.7;
  color: white;
}
.form-ring-div h5 {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  color: white;
}
.form-div {
  background-color: white;
  padding: 50px;
  box-shadow: 0px 20px 90px 1px #2222220d;
  border-radius: 12px;
}
.form-div p {
  font-family: "Gilroy-Semibold";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: left;
  color: rgb(54 94 120);
  margin-bottom: 40px;
}
.form-div form input {
  background: #fcfcfc;
  border: 0.5px solid #c0c0c0;
  font-family: "Gilroy-Regular";
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #001560;
  margin-bottom: 30px;
}
.form-div form .form-btn {
  width: 100%;
  padding: 12px 40px 12px 40px;
  border-radius: 7px;
  font-family: "Gilroy-Bold";
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-align: center;
  color: white;
  background: #e95a50;
}

/* ///////// testimonial section ////////// */

.testimonial-section {
  background-color: #365e78;
  overflow: hidden;
}
.slider-content {
  align-self: center;
}
.slider-content h5 {
  font-family: "Gilroy-Medium";
  font-size: 27px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  color: #939393;
  margin-bottom: 25px;
}
.slider-content h2 {
  font-family: "Gilroy-Bold";
  font-size: 55px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: left;
  color: #e95a50;
  margin-bottom: 25px;
}
.slider-content p {
  font-family: "Gilroy-Regular";
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #e7e7e7;
  max-width: 550px;
}
.slider-right-img img.slider-main-img {
  width: 80%;
  z-index: 5;
  position: relative;
}
.slider-right-img .slider-dots-img {
  position: absolute;
  right: -10px;
  top: -10px;
}
.slider-right-img .slider-bg-img {
  position: absolute;
  left: -40px;
  bottom: 0px;
  height: 85%;
}
.carousel-control-prev {
  left: -80px;
}
.carousel-control-prev-icon {
  background-image: url("./images/prev.png");
  width: 55px;
  height: 55px;
}
.carousel-control-next-icon {
  background-image: url("./images/next.png");
  width: 55px;
  height: 55px;
}
.carousel-control-next {
  right: -80px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 60px;
  height: 50px;
  top: 50%;
}
/* //////////////////// card section/////////// */

.card-main .main-para {
  font-family: "Gilroy-Medium";
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
}
.card-inner-wraper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.card-conent-sec {
  background-color: white;
  min-width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 230px;
  border-radius: 10px;
}
.card-conent-sec p {
  margin-top: 20px;
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  color: #365e78;
  margin-bottom: 0px;
  width: 180px;
}


/*.card-main .main-para {*/
/*  font-family: "Gilroy-Medium";*/
/*  font-size: 25px;*/
/*  font-weight: 400;*/
/*  line-height: 35px;*/
/*  letter-spacing: 0px;*/
/*  text-align: center;*/
/*  border-radius: 10px;*/
/*}*/
/*.card-inner-wraper {*/
/*  display: flex;*/
/*  gap: 20px;*/
/*}*/
.card-conent-sec {
  /* background-color: white;
  min-width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 185px;
  border-radius: 10px; */
}
/* .card-conent-sec p {
  margin-top: 20px;
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  color: #68d585;
  margin-bottom: 0px;
} */
/* ////////////////////// */
/* footer section */
footer {
  background: #365e78;
  padding: 1px 50px 15px;
  text-align: center;
}
footer a {
  font-family: "Gilroy-Regular";
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #00c2ff;
  text-decoration: underline;
  margin-bottom: 50px;
  display: block;
}
footer p {
  font-family: "Gilroy-Regular";
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
footer p span {
  font-family: "Gilroy-Semibold";
  color: #ffffff;
}

/*new media query*/

/* New */
.AboutSec_Wrap{

}
.AboutSec_Wrap .AboutSec_Inner{
  
}
.AboutSec_Wrap .AboutSec_Inner .card-conent-sec .Numbering h4{
  background-color: #fff;
  color: #365e78;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  box-shadow: 0 0px 23px #c1c0c0;
  position: relative;
  font-family: "Gilroy-Bold";
}
.AboutSec_Wrap .AboutSec_Inner .card-conent-sec .Numbering h4 span{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #e95a50;
  top: -7px;
  left: -1px;
  border-radius: 50%;
}
.AboutSec_Wrap .AboutSec_Inner .card-conent-sec .Txt_Detail{
  margin-top: 2rem;
}
.AboutSec_Wrap .AboutSec_Inner .card-conent-sec .Txt_Detail h3{
  font-family: "Gilroy-Bold";
  color: #365e78;
}
.AboutSec_Wrap .AboutSec_Inner .card-conent-sec .Txt_Detail p{
  font-family: "Gilroy-Light";
  color: #958f8f;
  font-size: 14px;
}
.AboutSec_Wrap .AboutSec_Inner .card-inner-wraper{
  margin-bottom: 5rem;
}
.Welcome_div h2 {
  font-family: "Gilroy-Bold";
  font-size: 38px;
  color: #365e78;
  margin-bottom: 2rem;
}
.Welcome_div p{
  font-family: "Gilroy-Light";
  color: #958f8f;
}
@media (min-width: 1920px) {
  /* For 1920 */
}
@media (max-width: 1919.98px) {
  /* For 1670 */
}
@media (max-width: 1679.98px) {
  /* For 1560 */
}
@media (max-width: 1559.98px) {
  /* For 1440 */
}
@media (max-width: 1439.98px) {
  /* For 1366 */
}
@media (max-width: 1365.98px) {
  /* For 1280 */
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1151.98px) {
  /* For 1024 */
}
@media (max-width: 1023.98px) {
  /* For 992 */
}
@media (max-width: 991.98px) {
  .navbar-nav {
    background: #365e78;
    padding: 20px;
    border-radius: 8px;
  }
  .section {
    padding: 4rem 0 4rem;
  }
  footer {
    padding: 30px 20px 50px;
  }
  footer p,
  footer a {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .card-main .main-para br {
    display: none;
  }
  .card-main .main-para {
    font-size: 20px;
  }
  /* .card-inner-wraper {
    justify-content: center;
    gap: 30px;
  } */
  .card-conent-sec {
    min-width: 300px;
  }
  .slider-right-img img.slider-main-img {
    width: 65%;
    height: 401px;
    object-fit: unset;
    margin: auto;
  }
  .slider-right-img .slider-dots-img {
    right: 32px;
    top: 17px;
  }
  .slider-right-img .slider-bg-img {
    left: 13px;
    height: 75%;
  }
  .slider-content {
    margin-bottom: 30px;
  }
  .slider-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-content h2 {
    font-size: 40px;
  }
  .slider-content p {
    font-size: 18px;
  }
  .form-div {
    padding: 30px;
    margin-top: 30px;
  }
  .form-img img.form-main-img {
    width: 85%;
    margin: auto;
    height: 427px;
    object-fit: unset;
  }
  .form-img-content {
    max-width: 100%;
  }
  .form-img-content p {
    text-align: center;
    font-size: 18px;
  }
  .form-ring-div {
    left: 10px;
  }
  .heading-xl {
    font-size: 35px;
    line-height: 45px;
  }
  .paragraph {
    font-size: 18px;
  }
  .paragraph br {
    display: none;
  }
  .banner-image {
    max-width: 90%;
  }
  .banner-img-wraper {
    margin-top: 50px;
  }
  .banner-img-dots {
    width: 150px;
    height: 150px;
    top: -35px;
    right: 0px;
  }
  .section.banner-section {
    padding: 7rem 0 4rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 0%;
  }
  .carousel-control-prev {
    right: 110px;
    left: unset;
  }
  .carousel-control-next {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
  .carousel-control-prev {
    right: 80px;
    left: unset;
  }
  .carousel-control-next {
    right: 20px;
  }
}
@media (max-width: 413.98px) {
}
@media (max-width: 374.98px) {
  /* For 360 */
}
@media (max-width: 359.98px) {
}
