/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header .maincontainer {
  width: 90%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .maincontainer {
    width: 96%;
  }
}

.header-top {
  padding: 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top {
    padding: 6px 0;
  }
}

.top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hdr-contact {
  padding-left: 3.8rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hdr-contact {
    padding-left: 0;
  }
}
.hdr-contact ul {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hdr-contact ul {
    display: flex;
    flex-direction: column;
  }
}
.hdr-contact li {
  display: inline-block;
}
.hdr-contact li:first-child {
  margin-right: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hdr-contact li:first-child {
    margin-right: 0;
  }
}
.hdr-contact li i {
  color: #333;
  font-size: 14px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-contact li i {
    font-size: 12px;
  }
}
.hdr-contact li a {
  color: #222;
  position: relative;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
}
.hdr-contact li a:not(:last-child) {
  padding-right: 6px;
}
.hdr-contact li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #666;
}
@media (max-width: 575px) {
  .hdr-contact li a {
    font-size: 14px;
  }
}
.hdr-contact li:hover i, .hdr-contact li:hover a {
  color: #0d0f73;
}

.hdr-media {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-media {
    margin-top: 8px;
  }
}
.hdr-media li {
  display: inline-block;
}
.hdr-media li:not(:last-child) {
  margin-right: 5px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-media li:not(:last-child) {
    margin-right: 0;
  }
}
.hdr-media li i {
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  border: 1px solid #0d0f73;
  color: #0d0f73;
}
.hdr-media li i:hover {
  background-color: #0d0f73;
  color: #fff;
}

.btm-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}
.logo .logo-img img {
  width: 60px;
  max-width: 60px;
  transform: scale(1.5);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .logo .logo-img img {
    transform: none;
    width: 50px;
    max-width: 50px;
  }
}
.logo .text {
  margin-left: 25px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .logo .text {
    margin-left: 10px;
  }
}
.logo .text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 0.8;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .logo .text h1 {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .logo .text h1 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .logo .text h1 {
    font-size: 18px;
  }
}
.logo .text span {
  color: #fff;
  display: inline-block;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .logo .text span {
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .logo .text span {
    font-size: 12px;
  }
}

.header-btm {
  background-color: #d91a1a;
  padding: 8px 0;
}
.header-btm.active {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  padding: 6px 0;
}
.header-btm.active .logo .logo-img img {
  width: 40px;
  max-width: 40px;
  transform: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm.active .logo .logo-img img {
    width: 35px;
    max-width: 35px;
  }
}
.header-btm.active .logo .text {
  margin-left: 8px;
}
.header-btm.active .logo .text h1 {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm.active .logo .text h1 {
    font-size: 16px;
  }
}
.header-btm.active .logo .text span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm.active .logo .text span {
    font-size: 10px;
  }
}

.menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    padding-top: 10px;
  }
}
.menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
  }
}
.menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 20px;
  padding: 0 18px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
    font-size: 18px;
  }
}
.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 {
  font-size: 15px;
  line-height: unset;
  padding: 8px 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .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 {
    font-size: 16px;
  }
}

.site-footer {
  background-color: #07094b;
}
.site-footer .logo .logo-img img {
  transform: none;
  width: 80px;
  max-width: 80px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .logo .logo-img img {
    width: 60px;
    max-width: 60px;
  }
}
.site-footer .logo .text {
  margin-left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .logo .text {
    margin-left: 8px;
  }
}
.site-footer .logo .text h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .logo .text h2 {
    font-size: 20px;
  }
}
.site-footer .logo .text span {
  font-size: 14px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .logo .text span {
    font-size: 12px;
  }
}
.site-footer .ft-desc p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.site-footer .opening-hour h3, .site-footer .opening-hour span {
  color: #fff;
}
.site-footer .opening-hour h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}
.site-footer .opening-hour span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer .opening-hour span {
    font-size: 15px;
  }
}
.site-footer .ft-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .ft-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .site-footer .ft-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.contact-det li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-det li {
    margin-bottom: 6px;
  }
}
.contact-det li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
}
.contact-det li a {
  color: #fff;
  position: relative;
  /* Large Devices, Wide Screens */
}
.contact-det li a:hover {
  color: #4185e7;
}
.contact-det li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det 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;
}
@media (max-width: 575px) {
  .contact-det li a {
    font-size: 15px;
  }
}
.contact-det.dark ul {
  margin: 0;
  padding: 0;
}
.contact-det.dark li {
  list-style-type: none;
}
.contact-det.dark li span {
  color: #555;
  display: block;
}
.contact-det.dark li i {
  color: #d91a1a;
}
.contact-det.dark li a {
  color: #111;
  font-weight: 500;
}
.contact-det.dark li a:hover {
  color: #d91a1a;
}
.contact-det.dark li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det.dark li a:not(:last-child)::before {
  background-color: #666;
}

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

