/*---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
/* footer, */
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.em {
  color: #fd7607;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .clearfix {
    display: inline-block;
  }
  
  html[xmlns] .clearfix {
    display: block;
  }
  
  * html .clearfix {
    height: 1%;
  }
  

  ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
/* footer, */
hgroup {
  display: block;
}



section {
    display: none;
    padding: 20px;
  }
  section.active {
    display: block;
  }

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #f9fafc;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ul {
    margin-bottom: 0px;
  }
  




  /* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background-image: linear-gradient(135deg, #f08204 0%, #000b47 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
  }
  
  #preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
  }
  
  #preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
  }
  
  #preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
  }
  
  #preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
  }
  
  @-webkit-keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    5% {
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    5% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  

  
  

  @media (max-width: 991px) {

    html,
    body {
      overflow-x: hidden;
    }
  
    .mobile-top-fix {
      margin-top: 30px;
      margin-bottom: 0px;
    }
  
    .mobile-bottom-fix {
      margin-bottom: 30px;
    }
  
    .mobile-bottom-fix-big {
      margin-bottom: 60px;
    }
  }



  .header-area {
    position: fixed;
    top: 30px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .header-area .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.164);
    border-radius: 40px;
    min-height: 80px;
    background: #ffffff;
    
    
  }
  
  .header-sticky.header-area .main-nav .logo {
    float:left;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 5px;
   
  }
  


  
.header-area .main-nav .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 0px;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
  }
  
  .header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header-area .main-nav .nav li:last-child {
    padding-right: 0px;
  }
  
  .header-area .main-nav .nav li a {
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #0039b3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
  }
  
  .header-area .main-nav .nav li a:hover {
    color: #f08204;
  }
  
  .header-area .main-nav .nav li .contact-menu {
    color: #f08204;
    background-color: #000474;
    border-radius: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
  }



  
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
  z-index: 1000;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #f08204;
}






@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .header-area .main-nav:before {
      display: none;
    }
  }
  
  @media (max-width: 991px) {

    .header-area {
      top: 10px;
      padding: 0px 15px;
      height: 80px;
      box-shadow: none;
      text-align: center;
    }
  
    .header-area .container {
      padding: 0px;
    }
  
    .header-area .logo {
      margin-top: 15px !important;
      margin-left: 5px;
    }
  
    .header-area .menu-trigger {
      display: block !important;
    }
  
    .header-area .main-nav {
      overflow: hidden;
    }
  
    .header-area .main-nav .nav {
      float: none;
      width: 100%;
      margin-top: 80px !important;
      display: none;
      -webkit-transition: all 0s ease 0s;
      -moz-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      margin-left: 0px;
    }
  
    .header-area .main-nav .nav li:first-child {
      border-top: 1px solid #eee;
    }
  
    .header-area .main-nav .nav li {
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #eee;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  
    .header-area .main-nav .nav li a {
      height: 50px !important;
      line-height: 50px !important;
      padding: 0px !important;
      border: none !important;
      background: #fff !important;
      color: #3B566E !important;
    }
  
    .header-area .main-nav .nav li a:hover {
      background: #eee !important;
    }
  }
  
  @media (min-width: 992px) {
    .header-area .main-nav .nav {
      display: flex !important;
    }
  }




  #welcome {
    padding-top: 100px;
    
  }




 

.features-small-item-home {
    cursor: pointer;
    display:flex;
    top: 70px;
    height: 500px;
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    z-index: 1;
    border-radius: 20px;
    /* padding: 80px 140px 100px 120px; */
    padding: 30px;


    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}

.home-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;

}

.col {
    padding: 15px 15px; 
    
}

  
.about-right-content-home .section-heading-home {
    position: relative;
    z-index: 2;
 
  }
  
  .section-heading-home h4 {
  
    font-size: 38px;
    font-weight: 700;
    color: #f08204;

   
  }
  
  
  
  
  .section-heading-home h4 em {
    font-style: normal;
    color: #000b47;
   
  }
  
  
  
  .about-right-content-home h4 {
    margin-top: 50px;
    font-family: Arial, sans-serif;

    color: #000b47;
  }
  
  .about-right-content-home p {
    margin-top: 90px;
    margin-bottom: 40px;

  
    color: #000105;
    
    font-family: Arial, sans-serif;
    font-size: 18px;
  
  }
  
  .about-right-content-home h4 em {
    font-style: normal;
    color: #f08204;
    font-family: Arial, sans-serif;
  
  }


  

  
