/********** Template CSS **********/
:root {
    --primary: #2957a4;
    --light: #F0FBFC;
    --dark: #a16c39;
}
h1{
    font-size: 2.1rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Raleway', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap');

.heading-2{
    font-size: 2.1rem;
    color: #2957a4;
}
body{
  font-family: 'Raleway', sans-serif;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
p{
  text-align: justify;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: .5s;
}
    
.btn.btn-primary{
    color: #FFFFFF;
    background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
    border-color: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
    border: none;
}
.btn-primary:hover{
/* opacity: 0.9; */
transition: .5s;
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


.owl-carousel .own-carousel-item img{
    max-height: 500px;
}

/*** Navbar ***/
.dropdown-item:hover, .dropdown-item:focus {
  /* background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%); */
  /* color: white; */
  letter-spacing: 1px;
    box-shadow: none;
  transition: .5s;
  color: #2957a4;

}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
}
.dropdown-item {
  transition: .5s;
  color: #a9794b;

}
.dropdown-item::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #2957a4;
}
.dropdown-item::before
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/service-image-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #a7743a;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    /* background: var(--light); */
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    /* background: var(--primary); */
}

.service-item * {
    transition: .5s;
    text-align: justify;
}
.accordion-body {
  padding: 1rem 1.25rem;
  text-align: justify;
}

.service-item:hover * {
    /* color: var(--light) !important; */
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}
.course-item h5{
    font-size: 16px;
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
    height: calc(90vh - 0px);
    margin: 0px;
    background-color: #2957A4;
    overflow: hidden;
  }
  
  .swiper-slide {
    overflow: hidden;
  }
  
  .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
  }
  
  .swiper-slide-active h2, h3 {
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    opacity: 1;
  }
  
  .swiper-slide-active p {
    animation: fadeInRight .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    opacity: 1;
  }
  
  .swiper-slide-active .div-dec {
    animation: fadeIn .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    opacity: 1;
  }
  
  .swiper-slide-active .buttons .green-button,
  .swiper-slide-active .buttons .orange-button {
    animation: fadeInUp .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    opacity: 1;
  }
  
  .slide-inner .header-text {
    position: absolute;
    width: 70%;
    top: 60%;
    transform: translateY(-50%);
  }
  
  .slide-inner .header-text h2 {
    position: relative;
    z-index: 2; 
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    line-height: 70px;
    margin-bottom: 20px;
    top: -60px;
  }
  .slide-inner .header-text h3 {
    position: relative;
    z-index: 2;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    line-height: 70px;
    margin-bottom: 40px;
  }
  
  
  .slide-inner .header-text .div-dec {
    width: 80px;
    height: 6px;
    position: relative;
    top: -4rem;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 40px;
    opacity: 1;
    visibility: visible;
  }
  
  .slide-inner .header-text p {
    color: #fff;
    margin-right: 60px;
    margin-bottom: 50px;
    opacity: 1;
    visibility: visible;
  }
  
  .slide-inner .header-text h2, h3 em {
    font-style: normal;
    color: #ffffff;
  }
  
  .slide-inner .header-text .buttons {
    display: inline;
    opacity: 1;
    visibility: visible;
  }
  
  .slide-inner .header-text .buttons .green-button {
    display: inline;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -4rem;
  }
  
  .swiper-button-next, .swiper-button-prev {
    color: #fff !important;
  }

  @media (max-width: 375px) {
    .swiper-container {
      height: 60vh;
      margin: 0px;
  }
  }
  @media (max-width: 767px) {
    .swiper-container {
        height: 45vh;
        margin: 0px;
      }
      .slide-inner .header-text h2 {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        top: 10px;
    }
    .slide-inner .header-text {
        width: 80%;
        top: 45%;
        margin-left: 1rem;
        
    }
    .slide-inner .header-text .buttons .green-button {
        top: 0rem;
      }
      .green-button a{
        padding: 5px 20px !important;
      }
      .slide-inner .header-text .div-dec{
        top: 0rem;
      }
      .heading-2 {
        font-size: 1.3rem;
        color: #2957a4;
    }
    
  }

  
  

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: #a36e3c !important
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #a36e3c !important;
    border-color: #a36e3c !important;
}

