@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap");
select option, .one-side-image .content-container .footer-form ::-webkit-input-placeholder, .one-side-image .content-container .footer-form :-moz-placeholder, .one-side-image .content-container .footer-form ::-moz-placeholder, .one-side-image .content-container .footer-form :-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

body, p, .one-side-image .content-container h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

footer h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

h4, h5 {
  font-family: "Bai Jamjuree", serif;
  font-weight: 400; }

h1, h2, h3, .mission-section h5 {
  font-family: "Bai Jamjuree", serif;
  font-weight: 700; }

.plain-home .round-img .logo-icon-round .thumb-icon, .home-welcome .about-images .caption-cover, .one-side-image .content-container .foot-social .social i {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }

h1, .gallery h2, .one-side-image .content-container h2, footer .address i, .footer-copyright .copy-right a, .footer-copyright .footer-medias .support li a i {
  color: #295EAA; }
  @supports (--css: variables) {
    h1, .gallery h2, .one-side-image .content-container h2, footer .address i, .footer-copyright .copy-right a, .footer-copyright .footer-medias .support li a i {
      background: linear-gradient(to right, #295EAA 10%, #FC5500 90%);
      background: -webkit-linear-gradient(to right, #295EAA 10%, #FC5500 90%);
      background: -moz-linear-gradient(to right, #295EAA 10%, #FC5500 90%);
      background: -o-linear-gradient(to right, #295EAA 10%, #FC5500 90%);
      color: transparent;
      background-clip: text;
      -webkit-background-clip: text; } }
  h1::selection, .gallery h2::selection, .one-side-image .content-container h2::selection, footer .address i::selection, .footer-copyright .copy-right a::selection, .footer-copyright .footer-medias .support li a i::selection {
    color: white;
    background: #FC5500; }

#header {
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: 1000;
  width: 100%;
  background: url("../images/pattern.png") #d1e7fd repeat; }

.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 1, 107, 0.774);
  width: 100%;
  height: 100%;
  z-index: 99; }
  .video-overlay .text-slider-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 20vw;
    text-align: center;
    z-index: 99; }
    @media (max-width: 767.98px) {
      .video-overlay .text-slider-wrapper {
        top: 27%; } }
  .video-overlay .text-slide {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateY(20px);
    position: absolute;
    width: 100%; }
  .video-overlay .show {
    opacity: 1;
    transform: translateY(0); }
  .video-overlay .hidden {
    opacity: 0;
    transform: translateY(20px); }
  .video-overlay h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    position: relative;
    top: 30%;
    z-index: 999;
    text-align: center;
    justify-content: center;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .video-overlay h2 {
        font-size: 24px;
        line-height: 32px;
        top: 14%; } }
    @media (max-width: 1023.98px) {
      .video-overlay h2 {
        font-size: 24px;
        line-height: 38px;
        top: 18%; } }
    .video-overlay h2 span {
      color: #2A2B79;
      font-size: 60px;
      font-weight: 700;
      line-height: 68px; }
      @media (max-width: 1023.98px) {
        .video-overlay h2 span {
          font-size: 30px;
          line-height: 38px; } }
      @media (max-width: 767.98px) {
        .video-overlay h2 span {
          font-size: 24px;
          line-height: 32px; } }
  .video-overlay h6 {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: #FC5500;
    position: relative;
    top: 25%;
    z-index: 999;
    text-align: center; }
    @media (max-width: 1023.98px) {
      .video-overlay h6 {
        font-size: 18px;
        line-height: 38px;
        top: 6%; } }
    @media (max-width: 767.98px) {
      .video-overlay h6 {
        font-size: 14px;
        line-height: 20px;
        top: -18%; } }

.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  padding: 0 !important;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .main-slider {
      height: 49vw; } }

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-top: -10.25%; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.plain-home {
  padding: 100px 0;
  position: relative;
  background: url("../images/pattern.png") #d1e7fd repeat; }
  .plain-home .parallax-leaf {
    position: absolute;
    width: 150px;
    transition: transform 0.2s ease-out; }
    .plain-home .parallax-leaf.leaf1 {
      top: 30%;
      left: 40%; }
    .plain-home .parallax-leaf.leaf2 {
      top: 25%;
      right: 1%;
      z-index: 9; }
    .plain-home .parallax-leaf.leaf3 {
      bottom: 2%;
      left: 15%;
      width: 150px; }
    @media (max-width: 1023.98px) {
      .plain-home .parallax-leaf.leaf1 {
        top: 70%;
        left: 10%;
        width: 80px;
        z-index: 99; }
      .plain-home .parallax-leaf.leaf2 {
        top: 50%;
        right: 5%;
        z-index: 9;
        width: 80px; }
      .plain-home .parallax-leaf.leaf3 {
        bottom: 2%;
        left: 0%;
        width: 80px;
        z-index: 99; } }
  .plain-home .home-indro {
    padding-top: 0px; }
  @media (max-width: 1023.98px) {
    .plain-home {
      padding: 60px 0 0 0; }
      .plain-home .home-indro {
        padding-top: 0px;
        text-align: center; }
        .plain-home .home-indro h2 {
          font-size: 22px; } }
  .plain-home .round-img {
    width: 478px;
    height: 386px;
    margin: auto;
    position: relative; }
    .plain-home .round-img .logo-icon-round {
      width: 240px;
      height: 240px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: absolute;
      top: 78px;
      left: 84px; }
      .plain-home .round-img .logo-icon-round .thumb-icon {
        width: 170px; }
      .plain-home .round-img .logo-icon-round:hover, .plain-home .round-img .logo-icon-round:focus, .plain-home .round-img .logo-icon-round:active {
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        top: 48px;
        left: 34px; }
    .plain-home .round-img .home-icon-hover {
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      top: 48px;
      left: 34px; }
    @media (max-width: 1023.98px) {
      .plain-home .round-img {
        width: 320px;
        height: 386px; }
        .plain-home .round-img .logo-icon-round {
          width: 160px;
          height: 160px;
          top: 51px;
          left: 57px; }
          .plain-home .round-img .logo-icon-round .thumb-icon {
            width: 110px; }
          .plain-home .round-img .logo-icon-round:hover, .plain-home .round-img .logo-icon-round:focus, .plain-home .round-img .logo-icon-round:active {
            top: 20px;
            left: 20px; } }

.btn-primary {
  background: #295EAA;
  border-color: #295EAA;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background: #032539;
    border-color: #032539; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-border {
  background: #295EAA;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  padding: 7px 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-border:hover {
    background: #FC5500;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }

.btn-border-back {
  background: #FC5500;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  padding: 7px 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-border-back i {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-border-back:hover {
    background: #295EAA;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-border-back:hover i {
      margin-left: 12px;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }

.btn-sm-theme {
  background: #FC5500;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-sm-theme i {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-sm-theme:hover {
    background: #295EAA;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-sm-theme:hover i {
      margin-left: 12px;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }

.btn-border-second {
  border: 2px solid #295EAA;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #295EAA;
  padding: 7px 20px;
  letter-spacing: 1px;
  outline: none; }
  .btn-border-second i {
    color: #295EAA;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-border-second:hover {
    background: #295EAA;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-border-second:hover i {
      color: #fff;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease;
      margin-left: 20px; }

/* Input reseting */
textarea,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
select {
  box-shadow: none !important;
  border-radius: 0 !important;
  border-radius: 0;
  outline: none;
  letter-spacing: 1px;
  color: #295EAA !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important; }

select option {
  color: #4d4d4d; }

textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="date"] {
  box-shadow: none !important;
  outline: 0 none !important; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button, input[type="submit"] {
  transition: all 800ms ease-in-out;
  outline: none; }
  button:disabled, input[type="submit"]:disabled {
    outline: none;
    background: #FC5500 !important;
    border-color: #FC5500 !important;
    transition: all 1000ms ease-in-out; }

#header-top {
  color: #2A2B79;
  padding: 8px 0;
  font-size: 16px;
  background: #295EAA; }
  #header-top ul {
    margin: 0;
    padding: 0; }
  @media (max-width: 768px) {
    #header-top {
      display: none; } }
  #header-top .header-social li {
    display: inline-block; }
  #header-top .header-social li a {
    display: block;
    padding: 0px 5px;
    color: #2A2B79 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #header-top .header-social li a:hover {
      color: #eee; }
  #header-top #header-top a {
    color: #fff; }
  #header-top .email,
  #header-top .header-social {
    position: relative;
    padding-right: 25px; }
  #header-top .address,
  #header-top .phone {
    padding-left: 25px; }
  #header-top .email:after,
  #header-top .header-social:after {
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    height: 24px;
    width: 0px;
    border: 0.5px dashed #fff; }

.navbar-theme {
  font-family: 400;
  font-size: 14px; }
  .navbar-theme .navbar-brand img {
    width: 200px;
    transition: width 0.3s ease; }
    @media (max-width: 767.98px) {
      .navbar-theme .navbar-brand img {
        width: 120px; } }
    @media (max-width: 1023.98px) {
      .navbar-theme .navbar-brand img {
        width: 160px; } }
  .navbar-theme .navbar-nav {
    text-transform: capitalize; }
    .navbar-theme .navbar-nav a {
      font-family: 400;
      font-size: 16px;
      color: #2A2B79;
      display: block;
      padding: 0.5rem 0.7rem; }
      .navbar-theme .navbar-nav a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #295EAA;
        transition: width 0.3s; }
      .navbar-theme .navbar-nav a:hover, .navbar-theme .navbar-nav a:focus {
        color: #295EAA; }
        .navbar-theme .navbar-nav a:hover:after, .navbar-theme .navbar-nav a:focus:after {
          width: 100%; }
    .navbar-theme .navbar-nav .show > a,
    .navbar-theme .navbar-nav .active > a,
    .navbar-theme .navbar-nav a.show,
    .navbar-theme .navbar-nav a.active {
      color: #295EAA; }
  .navbar-theme .navbar-toggler {
    border: 0;
    outline: none; }
    .navbar-theme .navbar-toggler:hover, .navbar-theme .navbar-toggler:focus, .navbar-theme .navbar-toggler:active {
      box-shadow: none !important; }
  .navbar-theme .navbar-toggler {
    border-color: #ff66cb; }
  .navbar-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 51, 51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navaFirstChild {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.7s ease;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 0; }

.navaSecondChild {
  z-index: 999;
  transition: all 0.7s ease;
  background: #fff; }
  @media (max-width: 768px) {
    .navaSecondChild {
      border: none;
      height: auto;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu {
  min-width: 17rem; }
  @media (max-width: 1023.98px) {
    .dropdown-menu {
      width: 40%; } }
  @media (max-width: 767.98px) {
    .dropdown-menu {
      width: 30%; } }

.dropdown-menu li {
  position: relative; }

.dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px; }
  @media (max-width: 767.98px) {
    .dropdown-menu .sub-menu {
      left: 29%;
      top: 38px; } }

.dropdown-menu .sub-menu-left {
  right: 100%;
  left: auto; }

.dropdown-menu > li:hover > .sub-menu {
  display: block; }

#main-logo {
  width: 200px;
  transition: width 0.3s ease; }
  @media (max-width: 767.98px) {
    #main-logo {
      width: 120px; } }
  @media (max-width: 1023.98px) {
    #main-logo {
      width: 160px; } }

.scrolled-navbar #main-logo {
  width: 140px; }
  @media (max-width: 767.98px) {
    .scrolled-navbar #main-logo {
      width: 100px; } }
  @media (max-width: 1023.98px) {
    .scrolled-navbar #main-logo {
      width: 120px; } }

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }
  body a {
    color: #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body a:hover,
  body a:active,
  body a:focus {
    color: #295EAA;
    text-decoration: none;
    outline: none 0; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
  letter-spacing: 1px; }

ul {
  padding-left: 0; }
  ul li {
    list-style: none;
    color: #4d4d4d;
    letter-spacing: 1px; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #295EAA; }

h1 {
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 25px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.6rem;
      margin-bottom: 20px; } }

strong {
  color: #295EAA;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px; }

h2 {
  color: #424242;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  color: #424242;
  letter-spacing: 1px; }

h4 {
  letter-spacing: 1px;
  color: #424242;
  font-size: 1.6rem; }

h5 {
  letter-spacing: 1px; }

.gallery h2, .services-section h2, .one-side-image .content-container h2 {
  position: relative; }
  .gallery h2 .icon, .services-section h2 .icon, .one-side-image .content-container h2 .icon {
    margin-top: -5px;
    margin-right: 10px;
    width: 60px;
    height: 60px; }

.rotate-icon {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
section {
  overflow: hidden;
  padding: 80px 0; }
  @media (max-width: 768px) {
    section {
      padding: 45px 0; } }

.no-padding {
  padding: 0 !important; }

.one-side-image .content-container ul {
  list-style: none;
  padding: 0;
  color: #4d4d4d; }
  .one-side-image .content-container ul li {
    padding-left: 1.3em;
    margin-bottom: 7px; }
    .one-side-image .content-container ul li:before {
      content: "\f046";
      font-family: "Font Awesome 6 Pro";
      font-weight: 900;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #295EAA; }

.bg-icon-view {
  position: relative;
  overflow: visible !important; }

.center-icon {
  position: absolute;
  bottom: -46px;
  left: 45%;
  z-index: 9; }
  .center-icon img {
    width: 50%; }
  @media (max-width: 767.98px) {
    .center-icon {
      bottom: -26px; } }

.whatsappchat {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999; }

.whatsappchat img {
  width: 80px; }

@media only screen and (max-width: 600px) {
  .whatsappchat img {
    width: 40px; } }
.whatsappchat:hover {
  animation: shake 0.8s; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
.plain-home .round-img .logo-icon-round .thumb-icon, .home-welcome .about-images .caption-cover, .one-side-image .content-container .foot-social .social i {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.theme-btn-primary {
  background: #2A2B79;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff; }
  .theme-btn-primary i {
    color: #FC5500; }
  .theme-btn-primary:hover, .theme-btn-primary:focus, .theme-btn-primary:active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #295EAA;
    color: #FC5500; }
    .theme-btn-primary:hover i, .theme-btn-primary:focus i, .theme-btn-primary:active i {
      color: #ffffff; }

.theme-btn-gradient {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-linear-gradient(top, #295EAA, #2A2B79);
  background: -moz-linear-gradient(top, #295EAA, #2A2B79);
  background: -o-linear-gradient(top, #295EAA, #2A2B79);
  background: linear-gradient(top, #295EAA, #2A2B79); }

.home-welcome {
  background: url("../images/pattern.png") #295EAA repeat; }
  .home-welcome p {
    color: #fff; }
  .home-welcome h1 {
    color: #FC5500; }
  .home-welcome .about-images {
    position: relative; }
    .home-welcome .about-images .caption-cover {
      width: 400px; }
      .home-welcome .about-images .caption-cover h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #FF5E39; }
    .home-welcome .about-images .about-main-img {
      width: 80%;
      margin-bottom: 70px;
      opacity: 0.4; }
    .home-welcome .about-images .about-animat-1 {
      position: absolute;
      bottom: -80px;
      left: -20%;
      transition: 0.3s ease-in-out;
      z-index: 99;
      width: 150px; }
    .home-welcome .about-images .about-animat-2 {
      position: absolute;
      right: 3%;
      bottom: -80px;
      transition: 0.3s ease-in-out;
      width: 110px; }
    .home-welcome .about-images .about-animat-3 {
      position: absolute;
      left: 11%;
      top: 3%;
      transition: 0.3s ease-in-out;
      width: 400px; }
      .home-welcome .about-images .about-animat-3 h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExZGU4ZmNuN2Rzc2VhZ2VqZ3phaG9oeDMyb20yY3VvM3JoMG9sMmVqYyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/t2aAdTgnU9Ie6jvG0W/giphy.gif);
        background-size: cover;
        color: transparent;
        -moz-background-clip: text;
        -webkit-background-clip: text; }
    @media (max-width: 767.98px) {
      .home-welcome .about-images .about-main-img {
        width: 100%;
        margin: auto; }
      .home-welcome .about-images .about-animat-1 {
        display: none; }
      .home-welcome .about-images .about-animat-2 {
        display: none; }
      .home-welcome .about-images .about-animat-3 {
        left: 0;
        max-width: 100%;
        padding: 0 30px 0 40px; }
        .home-welcome .about-images .about-animat-3 h4 {
          font-size: 18px;
          text-align: center; } }

.mission-section h2 {
  color: #fff;
  margin-bottom: 15px; }
.mission-section h5 {
  color: #fff; }
.mission-section p {
  color: #fff; }
.mission-section img {
  margin-top: 50%;
  width: 100%; }
.mission-section .mission {
  background: url("../images/pattern.png") #F78B00 repeat; }
.mission-section .vision {
  background: url("../images/pattern.png") #FC5500 repeat; }
@media (max-width: 1023.98px) {
  .mission-section img {
    margin-top: 0;
    margin-bottom: 25px;
    width: 100px; }
  .mission-section .mission, .mission-section .vision {
    text-align: center; } }

.gallery {
  background: url("../images/pattern.png") #d1e7fd repeat; }
  .gallery .gallery-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px; }

.services-section {
  background: url("../images/pattern.png") #295EAA repeat;
  /* Service Card Styles */
  /* Owl Carousel Custom Styles */ }
  .services-section h2 {
    color: #fff; }
  .services-section h5 {
    color: #fff; }
  .services-section p {
    color: #fff; }
  .services-section .service-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 15px;
    border: 0; }
  .services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
  .services-section .service-image {
    position: relative;
    height: 200px;
    overflow: hidden; }
  .services-section .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; }
  .services-section .service-card:hover .service-image img {
    transform: scale(1.1); }
  .services-section .service-content {
    padding: 24px;
    min-height: 272px; }
  .services-section .service-content h3 {
    font-size: 1.15rem;
    color: #2d3748;
    margin-bottom: 12px; }
  .services-section .service-content p {
    color: #4a5568;
    font-size: 0.95rem;
    margin-bottom: 0; }
  .services-section .owl-carousel .owl-nav button.owl-prev,
  .services-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #FC5500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    font-size: 24px !important;
    transition: all 0.3s ease; }
  .services-section .owl-carousel .owl-nav button.owl-prev:hover,
  .services-section .owl-carousel .owl-nav button.owl-next:hover {
    background: #0d6efd !important;
    color: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); }
  .services-section .owl-carousel .owl-nav button.owl-prev {
    left: -20px; }
  .services-section .owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  .services-section .owl-carousel .owl-dots {
    margin-top: 20px; }
  .services-section .owl-carousel .owl-dot span {
    background: #cbd5e0 !important;
    transition: all 0.3s ease; }
  .services-section .owl-carousel .owl-dot.active span {
    background: #FC5500 !important;
    transform: scale(1.2); }

.one-side-image .image-container {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1023.98px) {
    .one-side-image .image-container {
      min-height: 360px; } }
.one-side-image .content-bg {
  background: url("../images/pattern.png") #f6faff repeat; }
.one-side-image .content-container {
  padding: 60px 30px; }
  .one-side-image .content-container h4 {
    color: #515151; }
  .one-side-image .content-container .foot-social {
    display: flex; }
    .one-side-image .content-container .foot-social .social {
      background: #295EAA;
      width: 34px;
      height: 34px;
      position: relative;
      margin-right: 10px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      font-size: 16px; }
      .one-side-image .content-container .foot-social .social i {
        transition: all 0.5s ease;
        color: #fff; }
      .one-side-image .content-container .foot-social .social:hover, .one-side-image .content-container .foot-social .social:focus, .one-side-image .content-container .foot-social .social:active {
        background: #FC5500; }
        .one-side-image .content-container .foot-social .social:hover i, .one-side-image .content-container .foot-social .social:focus i, .one-side-image .content-container .foot-social .social:active i {
          transition: all 0.5s ease;
          color: #295EAA; }
  .one-side-image .content-container .footer-form input {
    background: none !important;
    margin-bottom: 10px;
    border: 1px solid #295EAA; }
    .one-side-image .content-container .footer-form input:focus {
      border: 1px solid #295EAA; }
  .one-side-image .content-container .footer-form ::-webkit-input-placeholder {
    color: #353535;
    font-size: 14px; }
  .one-side-image .content-container .footer-form :-moz-placeholder {
    color: #353535;
    font-size: 14px; }
  .one-side-image .content-container .footer-form ::-moz-placeholder {
    color: #353535;
    font-size: 14px; }
  .one-side-image .content-container .footer-form :-ms-input-placeholder {
    color: #353535;
    font-size: 14px; }

footer {
  padding: 60px 0;
  background: url("../images/pattern.png") #d1e7fd repeat; }
  @media (max-width: 767.98px) {
    footer {
      padding: 40px 0;
      padding-bottom: 0; } }
  footer h4 {
    color: #2A2B79;
    font-size: 18px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    position: relative; }
    footer h4::before {
      content: "";
      width: 48px;
      height: 2px;
      border-bottom: 2px;
      text-align: inherit;
      bottom: -7px;
      position: absolute;
      background: #FC5500; }
    footer h4::after {
      content: "";
      width: calc(70% - 52px);
      height: 2px;
      border-bottom: 2px solid #295EAA;
      border-bottom-color: #295EAA;
      text-align: inherit;
      bottom: -7px;
      position: absolute;
      left: 52px; }
      @media (max-width: 767.98px) {
        footer h4::after {
          width: calc(56% - 52px); } }
  footer .footer-logo {
    width: 60%; }
  footer .address {
    color: #2A2B79; }

.footer-copyright {
  background: url("../images/pattern.png") #2A2B79 repeat;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer-copyright .copy-right {
    color: #ffffff; }
    @media (max-width: 1023.98px) {
      .footer-copyright .copy-right {
        font-size: 14px; } }
  .footer-copyright .footer-medias .support {
    display: flex; }
    .footer-copyright .footer-medias .support li {
      padding-right: 15px; }
      .footer-copyright .footer-medias .support li a i {
        font-size: 20px; }

/*# sourceMappingURL=index.css.map */
