* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif !important;
}

/* Top bar with Navbar */

.header.fixed {
  opacity: 0;
  transform: translateY(-50%);
}

p {
  font-weight: 550;
}

.header.active {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 0px 0;
  transform: none;
  transition-delay: 1s;
}

/* first Topbar */
#navbar {
  padding: 20px;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgb(27 25 42 / 10%);
  box-shadow: 0 5px 15px rgb(27 25 42 / 10%);
}

.header #navbar-top {
  padding: 20px 0;
  background: #1b192a;
}

.header #navbar-top .nav-info-wrap {
  text-align: left;
}

.header #navbar-top .nav-info-wrap .nav-info-box {
  margin-right: 30px;
  display: inline-block;
}

.header #navbar-top .nav-info-wrap .nav-info-box i {
  color: #6fbaf5;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.header #navbar-top .nav-info-wrap .nav-info-box span {
  font-size: 14px;
  color: #fff;
}

.header #navbar-top .nav-info-wrap .nav-info-box:last-child {
  margin-right: 0;
}

.header #navbar-top .nav-info-wrap .nav-info-box {
  display: inline-block;
}

.header #navbar-top .nav-info-wrap .nav-info-box i {
  color: #6fbaf5;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
  border-right: 1px solid #fff;
}

.header #navbar-top .nav-social-links {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.header #navbar-top .nav-social-links a {
  color: #fff;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 1px solid #fff;
}

.fab {
  color: white;
}

.fab:hover {
  color: #6fbaf5;
  transition: 0.5s all ease;
}

/* first Topbar */

/* ---------second top bar start------ */
#go {
  padding: 10px 10px 10px 10px;
}

.navy {
  padding: 10px 0px 10px 0px;
}

#header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 15px rgb(27 25 42 / 32%);
}

.navbar-toggler {
  display: none;
}

.navbar-nav .nav-item {
  white-space: nowrap;
  padding: 0px 0px 10px 40px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  display: flex;
  font-family: "Poppins", sans-serif;
  align-items: center;
  /* justify-content: space-between; */
  font-size: 13px;
  font-weight: 400;
  color: Black;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

#navbar .active {
  color: Black;
}

/* .navbar-expand-sm .navbar-nav .nav-link:hover {
   
  } */
#navbar a:hover:before {
  visibility: visible;
  width: 100%;
}

.fas {
  font-weight: 900;
}

.nav-item:hover .drop-content {
  display: block;
}

.navbar .nav-items a {
  padding: 10px 11px;
  text-decoration: none;
  font-weight: 400;
  color: black;
  font-size: 13px;
}

.drop-content a {
  color: black;
  padding: 12px 10px;
  border-bottom: 1px solid rgb(231 231 237);
  display: block;
  transition: all 0.5s ease !important;
}

.drop-content a:hover {
  color: white;
  background: #3968ab;
}

.drop-content,
.drop-content2 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 230px;
  font-size: 13px;
  box-shadow: 0px 0px 5px 0px #80808080;
  top: 60px;
  z-index: 1;
}

.drop-content2 {
  position: absolute;
  background-color: #ffffff;
  min-width: 230px;
  font-size: 13px;
  top: 0px;
  left: 227px;
  z-index: 1;
}

.dropdown:hover .drop-content,
.dropdown2:hover .drop-content2 {
  display: block;
}

.dropBtn2 .drop-content2 {
  position: absolute;
  left: 247px;
  top: 58px;
}

/* ---------second top bar start------ */

/*-----owl carousel------*/
.slide {
  width: 100%;
  height: 48vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero-slider-two .item:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  z-index: 5;
  position: absolute;
  background: #00000052;
}

/* owl dot */
#hero-slider-two .owl-carousel .owl-dots .owl-dot span {
  width: 25px;
  height: 8px;
  border: none;
}

#hero-slider-two .owl-carousel .owl-dots {
  /* background-color: #6e6c7a; */
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#hero-slider-two .owl-carousel .owl-dots .owl-dot span:hover {
  background-color: white;
  transition: 0.3s all ease;
}

#hero-slider-two .owl-carousel .owl-dots .owl-dot span {
  background-color: grey;
}

#hero-slider-two .owl-carousel .owl-dots .owl-dot.active span {
  background-color: white;
}

/* owl dot */

/* owl nav */
#hero-slider-two .owl-carousel button.owl-prev span {
  font-weight: 900;
  color: white;
}

#hero-slider-two .owl-carousel button.owl-next span {
  font-weight: 900;
  color: white;
}

#hero-slider-two .owl-carousel button.owl-prev {
  top: 40%;
  left: 15px;
  width: 60px;
  height: 60px;
  z-index: 44;
  color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  transform: translateY(-50%);
}

#hero-slider-two .owl-carousel button.owl-next {
  top: 40%;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  z-index: 44;
  color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  transform: translateY(-50%);
}

/* owl nav */

/* owl nav animate */
/* Prev */
#hero-slider-two .owl-carousel button.owl-prev::after {
  background-color: #6fbaf5;
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
}

#hero-slider-two .owl-carousel button.owl-prev:hover::after {
  width: 100%;
  transform: scale(1);
  visibility: visible;
}

/* Next */
#hero-slider-two .owl-carousel button.owl-next::after {
  background-color: #6fbaf5;
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0;
  transition: all 0.5s ease;
}

#hero-slider-two .owl-carousel button.owl-next:hover::after {
  width: 100%;
  transform: scale(1);
  visibility: visible;
}

/* owl nav animate */

/* carousel body */

.hero-title {
  font-weight: 600;
  margin-bottom: 30px;
  color: #f58c23;
  font-size: 37px;
}

.hero-subtitle {
  opacity: 1;
  color: #fff;
  margin: 0 0 40px;
  font-size: 40px;
}

.hero-inner {
  z-index: 999;
  position: absolute;
  top: 180px;
  left: 140px;
}

/* Carousel dots */

