@import url("https://fonts.googleapis.com/css2?family=Aboreto&amp;family=Josefin+Sans:wght@100;400&amp;family=Monoton&amp;family=Montserrat:wght@500&amp;family=Mr+Dafoe&amp;family=Poppins&amp;family=Quicksand:wght@700&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "poppins";
}
body {
  max-width: 100vw;
  font-family: "Poppins";
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4f9fc;
}

/* .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    color: #2f4d5a;
    z-index: 2;
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    background: url(../img/section-title-bg2.png) no-repeat;
    z-index: -1;
  } */
.heading_common-2 h1 {
  text-align: center;
  font-size: 4vh;
  font-weight: 300;
  color: rgb(3, 112, 128);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px 1fr;
  -ms-grid-columns: 1fr 20px max-content 20px 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -ms-grid-rows: 27px 20px 0;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading_common-2 h1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.heading_common-2 h1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.heading_common-2 h1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.heading_common-2 h1 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.heading_common-2 h1 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.heading_common-2 h1 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.heading_common-2 h1:after,
.heading_common-2 h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #4fa1ff;
  border-top: 1px solid #4fa1ff;
  height: 5px;
  background-color: #f8f8f8;
}
.heading_common-1 h3 {
  font-size: 48px;
  line-height: 56px;
  color: #037080;
  font-family: "Aboreto";
  z-index: 2;
}

.heading_common-1 h5 {
  font-family: "Josefin Sans";
  font-weight: 500;
  color: rgba(0, 50, 81, 0.878);
  z-index: 1;
  font-size: 20px;
}

.heading_common-1 h1 {
  position: absolute;
  letter-spacing: 2.4px;
  color: #03708014;
  top: 17vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 24px;
  font-size: 97px;
  z-index: 0;
  font-family: "Mr Dafoe";
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .heading_common-1 h1 {
    font-size: 10vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .heading_common-1 h1 {
    top: 7%;
  }
}
@media screen and (max-width: 650px) {
  .heading_common-1 h3 {
    font-size: 9vw;
    line-height: 56px;
  }

  .heading_common-1 h1 {
    font-size: 13vw;
    top: 8%;
  }
  .heading_common-2 h1 {
    font-size: 3vh;
  }
}
@media screen and (max-width: 515px) {
  .heading_common-1 h1 {
    font-size: 17vw;
    top: 5%;
  }
}

.section-title p {
  margin-bottom: 0;
  padding: 0px 14px;
}
/* ==========scroll bar=======*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #338bff;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1379ff;
}

.blur-bg {
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* padding: 2vw; */
  border-radius: 3vw;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
