  /* media query */
       

  @media(max-width: 480px){

    .header-new{
        width: 100%;
        height: 650px;
    }
    .header-new{
        overflow: hidden;
    }
    .topnav .nav-links{
        display: none;
    }

    .topnav .toggleMenumini{
        display: block;
        cursor: pointer;
    }

    .header-new .contents{
        top:  25%;
        left: 2%;
        width: 98%;
        /*border: 1px solid red;*/
        grid-template-columns: 1fr;
    }
    .contents .title{
    width: 95%;
    padding: 20px;
    /* background-color: white; */
}

.contents .title h1{
    /* font-weight: normal; */
    font-size: 20px;
    
}

.contents .title p{
    color: #484657;
    margin-top: -10px;
    font-size: 15px;
    line-height: 30px;
}

.contents .design{
    position: absolute;
    width: 70%;
    height: 200px;
    top: 100%;
    right: 0%;
    overflow: hidden;
    /*text-align: center;*/
     /*border: 1px solid red; */
}

.contents .design .display_image{
    width: 200px;
    position: absolute;
    right: -22%;
    height: 200px;
    overflow: hidden;
    border: 1px solid grey;
    object-fit: cover;
    border-radius: 200px;
}

.contents .design .display_image img{
    width: 100%;
    height: 100%;
}

      /* mini topnav styles starts here */
    /* mini topnav styles starts here */
    .mobile-nav{
        width: 70%;
        height: 100vh;
        background-color: #000;
        position: fixed;
        top: 0;
        padding: 0px;
        z-index: 999;
    }

    .mobile-nav .logo{
        display: flex;
        justify-content: space-between;
        padding: 16px 18px;
        background-color: #1a1919;
    }

    .mobile-nav .logo a{
        color: #ED9d0b;
        font-size: 19px;
        text-decoration: none;
    }

    .mobile-nav .logo i{
        color: #fff;
        font-size: 28px;
    }

    .mobile-nav ul{
        list-style: none;
        /* border: 1px solid #eee; */

    }

    .mobile-nav ul li{
        padding: 16px;
        transition: all ease .2s;
        border: 1px solid #eee;
    }

    .mobile-nav ul li a{
        color: #fff;
        text-decoration: none;
    }

    /* mini topnav styles ends here */


/* mini topnav styles ends here */

/* hero style */
.hero{
    height: 600px;
}
.hero .title{
    font-size: 16px;
    width: 90%;
}

.hero .text{
    width: 88%;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
}

.hero a{
    width: 60%;
    color: #fff;
    display: block;
    margin: 20px auto;
    border-radius: 15px;
    text-align: center;
    padding: 14px 17px;
    text-decoration: none;
    background-color: #000;
}

.about-us{
    grid-template-columns: 1fr;
}

.about-us img{
    width: 80%;
}

.our-services{
    height: auto;
    /*border: 1px solid #ddd;*/
    grid-template-columns: 1fr;
}

.service-types{
    border: 1px solid #eee;
    overflow: hidden;
    padding: 10px;
    height: auto;
    padding: 15px;
    position: relative;
    transition: .3s all ease;
}


.business_section{
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    height: 800px;
    flex-direction: column;
    flex-grow: 0;
    padding: 5px;
    overflow: hidden;
    /* border: 1px solid grey; */
    background-color: #f1d5a0;
}

.business{
    width: 98%;
    height: 200px;
}
.business_section .lead{
    width: 95%;
    margin: 4px auto
}

.business .wrap-image{
    height: 200px;
}

.four-angles{
    height: 1500px;
    /* border: 1px solid red; */
    overflow: hidden;
    margin-bottom: 30px;
}


.four-angles .shapes{
    width: 200px;
    height: 200px;
    top: 20%;
    left: 10%;
    border-radius: 100%;
    position: absolute;
    background-color: #c1a95d;
}

.four-angles .shapes-2{
    width: 200px;
    height: 200px;
    top: 50%;
    right: 13%;
    border-radius: 100%;
    position: absolute;
    background-color: #8e8158;
}

.four-angles .angels-area{
    width: 98%;
    height: 700px;
    overflow: hidden;
    /* border: 2px solid #000; */
    grid-template-columns: 1fr;
}

.angels-area .angels{
    width: 98%;
    height: 300px;
    padding: 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    border: 2px solid #181264;
    background-color: #ccc;
    box-sizing: border-box;
    /* box-shadow: 0px 3px 6px 0px #ddd; */
}

.angels-area .angels-left{
    width: 96%;
    height: 260px;
    padding: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    border: 2px solid #181264;
    background-color: #ccc;
    box-sizing: border-box;
    /* box-shadow: 0px 3px 6px 0px #ddd; */
}

.angels-area .angels h2{
    color: #fff;
}

.angels-area .angels .footer{
    position: absolute;
    bottom: 8%;
}

.angels-area .angels .footer a{
    color: #fff;
    padding: 10px 13px;
    background-color: #000;
    text-decoration: none;
}


.angels-area .angels-left .footer{
    position: absolute;
    bottom: 8%;
}

.angels-area .angels-left .footer a{
    color: #fff;
    padding: 10px 13px;
    background-color: #000;
    text-decoration: none;
}


.learning_section{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    /* margin: 30 auto; */
    /* margin-top: 500px; */
    height: 950px;
    flex-grow: 5;
    padding: 5px;
    overflow: hidden;
    /* border: 1px solid #ab5252; */
    /* box-shadow: 0px 3px 4px 0px #333; */
    /* background-color: #f1d5a0; */
}

.learning_section .lead{
    width: 90%;
}


.learning_section ul {
    margin-left: -30px;
    list-style-type: none;
    /* border: 1px solid red; */
}

.learning_section ul li{
    padding: 10px;
}

.learning_section ul li a{
    color: #181264;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    /* background-color: #888; */
}

.learning_section .bootcamps{
    overflow: hidden;
    /* border: 1px solid green; */
    height: 600px;
}

.learning_section .bootcamps .camp-card{
    width: 98%;
    height: 500px;
    overflow: hidden;
    margin: 10px;
    /* border: 1px solid pink; */
}

.learning_section .bootcamps .camp-card .campImage{
    width: 100%;
    height: 200px;
    overflow: hidden;
    /* border: 1px solid green; */

}
.learning_section .bootcamps .camp-card .campImage img{
    width: 100%;
}

.learning_section .bootcamps .camp-card .camp-card-body{
    margin: 10px auto;
    width: 98%;
    padding: 10px;
}

.learning_section .bootcamps .camp-card .camp-card-body h1{
    font-size: 24px;
    margin-bottom: -10px;
}

.learning_section .bootcamps .camp-card .camp-card-body p{
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 2px;
}

.learning_section .bootcamps .camp-card .camp-card-footer{
    margin: 10px auto;
    width: 98%;
    padding: 26px;
    border-top: 1px solid #ED9d0b;
}

.learning_section .bootcamps .camp-card .camp-card-footer button{
    color: #000;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 4px;
    border: none;
    margin-left: -16px;
    text-decoration: none;
    background-color: #ED9d0b;
}


.breadcrumb{
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden;
    width: 99%;
    /* border: 1px solid red; */
}
.breadcrumb img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    border: 1px solid grey;
  }
  
  .breadcrumb p {
    font-size: 14px;
    margin: 10px;
    color: #999;
  }
  
  .breadcrumb h3 {
    margin: 10px;
    font-size: 16px;
  }
  
  .contact-us{
      width: 100%;
      border: none;
  }
  
  .contact-area{
      border: none;
      background-color: transparent;
      grid-template-columns: 1fr;
  }
  
  .contact-area form input,textarea{
      border: 2px solid #87CEFA;
  }
  
  .contact-area .contactBtn{
    color: #fff;
    border-radius: 5px;
    padding: 10px 17px;
    text-transform: uppercase;
    border: 1px solid #87CEFA;
    background-color: #87CEFA;
    
}

.finance-sys{
    flex-direction: column;
    height: auto;
}

.footer-sec{
    height: auto;
}

.footer-center{
    /*background-color: #fff;*/
    width: 97%;
    margin: 0px auto;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    
}

.footer-center .center-left{
    
}

.footer-center .center-left ul {
    list-style-type:none ;
}

.footer-center .center-left ul li{
    padding: 10px;
    transition: all ease .3s;
}

.footer-center .center-left ul li a{
    color: #eee;
    text-decoration: none;
    transition: all ease .3s;
    
}


.footer-center .center-left ul li:hover{
    
    transition: all ease .3s;
    margin-left: -30px;
    /*background-color: #87CEFA;*/
    
}

.footer-center .center-left ul li a:hover{
    color:#87CEFA;
    transition: all ease .3s;
}

.footer-center div .social-media-links{
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    text-align: center;
}

.footer-center div .social-media-links .icofont{
    
}
.footer-center div .social-media-links ul{
    display: flex;
    list-style-type: none;
}

.footer-center div .social-media-links ul li{
    padding: 7px;
    background-color: #DDD;
    border-radius: 100%;
    margin: 10px;
    transition: all ease .3s;
}

.footer-center div .social-media-links ul li:hover{
    background-color: #000;
    border:1px solid #eee;
    color: #eee;
    transition: all ease .3s;
}

.footer-center div .social-media-links ul li a{
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.footer-center div .social-media-links ul li a:hover{
    color: #eee;
}

}