.carousel-indicators {
  /* margin: 0px 0px -190px 0px; */
  position: absolute;
  right: 0;
  top: 400px;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-control-prev-icon {
  background-image: url(../images/leftarrow1.svg);
}

/*-----owl carousel------*/

/* Our guide */
/* .mt {
  margin: 100px 0px 40px 0px;
} */

/* clients */
.umstextmv {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin-top: 40px;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  color: #f58c23;
  font-weight: 600;
}

.umstextmv::before {
  width: 25px;
  height: 2px;
  z-index: 5;
  bottom: -8px;
  background: #f58c23;
  left: 50%;
  bottom: -10px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.umstextmv::after {
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #f58c23;
}

.wrapper {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 13px;
  position: relative;
}

.wrapper .center-line {
  position: absolute;
  height: 97%;
  width: 4px;
  background: #f58c23;
  left: 50%;
  top: 11px;
  transform: translateX(-50%);
}

.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toltxip {
  position: relative;
  cursor: pointer;
}

.row section .details .title {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}

.moderndtext {
  color: #000;
}

.row section p {
  margin: 10px 0 17px 0;
  /* color: #FFF; */
  /* font-size: 12px; */
  line-height: 20px;
}

.toptiptxtds {
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  color: #000 !important;
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 79%;
  left: 0%;
  margin-left: -60px;
  transition: all 0.3s ease-in-out;
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
  font-size: 14px !important;
  border: 2px solid #f58c23;
}

.toltxip .toptiptxtds::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.wrapper .row-2 {
  justify-content: flex-end;
}

.wrapper .row section {
  background: #f58c23;
  border-radius: 0px 0px 7px 0px;
  width: calc(50% - 40px);
  padding: 10px;
  position: relative;
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #f58c23;
  top: 20px;
  z-index: -1;
  transform: rotate(45deg);
}

.row-1 section .icon {
  top: 15px;
  right: -60px;
}

.row-2 section .icon {
  top: 15px;
  left: -60px;
}

.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #f58c23;
  font-size: 17px;
  box-shadow:
    0 0 0 4px #fff,
    inset 0 2px 0 rgb(0 0 0 / 8%),
    0 3px 0 4px rgb(0 0 0 / 5%);
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #f58c23;
  top: 20px;
  z-index: -1;
  transform: rotate(45deg);
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #f58c23;
  top: 20px;
  z-index: -1;
  transform: rotate(45deg);
}

.row-1 section::before {
  right: -7px;
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #f58c23;
  top: 20px;
  z-index: -1;
  transform: rotate(45deg);
}

.row-2 section::before {
  left: -7px;
}

.toltxip:hover .toptiptxtds {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* Our guide */

/* Our expertise */
.bg-primary-light {
  background: rgba(255, 91, 41, 0.1);
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.section .section-heading {
  margin-bottom: 50px;
  text-align: center;
}

.section .section-heading .section-title span {
  margin-left: 15px;
}

.section .section-heading .section-title {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  color: #264a76;
}

.section .section-heading .section-title:after {
  background: #264a76;
}

.section .section-heading .section-title:after {
  width: 50px;
  height: 2px;
}

.section .section-heading .section-title:after {
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .section-heading .section-title:before {
  background: #f58c23;
}

.section .section-heading .section-title:before {
  width: 25px;
  height: 2px;
  background: #264a76;
  z-index: 5;
  top: 55px;
}

.section .section-heading .section-title:after,
.section .section-heading .section-title:before {
  left: 50%;
  content: "";
  position: absolute;
  transform: translateX(-50%);
}

.section .section-heading .section-title:after {
  background: #264a76;
}

.section .section-heading .section-title:after {
  width: 50px;
  height: 2px;
  background: #264a76;
}

.section .section-heading .section-title:after,
.section .section-heading .section-title:before {
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  /* -webkit-transform: translateX(-50%); */
  transform: translateX(-50%);
}

.services-item {
  z-index: 1;
  padding: 40px 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

.services-item .icon {
  margin-bottom: 10px;
}

.serviceicondexign {
  font-size: 70px;
  color: #4176b7;
}

.services-item .body h6 {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.45;
}

.services-item:hover .body p {
  color: #000;
}

.services-item:hover .body p {
  opacity: 0.75;
}

.services-item .body p {
  margin-bottom: 20px;
}

.exoiptext {
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  font-weight: 550;
}

.services-item:hover {
  border-color: transparent;
  transform: translateY(-10px);
}

.services-item {
  z-index: 1;
  padding: 40px 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50px;
  /* -webkit-transition: all 0.5s ease; */
  transition: all 0.5s ease;
}

.services-item:hover:after {
  opacity: 0.15;
  transition-delay: 0.5s;
  transform: scale(4);
  transition: all 0.5s ease;
}

.services-item:hover .icon span i:before {
  color: #1b539e;
}

.services-item .body a {
  color: #000000;
  position: relative;
  font-weight: 550;
  font-size: 15px;
  transition: all 0.3s ease;
}

.services-item .body a:hover i {
  margin-left: 15px;
  transition: all 0.5s ease;
}

.services-item:after {
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  background: #143e77;
  -webkit-box-shadow: 0 0 0 30px rgb(255 255 255 / 50%);
  box-shadow: 0 0 0 30px rgb(26, 116, 212);
}

/* Our expertise */

/* Our Works */
#galleryGrid {
  position: relative;
  height: 600px;
}

/* roadways */
#grid1 {
  position: absolute;
  left: 0%;
  top: 0px;
}

#grid2 {
  position: absolute;
  left: 25%;
  top: 0%;
}

#grid9 {
  position: absolute;
  left: 50%;
  top: 0%;
}

#grid10 {
  position: absolute;
  left: 75%;
  top: 0px;
}

#grid11 {
  position: absolute;
  left: 0%;
  top: 285px;
}

#grid12 {
  position: absolute;
  left: 25%;
  top: 285px;
}

#grid16 {
  position: absolute;
  left: 50%;
  top: 285px;
}

#grid17 {
  position: absolute;
  left: 75%;
  top: 285px;
}

/* /* /* Bridges  */
#grid3 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
}

/* /* /* railways   */
#grid4 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
}

#grid5 {
  position: absolute;
  left: 25%;
  top: 0px;
  display: none;
}

#grid20 {
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
}

#grid21 {
  position: absolute;
  left: 75%;
  top: 0px;
  display: none;
}

/* /* /* water treatment   */
#grid6 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
}

#grid7 {
  position: absolute;
  left: 25%;
  top: 0px;
  display: none;
}

#grid8 {
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
}

#grid19 {
  position: absolute;
  left: 75%;
  top: 0px;
  display: none;
}

/* /* building  */
#grid13 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
}

#grid14 {
  position: absolute;
  left: 25%;
  top: 0px;
  display: none;
}

#grid18 {
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
}

#grid22 {
  position: absolute;
  left: 75%;
  top: 0px;
  display: none;
}

/* /* /* irrigation   */
#grid15 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
}

#grid23 {
  position: absolute;
  left: 25%;
  top: 0px;
  display: none;
}

#grid24 {
  position: absolute;
  left: 50%;
  top: 0px;
  display: none;
}

.gallery-filter {
  margin-bottom: 50px;
}

.gallery-filter a.road {
  background: #f58c23;
}

.gallery-filter a.road {
  color: #fff;
  border-color: transparent;
}

.gallery-filter a {
  padding: 7px 20px;
  background: transparent;
  position: relative;
  color: #000000;
  margin-right: 10px;
  font-weight: 500;
  z-index: 6;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

.gallery-filter a:after {
  background: #000;
}

.gallery-filter a.road {
  background: #f58c23;
}

.gallery-filter a.road {
  background: #1a529c;
  color: #fff;
  border-color: transparent;
}

.gallery-filter a {
  padding: 7px 20px;
  background: transparent;
  position: relative;
  color: #000000;
  margin-right: 10px;
  font-weight: 500;
  z-index: 6;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.gallery-filter {
  text-align: left;
  margin-bottom: 50px;
}

.text-center {
  text-align: center !important;
}

body,
html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #6e6c7a;
  margin: 0;
  padding: 0;
}

.gallery-filter a:after {
  background: #000;
}

.gallery-filter a:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -6;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform-origin: 0 0;
  transform: scaleX(0);
  border-radius: 30px;
  transition: all 0.5s ease;
}

.gallery-filter a:hover {
  color: #fff !important;
  border-color: transparent;
}

.gallery-filter a:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.gallery-item .gallery-item-inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.gallery-item .gallery-item-img {
  border-radius: 30px;
}