.home-image-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    /* margin: 0; */
    /* margin: 0; */
    margin-right: 100px;

    

  }
  
  .circular-border1 {
    width: 290px;
    height: 290px;
    border: 1px solid #f08204; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .circular-border {
    width: 240px;
    height: 240px;
    border: 1px solid #f08204 ;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .circular-image {
    width: 220px; 
    height: 220px; 
    border-radius: 50%; 
    object-fit: cover;
    z-index: 1; 
  }




  /* Media queries for responsiveness */
@media only screen and (max-width: 1200px) {
    .features-small-item-home {
        padding: 80px 100px 100px 100px;
        height: auto;
        position: sticky;
        margin-top: 20px;
    }

    .about-right-content-home h4{
        margin: 0;
        font-size: 20px;
     
      }

      .about-right-content-home p{
        margin-top: 40px;
       margin-bottom: 40px;
     
      }
}

@media only screen and (max-width: 992px) {
    .features-small-item-home {
        padding: 80px 80px 100px 80px;
        height: auto;
        position: sticky;
        margin-top: 20px;
    }

    .about-right-content-home h4{
        margin: 0;
        font-size: 20px;
     
      }

      .about-right-content-home p{
        margin-top: 40px;
       margin-bottom: 40px;
     
      }

      /* .circular-image {
        width: 80%; 
        height: 80%; 
      }
      .home-image-container {
        height: auto;
    
      } */
}

@media only screen and (max-width: 768px) {
    .features-small-item-home {
        padding: 60px 40px 80px 40px;
        height: auto;
        position: sticky;
        margin-top: 20px;
    }

    .about-right-content-home h4{
        margin: 0;
        font-size: 20px;
     
      }

      .about-right-content-home p{
        margin-top: 40px;
       margin-bottom: 40px;
     
      }
      
}

@media only screen and (max-width: 576px) {
    .features-small-item-home {
        /* padding: 40px 10px 50px 10px; */
        padding: 10px;
        height: 480px;
        position: sticky;
        margin-top: 1px;
        /* top: 10px; */
    }

    .about-right-content-home h4{
        margin: 0;
        font-size: 20px;
     
      }

      .about-right-content-home p{
        margin-top: 30px;
       margin-bottom: 30px;
     
      }

      .home-image-container {
        height:60%;
      /* float:left; */
      align-self:baseline;
    
      }

      .circular-border1 {
        width: 290px;
        height: 290px;
     
      }
      
      .circular-border {
        width: 220px;
        height: 220px;
      
      }
      
      .circular-image {
        width: 200px; 
        height: 200px;
        object-fit:fill;
      
      }
     
    
    
}





/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
    padding: 100px;
  
  
  }


.features-small-about {
    cursor: pointer;
    padding: 20px;
    height: 500px;
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    -webkit-border-radius: 20px;
    /* z-index: 1; */
  
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    top: 70px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 40px;
  overflow: hidden;
  }

  .aboutus-wrapper {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
  
  }



  .about-right-content-home .section-heading-aboutus {
    position: relative;
    z-index: 2;
    /* text-transform: none; */
  }
  
  .section-heading-aboutus h4 {
  
    font-size: 20px;
    font-weight: 400;
    
    color: #000b47;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
  }
  
  
  
  
  .section-heading-aboutus h4 em {
    font-style: normal;
    color: #f08204;
    /* text-transform: none; */
  }
  
  
  .community-about-left-image {
    margin-right: 35px;
    margin-top: 60px;
    background-image: url("../images/inv.webp");
    /* background-size: cover; */
    top: 20px;
    width: 90%;
    box-shadow: 50px -50px 15px #000b4786;
    height: 100%;
    
  }


  
.community-topics-column {
  position: absolute;
  width: 70%;
  margin: 70px;
  /* margin-top: 4px;
  margin-left: 20px; */
}

.community-topic {
  cursor: pointer;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(53, 51, 51, 0.514);
  border-radius: 2px;
  color: #000b47;
  transition: background-color 0.3s ease;
}

