*
{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none !important;
}
p{
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    line-height: 170%;
}
@font-face {
    font-family: gilroy_extra_bold;
    src: url('../fonts/gilroy/Gilroy-ExtraBold.ttf');
}
@font-face {
    font-family: gilroy_bold;
    src: url('../fonts/gilroy/Gilroy-Bold.ttf');
}
@font-face {
    font-family: gilroy_semibold;
    src: url('../fonts/gilroy/Gilroy-SemiBold.ttf');
}
@font-face {
    font-family: gilroy_medium;
    src: url('../fonts/gilroy/Gilroy-Medium.ttf');
}
@font-face {
    font-family: gilroy_light;
    src: url('../fonts/gilroy/Gilroy-Light.ttf');
}

@font-face {
    font-family: playfair_display_bold;
    src: url('../fonts/playfair-display/PlayfairDisplay-Bold.ttf');
}
:root
{
    --white: #fff;
    --black: #000;
    --section-bg-light: rgb(243,245,250);
    --primary-color: rgb(245,131,69);
    --secondary-color: rgb(45,49,154);
    --gilroy_extra_bold: gilroy_extra_bold;
    --gilroy_bold: gilroy_bold;
    --gilroy_semibold: gilroy_semibold;
    --gilroy_medium: gilroy_medium;
    --gilroy_light: gilroy_light;
    --playfair_display_bold: playfair_display_bold;
}
body, section, div, span, p, h1, h2, h3, h4, h5, h6, a, ul, ol, li, a, sup, sub
{
    font-family: var(--gilroy_medium);
} 
h2
{
    font-size: 2rem !important;
    font-family: var(--playfair_display_bold);
}
img
{
    width: 100%;
}
nav a{
    color: var(--black) !important;
    font-size: 1rem !important;
}
.navbar-brand img
{
    width: 70px;
}
.top-bar
{
    background-color: var(--primary-color);
    padding: 3px 0px;
}
.top-bar .container
{
    display: flex;
    justify-content: space-between;
}
.top-bar .container ul
{
    list-style: none !important;
    padding-left: 0px !important;
    margin-bottom: 0rem !important;
}
.top-bar .container ul li a
{
    color: var(--white);
    line-height: 100% !important;
    font-size: 0.8rem !important;
}

.banner img {
    height: 100%;
    object-fit: cover;
}
.banner .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.banner .owl-nav button.owl-prev {
    left: 0;
}
.banner .owl-nav button.owl-next {
    right: 0;
  }
  
.banner .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
  }
.banner .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
.banner .owl-dots button.owl-dot.active {
    background-color: #000;
  }
.banner .owl-dots button.owl-dot:focus {
    outline: none;
  }
.banner .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
.banner span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
.banner .owl-nav button:focus {
      outline: none;
  }
.banner .owl-item {
    display: flex;
  }
.banner .item {
      width: 100%;
  }
.banner-item-inner
{
    display: grid;
    grid-template-columns: 40% 60%;
}
.banner-item-inner .b-col:first-child
{
    background-color: var(--primary-color);
}
.banner-text-cover
{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 112px;
}
.banner-text-cover h3
{
    color: var(--white);
    font-family: var(--playfair_display_bold);
    font-size: 2rem !important;
}
.banner-text-cover h4
{
    color: var(--white);
    font-family: var(--gilroy_semibold);
    font-size: 1.5rem !important;
}
.banner-text-cover h4 svg
{
  font-size: 1.5rem !important;
}
.banner svg
{
    font-size: 2.5rem !important;
    color: #ffffff4f;
    margin: 5px;
}
.banner button
{
    border-radius: 5px !important;
}
.banner .owl-dots button.owl-dot.active
{
    background-color: var(--primary-color) !important;
}

/* Scrollbar track */
::-webkit-scrollbar {
    width: 7px;
}
  
  /* Scrollbar thumb */
  ::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); /* Default color */
  }
  
  /* Scrollbar thumb on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary-color); /* Darker shade on hover */
  }
.mt-s
{
    margin-top: 90px;
}
.p-btn
{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 7px 15px;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.p-btn svg
{
    margin-left: 5px;
}
.second-section .p-btn
{
    margin-top: 30px;
}
.second-section img
{
  border-radius: 10px;
  box-shadow: 0px 0px 11px 3px rgb(173 173 173 / 82%);
}






.third-section section {
    padding: 60px 0px 0px 0px;
    overflow: hidden;
  }
  
  .third-section .section-bg {
    background-color: #f3f5fa;
  }
  
  .third-section .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .third-section .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
  }
  
  .third-section .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .third-section .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .third-section .section-title p {
    margin-bottom: 0;
  }
  
  .third-section .team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
  }
  
  .third-section .team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
  }
  
  .third-section .team .member .pic img {
    transition: ease-in-out 0.3s;
  }
  
  .third-section .team .member:hover {
    transform: translateY(-10px);
  }
  
  .third-section .team .member .member-info {
    padding-left: 30px;
  }
  
  .third-section .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
  }
  
  .third-section .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  .third-section .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
  }
  
  .third-section .team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  
  .third-section .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .third-section .team .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: #eff2f8;
  }
  
  .third-section .team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
  }
  
  .third-section .team .member .social a:hover {
    background: #47b2e4;
  }
  
  .third-section .team .member .social a:hover i {
    color: #fff;
  }
  
  .third-section .team .member .social a + a {
    margin-left: 8px;
  }
.events-card
{
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.events-card img
{
    border-radius: 10px 10px 0px 0px;
}
.events-card-text h3
{
    font-size: 1.3rem !important;
    font-family: var(--gilroy_semibold);
}
.events-card-text
{
    padding: 10px;
}
.fourth-section .col-md-3
{
    margin-top: 30px;
}
.fifth-section{
  background-color: var(--section-bg-light);
}
footer
{
  background-color: rgb(255, 236, 225);
  padding-top: 50px;
}
footer img
{
  width: 100px !important;
}
footer ul
{
  list-style: none;
  padding-left: 0px !important;
}
footer ul a
{
  color: var(--black);
  display: flex;
}
footer ul a svg
{
  margin-right: 10px;
}
footer ul li
{
  padding-top: 8px;
}
footer h3
{
  font-size: 1.2rem !important;
}
.copy-right-mc
{
  background-color: var(--primary-color);
  padding: 5px 0px;
}
.copy-right-mc .container
{
  display: flex;
  justify-content: space-between;
}
.copy-right-mc .container p
{
  margin-bottom: 0px !important;
  color: #fff;
}
.copy-right-mc .container p a
{
  color: #333333;
}
.inner-page-banner h1
{
  color: #fff;
  margin-bottom: 0rem !important;
}














@media only screen and (max-width:  767px)
{
  .banner-text-cover
  {
    justify-content: center;
  }
  .banner-item-inner
  {
    grid-template-columns: 100%;
  }
  .banner-item-inner .b-col:first-child
  {
    padding: 40px 0px;
  }
  .banner-text-cover
  {
    margin: 20px;
    text-align: center;
  }
  .nav-link
  {
    text-align: center;
  }
  a.dropdown-item {
    text-align: center;
  }
  section{
   text-align: center;
  }
  .button-cover
  {
    display: flex;
    justify-content: center;
  }
  .second-section .col-md-6:first-child{
    padding-bottom: 50px;
  }
  footer
  {
    text-align: center;
  }
  .copy-right-mc .container
  {
    display: block;
  }
  .copy-right-mc .container p
  {
    text-align: center;
  }
  .copy-right-mc .container p:last-child
  {
    margin-top: 5px;
  }
  .banner-text-cover {
    margin: 0px;
  }

}