@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  transition: ease-in-out all 0.2s;
}

P {
  color: #3d3d3d;
  margin: 0 0 10px 0;
  font-size: 15px;
}

ul li {
  color: #4d4d4d;
  font-size: 15px;
}

a {
  text-decoration: none;
  outline: none;
  color: #606060;
  transition: ease-in-out all 0.2s;
}

a:hover {
  color: #606060;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
}

ul {
  display: block;
  margin: 0;
}

li {
  list-style: none;
}
.btn-custom {
  margin: 13px 0 0 0;
  background-color: rgb(2 51 99);
  /*background-color: darkolivegreen;*/
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  font-size: 18px;
  padding: 18px 60px 15px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.btn-custom:hover {
  color: #ff6600;
  background-color: #000000;
  padding-left: 60px;
  padding-right: 30px;
}
.btn-custom::before {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
  height: 20px;
  width: 20px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 12px;
}
.btn-custom::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 12px;
}
.btn-custom::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.btn-custom:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.btn-custom:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

.card-btn {
  margin: 1px 0 0 0;
  background-color: transparent;
  color: #fd0000;
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  font-size: 17px;
  padding: 0 30px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
}
.card-btn:hover {
  color: #000000;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 0;
  font-weight: 550;
}
.card-btn::before {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
  height: 20px;
  width: 20px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.card-btn::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
  height: 20px;
  width: 20px;
  /*background-color: #ff6600;*/
  background-color: darkolivegreen;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  border: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-btn::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.card-btn:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.card-btn:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

.download-btn {
  background-color: #14337a;
  padding: 2.5px 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101011;
}

.heading-title h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.heading-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.heading-title h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.heading-title h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

object {
  min-height: 400px;
}

.testimonial {
  border-left: 4px solid #ff6600;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 25px solid #ff6600;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(-45deg);
  transform-origin: 80% -30% 0;
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #918686;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #ff6600;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #ff6600;
}

/*=============Top header css Start============*/

.main-header {
  background: #ffffff;
}

.main-slider-home {
  position: relative;
}

.top-header {
  background-color: #0050b8;
  /*background-color: darkolivegreen;*/
  padding: 5px 0;
}

.top-header p {
  color: #f5f5f5;
  font-weight: 400;
  margin: 0;
}

.top-header p a {
  color: #f5f5f5;
  transition: ease-in-out all 0.2s;
  padding: 0 15px;
}

.top-header p a i {
  color: #ffffff;
}

.top-header .social-media {
  display: block;
  margin: 0;
  padding: 0;
}

.top-header .social-media li {
  display: inline;
  list-style: none;
}

.top-header .social-media li a {
  font-size: 15px;
  color: #f5f5f5;
  margin-left: 15px;
  transition: ease-in-out all 0.2s;
}

/*===================Navigation Menu (Dropdown css Start)================*/

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: 5px;
  margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover {
  /*color: #db0d06;*/
  color: darkolivegreen;
}

.navbar-light .navbar-brand img {
  max-width: 100%;
  width: 80px;
  padding: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: #faf9f8 !important;
  transition: ease-in-out all 0.2s;
  box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.15) !important;
}

.sticky .navbar-brand img {
  width: 75px;
}

.navbar .btn-custom {
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
}

.navbar .btn-custom:hover {
  color: #ffffff;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  width: 250px;
  border-radius: 0;
  border: 0;
}

.dropdown-menu a {
  font-size: 15px;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.dropdown-menu a:last-child {
  border-bottom: none;
}

/*======================== Navigation Menu (Animated X) ====================*/

.navbar-toggler.x {
  border: none;
  padding-right: 10px;
}

.navbar-toggler.x:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler {
  padding: 0;
}

/*=============Carasoul Section css Start============*/

.carousel-caption {
  width: 55%;
  top: 35%;
  text-align: start;
  left: 10%;
  right: 10%;
}

.carousel-caption .heading-title h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0px 0 5px 0;
  color: #ffffff;
}

.carousel-caption .heading-title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

.carousel-caption p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

/*=============Iconf Slider Points Section css Start============*/

.iconf-points {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.iconf-points .iconf-detail {
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  transition: ease-in-out all 0.2s;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  -webkit-transition: all 0.3s linear;
  padding: 25px;
  border-radius: 5px;
}

.iconf-points .iconf-detail:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.iconf-points .iconf-detail .heading-title h4 {
  margin: 0 0 15px 0;
}

.iconf-detail .iconf-img {
  float: left;
  width: 15%;
  background-color: rgba(53, 231, 149, 0.15);
  color: #56c5b2;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

.iconf-detail .iconf-heading {
  float: right;
  width: 85%;
  padding: 15px;
}

.iconf-detail .iconf-heading h4 {
  font-size: 21px;
}

.iconf-detail .iconf-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}

.iconf-img {
  width: 100px;
  margin: 0 auto;
}

/*================== About Amber Heights Section css Start ====================*/

.about-section {
  padding: 80px 0;
}

.about-icon-section .heading-title span {
  margin: 0 auto 15px auto;
}

.about-section .heading-title .lead {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  margin: 0 0 20px 0;
}

.about-section .heading-title h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
}

.about-section .heading-title h4 {
  margin: 0 0 30px 0;
  font-size: 21px;
  color: #ff6600;
}

.about-section .about-section-content {
  background: linear-gradient(40deg, rgba(20, 51, 122, 1) 20%, rgba(0, 107, 203, 1) 100%);
  margin: 10px 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  padding: 30px 15px;
}

.about-section .about-section-content i {
  color: #fff;
  font-size: 35px;
  padding: 30px 0 15px;
}

.about-section .about-section-content h5 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}

.about-section .about-section-content img {
  width: 65px;
  padding: 0 0 20px 0;
}

.about-section .about-section-content p {
  padding: 0;
  font-size: 18px;
  color: #f1faee;
  margin: 0;
  font-weight: 600;
}

.about-section .about-icon-section {
  margin: 5% 0 0 0;
}

.about-section img {
  border-radius: 5px;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-section img:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.dirgroup {
  margin: 80px 0 0 0;
  padding: 80px 0;
  background-color: #f7f9f2;
}
.dirgroup .col-xl-3,
.dirgroup .col-lg-3,
.dirgroup .col-md-6,
.dirgroup .col-sm-6 {
  display: flex;
  flex-wrap: wrap;
}

.directorlist {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.directorlist:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.directorlist .l-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.directorlist .l-icon a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0072b1;
  color: #ffffff;
}
.directorlist:hover .l-icon a {
  background-color: #0093e5;
  color: #ffffff;
}

.directorlist img {
  border-radius: 10px;
  height: 400px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #dbe5f5;
}
.directorlist .dird {
  padding: 15px 10px;
  background-color: #00ffd0c4;
  text-align: center;
  border-radius: 7.5px;
  position: absolute;
  left: 15px;
  right: 15px;
  top: auto;
  bottom: 15px;
  backdrop-filter: blur(6px);
}
.directorlist .dird h5 {
  font-size: 18px;
}
.directorlist .dird h6 {
  font-size: 15px;
  font-weight: 400;
}
.bod-section {
  padding: 5% 0;
}

.bod-section-detail {
  background: #fff;
  border: 2px solid #dbe5f5;
  border-radius: 10px;
  padding: 15px;
}

.bod-section-detail img {
  width: 100%;
  border-radius: 10px;
}

.bod-section-content {
  width: 100%;
  padding: 20px 0 0 0;
  background-color: #ffffff;
  text-align: center;
}

.bod-section-content h5 {
  font-size: 21px;
  margin: 0 0 15px 0;
  color: #212529;
  line-height: 1.3;
}

.bod-section-content h5 small {
  color: #f60;
}

.bod-section-content p {
  font-size: 14px;
  margin: 0;
}

.bod-section-content a {
  cursor: pointer;
  font-weight: 600;
}

#text {
  display: none;
}
#text-2 {
  display: none;
}
#text-3 {
  display: none;
}
#text-4 {
  display: none;
}
#text-5 {
  display: none;
}
#text-6 {
  display: none;
}

