/* about as page css */


h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #ff2222;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #395d9e;
}

.btn-style-one:hover{
background-color: #001e57;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 40px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../IMAGE/80-landscape-f9c4866f87357dd45d9e195a492c1277-xdlhqcvr3pw5.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
  background: transparent !important;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .bg-breadcrumb {
      padding: 60px 0 60px 0;
  }
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 150px;
padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
position: absolute;
right: -20px;
top: 60px;
height: 520px;
width: 520px;
background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
content: "";
z-index: 0 !important;
position: absolute;
}

.about-section .image-column .image-1{
position: relative;
left: -120px;
}

.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
}

.lightbox-image img{
    height: 370px;
}
.lightbox-image2 img{
    height: 270px;
}


/* ledarship */

.heading-bg {
    position: relative;
    display: inline-block; /* Ensure the background fits the text */
    color: white; /* Text color */
    padding: 10px 20px; /* Spacing around the text */
    background: linear-gradient(135deg, #6875e7, #2a47a5); /* Gradient background */
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%); /* Custom slanted background */
    z-index: 1; /* Ensure it layers properly */
    overflow: hidden; /* Prevents overflow of clipped area */
  }
  

  .about-section {
    padding: 50px 0;
    background-color: #f9f9f9; /* Light background for contrast */
  }
  
  .content-column {
    padding: 20px;
  }
  
  .sec-title h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
  }
  
  .text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
    z-index: 1;
  }
  
  .btn-box {
    margin-top: 20px;
  }
  
  .btn-style-one {
    display: inline-block;
    padding: 10px 25px;
    background-color: #334a8a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .btn-style-one:hover {
    background-color: #3f45a0;
    color: #fff;
  }
  
  .image-column {
    text-align: center;
  }
  
  .image-column figure {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .image-column img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .heading-bg {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #6875e7, #2a47a5);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    text-transform: uppercase;
    position: absolute;
    bottom: -55px;
    left: 10px;
  }
  
  
  


/* why grk */
.why_us_section .why_us_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 45px;
  }
  
  .why_us_section .why_us_container .box .img-box {
    background-color: #274783;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 175px;
    min-width: 175px;
    height: 125px;
    margin-right: 25px;
    padding-right: 25px;
    -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .why_us_section .why_us_container .box .img-box img {
    width: 45px;
  }
  
  .why_us_section .why_us_container .box .detail-box h5 {
    font-weight: bold;
  }
  
  .why_us_section .why_us_container .box:hover .img-box {
    background-color: #515a56;
  }
  
  .why_us_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .why_us_section .btn-box a {
    display: inline-block;
    padding: 8px 25px;
    background-color: #2b3881;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .why_us_section .btn-box a:hover {
    background-color: #3b3836;
  }
/* cv */

  
  .wrapper {
    margin: auto;
    max-width: 640px;
    padding-top: 60px;
    text-align: center;
  }
  
  .container {
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-radius: 10px;
    /*border: 0.5px solid rgba(130, 130, 130, 0.25);*/
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(0, 0, 0, 0.1);*/
  }
  
  h1 {
    color: #130f40;
    font-family: 'Varela Round', sans-serif;
    letter-spacing: -.5px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  
  .upload-container {
    /* background-color: rgb(239, 239, 239); */
    border-radius: 6px;
    padding: 10px;
  }
  
  .border-container {
    border: 5px dashed rgba(198, 198, 198, 0.65);
  /*   border-radius: 4px; */
    padding: 20px;
  }
  
  .border-container p {
    color: #130f40;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 0;
    opacity: 0.65;
  }
  
  #file-browser {
    text-decoration: none;
    color: rgb(22,42,255);
    border-bottom: 3px dotted rgba(22, 22, 255, 0.85);
  }
  
  #file-browser:hover {
    color: rgb(0, 0, 255);
    border-bottom: 3px dotted rgba(0, 0, 255, 0.85);
  }
  
  .icons {
    color: #95afc0;
    opacity: 0.55;
  }



/* core compition */

body {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
  }

  .core-competencies-section {
    padding: 50px 20px;
    background: #536cbe;
    color: #ffffff;
  }

  .core-competencies-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .competencies-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }

  .competency-card {
    background: #27345a;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgba(81, 100, 187, 0.3);
  }

  .competency-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(3, 3, 3, 0.5);
  }

  .competency-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #f7c948;
  }

  .competency-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .competency-description {
    font-size: 0.9rem;
    color: #ccc;
  }


  /* membarship */

 

.footer {

    background-color: rgba(211, 211, 211, 0.099);    /* background-color: rgba(5, 25, 69, 0.784); */
    }
    .footer-item img{
        height: 65px;
        width: 200px;
        
    }
    .qr img{
        height: 100px;
        width: 100px;
    }
    
    .footer-item img {
        /* filter: invert(1); */
    }
    
    .footer .footer-item a {
        line-height: 35px;
        /* color: var(--bs-body); */
        color: black;
        transition: 0.5s;
    }
    
    .footer .footer-item p {
        line-height: 35px;
    }
    
    .footer .footer-item a:hover {
        letter-spacing: 1px;
        color: var(--bs-primary);
    }
    
    .footer .footer-item .footer-btn a,
    .footer .footer-item .footer-btn a i {
        transition: 0.5s;
    }
    
    .footer .footer-item .footer-btn a:hover {
        background: var(--bs-dark);
    }
    
    .footer .footer-item .footer-btn a:hover i {
        color: var(--bs-primary) !important;
    }
    
    /* .social {
        padding: 20px;
        height: 50px !important;
        border-radius: 50% !important;
    } */
    
    .btn-circle {
        width: 45px !important;
        height: 45px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
        background-color: rgb(48, 78, 134) !important;
    }
    /*** Footer End ***/
    
    /*** copyright Start ***/
    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: var(--bs-dark);
        background-color: #001e57;
    }
    /*** copyright end ***/
    