.copyright {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #0d0f73;
}
.copyright p {
  color: #fff;
  margin: 0;
}

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

.social-media h5 {
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
}
.social-media ul li:not(:last-child) {
  margin-right: 6px;
}
.social-media ul li i {
  color: #fff;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  background-color: #d91a1a;
  border-radius: 4px;
}
.social-media ul li i:hover {
  background-color: #0d0f73;
}
.social-media.dark h5 {
  color: #222;
}
.social-media.dark ul li i {
  background-color: #0d0f73;
}
.social-media.dark ul li i:hover {
  background-color: #d91a1a;
}

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

.hero-wrapper {
  display: flex;
  padding: 30px 40px;
  background: linear-gradient(to right, #cadef9, #fabfbf);
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-wrapper {
    display: block;
    padding: 20px 10px;
  }
}
.hero-wrapper .hero-text {
  width: 50%;
  padding: 0% 4% 0 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-wrapper .hero-text {
    width: 100%;
  }
}
.hero-wrapper .hero-text h2 {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.hero-wrapper .hero-text p {
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text p {
    font-size: 15px;
  }
}
.hero-wrapper .hero-text .btns {
  margin: 24px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text .btns {
    margin: 1rem 0;
  }
}
.hero-wrapper .hero-text .btns a:first-child {
  margin-right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text .btns a:first-child {
    margin-right: 10px;
  }
}
.hero-wrapper .hero-text .info {
  display: flex;
}
.hero-wrapper .hero-text .info .info-item {
  width: 33.33%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text .info .info-item {
    padding: 10px;
    margin: 0 5px;
  }
}
.hero-wrapper .hero-text .info .info-item h3 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text .info .info-item h3 {
    font-size: 16px;
  }
}
.hero-wrapper .hero-text .info .info-item span {
  margin-top: 10px;
  display: inline-block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .hero-text .info .info-item span {
    font-size: 14px;
    margin-top: 5px;
    line-height: normal;
  }
}
.hero-wrapper .slider-inner {
  width: 50%;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-wrapper .slider-inner {
    width: 100%;
    margin-top: 5%;
  }
}
.hero-wrapper .swiper-slide {
  border-radius: 10px;
}
.hero-wrapper .swiper-button-next, .hero-wrapper .swiper-button-prev {
  color: #333;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hero-wrapper .swiper-button-next, .hero-wrapper .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper .swiper-button-next, .hero-wrapper .swiper-button-prev {
    height: 36px;
    line-height: 36px;
    width: 36px;
    top: 40%;
  }
}
.hero-wrapper .swiper-button-next:after, .hero-wrapper .swiper-button-prev:after {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .swiper-button-next:after, .hero-wrapper .swiper-button-prev:after {
    font-size: 16px;
  }
}
.hero-wrapper .heroSlider img {
  width: 100%;
  height: 500px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-wrapper .heroSlider img {
    height: 300px;
  }
}

.welcome h2 {
  color: #d91a1a;
  font-size: 24px;
  margin-bottom: 4px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .welcome h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .welcome h2 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .welcome h2 {
    font-size: 16px;
  }
}
.welcome h3 {
  color: #0d0f73;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .welcome h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .welcome h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .welcome h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .welcome h3 {
    font-size: 24px;
  }
}

