@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');
:root {
  --vge_primary-color: #000000;
  --vge_secondary-color: #0f7db8; 
  --vge_heading-font: "Outfit", sans-serif;
  --vge_body-font: "Rubik", sans-serif;
  --blue: #0f7db8;
  --green: #63a33c;
  --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: 18px;
  font-family: var(--vge_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--vge_heading-font);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;  
  letter-spacing: 0.5px;
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.text-green {
  color: var(--green);
}
.vge-btn {  
  padding: 12px 25px;
  border: 1px solid var(--green);
  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: 15px 0px 15px 0px;
}
.vge-btn:hover {
  border: 1px solid var(--blue);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--green);
}
.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(--green);
  border-color: var(--green); 
}
.btn--white {
  z-index: 1;
  color: var(--white);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--green);
  color: var(--white);
  background-color: var(--green);
}
.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(--black);
  position: relative;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);    
  display: block;
}
.top_bar {
  background: var(--blue); 
  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 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: #fff;
  -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: 2px 0;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--black);
  padding: 8px 1.5vw;
  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(--green);
}
header .main-menu > li:hover > a {
  color: var(--green);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--green);
}
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(--green);
  color: #fff;
  border-radius: 15px 0px 15px 0px;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 285px;
  overflow: hidden;
  border-top: 2px solid var(--dark-orange);
  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;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--green);
  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(--black);
  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;
  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(--green); 
  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;
}
/**/
.breadcrumb_wrap {
  padding: 110px 0;
  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;
  margin-bottom: 0;
}
.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 #dadada;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 48px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--blue);
}
textarea.form-control {
  height: 120px;
}
.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.vge-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.vge-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 30px;
}
ul.vge-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--green);
}
/*hero*/
.hero-area {
  background: no-repeat center/cover;
  position: relative;
  z-index: 1;
  padding: 70px 0 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-area {
    padding: 180px 0 80px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-area {
    padding: 210px 0 80px;
  }
}

@media (max-width: 575.98px) {
  .hero-area {
    padding: 230px 0 80px;
  }
}

.hero-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
  z-index: -1;
}

.hero-area .hero-image {
  position: relative;
}

