/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header {
  background-color: #0d1441;
}
.site-header .maincontainer {
  display: flex;
  align-items: center;
}
.site-header .maincontainer .logo {
  padding-right: 20px;
}
.site-header .maincontainer .logo a {
  display: flex;
  align-items: center;
}
.site-header .maincontainer .logo a h1 {
  margin: 0 0 0 10px;
  font-size: 20px;
  color: #2fd0ff;
  width: 40%;
  font-weight: 700;
  font-family: "Exo", sans-serif;
}
.site-header .maincontainer .hdr-right {
  border-left: 1px solid #32323c;
  border-right: 1px solid #32323c;
  width: 100%;
}
.site-header .maincontainer .hdr-right .topbar {
  border-bottom: 1px solid #32323c;
  padding: 16px 20px;
}
.site-header .maincontainer .hdr-right .topbar li {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.site-header .maincontainer .hdr-right .topbar li:not(:last-child) {
  margin-right: 20px;
}
.site-header .maincontainer .hdr-right .topbar li i {
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.site-header .maincontainer .hdr-right .topbar li a {
  color: #fff;
  font-size: 15px;
}
.site-header .maincontainer .hdr-right .topbar li.company i {
  color: #2fd0ff;
}
.site-header .maincontainer .hdr-right .topbar li.company a {
  font-weight: 700;
}
.site-header .maincontainer .hdr-right .menu-wrapper {
  padding: 0 20px 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .maincontainer .hdr-right .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  padding: 0 16px;
  font-weight: 500;
}
.site-header .maincontainer .hdr-right .menu-wrapper .hdr-media li {
  display: inline-block;
}
.site-header .maincontainer .hdr-right .menu-wrapper .hdr-media li:not(:last-child) {
  margin-right: 6px;
}
.site-header .maincontainer .hdr-right .menu-wrapper .hdr-media li i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #2b3053;
  color: #fff;
}

.main-header {
  background-color: #0d1441;
}
.main-header .maincontainer {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .main-header .maincontainer {
    width: 92%;
  }
}
.main-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .main-header .header-top {
    flex-wrap: wrap;
  }
}
.main-header .header-top .logo {
  width: 40%;
  margin-right: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .main-header .header-top .logo {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .main-header .header-top .logo {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .main-header .header-top .logo {
    width: 100%;
  }
}
.main-header .header-top .logo a {
  display: flex;
  align-items: center;
}
.main-header .header-top .logo a img {
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .main-header .header-top .logo a img {
    width: 70px;
  }
}
.main-header .header-top .logo a h1 {
  font-size: 20px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  margin: 0 0 0 10px;
  color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .main-header .header-top .logo a h1 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .main-header .header-top .logo a h1 {
    font-size: 16px;
  }
}
.main-header .header-top .header-contact {
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .header-contact {
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 575px) {
  .main-header .header-top .header-contact {
    width: 100%;
    margin: 6px 0;
    display: none;
  }
}
.main-header .header-top .header-contact li {
  position: relative;
  padding-left: 46px;
  display: inline-block;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .header-contact li {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .main-header .header-top .header-contact li {
    padding-left: 26px;
  }
}
.main-header .header-top .header-contact li:not(:last-child) {
  margin-right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .main-header .header-top .header-contact li:not(:last-child) {
    margin-right: 10px;
  }
}
.main-header .header-top .header-contact li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .header-contact li img {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .main-header .header-top .header-contact li img {
    width: 20px;
    top: 8px;
  }
}
.main-header .header-top .header-contact li span {
  display: block;
  color: #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .header-contact li span {
    font-size: 14px;
  }
}
.main-header .header-top .header-contact li a {
  color: #fff;
  font-weight: 700;
  display: block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .header-contact li a {
    font-size: 14px;
    line-height: normal;
  }
}
.main-header .header-top .social-media {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .main-header .header-top .social-media {
    display: none;
  }
}
.main-header .header-top .social-media li {
  display: inline-block;
}
.main-header .header-top .social-media li:not(:last-child) {
  margin-right: 4px;
}
.main-header .header-top .social-media li i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #2b3053;
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-top .social-media li i {
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 14px;
  }
}
.main-header .header-btm {
  border-top: 1px solid #414150;
  background: #0d1441;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-btm {
    padding: 4px 0;
  }
}
.main-header .header-btm .maincontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-btm .maincontainer .menu-wrapper {
  display: flex;
  align-items: center;
}
.main-header .header-btm .maincontainer .menu-wrapper h6 {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  display: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-header .header-btm .maincontainer .menu-wrapper h6 {
    display: block;
  }
}
.main-header .header-btm .maincontainer .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .main-header .header-btm .maincontainer .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-header .header-btm .maincontainer .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 16px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
.main-header .header-btm .maincontainer .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.main-header .header-btm .maincontainer .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: unset;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
}
.main-header .header-btm .maincontainer .hb-right {
  display: flex;
  align-items: center;
}
.main-header .header-btm .maincontainer .hb-right .search {
  cursor: pointer;
}
.main-header .header-btm .maincontainer .hb-right .search i {
  color: #2fd0ff;
}
.main-header .header-btm .maincontainer .hb-right .search span {
  color: #fff;
}
.main-header .header-btm .maincontainer .hb-right .quick-icon {
  margin-left: 1rem;
  cursor: pointer;
}
.main-header .header-btm .maincontainer .hb-right .quick-icon i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  background: #2b3053;
  color: #fff;
  font-size: 22px;
  border: 1px solid #414150;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .main-header .header-btm .maincontainer .hb-right .quick-icon i {
    height: 36px;
    line-height: 36px;
  }
}
.main-header .header-btm.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.qc-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6117647059);
  transition: all 0.6s ease-in-out;
}
.qc-wrapper.active {
  right: 0;
}
.qc-wrapper .quick-contact {
  background: #fff;
  height: 100%;
  padding: 3rem 5rem 5rem;
  width: 40%;
  margin-left: auto;
  overflow-y: auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .qc-wrapper .quick-contact {
    padding: 3rem 4rem 4rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .qc-wrapper .quick-contact {
    padding: 3rem;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .qc-wrapper .quick-contact {
    padding: 2rem;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .qc-wrapper .quick-contact {
    padding: 1rem;
    width: 100%;
  }
}
.qc-wrapper .quick-contact::-webkit-scrollbar {
  display: none;
}
.qc-wrapper .quick-contact ul {
  margin: 0;
  padding: 0;
}
.qc-wrapper .quick-contact ul li {
  list-style-type: none;
}
.qc-wrapper .quick-contact .qc-inner {
  margin-bottom: 30px;
}
.qc-wrapper .quick-contact .qc-inner .s-media li {
  display: inline-block;
}
.qc-wrapper .quick-contact .qc-inner .s-media li:not(:last-child) {
  margin-right: 6px;
}
.qc-wrapper .quick-contact .qc-inner .s-media li i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0d1441;
  color: #0d1441;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 8px;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li i {
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #2fd0ff;
  color: #fff;
  font-size: 18px;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li span {
  display: block;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li a {
  position: relative;
  color: #111;
  font-weight: 600;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li a:hover {
  color: #2fd0ff;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li a:not(:last-child) {
  padding-right: 6px;
}
.qc-wrapper .quick-contact .qc-inner .qc-links li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #aaa;
}
.qc-wrapper .quick-contact .qc-close {
  cursor: pointer;
  margin-bottom: 1rem;
}
.qc-wrapper .quick-contact .qc-close i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0d1441;
  color: #0d1441;
  font-size: 18px;
}
.qc-wrapper .quick-contact .qc-title {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.qc-wrapper .quick-contact .g-map {
  position: relative;
  width: 100%;
  height: 300px;
}
.qc-wrapper .quick-contact .g-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}

.footer-top {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: calc(5% - 24px);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .footer-top {
    padding-bottom: calc(5% - 20px);
  }
}
@media (max-width: 575px) {
  .footer-top {
    padding-bottom: calc(5% - 16px);
  }
}
.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 20, 65, 0.9294117647);
  z-index: -1;
}
.footer-top .ft-logo a {
  display: flex;
  align-items: center;
}
.footer-top .ft-logo a img {
  background-color: #fff;
  border-radius: 50%;
}
.footer-top .ft-logo a h2 {
  color: #fff;
  font-size: 18px;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  margin: 0 0 0 4px;
  line-height: normal;
}
.footer-top .ft-desc p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin: 1rem 0 0;
}
.footer-top .ft-desc a {
  color: #2fd0ff;
}
.footer-top .ft-title {
  color: #fff;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .footer-top .ft-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .footer-top .ft-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.footer-top .links li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .footer-top .links li {
    margin-bottom: 2px;
  }
}
.footer-top .links li::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #2fd0ff;
  font-size: 15px;
}
.footer-top .links li a {
  color: #fff;
}
.footer-top .links li a:hover {
  color: #2fd0ff;
}

