html {
  scroll-behavior: smooth;;
}

body {
  padding: 0;
  border: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 16px;
  font-family: "Raleway", sans-serif !important;
}

.f-bold{
  font-weight: 600;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
  transition: visibility 1s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#status {
  width: 400px;
  height: 400px;
  position: absolute;
  /* left: 43%; */
  /* centers the loading animation horizontally one the screen */
  /* top: 35%; */
  /* centers the loading animation vertically one the screen */
  background-image: url("../media/loader.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  /* margin: -100px 0 0 -100px; */
  /* is width and height divided by two */
}

.white-color{
  color: white !important;
}

.heading-rec {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .heading-rec {
    padding: 0 20% 0 20%;
  }
}

.heading-rec h2 {
  color: #040110;
  width: fit-content;
  margin: auto;
  border-bottom: 2.2px #040110 solid;
  font-size: 2.5rem;
  padding: 0 0.5rem;
  margin-bottom: -2px;
}

.heading-rec hr {
  border: 1px rgb(97, 94, 94) solid;
  opacity: 50%;
  margin: 0;
}

/* HEADER  */

.head {
  display: none;
}

@media screen and (min-width: 768px) {
  header {
    background-color: #171717;
  }
  .head {
    display: block;
    color: white;
  }
  .head-contact {
    display: inline;
    font-size: 75%;
    justify-content: space-between;
  }
  .head-contact a {
    color: white;
  }
  .head-contact a:hover {
    color: white;
  }
  .head-booking {
    font-size: 75%;
    float: right;
  }
}

/* HEADER */

/* NAVBAR  */

#sticky-header {
  background-color: #ffffff;
  position: fixed;
  /* Make it stick/fixed */
  top: 1;
  /* Stay on top */
  left: 0;
  width: 100%;
  /* Full width */
  z-index: 98;
  box-shadow: #000000d0 16px;
  padding: 0;
  /* transition: ease-in 0.4s; */
  /* opacity: 70%; */
}

.nav-tops{
  top: 0;
}

.nav-shadow {
  -webkit-box-shadow: 10px 10px 10px #cccccc8a;
  -moz-box-shadow: 10px 10px 10px #cccccc8a;
  box-shadow: 10px 10px 10px #cccccc8a;
}