.welcome-wrapper .info {
  display: flex;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .welcome-wrapper .info {
    display: block;
  }
}
.welcome-wrapper .info .info-item {
  width: 50%;
  text-align: center;
  padding: 0 6rem;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .welcome-wrapper .info .info-item {
    width: 100%;
    padding: 0;
  }
}
.welcome-wrapper .info .info-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #d91a1a 60%, #4185e7 70%);
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .welcome-wrapper .info .info-item:first-child::before {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #d91a1a 40%, #4185e7 70%);
    content: none;
  }
}
.welcome-wrapper .info .info-item img {
  width: 60px;
}
.welcome-wrapper .info .info-item h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin: 10px 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-wrapper .info .info-item h4 {
    margin: 10px 0 5px;
  }
}
.welcome-wrapper .info .info-item p {
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome-wrapper .info .info-item p {
    font-weight: 400;
  }
}

.our-client {
  overflow-x: hidden;
}

.client-heading {
  text-align: center;
}
.client-heading h2 {
  color: #0d0f73;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  position: relative;
}
.client-heading h2::before, .client-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 4px;
  border-radius: 2px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .client-heading h2::before, .client-heading h2::after {
    content: none;
  }
}
.client-heading h2::before {
  left: -310px;
  background-image: linear-gradient(to left, #d91a1a 50%, #4185e7 70%);
}
.client-heading h2::after {
  right: -310px;
  background-image: linear-gradient(to right, #d91a1a 50%, #4185e7 70%);
}

.client-inner {
  position: relative;
}
.client-inner .swiper-button-next, .client-inner .swiper-button-prev {
  color: #0d0f73;
}
.client-inner .swiper-button-next::after, .client-inner .swiper-button-prev::after {
  font-size: 24px;
}
.client-inner .swiper-button-prev {
  left: -40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .client-inner .swiper-button-prev {
    left: -24px;
  }
}
.client-inner .swiper-button-next {
  right: -40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .client-inner .swiper-button-next {
    right: -24px;
  }
}

.clientSlider img {
  border: 1px solid #ddd;
}

.services {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4117647059);
  z-index: -1;
}
.services .text h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .services .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .services .text h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .services .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .services .text h2 {
    font-size: 24px;
  }
}
.services .text p {
  color: #fff;
  margin: 2rem 0 3rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .services .text p {
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .services .text p {
    margin: 1rem 0;
  }
}
.services .ser-col a {
  background-color: rgba(13, 15, 115, 0.831372549);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .services .ser-col a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .services .ser-col a {
    padding: 16px;
  }
}
.services .ser-col a:hover {
  background-color: #0d0f73;
}
.services .service-item h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .services .service-item h3 {
    font-size: 16px;
  }
}

.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-radius: 10px;
  height: 300px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner img {
    height: 140px;
  }
}
.member-inner h5 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 6px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner h5 {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
.member-inner h6 {
  margin: 0;
  color: #0d0f73;
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner h6 {
    font-size: 12px;
  }
}

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .image {
    margin-bottom: 1rem;
  }
}
.team-detail .image img {
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #eee;
}
.team-detail .image h5 {
  margin-bottom: 4px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-detail .image h5 {
    font-size: 16px;
  }
}
.team-detail .image span {
  color: #d91a1a;
  font-size: 15px;
}
.team-detail .description p {
  text-align: justify;
}
.team-detail ul {
  padding: 0;
}
.team-detail ul li {
  display: inline-block;
  margin: 5px 4px 0;
}
.team-detail ul li i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #0d0f73;
  border-radius: 50%;
  color: #fff;
}
.team-detail ul li i:hover {
  background-color: #d91a1a;
}