.contact-links li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.contact-links li i {
  color: #2fd0ff;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-links li span {
  display: block;
}
.contact-links li a {
  position: relative;
  color: #fff;
}
.contact-links li a:hover {
  color: #2fd0ff;
}
.contact-links li a:not(:last-child) {
  padding-right: 6px;
}
.contact-links li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.contact-links.dark li a {
  color: #111;
  font-weight: 600;
}
.contact-links.dark li a:hover {
  color: #0d1441;
}
.contact-links.dark li a::before {
  background-color: #111;
}

.social-media span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
.social-media h5 {
  color: #222;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media h5 {
    font-size: 18px;
  }
}
.social-media li {
  display: inline-block;
  margin-right: 5px;
}
.social-media li i {
  height: 34px;
  line-height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #2fd0ff;
}
.social-media li i:hover {
  background-color: #0d1441;
}

.facebook {
  position: relative;
  height: 310px;
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.copyright {
  background-color: #0d1441;
  padding: 20px 0;
}
.copyright p {
  margin: 0;
  color: #fff;
}
.copyright p a {
  color: #2fd0ff;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #2fd0ff;
  color: #fff;
}

.hero-wrapper {
  overflow: hidden;
}
.hero-wrapper .row {
  margin: 0;
}
.hero-wrapper .row .txt-col, .hero-wrapper .row .img-col {
  padding: 0;
}
.hero-wrapper .slider-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5%;
  background-color: #e8f3f9;
  background-position: bottom;
  background-size: cover;
}
.hero-wrapper .slider-text h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 1px 1px 2px #000;
  font-size: 26px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-wrapper .slider-text h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .slider-text h5 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper .slider-text h5 {
    font-size: 18px;
  }
}
.hero-wrapper .slider-text h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hero-wrapper .slider-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .slider-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .slider-text h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper .slider-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.hero-wrapper .slider-text p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .slider-text p {
    margin-bottom: 10px;
  }
}
.hero-wrapper .slider-text a {
  width: -moz-max-content;
  width: max-content;
}
.hero-wrapper .heroSlider .image img {
  height: 600px;
  width: 100%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hero-wrapper .heroSlider .image img {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .heroSlider .image img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .heroSlider .image img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper .heroSlider .image img {
    height: 300px;
  }
}
.hero-wrapper .heroSlider .swiper-button-next,
.hero-wrapper .heroSlider .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .heroSlider .swiper-button-next,
  .hero-wrapper .heroSlider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.hero-wrapper .heroSlider .swiper-button-next::after,
.hero-wrapper .heroSlider .swiper-button-prev::after {
  font-size: 18px;
  color: #0d1441;
}

.abt-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.abt-row .img-col {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .abt-row .img-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 991px) {
  .abt-row .img-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.abt-row .desc-col {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .abt-row .desc-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 991px) {
  .abt-row .desc-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 5%;
  }
}

.abt-img {
  display: flex;
}
.abt-img .image {
  padding: 1rem;
  border: 2px solid #ddd;
  border-right-color: #2fd0ff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .image {
    padding: 4px;
  }
}
.abt-img .experience {
  background-color: #2fd0ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .experience {
    padding: 10px;
  }
}
.abt-img .experience i {
  font-size: 70px;
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .experience i {
    font-size: 50px;
  }
}
.abt-img .experience h2 {
  font-size: 50px;
  font-weight: 800;
  margin: 8px 0;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .experience h2 {
    font-size: 30px;
  }
}
.abt-img .experience span {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .experience span {
    font-size: 14px;
  }
}

