/* topnav canvas */
.topnav .topnav-container .topnav-info{
    display: flex;
    justify-content: space-evenly;
    background-color: #072A4D;
    height: 46px;
}
.topnav .topnav-container .topnav-info span{
    color: #edf0f2;
    font-size: 15px;
    padding-top: 10px;
}
.topnav .topnav-container .topnav-info span a{
    color: #edf0f2;
    font-size: 15px;
    padding-top: 10px;
}
#sp{
    visibility: hidden;
}
#heading-topnav-left{
    margin-right: 240px;
}

/* About-Video */

#heading-about{
    font-size:28px;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
 }
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
max-width: 100%;
background: #000;
margin-top: 10px; /* Adjust the top margin as needed */
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

/* objective */

h1, h2, h3, h4, h5, h6 {
    color: #2c3145;
  }
  a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
    background-color:white;
  }
  .section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  
  .section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
    color:black;
  }
  
  .section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
  }
  
  .section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
  }
  .text_custom {
    color: black;
  }
  
  .about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
      background: linear-gradient(90deg, #006A4E, #018749,#17B169);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*color: #00bd2a;*/
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
  }
  
  .about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
  }
  
  
  
  .about_icon span {
    position: relative;
    top: -10px;
  }
  
  .about_content_box_all {
    padding: 28px;
  }
  #heading-about-content{
     font-size:22px;
     color:black;
     
    
  font-family: "Roboto", serif;
  }
  
  #paragraph-about-content{
     font-size:16px;
     color:black;
  font-family: "Roboto", serif;
  }
  
  #pencil-icon{
     color:#07294D;
  }
  #angle-icon{
      color:#07294D;
  }
  #paper-icon{
      color:#07294D;
  }


  /* feature */
  #heading-about{
    font-size:37px;
    color:#333;
    font-family: "Roboto", serif;
 }
 
#heading-box-section{
    font-size:38px;
    color:#000;
    font-family: "Roboto", serif;
    text-align:center;
    font-weight:650;
 }
 
.box p{
    color: black;
    font-size: 16px;
    font-family: "Roboto", serif;
 }
 
 .container {
max-width: 1320px;
}
section {
overflow: hidden;
}

.section-bg {
background: #f5f8fd;
}

.section-header h3 {
font-size: 36px;
color: #413e66;
text-align: center;
font-weight: 700;
position: relative;
font-family: "Montserrat", sans-serif;
}

.section-header p {
text-align: center;
margin: auto;
font-size: 15px;
padding-bottom: 60px;
color: #535074;
width: 50%;
}

@media (max-width: 767px) {
.section-header p {
 width: 100%;
}
}

#services {
padding: 60px 0 40px 0;
}

#services .box {
padding: 30px;
position: relative;
overflow: hidden;
border-radius: 10px;
margin: 0 10px 40px 10px;
background: #fff;
box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
transition: all 0.3s ease-in-out;
text-align: center;
}

#services .box:hover {
transform: scale(1.1);
}

#services .icon {
margin: 0 auto 15px auto;
padding-top: 12px;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 60px;
height: 60px;
}

#services .icon .service-icon {
font-size: 36px;
line-height: 1;
}

#services .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}

#services .title a {
color: #111;
}

#services .box:hover .title a {
color: #c59c35;
}
#services .box:hover .title a:hover {
text-decoration: none;
}
#services .description {
font-size: 14px;
line-height: 28px;
margin-bottom: 0;
text-align: left;
}

@media(max-width:768px){
    #heading-box-section{
        font-size: 27px;
        text-align: center;
        padding-inline: 7px;
    }
}