@media only screen and (max-width: 1024px) {
    #header .container,
    section.top-bar .container{
        max-width: 1000px;
    }
    .incorp-header .nav .big-nav.g-nav > ul {
        width: 1000px;
        left: -24%;
    }
    .incorp-header .nav > li > a {
        padding: 15px 3px;
    }
    /* about section */
    section.about {
        padding: 50px 0;
    }
    section.about .col-lg-4{
        padding: 0;
    }
    .about {
        padding: 10px 0;
    }
    
    .video-container video {
        width: 300px;
        height: 365px;

    }
    /* position section*/
    .toggle .panels {
        padding: 15px 0 0;
    }
    /* gallery */
    .tabContainer .tabPanel {
        padding: 40px 0;
    }
    /* footer */
    .footer-col-8 {
        padding: 40px 20px !important;
    }
    li.fea-menu-list a h5{
        font-size: 15px;
    }
    h5.icon-box-heading {
        font-size: 17px;
    }
    .icon-box-flex-container {
        padding: 40px 20px;
    }
    .icon-flex i {
        font-size: 26px;
    }
    li.list-menu {
        margin-right: calc(20px/2);
    }
    .country-box-container {
        padding: 20px 5px;
    }
    #copyright {
        padding: 20px 0px 20px 5px;
    }
    /* job desc*/
    .jobs-desc {
        padding: 30px;
    }
    .side-jobs-desc {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
    .incorp-header{
        display: none;
    }
    .section__header {
        display: block !important;
    }
    /* about*/
    section.about {
        padding: 50px 0;
    }
    .about {
        padding: 0 0 20px 0;
    }
    .video-container video {
        width: -webkit-fill-available;
        height: 450px;
        overflow: hidden;
        border: 1px solid var(--color-1);
        border-radius: 6px;
        position: relative;
        margin: 0 10px;
    }
    /* posiions*/    
    .toggle .panels {
        padding: 10px 0 0;
    }
    /* gallery */
    .tabContainer .tabPanel {
        padding: 20px 0;
    }
    /* footer */
    .footer-col-8 {
        padding: 30px 20px !important;
    }
    .feature-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .country-box-container {
        padding: 20px 5px !important;
    }
    .icon-box-flex-container {
        padding: 40px 20px;
    }
    .icon-flex i {
        font-size: 25px;
    }
    p.icon-box-content{
        font-size: 13px !important;
    }
    li.icon:last-child {
        margin-right: 0;
    }
    li.list-menu:last-child {
        margin-right: 0;
    }
    /* copyrights*/
    .copyright-container {
        display: flex;
    }
    .copyright-text p {
        margin-left: 15px;
    }
    #copyright {
        padding: 20px 5px;
    }
    li.list-menu {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* incorp global */
    h1{
        font-size: 26px !important;
      }
      h2{
        font-size: 24px !important;
      }
      h3{
        font-size: 22px !important;
      }
      h4{
        font-size: 20px !important;
      
      }
      h5{
        font-size: 18px !important
      }
      h6{
        font-size: 17px !important;
      }
      p{
        font-size: 15px !important;
      }
      a{
        font-size: 15px !important;
      }
    /* incorp header */
    li.topbar-btn {
        background-color: var(--color-5);
        padding: 10px;
    }
    .section__header {
        padding: 20px;
    }
    .incorp-header{
        display: none;
    }
    .section__header {
        display: block !important;
    }
    li.list-menu.list-divider{
        display: none;
    }

    /* incorp footer */
    .footer-col-8 {
        padding: 40px 0 40px 20px !important;
    }
    ul.listed-menu {
        padding: 20px 0 0;
        margin: 20px 0 0;
        flex-wrap: wrap;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
    }
    li.list-menu {
        margin-right: calc(28px/2);
        /* margin-left: calc(23px/2); */
    }
    .icon-flex i {
        font-size: 26px;
    }
    .country-box-container{
        padding: 20px 10px;        
        flex-wrap: wrap;
    }
    .country-box {
        width: 25%;
        padding: 5px 5px 5px 5px;
    }
    /* incorp index page */
    .home-content {
        width: 390px;
        position: relative;
        top: 75px;
    }
    .about video {
        position: relative;
        width: -webkit-fill-available;
        height: 450px;
        margin: 10px;
    }
    .position-contnt-left,
    .position-contnt-left h2.heading,
    .content-right p.contnt-desc{
        text-align: center;
    }
    .content-right p {
        margin-top: 0;
    }
    p.country-name{
        font-size: 12px !important;
    }
    /*header */
    
    .mob-header {
        display: block !important;
    }
    .desk-header{
        display: none;
    }
    li.topbar-content {
        color: #fff;
        display: inline-flex;
        margin-right: 10px;
        font-size: 14px;
    }
    li.topbar-content i {
        margin-right: 5px;
    }
    li.topbar-content h5 {
        margin: 0;
        font-size: 12px !important;
        /* padding: 0 6px; */
        font-weight: 400;
        font-family: var(--e-global-typography-secondary-font-family);
    }
    .mob-pd-0{
        padding: 0 !important;
    }
    .get-started-btn{
       display: none;
    }
    .container.d-flex.align-items-center {
        padding: 0;
    }
    a.logo {
        text-align: left;
    }
    a.logo img {
        width: 75%;
    }
    .banner-wrapper {
        overflow: hidden;
        width: 100%;
        height: 400px;
    }
    .banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    }
    /* testimonial mob */
    .testmonial_slider_area.text-center.owl-carousel.owl-loaded.owl-drag {
        display: none;
    }
    .testmonial_slider_area-mob.text-center.owl-carousel.owl-loaded.owl-drag {
        display: block;
    }
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: block;
	}
    .testmonial_slider_area-mob .owl-next {
        right: -5px;
        top: -30px;
    }
    .testmonial_slider_area-mob .owl-prev {
        right: -5px;
        top: -30px;
    }
    /* vdo testimonial */
    .vdo-testimonial .owl-nav {
        position: relative;
        bottom: 0;
        margin-top: 35px;

    }
    .vdo-testimonial .owl-next {
        right: 0;
        top: -25px;
    }
    .vdo-testimonial .owl-prev {
        left: 0;
        top: -25px;
    }
    .vdo-testimonial .owl-prev, .vdo-testimonial .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;    
    position: relative;
    }
    /* gallery*/
    .tabContainer .buttonContainer {
        height: 15%;
        text-align: center;
        display: flex;
    }
    .tabContainer .buttonContainer button{
        border-radius: 3px;
        margin: 0 3px;
        padding: 10px;
        font-family: var(--e-global-typography-secondary-font-family);
        font-size: 13px;
        
    }
    .event-gallery .gallery {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(2, 1fr);
    }
    .tabContainer .tabPanel {
        text-align: center;
        padding: 20px 0;
        
    }
    .event-gallery .gallery__item {
        height: 150px;
    }
    .ytube-vdo {
        background-color: #f4f4f4;
        padding: 60px 0;
    }
    .ytb-vdo-row {
        padding: 0;
    }
    /* about */
  .about-box-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .about {
        padding: 0px;
    }
    .about h1.heading {
        font-size: 26px;
    }
    h1.heading {
        font-size: 26px;
    }
    .row-con-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .toggle .panels {
        text-align: center;
        padding: 40px 0 0;
    }
    .disclaimer-text.pb-2 {
        padding: 0;
    }
    .btn.btn-primary {
        padding: 8px 18px;
        font-size: 13px;
    }
    /* footer*/
    footer .footer {
        text-align: center;
    }
    .log-img img {
    width: 100%;
    padding: 0 60px;
    margin-bottom: 10px;
    height: 100%;
    }
    h4.link-title:after {
    display: none;
    }
    /* copyright*/
    #copyright {
        background-color: #131313;
        padding: 20px;
    }
    .copyright-links ul.listed-menu {
        padding-top: 10px;
        margin-top: 10px;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        justify-content: center;
    }
    .copyright-links ul.social-icons.pt-10 {
        border-top: 0;
        padding-top: 0;
    }
    /* job view page */
    .jobs-desc {
        padding: 30px 20px;
    }
    ul.social-icons {
        padding-top: 15px;
        margin-top: 10px;
        border-top: 1px solid;
        border-color:#65656521;
        width: 100%;
    }
    .desc-m ul {
        list-style: revert;
        padding-left: 0px !important;
    }
    .side-jobs-desc {
        padding: 30px 20px !important;
        margin-top: 15px;
    }
    .job-head-info {
        display: block;
    }
    h4.desg {
        font-size: 18px;
    }
    h5.share-txt {
        font-size: 14px;
    }
    .job-head-info .social-icons li.icon {
        font-size: 14px;
    }
    .jobs.desc.m-5 {
        margin: 50px 10px !important;
    }
    .btn.bck-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    /* opportunity page */
    .row-con-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
}

@media only screen and (max-width: 468px) {
    /* incorp index page */
    .home-content {
        width: 340px;
        position: relative;
        top: 58px;
    }
    /* incorp footer*/
    .feature-menu {
        display: block;
    }
    /* incorp footer */
    .footer-col-8 {
        padding: 40px 0 40px 20px !important;
    }
    ul.listed-menu {
        padding: 20px 0 0;
        margin: 20px 0 0;
        flex-wrap: wrap;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
    }
    li.list-menu {
        margin-right: calc(28px/2);
        /* margin-left: calc(23px/2); */
    }
    .icon-flex i {
        font-size: 26px;
    }
    .country-box-container{
        padding: 20px 0 !important;        
        flex-wrap: wrap;
    }
    .country-box {
        width: 25%;
        padding: 5px 0;
    }
    /* copyright*/
    #copyright {
        background-color: #131313;
        padding: 20px;
    }
    .copyright-links ul.listed-menu {
        padding-top: 10px;
        margin-top: 10px;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        justify-content: center;
    }
    .copyright-links ul.social-icons.pt-10 {
        border-top: 0;
        padding-top: 0;
    }
}