@media (min-width: 1201px){
    .desktop-hide-menu{
        display: none!important;
    }
}
@media (max-width: 1200px){
    .mobile-hide-menu{
        display: none!important;
    }
}
@media (max-width: 991.98px) {
    h1{
        font-size: 33px;
        line-height: 42px;
    }
    h2{
        font-size: 28px;
        line-height: 35px;
    }
    .container{
    padding-right: 20px;
    padding-left: 20px;
    }
    .header-logo{
        height: 60px;
        width: auto;
    }
    .footer-logo img{
        width: 90px;
    }
    .footer-aragen-logo img{
        width: 140px;
    }
    .text-sm-center-custom{
        text-align: center;
    }
    .pl-3{
        padding-left: 0 !important;
    }
    .pl-5{
        padding-left: 0 !important;
    }
    .p-all-50 {
        padding: 40px 30px;
    }
    .mb-sm-30{
        margin-bottom: 30px;
    }
    .mb-sm-50{
        margin-bottom: 50px;
    }
    .scroll-top{
        right: 0px;
        border-radius: 0;
    }
    .pr-sm-15{
        padding-right: 15px!important;
    }
    .pb-sm-20{
        padding-bottom: 20px;
    }
    .mobilehide{
        display: none;
    }
    .modal-body{
    padding: 1rem;
    }
    .mt-sm-30{
        margin-top: 30px;
    }
    .mt-sm-custom-0{
        margin-top: 0!important;
    }
    .nav{
        justify-content: center;
    }
    .portfolio-wrapper{
        height: 250px;
    }
    .text-sm-start-custom{
        text-align: start!important;
    }
    .pt-sm-2-custom{
        padding-top: 2rem;
    }
    .highlight-list-wrap{
        margin-bottom: 20px;
    }
    .featured-resources-text{
        transform: translateY(0px);
    }
    .featured-resources-read-more{
        opacity: 1;
        transform: translateY(0px);
    }
    .gradient-color-overlay{
        height: 100%;
    }
    .ml-ul-styling{
        margin-left: 0;
    }
    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }

    ol.process-chart > li {
        background: linear-gradient(rgba(0,0,0,0.25) 0%, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }

    ol.process-chart > li:before {
        left: 1em;
        top: 2em;
    }

    ol.process-chart > li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent!important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -0.9em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ol.process-chart > li > div {
        padding: 1em 1em 0 1em;
    }

    /*** PRIMARY ***/
    ol.process-chart > li:nth-of-type(6n+1):after {
        border-top-color: #033882;
    }

    /*** SECONDARY ***/
    ol.process-chart > li:nth-of-type(6n+2):after {
        border-top-color: #dc402b;
    }

    /*** TERTIARY ***/
    ol.process-chart > li:nth-of-type(6n+3):after {
        border-top-color: #bababe;
    }
}
@media (min-width: 992px){
    .desktophide{
        display: none;
    }
}
@media (max-width: 480px){
    .banner-section h1{
        font-size: 32px;
        word-break: break-word;
    }
    .gradient-overly-color-advantage{
        background: linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(3 56 130 / 79%) 100%);
    }
    .gradient-overly-color{
        background: linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(3 56 130 / 79%) 100%);
    }
    .feature-tab-content{
        padding: 1.5rem;
    }
    .d-custom-xs-block{
        display: block!important;
    }
    .pt-custom-sm-2{
        padding-top: 1rem!important;
    }
    .card-body h3{
        height: auto;
    }
    .card-body p{
        height: auto;
    }
    .h-change .h-card-body{
        padding: 20px;
    }
    .mb-sm-50-custom{
        margin-bottom: 50px;
    }
    .events-item-col > div:first-child{
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    }
    .more-service-content{
        height: auto;
    }
    .highlight-list{
        padding: 15px;
        height: 230px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1025px){
    .swiper-slide{
        height: 600px!important;
    }
    .mt-lg-custom-30{
        margin-top: 30px;
    }
    .events-item{
        width: calc((100% - 50px) / 2);
    }
}
@media (max-width: 767px){
    .events-item{
        width: 100%;
    }
}
@media (max-width: 1025px){
.navbar-expand-lg .navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 3840px){
.swiper-slide{
        height: 600px!important;
    }
}