/*================================ GENERAL STYLE ==========================*/
    :root{
      --color-first:#151A7B;
      --color-second:#ff4343;
      --color-content: #101010;
      --bg-light:#f1f3f6;
      --font-family-heading:'Abril Fatface', cursive;
      --font-family:'Poppins', sans-serif;
      --shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.13);
    }
    *,
    ::after,
    ::before{
    box-sizing: border-box;
    }
    * {
    margin: 0; 
    padding: 0;
    font-family: var(--font-family);
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: #222;
    text-transform: none;
    }
    .decorationNone a{
    text-decoration: none;
    }
    html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    }
    img {
    object-fit: cover;
    object-position: center;
    }
    .paddingDiv {
    padding: 50px 0;
    }
    .light-bg{
      background-color: var(--bg-light);
    }
    .box-shadow{
      box-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.13);;
    }  
    .button,input[type="submit"].button{
    border-radius: 0;
    border: 0;
    padding:10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    border: 1px solid transparent;
    text-transform: capitalize;
    }
    .button.btn-first,.bg-first,input[type="submit"].button.btn-first{
    background:var(--color-first);
    }
    .button.btn-second,.bg-second,input[type="submit"].button.btn-second{
    background: var(--color-second);
    }
    .button i,.button:hover {
    color: #fff;
    }
    .button i{font-size: 0.8rem}
    button.button:focus,button.btn:focus,input.form-control:focus,select.form-select:focus,textarea:focus {
      outline: 0 !important;
      box-shadow: none !important;
    }
    ul li {list-style: none;}
    .work-details-section ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 1.05rem;
    }
    .work-details-section ul li:before {
      position: absolute;
      left: 5px;
      top: 5px;
      color: var(--color-second);
      font-size: 13px;
      content: '\f192';
      font-family: "FontAwesome";
    }
    .hideInMobile {display: block;}
    .hideInWeb,.sideBar {display: none;}
    .webContent,.main-title,.right-divider{
      position: relative;
    }
    .webContent .mainHeading {
      font-size: 2rem;
      font-weight:500;
      line-height: 1.2;
      text-transform: capitalize;
      color:var(--color-first);
      letter-spacing:1px;
      font-family: var(--font-family-heading);
    }
    .webContent .subHeading {
      font-size: 1.1rem;
      color: var(--color-second);
      letter-spacing: 0.5px;
      font-weight: 500;
      text-transform:capitalize;
    }
    .webContent.textWhite .mainHeading,.webContent.textWhite .subHeading,.webContent.textWhite p {
      color: #fff;
    }
    .webContent.textWhite .line{
      background: #fff;
    }
    .webContent .line{
      width: 100px;
      margin-bottom: 20px;
      height: 3px;
    }
    .webContent .line.color-first{
      background: var(--color-first);
    }
    .webContent .line.color-second{
      background: var(--color-second);
    }
    .webContent p {
      font-weight: 400;
      color: #333;
      white-space: pre-line;
      font-size: 1rem;
      line-height: 1.6;
      font-family:var(--font-family-content);
    }
    .color-first,.color-first:hover,.webContent .subHeading.color-first{
    color: var(--color-first);
    }
    .color-second,.color-second:hover,.webContent .mainHeading.color-second{
    color: var(--color-second);
    }
    input.form-control, select.form-select{
    height: 45px;
    }
    input.form-control,input.form-control:focus,select.form-select,select.form-select:focus,textarea.form-control,textarea.form-control:focus {
    background-color: #fff;
    }
    textarea.form-control {
    resize: none;
    border-radius: 0;
    }
    .overlay-dark-blue-5{
      background: rgba(4,30,66, 0.5);
    }
    .overlay-orange-5{
      background: rgba(229,66,32, 0.5);
    }
    .overlay-dark-blue-7{
      background: rgba(4,30,66, 0.7);
    }
    .overlay-orange-7{
      background: rgba(229,66,32, 0.7);
    }
    .z-index-1{
      z-index: 1;
    }
    .z-index-2{
      z-index: 2;
    }
    .z-index--1{
      z-index: -1;
    }
    .z-index--2{
      z-index: -2;
    }
