.card_hover {
  opacity: 1;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.card_hover:hover {
  opacity: 1;
  transform: scale(1.05);
}

nav ul li {
  list-style: none;
  float: left;
  padding-right: 20px;
}
nav ul li a {
  text-decoration: none;
  color: #fff !important;
  background-color: #251762;
  padding: 4px 5px;
  border-radius: 5px;
}

.activeak {
  background-color: #cc2c0f;
  color: #fff !important;
}

/* Page:Service tabview  */

.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.containerTab {
  padding: 20px;
  color: white;
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the image */
.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.tabMargin {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 2s;
}

.text-al-center {
  text-align: center;
  width: 100%;
  color: #fff;
}

/* service of index page ----------------- */
section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f1f4fa;
}
.wrap {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.wrap-about {
  display: flex;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgb(0 3 18 / 25%);
  margin-bottom: 1rem;
}

.wrap:hover {
  background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  color: white;
}

.ico-wrap {
  margin: auto;
}

.mbr-iconfont {
  font-size: 4.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem;
}
.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  text-align: left;
}
h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.display-5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
}
.mbr-bold {
  font-weight: 700;
}

p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 25px;
}
.display-6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1re;
}

.icon-color {
  color: #ce2c0e;
}

.abt-span-text {
  text-shadow: 3px 3px 3px rgb(206 206 206 / 80%);
  color: #fffdfd;
  font-size: 15px;
  font-family: "Intro", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.img-bor-radius {
  border: 38px;
  border-radius: 10px;
}

.abt-icon-color {
  color: #e4e3e9;
}

/* custom tab bar on service page  ------------------------- */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  width: 30%;
  height: 400px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #0892fd2e !important;
  color: #1558b4 !important;
  border-left: 5px solid #0892fd !important;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 400px;
}

.tabcontent h3 {
  color: #1558b4;
    font-size: 30px;
    font-weight: 500;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 768px) {
  .tab {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    width: 100%;
    height: 400px;
    justify-content: center; 
  }

  .tabcontent {
    float: left; 
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    height: 400px;
  }
}

.border-bottom {
  border-top: 4px solid #cfcfcf;
}
/* tab
border: 1px solid #ccc;
    background-color: #f2f2f2;
    width: 100%;
    height: 400px;
    justify-content: center; */


    /* tab ::content
    float: left; 
    padding: 5px 12px;
    border: 1px solid #ccc;
    width: 100%;
    /* border-left: none; 
    height: 400px; */


/* scroll fade animation css block start */

/* scroll fade animation css block end */
