/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Varela+Round&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300..900&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=Courgette&display=swap'); */
:root {
  --ib_primary-color: #000000;
  --ib_secondary-color: #1b2c5c; 
  --ib_heading-font: 'Jost', sans-serif;/*"Varela Round", serif  "Crimson Text", serif "Bitter", serif;  "Noto Serif", serif "Heebo", serif*/
  --ib_body-font: "Roboto", sans-serif;/*'Nunito', sans-serif  "Rubik", sans-serif*/
  --red: #f70000;/*f70000  ef2b1b*/
  --blue: #1b2c5c;/*006cba*/
  --grey: #f5f5f5;
  --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; /*18px*/  
  font-family: var(--ib_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
  overflow-x: hidden;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 28px;/*30px*/ }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 24px;/*20px*/ }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--ib_heading-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;  
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.red-bg {
  background-color: var(--red);
}
.blue-bg {
  background-color: var(--blue);
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.ufl-btn {  
  padding: 10px 30px;
  border: 1px solid var(--red);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 50px 50px 50px 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px 50px 50px 10px;
}
.ufl-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;
}
.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;
}
.top_bar {
  background: #2895b9; 
  padding: 7px 0; 
  overflow: hidden;
}
.top_bar ul {
  margin-bottom: 0;
  list-style: none;
  float: right;
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul > li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.top_bar ul > li:last-child a:after {
  display: none;
}
.top_bar ul > li a:first-of-type {
  padding-right: 0;
}
.top_bar ul > li a:first-of-type:after {
  display: none;
}
.top_bar ul > li a i {
  margin-right: 8px;
}
.top_bar ul > li a:hover, .top_bar a:hover {
  text-decoration: none;
}
.top_bar ul > li:last-child a {
  padding-right: 0px;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header {
  background: #e3f4ff;/*#fff transparent*/
  /* -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);  */
  z-index: 99999;
  padding: 3px 0;
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: #01143d;
  padding: 8px 1.3vw;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu > li.active > a {
  color: var(--white);
}
header .main-menu > li:hover > a {
  color: var(--black);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--blue);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu > li:last-child > a { 
  background: var(--red);
  color: #fff;
  border-radius: 50px 50px 50px 10px;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 315px;/*285px*/
  overflow: hidden;
  background: var(--blue);
  -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(--white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-bottom: 1px solid #283b71;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--red);
  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(--blue); 
  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(--blue);
  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(--red); 
}
.breadcrumb_outerwrap {
  overflow: hidden;
  position: relative;
  padding: 110px 0 110px; /*210px 0 110px*/
}
.breadcrumb_wrap {
  background-size: cover!important;
  background-position: center center!important;
  overflow: hidden;
  -webkit-animation: bczoomin 10s ease-in infinite;
  animation: bczoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.breadcrumb_outerwrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.breadcrumb_title.text-center {
  position: relative;
  z-index: 2;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--white);
  position: relative;
  margin-bottom: 0;
}
.breadcrumb_wrap.abt_breadcrumb {
  background-image: url(../images/breadcrumb/about_bg.jpg);
}
.breadcrumb_wrap.getquote_breadcrumb {
  background-image: url(../images/breadcrumb/get_quote_bg.jpg);
}
.breadcrumb_wrap.career_breadcrumb {
  background-image: url(../images/breadcrumb/career_bg2.jpg);
}
.breadcrumb_wrap.contact_breadcrumb {
  background-image: url(../images/breadcrumb/contact_bg.jpg);
}
.breadcrumb_wrap.airfreight_breadcrumb {
  background-image: url(../images/breadcrumb/airfreight_bg.jpg);
}
.breadcrumb_wrap.seafreight_breadcrumb {
  background-image: url(../images/breadcrumb/seafreight_bg.jpg);
}
.breadcrumb_wrap.warehouse_breadcrumb {
  background-image: url(../images/breadcrumb/warehouse_bg.jpg);
}
.breadcrumb_wrap.bsconsolidation_breadcrumb {
  background-image: url(../images/breadcrumb/bsconsolidation_bg.jpg);
}
.breadcrumb_wrap.surfacetransport_breadcrumb {
  background-image: url(../images/breadcrumb/surfacetransport_bg2.jpg);
}
.breadcrumb_wrap.network_breadcrumb {
  background-image: url(../images/breadcrumb/network_bg.jpg);
}
.breadcrumb_wrap.breakbulk_breadcrumb {
  background-image: url(../images/breadcrumb/breakbulk_bg.jpg);
}
.breadcrumb_wrap.specialcargo_breadcrumb {
  background-image: url(../images/breadcrumb/specialcargo_bg.jpg);
}
.breadcrumb_wrap.thank_breadcrumb {
  background-image: url(../images/breadcrumb/thanks_bg.jpg);
}
@-webkit-keyframes bczoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.15);}
}
@keyframes bczoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.15);}
} /*End of Zoom in Keyframes */
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(--blue);
}
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.ufl-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.ufl-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 30px;
}
ul.ufl-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";/*f560 f14a f058 f105 f054 f0a9*/
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--red);
}
ul.star-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.star-list > li {  
  position: relative;    
  padding-left: 30px;/*32px*/
  margin-bottom: 10px;
}
ul.star-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";/*f560 f14a f058 f105 f054 f0a9*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--red);
}
.call_toaction {
  display: none;
}
/*banner*/
.banner-section{
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 750px;/*700px*/
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.slider-content.style-two {
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  width: 100%; 
  z-index: 10;
  bottom: 50px; /*20px*/
}
.slider-main-title {
  text-align: center;
  max-width: 95%; /*1200px*/
  margin: 0px auto;
}
.slider-main-title h2, .slider-main-title h1 {
  font-size: 38px; /*50px*/
  color: #FFF;
  font-weight: 700;
  line-height: 55px; /*65px*/
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-top: 0px; /*20px*/
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.slider-main-title h3 {
  font-size: 35px;
  color: #FFF;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(180deg, rgb(0 0 0 / 90%) 0%, transparent);*/
  z-index: 1;
} 
.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%; */
  bottom: 50px; /*20px*/
}
/**/
.about-section-wrap {
  position: relative;
}
.about-section-wrap h3 {
  color: var(--red);
  margin-bottom: 8px;
  margin-top: 22px;
}
.motto-wrap h3 {
  color: #000;    
  margin-top: 10px;
  margin-bottom: 0;
}
.motto-wrap h3 span {
  color: var(--red);
}
.about-section-wrap p {
  text-align: justify;
}
.about-thumb-wrapper .shape-4 {
  animation: tptranslateX2 4s forwards infinite alternate;
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.about-content .ufl-btn {
  margin-top: 12px;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-section-wrap .abt-shape-1, .md-message-wrap .abt-shape-1 {
  position: absolute;
  left: -25px;
  top: 0;
  z-index: -1;
  opacity: 1;
}
.about-section-wrap .abt-shape-1 img, .md-message-wrap .abt-shape-1 img {
  width: 260px;
}
.about-section-wrap .abt-shape-2, .testimonials-wrap .abt-shape-2 {
  position: absolute;
  left: -30px;
  bottom: 0;
}
.about-img {
  position: relative;
  padding: 26px 60px 28px 0;    
  margin: 0 60px;
}
.about-img::before {
  content: "";
  position: absolute;
  left: 23%;
  top: 0;
  width: 66%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
  border: 14px solid #eee; /*var(--blue)*/
  z-index: -1;
}
.about-img img:nth-child(1) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.about-img img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid #ffffff;
  box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 10%;
  width: 213px;
  object-fit: cover;
}
.about-img img:nth-child(3) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid #ffffff;
  box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 30px;
  bottom: 11%;
  width: 267px;
  height: 213px;
  object-fit: cover;
}
@-webkit-keyframes float-bob-x {
	0% {
	  -webkit-transform: translateX(-0px);
	  transform: translateX(30px);
	}
	50% {
	  -webkit-transform: translateX(10px);
	  transform: translateX(10px);
	}
	100% {
	  -webkit-transform: translateX(30px);
	  transform: translateX(30px);
	}
}
@keyframes float-bob-x {
	0% {
	  -webkit-transform: translateX(30px);
	  transform: translateX(30px);
	}
	50% {
	  -webkit-transform: translateX(10px);
	  transform: translateX(10px);
	}
	100% {
	  -webkit-transform: translateX(30px);
	  transform: translateX(30px);
	}
}
/**/
.services-wrap {
  position: relative;
  overflow-x: hidden;
  background: #f5f5f5;
}
.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;
}
/**/
.footer {
  position: relative;
  background-color: #191919; 
  margin-top: 0px; 
  z-index: 1;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/map-bg.png);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  opacity: 0.15;
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
  z-index: 2;
}
.footer-top .col-off-20 {
  margin-left: -20px;
  margin-right: 20px;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--white);
  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: 3px;
  background: var(--red);
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px;
}
.footer-widget ul.widget-links > li a {
  color: var(--white);
  position: relative;
  padding-left: 20px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--white);
  text-decoration: none;
  margin-left: 10px;
} 
.footer-widget ul.widget-links > li a:before {
  font-family: "Font Awesome 6 Free";
  content:"-";/*"\f0da" "\f105"*/
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 6px;/*8px*/
}
.icn {
  position: absolute;
  left: 0;
  color: var(--white);
}
.txt {
  padding-left: 30px;
  color: #fff;
}
.txt a {
  color: #fff;
}
.txt a:hover {
  color: var(--white);
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #2c2c2c; 
  padding: 15px 0;position: relative; 
  /* background: #2c2c2c; */
  z-index: 2;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #434343;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
}
ul.social-links > li:nth-child(1) a {
  background: #0862f7;
}
ul.social-links > li:nth-child(2) a {
  background: #1c9cea;
}
ul.social-links > li:nth-child(3) a {
  background: linear-gradient(135deg, #8a0bf0, #c407e1, #f70684, #f77305, #f7bf02, #f60a6a);
}
ul.social-links > li:nth-child(4) a {
  background: #0a63bc;
}
ul.social-links > li a:hover {
  background: var(--red); 
  color: #fff;
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.footer-top p.text-white {
  padding-right: 30px;
}
.design-by {
  display: none;
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.enquiry-form textarea.form-control {
  height: 130px;
} 
label {
  margin-bottom: .2rem;
}   
.enquiry-form .form-group a {
  color: var(--green);
  text-decoration: underline;
}
.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;
}
.mt-15 {
  margin-top: 15px;
}
/**/
.service-block .image {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  margin: 0;
}
.service-block .inner-box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 40px 25px 30px 25px;
  margin: 0 0px;/*0 20px*/
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--blue); /*#222222*/
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .icon {
  position: absolute;
  right: 30px;
  top: -50px;
  height: 80px;
  width: 80px;
  border-bottom: 5px solid var(--red);
  background: #f1f1f1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .icon img {
  width: auto;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block h4 {
  color: #171717;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-block h4 a {
  color: #000;
}
.service-block .text {
  margin-bottom: 30px;
  font-size: 16px;
}
.service-block .read-more, .service-block a.quote-btn {
  display: inline-block;
  padding: 8px 20px;
  color: #fff; 
  background-color: var(--blue); 
  text-align: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px 50px 50px 10px;
}
.service-block a.quote-btn { 
  color: #fff; 
  background-color: var(--red); 
  margin-left: 10px;
}
.service-block a.quote-btn:hover, .service-block .read-more:hover {
  text-decoration: none; 
}
.service-block:hover a.quote-btn {
  color: var(--red);
  background: var(--white); 
}
.service-block .inner-box .shape::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -1px;
  width: 50px;
  height: 50px;
  background: #3c5393;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 0);
  clip-path: polygon(0 100%, 50% 50%, 100% 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box .shape::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: -1px;
  width: 50px;
  height: 50px;
  background: #646464;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 0);
  clip-path: polygon(0 100%, 50% 50%, 100% 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block:hover {
  padding-top: 0;
}
.service-block:hover .image::before {
  height: 100%;
}
.service-block .image::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f7c600;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block:hover .inner-box::before {
  width: 100%;
}
.service-block:hover .icon {
  background: var(--red);
  border-color: #fff;
}
.service-block:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block:hover .title, .service-block:hover .title a {
  color: #ffffff;
  text-decoration: none;
}
.service-block:hover .text {
  color: #fff;
}
.service-block:hover .read-more {
  color: #ffffff;
  background: var(--red); 
}
.service-block:hover .inner-box .shape::before {
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
.service-block:hover .inner-box .shape::after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: #f1f1f1;
}
.associations-single {
  border: 1px solid #d6d6d6;
  margin-bottom: 18px;
  text-align: center;
  border-radius: 50px 50px 50px 10px;
}
.associations-single img {
  border-radius: 50px 50px 50px 10px;
}
.associations-wrap .col-lg-3 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
} 
.contact-details .ci-box {
  margin-bottom: 12px;
  position: relative;
}
.contact-details .ci-box i {
  width: 65px;
  font-size: 25px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  background: var(--blue);
  text-align: center;
  color: var(--white);
}
.contact-details .detail {
  margin: 5px 0 0 20px;
}
.contact-details .ci-box h4 {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 5px;
}
.contact-details .ci-box p {
  margin-bottom: 0;
}
.contact-details .ci-box a {
  color: #000;
}
.contact-details .ci-box a:hover {
  color: var(--red);
  text-decoration: none;
}
.contact-details .enquiry_mail p {
  margin-bottom: 5px;
}
.contact-details .enquiry_mail p a {
  color: var(--blue);
}
.contact-details .enquiry_mail p a:hover {
  color: var(--red);
}
.contact-details h3 {
  margin-top: 20px;
}
.services-section-wrap .col-lg-push-8, .network-section-wrap .col-lg-push-8 {
  left:  33.333333%;
}
.services-section-wrap .col-lg-pull-4, .network-section-wrap .col-lg-pull-4 {
  right: 66.666667%;
}
aside.sidebar {
  position: sticky;
  top: 20px;
}
.services-content, .services-image-wrap {
  margin-left: 20px;
  margin-bottom: 20px;
}
.services-content .services-image-wrap {
  margin-left: 0px;
  margin-bottom: 10px;
}
.services-image-wrap.services-image-wrap1, .services-image-wrap.services-image-wrap1 {
  margin-top: 30px;
}
.services-section-wrap .services-content p {
  text-align: justify;
}
.services-section-wrap .services-content h3 {
  margin-bottom: 10px;
  margin-top: 12px;
}
.sidebar-widget {
  margin-bottom: 40px;
}
.services-widget {
  background: #f3f3f3; 
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.sidebar-widget .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidebar-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: var(--red);
  border-radius: 50px;
}
.sidebar-widget .services-list a {
  display: block;
  color: #000;
  font-weight: 400;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  padding-left: 25px;
  position: relative;
}
.sidebar-widget .services-list a:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.sidebar-widget .services-list a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-widget .services-list a:hover {
  color: var(--red);
  margin-left: 5px;
  text-decoration: none;
}
.contact-widget {
  background: var(--blue);
  position: relative;
  border: 1px solid var(--blue);
  text-align: center;
  padding: 42px 30px 50px;
  border-radius: 20px;
  z-index: 1;
}
.contact-widget .btn--primary:hover {
  color: var(--red);
  background-color: #fff;
  border-color: #fff;
}
.sidebar-contact {
  z-index: 2;
}
.sidebar-contact h2 {
  margin-bottom: 25px;
  font-weight: 500;
  color: #fff;
}
.sidebar-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 6px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  margin-bottom: 40px;
}
.sidebar-phone i {
  line-height: 0;
}
.sidebar-contact-info {
  margin: 20px 0 35px;
}
.sidebar-contact-info a, .sidebar-contact-info p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff;/*000*/
  margin-bottom: 15px;
  display: block;
}
.sidebar-contact-info a:hover {
  text-decoration: none;
} 
.sidebar-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url(../images/services/sidebar_shape.png);    
  opacity: 0.2;
}
.services-section-wrap .table-bordered td, .services-section-wrap .table-bordered th {
  padding: 8px 15px;
}
.services-section-wrap table {
  margin-top: 12px;
  margin-bottom: 5px;
}
.services-section-wrap table thead th {
  background: var(--blue);
  color: #fff;
}
.location-map {
  position: relative;
}
.location-map .img, .location-map img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
.location-item .point {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.location-item .point::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--red);
  border-radius: 50%;
  transform: scale(1);
  animation: ripple-1 1.5s 0s infinite;
  z-index: -1;
}
.location-item .info {
  padding: 8px 15px;
  position: relative;
  position: absolute;
  width: max-content;
  transform: translateX(-50%);
  left: 5.2px;
  bottom: 20px;
  background: var(--blue);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  z-index: 2; /*1*/
}
.location-item.active .info {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.location-item .info:hover {
  text-decoration: none;
}
.location-item .info span {
  font-size: 16px;
  color: #ffffff;
  margin: 0;    
  font-weight: 600;
}
.location-item .info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--blue);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.location-item {
  position: absolute;
  left: 84%;
  top: 76%;
}
.location-item:nth-child(2) {
  left: 19%;
  top: 18%;
}
.location-item:nth-child(3) {
  left: 18%;
  top: 47%;
}
.location-item:nth-child(4) {
  left: 30%;
  top: 70%;
}
.location-item:nth-child(5) {
  left: 52%;
  top: 56%;
}
.location-item:nth-child(6) {
  left: 64%;/*72%*/
  top: 20%;
}
.location-item:nth-child(7) {
  left: 59%;
  top: 41%;
}
.location-item:nth-child(8) {
  left: 68.5%;
  top: 48%;
} 
@keyframes ripple-1 {
  0% {
      transform: scale(1);
      opacity: 0.8;
  }
  100% {
      transform: scale(3);
      opacity: 0;
  }
}
.network-content {
  margin-left: 30px;
}
.network-content ul.star-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 5px;
}
.vision-mission-wrap {
  position: relative;
  display: flex;
}
.vm-cmn-wrap {
  padding: 35px 160px;
  text-align: center;
  flex: 1;
}
.vm-content-icon {
  display: inline-block;
  background: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius:50px 50px 50px 10px;
  margin-bottom: 20px;
  text-align: center;
}
.vm-content-icon img {
  width: 75px;
}
.vision-wrap {
  background: var(--blue);
}
.mission-wrap {
  background: var(--red);
}
.vision-mission-wrap ul.star-list > li {
  color: #fff;
  padding-left: 0;
}
.vision-mission-wrap ul.star-list > li:before {
  content: "-";
  color: #fff;
  margin-right: 15px;
  position: relative;    
  font-family: none;
}
.testimonials-wrap {
  padding: 50px 0 35px;
  position: relative;
  z-index: 1;
}
.testimonial-img-wrap {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50px;
}
.testimonial-img-wrap img {
  border-radius: 50px;
}
.testimonial-title-stars {
  margin-bottom: 10px;
}
.testimonial-reviews i {
  color: #fcbf02;
}
.testimonial-icon {
  width: 100px;
  text-align: center;
  display: inline-block;    
  margin-top: 0.2em;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span {
 color: #666;
 font-size: 30px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  color: var(--red);
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.features-box .features-icon-box {
  margin-bottom: 30px;
  display: inline-block;
  background: var(--red);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
}
.features-box .features-icon-box img {
  max-width: 65px;
}
.features-box .features-counter h3 {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.1em;
  margin-bottom: 5px;
  color: #fff;
}
.features-box .features-counter p {
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}
.features-wrap.pad-tb {
  background: var(--blue);
}
.features-box {
  background: rgb(47 79 171 / 20%);
  border-radius: 50px 50px 50px 10px;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
}
.md-message-wrap {
  font-family: "Crete Round", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.md-message-wrap h2 {
  font-style: normal;
}
.md-message-wrap h4, .md-message-wrap .thanks_txt {
  text-align: right;
  font-family: "Crete Round", serif;
}
.md-message-wrap h4 {
  color: var(--blue);
}
.md-message-wrap h4 span {
  color: var(--red);
}
.md-message-wrap .thanks_txt { 
  margin-bottom: 2px;
}
.icn_txt .txt span {
  display: block;
}
header .header-logo {
    width: 32%;
}
.header-logo img {
    width: 100%;
}