.abt-desc p {
  text-align: justify;
}
.abt-desc p:last-child {
  margin-bottom: 0;
}

.project table {
  margin: 0;
}
.project table tr td {
  padding: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .project table tr td {
    font-size: 14px;
    padding: 8px;
  }
}
.project table tr td:first-child {
  font-weight: 600;
  font-family: "Exo", sans-serif;
}
.project .p-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .project .p-img {
    margin-top: 5%;
  }
}
.project .p-img img {
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .project .p-img img {
    height: auto;
  }
}

.board-message {
  color: #fff;
  position: relative;
  z-index: 1;
}
.board-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 20, 65, 0.9411764706);
  z-index: -1;
}
.board-message .message-item {
  background-color: rgba(255, 255, 255, 0.1215686275);
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .board-message .message-item {
    display: block;
    padding: 1rem;
  }
}
.board-message .message-item .image {
  margin: 0 1rem 0 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .board-message .message-item .image {
    margin: 0 0 10px 0;
  }
}
.board-message .message-item .image img {
  width: 200px;
  max-width: 200px;
  border-radius: 4px;
  border: 1px solid #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .board-message .message-item .image img {
    width: auto;
  }
}
.board-message .message-item .desc h5 {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  margin: 16px 0 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .board-message .message-item .desc h5 {
    font-size: 18px;
  }
}
.board-message .message-item .desc h6 {
  color: #2fd0ff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .board-message .message-item .desc h6 {
    font-size: 16px;
  }
}
.board-message .message-item .desc p {
  text-align: justify;
}