.logo-img {
  max-width: 225px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .logo-img {
    width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .logo-img {
    max-width: 400px;
  }
}

.navbar.navbar-expand-lg {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  color: #132f88;
}

.nav-link {
  color: #67686a;
}

a.nav-link.active {
  color: #132f88;
}

@media screen and (min-width: 991px) {
  a.nav-link.active {
    color: #132f88;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (min-width: 991px) {
  .nav-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-item:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: black;
  }
  .nav-item:hover .nav-link {
    color: #132f88;
  }
}

.srvc-drop{
  left: auto;
  transition: all ease 0.25s;
}

.srvc-drp-item{
  transition: all ease .25s;
}

.srvc-drp-item:hover{
  color: #132f88;
}

/* NAVBAR  */

/* HEADING BANNER */

.overbanner {
  height: inherit;
  width: 100%;
  background-color: #2e2e2ea8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-banner {
  width: 100%;
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text h3 {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 3px 3px 6px #454546;
  text-align: center;
}

.banner-text p {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
  text-shadow: 3px 3px 6px #454546;
  text-align: center;
  padding: 0 25px 0 25px;
}

@media screen and (min-width: 768px) {
  .banner-text h3 {
    font-size: 3.5em;
  }

  .banner-text p {
    font-size: 1em;
  }
}

/* HEADING BANNER */

/* HOME PAGE  */

/* CHATBOX  */

.chatbox {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 300px;
  background-color: #2e2e2e;
 ;
  border-radius: 4px 4px 0 0;
  z-index: 98;
}

.chatbox:hover {
  cursor: pointer;
}

.chatbox-header {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatbox-header h3 {
  font-size: 14px;
  color: white;
}

.chatbox-form {
  height: 0;
  position: relative;
  background-color: #e2e2e2;
  transform: 0.2s ease-in;
}

/* .form-group input{
    background: #ffffff;
    padding: 6px;
} */

.manage-ht {
  height: auto;
  padding: 20px 0;
}

/* CHATBOX  */

/* SECTION-1  */

/* Home Page */

.slider {
  position: relative;
  height: 100vh;
  width: 100%;
  /* overflow: hidden; */
  font-size: 1em;
  text-align: center;
}

.item {
  position: relative;
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media screen and (min-width: 1120px) {
  .slider {
    text-align: left;
  }
  .item {
    justify-content: flex-start;
    align-items: center;
  }
  .slider-content {
    width: 40%;
  }
}

.item h2 {
  font-size: 2em;
  color: #040110;
}

.item h3 {
  font-size: 1.5em;
  color: #040110;
}

.item p {
  font-size: 0.7em;
}

.slider-content {
  position: relative;
  height: 45%;
}

.para {
  padding: 0 50px;
}

@media screen and (min-width: 500px) {
  .item {
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .slider-content {
    width: 80%;
  }
  .para {
    padding-left: 0;
    padding-right: 40%;
  }
}

@media screen and (min-width: 768px) {
  .item {
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .slider-content {
    width: 80%;
    height: 20%;
    font-size: 1.1em;
  }
  .slider-content-inner {
    border-left: 8px solid #2e2e2e;
  }
  .para {
    padding-left: 0;
    padding-right: 40%;
  }
}

@media screen and (min-width: 991px) {
  .slider-content {
    font-size: 1.5em;
    height: 35%;
  }
}

@media screen and (min-width: 1200px) {
  .slider-content {
    font-size: 1.6em;
    height: 40%;
  }
}


#slide1 {
  background-image: url("../media/home-ban2.jpg");
  background-position: top right;
  background-size: cover;
  height: 100vh;
}

#slide2 {
  background-image: url("../media/home-ban1.jpg");
  background-position: top left;
  background-size: cover;
  height: 100vh;

}

#slide3 {
  background-image: url("../media/banner4.png");
  background-position: top right;
  background-size: cover;
  height: 100vh;
}
#slide4 {
  background-image: url("../media/banner5.png");
  background-position: top right;
  background-size: cover;
  height: 100vh;
}
#slide5 {
  background-image: url("../media/banner3.png");
  background-position: top right;
  background-size: cover;
  height: 100vh;
}

@media screen and (min-width: 769px){
  #slide3 {
    background-position: center left;
  }
  #slide4 {
    background-position: center left;
  }
  #slide5 {
    background-position: center left;
  }
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: block !important;
  margin: 8px;
  color: #3b3b3b;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #e6e6e6;
  color: #1d1d1d;
  text-decoration: none;
  outline: none;
}

.slide-btn {
  background: #2e2e2e;
  color: white;
  padding: 12px;
  width: 144px;
  text-decoration: none;
  font-size: 0.6em;
  transition: ease-in-out 0.2s;
  border-radius: 12px;
}

.slide-btn:hover {
  background: black;
  color: #f9f9f9;
  text-decoration: none;
}

.owl-prev {
  left: 4px;
}

.owl-next {
  right: 4px;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: rgb(56, 56, 56);
  visibility: hidden;
}

/* SECTION-1 */

/* section-2 */

.word-card-btn {
  border-radius: 30px;
  background-color: transparent;
  border: none;
  color: #67686a;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  padding: 8px;
  transition: all 0.25s;
  cursor: pointer;
  min-width: 3em;
}

.word-card-btn:hover {
  background-color: #2e2e2e;
  color: #ffffff;
  text-decoration: none;
}

.word-card-btn:focus {
  outline: none;
}

/* section-2 */

/* section-3 */

.service-heading {
  text-align: center;
  color: #132f88;
}

/* section-3 */

/* section-4 */

/* testimonials */

@media screen and (min-width: 991px) {
  .testimonials {
    height: 600px;
  }
  .tstml-newsroom {
    height: 600px;
  }
  .tstml-widget {
    height: 360px;
  }
  .tstml-widget .bx-wrapper {
    height: inherit;
  }
  .tstml-widget .bx-wrapper .bx-viewport {
    height: 360px !important;
  }
}

.tstml-col1 {
  background: #03010e;
}

.tstml-news {
  width: 100%;
  padding: 0 50px 20px 50px;
}

@media screen and (min-width: 1780px) {
  .tstml-news {
    width: 70%;
  }
}

.tstml-heading {
  color: white;
  padding: 30px;
  text-align: center;
}

.client-info {
  text-align: left;
  color: white;
}