/* services */
/* 
---------------------------------------------
services page
--------------------------------------------- 
*/
.service-box h3{
    color: #2957a4;
}
.main-services .service-item {
    margin-bottom:20px;
    padding-bottom: 60px;
  
  }
  
  .main-services .last-service {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .main-services  .left-image {
    margin-right: 15px;
  }
  
  .main-services  .left-image img {
    border-radius: 5px;
  }
  
  .main-services  .right-image {
    margin-left: 15px;
  }
  
  .main-services  .right-image img {
    border-radius: 5px;
  }
  
  .main-services .right-text-content {
    margin-left: 15px;
  }
  
  .main-services .left-text-content {
    margin-right: 15px;
  }
  
  .main-services .right-text-content i,
  .main-services .left-text-content i {
    font-size: 34px;
    color: #06bbcc;
    background-color: #ffffff;
    /* width: 120px;
    height: 120px; */
    text-align: center;
    display: inline-block;
    /* line-height: 120px; */
    border-radius: 5px;
  }
  
  .main-services .right-text-content h4,
  .main-services .left-text-content h4 {
    font-size: 26px;
    font-weight: 700;
    color: #212741;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  section.service-details .naccs {
    position: relative;
  }
  
  section.service-details .naccs .menu {
    text-align: center;
  }
  
  section.service-details .naccs .menu div {
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px !important;
    margin-right: 30px;
    font-size: 18px;
    color: #212741;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 600;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  
  section.service-details .naccs .menu div.active {
    color: #ff511a;
  }
  
  section.service-details ul.nacc {
    margin-top: 50px !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  section.service-details ul.nacc li {
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  section.service-details ul.nacc li .left-image {
    position: absolute;
    margin-right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  section.service-details ul.nacc li .left-image img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  section.service-details ul.nacc li .right-content {
    padding: 50px 50px 50px 0px;
    margin-left: 470px;
  }
  
  section.service-details ul.nacc li .right-content h4 {
    font-size: 24px;
    color: #212741;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 120px;
  }
  
  section.service-details ul.nacc li .right-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
   
  }
  .right-content ul{
    text-align: justify;
  }
  
  
  section.service-details ul.nacc li .right-content span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #212741;
    font-style: italic;
    margin-bottom: 12px;
  }
  
  section.service-details ul.nacc li .right-content .last-span {
    margin-bottom: 0px;
  }
  
  section.service-details ul.nacc li .right-content p {
    margin-bottom: 30px;
  }
  
  section.service-details ul.nacc li.active {
    position: relative;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
  }
  
  


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #a7743a;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer-bottom {
    background: #14192b;
    border-top: 1px solid #142b35;
    padding: 10px 0;
  }
  
  .footer-bottom .copy-text {
    font-family: 'Raleway', sans-serif;
    color: #848484;
    font-size: 14px;
  }
  
  .footer-bottom .copy-text a {
    color: #a7743a;
    transition: .3s ease;
  }
  .footer-bottom .copy-text p {
   margin-bottom: 0;
   padding: 0px 0;
  }
  
  .footer-bottom .get-text ul li {
    float: left;
  }
  
  .footer-bottom .get-text ul li a {
    color: #848484;
    font-size: 14px;
    margin-right: 5px;
    font-family: 'Raleway', sans-serif;
  }
  footer-bottom .get-text ul li a:hover {
    color: #48c7ec;
    transition: .3s ease;
  }
  .fa{
    color: #a7743a;
  }
  .btn .fa{
    color: #ffffff;
  }
  
  .blog h6{
    color: #a7743a;
  }
  .blog a{
    color: #ffffff;
    transition: all 0.2s linear;
  }
  .blog a:hover{
    color: #a7743a;
  }

  
/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  /* background-image: url(../img/slider-3.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;

    position: relative;
    z-index: 1;

}
.apply-now::before{
  /* background: #0d0d0d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; */
}
.accordion{
  /* border-radius: 20px; */
    padding: 40px;
    background-color: #fff;
    background: #ffffff29;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e6f8fa;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
  font-weight: 700;
  background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
}
.accordion-button {
  font-weight: 700;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}
section.apply-now .item {
  /* background-color: rgba(250,250,250,0.15);
  padding: 40px; */
  margin-bottom: 30px;
  

}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}


    /* corpx-section */

    

  section.what-we-do {
    margin-bottom: -30px;
  }
  
  .what-we-do .left-content {
    margin-right: 60px;
  }
  
  .what-we-do .left-content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
  }
  
  .what-we-do .right-items p {
    margin-bottom: 0px;
  }
  
  .what-we-do .right-items .item {
    border-radius: 5px;
    padding: 20px 15px;
    min-height: 165px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 7px 20px rgba(100, 28, 2, 0.135);
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
  }
  
  .what-we-do .right-items .item em {
    position: absolute;
    font-style: normal;
    font-size: 44px;
    color: #b07d46;
    font-weight: 600;
    left: 15px;
    top: 5px;
    transition: all .3s;
  }
  
  .what-we-do .right-items .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    text-align: end;
    color: #2957a4;
  }
  
  .what-we-do .right-items .item:hover em {
    top: 10px;
  }
  .what-we-do .right-items .item:hover h4{
    color: white;
  } 
  .what-we-do .right-items .item:hover{
    top: 10px;
    transform: translateY(-20px);
    background-color: #2957A4;
    color: white;
  }
  .section-heading {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 70px;
  }
  .right-content h4{
    color: #2957a4;
  } 
  
 /* mentors */
 .our-team{
    text-align: center;
    position: relative;
    color: #fff;
}
.our-team:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition:all 0.3s ease 0s;
    opacity: 0;
}
.our-team:hover:before{
    opacity: 1;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgb(41 87 164 / 73%);
    transition:all 0.3s ease 0s;
}
.our-team:hover .team-content{
    bottom: 20%;
}
.our-team .team-content .name{
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    transition:all 0.3s ease 0s;
    color: white;
}
.our-team:hover .team-content .name{
    transform:translateY(50px);
    transition-delay:0.3s;
}
.our-team .team-content .post{
    font-size: 17px;
    display: block;
    transition:all 0.3s ease 0s;
    text-transform: capitalize;
}
.team-content .post i{
    background: white;
    /* padding: 7px 10px; */
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.our-team:hover .team-content .post{
    transform:translateY(-30px);
    transition-delay:0.3s;
}

@media screen and (max-width:990px){
    .our-team{
        margin-bottom: 30px !important;
    }
}
 

/* our facilitators */
#team{
  display:flex;
  flex-wrap: wrap;
  flex-grow:3;
  justify-content: center;
}
.card {
  width:22%;
  min-width: 250px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 1.5% 1% 0;
  display:inline-block
}
.card:nth-of-type(4n){
  margin-right:0;
}
.card img {
  width: 100%;
  min-height:100%;
  transition:all 0.9s
}
.card:hover img{
 transform:scale(1.2,1.2)
}
.data {
  position: absolute;
  bottom: 5%;
  background: #fff;
  text-align:center;
  width: 90%;
  height: 80px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 5%;
  box-sizing: border-box;
  opacity: 0.8;
  transition: all 0.4s
}