.box {
  background: #000000;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.box:hover {
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.box img {
  width: 100%;
  opacity: 1;
  transition: all 0.45s ease;
  border-radius: 10px;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.box:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
  transform: scale(1.1);
}

.box .icon {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.35s ease;
}

.box:hover .icon {
  transform: translateX(-50%) translateY(-50%) scale(1);
  padding: 15px;
}

.box .icon li {
  margin: 0 4px;
  display: inline-block;
  color: #ffffff;
}

.box .box-content {
  color: #ffffff;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 1) 100%);
  width: 100%;
  padding: 30px 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.35s ease;
  border-radius: 0 0 10px 10px;
}

.box .title {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
  color: #ffffff;
}

.box .post {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.serve-section {
  padding: 0px 0 0 0;
}
.serve-card {
  background: #fff;
  border: 2px solid #dbe5f5;
  border-radius: 10px;
  padding: 15px;
}
.serve-card .serve-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.serve-card .serve-card-content {
  text-align: center;
  padding: 15px 0 0 0;
}

.serve-card .serve-card-content h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #212529;
}

.serve-card .serve-card-content p {
  font-size: 15px;
  margin: 0;
  min-height: 120px;
}

.icci-stats-section {
  padding: 68px 0;
  background: #87888866 url("../image/home/bg-1.png") no-repeat bottom left fixed;
}

.icci-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.icci-stats-detail {
  padding: 24px;
  border-radius: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  border-right: 1px solid #dbe5f5;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.icci-stats-detail:last-child {
  border-right: none;
}

.icci-stats-detail h1 {
  font-weight: 600;
  font-size: 42px;
  color: rgb(2 51 99);
  position: relative;
  margin: 0;
}

.icci-stats-detail h1::after {
  color: rgb(2 51 99);
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-size: 33px;
  top: -4px;
  font-weight: 900;
  position: relative;
  left: 5px;
}

.icci-stats-detail h1 span {
  color: #00af79;
  margin: 0 0 0 10px;
}

.icci-stats-detail h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.icci-stats-detail p {
  margin: 0;
}

/*background-image: url("../image/home/company-profile.jpeg"); background-position: left center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat;*/
.company-profile {
  margin: 80px 0 0 0;
}

.company-profile-points {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 0px;
 
}

.company-profile-points li {
  margin: 0 0 15px 0;
  list-style: disc;
  /*border-bottom: 1px dashed #dbe5f5;*/
  padding-bottom: 15px;
   list-style: none;
}

.company-profile-points li::marker {
  color: #3399cc;
}

.company-profile-bg {
  background-color: #f4f8ff;
}

.company-profile-image {
  position: relative;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
      border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
}

.company-profile-image .image{
    height: 26rem;
    /*width: 20rem;*/
}
.company-profile-image .image img{
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
}
.company-profile-image:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.company-profile-image .l-icon {
  position: absolute;
  top: 15px;
  /*right: 15px;*/
}

.company-profile-image .l-icon a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0072b1;
  color: #ffffff;
}
.company-profile-image:hover .l-icon a {
  background-color: #0093e5;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.company-profile-image img {
  border-radius: 10px;
  border: 1px solid #dbe5f5;
}

.director-detail {
  /*position: absolute;*/
  /*width: 70%;*/
  padding: 10px;
  /*background-color: #ff6600;*/
  background-color: #fff;
  /*border-radius: 10px;*/
  top: auto;
  bottom: -20px;
  /*left: -40px;*/
  left: 10%;
}

.director-detail h5 {
  text-align: center;
  font-size: 21px;
  margin: 0;
  font-weight: 450;
  /*color: #ffffff;*/
}

.director-detail h6 {
  text-align: center;
  font-size: 14px;
  /*margin: 10px 0 0 0;*/
  font-weight: 450;
  /*color: #ffffff;*/
}

.mission-vision {
  padding: 100px 0 10px 0;
  position: relative;
}

.mission-vision p {
  font-size: 21px;
  margin: 0;
  font-weight: 450;
  position: relative;
  padding-left: 45px;
  font-style: italic;
}

.mission-vision p i {
  color: #ff6600;
}

.mission-vision p span {
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -30px;
}

.mission-bg {
  position: relative;
}

.mission-bg img {
  border-radius: 20px;
}

.mission-vision-heading {
  position: absolute;
  width: 220px;
  padding: 30px 20px;
  text-align: center;
  background-color: #3399ccd6;
  top: -50px;
  left: -50px;
  right: auto;
  border-radius: 30px;
  backdrop-filter: blur(6px);
}

.mission-vision-heading h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
}

.business-with-us {
  margin: 70px 0 0 0;
}

.business-with-us .heading-title h2 {
  margin: 0 0 30px 0;
}

.business-with-us .heading-title .lead {
  font-size: 18px;
  font-weight: 450;
  margin: 0 0 45px 0;
  color: #000000;
}

.cg {
  color: #66cc33;
}

.main-timeline:after {
  content: "";

  display: block;

  clear: both;
}

.main-timeline .timeline {
  margin: 0 0 30px 0;
  width: calc(50% + 30px);

  padding: 0 120px 0 0;

  float: left;

  position: relative;

  z-index: 1;
}