.community-topic:hover {
  /* background-color: #000b47; */
  background-color: #f08204; 
  color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.community-topic.active {
  background-color: #000b47;
  color: #f08204;
}
  


.community-description {
  display: none;
  padding: 10px;
  /* height: auto; */
}




.community-button {
  background-color: #f08204;
  color: #000b47;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 190px;
  /* padding: 10px; */
  position: absolute; /* or 'fixed' */
  top: 120px;
  right: 270px;
  padding: 5px; /* Adjust if needed */
  /* z-index: 100; */
  margin-bottom: 20px;
  -moz-border-radius: 20px;
    border-radius: 20px;
}



  .about-right-content h4 {
    /* margin-top: 70px; */
    font-family: Arial, sans-serif;
   /* margin: 0;  Remove any margin */
  }
  
  .about-right-content p {
   
    color: #000b47;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 5px rgba(53, 51, 51, 0.514);
   
    
  
    font-family: Arial, sans-serif;
    /* height: auto; */
  
    padding: 20px;
    border-radius: 4px;
  }
  
 









  
@media (max-width: 992px) {

    #about {
      padding-top: 10px;
      top: 0;
     
    }
  .features-small-about{
  height:auto;
    /* padding: 1px; */
    top: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: sticky;
    margin-bottom: 0;
  }
  .aboutus-wrapper {
  
    padding: 5px;
  
  }
  
    /* .about-left-image img {
      margin-top: 50px;
      width: 90%;
      
    } */

    .about-left-image img {
      margin-left: 60px;
      margin-top: 50px;
      top: 20px;
      width: 100%;
      /* box-shadow: 50px 50px 15px rgba(224, 224, 224, 0.349); */

      box-shadow: 0px -40px 15px rgba(224, 224, 224, 0.349);
      
    }
    
    .about-right-content h4 {
      color: #f08204;
      font-size: 20px;
      font-weight:bold;
      margin-top: 20px;
  
    }
    
    .about-right-content p {
      margin-top: 10px;
      margin-bottom: 35px;
      color: #ffffff;
      /* font-weight: 900; */
      font-size: 14px;
      padding: 20px;
    }
    

    
    
  
    
  
  
 

  }
  
  @media (max-width: 769px) {
  
    #about {
      padding: 10px;
      top: 40px;
      margin-top: 90px;
    
    }
    .aboutus-wrapper {
  
      padding: 5px;
      margin: 0;
    
    }
  
    .about-left-image img {
     
      margin-bottom: 5px; 
      width: 50%;
      height:50%;
      ;
    }
  
    .about-right-content p {
      margin-top: 10px;
      margin-bottom: 35px;
      color: #ffffff;
      /* font-weight: 900; */
      font-size: 14px;
      padding: 20px;
    }
  
  
  
  
 
   
  }
  
  
  
  
  


  
  



/* Partners Section */



 /* CSS for default and larger screens */
#partners {
    padding-top: 170px;
    top: 60px;
}

.features-small-item-partners {
    cursor: pointer;
    display: block;
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    border-radius: 20px;
    padding: 30px;
    height: 500px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}

.client-wrapper {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
}

.client {
    width: 100%;
    height: auto;
}

.client ul {
    padding: 0;
    margin: 0;
}

.client ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    justify-content: space-around;
}

.client ul li img {
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: transform 0.3s ease; 
}

.client ul li img:hover {
    transform: scale(1.1); 
}

/* Media queries for responsiveness */
@media only screen and (max-width: 992px) {

  #partners {
    padding-top: 90px;
    top: 20px;
}
    .features-small-item-partners {
        padding: 40px;
        
    }

    .client ul li {
        width: 50%; /* Display two images per row */
    }

    .client ul li img {
        padding: 10px; /* Reduce padding for smaller screens */
    }
}

@media only screen and (max-width: 576px) {
    .features-small-item-partners {
        padding: 20px;
    }

    .client ul li img {
        padding: 5px; /* Further reduce padding for smaller screens */
    }
}



/* Services */
/* CSS for default and larger screens */
#services {
    top: 70px;
    padding-top: 100px;
}
/* .wedo_section {
    padding-top: 100px;
    top: 50px;
} */



.features-small-services {
    cursor: pointer;
    height: 500px;
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    border-radius: 20px;
    padding: 30px;
    top: 70px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
    /* margin-bottom: 40px; */
    overflow: hidden;
}

