@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Federant&display=swap');

body {
  font-family: "Poppins", sans-serif !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.text-white {
  color: #fff !important;
}

.fw-300 {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
  font-family: "Poppins", sans-serif !important;
}

.mb-30 {
  margin-bottom: 30px;
}

h3 {
  font-size: 33px !important;
  margin-bottom: 20px;
  margin-top: 37px;
  font-family: "Poppins", sans-serif;
  color: #000 !important;
  letter-spacing: 2px;
}

h5.special-heading {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.special-heading+h1 {
  letter-spacing: 0.2em;
  margin-bottom: 0;
  margin-top: -11px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.intro-carousel .owl-item.active .slider-images img {
  filter: grayscale(100%);
}


/*About-section*/
.about-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.about-content h3 {
  color: #000;
}

/* .about-sec-image{
	background: url(../assests/shape-two.png);
} */
.about-sec-image img {
  filter: grayscale(100%);
}

.about-sec-image img.image2 {
  position: absolute;
  top: 118px;
  right: 12px;
}

/*Services Section*/
.well-services.service-section {
  margin-top: 40px;
}

.service-section .service-content h4 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 100px;
  top: 4px;
  position: relative;
  color: #000;
}

.service-section .top-icon {
  background: none !important;
  bottom: 12px;
  left: 14px !important;
}

.journey-section {
  padding: 40px 0px;
}

.journey-section .fun-content {
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/*Testimonial Section*/
.review-section {
  background: url(../assests/review-bg.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px 0px !important;
}

/*.review-section .single-testimonial{
	padding: 80px 0px !important;
}
.review-section .testimonial-text p{
	font-size: 18px;
	/*font-style: none;*/
/*color: #000;*/
}

.

/*review-section .testimonial-text::after{
	color: #000 !important;
}*/
*/ .review-section .client-name h4 {
  font-weight: 500 !important;
  letter-spacing: 2px !important;
}

a.matrix {
  font-family: 'Federant', cursive !important;
}

/*Services Section*/
.donate-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  transition: background .3s, opacity .3s;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.5);
}

.donate-overlay h6 {
  color: #fff;
  text-align: center;
  position: relative;
  top: 94%;
  left: 0;
  font-weight: 400;
  font-size: 30px;
  transform: translateY(-100%);
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 380px;
  perspective: 1000px;
  margin-top: 40px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  filter: grayscale(70%);
}

.flip-card-back {
  background: #fbfbfb !important;
  color: white;
  transform: rotateY(-180deg);
  padding: 25px;
}

.flip-card-back h6 {
  margin-bottom: 6px;
}

.service-cntent ul li {
  font-size: 16px;
  line-height: 40px;
  margin: 22px 0px;
}

.service-cntent ul li a {
  color: #000;
}

.service-cntent ul li a i {
  margin-right: 10px;
  color: #3490fd;
  vertical-align: middle;
  font-size: 44px;
}

.single-member .team-img {
  filter: grayscale(70%);
}

.banner-area.banner-area-2.fix.area-padding::after {
  background: none;
}

.service-cntent ul li a:hover {
  color: #3490fd;
  font-weight: 500;
}

.contact-information .col-md-4 {
  text-align: center;
}

.contact-information a p {
  color: #000;
  font-size: 17px;
  text-transform: lowercase;
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-information a i {
  color: #fff;
  /* display: inline-block; */
  font-size: 26px;
  text-align: center;
  line-height: 48px;
  margin-right: 15px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: 1px solid #0477fc;
  background: #0477fc;
  margin-top: 15px;
}

.support-content h3 {
  font-size: 28px !important;
}

.support-services .support-content p,
.support-services .support-content ul li {
  color: #000 !important;
  line-height: 30px;
}

/*Career Page*/
.career-content {
  margin: 0 100px;
}

.career-content p {
  color: #000;
  line-height: 30px;
}

/*Contact page*/
.contact-page-information a i {
  font-size: 30px;
  margin-right: 10px;
  color: #3490fd;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 12px #ccc;
  line-height: 60px;
  /* margin-bottom: 30px; */
  margin-top: 10px;
}

.contact-page-information a {
  display: block;
  line-height: 40px;
}

.contact-page-information a span {
  color: #000;
  font-size: 16px;
}

.panel-body p {
  color: #000;
}

/*Clients Section*/
.client-page p {
  color: #000;
  line-height: 30px;
}

ul.industries.list li {
  color: #000;
  list-style-type: disc;
}

.industries-cater-sec .support-services {
  background-color: #fff;
  text-align: left;
}

.industries-cater-sec .support-services ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.clients-image {
  margin-bottom: 30px;
  border: 1px solid #000;
  padding: 10px;
}

/*Service Page*/
.vertical-tab .nav-tabs li.active a {
  background-color: #0175fc;
  color: #fff;
  margin: 0;
  border-radius: 0;
}

.vertical-tab .nav-tabs li {
  float: none !important;
  border: 1px solid #0175fc;
  margin: 10px 0px;
  text-align: center;
  width: 80%;
}

.vertical-tab .nav-tabs li a {
  background-color: transparent;
  border: none;
  padding: 20px;
}

.vertical-tab-1 .nav-tabs li.active a {
  background-color: #0175fc;
  color: #fff;
  margin: 0;
  border-radius: 0;
}

.vertical-tab-1 .nav-tabs li {
  float: none !important;
  border: 1px solid #0175fc;
  margin: 10px 0px;
  font-size: 14px;
  text-align: center;
  width: 80%;
}

.vertical-tab-1 .nav-tabs li a {
  background-color: transparent;
  border: none;
  padding: 20px;
}

button.btn.btn-default.filter-button {
  background: #3490fd;
  color: #fff;
  padding: 12px 40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

span.sign-icon {
  text-align: center;
  color: #0477fc;
  position: relative;
  top: 10px;
  font-weight: 600;
}

/*Service Page*/
.tab-content.domestic-content h5 {
  color: #000;
  margin: 16px 0px;
}

.tab-content.domestic-content p {
  color: #000;
  line-height: 30px;
}

.tab-content.domestic-content img {
  filter: grayscale(100%);
}

.tab-content.domestic-content ul li {
  color: #000;
  list-style-type: disc;
}

.overseas-content img {
  filter: grayscale(100%);
}

.overseas-content h3 {
  font-size: 26px !important;
}

.overseas-content h4 {
  color: #000;
}

.overseas-content ul li {
  color: #000;
  list-style-type: devanagari;
  margin: 10px 22px;
}

.overseas-content p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.industries-section {
  padding-top: 0 !important;
}

.industries-section .support-services {
  background-size: cover;
  filter: grayscale(5%);
}

.industries-section .support-content ul li {
  color: #fff !important;
}

.company-faq .panel-body {
  padding-bottom: 20px;
}

.company-faq .panel-body h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.company-faq .panel-body ul li {
  list-style-type: disc;
  color: #000;
}

.hire-btn.download-btn {
  padding: 6px;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 15px;
}

.modal-btn {
  padding: 12px 30px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  display: block;
  /* margin: 0 auto; */
}

.color {
  color: #3490fd !important;
  font-weight: 700;
}

/*Testimonial Design*/
.testimonial-carousel .owl-nav {
  position: relative;
  top: -150px;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
  background-color: #000;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}

.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  left: 100%;
  bottom: 24px;
}


/*Clients animation*/
.support-services.domestic-cater {
  background: url(../assests/clients-icons/domestic-1.jpg);
  animation: domestic 15s linear infinite;
  animation-delay: 0s;
}

@keyframes domestic {
  0% {
    background: url(../assests/clients-icons/domestic-1.jpg);
  }

  25% {
    background: url(../assests/clients-icons/domestic-2.jpg);
  }

  50% {
    background: url(../assests/clients-icons/domestic-3.jpg);
  }

  75% {
    background: url(../assests/clients-icons/domestic-4.jpg);
  }

  100% {
    background: url(../assests/clients-icons/domestic-5.jpg);
  }
}

.support-services.international-cater {
  background: url(../assests/clients-icons/overseas-1.jpg);
  animation: international 15s linear infinite;
  animation-delay: 0s;
}

@keyframes international {
  0% {
    background: url(../assests/clients-icons/overseas-1.jpg);
  }

  25% {
    background: url(../assests/clients-icons/overseas-2.jpg);
  }

  50% {
    background: url(../assests/clients-icons/overseas-3.jpg);
  }

  75% {
    background: url(../assests/clients-icons/overseas-4.jpg);
  }

  100% {
    background: url(../assests/clients-icons/overseas-5.jpg);
  }
}

.career-section {
  padding: 40px 0px !important;
}

.career-form {
  width: 60%;
  display: block;
  position: relative;
  margin: 0 auto;
}

/*pie chart*/
.pie-circle {
  width: 400px;
  height: 400px;
  background-color: #000;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.pie1 {
  width: 196px;
  height: 400px;
  background-color: #ffc15e;
  float: right;
  border-left: 5px solid #f7f7f7;
}

.pie1 .post1 {
  background-color: #ffc15e;
  border: 2px solid #f7f7f7;
  position: relative;
  right: 130px;
  z-index: 99999;
  position: absolute;
}

.pie1 h3 {
  font-size: 18px !important;
  text-align: center;
  position: relative;
  top: 43%;
  color: #fff !important;
}

.pie2 {
  width: 221px;
  height: 218px;
  background-color: #fb6a4b;
}

.pie2 .post1 {
  background-color: #fb6a4b;
  border: 2px solid #f7f7f7;
  position: relative;
  left: 134px;
  top: -292px;
  z-index: 99999;
  position: absolute;
}

.pie2 h3 {
  font-size: 18px !important;
  text-align: center;
  position: relative;
  top: 43%;
  color: #fff !important;
}

.pie3 {
  width: 214px;
  height: 218px;
  background-color: #71c1ca;
  border-top: 5px solid #f7f7f7;
}

.pie3 .post1 {
  background-color: #71c1ca;
  border: 2px solid #f7f7f7;
  position: relative;
  top: 0%;
  left: 130px;
  z-index: 99999;
  position: absolute;
}

.pie3 h3 {
  font-size: 18px !important;
  text-align: center;
  position: relative;
  top: 24%;
  color: #fff !important;
}

.post1 {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 12px;

}

.post1 ul li {
  margin: 10px 0px;
  color: #fff;
  text-transform: capitalize !important;
}

.pie1:hover .post1,
.pie2:hover .post1,
.pie3:hover .post1 {
  display: block;
}

input.file-input {
  padding: 12px 20px;
  height: 48px;
  border-radius: 0;
  margin-bottom: 10px;
}

li.profile-btn {
  border: 2px solid #3490fd;
  margin: 10px 0px;
}

li.profile-btn a.btn-a {
  padding: 13px 2px !important;
}

span.banner-text {
  font-size: 26px;
  letter-spacing: 0.60px;
  text-transform: initial;
}

/*Profile Closed*/
a.leadership-hire {
  background: #ff9e03;
  border: 1px solid #ff9e03;
  width: 100%;
  text-align: center;
}

ul.leadership-hiring-content {
  margin-top: 36px;
  border: 2px solid #ff9e03;
  padding: 20px 0px 20px 30px;
}

a.junior-hire {
  background: #0890b8;
  border: 1px solid #0890b8;
  width: 100%;
  text-align: center;
}

ul.junior-content {
  margin-top: 36px;
  border: 2px solid #0890b8;
  padding: 20px 0px 20px 30px;
}

a.senior-btn {
  background: #7a3dd9;
  border: 1px solid #7a3dd9;
  width: 100%;
  text-align: center;
}

ul.senior-content {
  margin-top: 36px;
  border: 2px solid #7a3dd9;
  padding: 20px 0px 20px 30px;
}

.hit-count span {
  display: inline-block !important;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vertical-tab-1 {
    margin-top: 40px !important;
  }
}

.recruitment {
  padding-top: 20px !important;
}