.card:hover .data {
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.9;
  padding:90px 10%
}

.data h2 {
  margin: 0 0 5px 0;
  transition:color 0.4s;
  font-size: 18px;

}

.data p {
  opacity: 0;
  text-align:center;
  transition: all 0.2s
}

.card:hover .data p,.card:hover .data a {
  opacity: 1
}

.data a{
  color:#333;
  text-decoration:none;
  padding:20px;
  opacity:0
}
.data a:hover,.card:hover h2{
  color:#38c
}

@media (max-width:799px){
  .card {width:100%;margin-right:0}
  .accordion{
    padding: 10px;
  }
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 400px !important;
    margin: 1.75rem auto;
}
}
.text-primary {
  color: #2957a4 !important;
}
  

/* profile */

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
    padding: 40px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    margin-bottom: 2rem;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
  border: 2px solid #a6723f;
  margin-bottom: 2rem;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
    height: 180px;
    width: 180px;
    object-fit: contain;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2957a4;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #a6743a;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
    background: #2957a4;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  transition: .5s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.doctors .member .social a+a {
  margin-left: 8px;
}

.link-1:hover {
  color: #6ba90c ;
  letter-spacing: 2px;
  cursor: pointer;
 
}
.card-product p {
  margin-bottom: 30px;
  
}
.card-product{
  min-height: 240px;
  margin-bottom: 2rem;
}

.card-module {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  
  min-height: 420px;
}
.card-1:hover {
  background: #f8f8f8;
  color: unset;
}
.data h5{
 color: #061d50;
 /* color: #4f5b66; */
 font-size: 22px;
 margin-bottom: 1rem;
}
.product-box h4{
  font-size: 30px;
}
.module-list {
  padding-left: 0rem;
}
.module-list i{
  font-size: 16px !important;
  margin-right: 0.5rem;
}
.module-list li{
  /* background: url(../images/products/circle.svg) no-repeat 0 13px; */
  background-size: 10px;
  padding: 5px 0 5px 20px;
  font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    margin-right: 1rem;
    list-style: none;
}
.module-list i{
  cursor: pointer;
  background: pink;

  background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #2957a4;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #ab7c4f;
  background: linear-gradient(52deg, rgba(159,105,57,1) 12%, rgba(237,198,120,1) 100%);
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #2957a4;
}

.services .icon-box:hover .icon::before {
  background: #2957a4;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}