.gallery-item .gallery-details {
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  border-radius: 0 0 30px 30px;
  align-items: stretch;
  position: absolute;
  transform: translateY(100%);
  background: #f58c23;
  transition: all 0.5s ease;
  justify-content: space-between;
}

.gallery-item .gallery-details .detail-text {
  padding: 20px 30px;
  flex: 1;
}

.gallery-item .gallery-details .detail-text h5 {
  margin-bottom: 5px;
}

.mdrngalrynmetext {
  font-size: 17px !important;
  color: #000;
  font-weight: bolder;
}

.homegalerydestext {
  color: #fff;
  font-size: 13px;
}

.gallery-item:hover .gallery-details {
  transform: translateY(0);
}

/* Our Works */

/* Why us/why us page  */
.innerwhyumsl1 h6 {
  font-size: 13px;
}

.why-choose-us-img img {
  border-radius: 50px;
}

.why-choose-us-col {
  padding-left: 30px;
}

.why-choose-us-col .why-choose-us-inner .inner-text h6 {
  color: #1a529c !important;
}

.why-choose-us-col .why-choose-us-inner .inner-text h6 {
  font-size: 28px;
  margin-bottom: 10px;
  font-style: italic;
  color: #1a529c;
  font-weight: 600;
}

.why-choose-us-col .why-choose-us-inner .inner-text h4 {
  margin-bottom: 15px;
  font-size: 21px;
}

.why-choose-us-col .why-choose-us-inner .inner-text p {
  margin-bottom: 25px;
}

p {
  line-height: 30px;
  margin: 0;
  color: #000;
  font-weight: 500;
}

.why-choose-us-col .why-choose-us-inner ul {
  margin-bottom: 40px;
}

.why-choose-us-col .why-choose-us-inner ul li {
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 15px;
}

.why-choose-us-col .why-choose-us-inner ul li i {
  background: #1a529c;
}

.why-choose-us-col .why-choose-us-inner ul li i {
  background: #1a529c;
  font-size: 13px;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 40px;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.why-choose-us-col .why-choose-us-inner ul li h6 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

.why-choose-us-col .why-choose-us-inner ul li:hover i {
  background: #1b192a;
}

.primary-button {
  background: #04375a;
}

.primary-button {
  z-index: 4;
  padding: 22px 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  background: #04375a;
  color: #fff !important;
  border: none;
}

.primary-button i {
  margin-left: 15px;
}

.primary-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform-origin: 0 0;
  transform: scaleX(0);
  border-radius: 50px;
  background: #1b192a;
  transition: all 0.5s ease;
}

.primary-button:hover {
  color: #fff !important;
}

.primary-button:hover:after {
  width: 100%;
  transform: scale(1);
  visibility: visible;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Why us/why us page  */

/* Pdf section */
.bg-dark-blue {
  background: #1b192a;
}

.bg-dark-blue {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.work-process-inner .work-process-text h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 25px;
}

.work-process-inner .work-process-text p {
  opacity: 0.75;
  margin-bottom: 30px;
  color: #fff;
}

.safteylisttext1 {
  font-size: 15px;
}

.work-process-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.work-process-inner ul li span {
  background: #f58c23;
}

.work-process-inner ul li span {
  width: 40px;
  height: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 40px;
  flex: 0 0 40px;
  font-size: 17px;
  margin-right: 20px;
  border-radius: 100px;
  transition: all 0.5s ease;
  background: #f58c23;
}

.work-process-inner ul li {
  margin-bottom: 13px;
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.work-process-inner ul li p {
  opacity: 0.75;
  color: #fff;
  font-weight: 600;
}

.safteylisttext {
  font-size: 13px;
  line-height: 25px;
}

.counters {
  position: relative;
}

.counters .counter-item {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
}

.counters img {
  border-radius: 20px;
  width: 100%;
}

.counters .counter-item .counter-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fntpdficon {
  color: #fff;
  font-size: 50px;
}

.counters .counter-item:after {
  background: #f58c23;
}

.counters .counter-item:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  background: #f58c23;
}

.policyumbtnareas10 {
  padding-bottom: 20px;
  position: absolute;
  left: 11%;
  bottom: 442px;
}

.policyumbtnareas11 {
  padding-bottom: 20px;
  position: absolute;
  left: 60%;
  bottom: 442px;
}

.policyumbtnareas12 {
  padding-bottom: 0px;
  position: absolute;
  left: 11%;
  bottom: 126px;
}

.policyumbtnareas13 {
  padding-bottom: 0px;
  position: absolute;
  left: 60%;
  bottom: 126px;
}

.primary-buttons10 {
  z-index: 4;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.5s ease;
  background: #1b192a;
  color: #fff !important;
  width: 100%;
  font-size: 13px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 0px;
}

.primary-buttons10:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0px;
  background: #f58c23;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-buttons10:hover {
  color: #fff !important;
}

.primary-buttons10:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* pdf section */

/* blog section */

.blog-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 30px;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgb(27 25 42 / 10%);
}

.img {
  overflow: hidden;
}

.blog-item .img:hover img {
  position: relative;
  transform: scale(1.03);
}

.blog-item .img img {
  border-radius: 30px 30px 0 0;
  transition: all 0.5s ease;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #6ab1e9;
  height: 15px;
  width: 15px;
  background-color: white;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #6ab1e9;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span:hover {
  background-color: white;
}

.blog-item .body {
  padding: 30px 30px 23px 30px;
}

.blog-item .body .meta {
  margin-bottom: 10px;
}