/*================================ HEADER STYLE ==========================*/
  .logo img{
    width:275px;
  }
  header .navbar .navbar-brand{
    color: #fff;
  }
    /*.has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 43px;
        text-align: center;
        pointer-events: none;
        color: var(--color-first);
        right: 0px;
    }*/
    header.scrolledHeader{
      background: #fff;
      box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    header .navbar-nav .nav-item {
      padding: 0 10px;
      text-align: center;
    }
    header .navbar-nav .nav-item:nth-last-child(1) {
      padding-right: 0;
    }
    header .navbar-nav .nav-item .nav-link,.sideBar .nav-link,.footer-area ul li a {
      font-size: 1rem;
      color: #fff;
      font-weight: 500;
      font-family: var(--font-family);
      padding: 0;
      text-transform: capitalize;
      display: inline-block;
      letter-spacing: 0;
    }
    header.scrolledHeader .navbar .navbar-brand,header.scrolledHeader .navbar-nav .nav-item .nav-link{
      color: var(--color-first);
    }
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background-color:var(--color-first);
      overflow-x: hidden;
      transition: .5s
    }
    .sidenav .dropdown-menu{
      background: transparent;
    }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      color: #fff;
      display: block;
      transition: .3s
    }
    .sidenav .dropdown-menu a{
      padding: 2px;
      color: var(--color-first);
      padding-left: 10px;
    }
    .sidenav a:hover {
      color: #fff
    }
    .sidenav a:focus {
      color: #fff
    }
    .sidenav .closebtn {
      position: absolute;
      top: 15px;
      right: 5px
    }
    .shop-mobile-menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer
    }
    .sidenav-padding {
      padding-top: 60px
    }
/*================================ FOOTER STYLE ==========================*/
  .footer{
    position: relative;
    z-index: 1;
  }
  .footer:before{
    position: absolute;
    content: '';
    background-image: url(../img/footer-bg.png);
    background-size: cover;    
    background-size: 15% auto;
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 40px;
    opacity: 0.6;
  }
  .footer .social-icons a {
    text-align: center;
    text-decoration: none;
    border-radius: 10% 10% 10% 10%;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin-right: 7px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 10%);
  }
  .footer .social-icons a i{
    color: var(--color-second);
    font-size: 1.3rem;
  }
  .footer small{
      font-size: 0.85rem;
      font-weight: 600;
  }
  .h-45{
    height: 45px;
  }
/*================================ BANNER STYLE ==========================*/
  .bg_banner,.internal_banner{
    height:400px;
    display: flex;
    align-items:center;
    position: relative;
  }
  .intro-sec img,.intro-sec .overlay-dark-blue-7{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .internal_banner{
    height:300px;
    display: flex;  
    align-items: flex-end;
    position: relative;
    }
  .bg_banner .webContent .mainHeading{
    font-size:3.5rem;
  }
  .bg_banner .webContent .subHeading{
    font-size:2rem;
  }
  .bg_banner .webContent p{
    font-size: 1.2rem;
    margin-top: 15px;
    opacity: 0.9;
  }
/*================================ ABOUT STYLE ==========================*/ 
.activities-details .content-block {
position: relative;
background: #f1f3f6;
padding: 80px 0 125px;
padding-left: 95px;
}
.activities-details .content-block:before {
position: absolute;
content: '';
right: -250px;
top: 0;
left: 0;
bottom: 0;
background: #f1f3f6;
}
.activities-details .content-block .text {
position: relative;
font-size: 18px;
line-height: 30px;
color: #797979;
font-weight: 400;
margin-bottom: 0;
}
.activities-details .image-block {
position: relative;
margin-top:60px;
padding-bottom:40px;
text-align: right;
}
.activities-details .image-block .image {
position: relative;
}
.activities-details .image-two {
border: 18px solid #f1f3f6;
display: inline-block;
z-index: 1;
position: absolute;
left: 0;
bottom: 0;
}
.activities-details-two .content-block {
position: relative;
background: #f1f3f6;
padding: 80px 30px;
margin-top: 113px;
}
.activities-details-two .content-block:before {
position: absolute;
content: '';
left: -250px;
top: 0;
right: 0;
bottom: 0;
background: #f1f3f6;
}
.activities-details-two .content-block .text {
position: relative;
font-size: 18px;
line-height: 30px;
color: #797979;
font-weight: 400;
margin-bottom: 0;
}
.activities-details-two .image-block {
padding-right: 40px;
position: relative;
z-index: 1;
}
.activities-details-two .image {
position: relative;
}
/*================================ ABOUT STYLE ==========================*/  
  .about-section{
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
/*================================ ACTIVITES STYLE ==========================*/   
  .activities-section{
    background-image: url(../img/activites-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .activities-section .card{
    background: #fff;
    height: 180px;
  }
  .activities-section .card img{
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 10px;
  }
  .activities-section a .card .subHeading{
    font-size: 1rem;
  }
  .activities-section a,.agenda-details-section a,.participants-section a{
    text-decoration:none;
  }   
  .activities-details-section img{
    height: 300px;
  }