.main-timeline .timeline-content {
  color: #666;

  background: #fff;

  padding: 30px;

  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);

  border-radius: 15px;

  display: block;

  z-index: 0;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:after {
  content: "";

  background: linear-gradient(#ff6600, #ff6600);

  width: 50%;

  border-radius: 15px;

  position: absolute;

  right: 0;

  top: 2px;

  bottom: 2px;

  z-index: -1;
}

.main-timeline .timeline-step {
  color: #ffffff;

  font-size: 27px;

  line-height: 40px;

  font-weight: 600;

  text-align: center;

  text-transform: uppercase;

  transform: translateY(-50%);

  position: absolute;

  top: 50%;

  right: 16px;
}

.main-timeline .timeline-step span {
  font-size: 18px;

  line-height: 22px;

  display: block;
}

.main-timeline h3 {
  font-size: 21px;

  font-weight: 600;

  margin: 0 0 15px 0;

  color: #393939;
}

.main-timeline p {
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  float: right;

  padding: 0 0 0 100px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;

  left: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-step {
  right: auto;

  left: 16px;
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-content:after {
  background: linear-gradient(#ff7a00, #ff7a00);
}

.main-timeline .timeline:nth-child(4n + 2) .title:after {
  background: #4151a9;
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-content:after {
  background: linear-gradient(#ff8f00, #ff8f00);
}

.main-timeline .timeline:nth-child(4n + 3) .title:after {
  background: #7f47a0;
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-content:after {
  background: linear-gradient(#fea300, #fea300);
}

.main-timeline .timeline:nth-child(4n + 4) .title:after {
  background: #f957d9;
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-content:after {
  background: linear-gradient(#feb800, #feb800);
}

.main-timeline .timeline:nth-child(4n + 5) .title:after {
  background: #f957d9;
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-content:after {
  background: linear-gradient(#fecc00, #fecc00);
}

.main-timeline .timeline:nth-child(4n + 6) .title:after {
  background: #f957d9;
}

.service-catalogue {
  margin: 80px 0 0 0;
  padding: 60px 0;
  background: rgb(252, 252, 252);
  background: linear-gradient(25deg, rgba(204, 204, 204, 0.888) 0%, rgba(230, 230, 230, 0.3449754901960784) 100%);
  /*background-color: #f7f7f766;*/
}

.service-catalogue .col-xl-3,
.service-catalogue .col-lg-3,
.service-catalogue .col-md-4,
.service-catalogue .col-sm-6 {
  display: flex;
  flex-wrap: wrap;
}

.service-catalogue .heading-title h2 {
  margin: 0 0 30px 0;
}

.service-catalogue-detail {
  padding: 10px 10px 20px 10px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  background-color: #ffffff;
  border: 1px solid #dbe5f5;
  border-radius: 10px;
  width: 100%;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-catalogue-detail:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-catalogue-detail .service-catalogue-detail-image {
  margin: 0 auto;
}

.service-catalogue-detail .service-catalogue-detail-image img {
  border-radius: 5px;
}

.service-catalogue-detail h4 {
  font-size: 16px;
  margin: 20px 0 5px 0;
}

.techwix-about-section-06 {
  padding: 70px 0;
}

.techwix-about-section-06 .about-img {
  position: relative;
  z-index: 1;
}

.techwix-about-section-06 .about-img .image {
  padding-right: 42px;
}

.techwix-about-section-06 .about-img .image img {
  border-radius: 10px;
  width: 100%;
}

.techwix-about-section-06 .about-content-wrap {
  padding-right: 115px;
}

.techwix-about-section-06 .about-content-wrap .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.techwix-about-section-06 .about-content-wrap .about-list-wrap {
  padding-top: 10px;
}
.techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list {
  padding-left: 15px;
}
.techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #4d4d4d;
  list-style: disc;
}

.techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li b {
  color: #151515;
}

.techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a {
  font-size: 20px;
  font-weight: 500;
  color: #0e0e0e;
}
.testimonial {
  padding: 30px 30px 30px 130px;
}

.techwix-service-section-06 {
  padding: 70px 0;
}

.service-item-05 {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  margin-top: 30px;
}

.service-item-05 .service-img img {
  transition: all 0.3s linear;
}

.service-item-05 .service-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-item-05 .service-content .title:hover a {
  color: #11ddf5;
}

.service-item-05 .service-content p {
  font-size: 14px;
}

.service-item-05:hover .service-img img {
  transform: scale(1.1);
}

.techwix-cta-section-04 {
  padding: 70px 0;
}

.techwix-cta-section-04 {
  background: #0f0948;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.techwix-cta-section-04 .cta-left {
  padding-right: 115px;
}

.techwix-cta-section-04 .cta-left .section-title .title {
  position: relative;
  padding-left: 40px;
  color: #ffffff;
}

.techwix-cta-section-04 .cta-left .section-title .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: linear-gradient(-160deg, #ff6600 0%, #ffffff 100%);
  width: 5px;
  height: 100%;
  transform: translateY(-45%);
}

.techwix-cta-section-04 .cta-left .cta-info {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.techwix-cta-section-04 .cta-left .cta-info .cta-text {
  flex: 1;
  margin-left: 30px;
}

.techwix-cta-section-04 .cta-left .cta-info .cta-text p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.techwix-cta-section-04 .cta-left .cta-info .cta-text .number {
  font-size: 24px;
  line-height: 30px;
  color: #ff6600;
}

.techwix-cta-section-04 .cta-right {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 360px;
}

.techwix-cta-section-04 .cta-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 55%;
  background: #27225b;
  width: 360px;
  height: 1px;
  transform: translateY(-50%);
}

.techwix-cta-section-04 .cta-right::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #27225b;
  width: 1px;
  height: 280px;
  transform: translate(-50%, -50%);
}

.techwix-cta-section-04 .cta-right .counter-item-box {
  position: relative;
}

.techwix-cta-section-04 .cta-right .counter-item.counter-1,
.techwix-cta-section-04 .cta-right .counter-item.counter-2 {
  padding-top: 45px;
  margin-top: 25px;
}

.techwix-cta-section-04 .cta-right .counter-item span {
  font-size: 48px;
  font-weight: 600;
  color: #ff6600;
}

.techwix-cta-section-04 .cta-right .counter-item p {
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.techwix-service-section-07 {
  padding: 70px 0;
}

/*================== Our Service Section css Start ====================*/

.our-services {
  background-color: #f4f8ff;
  padding: 5% 0;
}

.our-services .heading-title span {
  margin: 0 auto 15px auto;
}

.our-services .heading-title h6 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #1f12fd;
  font-weight: 600;
  line-height: 1.4;
}

.our-services .heading-title h3 {
  margin: 0 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.our-services .heading-title .lead {
  font-size: 18px;
  font-weight: 450;
  margin: 0 0 45px 0;
}

.our-services .service-detail {
  position: relative;
  overflow: hidden;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  border-radius: 10px;
  margin: 12px 0;
}

.our-services .service-detail .service-content {
  padding: 15px;
}

/*.our-services .service-detail::before {content: ""; width: 50px; height: 50px; border-radius: 50%; background-color: #222222; position: absolute; left: 0; top: 0; opacity: 0; -webkit-transition: all .3s linear; transition: all .3s linear; z-index: 1;}

.our-services .service-detail:hover::before { opacity: 1; width: 100%; height: 100%; border-radius: 0;}*/

.service-detail-img {
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f8ff;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 9;
}

.our-services .service-detail .service-detail-img img {
  margin: 0 auto;
}

.service-detail .heading-title h4 {
  margin: 0 0 15px 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-size: 16px;
}

.our-services .service-detail p {
  margin: 0;
  position: relative;
  z-index: 9;
  font-size: 15px;
}

.our-services .service-detail .service-content .service-btn {
  font-size: 16px;
  color: #222222;
  margin: 30px 0 0 0;
  display: inline-block;
  font-weight: 550;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.our-services .service-detail:hover .service-content .service-btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*.nav-pills .nav-link { border: 1px solid #192bc6; color: #192bc6; margin: 0 15px 15px 0; border-radius: 30px;}

.nav-pills .nav-link.active { background-color: #192bc6;}*/

tbody a {
  color: #192bc6;
  font-weight: 500;
}

#toolbarViewer {
  background-color: #000;
}

/*===================== Service Slide css Start ===================*/

.service-slide {
  margin: 0 10px;
}

.service-slide .service-img {
  overflow: hidden;
}

.service-slide .service-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}

.service-slide:hover .service-img img {
  transform: scale(1.08);
}

.service-slide .service-content {
  background: #fff;
  padding: 15px;
}

.service-slide h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #151515;
}

.service-slide .read-more {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #1f12fd;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

.service-slide .read-more:hover {
  color: #000000;
}

/*===================== Career Section css Start ===================*/

.career-section {
  padding: 60px 0;
  /* background-image: ("../image/home/career-bg.jpg"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ebeaea;
}

.career-section .heading-title h3 {
  /* color: #ffffff; */
  margin: 0 0 20px 0;
}

.career-section .heading-title p {
  /* color: #ffffff; */
}

.career-image img {
  width: 95%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  border: 1px solid #dbe5f5;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.career-image:hover img {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*==================gallery section=================*/
.Gallery .gallery-content {
  background-color: var(--surface-color);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  /*height: 100%;*/
  overflow: hidden;
}

.Gallery .gallery-content img {
    height: 18rem;
    width: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.Gallery .gallery-content:hover img {
  transform: scale(1.1);
}
 

/*=================== Partner Section css Start ====================*/

.partner-section {
  padding: 80px 0 100px 0;
  background-color: #ffffff;
}

.pg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  justify-content: center;
  margin: auto;
}

.pg .item {
  background-color: #f3eeee66;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  border: 1px solid #dbe5f5;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pg .item:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pg .item img {
  border-radius: 10px;
}

.pg .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 450;
  font-size: 16px;
  color: #ffffff;
  background: #f12711;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f5af19, #f12711);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5af19, #f12711);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 10px;
}

.pg .item a:hover {
  color: #000000;
}

.partner-logo img {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.partner-section .heading-title h3 {
  font-size: 30px;
  margin: 0 0 15px 0;
}

.partner-section .heading-title p {
  margin: 0 0 30px 0;
}

.partner-slide {
  margin: 5px 15px;
}

.partner-slide .partner-img img {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.contact_section {
  margin: 80px 0 120px 0;
}
.contact_section .info-item{
       display: flex;
     align-items: center;
       flex-direction: column;
       text-align: center;
  background: #eee;
  padding: 1rem 0;
  border-radius: 10px;
}
.contact_section .info-item i{
        margin-right: 8px;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background: darkgreen;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
}


/*===================== Contact form Section css Start ================*/

.inner-banner {
  background-image: url("../images/p7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner-banner::before {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bod-page {
  background-image: url("../images/about-banner.png");
}

.inner-banner h1 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin: 0;
  position: relative;
  text-shadow: 2px 2px #000000;
}

.inner-banner ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
}

.inner-banner ul a {
  color: #fff;
}

.inner-banner ul li {
  padding-right: 10px;
}

.inner-banner ul li:nth-child(2):before {
  content: "/";
  padding-right: 10px;
  color: #fff;
}

.inner-about-section {
  background-color: #ffffff;
  padding: 100px;
}

.inner-about-section .inner-about-content .heading-title span {
  color: #484848;
  font-size: 18px;
  font-weight: 500;
}

.inner-about-content .heading-title h2 {
  margin: 0 0 15px 0;
}

.inner-services-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.inner-services-section .col-xl-3,
.inner-services-section .col-lg-4,
.inner-services-section .col-md-4,
.inner-services-section .col-sm-6,
.inner-services-section .col-12 {
  display: flex;
  flex-wrap: wrap;
}

.inner-services-section .inner-service-detail {
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  border: 1px solid #ffe4d1;
  padding: 12px 12px 20px 12px;
  border-radius: 5px;
  text-align: center;
}

.inner-services-section .inner-service-detail-content .heading-title h4 {
  font-size: 18px;
  margin: 20px 0 15px 0;
  min-height: 57px;
}

.inner-services-section .inner-service-detail .service-detail-inner-img {
}

.inner-services-section .inner-service-detail .inner-service-detail-content {
}

.inner-services-section .inner-service-detail .service-detail-inner-img img {
  width: 100%;
  border-radius: 5px;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.inner-services-section .inner-service-detail ul {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
}

.inner-services-section .inner-service-detail ul li {
  list-style: square;
  color: #4d4d4d;
  font-size: 16px;
}

.why-choose-section {
  margin: 70px 0 0 0;
  background-color: #e7e8e9;
  padding: 70px 0;
  /*background-image: url("../image/about/why-choose.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.why-choose-section .heading-title h3 {
  margin: 0 0 15px 0;
}
.why-choose-section .lead {
  font-size: 18px;
  font-weight: 450;
  margin: 0 0 30px 0;
}
.why-choose-section .bg-light-blue {
  background-color: #f4f8ff;
  padding: 5% 15px 5% 30px;
}

.why-choose-section .why-choose {
  padding: 0;
  margin: 0;
}

.why-choose-section .why-choose li {
  list-style: none;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #767676;
  margin-bottom: 4px;
}

.why-choose-section .why-choose li i {
  font-size: 18px;
  color: #222222;
}

.why-choose-section .why-choose2 {
  padding: 15px 0 0 30px;
}

.why-choose-section .why-choose2 li {
  list-style: square;
  color: #767676;
  font-size: 15px;
}

.why-choose-section .why-choose2 li::marker {
  color: #222222;
}

.value-detail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
  justify-content: center;
  margin: auto;
}

.value-detail .value-card {
  padding: 24px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 2px 2px 30px 1.5px #4d4b8f14;
  background-color: #ffffff;
  min-height: 150px;
  flex-direction: column;
}
.value-detail .value-card .value-icon {
  margin: 0 0 20px 0;
}
.value-detail .value-card h4 {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(119.51deg, #ff6600 18.75%, #dc3545 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.value-detail .value-card .value-icon img {
  height: 100px;
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  border-radius: 100%;
}

.contact-form {
  display: block;
  width: 100%;
  padding: 80px 0 0 0;
}

.contact-form .heading-title h4 {
  font-size: 27px;
  margin: 0 0 15px 0;
}

.form-control {
  height: auto;
  border-radius: 8px;
  margin: 30px 0 0 0;
  padding: 12px 25px;
}

.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

.contact-details {
  min-height: 270px;
  margin: 15px 0;
  padding: 30px;
  -webkit-box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  border-radius: 5px;
}

.contact-details .icon {
  height: 80px;
  width: 80px;
  line-height: 90px;
  border-radius: 50%;
  border: 1px solid darkgreen;
  margin: 0 auto 15px auto;
}

.contact-details .icon i {
  font-size: 24px;
  color: darkgreen;
  line-height: 80px;
}

.contact-details .heading-title h5 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.contact-form-btn {
  background-color: #006bcb;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px 0 0 0;
  transition: all 0.5s ease-in-out;
}

.contact-form-btn:hover {
  color: #ffffff;
  box-shadow: inset 300px 0 0 0 #14337a;
}

.contact-section {
  padding: 5% 0;
}

.contact-section .contact-form {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 2px 0px 19px -2px rgba(148, 148, 148, 0.2);
  -webkit-box-shadow: 2px 0px 19px -2px rgba(148, 148, 148, 0.2);
  -moz-box-shadow: 2px 0px 19px -2px rgba(148, 148, 148, 0.2);
}

.contact-section .contact-form .heading-title h4 {
  color: #151515;
  font-size: 30px;
  margin: 0 0 15px 0;
}

.contact-section .contact-form .form-control {
  background-color: transparent;
  border: 1px solid #60606087;
  border-radius: 0;
  color: #151515;
  padding: 10px 15px;
  border-radius: 3px;
}

.organization-structure {
  margin: 70px 0 150px 0;
}

/*===================== Footer css Start ================*/

.top-footer {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  margin: -70px 0 45px 0;
  background-color: #d0d4f2f7;
  border-radius: 10px;
}

.top-footer .logo{
    color: #000;
}

.top-footer .logo span{
    color: darkgreen;
}
.top-footer a img {
  height: 120px;
  /*background-color: #ffffff;*/
  padding: 20px;
  border-radius: 5px;
}

.top-footer h4 {
  color: #000;
  text-align: center;
  max-width: 650px;
  font-size: 27px;
  margin: 0;
}

footer {
  background-color: #222222;
  padding: 0;
  margin: 50px 0 0 0;
  position: relative;
}

.footer-detail img {
  width: 80px;
}

.footer-detail h5 {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.footer-detail .heading-title span {
  margin: 0 auto 30px auto;
}

.footer-detail h6 {
  color: #151515;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.footer-detail p {
  color: #8d8d8d;
  margin-bottom: 5px;
}

.footer-detail p i {
  color: #ff6600;
  
      width: 2rem;
    height: 2rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: darkgreen;
}

.footer-detail p a {
  margin-bottom: 5px;
  color: #8d8d8d;
}

footer p a {
  color: #ffffff;
}

footer p a:hover {
  color: #ffffff;
}

.footerSocialMedia {
  display: inline-block;
  padding: 8px;
  margin: 15px 0 0 0;
}

.footerSocialMedia li {
  list-style: none;
  float: left;
}

.footerSocialMedia li a {
  color: #222222;
  font-size: 16px;
  padding: 0;
  text-align: center;
  display: block;
  margin: 0 10px 0 0;
  transition: ease-in-out all 0.2s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 21px 0 rgba(32, 32, 32, 0.08);
  box-shadow: 0 6px 21px 0 rgba(32, 32, 32, 0.08);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
}

.footerSocialMedia li a:hover {
  /*background-color: #ff6600;*/
   background-color: darkgreen;
  color: #ffffff;
}

.middleFooter {
  display: block;
  margin: 15px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #444444;
}

.middleFooter p b {
  color: #828282;
  font-weight: 450;
}

.middleFooter p a {
  color: #828282;
  transition: ease-in-out all 0.2s;
}

.middleFooter p a:hover {
  color: #606060;
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
}

.copyright p {
  margin: 0;
  color: #bbb4b4;
  font-size: 14px;
}

.smoMobileBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: #005aab;
  z-index: 9;
}

.smoMobileBtn a {
  color: #ffffff;
  padding: 12px 4px;
  font-size: 13px;
  text-align: center;
  float: left;
  width: 33.33%;
}

.smoMobileBtn a.wtspBtn {
  background: #36b345;
  color: #ffffff;
}

.constraction-content-all {
  position: relative;
}

.constraction-content-all .btn-warning,
.constraction-content-all .block-title-conten h4 {
  color: #333333;
}

.constraction-content-all .uou-block-content {
  padding-top: 30px;

  padding-bottom: 20px;
}

.uou-con-team .uou-block-6a h6 {
  color: #333333;
}

.con-testimonial-content .uou-block-5a cite {
  color: #ffffff;
}

.uou-constraction-toolbar .uou-block-1a {
  background: #333333;
}

.uou-constraction-toolbar .uou-block-1a .toggle,
.uou-constraction-toolbar .uou-block-1a .search.active .toggle,
.uou-constraction-toolbar .uou-block-1a .search-input,
.uou-constraction-toolbar .uou-block-1a input,
.uou-constraction-toolbar .uou-block-1a .authentication li a {
  color: #ffffff;
}

.uou-constraction-toolbar .uou-block-2b .nav .sf-menu > li.active > a,
.uou-constraction-toolbar .uou-block-2b .nav .sf-menu > li > a:hover {
  color: #ffcc30;
}

.constraction-about .flex-direction-nav a,
.constraction-about .flex-control-nav li {
  background: rgba(255, 204, 48, 0.75);
}

.constraction-about .flex-control-nav li a.flex-active {
  background: rgba(255, 204, 48, 0);
}

.uou-constraction-slider {
  position: relative;
}

.uou-constraction-slider .slides li {
  position: relative;

  display: table;
}

.uou-constraction-slider .slides li .uou-slider-text {
  position: absolute;

  top: 40%;

  width: 100%;

  text-align: center;
}

@media screen and (max-width: 1100px) {
  .uou-constraction-slider .slides li .uou-slider-text {
    top: 30%;
  }
}

@media screen and (max-width: 992px) {
  .uou-constraction-slider .slides li .uou-slider-text {
    top: 20%;
  }
  .company-profile-image .image{
    /*height: 100%;*/
    width: 100%;
}
}

@media screen and (max-width: 768px) {
  .uou-constraction-slider .slides li .uou-slider-text {
    top: 10%;
  }
  .Gallery .gallery-content img {
    /*height: 100%;*/
}
}

@media screen and (max-width: 550px) {
  .uou-constraction-slider .slides li .uou-slider-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .uou-constraction-slider .slides li .uou-slider-text h2 {
    font-size: 16px;

    margin-bottom: 10px;
  }
}

.uou-constraction-slider .slides li .uou-slider-text h2,
.uou-constraction-slider .slides li .uou-slider-text p {
  color: #ffffff;
}

.uou-constraction-slider .slides li .uou-slider-text p {
  width: 60%;

  margin-left: auto;

  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .uou-constraction-slider .slides li .uou-slider-text p {
    width: 90%;

    font-size: 12px;
  }
}

.uou-constraction-slider .flex-direction-nav a,
.uou-constraction-slider .flex-control-nav li {
  background: rgba(255, 204, 48, 0.75);
}

.uou-constraction-slider .flex-control-nav li a.flex-active {
  background: rgba(255, 204, 48, 0);
}

.uou-service {
  position: relative;
}

.uou-service .uou-block-8d h4,
.uou-service .uou-block-8d .fa {
  color: #333333;
}

.constraction-portfolio {
  position: relative;

  background: #f2f2f2;
}

.constraction-portfolio.projects-page {
  background: none;

  margin-top: 30px;
}

.constraction-portfolio.projects-page.block-title-conten {
  padding-bottom: 20px;
}

.constraction-portfolio .block-title-conten {
  padding-bottom: 0;
}

.constraction-portfolio .uou-portfolio {
  padding: 0;
}

.constraction-portfolio .uou-portfolio .filters {
  margin-bottom: 35px;

  text-align: center;
}

.constraction-portfolio .uou-portfolio .filters li {
  display: inline-block;
}

.constraction-portfolio .uou-portfolio .filters li a {
  color: #333333;

  text-transform: uppercase;
}

.constraction-portfolio .uou-portfolio .filters li a:hover,
.constraction-portfolio .uou-portfolio .filters li a.active {
  background-color: #ffcc30;

  color: #333333;
}

@media (max-width: 768px) {
  .constraction-portfolio .uou-portfolio .filters li {
    display: block;

    width: 100%;
  }

  .constraction-portfolio .uou-portfolio .filters li a {
    display: block;
  }
}

.con-blog-post {
  position: relative;
}

.con-blog-post .flex-direction-nav a,
.con-blog-post .flex-control-nav li {
  background: rgba(255, 204, 48, 0.75);
}

.con-blog-post .flex-control-nav li a.flex-active {
  background: rgba(255, 204, 48, 0);
}

.con-blog-post .uou-block-7c h1 {
  color: #333333;
}

.constraction-footer {
  position: relative;
}

.constraction-footer .uou-block-4e .logo,
.constraction-footer .uou-block-4e h5 {
  color: #333333;
}

.constraction-footer .uou-block-4a.secondary {
  background: #333333;
}

.uou-contact-us.constraction {
  position: relative;
}

.uou-contact-us.constraction .uou-contact-details {
  position: relative;

  width: 100%;

  padding: 50px 0 100px;
}

.uou-contact-us.constraction .uou-contact-details .form {
  background: #ffffff;

  padding: 35px;

  position: absolute;

  top: -120px;
}

@media screen and (max-width: 768px) {
  .uou-contact-us.constraction .uou-contact-details .form {
    position: relative;

    top: 0;
  }
}

.uou-contact-us.constraction .uou-contact-details h4 {
  margin-top: 0;

  text-transform: uppercase;

  color: #333333;
}

.uou-contact-us.constraction .uou-contact-details p {
  font-size: 13px;
}

.uou-contact-us.constraction .uou-contact-details .uou-block-8b .list-icon-large li {
  width: 100%;

  border-bottom: 1px solid #ddd;

  padding-left: 40px;

  padding-right: 30px;

  padding-bottom: 15px;

  margin-bottom: 15px;
}

.uou-contact-us.constraction .uou-contact-details .uou-block-8b .list-icon-large li .fa {
  top: 4px;

  left: 0;

  font-size: 25px;

  color: #ffcc30;

  width: 10px;
}

.uou-contact-us.constraction .uou-contact-details .uou-block-8b .list-icon-large li span {
  font-size: 12px;

  display: block;
}

.uou-contact-us.constraction .uou-contact-details .uou-block-8b .list-icon-large li span strong {
  padding-right: 5px;
}

.nav-pills {
  margin: 0 0 20px 0;
}

.nav-pills .nav-item {
  margin: 10px;
}

.nav-pills .nav-link {
  color: rgb(2 51 99);
  background-color: transparent;
  border-bottom: 2px solid rgb(2 51 99);
  padding: 0 30px 15px 30px;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 450;
  font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ff6600;
  background-color: transparent;
  border-bottom: 2px solid #ff6600;
}

.constraction-shortcodes {
  position: relative;

  /* UOU Tabs */

  /* ======================== */

  /* Block 5b */

  /* ======================== */
}

.constraction-shortcodes .uou-tabs .content {
  border: 0;
}

.constraction-shortcodes .uou-tabs .tabs li {
  float: none;
}

.constraction-shortcodes .uou-tabs {
  position: relative;

  margin: 0 0 24px;

  padding-top: 30px;
}

.constraction-shortcodes .uou-tabs .tabs.constraction-tab {
  padding-left: 0;

  list-style: none;

  margin: 0;

  text-align: center;

  display: inline-block;

  width: 100%;
}

.constraction-shortcodes .uou-tabs .tabs.constraction-tab:before,
.constraction-shortcodes .uou-tabs .tabs.constraction-tab:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-tabs .tabs.constraction-tab:after {
  clear: both;
}

.constraction-shortcodes .uou-tabs .tabs.constraction-tab:before,
.constraction-shortcodes .uou-tabs .tabs.constraction-tab:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-tabs .tabs.constraction-tab:after {
  clear: both;
}

.vertical.constraction-shortcodes .uou-tabs .tabs.constraction-tab {
  float: left;

  width: 160px;
}

.accordion-collapse .accordion-body li {
  position: relative;

  display: inline-block;

  margin-bottom: 10px;

  margin-right: 5px;
}

.accordion-collapse .accordion-body li:last-child {
  margin-right: 0;
}

.accordion-collapse .accordion-body li > a {
  display: block;

  background: transparent;

  color: #242424;

  padding: 5px 10px;

  border-radius: 30px;

  text-transform: capitalize;

  font-weight: 500;

  font-size: 15px;

  border: 1px solid #222222;
}

.accordion-collapse .accordion-body li > a:hover {
  background: #222222;

  outline: 0;

  color: #ffffff;
}

.accordion-collapse .accordion-body li.active > a {
  color: #ffffff;

  background: #222222;
}

.vertical.constraction-shortcodes .uou-tabs .tabs.constraction-tab > li {
  float: none;

  margin-right: 0;

  margin-bottom: 5px;
}

.constraction-shortcodes .uou-tabs .content {
  border-top: o !important;
}

.constraction-shortcodes .uou-tabs .content > div {
  display: none;

  position: relative;

  background: #ffffff;

  padding: 48px 0;
}

.constraction-shortcodes .uou-tabs .content > div.active {
  display: block;
}

.vertical.constraction-shortcodes .uou-tabs .content {
  margin-left: 160px;

  border-top: 0;

  border-left: 3px solid #34495e;
}

.constraction-shortcodes .uou-tabs .accordion-link {
  display: none;

  background: #f4f4f4;

  color: #333333;

  padding: 8px 24px;

  margin-bottom: 5px;

  transition: all 0s;
}

.constraction-shortcodes .uou-tabs .accordion-link:hover {
  background: #ffffff;

  outline: 0;
}

.constraction-shortcodes .uou-tabs .accordion-link.active {
  color: #333333;

  background: #ffcc30;
}

@media (max-width: 767px) {
  .constraction-shortcodes .uou-tabs.accordion-xs .tabs {
    display: none;
  }

  .constraction-shortcodes .uou-tabs.accordion-xs .accordion-link {
    display: block;
  }

  .constraction-shortcodes .uou-tabs.accordion-xs .content {
    border: 0;

    margin: 0;
  }

  .constraction-shortcodes .uou-tabs.accordion-xs .content > div {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .constraction-shortcodes .uou-tabs.accordion-sm .tabs {
    display: none;
  }

  .constraction-shortcodes .uou-tabs.accordion-sm .accordion-link {
    display: block;
  }

  .constraction-shortcodes .uou-tabs.accordion-sm .content {
    border: 0;

    margin: 0;
  }

  .constraction-shortcodes .uou-tabs.accordion-sm .content > div {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .constraction-shortcodes .uou-tabs.accordion-md .tabs {
    display: none;
  }

  .constraction-shortcodes .uou-tabs.accordion-md .accordion-link {
    display: block;
  }

  .constraction-shortcodes .uou-tabs.accordion-md .content {
    border: 0;

    margin: 0;
  }

  .constraction-shortcodes .uou-tabs.accordion-md .content > div {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .constraction-shortcodes .uou-tabs.accordion-lg .tabs {
    display: none;
  }

  .constraction-shortcodes .uou-tabs.accordion-lg .accordion-link {
    display: block;
  }

  .constraction-shortcodes .uou-tabs.accordion-lg .content {
    border: 0;

    margin: 0;
  }

  .constraction-shortcodes .uou-tabs.accordion-lg .content > div {
    margin-bottom: 5px;
  }
}

.constraction-shortcodes .uou-block-5b {
  position: relative;

  display: block;
}

.constraction-shortcodes .uou-block-5b:before,
.constraction-shortcodes .uou-block-5b:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-block-5b:after {
  clear: both;
}

.constraction-shortcodes .uou-block-5b:before,
.constraction-shortcodes .uou-block-5b:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-block-5b:after {
  clear: both;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab {
  padding-left: 0;

  list-style: none;

  text-align: center;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:before,
.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:after {
  clear: both;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:before,
.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:after {
  content: " ";

  display: table;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab:after {
  clear: both;
}

.constraction-shortcodes .uou-block-5b .tabs.blockquotes-tab > li a {
  color: inherit;

  font-size: 14px;

  cursor: default;

  background: none;

  padding: 8px 0;
}

.constraction-feature-shortcodes {
  position: relative;
}

/* Tables */

/* ======================== */

table {
  position: relative;

  width: 100%;

  max-width: 100%;

  margin-bottom: 24px;

  background-color: #ffffff;
}

table table {
  background-color: #ffffff;
}

table th {
  text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 24px;

  line-height: 24px;

  vertical-align: top;

  border: 1px solid #d8d8d8;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

table > thead > tr > th {
  color: #ffffff;

  vertical-align: bottom;

  background-color: #34495e;

  font-weight: 600;
}

table > tfoot > tr > td,
table > tfoot > tr > th {
  background-color: #f4f4f4;

  font-weight: 600;
}

table > tbody + tbody {
  border-top: 2px solid #f4f4f4;
}

/* Condensed */

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px 12px;

  font-size: 14px;
}

/* Bordered */

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border: 0;
}

/* Stripped */

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}

/* Hover */

.table-hover > tbody > tr {
  transition: all 0.3s;
}

.table-hover > tbody > tr:hover {
  background-color: #f4f4f4;
}

#toolbarViewer {
  height: 32px;

  background-color: #000;

  color: #fff;
}

.toolbarButton::before {
  opacity: var(--toolbar-icon-opacity);

  top: 6px;

  left: 6px;

  color: #fff;

  background-color: #fff;
}

.accordion-item .accordion-button {
  box-shadow: none;
  background-color: #f4f8ff;
}

.accordion-item .accordion-button h3 {
  font-size: 18px;
  color: #151515;
}

/*================ @media screen css Start ===================*/

@media (min-width: 576px) and (max-width: 766px) {
  .navbar-nav {
    max-width: 535px;
  }
}

@media (min-width: 320px) and (max-width: 767.98px) {
  p {
    font-size: 14px;
  }

  .heading-title h3 {
    font-size: 21px;
    margin: 0 0 15px 0;
  }

  .contact-detail p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .contact-detail {
    margin: 0 0 15px 0;
  }

  .top-header {
    padding: 5px 0;
  }

  .top-header .social-media li a {
    font-size: 15px;
    margin-left: 5px;
  }

  .top-header p a {
    font-size: 16px;
    padding: 0 10px 0 0;
  }

  .top-header p .border-end {
    border-right: none;
  }

  .download-btn {
    background-color: transparent;
    padding: 0;
  }

  .download-btn:hover {
    color: #14337a;
    background-color: transparent;
  }

  .navbar-light .navbar-brand img {
    width: 40px;
    padding: 5px 0;
  }

  .navbar-toggler.x {
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    margin-left: 0;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #ffffff;
    left: 0;
    padding: 0 15px;
    z-index: 999;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin-top: 3px;
  }

  .navbar-light .navbar-nav .nav-link.active {
    border: none;
  }

  .main-slider-home {
    top: 0;
  }

  .carousel-caption {
    top: 6%;
    right: 6%;
    left: 6%;
    width: 90%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 6%;
  }

  .carousel-caption .heading-title h1 {
    font-size: 16px;
    font-weight: 800;
    margin: 0px 0 5px 0;
  }

  .carousel-caption .heading-title h2 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }

  .carousel-caption p {
    font-size: 14px;
    font-weight: 600;
  }

  .carousel-caption .btn-custom {
    display: none;
  }

  .iconf-points {
    margin-top: -25px;
  }

  .iconf-points .iconf-detail {
    margin-bottom: 15px;
    padding: 15px;
  }

  .iconf-detail .iconf-heading h4 {
    font-size: 18px;
  }

  .iconf-detail .iconf-card {
    margin: 0;
  }

  .about-section {
    padding: 0 0 0 0;
    text-align: center;
  }

  .about-section .heading-title h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0;
  }

  .about-section .heading-title h4 {
    margin: 15px 0 10px 0;
    font-size: 21px;
  }

  .about-section .heading-title .lead {
    font-size: 15px;
  }

  .about-section-content {
    padding-left: 0;
  }

  .about-section .heading-title h6 span {
    padding: 7px 10px;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 13px;
  }

  .about-section .about-section-content {
    padding: 15px;
    min-height: 140px;
  }

  .about-section .about-section-content img {
    width: 50px;
    padding: 0 0 10px 0;
  }

  .about-section .about-section-content p {
    font-size: 15px;
  }
  .director-detail {
    position: relative;
    /*width: 90%;*/
    top: 0;
    bottom: 0;
    left: 0;
    margin: -40px auto 0 auto;
  }

  .director-detail h5 {
    font-size: 18px;
  }

  .director-detail h6 {
    margin: 0;
  }

  .mission-vision-heading {
    position: relative;
    width: 80%;
    padding: 15px;
    top: -30px;
    left: auto;
    right: 0;
    border-radius: 10px;
    margin: 0 auto;
    display: none;
  }
  .mission-bg img {
    border-radius: 5px;
  }
  .mission-vision-heading h2 {
    font-size: 24px;
  }

  .mission-vision p {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .mission-vision p i {
    display: none;
  }

  .mission-vision p span {
    font-size: 27px;
    top: -10px;
  }

  .form-control {
    height: auto;
    border-radius: 30px;
    margin: 15px 0 0 0;
    padding: 12px 25px;
  }

  .inner-services-section .inner-service-detail-content {
    padding: 15px;
  }

  .partner-section {
    padding: 10% 0;
  }

  .partner-section .heading-title h3 {
    font-size: 21px;
  }

  .partner-section .heading-title p {
    margin: 0 0 15px 0;
  }

 .swiper-pagination{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .service-detail-img {
    height: 70px;
    width: 70px;
  }

  .partner-slide {
    margin: 5px;
  }

  .inner-banner h1 {
    font-size: 27px;
    margin: 0;
    font-weight: 600;
  }

  .inner-services-section .inner-service-detail {
    display: inline-block;
    width: 100%;
  }

  .inner-services-section .inner-service-detail .service-detail-inner-img {
    width: 100%;
    float: none;
  }

  .inner-services-section .inner-service-detail .service-detail-inner-img img {
    height: 290px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .inner-services-section .inner-service-detail .inner-service-detail-content {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .inner-services-section .inner-service-detail-content .heading-title h4 {
    font-size: 18px;
  }

  .inner-services-section .inner-service-detail-content {
    margin: 15px 0 0 0;
    padding: 8px 20px;
    font-size: 14px;
  }

  .business-with-us .heading-title .lead {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000000;
  }

  .main-timeline .timeline-content {
    border-radius: 20px;
  }

  .main-timeline .timeline-content::after {
    border-radius: 20px;
  }

  .main-timeline .timeline {
    width: 100%;
    margin: 0 0 15px;
  }

  .main-timeline h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }

  .contact-details {
    padding: 15px;
    min-height: auto;
  }

  .contact-details .icon {
    height: 60px;
    width: 60px;
    line-height: 65px;
  }

  .contact-details .icon i {
    font-size: 21px;
    line-height: 60px;
  }

  .contact-details .heading-title h5 {
    font-size: 16px;
  }

  .contact-form .heading-title h4 {
    font-size: 21px;
    margin: 0 0 15px 0;
  }

  .why-choose-section .bg-light-blue {
    padding: 5% 15px 5% 15px;
  }

  .why-choose-section .why-choose2 {
    padding: 15px 0 0 15px;
  }

  .why-choose-section .why-choose2 li {
    font-size: 13px;
  }

  .why-choose-section .why-choose li {
    font-size: 14px;
  }

  footer .contact-form {
    padding: 15px;
  }

  .footer-detail img {
    width: 50px;
  }

  footer .contact-form .heading-title h4 {
    font-size: 21px;
    margin: 0 0 10px 0;
    font-weight: 600;
  }

  footer .contact-form .btn-primary {
    padding: 7px 25px;
    margin-top: 5px;
  }

  footer .footer-detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
  }

  footer .footer-detail h6 {
    font-size: 18px;
    margin: 15px 0;
  }

  footer .footerContentDetail p {
    font-size: 14px;
  }

  footer .footerContentli li a {
    font-size: 14px;
  }

  .middleFooter p a {
    font-size: 14px;
  }

  .middleFooter {
    padding: 10px 0 10px 0;
  }

  .copyright {
    margin-top: 0;
  }

  .constraction-shortcodes .uou-tabs .tabs.constraction-tab > li > a {
    padding: 7px 15px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.8px) {
  p {
    font-size: 14px;
  }

  .heading-title h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  .top-header {
    padding: 0 10px 0 0;
  }

  .top-header .social-media li a {
    font-size: 16px;
    margin-left: 10px;
  }

  .top-header p a {
    margin-right: 0;
    font-size: 16px;
    padding: 0 10px;
  }

  .navbar-light .navbar-brand img {
    width: 50px;
    padding: 5px 0;
  }

  .navbar-toggler.x {
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    margin-left: 0;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #ffffff;
    left: 0;
    padding: 0 15px;
    z-index: 999;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin-top: 3px;
  }

  .navbar-nav {
    max-width: 700px;
    margin: 0 auto;
  }

  .carousel-caption {
    top: 15%;
    width: 75%;
  }

  .carousel-caption .heading-title h1 {
    font-size: 21px;
    font-weight: 800;
    margin: 0px 0 5px 0;
  }

  .carousel-caption .heading-title h2 {
    font-size: 27px;
    margin: 0 0 15px 0;
  }

  .iconf-points {
    margin-top: -60px;
  }

  .iconf-detail .iconf-heading h4 {
    font-size: 18px;
  }

  .about-section {
    padding: 0 0 0 0;
  }

  .about-section .heading-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
  }

  .about-section .about-section-content {
    padding: 15px;
  }

  .about-section .heading-title h6 span {
    padding: 7px 10px;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 13px;
    display: none;
  }

  .about-section .about-section-content img {
    width: 55px;
    margin: 0 0 15px 0;
  }

  .about-section .about-section-content p {
    font-size: 16px;
  }

  .about-section .heading-title h4 {
    font-size: 24px;
  }

  .about-section .heading-title .lead {
    font-size: 16px;
  }

  .company-profile {
    padding: 0;
    margin: 0 0 0 0;
  }

  .director-detail {
    position: relative;
    /*width: 50%;*/
    /*padding: 20px;*/
    /*background-color: #ff6600;*/
    /*border-radius: 10px;*/
    right: auto;
    left: 0;
    margin-top: -50px;
    top: 0;
  }

  .company-profile-image {
    text-align: end;
  }

  .mission-vision {
    padding: 50px 0 0 0;
  }

  .mission-vision-heading {
    position: relative;
    width: 270px;
    padding: 15px;
    background-color: #3399cc;
    top: 0;
    left: auto;
    right: -30px;
    border-radius: 5px;
    margin-top: -30px;
  }

  .mission-vision-heading h2 {
    font-size: 21px;
  }

  .mission-vision p {
    font-size: 16px;
    padding-left: 30px;
  }
  .mission-bg img {
    border-radius: 5px;
  }

  .mission-vision p span {
    font-size: 24px;
    left: 0;
    top: -10px;
  }

  .service-catalogue {
    background-color: #f9f9f9;
    margin: 50px 0 0 0;
    padding: 45px;
  }

  .nav-pills .nav-link {
    padding: 8px 20px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
  }

  .service-catalogue-detail {
    padding: 5px;
  }

  .service-catalogue-detail h4 {
    font-size: 15px;
    margin: 15px 0 5px 0;
  }
  .service-catalogue-detail .service-catalogue-detail-image img {
    border-radius: 5px;
  }
  .career-image img {
    height: 360px;
    border-radius: 5px;
  }

  .business-with-us .heading-title .lead {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000000;
  }

  .main-timeline .timeline-content {
    border-radius: 20px;
  }

  .main-timeline .timeline-content::after {
    border-radius: 20px;
    padding: 15px 20px 15px 15px;
  }

  .main-timeline h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 15px 20px 15px 15px;
  }

  .form-control {
    height: auto;
    border-radius: 30px;
    margin: 15px 0 0 0;
    padding: 12px 25px;
  }

  .contact-form .heading-title h4 {
    font-size: 24px;
  }

  .why-choose-section .bg-light-blue {
    padding: 3% 0;
  }

  .our-services .heading-title h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  .our-services .heading-title .lead {
    font-size: 15px;
  }

  .our-services .service-detail img {
    width: 55px;
    margin: 0 0 15px 0;
  }

  .our-services .service-detail {
    padding: 15px;
  }

  .service-detail .heading-title h4 {
    font-size: 18px;
  }

  .career-section {
    padding: 50px 0 0 0;
  }

  .career-section .heading-title h3 {
    font-size: 27px;
  }

  .career-section .heading-title p {
    font-size: 16px;
  }

  .partner-section .heading-title h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  .inner-banner h1 {
    font-size: 30px;
  }

  .contact-details {
    padding: 15px;
    min-height: 230px;
  }

  .contact-details p {
    margin: 0;
  }

  .contact-details .icon {
    height: 60px;
    width: 60px;
    line-height: 65px;
  }

  .contact-details .icon i {
    font-size: 21px;
    line-height: 60px;
  }

  .contact-details .heading-title h5 {
    font-size: 16px;
    margin: 10px 0 0 0;
  }

  footer .contact-form {
    padding: 15px;
  }

  footer .contact-form .heading-title h4 {
    font-size: 21px;
    margin: 0 0 10px 0;
    font-weight: 600;
  }

  footer .contact-form .btn-primary {
    padding: 7px 25px;
    margin-top: 5px;
  }

  footer .footer-detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }

  footer .footer-detail h6 {
    font-size: 18px;
    margin: 15px 0;
  }

  footer .footerContentDetail p {
    font-size: 14px;
  }

  footer .footerSocialMedia li a {
    font-size: 15px;
  }

  footer .footerContentli li a {
    font-size: 14px;
  }

  .middleFooter p a {
    font-size: 14px;
  }

  .middleFooter {
    padding: 10px 0 10px 0;
  }

  .copyright {
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 15px;
  }

  .heading-title h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
  }

  .top-header .social-media li a {
    font-size: 15px;
  }

  .top-header p a {
    padding: 0 15px 0 0;
    font-size: 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  .navbar-light .navbar-brand img {
    width: 60px;
    padding: 5px 0;
  }

  .navbar-toggler.x {
    padding-right: 0;
  }

  .carousel-caption {
    top: 20%;
    left: 7%;
    right: 7%;
    width: 70%;
  }

  .carousel-caption .heading-title h1 {
    font-size: 27px;
  }

  .carousel-caption .heading-title h2 {
    font-size: 36px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }

  .iconf-points {
    margin-top: -80px;
  }

  .about-section .heading-title h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 15px 0;
  }

  .about-section-content {
    padding-left: 0;
  }

  .about-section .heading-title span {
    margin: 0 0 15px 0;
  }

  .about-icon-section .heading-title span {
    margin: 0 auto 15px auto;
  }

  .about-section .heading-title h6 span {
    padding: 7px 10px;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 13px;
    display: none;
  }

  .about-section .heading-title h4 {
    font-size: 27px;
  }

  .about-section .about-section-content img {
    width: 60px;
    padding: 0 0 15px 0;
  }

  .about-section .about-section-content p {
    font-size: 16px;
  }

  .company-profile {
    margin: 0px 0 0 0;
  }

  .company-profile-points li {
    font-size: 14px;
  }

  .director-detail h5 {
    font-size: 18px;
  }

  .director-detail h6 {
    font-size: 12px;
    margin: 5px 0 0 0;
    font-weight: 450;
    color: #ffffff;
  }

  .mission-vision-heading h2 {
    font-size: 21px;
  }

  .mission-vision-heading {
    padding: 15px;
    border-radius: 10px;
  }
  .mission-bg img {
    border-radius: 10px;
  }
  .mission-vision {
    padding: 60px 0 0 0;
  }

  .mission-vision p {
    font-size: 16px;
    padding-left: 30px;
  }

  .mission-vision p span {
    font-size: 24px;
    left: 0;
    top: -10px;
  }

  .service-catalogue-detail h4 {
    font-size: 14px;
    padding: 0;
    margin: 10px 0;
  }

  .service-catalogue-detail {
    margin: 0;
    padding: 10px;
  }

  .career-section .heading-title h3 {
    font-size: 27px;
  }

  .career-section .heading-title p {
    font-size: 15px;
  }

  .career-image img {
    height: 370px;
    border-radius: 5px;
  }

  .partner-section .heading-title h3 {
    font-size: 27px;
    margin: 0 0 15px 0;
  }

  .business-with-us .heading-title .lead {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000000;
  }

  .main-timeline .timeline-content {
    border-radius: 25px;
  }

  .main-timeline .timeline-content::after {
    border-radius: 25px;
    padding: 20px;
  }

  .main-timeline h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px;
  }

  .form-control {
    height: auto;
    border-radius: 30px;
    margin: 15px 0 0 0;
    padding: 12px 25px;
  }

  .contact-form .heading-title h4 {
    font-size: 27px;
  }

  .our-services .heading-title h3 {
    font-size: 27px;
    margin: 0 0 30px 0;
  }

  .service-detail .heading-title h4 {
    font-size: 18px;
  }

  .service-detail-img {
    width: 80px;
    height: 80px;
  }

  .our-services .heading-title h6 {
    font-size: 16px;
  }

  .our-services .service-detail .service-content .service-btn {
    font-size: 15px;
  }

  .inner-services-section .inner-service-detail-content {
    padding: 15px;
  }

  .inner-banner h1 {
    font-size: 33px;
  }

  .contact-details {
    padding: 15px;
    min-height: 225px;
  }

  .contact-details .icon {
    height: 65px;
    width: 65px;
    line-height: 70px;
  }

  .contact-details .icon i {
    font-size: 27px;
  }

  .contact-details .heading-title h5 {
    font-size: 16px;
  }

  footer .contact-form {
    padding: 15px;
  }

  footer .contact-form .heading-title h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
  }

  footer .contact-form .btn-primary {
    padding: 7px 25px;
    margin-top: 5px;
  }

  footer .footer-detail h5 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0;
  }

  footer .footer-detail h6 {
    font-size: 18px;
    margin: 15px 0;
  }

  footer .footerContentDetail p {
    font-size: 14px;
  }

  footer .footerSocialMedia li a {
    font-size: 16px;
  }

  footer .footerContentli li a {
    font-size: 14px;
  }

  .middleFooter p a {
    font-size: 14px;
  }

  .middleFooter {
    padding: 15px 0 15px 0;
  }

  .copyright {
    margin-top: 0;
  }
}

.service-detail {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 30px 1.5px #4d4b8f14;
  margin: 20px 10px;
}
.service-detail .service-detail-pic img {
  border-radius: 5px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.service-detail .service-detail-content p {
  margin: 0;
}

.service-detail .service-detail-content h5 {
  font-size: 16px;
  margin: 15px 0 10px 0;
  min-height: 51px;
}

.timeline-carousel {
  padding: 70px 0 85px 0;
  position: relative;
  overflow: hidden;
}
/* .timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #1d1d1e;
  z-index: 3;
  width: 6.9444%;
} */
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -30px;
}

.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-radius: 15px;
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding: 20px 0 0 60px;
  width: 85%;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 30px;
  color: white;
  display: table;
  line-height: 36px;
  padding-right: 10px;
  background-color: #1d1d1e;
  z-index: 1;
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 30px;
}
/* .timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #1d1d1e;
  z-index: 3;
} */
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #b38c52;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
/* .timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
} */
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #b38c52;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #fd7813;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: 0;
  left: 20px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #fd7813;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #fd7813;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
  border-radius: 10px;
}
.slick-list {
  margin: 0 0 0 -30px;
}
.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #fd7813;
  border-color: #fd7813;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: none;
  outline: none;
  border-radius: 100%;
  border: 1px solid #000000;
}
.slick-dots li button:hover {
  background: #fd7813;
  border-color: #fd7813;
}

.policy-section {
  padding: 80px 0;
}
.policy-section .policy-card a {
  display: flex;
  background-color: #f4f8ff;
  gap: 10px;
  border: 2px solid #dbe5f5;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}
.policy-section .policy-card a .policy-icon img {
  width: 25px;
}
.policy-section .policy-card a .policy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.policy-section .policy-card a .policy-heading h6 {
  color: #222529;
  font-size: 16px;
  font-weight: 450;
  transition: ease-in-out all 0.2s;
}
.policy-section .policy-card a:hover .policy-heading h6 {
  color: #ff6600;
}
.policy-section .policy-card a .policy-icon p {
  font-size: 13px;
  margin: 0;
  color: #293c57;
  font-weight: 450;
  transition: ease-in-out all 0.2s;
}
.policy-section .policy-card a:hover .policy-icon p {
  color: #ff6600;
}

.policy-section .investor-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 15px;
  margin: 0;
}
.column-50 {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 9px 30px 0 rgba(32, 32, 32, 0.1);
  background-color: #ffffff;
  border: 1px solid #dbe5f5;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.column-50:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.column-50 .investor-icon {
  width: 180px;
  margin: 0 auto 24px auto;
  min-height: 135px;
}

.column-50 .investor-heading h5 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.column-50 .investor-heading h6 {
  font-size: 16px;
  color: rgb(2 51 99);
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dbe5f5;
  display: block;
  padding: 0 0 15px 0;
}
.column-50 .investor-heading p {
  margin: 0 0 5px 0;
}
.column-50 .investor-heading p a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
}
.column-50 .investor-heading p a i {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #ff6600;
  border-radius: 100%;
  margin: 0 5px 0 0;
}
.column-50 .investor-heading p:hover a {
  color: #ff6600;
}

aside {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.aside-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  position: relative;
  margin-bottom: 30px;
}
.aside-card ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.aside-card ul li {
  list-style: none;
  display: inline-block;
  border-bottom: none;
  width: 100%;
  padding: 10px 15px;
  background-color: #f4f8ff;
  margin: 0 0 10px 0;
  border-radius: 5px;
}
/* .aside-card ul li:first-child { padding-top: 0; } */
.aside-card ul li a {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: ease-in-out all 0.2s;
  position: relative;
  padding-left: 25px;
}
.aside-card ul li a::before {
  color: #ff6600;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
.aside-card ul li a:hover {
  color: rgb(2 51 99);
}
.aside-card ul li.active {
  background-color: rgb(2 51 99);
}
.aside-card ul li.active a {
  color: #ffffff;
}
.aside-card ul li.active a::before {
  color: #ffffff;
}



/* our team section home-page and boardofdirector page css start */
.ezy__team4 {
 
  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: #ffffff;
  --ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);

  background: var(--bs-body-bg);
  overflow: hidden;
  padding: 30px 0px;
}

@media (min-width: 768px) {
  .ezy__team4 {
    padding: 75px 0;
  }
}

/* Gray Block Style */
.gray .ezy__team4,
.ezy__team4.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-item-bg: #fff;
  --ezy-item-shadow: 0px 4px 44px rgba(199, 227, 252, 0.17);
}

/* Dark Gray Block Style */
.dark-gray .ezy__team4,
.ezy__team4.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(11, 23, 39);
  --ezy-item-shadow: none;
}

/* Dark Block Style */
.dark .ezy__team4,
.ezy__team4.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(30, 39, 53);
  --ezy-item-shadow: none;
}

.ezy__team4-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__team4-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__team4-sub-heading {
  font-size: 10px;
  line-height: 22px;
}

.ezy__team4-item {
  background-color: var(--ezy-item-bg);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--ezy-item-shadow);
  transition: transform 0.25s ease-in-out;
}

.expert_team{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 30rem;

}

.ezy__team4-item:hover {
  transform: translateY(-15px);
}

.ezy__team4-item .image{
    height: 20rem;
}
.ezy__team4-item .image_team{
    height: 8rem;
    width: 8rem;
}

.ezy__team4-item img {
  border-radius: 15px;
  padding: 12px;
  /*height: 48vh;*/
  height: 100%;
  width: 100%;
}

.ezy__team4-content * {
  color: var(--bs-body-color);
}

.ezy__team4-social-links a {
  display: inline-block;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, color 0.25s ease-in-out;
}

.ezy__team4-social-links a:hover {
  transform: translateY(5px);
  opacity: .9;
}


/* our services section start home-page */

.ezy__service20 {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: #ffffff;
  --ezy-card-box-shadow: 0px 6px 44px rgba(173, 174, 197, 0.2);

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  position: relative;
  padding: 52px 0;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ezy__service20 {
    padding: 100px 0;
  }
  .expert_team{
      height: 100%;
  }
}

/* Gray Block Style */
.gray .ezy__service20,
.ezy__service20.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-card-bg: #f6f6f6;
}

/* Dark Gray Block Style */
.dark-gray .ezy__service20,
.ezy__service20.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(30, 39, 53);
  --ezy-card-box-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
}

.dark .ezy__service20,
.ezy__service20.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(11, 23, 39);
  --ezy-card-box-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
}

.ezy__service20-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .ezy__service20-heading {
    font-size: 40px;
  }
}

.ezy__service20-sub-heading {
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.8;
}

/* shapes */
.ezy__service20-shape-one {
  z-index: -1;
  bottom: -20%;
  left: 1;
}
.ezy__service20-shape-two {
  z-index: -1;
  top: -20%;
}
.ezy__service20-card {
  background-color: var(--ezy-card-bg);
  box-shadow: var(--ezy-card-box-shadow);
}
.ezy__service20-icon {
  font-size: 40px;
  color: var(--ezy-theme-color);
}



  /* service-button css home-page */
.service-btn {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.6em 2em;
  /*border: 3px solid #FF0072;*/
  border: 3px solid darkolivegreen;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  /*color: #FF0072;*/
  color: darkolivegreen;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.service-btn:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  /*background-color: #FF0072;*/
  background-color: darkolivegreen;
  z-index: -1;
}

.service-btn:hover, button:focus {
  color: white;
}

.service-btn:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.service-btn:active {
  transform: scale(0.9);
}



/* clients slider home page   */

.swiper {
  width: 100%;
  height: 100%;
  
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  margin-left: 24px;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: inline-table;
  width: 100%;
  height: 17vh;
  object-fit: cover;
}