@media (max-width: 991.98px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.hero-area .hero-image .hero-image-1 {
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .hero-area .hero-image .hero-image-1 {
    max-width: 330px;
    margin-left: 0;
  }
}

.hero-area .hero-image .hero-image-2 {
  max-width: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .hero-area .hero-image .hero-image-2 {
    max-width: 160px;
  }
}

.hero-area .section-top {
  -webkit-animation: 1.5s fadeInUp;
  animation: 1.5s fadeInUp;
}

.hero-area .button-group {
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}

.hero-area .section-top {
  -webkit-animation: 1.5s fadeInUp;
  animation: 1.5s fadeInUp;
}
.section-top .sub-title {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.section-top h1 {
  color: #ffffff;   
  margin-top: 20px;    
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-top h1 span {
  font-weight: 300;
}
.hero-area .button-group {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}
.hero-area .hero-image {
  position: relative;
  text-align: center;
  padding-left: 75px;
}
.hero-area .hero-image .hero-image-1 {
  max-width: 600px;
  margin-left: auto;
}
.hero-area .hero-image .hero-image-2 {
  max-width: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.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);
  }
}
/**/
.why-choose-wrap.pad-tb {
  background: #fff;
  padding: 50px 0 30px;
}
.why-choose {
  position: relative;
  overflow: hidden;
  padding-top: 10px;    
  transition: all 0.4s ease-in;
  margin-bottom: 30px;
}
.why-choose .why-choose-box {
  padding: 45px 40px 50px; 
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--blue); 
  transition: all 0.4s ease-in;
}
.why-choose-icon {
  margin-bottom: 10px;
}
.why-choose-icon i {
  font-size: 55px;
  line-height: 55px;
  color: #ffffff;
}
.why-choose-icon img {
  width: 90px;
}
.why-choose h3 {
  font-size: 24px;
  margin-top: 0px; 
  color: #fff;
}
.why-choose .why-choose-number-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 70px;
  height: 60px;
  padding: 10px;
  border-radius: 30px 0 0;
  background-color: #fff;
}
.why-choose .why-choose-number-wrap::after, .why-choose .why-choose-number-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 #fff;
  z-index: 1;
}
.why-choose .why-choose-number-wrap::before {
  bottom: 0;
  right: 100%;
  border-bottom-right-radius: 20px;
}
.why-choose .why-choose-box-number {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  z-index: 3;
  color: #fff;
  background-color: var(--green); 
  transition: all 0.4s ease-in;
}
.why-choose .why-choose-number-wrap::after {
  bottom: 60px;
  left: 72%;
  border-bottom-right-radius: 20px;
}
.why-choose:hover {
  transform: translate(0, -10px);
}
.why-choose:hover .why-choose-box-number {
  background-color: var(--blue);
  color: #fff;
}
.why-choose:hover .why-choose-box {
  background-color: var(--green);
}
/**/
.intro-section-wrap .col-lg-push-6 {
  left: 50%;
}
.intro-section-wrap .col-lg-pull-6 {
  right: 50%;
}
.intro-section-wrap .intro-content {
  padding-left: 25px;
}
.intro-section-wrap .intro-content h3 {
  margin-bottom: 15px;
}
.intro-section-wrap .intro-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.intro-img {
  padding-right: 110px;    
  position: relative;
}
.overlay-shape {
  position: relative;    
  border-radius: 20px;
}
.overlay-shape::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  opacity: 0;
}
.overlay-shape img {
  border-radius: 20px;
}
.intro-img .shape {
  position: absolute;
  right: 50px;
  top: 54px;
}
.intro-img .shape .experience {
  top: 18px;
  left: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.intro-img .intro-img-two {
  width: 234px;
  height: 183px;
  bottom: 44px;
  right: 48px;
  border: 3px solid #ddd;
  border-radius: 20px;    
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute !important;
  overflow: hidden !important;    
  border-radius: 20px;
}
/**/
.export-section-wrap.cover-background {
  padding: 90px 0;
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.export-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.export-section-wrap .background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent -40%, #0f313a 100%);/* #0f313a #003352 linear-gradient(180deg, transparent -50%, #111111 100%) linear-gradient(180deg, transparent -100%, #0f313a 100%)*/
  opacity: 1;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.export-wrap p {
  margin-bottom: 2rem;
}
.export-wrap h2 {
  font-size: 3em;
  line-height: 1.25; 
}
/**/
.about-section-wrap.intro-section-wrap .intro-content {
  padding-left: 0;
  padding-right: 50px;
} 
/**/
.footer {
  position: relative;
  background-color: #f2f2f2; 
  margin-top: 0px;
  z-index: 1;
  overflow: hidden;
}
.footer-shape {
  position: absolute;    
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.9;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
  mix-blend-mode: multiply;
}
.footer-top {
  padding: 60px 0 50px;
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--black);
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 8px;
}
.footer-widget ul.widget-links > li a {
  color: var(--black);
  position: relative;
  padding-left: 25px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--blue);
  text-decoration: none;
} 
.footer-widget ul.widget-links > li a:before {
  content:"-";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.icn {
  position: absolute;
  left: 0;
  color: #000;
}
.txt {
  padding-left: 30px;
  color: #000;
}
.footer-top .pad-50 {
  padding-left: 50px;
}
.footer-top .pad-20 {
  padding-left: 20px;
}
.footer-bottom {
  border-top: 1px solid #d2d2d2; 
  padding: 15px 0;position: relative;
}
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: transparent; 
  color: var(--black);
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;    
  border: 1px solid #000;
}
ul.social-links > li a:hover {
  background: var(--green); 
  color: var(--white);
  border: 1px solid var(--green);
}
ul.social-links > li a i {
  line-height: 38px;
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by {
  display: none;
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
label {
  margin-bottom: .2rem;
} 
.gallery-wrap .grid a.fancybox {
  display: block;
  position: relative;
}
.gallery-wrap .masonry-gallery {
  margin: 0 -7.5px;
}
.gallery-wrap .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 7.5px 15px;
}
.gallery-wrap .grid img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-wrap .grid .grid-img-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(15 125 184 / 90%); 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.gallery-wrap .grid .grid-img-overlay i {
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
}
.gallery-wrap .grid a.fancybox:hover .grid-img-overlay {
  opacity: 1;
}
.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;
}
.vm-section-wrap.pad-tb {
  padding: 50px 0 75px;    
  border-top: 1px solid #f2f2f2;
}
.vm-box-wrap {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
}
.vm-box-wrap.vision-box {
  background: var(--blue);
}
.vm-box-wrap.mission-box {
  background: var(--green);
}
.vm-icon {
  display: inline-block;
  color: #fff;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  border: 3px solid #FFf;
}
.vm-icon img {
  border-radius: 50%;
  border-bottom-left-radius: 0;
}
.vm-box-wrap:hover .vm-icon {
  background: var(--dark-orange);
}
.vm-box-wrap:hover h3 {
  color: var(--green);
}
/**/
.contact-map-section-wrap h3 {
  color: var(--green);
}
.contact-info-wrap {
  margin-top: 5px; 
  margin-bottom: 25px;
}
.contact-map-section-wrap a.contact-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.3em;
  color: var(--blue);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-map-section-wrap a.contact-link:hover {
  color: var(--green);
}
.contact-info-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.016em;    
  line-height: 1;
}
.contact-info {
  margin-top: 25px;
  position: relative;
  display: flex;    
  align-items: center;
}
.contact-info-wrap p, .contact-info-wrap p a {
  color: #555;
  margin-bottom: 0;
}   
.contact-icon {
  display: inline-block;
  background: linear-gradient(135deg, #003a70 0%, #1066af 70%);
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;    
  text-align: center;    
  margin-right: 15px;
}
.contact-icon img {
  width: 45px;
}
.contact-icon:hover {
  background: linear-gradient(135deg, #387215 0%, #63a33c 70%);
} 
/**/
.getquote-wrap {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);        
  padding: 2.9rem;    
  height: 100% !important;
}
.getquote-section-wrap .cover-background {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}    
.getquote-section-wrap .cover-background img { 
  display: none;
}
/**/
.import-exports-wrap img {
  border-radius: 20px;
}    
.ie-gallery-wrap img {
  border-radius: 20px;
}   