html,
body {
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p,
span,
label,
ul,
li {
  margin-bottom: auto;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  margin-bottom: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-size: 2.5rem;
  line-height: 110%;
}

h3 {
  font-size: 1.875rem;
  line-height: 115%;
}

p {
  font-size: 1rem;
  line-height: 150%;
}

/* mobile */
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.inside_pages #mobHam span {
  background-color: #000000;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}

.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: rgb(141 141 141);
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 0;
  height: 100%;
  width: 350px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(128, 128, 128, 0.5);
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.4s;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  -moz-transition: opacity 0.3s ease-in-out 0.4s;
  -ms-transition: opacity 0.3s ease-in-out 0.4s;
  -o-transition: opacity 0.3s ease-in-out 0.4s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
}

.lMnu .lMnuIns {
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 6rem;
  position: relative;
}

.lMnu ul li {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.lMnu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  width: 100%;
  color: #000000;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.lMnu ul li a.dropdown-item {
  font-size: 1rem;
}

.lMnu ul li.active a,
.lMnu ul li.current_page_item a {
  background-color: rgba(58, 138, 212, 0.151);
  color: #3a8ad4;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background-color: rgba(58, 138, 212, 0.151);
  color: #3a8ad4;
}

.lMnuIns .dropdown-menu {
  position: unset !important;
  border-radius: 0px;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.lMnuIns .dropdown-toggle {
  position: relative;
}

.lMnuIns .dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* mobile */

/* head */
.navbar {
  padding-top: 3.125rem;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar-brand {
  width: 18rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-brand img {
  width: 100%;
  max-width: 100%;
}
.navbar-light .navbar-nav .nav-item {
  margin-right: 2.5rem;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  white-space:nowrap;
}
.navbar-light .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0px;
  background-color: #ffffff;
  left: 0px;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.inside_pages .navbar-light .navbar-nav .nav-link::after {
  background-color: #000000;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.navbar-light .navbar-nav .current_page_item .nav-link::after,
.navbar-light .navbar-nav .nav-link.active::after,
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link:focus::after {
  width: 100%;
}
.mHrad {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  right: 0px;
  display: flex;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #555555 100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.scrollinG .mHrad {
  background: #3a8ad4;
}
.scrollinG .navbar-brand {
  width: 12rem;
}
.scrollinG .navbar {
  padding-top: 0.5rem;
}
.mHrad header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* head */

/* common */
.comBut {
  display: flex;
  border: 2px solid #ffffff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  color: #ffffff;
  padding: 0.8rem 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.comBut:hover {
  color: #00ccff;
  background: #ffffff;
}
.comBut span {
  letter-spacing: 0.01em;
  color: inherit;
  margin-top: auto;
  margin-top: auto;
  font-size: inherit;
  line-height: inherit;
  margin-right: 1rem;
  font-family: inherit;
  white-space:nowrap;
}

.comBut i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.comBut2 {
  border: 2px solid #000000;
  color: #000000;
}
.comBut2:hover {
  color: #00ccff;
  background: #ffffff;
  border: 2px solid #00ccff;
}
.comBut3 {
  border: 2px solid #000000;
  color: #000000;
}
.comBut3:hover {
  color: #3e5ed4;
  background: transparent;
  border: 2px solid #3e5ed4;
}
.comBut32 {
  color: #3a8ad4;
  border: 0px;
}
.comBut32:hover {
  border: 0px;
  color: #3a8ad4;
}
/* common */

/* slider */
.owlHome01 {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.owlHome01Wrp {
}
.owlHome01Wrp h3 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #00ccff;
  display: none;
}
.owlHome01Wrp h2 {
  font-weight: 800;
  font-size: 5rem;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
}

.owlHome .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.owlHome .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owlHome .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/* slider */

.cmnW {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.cmnW2 {
  max-width: 78%;
}



/* section 0 */
.news01 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.news01Head {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 117.19%;
  letter-spacing: 0.01em;
  color: #3a8ad4;
  margin-bottom: 50px;
}
.eachNews {
  background: #e7e7e7;
  position: relative;
  padding: 1.375rem 2rem 1.375rem 1.5625rem;
  display: flex;
  flex-direction: column;
  height: 200px;
  margin-bottom: 1rem;
  text-decoration: none;
}
.eachNews h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 117.19%;
  letter-spacing: 0.01em;
  color: #3a8ad4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: auto;
}

.eachNews p {
  padding-top: 15px;
  font-weight: 800;
  margin-top: auto;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.5px;
  color: #606365;
}
.eachNews i {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: #3a8ad4;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.eachNews:hover i {
  right: 1rem;
}

/* section 0 */
/* section 01 */
.seC01 {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
.seC01L {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seC01R {
  background: #3a8ad4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 3.4375rem 5.625rem 3.4375rem 3.5625rem;
}
.seC01R h4 {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 117.19%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.seC01R p {
  letter-spacing: 0.01em;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
}
.seC01RB {
  margin-top: 2rem;
}
.seC01RC {
  list-style: none;
}
.seC01RC li {
  margin-left: 1.5rem;
}
.seC01RC li:first-child {
  margin-left: 0rem;
}
.seC01RC li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
}
/* section 01 */

/* section 02 */
.seC02 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.seC02T {
  margin-bottom: 6.25rem;
}
.seC02T h2 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #3a8ad4;
  margin-bottom: 2rem;
}
.seC02T p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
  color: #5c727d;
}

.seC02B01 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 26.875rem;
  margin-bottom: calc(var(--bs-gutter-x) / 2);
  display: flex;
  border-radius: 3px;
}
.seC02B02 {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 3.6875rem 1rem;
  background: linear-gradient(180deg, rgba(6, 0, 0, 0) 0%, #000000 86.98%);
  border-radius: 3px;
}
.seC02B02 h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.1875rem;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}
/* section 02 */

/* section 03 */
.seC03 {
  background: #f3f3f3;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.seC03T {
  margin-bottom: 10px;
  margin-top: 2rem;
}
.seC03T h2 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #3e5ed4;
  margin-bottom: 2rem;
}
.seC03T p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
  color: #5c727d;
}
.seC03T h4 {
  margin-top: 2.5rem;
  margin-bottom: 2.1rem;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

.timeLineWrp {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.timeLineWrp01 {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 470px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.timeLineWrp02 {
  height: 220px;
  margin-bottom: 0px;
}
.timeLineWrp02 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center top;
}
.timeLineWrp03 {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.timeLineWrp03 p {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #938383;
  margin-bottom: 10px;
}
.timeLineWrp03 h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.timeLineWrp04 {
  flex: 1;
  display: flex;
}
.timeLineWrp05 {
  flex: 1;
  border-top: 1px solid #e0dddd;
  display: flex;
}
.owlTime {
  position: relative;
  padding-top: 5rem;
}
.owl-carousel.owlTime .owl-dots {
  display: flex !important;
  margin-top: 0px;
  top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}
.owl-carousel.owlTime .owl-dots::before {
  width: 100%;
  height: 3px;
  background: #e0dddd;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.owl-carousel.owlTime .owl-dots {
}
.owl-theme.owlTime .owl-dots .owl-dot {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 20px;
  height: 20px;
  background: #cecccc;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-theme.owlTime .owl-dots .owl-dot.active {
  background: #984a4a;
}
.owl-theme.owlTime .owl-dots .owl-dot button {
  position: absolute;
  background: transparent;
  white-space: nowrap;
  outline: none;
  border: 0px;
  padding-top: 25px;
  font-size: 1.25rem;
  line-height: 110%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* section 03 */

/* section 04 */
.seC04 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.seC04T {
  margin-bottom: 3.125rem;
  margin-top: 2rem;
}
.seC04T h2 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #3e5ed4;
  margin-bottom: 2rem;
}
.seC04T p {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
  color: #5c727d;
}
.seC04T h4 {
  margin-top: 49px;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;

  background: -webkit-linear-gradient(#f23d3d, #a01717);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.owlAchieve01 {
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.owlAchieve01 h4{
    margin-top: 49px;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    background: -webkit-linear-gradient(#f23d3d, #a01717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
margin-bottom:2rem;    
}
.owlAchieve01 img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 17.8125rem;
  max-width: 100%;
  max-height: 100%;
}
.owlAchieve {
  position: relative;
}
.owl-theme.owlAchieve .owl-nav {
  position: absolute;
  margin-top: 0px;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.owl-carousel.owlAchieve .owl-nav button.owl-next,
.owl-carousel.owlAchieve .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  color: #747474;
  padding: 10px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel.owlAchieve .owl-nav button.owl-next:hover,
.owl-carousel.owlAchieve .owl-nav button.owl-next:focus,
.owl-carousel.owlAchieve .owl-nav button.owl-prev:hover,
.owl-carousel.owlAchieve .owl-nav button.owl-prev:focus {
  background: #3e5ed4;
  border: 1px solid #3e5ed4;
  color: #ffffff;
}
.owl-carousel.owlAchieve .owl-nav button.owl-next {
  right: 0px;
}
.owl-carousel.owlAchieve .owl-nav button.owl-prev {
  left: 0px;
}
/* section 04 */

/* section 05 */
.seC05 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.seC05T {
  margin-bottom: 4.6875rem;
  margin-top: 2rem;
}
.seC05T h2 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 2rem;
}
.owlTesti {
}
.owl-carousel.owlTesti .owl-stage {
  display: flex;
}
.owl-carousel.owlTesti .owl-item {
  /*display: flex; */
}

.testCard {
  background: #ffffff;
  width: 100%;/*
  height: 100%;*/
  box-shadow: 0px 10px 31px rgba(7, 152, 255, 0.09);
  border-radius: 2px;
}
.testCardWrp {
  padding: 3.125rem 2.8125rem;
}
.testCardImg {
  width: 45px;
  height: 45px;
}
.testCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testCardHead {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}
.testCardHead h4 {
  font-size: 1.125rem;
  line-height: 1;
  color: #222222;
  margin-bottom: 5px;
}
.testCardHead p {
  font-size: 13px;
  line-height: 1;
  color: #5c727d;
}
.testCardTail {
  margin-top: 25px;
}
.testCardTail p {

  font-size: 1rem;
  line-height: 160%;
  color: #5c727d;
	margin-bottom:12px;
}
.owlTesti.owl-theme .owl-dots .owl-dot span {
  height: 6px;
  width: 6px;
}
/* section 05 */

/* section 06 */
.seC06 {
  padding-top: 3.125rem;
  padding-bottom: 6rem;
}
.seC06T {
  margin-bottom: 4.6875rem;
  margin-top: 2rem;
}
.seC06T h2 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #00ccff;
  margin-bottom: 2rem;
}
.seC06T p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
  color: #5c727d;
}
.seC06A {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 2px 0px 0px 2px;
}
.seC06B {/*
  background: linear-gradient(180deg, #00ccff 0%, #8f65ba 100%);*/
  padding: 2.8125rem 2.0625rem 3.4375rem 2.0625rem;
  border-radius: 0px 2px 2px 0px;
    background-color: #dcdcdc;
}
.seC06B h4 {
  font-size: 1.5625rem;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 700;
    color: #3e5ed4;
}

.seC06B01 {
  padding-top: 20px;
  padding-bottom: 45px;
}
.seC06B01A {
  display: flex;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  border: 1px solid #ffffff;
}
.seC06B01A::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  content: "";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.seC06B01A::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background: #000000;
   background:#3e5ed4;
  bottom: -2px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.seC06B01A:hover::after {
  width: 100%;
}
.seC06B01B {
  display: flex;
  flex: 1;
  padding: 1.625rem 1.75rem;
  
  padding: 0.5rem 0.5rem;
}
.seC06B01B h3 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #7c7a7a;
}
.seC06B01C {
  display: flex;
  flex: 1;
  padding: 1.625rem 1.75rem;
  padding: 0.5rem 0.5rem;
  padding-right: 0.625rem;
}
.seC06B01C h5 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  margin-left: 0px;
  margin-right: auto;
  align-items: left;
  text-align: left;
  color: #5c727d;
  white-space:nowrap;
}
.seC06B01C i {
  margin-top: auto;
  margin-bottom: auto;
  color: #00ccff;
  padding-right: 1.875rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.seC06B01A:hover .seC06B01C i {
  padding-right: 1.25rem;
}
/* section 06 */

/* footer */
footer {
  background: #1f1f1f;
}
.footer_wrp {
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  list-style: none;
}
.footer_wrp li {
  padding: 5px 10px;
}
.footer_wrp li a {
  font-size: 14px;
  line-height: 22px;
  color: #bbbbbb;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}
/* footer */

.seCMessage {
}
.seCMessageWrp {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.seCMessageHead {
}
.seCMessageHead h2 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  color: #3a8ad4;
  margin-bottom: 2.5rem;
}
.seCMessageWrp01 {
  padding: 1rem 1.5rem 1rem 2.6rem;
  width: 100%;
}
.seCMessageWrpImg {
  width: 100%;
  margin-bottom: 1.5rem;
  max-width: 100%;
  height:17rem;
}
.seCMessageWrpImg img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.seCMessageWrp02 {
}
.seCMessageWrp02 h4 {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.seCMessageWrp02 h5 {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.seCMessageB {
  padding: 1rem 2.5rem 1rem 1.5rem;
}
.seCMessageB p {
  margin-bottom: 13px;
  letter-spacing: 0.01em;
  color: #747474;
}

/* conatct */
.inside_pages {
  padding-top: 150px;
}
.inside_pages .mHrad {
  background: #ffffff;
}
.inside_pages .navbar-light .navbar-nav .nav-link {
  color: #000000;
}
/* conatct */
.inner_header {
}
.inner_header_l {
  height: 28.875rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner_header_r {
  display: flex;
  position: relative;
}
.inner_header_r01 {
  margin: auto;
}
.inner_header_r01 h4 {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.8125rem;
  line-height: 130%;
  text-align: center;
}
.inner_header_r02 {
  position: absolute;
  bottom: 4.8125rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* conatct 02 */
.contact_wrp {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.leftTaber {
  padding-top: 2rem;
}
.leftTaberUl {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 50px;
  display: block;
  width: 232px;
}
.leftTaberUl li {
  display: flex;
}
.leftTaberUl li a {
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 130%;
  color: #959799;
  position: relative;
  display: flex;
  padding: 10px 16px 10px 0px;
  text-decoration: none;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.leftTaberUl li a span {
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
}
.leftTaberUl li a i {
  margin-top: auto;
  margin-bottom: auto;
}
.leftTaberUl li a::after {
  height: 1px;
  background: #959799;
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.leftTaberUl li a.active,.leftTaberUl li.current_page_item a  {
  color: #000000;
}
.leftTaberUl li a.active i,.leftTaberUl li.current_page_item a i {
  color: #3e5ed4;
}
.leftTaberUl li a.active::after,.leftTaberUl li.current_page_item a::after {
  background: #3e5ed4;
  height: 3px;
  bottom: -1px;
}

.msgBox {
  /*border: 1px solid #c4c4c4;*/
  box-sizing: border-box;
  padding: 2rem 1rem;
  flex: 1;
}
.msgBoxIn {
  position: relative;
  padding-top: 3rem;
  margin: auto;
}
.msgBoxIn::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: "";
  width: 4.375rem;
  height: 2.625rem;
  background-image: url(../images/qq.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.msgBoxIn h3 {
  font-size: 1.25rem;
  line-height: 135.69%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #3e5ed4;
  max-width: 18.125rem;
  margin-left: auto;
  margin-right: auto;
}
.msgBox__3 .msgBoxIn::before{display:none;}
.contactForms {
}
.contactFormsTop {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contactFormsTop h4 {
  font-size: 1.25rem;
  line-height: 110%;
  color: #5c727d;
}
.contactForms label {
  font-size: 1rem;
  line-height: 110%;
  color: #5c727d;
  font-family: "Nunito Sans", sans-serif;
}
.contactForms input.form-control,.contactForms textarea.form-control {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  color: #3e5ed4;
  border: 1px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 12px 12px;
  outline: none;
  box-shadow: none;
}

.contactForms span.form-control{border:0px;padding-left:0px;}
.contactForms span.form-control span.first{margin-left:0px;}
.contactForms input.form-control:hover,
.contactForms input.form-control:focus,
.contactForms textarea.form-control:hover,
.contactForms textarea.form-control:focus {
  border: 1px solid #3e5ed4;
}
.contactForms .select2 {
  width: 100% !important;
}
.contactForms .select2-container--default .select2-selection--single {
  border: 1px solid #b8b8b8;
  height: auto;
}
.contactForms
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 12px 12px;
  font-size: 1.125rem;
  line-height: 120%;
  color: #3e5ed4;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.contactForms
  .select2.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #3e5ed4;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 10px;
  height: 10px;
  border-color: transparent #3e5ed4 #3e5ed4 transparent;
  margin: auto;
  border-width: 2px;
  right: 1rem;
  left: auto;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 2px;
  border-color: transparent #3e5ed4 #3e5ed4 transparent;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -moz-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  -o-transform: translateY(-50%) rotate(-135deg);
}

.contactBtn {
  position: relative;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: #3e5ed4;
  border: 2px solid #3a8ad4;
  box-sizing: border-box;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 120%;
  padding: 12px 12px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contactBtn2 {
  background: #15416a;
  border: 2px solid #15416a;
}

.contactBtn i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contactBtn:hover {
  background: #ffffff;
  color: #3e5ed4;
}
.contactBtn2:hover {
  background: #ffffff;
  color: #15416a;
}
.contactBtn:hover i {
  right: 1rem;
}

.map_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.map_section01 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.map_section01 iframe {
  width: 100%;
  min-height: 400px;
  margin: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px;
  display: block;
}
.map_section02 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 4.875rem 4.5rem;
}
.map_section02 h4 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 117.19%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.map_section02 p,
.map_section02 a {
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 110%;
  color: #ffffff;
}

.map_section02 a {
  text-decoration: none;
  margin-bottom: 5px;
}
/* conatct 02 */

/* message */
.data-Box {
  padding-top: 2rem;
}
.data-Box h4 {
  font-size: 1.25rem;
  line-height: 135.69%;
  letter-spacing: 0.01em;
  color: #747474;
  margin-bottom: 1rem;
}
.data-Box p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 135.69%;
  letter-spacing: 0.01em;
  color: #747474;
}
.data-Box li {
  font-size: 1rem;
  line-height: 135.69%;
  letter-spacing: 0.01em;
  color: #747474;
  margin-bottom: 5px;
}

.data-Box ul {
  margin-bottom: 1rem;
}

/* message */
.reso__01{ display:flex;flex-direction:column; height:18.4375rem; background:#061D63;margin-bottom:.8rem; margin-top:0.8rem;text-decoration:none; 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;}
.reso__01:hover{margin-bottom:1rem; margin-top:0.6rem;}
.reso__02{height:10.4375rem;background:#C4C4C4;}
.reso__02 img{height:100%;width:100%;object-position:center;object-fit: cover;max-width:100%;max-height:100%;}
.reso__03{flex:1;width:auto;display:flex; width:calc(100% - 50px);}
.reso__03 h3{
    font-weight:700;
    font-size: 1.5625rem;
line-height: 160%;
color: #FFFFFF;margin-bottom:0px; 
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;}
.reso__03 h4{
    margin-bottom:0px;
    font-weight:700;
    font-size: 1rem;
line-height: 1.2;
color: #8EA8C6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;}
.reso__05{flex:1;width:100%;padding:0px 2.4375rem; max-width:100%; overflow:hidden;}
.reso__04{width:50px;min-width:50px;}
.reso__04 i{color:#3E5ED4;}
.reso__06{max-width:100%;width:100%;}
.reso__03 .d-block{overflow-x:hidden;}

.msgBoxIn__0 h3 {
  max-width: 30rem;
  margin-bottom: 10px;
}
.depart__0 {
}
.depart__0 h3 {
  font-weight: 800;
  font-size: 2.1875rem;
  line-height: 130%;
  color: #3a8ad4;
}
.depart__0 p {
  font-size: 1rem;
  line-height: 135.69%;
  letter-spacing: 0.01em;
  color: #747474;
  margin-bottom: 10px;
}
.dpt__0 {
  display: flex;
  flex-direction: column;
  height: 26.375rem;
  text-decoration: none;
  margin-top:8px;
  margin-bottom:8px;
}
.dpt__1 {
  height: 18.5625rem;
}
.dpt__1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.dpt__2 {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.dpt__3 {
}

.dpt__3 h4 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
  color: #747474;
}
.dpt__4 i {
  font-size: 2rem;
  line-height: 150%;
  color: #747474;
}

.inner_header_r01 h4 a {
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0.5px;
  color: #00ccff;
  display: flex;
}

.inner_header_r01 h4 a i {
  font-size: 2rem;
}

.dptI__0 {
}
.dptI__0 p {
  font-size: 1.25rem;
  line-height: 160%;
  margin-bottom: 10px;
}
.dptI__0 h4 {
  font-size: 1.25rem;
  line-height: 160%;
  margin-bottom: 10px;
  font-weight: 800;
}
.dptI__0 img {
  max-width: 100%;
  height: auto;
}
/*gallery*/
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc{    font-size: 1.5rem!important;height:auto;
    line-height: 160%;text-decoration:none;}
ul.ngg-breadcrumbs > li{ font-size: 1.5rem!important;height:auto;
    line-height: 160%;text-decoration:none;
    text-transform: capitalize;}
ul.ngg-breadcrumbs > li a{text-decoration:none;    }
.eachArwFull{margin-top:40px;}
.eachArw{text-decoration:none; margin-right:15px; font-size:25px;padding:5px;}
/*gallery*/