.client-content {
  padding: 15px 20px 10px 20px;
  text-align: justify;
  font-size: 0.9em;
}

.testimonials .slider-tstml {
  max-width: 900px;
  margin: auto;
  text-align: center;
  /* padding: 30px; */
}

.testimonials .slider-tstml .slide-tstml {
  display: none;
}

.testimonials .slider-tstml .slide-tstml.active {
  display: block;
  animation: slide 1s ease;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.testimonials .slider-tstml p {
  color: #ededed;
  word-spacing: 2px;
}

.testimonials .slider-tstml .client-info span {
  display: block;
  font-size: 16px;
  color: #11bead;
}

.testimonials .slider-indicator {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #eeeeee;
}

.testimonials .slider-indicator h3{
    font-size: 1.5em;
    transition: all ease .25s;
    border-radius: 10px;
}

@media screen and (min-width: 576px){
    .testimonials .slider-indicator h3{
        font-size: 2em;
}
}

.testimonials .slider-indicator h3:hover{
    cursor: pointer;
    background-color: #eeeeee;
    color: #03010e;
}

.up-btn{
    padding: 10px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.up-btn:hover{
    color: white;
}


.mfp-title {
  display: none !important;
}

/* section-4 */

/* ACHIEVEMENTS  */

.achievement-carousel div.owl-stage-outer{
  padding: 0;
}

@media screen and (min-width: 991px){
  .achievement-carousel div.item.achievement-item{
    height: 350px;
  }
}


.achievement-content p{
  font-size: 0.9em;
}

@media screen and (min-width: 768px){
  .achievement-content p{
    font-size: 1.1em;
  }
}


/* ACHIEVEMENTS END HERE  */

/* section-5 */

.hm-team-img{
    max-height: 250px !important;
    max-width: 300px;
}

.home-team-car .owl-prev, .home-team-car .owl-next {
  top: 40%;
}

.owl-stage-outer{
  padding: 20px 0 30px 0;
}
/* section-5 */

.home-resp-icon {
  max-width: 50px !important;
}

/* HOME-TESTIMONIALS  */

.home-testimonials{
  background-color: #04010F;
}

.home-testimonial-item{
  height: auto !important;
}

.home-testimonial-text{
  font-size: 1em !important;
}

.home-testimonial-quote{
  font-size: 1.5em;
}

/* HOME-TESTIMONIALS END HERE  */






/* HOME PAGE  */

/* CONTACT PAGE  */

/* SECTION-2 */

.card-row > .col-md-4 {
  padding: 15px;
  /* margin: 0px; */
}

.contact-banner {
  background-image: url("../media/banner-office3.jpg");
}

.contactus-heading {
  text-align: center;
  color: #132f88;
}

.col-md-4 .card {
  min-width: 240px;
  max-width: 1000px;
  margin: auto;
}

.contactus-cards {
  text-align: center;
  color: #67686a;
}

.card-hover {
  transition: all 0.4s;
}

.card-hover:hover {
  box-shadow: 14px 14px 36px #d9d9d9, -14px -14px 36px #ffffff,
    -14px 14px 36px #d9d9d9, 14px -14px 36px #ffffff;
  background-color: #2e2e2e;
  color: white;
}

.card-hover:hover span.icon {
  color: white;
}

.card-hover:hover button.contact-card-btn {
  background-color: white;
  color: #2e2e2e;
}

.contactus-card-txt span {
  display: block;
}

.flex-container {
  display: flex;
  text-align: center;
  justify-content: center;
}

.card-title {
  font-size: 1.9em;
}

@media screen and (min-width: 768px) {
  .contact-card-content {
    font-size: 0.7em;
  }
  .card-title {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 991px) {
  .contact-card-content {
    font-size: 1em;
  }
  .card-title {
    font-size: 1.7em;
  }
}

span.icon {
  display: inline-block;
  font-size: 1.5em;
  color: #132f88;
  transition: all 0.4s;
}

button.contact-card-btn {
  width: 10em;
  padding: 2px;
  background-color: white;
  color: #67686a;
  border: none;
  border-radius: 10px;
  transition: all 0.25s;
}

.contact-card-btn:focus {
  outline: none;
}

/* MAP  */

.map-popup {
  display: none;
}

.map-popup iframe {
  width: 210px;
  height: 310px;
}

@media screen and (min-width: 310px) {
  .map-popup iframe {
    width: 248px;
    height: 293px;
  }
}

@media screen and (min-width: 360px) {
  .map-popup iframe {
    width: 290px;
    height: 293px;
  }
}

@media screen and (min-width: 400px) {
  .map-popup iframe {
    width: 310px;
    height: 293px;
  }
}

@media screen and (min-width: 500px) {
  .map-popup iframe {
    width: 390px;
    height: 293px;
  }
}

@media screen and (min-width: 768px) {
  .map-popup iframe {
    width: 170px;
    height: 212px;
  }
}

@media screen and (min-width: 991px) {
  .map-popup iframe {
    width: 250px;
    height: 293px;
  }
}

@media screen and (min-width: 1195px) {
  .map-popup iframe {
    width: 300px;
    height: 293px;
  }
}

.fadeOut {
  animation: fadeOut ease 2s;
  -webkit-animation: fadeOut ease 2s;
  -moz-animation: fadeOut ease 2s;
  -o-animation: fadeOut ease 2s;
  -ms-animation: fadeOut ease 2s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeIn {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* MAP  */

/* SECTION-2 */

/* CONTACT PAGE  */

/* SERVICE PAGE  */

.services-container {
  text-align: center;
}

.service-banner {
  background-image: url("../media/service-banner1.jpg");
}

.tax-banner {
  background-image: url("../media/taxpage.jpg");
}

.audit-banner {
  background-image: url("../media/auditpage.jpg");
}

.fin-banner {
  background-image: url("../media/account-banner.jpg");
}

.corp-banner {
  background-image: url("../media/corp.jpg");
}

.risk-banner {
  background-image: url("../media/risk.jpg");
}

.spcl-banner {
  background-image: url("../media/forensic.jpg");
}

/* SECTION-2 */

.service-img {
  width: 100%;
}

.resposnive-img {
  min-height: 276.266px;
  height: auto;
  width: 100%;
  max-width: 520px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .resposnive-img {
    height: 248px;
  }
}

.service-data {
  display: flex;
}

.service-text {
  margin-top: 1em;
  font-size: 0.95em;
  text-align: justify;
}

.service-title {
  color: #2e2e2e;
}

.service-title:hover {
  color: #2e2e2e;
}

.service-links {
  display: flex;
}

.service-link-inner {
  line-height: 50px;
}

.service-link-row {
  transition: all 0.25s;
  border-radius: 10px;
}

.service-link-row:hover {
  background-color: #2e2e2e;
}

.service-link-row:hover .service-link-btn {
  color: #ffff;
}

.service-link-btn {
  border-radius: 30px;
  background-color: transparent;
  border: none;
  color: #000000;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  padding: 8px;
  transition: all 0.25s;
  cursor: pointer;
  min-width: 3em;
  vertical-align: middle;
}

.service-link-btn:focus {
  outline: none;
}

/* SECTION-2 */

/* SECTION-3 */

.support-container {
  background-color: white;
  color: #040110;
  text-align: center;
}

.support-heading span {
  font-size: 2em;
}

div.support-text {
  max-width: 337px;
  margin: auto;
  text-align: center;
}

/* SECTION-3 */

/* SERVICE PAGE  */

/* TEAM PAGE  */

/* SECTION-1 */

.team-banner{
    background-image: url("../media/team-ban.jpg");
}

.mem-prof {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  .mem-prof {
    padding-top: 60px;
  }
}

/* SECTION-1 */

/* SECTION-2 */

.team-cols {
  text-align: center;
  padding: 15px;
  border: none;
}

.card.team-cards {
  border: none;
  transition: all 0.25s;
  border-radius: 8px;
}

.card-img-top.team-img {
  border-radius: 8px;
  max-height: 385px;
}

.team-pos {
  font-weight: 300;
  font-size: 0.6em;
}

.team-info {
  font-size: 0.9em;
}

.team-name {
  margin-bottom: 16px;
  font-size: 1.3em;
}

.team-cards:hover {
  box-shadow: 14px 14px 36px #d9d9d9, -14px -14px 36px #ffffff,
    -14px 14px 36px #d9d9d9, 14px -14px 36px #ffffff;
}

.team-btn {
  border-radius: 30px;
  background-color: transparent;
  border: none;
  color: #67686a;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  padding: 8px;
  transition: all 0.25s;
  cursor: pointer;
  min-width: 3em;
}

.team-btn:hover {
  background-color: #2e2e2e;
  color: #ffffff;
  text-decoration: none;
}

.team-btn:focus {
  outline: none;
}

/* SECTION-2 */

/* TEAM PAGE  */

/* MEMBER PROFILE */



.profile-img-div {
  text-align: center;
  
}

.profile-info {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.profile-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  max-height: 180px;
  /* border-radius: 100%; */
  padding: 4px;
  border: 5px #2e2e2e solid;
}

.profile-container {
  display: block;
}

@media screen and (min-width: 768px) {
  .profile-container {
    display: flex;
    text-align: center;
    justify-content: left;
    align-items: center;
  }
  .profile-info {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  img.profile-img {
    max-width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .profile-info {
    padding-left: 70px;
    padding-right: 150px;
  }
}

.profile-intro {
  background-color: rgba(211, 208, 208, 0.582);
}

.articles ul li a, .articles ul li a:hover{
  color: #2e2e2e;
}

/* MEMBER-PROFILE */

/* ABOUT PAGE  */

/* SECTION-1 */

.about-banner {
  background-image: url("../media/abt-banner.jpg");
}

.abt-head {
  font-weight: 600;
  color: #2e2e2e;
}

/* SECTION-1 */

/* History Text */

.ceo-img {
  width: auto;
  max-height: 350px;
  height: 100%;
  border: 2px solid transparent;
  transition: all ease .25s;
}

.ceo-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ceo-text-inner {
  height: auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .ceo-text-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ceo-text-inner h2 {
  font-size: 2.2em;
  color: #2e2e2e;
  font-weight: 600;
}

.ceo-img-col {
  text-align: center;
  justify-content: center;
  
}

.ceo-img:hover{
    border: 2px solid #2e2e2e;
}

.ceo-text-inner {
  text-align: center;
}

@media screen and (min-width: 991px) {
  .vision-data {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1023px) {
  .ceo-img-col {
    text-align: right;
  }
  .ceo-text-inner {
    text-align: left;
  }
}

/* VISION  */

.values {
  width: 100%;
  height: auto;
  background: url(../media/vision-back.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-content {
  background: #474948c2;
  border-radius: 10px;
}

.values-content h4 {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
}

.values-content p {
  color: #ffffff;
  font-size: 1em;
}

@media screen and (min-width: 992px) {
  .values-content h4 {
    font-size: 2em;
  }
  .values-content p {
    font-size: 1.2em;
  }
}

.values-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

/* VISION  */

/* SECTORS  */

.sector-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

.sector-heading {
  text-align: center;
}

.resp-icon {
  width: 70%;
  /* max-width: 36px; */
  height: 100%;
}

.sector-card {
  text-align: center;
  max-width: 8rem;
  border: none;
  margin: auto;
  transition: all 0.4s;
}

.sector-card h3 {
  font-size: 1em;
}

.bsn-row {
  justify-content: center;
}

.sector-card:hover {
  box-shadow: 14px 14px 36px #d9d9d9, -14px -14px 36px #ffffff,
    -14px 14px 36px #d9d9d9, 14px -14px 36px #ffffff;
}

/* SECTORS  */

/* Latest News Slider */

#newsRoom {
  background: #f7f7ff;
  background-attachment: fixed;
  padding-bottom: 75px;
  text-align: center;
}

#newsRoom h2 {
  color: #67686a;
  padding-bottom: 60px;
  text-align: center;
}

.newsBlk {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 15px 0;
}

.newsBlk h3 {
  font-family: "FiraSans-Light";
  font-size: 30px;
  color: #67686a;
  line-height: 48px;
  padding-bottom: 30px;
}

.newsBlk img {
  margin-bottom: 25px;
}

.date {
  color: #0aaaaa;
  display: block;
  font-family: "FiraSans-Regular";
  font-size: 14px;
  padding-bottom: 18px;
}

.newsBlk p {
  color: #67686a;
  font-size: 16px;
  line-height: 35px;
  padding-bottom: 15px;
}

.news-widget {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-bottom: 40px;
}

.news-widget ul li {
  font-size: 18px;
  margin-bottom: 50px;
  padding: 30px 0 7px 0;
  line-height: 35px;
  height: 205px;
}

.pdflink a {
  color: #67686a !important;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.news-widget ul li a:hover,
.pdflink:hover {
  color: #0aaaaa;
}

.news-widget ul li {
  height: 200px;
}


.tb-container{
    max-width: 1900px;
}

.heading-row {
    border-top: 6px #145242 solid;
}

.heading-item {
    border-bottom: 3px #145242 solid;
    width: 80%;
}

#mobile-table{
    display: block;
}


.tb-card-head{
    background-color: transparent;
    border-bottom: transparent;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    transition: all ease .25s;

}

.tb-card-head h5{
    font-size: 1.2em;
    height: 100%;
}

.tb-card-head:hover{
    background-color: #2e2e2e;
    color: #eeeeee;
    cursor: pointer;
}

.tb-btn:focus{
    outline: none;
}

td.content{
    font-size: 0.8em;
}



/* ABOUT PAGE  */

/* BLOG */

.blog-banner {
  background-image: url("../media/banner-office3.jpg");
}

.media-body {
  align-self: center;
}

.title {
  font-size: 1.5em;
}

.intro {
  font-size: 0.8em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 991px) {
  .media-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .intro {
    padding-right: 150px;
  }
  .title {
    font-size: 1.7em;
  }
  .intro {
    font-size: 1em;
  }
}

.post-thumb {
  width: 100%;
  max-width: 180px;
  height: auto;
  text-align: right;
}

.media {
  border-top: 1px #16161677 solid;
  border-bottom: 1px #16161677 solid;
  transition: ease-in-out 0.2s;
}

.media:hover {
  background: #dfdfdf;
  border-top: 1px #16161600 solid;
  border-bottom: 1px #16161600 solid;
}

.pagination {
  display: flex;
  justify-content: space-between;
}

.post-img {
  width: 100%;
  height: auto;
  max-height: 600px;
}

.post-data p {
  text-align: left;
}

.post-inner {
  border: 2px solid #22447cbd;
  padding: 15px;
}

.blog-inner-heading > h2 {
  font-size: 1.3em;
  font-weight: 500;
}

@media screen and (min-width: 425px) {
  .blog-inner-heading > h2 {
    font-size: 1.7em;
  }
}

.blog-title {
  color: #132f88;
}

.blog-more-link {
  border-radius: 30px;
  background-color: transparent;
  border: none;
  color: #67686a;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  padding: 8px;
  transition: all 0.25s;
  cursor: pointer;
  min-width: 3em;
  margin-top: 5px;
}

.blog-more-link:hover {
  background-color: #132f88;
  color: #ffffff;
  text-decoration: none;
}

.blog-more-link:focus {
  outline: none;
}

/* BLOG */

/* CONTACT FORM */

.contact-form {
  background-position: center right;
  background-image: url("../media/form-banner1.jpg");
  background-size: cover;
}

.backdrop {
  background-color: #2e2e2ec0;
}

.form-heading {
  color: #f9f9f9;
  text-align: center;
}

.form-heading h1 {
  padding: 40px 0 10px 0;
  font-size: 2.5em;
  font-weight: 800;
}

.form-heading p {
  padding: 10px 0 10px 0;
  font-size: 1em;
  font-weight: 400;
}

.contact-form .form-control {
  background-color: #ededed;
  box-shadow: none;
  color: #565656;
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  min-height: 3em;
  padding: 1.07em 0.5em;
  border-radius: 0;
  border: none;
}

.btn-div {
  padding: 40px 0 40px 0;
  text-align: center;
}

.form-btn {
  border-radius: 8px;
  background-color: transparent;
  border: none;
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  padding: 8px;
  width: 200px;
  transition: all 0.25s;
  cursor: pointer;
  outline: none;
}

.form-btn:hover {
  background-color: white;
  color: #565656;
}

.form-btn:focus {
  outline: none;
}

.form-icon {
  font-size: 1em;
  min-height: 3em;
  padding: 1em 0.5em;
  color: #565656;
  background-color: #ededed;
}

/* CONTACT FORM */

/* Servie Inner */

.responsicve-img-service {
  width: 100%;
  max-width: 840px;
  height: 100%;
  margin: 3rem auto;
}

.service-content-heading {
  color: #2e2e2e;
  font-size: 2.5rem;
  font-weight: 600;
}

.service-content p,
.service-content ul {
  font-size: 1.2rem;
}

.mid-heads {
  font-size: 1.4rem;
  font-weight: 600;
}

.best-member h3 {
  color: #2e2e2e;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

/* Industry */

.ind-cont {
  max-width: 1500px;
}

.industry-banner {
  background-image: url("../media/industry-banner-min.jpg");
}

.industry-resp-img {
  width: 100%;
  height: auto;
  max-height: 293px;
}

/* .industry-img span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.616);
    transition: all 0.3s;
  } */

.industry-name {
  /* position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; */
  text-align: center;
}

.industry-name a {
  color: #000000;
  font-weight: 500;
  font-size: 1.3em;
}

.ind-btn:hover {
  text-decoration: none;
  background-color: #2e2e2e;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 10px;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  overflow-y: scroll;
}

/* INDUSTRY INNER  */

.real-est-banner {
  height: 100vh;
  background-image: url("../media/realest.jpg");
}

.textile-banner {
  height: 100vh;
  background-image: url("../media/textile.jpg");
}

.banking-banner {
  height: 100vh;
  background-image: url("../media/bank.jpg");
}

.health-banner {
  height: 100vh;
  background-image: url("../media/health.jpg");
}

.edu-banner {
  height: 100vh;
  background-image: url("../media/school.jpg");
}

.petrol-banner {
  height: 100vh;
  background-image: url("../media/petrol.jpg");
}

.auto-banner {
  height: 100vh;
  background-image: url("../media/auto.jpg");
}

.pharma-banner {
  height: 100vh;
  background-image: url("../media/pharma.jpg");
}

.it-banner {
  height: 100vh;
  background-image: url("../media/tech.jpg");
}

.plane-banner {
  height: 100vh;
  background-image: url("../media/plane.jpg");
}

.steel-banner {
  height: 100vh;
  background-image: url("../media/steel-ind.jpg");
}

.telecom-banner {
  height: 100vh;
  background-image: url("../media/telcom.jpg");
}

.ind-inner {
  padding-top: 42px;
}


/* CAREER  */

.career-banner {
  background-image: url("../media/career-ban.jpg");
  background-position: center bottom;
}


@media screen and (min-width: 768px) {
  .profile-inner {
      padding: 0 150px 0 150px;
  }
}

@media screen and (min-width: 1280px) {
  .profile-inner {
      padding: 0 250px 0 250px;
  }
}

.career-input:focus{
  border: 2px solid transparent;
  box-shadow: none;
}


.fake-input {
  position: relative;
}

.career-name {
  margin: 48px 0 48px 0;
  width: 100%;
}


@media screen and (min-width: 499px) {
  .career-name-div {
      display: flex;
      justify-content: space-evenly;
  }
  .career-name {
      display: inline-flex;
      margin: 0;
  }
  .dt-inner {
      display: block;
  }
  .prof-input-dt {
      min-width: 150px;
  }
}

.prof-submit {
  text-align: center;
}

.prof-sb-btn {
  width: 80%;
  background-color: #132f88;
  border: none;
  color: #fff;
  padding: 8px;
  transition: all ease 0.25s;
  max-width: 315px;
}

.prof-sb-btn:focus {
  outline: none;
}

.prof-sb-btn:hover {
  background-color: #04010F;
  color: #fff;
}



.lbl {
  display: block;
  width: 100%;
  justify-content: center;
}

.lbl-r{
  margin-bottom: 48px;
}

@media screen and (min-width: 499px) {
  .lbl-l {
      margin-left: 16px;
  }
  .lbl-r {
      margin-right: 16px;
      margin-bottom: 0;
  }
}

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #04010F;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus+.focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/* CAREER  */

/* FOOTER  */

#button{
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
}

footer {
  width: 100%;
  color: #ffffff;
  background-color: #04010F;
}

.social i {
  font-size: 1.5rem;
  transition: all ease 0.25s;
}

.social i:hover {
  color: #ffffff !important;
}

.ftr,
.ftr a,
.ftr .adds {
  color: #ffffff;
  display: block;
  font-size: 0.8em;
}

@media screen and (min-width: 400px) {
  .ftr,
  .ftr a,
  .ftr .adds {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 768px) {
  .ftr .adds,
  .ftr a {
    font-size: 1.1em;
  }
}


.designer {
  font-size: 12px;
}

/* FOOTER  */