.message-page::before {
  background-color: transparent;
}
.message-page .message-item {
  background-color: #f5f5f5;
  color: #222;
}
.message-page .message-item .image img {
  border-color: #ddd;
}

.company-item {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 10px;
}
.company-item .image img {
  width: 100%;
  height: 240px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .company-item .image img {
    height: auto;
  }
}
.company-item .desc h5 {
  margin: 16px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d1441;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .company-item .desc h5 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
}
.company-item .desc p {
  text-align: justify;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 8;
}

.blogSlider .swiper-button-next,
.blogSlider .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blogSlider .swiper-button-next,
  .blogSlider .swiper-button-prev {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
}
.blogSlider .swiper-button-next::after,
.blogSlider .swiper-button-prev::after {
  font-size: 16px;
  color: #0d1441;
}

.blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-card .image img {
  width: 100%;
  height: 240px;
  transition: all 0.5s ease-in-out;
}
.blog-card .det h5 {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #111;
  transition: all 0.3s ease-in-out;
  margin: 1rem 0 8px;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .det h5 {
    font-size: 16px;
    margin: 12px 0 2px;
  }
}
.blog-card .det h5:hover {
  color: #2fd0ff;
}
.blog-card:hover .image img {
  transform: scale(1.1);
}

.post-date i {
  color: #2fd0ff;
  font-size: 15px;
}
.post-date span {
  color: #555;
}

.notice-item {
  border-radius: 10px;
  overflow: hidden;
}
.notice-item a {
  display: flex;
}
.notice-item .icon {
  background-color: #0d1441;
  padding: 1rem 20px;
  display: flex;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .notice-item .icon {
    padding: 10px;
  }
}
.notice-item .icon i {
  color: #fff;
  font-size: 50px;
}
.notice-item .det {
  background-color: #eef5f8;
  padding: 1rem;
}
.notice-item .det h5 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .notice-item .det h5 {
    font-size: 15px;
  }
}
.notice-item .det h5:hover {
  color: #2fd0ff;
}
.notice-item:hover .det {
  background-color: #f0f0f0;
}

.all-notice {
  margin-top: 10px;
}
.all-notice a {
  color: #0d1441;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.all-notice a:hover {
  color: #2fd0ff;
  text-decoration: underline;
}

.notice-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .notice-col {
    margin-top: 5%;
  }
}