.services-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;

}

.description-column {
    width: 100%;
}

.topics-column {
    width: 70%;
    margin-top: 4px;
}

.topic {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 5px rgba(53, 51, 51, 0.514);
    border-radius: 2px;
    color: #000b47;
    transition: background-color 0.3s ease;
}

.topic:hover {
    /* background-color: #000b47; */
    background-color: #f08204; 
    color: #ffffff;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.topic.active {
    background-color: #000b47;
    color: #f08204;
}

.description {
    display: none;
    padding: 10px;
}

.description p {
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.about-right-content-services p {
    color: #ffffff;
    font-family: Arial, sans-serif;
}

article {
    --img-scale: 1.001;
    --title-color: #f08204;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    top: 10px;
    right: 80px;
    max-height: 300px;
    height: auto;
    /* background: #000b47; */
    

    background-color: #ffffff;
    box-shadow: 0px 0px 50px 5px rgba(53, 51, 51, 0.514);
    /* border-radius: 2px; */
    

    /* box-shadow: 0px 0px 15px rgba(255, 155, 5, 0.959); */
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}

article h2 {
    /* margin: 0 10px 24px 0; */
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: var(--title-color);
    transition: color 0.3s ease-out;
}

.article-body {
    padding: 10px;
}

.article-wrapper .article-body p {
    display: inline-block;
    align-items: center;
    text-decoration: none;
    font-size:large;
    color: #000b47;
    font-family: Arial, sans-serif;
    padding: 10px;
    margin: 20px;
}


article .article-body .finance {
  /* padding: 20px; */
  /* color: #f08204; */
  margin: 0;
  /* font-size: 200; */
  font-size: 16px;
}

/* article a:focus {
    outline: 1px dotted #f08204;
} */

article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}

/* article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #ffffff;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(248, 125, 10, 0.16) 0px 10px 36px 0px, rgba(248, 125, 10, 0.16) 0px 0px 0px 1px;
} */

/* article p:hover {
    color: #f08204;
} */

.wedo_section .section-heading h6 {
    color: #000b47;
    font-family: Arial, sans-serif;
    padding: 10px;
}

.wedo_section .section-heading h6 em {
    font-style: normal;
    color: #f08204;
    font-family: Arial, sans-serif;
}
/* Media queries for responsiveness */
@media only screen and (max-width: 992px) {
  .wedo_section {
    padding-top: 70px;
    top: 10px;
}
    .features-small-services {
        padding: 5px;
        /* height: 600px; */
                height: auto;
                top: 0;
        position: sticky;
        margin-bottom: 0;
    }
    .wedo_section .section-heading h6 {
        padding: 2px;
        margin: 0;
    }

    .topics-column {
        width: 30%;
        height: 30%;
        /* margin-top: 10px; */
    }
    
    .topic {
        cursor: pointer;
        padding: 0;
       
    }
    /* .description {
        display: block;
        height: 60%;
    } */
  

    /* .description p {
        text-align: left;
    } */


    article {
       
        top: 1px;
        right: 0;
        /* height: 250px; */
        height: auto;
        width: 100%;
        margin: 0;
        
    }

    article h2 {
       padding: 0;
        font-size: 16px;
        /* margin: 0; */
        
    }

    /* article p {
       font-size: 12px;
      
    } */
    .article-body {
        padding: 20px;
    }
    .article-wrapper .article-body p {
        font-size: 14px;
        padding: 2px;
    }

}

@media only screen and (max-width: 768px) {
    .features-small-services {
        padding: 30px;
        top: 0;
    }

    .topics-column {
        width: 100%;
    }

    .description {
        display: block;
    }

    .description p {
        text-align: left;
    }
}

@media only screen and (max-width: 576px) {
    .features-small-services {
        padding: 20px;
    }

    .topics-column {
        width: 100%;
    }

    .description {
        display: block;
    }

    .description p {
        text-align: left;
    }
}




  #events {
    padding-top: 100px;

  }


  .features-small-item-events {
    cursor: pointer;
    display: flex;
    justify-content: center; 
    align-items: center; 
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
   
    z-index: 1;

    top: 70px;
    height: 500px;
}

.event-wrapper {
  display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
  background: #ffffff;
  border-radius: 4px;
  padding: 20px ;

  width: 100%;
  height: 100%;
  overflow-y:auto; 
        max-height: 400px;
}

.event-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    max-width: 73%; 
    margin: 0 auto;
    

}

.event-box {
    width: 70%; 
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    /* overflow-y:auto; 
        max-height: 400px; */
    
}




  .event-box h4 {
    margin: 5px;
    color: #f08204;
    text-align: center;
  }

  

.event {
  width: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  /* background-color: #000b47;
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(53, 51, 51, 0.514);
 

  overflow: hidden;
  text-align: center;
  
 
}



.event-title {
    padding-top: 10px;
   
    font-family: Arial, Helvetica, sans-serif;
    display:block;
  
  }
  
  .event-title p {
    color: #f08204;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .event-title h3 {
    color: #000b47;
    font-size: 16px;
    font-weight: 120;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .event-title i {
    color: #000b47;
    margin-right: 10px;
  }
  
  
  .event-details {
    width: 60%;
    float: left;
    box-sizing: border-box;
  }
  
  .event-details h3 {
    margin: 10px;
    color: #000b47;
    text-align: center;
  }
  
  .event-details p {
    margin: 5px;
    color: #000b47;
    text-align: center;
  }
  
  .event-description {
    margin: 10px;
    color: #000b47;
    text-align: center;
  }
  
  .view-more {
    text-align: center;
    margin-top: 20px;
  }
  
  .view-more a {
    text-decoration: none;
    background-color: #f08204;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .view-more a:hover {
    background-color: #000b47;
  }
  
  .event-form {
    font-family: Arial, Helvetica, sans-serif;
    width: 30%;
    height: 420px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #cecaca;
    background-color: #000474;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #f08204;
  }


  
  
  .event-form h4 {
    margin-top: 0;
    color: #f08204;
    text-align: center;
  }
  
  .event-form input[type="text"],
  .event-form input[type="email"],
  .event-form textarea,
  .event-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #f08204;
  }
  
  .event-form textarea {
    resize: none;
    height: 100px;
  }
  
  .event-form input[type="submit"] {
    background-color: #000b47;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .event-form input[type="submit"]:hover {
    background-color: #f08204;
  }


@media only screen and (max-width: 992px) {

    #events {
        top: 50px;
      }
      .event-container {
        flex-direction: column; 
        max-width: 100%;

    }
      .features-small-item-events {
        position: sticky;
    }
    .event-box {
        width: 80%; 
    }

    .event-title {
        width: 100%;
        float: none;
    }

    .event-details {
        width: 100%;
        float: none;
    }

    .event {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .event-container {
        flex-direction: column; 
        max-width: 100%; 

    }
  .event-wrapper {
      flex-direction: column; 
  }

    .event-box {
        width: 100%; 
        margin: 10px 0; 
    }

    .event-form {
        width: 100%; 
    }
}

@media only screen and (max-width: 576px) {
    .event-title h3 {
        font-size: 14px; 
    }

    .event-title p,
    .event-details p {
        font-size: 12px;
    }

    .event-form {
        height: auto; 
    }
    .event-container {
      
      max-width: 100%; 

  }
}

  
  
/* Contact Us */



.features-small-contact {
    top: 50px;
    margin-top: 100px;
    height: 500px;
    cursor: pointer;
    display: block;
    background: #000b47;
    box-shadow: 0 2px 48px 0 #f08204;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    /* margin-bottom: 30px; */
  }
  
  #contact .section-header {
    text-align: center;
    margin: 0 auto;
    /* padding: 40px 0; */
    font-size: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #f08204;
    text-transform: uppercase;
    /* letter-spacing: 6px; */
  }
  
  .contact-wrapper {
    /* top: 30px; */
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center; /* Add this line to vertically center the content */
    /* margin: 0 auto; */
    padding: 20px;
    position: relative;
    /* background: #ffffff; */
    /*max-width: 840px;  Uncomment this line if you want to limit the width */
    /* background: #0015d33d; */
  }

  .contactus-wrapper {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
  
  }
  

  