.blog-item .body .meta a {
  margin-right: 10px;
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body .meta a i {
  color: #f58c23;
}

.blog-item .body .meta a span {
  font-size: 14px;
}

.blog-item .body h6 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.blog-item .body h6 a {
  font-weight: 600;
  margin: 0;
  color: black;
}

.blog-item .body p {
  margin-bottom: 15px;
  line-height: 30px;
  margin: 0;
  color: #000;
  font-weight: 500;
}

.blog-item .body .blog-button {
  background: #04375a;
}

.blog-item .body .blog-button {
  margin-top: 15px;
  z-index: 4;
  padding: 11px 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  background: #04375a;
  color: #fff !important;
}

.blog-item .body .blog-button:hover {
  color: #fff !important;
}

.blog-item .body .blog-button:hover:after {
  width: 100%;
  transform: scale(1);
  visibility: visible;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog-item .body .blog-button:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog-item .body .blog-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 50px;
  background: #1b192a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* blog section */

/* Branch container  */
.footerGDPLmainarea {
  background-image: url(../images/bmap1.png) !important;
}

.footerGDPLmainarea1 {
  background: #1b192ab3;
  width: 100%;
  height: 100%;
}

.branch {
  display: flex;
}

.footeraddress_outstructure {
  margin: 0px 0px 0px 0px;
  padding: 20px 30px 30px 30px;
}

.GDPLoffice_outstructure1 {
  width: 20%;
  padding: 20px 11px 20px 11px;
  position: relative;
}

.GDPLoffice_outstructure1 h1 {
  margin: 0px;
  font-size: 17px;
  font-weight: bolder;
  color: #f58c23;
  padding: 5px 0px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.GDPLoffice_outstructure1 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #f58c23;
}

.GDPLoffice_outstructure1 p {
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  padding: 7px 0px 0px 0px;
}

.GDPLoffice_outstructure1::after {
  position: absolute;
  content: "";
  height: 140px;
  border-right: 3px solid #f58c23;
  right: 13px;
  top: 18px;
}

.GDPLoffice_outstructure {
  width: 20%;
  padding: 20px 11px 20px 11px;
  position: relative;
}

.GDPLoffice_outstructure h1 {
  margin: 0px;
  font-size: 17px;
  font-weight: bolder;
  color: #f58c23;
  padding: 5px 0px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.GDPLoffice_outstructure h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #f58c23;
}

.GDPLoffice_outstructure p {
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  padding: 7px 0px 0px 0px;
}

.GDPLoffice_outstructure::after {
  position: absolute;
  content: "";
  height: 140px;
  border-right: 3px solid #f58c23;
  right: 13px;
  top: 18px;
}

.GDPLoffice_outstructure2 {
  width: 20%;
  padding: 20px 11px 20px 11px;
  position: relative;
}

.GDPLoffice_outstructure2 h1 {
  margin: 0px;
  font-size: 17px;
  font-weight: bolder;
  color: #f58c23;
  padding: 5px 0px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.GDPLoffice_outstructure2 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #f58c23;
}

.GDPLoffice_outstructure2 p {
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  padding: 7px 0px 0px 0px;
}

.GDPLoffice_outstructure2::after {
  position: absolute;
  content: "";
  height: 140px;
  border-right: 3px solid #f58c23;
  right: 13px;
  top: 18px;
}

.GDPLoffice_outstructure3 {
  width: 20%;
  padding: 20px 11px 20px 11px;
  position: relative;
}

.GDPLoffice_outstructure3 h1 {
  margin: 0px;
  font-size: 17px;
  font-weight: bolder;
  color: #f58c23;
  padding: 5px 0px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.GDPLoffice_outstructure3 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #f58c23;
}

.GDPLoffice_outstructure3 p {
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  padding: 7px 0px 0px 0px;
}

.GDPLoffice_outstructure3::after {
  position: absolute;
  content: "";
  height: 140px;
  border-right: 3px solid #f58c23;
  right: 13px;
  top: 18px;
}

.GDPLoffice_outstructure4 {
  width: 20%;
  padding: 20px 11px 20px 11px;
}

.GDPLoffice_outstructure4 h1 {
  margin: 0px;
  font-size: 17px;
  font-weight: bolder;
  color: #f58c23;
  padding: 5px 0px 5px 0px;
  position: relative;
  letter-spacing: 1px;
}

.GDPLoffice_outstructure4 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #f58c23;
}

.GDPLoffice_outstructure4 p {
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  padding: 7px 0px 0px 0px;
}

.GDPLoffice_outstructure4::after {
  position: absolute;
  content: "";
  height: 140px;
  border-right: 3px solid #f58c23;
  right: 13px;
  top: 18px;
}

/* Branch container */

/* footer */
/*#footer {*/
/*  background: #1b192a;*/
/*}*/

#footer #footer-top {
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 0;
}

.newadsctionfooter {
  position: relative;
  z-index: 2;
}

#footer #footer-top .footer-widget {
  margin-bottom: 30px;
}

#footer #footer-top .footer-widget p {
  color: black;
  font-weight: 600;
}

.foterabout {
  font-size: 12px;
  line-height: 17px;
  padding: 17px 0px 0px 0px;
}

#footer #footer-top:after {
  content: "";
  width: 100%;
  float: left;
  display: block;
  padding-top: 60px;
  padding-bottom: 200px;
  z-index: 1;
  /* background: url(../images/footer-bg.png)no-repeat center bottom #d7d3d3; */
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  opacity: 0.3;
}

#footer #footer-top .footer-widget h5 {
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
}

#footer #footer-top .footer-widget h5:after {
  background: black;
}

#footer #footer-top .footer-widget h5:after {
  content: "";
  width: 50px;
  height: 1px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer #footer-top .footer-widget ul.footer-links li {
  margin-bottom: 12px;
}

.footer-links {
  list-style-type: none;
}

#footer #footer-top .footer-widget ul.footer-links li a {
  color: #fff;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#footer #footer-top .footer-widget ul.footer-links li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-right: 20px;
}

#footer #footer-top .footer-widget ul.footer-links li a:hover {
  color: #f58c23;
}

#footer #footer-top .footer-widget ul.footer-links li a:hover {
  color: #1d519c;
  opacity: 1;
  font-weight: 900;
  text-decoration: underline;
}

#footer #footer-top .footer-widget ul.footer-links li a {
  color: black;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#footer #footer-top .footer-widget ul.footer-links li a:hover:before {
  color: #b5b3b6;
}

#footer #footer-top .footer-widget ul.footer-links li a:hover:before {
  color: #b5b3b6;
  margin-left: 5px;
}

#footer
  #footer-top
  .footer-widget
  .newsletter-form-wrap
  .newsletter-form-group
  .newsletter-form-control {
  width: 100%;
  outline: none;
  border: none;
  display: block;
  color: #fff;
  border-radius: 30px;
  padding: 18px 80px 18px 60px;
  background: rgba(255, 255, 255, 0.03);
}

#footer
  #footer-top
  .footer-widget
  .newsletter-form-wrap
  .newsletter-form-group
  span {
  color: #ff5b29;
}

#footer
  #footer-top
  .footer-widget
  .newsletter-form-wrap
  .newsletter-form-group
  span {
  top: -57px;
  z-index: 4;
  width: 60px;
  left: 19px;
  height: 60px;
  line-height: 60px;
  position: relative;
  color: #ff5b29;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#footer
  #footer-top
  .footer-widget
  .newsletter-form-wrap
  .newsletter-form-group
  .newsletter-form-btn {
  top: 109px;
  right: 0;
  z-index: 2;
  width: 60px;
  border: none;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#footer
  #footer-top
  .footer-widget
  .newsletter-form-wrap
  .newsletter-form-group
  .newsletter-form-btn:hover {
  color: #ff5b29 !important;
}

#footer #copyright {
  padding: 10px 0px 10px 0px;
}

#footer #copyright p {
  color: #fff;
  opacity: 0.75;
  font-size: 13px;
}

#footer #copyright .footer-social-link {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#footer #copyright .footer-social-link ul {
  display: flex;
}

#footer #copyright .footer-social-link ul li {
  margin-right: 10px;
}

#footer #copyright .footer-social-link ul li a i {
  color: #fff;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 34px;
  font-size: 14px;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.03);
}

#footer #copyright .footer-social-link ul li a i:hover {
  color: #fff !important;
}

#footer #copyright .footer-social-link ul li a i:hover:after {
  width: 100%;
  transform: scale(1);
  visibility: visible;
}

#footer #copyright .footer-social-link ul li a i:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform-origin: 0 0;
  transform: scaleX(0);
  border-radius: 50%;
  background: #18509d;
  transition: all 0.5s ease;
}

#footer #copyright .footer-social-link ul li a i {
  z-index: 4;
}

/* footer */

/* Home/ about page */
#about {
  position: relative;
}

.section {
  padding: 50px 0;
  overflow: hidden;
}