.top-info {
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6117647059);
  color: #fff;
}
.top-info p {
  text-align: justify;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .top-info p {
    font-size: 16px;
  }
}
.top-info.height {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .top-info.height {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .top-info.height {
    height: 250px;
  }
}
.top-info.height .entry-title {
  font-size: 60px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .top-info.height .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .top-info.height .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .top-info.height .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .top-info.height .entry-title {
    font-size: 26px;
  }
}

.vm-item {
  display: flex;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vm-item {
    flex-wrap: wrap;
  }
}
.vm-item .image {
  text-align: center;
  padding: 0 5rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vm-item .image {
    padding: 0;
    text-align: left;
  }
}
.vm-item .image img {
  width: 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .vm-item .image img {
    width: 60px;
  }
}
.vm-item .image h2 {
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 26px;
  font-family: "Outfit", sans-serif;
  margin: 8px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .vm-item .image h2 {
    font-size: 20px;
  }
}
.vm-item .text p {
  font-size: 18px;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vm-item .text p {
    text-align: justify;
    font-size: 16px;
  }
}
.vm-item:nth-child(2) .image {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vm-item:nth-child(2) .image {
    order: -1;
  }
}

.about-us .message {
  background-image: linear-gradient(to right, #eee 30%, #ddd 80%);
  padding: 4% 0;
  margin-bottom: 5%;
}
.about-us .message .msg-inner {
  display: flex;
}
.about-us .message .msg-inner .text {
  margin-right: 2rem;
}
.about-us .message .msg-inner .text p {
  font-size: 18px;
}
.about-us .message .msg-inner .text h3 {
  font-size: 24px;
  color: #0d0f73;
  font-family: "Outfit", sans-serif;
}
.about-us .message .msg-inner .text h4 {
  font-size: 18px;
  color: #d91a1a;
  font-weight: normal;
}
.about-us .message .msg-inner .image img {
  width: 150px;
  max-width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #aaa;
}

.board {
  background-color: #0b0e44;
}

.team-item {
  text-align: center;
}
.team-item img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.team-item h3 {
  font-size: 20px;
  margin: 10px 0 2px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-item h3 {
    font-size: 18px;
  }
}
.team-item h4 {
  color: #d91a1a;
  margin: 0;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-item h4 {
    font-size: 16px;
  }
}

.desc p {
  text-align: justify;
}

.service-block {
  padding: 3rem 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block {
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .service-block {
    padding: 20px 0;
  }
}
.service-block .ser-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.service-block .ser-row .img-col {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block .ser-row .img-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.service-block .ser-row .img-col .image img {
  border-radius: 10px;
}
.service-block .ser-row .text-col {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block .ser-row .text-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.service-block .ser-row .text-col .ser-title {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  text-decoration: underline;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .service-block .ser-row .text-col .ser-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .service-block .ser-row .text-col .ser-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.service-block .ser-row .text-col li {
  margin-bottom: 10px;
  font-size: 17px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block .ser-row .text-col li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.service-block:nth-child(odd) {
  background-color: #545454;
  color: #fff;
}
.service-block:nth-child(odd) .img-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block:nth-child(odd) .img-col {
    order: 1;
    margin-top: 1rem;
  }
}
.service-block:nth-child(even) {
  background-color: #867f6e;
  color: #fff;
}
.service-block:nth-child(even) .img-col {
  order: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .service-block:nth-child(even) .img-col {
    margin-top: 1rem;
  }
}
.service-block:last-child {
  background-color: #fff;
  color: #111;
}

.project-page ul {
  padding: 0;
  margin: 0;
}
.project-page ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
.project-page ul li:not(:last-child) {
  margin-right: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .project-page ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .project-page ul li {
    display: block;
  }
}
.project-page ul li a {
  color: #111;
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-align: center;
  display: block;
  border-radius: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.project-page ul li a:hover {
  border-color: #0d0f73;
  background-color: #0d0f73;
  color: #fff;
}

.project {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .project {
    overflow-x: scroll;
  }
}
.project table tr:first-child {
  background-color: rgba(0, 0, 0, 0.0745098039);
}
.project table th {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .project table th {
    font-size: 14px;
  }
}
.project table td {
  padding: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .project table td {
    padding: 8px;
    font-size: 14px;
  }
}
.project table td:nth-child(2) {
  font-weight: 500;
}

.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: "Roboto", 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: 92%;
  }
}

#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: 10px 20px;
  background-color: #d91a1a;
  color: #fff;
  border-radius: 4px;
}
.btn-one:hover {
  background-color: #0d0f73;
  color: #fff;
}
.btn-one.active {
  background-color: #0d0f73;
}
.btn-one.active:hover {
  background-color: #d91a1a;
}

.outline-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #0d0f73;
  color: #0d0f73;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}
.outline-btn:hover {
  background-color: #0d0f73;
  color: #fff;
}

.entry-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.entry-title.light {
  color: #fff;
}
.entry-title.up {
  text-transform: uppercase;
}

.top-info .entry-title {
  color: #fff;
  font-weight: 600;
}

.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: #d91a1a;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #0d0f73;
  color: #fff;
}

section ul, header ul, footer ul {
  margin: 0;
  padding: 0;
}
section ul li, header ul li, footer ul li {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */