/* @import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
  --mfc_primary-color: #000000;
  --mfc_secondary-color: #0e0b7a; 
  --mfc_heading-font: "Rajdhani", sans-serif; /*"Signika Negative", serif  "Outfit", sans-serif "Sarabun", sans-serif */
  --mfc_body-font: "Rubik", serif; /*'Nunito', sans-serif*/
  --blue: #0e0b7a;
  --red: #f83624;
  --dark-grey: #96989a;
  --grey: #f7f7f7;
  --black: #000;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 19px; 
  font-family: var(--mfc_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 55px; /*60px*/ 
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px;}

h6, .h6 {
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--mfc_heading-font);
  font-weight: 500; 
  line-height: 1.3;
  margin-bottom: 5px;  
}
b, strong {
  font-weight: 500;
}
p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.red-bg {
  background-color: var(--red);
}
.gold-bg {
  background-color: var(--gold);
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.mfc-btn {  
  padding: 15px 25px;
  border: 1px solid var(--red);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
}
.mfc-btn:hover {
  border: 1px solid var(--blue);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--red);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--red);
  border-color: var(--red); 
}
.btn--white {
  z-index: 1;
  color: var(--black);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--red);
  color: var(--white);
  background-color: var(--red);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--blue);
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-family: 400;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--red);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--red);    
  display: block;
}
header {
  z-index: 99999;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  background: linear-gradient(to bottom, rgb(2 0 62 / 82%) 0%, rgba(40, 40, 40, 0) 100%);
} 
ul.header-cinfo {
  margin-bottom: 0;
  list-style: none;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
ul.header-cinfo > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
ul.header-cinfo > li a {
  color: var(--white); 
  font-size: 16px;
  position: relative;
  padding-right: 0;
}
ul.header-cinfo > li:first-child {
  margin-left: 0;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.logo-dark, .header.header_fixed .logo-white {
  display: none;
}
.header.header_fixed .logo-dark {
  display: block;
}
header .header-logo img {
  width: 182px;
}
.header.header_fixed .header-logo img {
  width: 140px;
}
.header.header_fixed ul.header-cinfo > li a {
  color: var(--black);
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--white);
  padding: 8px 0.8vw;/*8px 1.5vw*/
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-transform: uppercase;
}
header .main-menu > li.active > a {
  color: var(--white);
}
header .main-menu > li:hover > a {
  color: var(--white);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--white);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
.header.header_fixed .main-menu > li > a {
  color: var(--black);
}
.header.header_fixed .main-menu > li.active > a {
  color: var(--red);
}
.header.header_fixed .main-menu > li:hover > a {
  color: var(--red);
}
.header.header_fixed .main-menu > li > a > i {
  color: var(--red);
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 292px;
  overflow: hidden;
  border-top: 2px solid var(--blue);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-transform: uppercase;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--white);
  width: 28px;
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--green);
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--red); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--light-blue);
  color: var(--white);
  display: inline-block;
  font-size: 19px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--dark-blue); 
}
.breadcrumb_wrap {
  padding: 210px 0 110px;
  background-color: #eee;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--white);
  position: relative;
}
.breadcrumb_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
}
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--green);
}
textarea.form-control {
  height: 170px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.mfc-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.mfc-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 28px;
}
ul.mfc-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--red);
}
.call_toaction {
  display: none;
}
/**/
.intro-section-wrap  {
  position: relative;
  overflow: hidden;
}
.intro-section-wrap p {
  font-family: "Crete Round", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 24px;
}
.intro-section-wrap .intro-content {
  padding: 0px 55px; 
}
.intro_bg_map {
  position: relative;
  z-index: 1;
}
.intro_bg_map .intro_map_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
/**/
.mfc-services-wrap {
  background: var(--grey);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mfc-service-single {
  position: relative;
  display: block;
}
.mfc-service-single-inner {
  position: relative;
  display: block;
  margin-right: 25px;
}
.mfc-service-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.mfc-service-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgb(6 46 57 / 60%);
  opacity: 0;
  z-index: 1;
  content: "";
}
.mfc-service-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.mfc-service-single:hover .mfc-service-img::before {
  opacity: 1;
}
.mfc-service-single:hover .mfc-service-img img {
  transform: scale(1);
}
.mfc-service-content {
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: -60px;
  margin-left: 30px;
  padding: 30px 20px 45px;
  z-index: 5;
}
.mfc-service-content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background: var(--blue); 
  content: "";
}
.mfc-service-content h3 {
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.mfc-service-content h3 a {
  color: #000; 
}
.mfc-service-content h3 a:hover {
  color: var(--blue); 
  text-decoration: none;
}
.mfc-service-content .btn-box a:hover {
  color: var(--blue);
  text-decoration: none;
}
.mfc-service-content .btn-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.mfc-service-content .btn-box a {
  color: var(--red); 
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}
.mfc-service-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 2px;
  margin-left: 5px;
}
.mfc-service-content::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background: var(--red);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 1;
  content: "";
}
.mfc-service-single:hover .mfc-service-content::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.mfc-service-single:hover .icon span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.mfc-service-single .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--blue); 
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}
.mfc-service-single:hover .icon {
  background: var(--red); 
}
.mfc-service-single .icon::before {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 25px;
  border-bottom: 20px solid #08045c;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}
.mfc-service-single .icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.mfc-service-single:hover .icon::before {
  border-bottom: 20px solid #c51c0c;
}
.mfc-services-wrap .owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
  text-align: center;
}
.mfc-services-wrap .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 12.5px;
  background: var(--blue);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid var(--red);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}
.mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot.active span, .mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--red);
}
.mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot.active span::before, .mfc-services-wrap .owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
}
.mfc-services-wrap .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
.mfc-service-shape .shape1 {
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 20px;
  max-width: 145px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 0.1;
}
.mfc-service-shape .shape2 { 
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.mfc-service-single .icon img {
  width: 55px;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
  }
}
/**/
.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: var(--white);
  color: var(--blue);
}
.services-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.services-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
  box-shadow: none;
}
/**/
.footer {
  position: relative;
  background-color: #fdfdfd; 
  margin-top: 0px;
  border-top: 1px solid #ededed;
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--black);
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.footer-widget h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--dark-grey);
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px; /*7px*/
}
.footer-widget ul.widget-links > li a {
  color: var(--blcak);
  position: relative;
  padding-left: 0; 
  display: block;
  text-transform: uppercase;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--blue);
  text-decoration: none;
  padding-left: 10px;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.txt {
  padding-left: 0; 
  color: #000;
  line-height: 1.45;
}
.txt strong{
  display: block;
}
.txt a {
  color: #000;
}
.txt a:hover {
  color: var(--blue);
  text-decoration: none;
}
.footer-bottom {
  padding: 15px 0;position: relative;
  border-top: 1px solid #cfcfcf;
  background: #f9f9f9;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--blue);
  color: var(--white);
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
}
ul.social-links > li a:hover {
  background: var(--red); 
}
ul.social-links > li a.facebook {
  background: #0862f7;
} 
ul.social-links > li a.twitter {
  background: #27a3e0;
} 
ul.social-links > li a.instagram {
  background: linear-gradient(135deg, #8a0bf0, #c407e1, #f70684, #f77305, #f7bf02, #f60a6a);
} 
ul.social-links > li a.youtube {
  background: #ff0033;
} 
ul.social-links > li a.linkedin {
  background: #0270ad;
} 
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 0; 
  padding-inline-start: 0;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by a {
  color: #000;
}
.design-by a:hover {
  color: var(--blue);
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
label {
  margin-bottom: .2rem;
} 
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
/*banner*/
.banner-section{
  position: relative;
}
.banner-section .owl-carousel .owl-nav button:hover, 
.banner-section .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span, 
.banner-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 45px;
  color: #ccc;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span:hover, 
.banner-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: #fff;
}
.banner-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 48%;
}
/**/
.hero-slide-wrap {
  height: 750px;
  overflow: hidden;
  position: relative;  
  display: flex;
  align-items: end; 
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.hero-slide-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;/*linear-gradient(45deg, #0e185d, #000000);*/
  z-index: -1;
  opacity: 0.3;
}
.hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 0 50px 115px;
}
.hero-content h1 {
  color: #fff;    
  font-weight: 400; 
  margin-bottom: 5px;
  text-shadow: 0px 2px 2px #000;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  font-size: 55px;
  letter-spacing: 2px;
}
.hero-content ul > li {
  color: #fff;
  font-size: 22px;
  padding-left: 32px;
}
.hero-content ul.tick-list > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/list-shape2.png);
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
.hero-content p {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 22px; 
  max-width: 600px;
  letter-spacing: 1px;
}
.hero-content .mfc-btn {
  width: auto;  
  text-transform: uppercase;    
  margin: 0px 5px 0px;
  padding: 15px 15px;
}
.hero-image {
  margin-top: 20px;
}
.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**/
.industries-icon-txt {
  margin-bottom: 30px;
  text-align: center;     
  margin-top: 15px;
}
.industries-icon-txt h4 {
  margin-bottom: 0;
}
.industries-icon {
  border: 2px dashed var(--dark-grey);
  margin-bottom: 15px;
  width: 180px;
  height: 180px;
  line-height: 175px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.industries-icon img {
  width: 110px;
}
/**/
.contact-info-left .single-item {
  gap: 30px;
  background-color: #f1f1f1;
  padding: 37px 30px 37px 30px;
  margin-bottom: 20px;
}
.contact-info-left .single-item .icon {
  position: relative;
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  text-align: center;
  line-height: 62px;
  transition: all 0.4s ease-in-out;
}
.contact-info-left .single-item .icon img {
  width: 42px;
}
.contact-info-left .single-item .content {
  flex: 1;
}
.contact-info-left .single-item .content h4 {
  color: #000;
  margin-bottom: 5px;
}
.contact-info-left .single-item .content p {
  color: #222;    
  margin-bottom: 0;
}
.contact-info-left .single-item .content p a {
  color: #222;   
}
.contact-info-left .single-item .content p a:hover {
  color: var(--blue);
}
.contact-info-right {
  padding: 30px;
  background: #f1f1f1;
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.contact-info-right .contact-thumb img {
  max-width: 100%;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.contact-info-right .contact-form input, .contact-info-right .contact-form textarea, .contact-info-right .contact-form select {
  background-color: #fff;
  color: #555;
  font-size: 16px;
  height: 55px;
  width: 100%;
  line-height: 55px;    
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
}
.contact-info-right .g-recaptcha {
  margin-bottom: 15px;
}
.contact-info-right .contact-form textarea {
  height: 130px;
}
/**/
.industries-wrap.industries-detail-wrap {
  background: var(--grey);
}
/**/
.about-img {
  position: relative;
  padding: 30px 15px 30px;
  margin: 0 25px;
}
.about-img img:nth-child(1) {
  border-radius: 8px;
}
.about-img img:nth-child(2) {
  position: relative;
  right: 0;
  bottom: 0;
  border: 8px solid #f9f9f9;
  border-radius: 8px;
  float: right;
  margin-top: -225px;
}
/**/
.vision_mission_wrap {
  background: var(--grey);
}
.vision_mission_img {
  border-radius: 8px;
}
.vision_mission_img img {
  border-radius: 8px;
}
.vision_mission_wrap .col-lg-push-6 {
  left: 50%;
}
.vision_mission_wrap .col-lg-pull-6 {
  right: 50%;
}
.vision_mission_wrap .mb-40 {
  margin-bottom: 40px;
}
/**/
.business_handling_wrap {
  border: 2px dashed var(--dark-grey);
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 2px;
  font-family: "Crete Round", serif;
  font-style: italic;
  font-size: 24px;
}
.business_handling_wrap:hover {
  background: var(--blue);
  color: #fff;
  border: 2px dashed #ddd;
}
/**/
.inner_service_img img {
  border-radius: 5px;
}
.inner_service_content ul.mfc-list {
  margin-top: 25px;
}
.other_service {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  margin: 0 2px;
}
.other_service h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.other_service a:hover {
  text-decoration: none;
}
.other_service:hover h3 {
  color: var(--blue);
}
.inner_service_wrap .mb-40 {
  margin-bottom: 40px;
}
.inner_service_wrap .col-lg-push-6 {
  left: 50%;
}
.inner_service_wrap .col-lg-pull-6 {
  right: 50%;
}
.tech-innovation-wrap .industries-icon-txt h4, .industries-detail-wrap .industries-icon-txt h4, .contact-info-left .single-item .content h4 {
  font-weight: 600;
}