#about:after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  position: absolute;
  /* background-image: url(images/builds.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.about-img-wrap img {
  border-radius: 50px;
}

.about-inner .about-text h6 {
  font-size: 28px;
  margin-bottom: 7px;
  color: #1a529c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.who::after {
  content: "";
  top: 0;
  right: 0;
  /* width: 100%; */
  height: 100%;
  z-index: 9999;
  opacity: 2;
  position: absolute;
  background-image: url(../images/agile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.about-inner .about-text h4 {
  margin-bottom: 13px;
  font-size: 21px;
  font-weight: bolder;
  color: black;
}

.about-inner .about-text p {
  margin-bottom: 7px;
  font-size: 14px;
  color: black;
}

p {
  line-height: 30px;
  margin: 0;
  color: #000;
}

.about-inner ul li {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: 600;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.about-inner ul li h6 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.2rem;
}

.homedownheading {
  color: #f58c23;
}

.about-inner ul li i {
  background: #f58c23;
}

.about-inner ul li:hover i {
  background: #18509b;
}

.about-inner ul li i {
  background: #6094ca;
  font-size: 17px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 40px;
  border-radius: 100px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.about-inner .about-text p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  color: #000;
  font-weight: 550;
}

.bod-inner {
  border-radius: 50px;
}

/* 1st about section */
/* about section */
#section1 {
  padding: 64px 0px 286px 0px;
  overflow: hidden;
}

.about-inner {
  z-index: 1;
  padding-left: 30px;
}

.about-img-wrap img {
  border-radius: 50px;
}

.breadcrumb-section {
  overflow: hidden;
  position: relative;
  padding: 150px 0 130px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.breadcrumb-section:before {
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: 42;
  position: absolute;
  background: #1b192a78;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 100;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  /* margin-bottom: 100px; */
  text-align: left;
  font-weight: 600;
}

#section2:after {
  display: none;
}

/* 1st about section */

/* Board of director section */
.bdm {
  width: 204px;
  margin-right: 30px;
}

.bod-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px rgb(27 25 42 / 10%);
  box-shadow: 0 10px 30px rgb(27 25 42 / 10%);
  perspective: 100px;
}

.bod-item .bodbody {
  padding: 10px;
  background: #1b192a;
  position: relative;
  transition: all 0.5s ease;
}

.bod-item .bodbody h6 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

.boardnewdirector {
  font-size: 12px;
  cursor: pointer;
}

.bod-item .bodbody span {
  color: #fff;
  opacity: 0.75;
  font-size: 12px;
}

.bod-item.image img {
  z-index: 4;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}

.bod-item:hover .image img {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  visibility: visible;
  opacity: 0.5;
}

.bod-item:hover .social {
  opacity: 1;
  visibility: visible;
}