/* Left contact page */
.form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
    background: #000b47;
    padding: 20px;
  }
  
  .form-control, 
  textarea {
    /* max-width: 400px; */
    background-color: transparent;
    color: #f08204;
    letter-spacing: 1px;
  }
  
  .send-button {
    /* position: ; */
    margin-top: 15px;
    height: 34px;
    /* width: 100px; */
    overflow: hidden;
    transition: all .2s ease-in-out;
    background: #f08204;
  }
  
  .alt-send-button {
    /* width: 100px; */
    height: 34px;
    transition: all .2s ease-in-out;
  
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    /* padding: 10px; */
    font: 400 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: 5px;
    padding-right: 10px;
  }
  
  .list-item {
    line-height: 4;
    color: #f08204;
  }
  
  .contact-text {
    font-size: 24px;
    font-weight: 300;
    font-family: Arial, sans-serif;
    /* letter-spacing: 1.0px; */
    color: #000b47;
  }
  
  .place {
    margin-left: 10px;
  }
  
  .phone {
    margin-left: 10px;
  }
  
  .gmail {
    margin-left: 10px;
  }
  
  .contact-text a {
    color: #000b47;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #f08204;
    text-decoration: none;
  }
  
  
  /* Social Media Icons */
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #000b47;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #000b47;
    background-color: rgb(27,27,27);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:hover {
    background-color: #fff; 
  }
  
  .social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
    color: #000;
  }
  
  .copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
  }
  
  hr {
    border-color: rgba(255,255,255,.6);
  }
  
  /* Begin Media Queries*/
  @media screen and (max-width: 850px) {
  
    .features-small-contact {
      top: 20px;
      /* margin-top: 60px;
      margin-bottom: 20px; */
      height: auto;
    }
    .list-item {
      line-height: 2;
  
    }
    textarea{
      height: 60px;
    }
    .contact-wrapper {
      display: flex;
      flex-direction: column;
      margin-top: 10px;
    }

    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 10px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 50px;
      width: 50px;
      line-height: 50px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
    .contact-text {
      font-size: 16px;
      font-weight: 80;
      font-family: Arial, sans-serif;
      /* letter-spacing: 1.0px; */
      color: #000b47;
    }
  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
    textarea{
      height: 60px;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 20px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 410px) {
    .send-button {
      width: 99%;
    }
  }
  
  
  
  
  








  /* 
---------------------------------------------
footer
--------------------------------------------- 
*/






.footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /* background-color: #dce7ec; Change as per your design */
    padding: 10px 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000; /* Change as per your design */
    border-top-left-radius: 5px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    display:flex;
    justify-content: center;
    
  }
  
  /* .footer a {
    display:inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000b47;
  }
  
  .footer a:hover {
    color: #007bff; 
  }
   */

   .footer .copyright a {
    display:inline-flex;
    align-items: center;
    text-decoration: none;
    color: #f08204;
    background: #000b47;
    padding: 5px;
    border-radius: 20px;
  }
  
  .footer .copyright a:hover {
    color: #000b47; /* Change as per your design */
    background-color: #ddd;
  }
  .icon {
    align-items: center;
    width: 60px;  /*Adjust as per your icon size */
   /* height: 40px;  Adjust as per your icon size */
   /* margin-right: 5px;  Adjust as per your design */
  }
  
  .footer .social {
    overflow: hidden;
    /* margin-top: 10px; */
    text-align: center;
  }
  
  .footer .social li {
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
  }
  .footer .social ul {
    /* margin: 0px 10px; */
    /* display: inline-block; */
    text-align: center;
  }
  
  
  .footer .social li a {
    color: #000b47;
    text-align: center;
    background-color: #f08204;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .footer .social a {
   
    text-align: center;
  
  }
  
  .footer .social li a:hover {
    background-color: #000b47;
    color: #fff;
  } 
  
  .footer .copyright {
    /* align-content: center; */
    /* border-top: 1px solid rgba(250, 250, 250, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: uppercase; */
  }
  
  
  
  
  @media screen and (max-width: 600px) {
    .footer {
      font-size: 12px; /* Adjust font size for smaller screens */
      padding: 8px 16px; /* Adjust padding for smaller screens */
      border-top-left-radius: 0; /* Adjust border radius for smaller screens */
      border-top-right-radius: 5px; /* Adjust border radius for smaller screens */
    }
  
    .icon {
      width: 40px; /* Adjust icon size for smaller screens */
      height: 40px; /* Adjust icon size for smaller screens */
      margin-right: 5px; /* Adjust margin for smaller screens */
    }
  }
  
  
  
  

  
  