.download-card {
  background-color: #eef5f8;
  padding: 20px;
  border-radius: 10px;
}
.download-card .icon i {
  color: #2fd0ff;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2fd0ff;
}
.download-card h5 {
  font-weight: 600;
  color: #111;
  font-family: "Exo", sans-serif;
  margin: 16px 0 8px;
  transition: all 0.3s ease-in-out;
}
.download-card h5:hover {
  color: #2fd0ff;
}
.download-card .d-publish {
  margin-bottom: 10px;
}
.download-card .d-publish li {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.download-card .d-publish li span {
  color: #444;
  font-weight: 400;
}
.download-card .download {
  display: inline-block;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.download-card .download i {
  color: #111;
  font-size: 15px;
}
.download-card .download:hover {
  background-color: #2fd0ff;
  border-color: #2fd0ff;
  color: #fff;
}
.download-card .download:hover i {
  color: #fff;
}

.our-team .row {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row {
    margin: 0 -5px;
  }
}
.our-team .row .member-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row .member-col {
    padding: 0 5px;
  }
}

.member-inner {
  text-align: center;
}
.member-inner img {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 188px;
}
.member-inner h4 {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 4px;
  color: #111;
}
.member-inner .designation {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  text-transform: uppercase;
  color: #444;
}
.member-inner span {
  color: #555;
}
.member-inner span .member-from {
  font-weight: 600;
  color: #111;
}
.member-inner .representative {
  display: block;
  color: #2fd0ff;
  font-weight: 600;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.team-row .tm-col {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.team-row .tm-col:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .team-row .tm-col {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .team-row .tm-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .team-row .tm-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.team-page .tm-col:nth-child(1), .team-page .tm-col:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-page .tm-col:nth-child(1), .team-page .tm-col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.single-team .member-inner h4 {
  font-size: 20px;
}
.single-team .member-inner img {
  height: auto;
}
.single-team p {
  text-align: justify;
}

.n-item:not(:last-child) {
  margin-bottom: 30px;
}
.n-item .n-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.n-item table td, .n-item table th {
  font-size: 14px;
}
.n-item table th {
  background-color: #eee;
  color: #000;
}
.n-item table td h5 {
  font-size: 15px;
  font-weight: 600;
}
.n-item table a {
  color: #2fd0ff;
  font-weight: 600;
  display: block;
}
.n-item table p {
  margin-bottom: 8px;
}
.n-item table p:last-child {
  margin-bottom: 0;
}
.n-item table .publish {
  margin-bottom: 8px;
}
.n-item table .publish p {
  margin-bottom: 2px;
}
.n-item table .publish p span {
  font-weight: 600;
}

.gal-item .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gal-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.gal-item .image img {
  width: 100%;
  height: 240px;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .gal-item .image img {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .gal-item .image img {
    height: 160px;
  }
}
.gal-item .image i {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  background-color: #2fd0ff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  z-index: 2;
}
.gal-item .image:hover img {
  transform: scale(1.1);
}
.gal-item .image:hover i {
  opacity: 1;
}
.gal-item .image:hover::before {
  opacity: 1;
}
.gal-item h2 {
  color: #222;
  font-size: 18px;
  margin: 10px 0 0;
}

.contact-aside {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-aside {
    margin-top: 5%;
  }
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Albert Sans", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 14px 20px;
  background-color: #0d1441;
  color: #fff;
  border-radius: 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one {
    padding: 8px 18px;
  }
}
.btn-one:hover {
  background-color: #2fd0ff;
  color: #fff;
}
.btn-one.sm {
  padding: 8px 20px;
}
.btn-one.active {
  background-color: #2fd0ff;
}
.btn-one.active:hover {
  background-color: #0d1441;
}

.section-heading span {
  display: inline-block;
  color: #2fd0ff;
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: "Exo", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 15px;
  }
}
.section-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #2fd0ff;
}
.section-heading h2 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 18px;
  }
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .entry-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.entry-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content {
    padding: 0;
    border: none;
  }
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 20px;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 18px;
  }
}
.entry-content ul li {
  margin-bottom: 10px;
}

.site-main p {
  text-align: justify;
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0d1441;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  margin-bottom: 0;
}
form input[type=submit]:hover {
  background-color: #2fd0ff;
  color: #fff;
}

header ul, footer ul, section ul {
  padding: 0;
  margin: 0;
}
header ul li, footer ul li, section ul li {
  list-style-type: none;
}

:where(.wp-block-columns.is-layout-flex) {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
  }
}

.single-page p {
  text-align: justify;
}/*# sourceMappingURL=main.css.map */