.bod-item .social {
  top: 50%;
  left: 42%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bod-item .social ul li:last-child {
  margin-right: 0;
}

.bod-item .social ul li {
  display: inline-block;
}

.bod-item .social ul li a {
  background: #ff5b29;
}

.bod-item .social ul li a {
  width: 40px;
  height: 40px;
  z-index: 222;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #fff !important;
  background: #ff5b29;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.bod-item .social ul li a:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #1b192a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social a {
  -webkit-animation: fadeInUp 0.7s ease forwards;
  animation: fadeInUp 0.7s ease forwards;
}

.bod-item .social ul li a:hover {
  color: #fff !important;
}

.bod-item:hover .social a {
  animation: fadeInUp 0.7s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bod-item .social ul li a:hover:after {
  width: 100%;
  transform: scaleY(1);
  visibility: visible;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Board of director section */

/* Fancybox inner */
.fancybox-slide--html .fancybox-close-small {
  background: #f58c24;
  color: #fff;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancmodalinnertext {
  color: #f58c24;
  font-size: 25px;
  padding: 0px 0px 20px 0px;
}

.btechteamimgdesign {
  width: 225px;
  float: left;
  border-radius: 3px 3px 3px 3px;
}

.fancymodalparatext {
  font-size: 17px;
  color: #212529;
  font-weight: 600;
  padding: 0px 0px 5px 13px;
  line-height: 20px;
  float: left;
  width: 71%;
  text-align: justify;
}

/* Fancybox inner */

/* mission/vission/core values section */
.umslmisionimgx {
  width: 100%;
  height: 100%;
}

.why-choose-us-col .why-choose-us-inner ul li {
  margin-bottom: 11px;
  display: flex;
  padding-bottom: 15px;
}

.innerwhyumsl2 {
  width: 100%;
}

.coretextdetails {
  font-size: 13px;
  line-height: 20px;
  font-weight: 550;
}

/* mission/vission/core values section */

/* group companies */
.hajhasd {
  color: black;
  font-size: 13px;
  font-weight: 550;
}

.countrytext {
  font-size: 25px;
  color: #f58c23;
  padding: 10px 0px 10px 0px;
  text-decoration: underline;
  font-weight: 600;
}

.countrylist_section {
  list-style: none;
}

.countrylist_section li {
  font-size: 13px;
  padding: 0px 0px 17px 0px;
}

.countrylist_section i {
  background: #f58c23;
  font-size: 13px;
  margin-right: 13px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 40px;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  float: left;
}

/* group companies */

/* our policies */
.companypolicysection {
  margin: 40px 0px 40px 0px;
}

.policyumslarea {
  margin: 40px 0px 0px 0px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 12%),
    0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.policyumslarea img {
  width: 100%;
  height: 350px;
}

.policyumbtnarea {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.primary-button1 {
  z-index: 4;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f58c23;
  color: #fff !important;
  width: 50%;
  font-size: 13px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 0px;
}

.policyumslarea:hover {
  box-shadow:
    0 14px 28px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 22%);
}

.primary-button1:hover {
  color: #fff !important;
}

.primary-button1:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0px;
  background: #1b192a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-button1:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* our policies */

/* about page */

/* why us */
.innerwhyumsl1 {
  width: 46%;
  float: left;
}

/* why us */

/* what we do page/enquiry page */
.inrbheading {
  font-size: 25px;
  color: #f58c23;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.roadumslsection {
  margin: 40px 0px 40px 0px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border-radius: 7px;
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
}

.roadfimgx {
  width: 100%;
}

.descriptionroadarea {
  width: 100%;
  height: 100%;
  top: 210px;
  left: 0px;
  background: #f58c23b8;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  border-radius: 7px;
}

.roadheadingarea {
  text-align: center;
  color: #000;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 30px 0px 0px 0px;
  font-weight: 550;
}

.roaddescriptionsection {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
  padding: 3px 0px 0px 17px;
  font-weight: 550;
}

.roadbridbtnsection {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

.roadumslsection:hover .descriptionroadarea {
  top: 0px;
  opacity: 1;
  cursor: pointer;
}

.descriptionroadarea {
  width: 100%;
  height: 100%;
  top: 210px;
  left: 0px;
  background: #f58c23b8;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  border-radius: 7px;
}

.primary-button2:hover {
  color: #fff !important;
}

.primary-button2:hover {
  color: #fff !important;
}

.primary-button2 {
  z-index: 4;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  color: #fff !important;
  width: 50%;
  font-size: 13px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 0px;
}

.primary-button2:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.primary-button2:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.primary-button2:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 0px;
  background: #f58c23;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* logistic section */
.mhant_outsection {
  margin: 40px 0px 40px 0px;
}

.gdplvimison_outstructure {
  margin: 40px 0px 40px 0px;
}

.umslmisionimgx {
  width: 100%;
  height: 100%;
}

.loglist {
  margin: 20px 0px 0px 0px;
}

.buildwhytext {
  text-transform: inherit;
}

.logheading {
  font-size: 15px;
  color: #f58c23;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
}

.mdownsection {
  margin: 0px 0px 40px 0px;
}

.cartwoimg {
  width: 100%;
  height: 100%;
}

.alterimgstyle {
  width: 80px;
}

.fareafix {
  height: 338px;
}

.alterimgarea {
  padding: 0px 0px 10px 0px;
}

.services-item:hover .body h6 {
  color: #000;
}

.services-item .body h6 {
  margin-bottom: 15px;
}

.innerlogicheading {
  font-size: 15px;
}

.exoiptextlogictext {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

.oteqpmnttext {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  color: #f58c23;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.oteqpmnttext::before {
  width: 25px;
  height: 2px;
  z-index: 5;
  bottom: -8px;
  background: #f58c23;
  left: 50%;
  bottom: -10px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.oteqpmnttext::after {
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #f58c23;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.oepmntarea {
  background: #fff;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 12%),
    0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 13px 0px 13px 25px;
  border-radius: 40px 0px 40px 0px;
  cursor: pointer;
  margin: 0px 0px 30px 0px;
}

.oepmntarea img {
  display: inline-block;
}

.oepmntarea h3 {
  display: inline-block;
  font-size: 35px;
  padding: 0px 0px 0px 17px;
  color: #f58c23;
}

.oepmntarea p {
  color: #444;
  padding: 5px 0px 0px 0px;
  font-weight: 600;
}

/* logistic section */
/* what we do page/enquiry page */

/* Our clients page */

.pb-minus-70 {
  padding-bottom: 70px;
}

.why-choose-us-col .why-choose-us-inner .inner-text h6 {
  color: #f58c23;
}

.coloradd {
  color: #fff;
}

.companypolicysection {
  margin: 40px 0px 40px 0px;
}

.companylogistic_section {
  margin: 30px 0px 30px 0px;
}

.companylogistic_section h6 {
  color: #f58c23;
  font-size: 25px;
  margin: 0px;
  text-align: center;
  font-weight: 600;
  margin: 40px 0px 40px 0px;
}

.ulogisticthree {
  margin: 30px 0px 0px 0px;
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
  padding: 10px;
}

.ulogisticthree img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ulogisticthree h6 {
  text-align: center;
  font-size: 15px;
  margin: 0px;
  letter-spacing: 2px;
}

.cmnewlist {
  padding: 4px 0px 0px 0px;
}

.countrytext {
  font-size: 25px;
  color: #f58c23;
  padding: 10px 0px 10px 0px;
  text-decoration: underline;
  font-weight: 550;
}

.countrylist_section i {
  background: #f58c23;
  font-size: 13px;
  margin-right: 13px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 40px;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  float: left;
  font-weight: 550;
}

.grptadd {
  color: white;
  font-weight: 550;
}

/* slick Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick Slider */
/* Our clients page */

/* News room page */
.groupcompanydescription {
  color: #fff;
  font-size: 13px;
  font-weight: 550;
}

/* News room page */

/* investor page section */
.csreverysection img {
  width: 100%;
  height: 100%;
}

.csreverysection p:hover {
  box-shadow:
    0 14px 28px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 22%);
}

.csreverysection p {
  font-size: 13px;
  color: #000;
  font-weight: 550;
  padding: 20px 10px 10px 10px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 12%),
    0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 23px;
}

/* investor page section */

/* Carrer page */

.coptx_outsection {
  margin: 50px 0px 50px 0px;
}

.umteamx {
  margin-top: 40px;
  margin-bottom: 20px;
}

.singlejobarea {
  margin: 20px 0px 30px 0px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 12%),
    0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 25px;
  border-left: 5px solid #e1e7ff;
  cursor: pointer;
}

.iobbagicodesign i {
  background: #2e3035;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 19px;
}

.designationnewtext {
  color: #f58c23;
  font-size: 17px;
  display: inline-block;
  padding: 0px 0px 0px 11px;
  font-weight: 600;
}

.descrjobtext {
  font-size: 12.7px;
  line-height: 22px;
  text-align: justify;
  padding: 0px 0px 0px 60px;
  font-weight: 530;
}

.lctndesignv {
  margin: 10px 0px 0px 60px;
}

.applyareabtn {
  text-align: center;
}

.lctnicndf {
  color: #f58c23;
  padding: 0px 7px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sapplybtn {
  margin-top: 15px;
  width: 33%;
}

.sapplybtn a {
  color: #fff !important;
}

.singlejobarea:hover {
  box-shadow:
    0 14px 28px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 22%);
  border-left: 5px solid #f58c23;
}

.aininfratext {
  color: #fff;
}

.bg-dark-blue {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-dark-blue {
  background: #1b192a;
}

.why-choose-us-col .why-choose-us-inner .inner-text h6 {
  color: #f58c23;
}

.coloradd {
  color: #fff;
}

.newsgovttext {
  color: #000000;
  font-size: 25px;
  margin: 0px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-weight: 600;
}

/* Carrer page */

/* contact page */
/* map/mail section */
.newsmaparea {
  padding: 0px;
}

.umstextmv {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  color: #f58c23;
}

.umstextmv::before {
  width: 25px;
  height: 2px;
  z-index: 5;
  bottom: -8px;
  background: #f58c23;
  left: 50%;
  bottom: -10px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.umstextmv::after {
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #f58c23;
}

.fstareamap_section {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  height: 650px;
  background-image: url(../images/india.png);
  border: 1px solid #fff;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.toltxip1 {
  position: relative;
  cursor: pointer;
}

/* pin1 */
.pin {
  background: url(../images/pin.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: -4.2rem 0 0 -2.5rem;
  border-radius: 100%;
  transform: scale(0.7);
  top: 54%;
  left: 54%;
  z-index: 1;
}

.pin:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #0000005e;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
  border: none;
}

.toptiptxtds1 {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 2;
  bottom: 170%;
  left: 0%;
  margin-left: -222px;
  transition: all 0.3s ease-in-out;
}

.areanametext {
  text-align: left;
  font-size: 23px;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 5px 0px;
  color: #ff5b29;
}

.areadescriptiontext {
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  padding: 0px 0px 10px 0px;
}

a:link {
  text-decoration: none;
}

.mapviewarea {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.toltxip1 .toptiptxtds1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* @keyframes pulsePin {
  0% {
    box-shadow: 100px 100px 100px 100px rgba(0, 0, 0, 0.4);
  }
  70% {
   box-shadow: 100px 100px 100px 100px rgba(224, 144, 179, 0);
  }
  100% {
    box-shadow: 100px 100px 100px 100px rgba(224, 144, 179, 0);
  }
} */
@keyframes pulsePin {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(1, 1, 1, 0.5);
  }

  70% {
    box-shadow: 0 0 0 50px rgba(424, 180, 179, 0);
    box-shadow: 0 0 0 30px rgba(400, 50, 101, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(224, 144, 179, 0);
    box-shadow: 0 0 0 0 rgba(213, 20, 101, 0);
  }
}

.toltxip1:hover .toptiptxtds1 {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* pin2 */
.toltxip2 {
  position: relative;
  cursor: pointer;
}

.pin1 {
  background: url(../images/pin.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: -4.2rem 0 0 -2.5rem;

  border-radius: 100%;
  transform: scale(0.7);
  top: 52%;
  left: 60%;
  cursor: pointer;
}

.pin1:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
  border: none;
}

.toptiptxtds2 {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  left: 0%;
  margin-left: -222px;
  transition: all 0.3s ease-in-out;
}

.toltxip2 .toptiptxtds2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.toltxip2:hover .toptiptxtds2 {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* pin2 */
.toltxip3 {
  position: relative;
  cursor: pointer;
}

.pin2 {
  background: url(../images/pin.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: -4.2rem 0 0 -2.5rem;
  border-radius: 100%;
  transform: scale(0.7);
  top: 58%;
  left: 29%;
  cursor: pointer;
  z-index: 1;
}

.pin2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
  border: none;
}

.toptiptxtds3 {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  left: 0%;
  margin-left: -222px;
  transition: all 0.3s ease-in-out;
}

.toltxip3 .toptiptxtds3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.toltxip3:hover .toptiptxtds3 {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* dubai section */
/* pin3 */
.toltxip4 {
  position: relative;
  cursor: pointer;
}

.fstareamap_section2 {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  height: 650px;
  background-image: url(../images/dubai.jpg);
  border: 1px solid #fff;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pin3 {
  background: url(../images/pin.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: -4.2rem 0 0 -2.5rem;

  border-radius: 100%;
  transform: scale(0.7);
  top: 34%;
  left: 75%;
  cursor: pointer;
}

.pin3:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* border-color: #0000005e; */
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
  border: none;
}

.toptiptxtds4 {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  left: 0%;
  margin-left: -222px;
  transition: all 0.3s ease-in-out;
}

.toltxip4:hover .toptiptxtds4 {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* pin5 */
.toltxip5 {
  position: relative;
  cursor: pointer;
}

.pin4 {
  background: url(../images/pin.png);
  background-size: cover;
  height: 50px;
  width: 50px;
  margin: -4.2rem 0 0 -2.5rem;
  border-radius: 100%;
  transform: scale(0.7);
  top: 57%;
  left: 53%;
  cursor: pointer;
}

.toptiptxtds5 {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  left: 0%;
  margin-left: -222px;
  transition: all 0.3s ease-in-out;
}

.pin4:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #0000005e;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
  border: none;
}

.toltxip5:hover .toptiptxtds5 {
  visibility: visible;
  transition: 0.3s linear;
  animation: odsoky 1s ease-in-out infinite alternate;
}

/* mail section */
.formumslsection {
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact-form-wrap .form-group .contact-form-control {
  outline: none;
  width: 100%;
  border: none;
  height: auto;
  display: block;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 18px 20px 18px 50px;
  -webkit-box-shadow: 0 10px 30px 0 rgb(27 25 42 / 10%);
  box-shadow: 0 10px 30px 0 rgb(27 25 42 / 10%);
}

.contact-form-wrap .form-group i {
  transform: scaleX(-1);
  color: #ff5b29;
  bottom: 10px;
  position: relative;
  top: -71px;
  left: 20px;
}

.contact-form-wrap .form-group .enve {
  color: #ff5b29;
  bottom: 10px;
  position: relative;
  top: -265px;
  left: 20px;
}

/* map/mail section */
/* contact page */

/* back to top arrow */

/* /* Extra Things  */

h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
}

h3 i {
  color: #444;
}

.up-arrow {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
  font-size: 16px;
  overflow: hidden;
  visibility: hidden;
  color: #fff !important;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 100%;
  right: 1%;
  transition: all 1s ease;
  background-color: #349ac2;
  opacity: 0;
}

.up-arrow.active {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}

.up-arrow:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform-origin: bottom;
  transform: scaleY(0);
  transform: translateY(-571px);
  background: #1b192a;
  transition: all 0.5s ease;
}

.up-arrow:hover:after {
  width: 100%;
  transform: scaleY(1);
  visibility: visible;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* back to top arrow */

.carousel-control-next-icon {
  background-image: url(data:images/download.svg);
}

.logo {
  width: 296px !important;
  position: relative;
  top: -3px;
  left: -35px;
}

.img-fluid {
  max-width: 253px;
  height: auto;
}

.vision {
  margin-top: 40px;
}

.imgg {
  border-radius: 20px;
}

.para {
  font-size: 20px;
}

.vision {
  text-align: center;
}

.mission {
  font-size: 50px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  display: flex;
  font-family: "Poppins", sans-serif;
  align-items: center;
  /* justify-content: space-between; */
  font-size: 17px;
  font-weight: 400;
  color: Black;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

.drop-content a {
  color: black;
  padding: 12px 10px;
  border-bottom: 1px solid rgb(231 231 237);
  display: block;
  transition: all 0.5s ease !important;
  font-size: 15px;
}

.carousel-control-prev {
  margin-bottom: 72px;
}

.carousel-control-next {
  margin-bottom: 72px;
}

.tit {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background: #184c90;
  padding: 6px;
  border-radius: 0px 10px 10px 0px;
}

.tit:hover {
  color: white;
}

.headings {
  color: white;
  /* background-image: linear-gradient(90deg, #102646, #1a519bad); */
  background-image: linear-gradient(90deg, #add8e6, #1a519bad);
  border-radius: 0px 90px 0px 0px;
  width: 300px;
  font-size: 30px;
  font-family: ui-sans-serif;
  font-weight: 500;
}

.headings2 {
  color: white;
  /* background-image: linear-gradient(90deg, #102646, #1a519bad); */
  background-image: linear-gradient(90deg, #add8e6, #1a519bad);
  border-radius: 0px 90px 0px 0px;
  font-size: 30px;
  font-family: ui-sans-serif;
  font-weight: 500;
}

.enq {
  background-color: #084192 !important;
  color: #fff !important;
  border-color: #084192 !important;
  outline-color: transparent !important;
  transition: 0.3s !important;
}

.search {
  margin-left: 40px;
  margin-top: -11px;
}

/* ---------- */

.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #6fbaf5;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  padding-left: 5px;
  background-color: #97b5d7;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #01060a;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  /* float: left; */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #6fbaf5;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.show {
  width: 100%;
  border: none !important;
}

/* ------------------------- */

.road-map-main {
  margin: 50px 0 51px;

  .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;

    @media (max-width: 991px) {
      margin-bottom: 25px;
      height: auto;
      display: block;
    }

    &::before {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }

    &::after {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }

    .road-map-circle {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 25px solid transparent;
      border-top-color: #6fbaf5;
      border-right-color: #6fbaf5;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg);

      @media (max-width: 992px) {
        position: unset;
        border: 25px solid #6fbaf5;
      }

      .road-map-circle-text {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #2f5f9e;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-transform: capitalize;
        color: #fff;
        box-shadow: 0px 0px 10px 5px #00000021;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
      }
    }

    .road-map-card {
      width: 35%;
      float: right;
      background: #6fbaf5;
      padding: 20px 20px;
      z-index: 1;
      position: absolute;
      right: 0;
      border-radius: 5px;

      &::before {
        content: "";
        width: 25%;
        height: 20px;
        background: #6fbaf5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -23%;
        z-index: -1;
      }

      @media (max-width: 991px) {
        width: 100%;
        margin-top: 30px;
        position: unset;

        &::before {
          content: "";
          width: 20px;
          height: 30%;
          top: 50%;
          transform: translateX(-50%);
          left: 50%;
        }
      }

      @media (max-width: 425px) {
        top: 45%;
      }

      .card-head {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 15px;
        color: #fff;
      }

      .card-text {
        color: #fff;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;

        @media (max-width: 1199px) {
          -webkit-line-clamp: 4;
        }
      }
    }

    &:nth-of-type(even) {
      .road-map-circle {
        border-bottom-color: #6fbaf5;
        border-left-color: #6fbaf5;
        border-top-color: transparent;
        border-right-color: transparent;

        @media (max-width: 991px) {
          border-color: #6fbaf5;
        }
      }

      .road-map-card {
        float: left;
        left: 0;

        &::before {
          right: -23%;
          left: unset;

          @media (max-width: 991px) {
            content: "";
            width: 20px;
            height: 30%;
            top: 50%;
            transform: translateX(-50%);
            left: 50%;
          }

          @media (max-width: 425px) {
            top: 45%;
          }
        }
      }
    }
  }
}

/* ---------- */
.padd {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* service we provide */

.box7 {
  position: relative;
}

.box7:after,
.box7:before {
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.box7:after {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #0dab76;
  top: 0;
  left: 170%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  transition: all 1s ease 0s;
}

.box7:hover:before {
  opacity: 1;
}

.box7:hover:after {
  left: -170%;
}

.box7 img {
  width: 100%;
  height: auto;
}

.box7 .box-content {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease 0s;
}

.box7:hover .box-content {
  bottom: 30%;
}

.box7 .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.box7 .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.box7 .icon {
  margin: 0;
}

.box7 .icon li {
  display: inline-block;
}

.box7 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #0dab76;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.box8 .icon li,
.box8 .title {
  display: inline-block;
}

.box7 .icon li a:hover {
  transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
  .box {
    margin-bottom: 30px;
  }
}

/*********************** Demo - 1 *******************/
.box1 img,
.box1:after,
.box1:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
  text-align: center;
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
  content: "";
}

.box7 {
  overflow: hidden;
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
  letter-spacing: 1px;
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
  font-style: italic;
}

body {
  background-color: #f1f1f2;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.box1 .icon,
.box1 .title {
  margin: 0;
  position: absolute;
}

.box1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.box1:after,
.box1:before {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}

.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}

.box1:hover:after,
.box1:hover:before {
  transform: rotateZ(0);
}

.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}

.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}

.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.5s ease 0.2s;
}

.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}

.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #004cbf;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}

.box1:hover .icon {
  top: 0;
}

.box1 .icon li {
  display: block;
  margin: 10px 0;
}

.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
  border-radius: 50%;
}

.box1 .icon li a:hover {
  color: #fff;
  box-shadow:
    0 0 10px #000 inset,
    0 0 0 3px #fff;
}

@media only screen and (max-width: 990px) {
  .box1 {
    margin-bottom: 30px;
  }
}

.ctype {
  display: block;
  margin: auto;
}

.expert {
  background-image: url(../images/expert.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

/* ------------ Heavy Cables --- ----------------------- */
.margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

@import "https://fonts.googleapis.com/css?family=Roboto";

.abc {
  color: white;
}

.xxxx {
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  display: inline-block;
  margin: 1rem;
}

.xxxx:hover {
  box-shadow: 0 16px 36px 0 rgba(0, 0, 0, 0.7);
  transform: translate(0, -5px);
}

.xyz {
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}

.category {
  text-decoration: none;
  color: rgb(111 186 245);
  font-weight: bold;
  font-size: 24px;
}

.category:hover {
  color: white;
  text-decoration: none;
}

h2 {
  margin: 0;
  margin-top: 2px;
}

.author {
  text-decoration: none;
  color: rgb(90, 183, 243);
}

p {
  margin-top: 7px;
}

.author:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .xxxx {
    width: 40%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 550px) {
  .xxxx {
    width: 98%;
    margin: 1%;
  }
}

.spann {
  background-color: rgb(14, 117, 140);
  padding: 10px;
  color: white;
  font-size: 20px;
}

.padding {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* --------------------------------------------------- */

.ffont {
  font-family: "Times New Roman", Times, serif;
}

.margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.para {
  font-size: 18px;
}

.creative {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #000;
}

.creativity {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  color: white;
  font-size: 18px;
  opacity: 0;
  width: 100%;
  margin-top: -15px;
  transition: all 0.25s ease-out;
}

.creativity a {
  color: #fff;
}

.creativity a:hover {
  text-decoration: none;
}

.creative:hover .creativity {
  opacity: 1;
}

.creative img {
  transition: all 0.25s ease-out;
  transform: scale(1);
  opacity: 1;
}

.creative:hover img {
  transform: scale(1.15);
  opacity: 0.35;
}

.padding {
  padding: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.ccc {
  box-shadow: 2px 1px 1px 2px #b0b6bb;
  border-radius: 10px;
  display: inline-flex;
  border: 2px solid #6fbaf5;
}

.xyzz {
  font-size: 40px;
  color: #6fbaf5;
  margin-left: 12px;
}

.paragraph {
  margin-left: 45px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.width {
  width: 100%;
  border-radius: 20px;
}

.divv {
  margin-top: 40px;
}

.shead {
  color: #144a98;
  font-weight: 700;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.gg {
  width: 86%;
}

.single-item {
  position: relative;
  padding: 0px 20px 23px 20px;
}

.single-item:before {
  position: absolute;
  content: "";
  background: #dddddd;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 120px;
  left: 36%;
  line-height: 70px;
  font-size: 33px;
  text-align: center;
  background: transparent;
  top: -5px;
  margin-bottom: -15px;
  z-index: 1;
  margin-top: -28px;
}

.single-item .icon-box {
  color: #e41e2f;
}

.single-item .icon-box:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: -1;
}

.single-item .icon-box {
  color: #134998;
}

.single-item .icon-box:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  left: 0px;
  top: -10px;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: -2;
}

.single-item .icon-box:after {
  background: #316ab2;
}

.inner-container {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 33%);
  z-index: 2;
  margin-top: -50px;
}

.hdet {
  color: black;
  font-weight: 600;
  text-align: center;
  top: 32px;
  position: absolute;
  z-index: 1;
}

.foterabout {
  color: black;
}

.fsoc {
  color: black;
}

.rms-certify-section {
  padding: 60px 20px;
  background: #f4f8fb;
  font-family: "Segoe UI", sans-serif;
}

.rms-certify-container {
  max-width: 1200px;
  margin: auto;
}

/* TOP TEXT */
.rms-certify-content {
  background: #599fd1;
  padding: 25px 30px;
  border-radius: 10px;
  color: #222;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* GRID */
.rms-certify-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.rms-certify-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 3px solid #8ecae6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.rms-certify-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.rms-certify-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* THIRD IMAGE CENTER */
.rms-full {
  grid-column: span 2;
  max-width: 500px;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .rms-certify-grid {
    grid-template-columns: 1fr;
  }

  .rms-full {
    grid-column: span 1;
    max-width: 100%;
  }
}
