@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Zilla+Slab:wght@400;500;600;700&display=swap');
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    color: #000;
    background: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 55px;
    overflow-x: hidden;
}

.custom-container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .custom-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .custom-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .custom-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .custom-container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .custom-container {
        max-width: 1320px
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 1299px) {
    .social-list {
        display: none !important;
    }
}

.secondary-container {
    width: 100%;
    max-width: 1800px;
    padding: 0 9px;
    margin: 0 auto;
}

.secondary-container:before,
.secondary-container:after {
    display: table;
    content: " ";
}

h1,
h2 {
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Zilla Slab', serif;
    color: #fff;
}

h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 56px;
    line-height: 1;
    line-height: 56px;
}

h2 {
    font-size: 64px;
    line-height: 64px;
}

h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}

h5 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
}

h6 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }
    h1 {
        font-size: 32px;
        line-height: 32px;
    }

    h2 {
        font-size: 36px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        /*font-weight: 500;*/
        line-height: 20px;
    }

    h4 {
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
    }

    h5 {
        font-size: 36px;
        line-height: 36px;
    }

    h6 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
    }
}

ul {
    padding: 0;
    list-style: none;
}

li {
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 0;
}

a {
    color: #1B1344;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-family: 'Zilla Slab', serif;
}

/*Slick Slider Homepage*/

.my-homepage-blog-slider .slick-track {
    height: 700px !important;
}

.my-homepage-blog-slider h4 {
    bottom: -100px;
    position: absolute;
    left: 10%;
}

@media screen and (max-width: 767px) {
    .my-homepage-blog-slider .slick-track {
        height: 350px !important;
    }
    .my-homepage-blog-slider h4 {
        bottom: -100px;
        position: absolute;
        left: 0%;
        text-align: center;
    }
}


h3 a {
    color: #1B1344;
}

.io_black {
    color: #000;
}

.io_white {
    color: #fff;
}

em {
    font-style: normal;
}

strong i {
    font-weight: 700;
}

.feature-image img {
    max-width: 100%;
}

.padding-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number] {
    background: #fff;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    font-size: 18px;
    color: #010D20;
    border: 1px solid #EFF2FF;
    /*box-shadow: 0px 12px 8px rgba(246, 248, 255, 0.35);*/
    border-radius: 5px;
    text-transform: capitalize;
}

button:focus,
input:focus {
    box-shadow: none;
    outline: none;
}


/* search */

.nav-search {
    background: #fffe00;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px;
}

.search-toggle-2 {
    width: 45px;
    height: 45px;
}

.search-toggle-2:before {
    font-size: 24px;
}

.nav-search:before {
    color: #1064f4;
}

.nav-search:hover:before {
    color: #fffe00 !important;
}

form.search_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#search {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;
}

#search .btn {
    position: absolute;
    top: 70%;
    border-radius: 50px;
    padding: 10px 60px;
    background: #fff;
    border: 2px solid #219ede;
    color: #219ede;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #219ede;
    background-color: #fff;
    border: 2px solid #219ede;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
}

.search-cancel,
.search-cancel-2 {
    display: block;
    cursor: pointer;
    font-size: 1.35rem;
    line-height: inherit;
    color: #000;
}

.search-block {
    padding: 9px 0;
}

.cursor-pointer {
    cursor: pointer;
}

.search-block,
.search-block-2 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    cursor: pointer;
    height: auto;
    z-index: 10;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.45s ease-in-out;
}

@media screen and (max-width: 992px) {
    .search-block,
    .search-block-2 {
        position: absolute;
    }
}

.search-block.is-active,
.search-block-2.is-active {
    top: 0;
    right: 0;
}

.search-form {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    padding: 0rem 1rem;
}

.search-input {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 0.65rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #000;
    background-color: var(--color-light);
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .search-none {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .res-search {
        display: none;
    }
}


/**/

.form-inline {
    display: inline-block;
}

.navbar-header.col {
    padding: 0 !important;
}

.navbar {
    background: #000 !important;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #3f3f3f;
}

.nav-link {
    margin: 0 5px;
}

.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}

.navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    font-size: 20px;
    padding-right: 50px;
    font-family: 'Raleway', sans-serif;
}

.navbar .navbar-brand b {
    font-weight: bold;
    color: #eb5844;
}

.navbar .navbar-nav a.active,
.navbar .navbar-nav a.active:hover {
    color: #87d44a !important;
    background: transparent !important;
}

.navbar .nav-item i {
    font-size: 24px;
    color: #fffe00;
}

.color_blue_hvr:hover {
    color: #105ee8 !important;
}

.bg_color_blue_hvr:hover {
    background-color: #105ee8 !important;
}

.color_hvr_white:hover {
    color: #fff !important;
}

.navbar-brand img {
    width: 170px;
}

.io_main_nav a {
    color: #fff !important;
    font-weight: 600;
}

.io_main_nav a:hover {
    color: #90EA54 !important;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .io_main_nav a {
        font-size: 22px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        padding: 5px 0;
    }
    .search-toggle-2:before {
        position: absolute;
        margin: 2px 3px;
    }
    .footer-social-nav i {
        font-size: 52px;
        margin-bottom: 10px;
    }
    .search-input {
        padding: 0.65rem 3.25rem;
        height: 70px;
    }
    .search-cancel-2 {
        position: absolute;
        top: 38%;
        left: 15px;
    }
}

@media screen and (min-width: 1400px) {
    #navbarCollapse {
        position: absolute;
        right: 2%;
    }
    .io_main_nav {
        padding-right: 0px;
    }
    .nav-social {
        padding-right: 65px;
    }
    .io_big_nav_search_icon {
         margin-left: 18px;
         margin-top: 3px;
     }
}

.nav-social,
.nav-search {
    align-items: center;
}
.nav-search {
    transform: rotate(90deg);
}

.io_nav_button {
    background-color: #fffe00 !important;
    color: #1064f4 !important;
}

.io_nav_button:hover {
    background-color: #105ee8 !important;
    color: #fffe00 !important;
}

.io_nav_button h4 {
    font-size: 18px;
}

.navbar-dark .navbar-toggler {
    border: unset !important;
    outline: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background-color: #000;
        padding: 10px;
        border-top: 1px solid #3f3f3f;
        margin: 10px 0;
    }
    .nav-social {
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .nav-social {
        display: none;
    }
}

@media screen and (max-width: 1330px) {
    .nav-social,
    .nav-search {
        margin-left: 15px;
    }
    .navbar .navbar-brand {
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .nav-social {
        margin-left: 0;
    }
}


/*Section Header*/

#section_header {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 800px;
}

.section_header_with_after::after {
    content: "";
    width: 100%;
    height: 220px;
    background: url('../images/Image_146.png');
    bottom: -5px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section_with_after::after {
    content: "";
    width: 100%;
    height: 220px;
    background: url('../images/Image_146.png');
    bottom: -5px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section_with_before::before {
    content: "";
    width: 100%;
    height: 220px;
    background: url('../images/Image_146.png');
    bottom: -5px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

@media screen and (max-width: 766px) {
    .section_with_after::after {
        height: 100px;
    }
    .section_with_before::before {
        height: 100px;
    }
    #section_header {
        height: 550px;
    }
}

.sh_headings {
    position: relative;
    z-index: 9;
    padding: 100px 0;
}

.sh_title {
    /* background-image: url('../images/homepage/desktop_tape_1.png'); */
    padding: 9px 40px 9px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 766px) {
    .sh_title {
        background-image: url('../images/homepage/mobile_tape_1.png') !important;
        padding: 9px 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .sh_about_title {
        background-image: url('../images/about/header_tap.png') !important;
        padding: 9px 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 80% !important;
    }
    .io_header_logo_about {
        width: 300px !important;
    }
}


/* Homepage - Show Section */

.io_section_heading {
    color: #000;
}

.show_background {
    position: relative;
}

.show_box .col-md-6:nth-of-type(1) {
    transform: rotate(2deg);
    margin-right: -20px;
}

.show_box .col-md-6:nth-of-type(2) {
    transform: rotate(-2deg);
    margin-left: -20px;
}

.show_box .col-md-6:nth-of-type(3) {
    transform: rotate(1deg);
    margin-right: -20px;
    margin-top: -5px;
}

.show_box .col-md-6:nth-of-type(4) {
    transform: rotate(-3deg);
    margin-right: -20px;
    margin-top: -5px;
}

@media screen and (max-width: 992px) {
    .io_section_heading {
        color: #000;
    }
    .show_box .col-md-6:nth-of-type(1) {
        transform: rotate(2deg);
        margin-right: 0;
        margin-left: 15px;
    }
    .show_box .col-md-6:nth-of-type(2) {
        transform: rotate(-2deg);
        margin-left: -25px;
    }
}

.show_post {
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-size: cover;
    box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 35%);
    transition: 0.5s ease;
    height: 80%;
}

.show_post_overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    backdrop-filter: blur(0px);
    transition: 0.5s ease-out;
    opacity: 0;
}

.show_post_content {
    position: relative;
    margin: 0px 50px;
    text-align: center;
    color: white;
}

.show_post_content h2 {
    margin-bottom: 10px;
    width: 85%;
    text-align: center;
}

.show_post_overlay a {
    padding: .5rem 1rem;
    border: none;
    border-radius: 5px;
    color: yellow;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s ease;
}

.show_post_overlay button:hover {
    filter: brightness(.65);
}

.show_post_overlay button:active {
    filter: brightness(.5);
    transform: scale(.97);
}

.show_post_overlay:hover {
    opacity: 1;
}

.show_post_content h4 {
    line-height: 24px !important;
    margin: 0 30px !important;
}

.show_post_content p {
    text-align: left;
    margin-bottom: 0px;
    padding: 32px 0 20px;
}


/* Homepage - Upcoming Show Section */

.io_view_more {
    color: #0f62ee !important;
}

.io_home_tc:hover .io_us_anchor {
    color: #fff !important;
}

/* Homepage - Training Center Section */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .io_home_tcs_img {
        width: 20% !important;
    }
}


/* Homepage - IO Work Section */

.hover-switch>img {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

.hover-switch>img:last-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.hover-switch:hover>img:last-of-type {
    opacity: 0;
}

.swap img:last-child {
    display: none;
}

.swap:hover img:first-child {
    display: none;
}

.swap:hover img:last-child {
    display: inline-block;
}

.io_work .swadfp:hover .swadfp img {
    right: 30px !important;
}

.io_work_data {
    width: 40%;
}

.io_work_data h1 {
    padding: 0 80px;
}

.io_work_data p {
    line-height: 22px;
    padding: 0 30px;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .io_work_bg_image {
        width: 55% !important;
    }
    .io_work_data {
        width: 45%;
    }
    .io_work_data h1 {
         padding: 0 45px;
         margin: 0;
     }
    .io_work_data p {
        width: 100% !important;
        line-height: 22px;
        padding: 0 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 499px) {
    .io_work_data {
        padding: 0 !important;
        top: 70px !important;
        width: 100% !important;
    }
    .io_work_data>img {
        width: 50% !important;
    }
    .swap img {
        width: 80px !important;
    }
    .swafp img {
        width: 100px !important;
    }
    .io_work_bg_image {
        width: 100% !important;
        height: 630px;
    }
    .io_work_data p {
        text-align: start !important;
        padding: 10px 40px !important;
    }
    .io_work_data h1 {
        padding: 0 50px !important;
        margin: 0 !important;
    }
    .io_work_data h4 {
        padding: 8px 15px !important;
        font-weight: 900 !important;
        margin: 20px !important;
    }
    .io_work_left {
        left: 15% !important;
        top: -320px !important;
    }
    .io_work_left_box_1 {
        top: 70px !important;
    }
    .io_work_left_box_2 {
        right: 50px !important;
        top: 44px !important;
    }
    .io_work_left_box_3 {
        right: -4px !important;
    }
    .io_work_right {
        bottom: -40 !important;
    }
    .io_work_right .io_work_right_box_1 {
        top: 250px !important;
        right: 16px !important;
    }
    .io_work_plan_img {
        right: 50px !important;
        width: 200px !important;
    }
    .io_work_plantail_img {
        right: 0px !important;
        bottom: 41px !important;
        width: 100px !important;
    }
    .io_work_right_box_2 {
        right: 252px !important;
        top: 284px !important;
    }
    .io_work {
        padding: 50px 0 100px !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 991px) {
    .io_work_data>img {
        width: 60% !important;
    }
    .io_work_data {
        padding: 0 !important;
        top: 70px !important;
        width: 100% !important;
    }
    .swap img {
        width: 80px !important;
    }
    .swafp img {
        width: 100px !important;
    }
    .io_work_bg_image {
        width: 100% !important;
        height: 630px;
    }
    .io_work_data p {
        text-align: start !important;
    }
    .io_work_data h1 {
        padding: 0 55px !important;
        margin: 0 !important;
    }
    .io_work_data h4 {
        padding: 8px 15px !important;
        font-weight: 900 !important;
        margin: 20px !important;
    }
    .io_work_left {
        left: 15% !important;
        top: -320px !important;
    }
    .io_work_left_box_1 {
        top: 70px !important;
    }
    .io_work_left_box_2 {
        right: 50px !important;
        top: 44px !important;
    }
    .io_work_left_box_3 {
        right: -4px !important;
    }
    .io_work_right {
        bottom: -40 !important;
    }
    .io_work_right .io_work_right_box_1 {
        top: 250px !important;
        right: 16px !important;
    }
    .io_work_plan_img {
        right: 50px !important;
        width: 200px !important;
    }
    .io_work_plantail_img {
        right: 0px !important;
        bottom: 41px !important;
        width: 100px !important;
    }
    .io_work_right_box_2 {
        right: 252px !important;
        top: 284px !important;
    }
    .io_work {
        padding: 50px 0 100px !important;
    }
}

@media screen and (max-width: 991px){
    .io_work_left, .io_work_right {
        z-index: 99 !important;
    }
}
/* Homepage - IO Events Section */

.lt-btn-text {
    background: yellow;
    display: inline-block;
    padding: 10px 15px;
    color: #0e5cdd;
}

.lt-btn-text:hover {
    background: #105ee8 !important;
    color: #fffe00 !important;
}

@media screen and (min-width: 767px) and (max-width: 1399px) {
    .lets_talk_inner .io_btn p {
        width: 70%;
        text-align: center;
    }
}

@media screen and (max-width: 499px) {
    .lt-btn {
        top: 10%;
        padding: 0 60px;
    }
    .io_event_bg_img {
        width: 450px !important;
    }
    .lt-btn img {
        width: 74%;
    }
    .lt-btn p {
        line-height: 18px;
        text-align: center;
        margin-bottom: 0;
    }
    .lt-btn h4 {
        background: yellow;
        display: inline-block;
        padding: 5px 10px;
        color: #0e5cdd;
    }
}

@media screen and (min-width: 500px) and (max-width: 991px) {
    .io_event_bg_img {
        width: 450px !important;
    }
    .lt-btn {
        top: 15;
        padding: 0 60px;
    }
    .lt-btn img {
        width: 74%;
    }
    .lt-btn p {
        line-height: 18px;
        text-align: center;
        margin-bottom: 0;
    }
    .lt-btn h4 {
        background: yellow;
        display: inline-block;
        padding: 5px 10px;
        color: #0e5cdd;
    }
}


/* Footer */

#io_footer {
    background-color: #000;
    padding: 40px 0px;
}

.footer-nav-menu a {
    font-size: 16px;
    font-weight: 600;
}

.io-footer-sep {
    background: #7a7a7a;
    height: 1px;
    display: inline-block;
    width: 100%;
}

.io-footer-info h6 {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.footer-social-nav {
    font-size: 36px;
}

.footer-social-nav i {
    color: yellow;
}

.io-footer-social-icons-text p {
    color: yellow;
}


/* Sticky Popup */

.sticky-section {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
}

.sticky {
    background: #fffe03;
}

.sticky-md-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.sticky-search {
    width: 55%;
}

.sticky-search form {
    width: 100%;
}

.sticky-search .wpcf7-form-control-wrap {
    position: absolute;
}


.sticky-search .mc4wp-response, .sticky-search .wpcf7-spinner, .sticky-search .wpcf7-response-output {
    display: none;
}

.searchTerm {
    width: 100% !important;
    border: unset !important;
    padding: 5px 15px !important;
    height: 42px !important;
    outline: none !important;
    color: #9DBFAF !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    text-transform: none !important;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 50px;
    height: 42px !important;
    border: unset !important;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 20px;
}

.sticky-info h3 {
    color: #000;
}

.sticky-close {
    right: 10px;
    top: 10px;
}

.sticky-close i {
    font-size: 22px;
}

@media screen and (min-width: 992px) and (max-width: 1259px) {
    .sticky-info .sticky-md-text, .sticky_extra_text {
        display: none !important;
    }
}

@media screen and (max-width: 499px) {
    .sticky-md-text {
        font-size: 20px;
    }
    .sticky-search {
        width: 80%;
    }
    .searchTerm,
    .searchButton {
        height: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .sticky-info {
        flex-direction: row!important;
        justify-content: center !important;
        margin-top: 15px;
    }
    .sticky-info img {
        width: 80px !important;
    }
    .sticky-search {
        width: 355px !important;
    }
}


/* Homepage - Blog */

/*.my-homepage-blog-slider {*/
/*    padding: 0 70px;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

.io_blog {
    background-color: #000;
}

.my-homepage-blog-slider .slick-slide {
    height: 580px;
    background-repeat: no-repeat;
    padding: 40px;
    background-size: cover;
}

.io_blog_inside {
    background-image: url('../images/io_white_paper.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0;
    height: calc(125vh - 100px);
    background-position: 20%;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .io_blog_inside {
        height: calc(160vh - 100px);
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .io_blog_inside {
        height: calc(145vh - 100px);
    }
}
@media screen and (min-width: 450px) and (max-width: 991px) {
    .io_blog_inside {
        height: calc(115vh - 100px);
    }
}
@media screen and (max-width: 449px) {
    .io_blog_inside {
        height: calc(105vh - 100px);
    }
}

.my-homepage-blog-slider .slick-next,
.my-homepage-blog-slider .slick-prev {
    z-index: 5;
}

.my-homepage-blog-slider .slick-next {
    right: 15px;
}

.my-homepage-blog-slider .slick-prev {
    left: 15px;
}

.my-homepage-blog-slider .slick-next:before,
.my-homepage-blog-slider .slick-prev:before {
    color: #000;
    font-size: 26px;
}

.ioprev {
    transform: rotate(180deg);
    position: absolute;
    top: 45%;
    left: -4%;
    font-size: 24px;
    z-index: 99;
}

.ionext {
    position: absolute;
    top: 45%;
    right: -4%;
    font-size: 24px;
}

.my-blog-slider .ionext {
    right: 5% !important;
}

.my-blog-slider .ioprev {
    left: 5% !important;
}

.slick-dots {
    position: unset !important;
    bottom: -40px !important;
}

.slick-dots .slick-active button {
    background: #87d44a !important;
}

.slick-dots li button {
    background: #000 !important;
    border-radius: 50% !important;
    height: 12px !important;
    width: 12px !important;
}

.slick-dots li button:hover {
    background: #87d44a !important;
}

.my-homepage-blog-slider .slick-slide img {
    width: 100%;
}

.slider_tap1 {
    top: -50px;
    left: -5%;
    z-index: 9;
}

.slider_tap2 {
    bottom: 80px;
    right: -42%;
    z-index: 9;
}

@media screen and (min-width: 1400px) {
    .slider_tap1 {
        top: -50px;
        left: -3%;
        z-index: 9;
    }
    .slider_tap2 {
        bottom: 90px;
        right: -40%;
        z-index: 9;
    }
}
@media screen and (max-width: 991px) {
    .my-homepage-blog-slider .slick-slide {
        padding: 20px;
        height: auto !important;
    }
    .my-homepage-blog-slider .slick-slide img {
        width: 100%;
    }
    .my-homepage-blog-slider {
        width: 100%;
        padding: 0 0 !important;
    }
    .my-homepage-blog-slider .slick-dots {
        display: none !important;
    }
    .my-homepage-blog-slider i {
        display: none !important;
    }
    .my-homepage-blog-slider .slick-dots {
        display: block !important;
    }
    .slider_tap1 {
        top: -25px;
        left: -3%;
        z-index: 9;
    }
    .slider_tap1 img,
    .slider_tap2 img {
        width: 20%;
    }
    .slider_tap2 {
        bottom: 80px;
        right: -480px;
        z-index: 9;
    }
}


/* About - Info */

.io_about_info {
    padding: 0 50px;
}

.io_info_section {
    position: relative;
}

@media screen and (max-width: 991px) {
    .io_about_info {
        padding: 0 !important;
    }
}


/* About - Team */

.io_team {
    background-image: url('../images/homepage/black-brick-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.io_team::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    top: -5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

.io_team::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    bottom: 0px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(0px);
    transition: 0.5s ease-out;
}

.io_team_mem {
    position: absolute;
    width: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-size: cover;
    box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 35%);
    transition: 0.5s ease;
/*     height: 70%; */
}

.io_tm_name {
    top: 0px;
}

@media screen and (max-width: 499px) {
    .io_tm_name {
        top: 0px !important;
        font-size: 14px !important;
    }
    .io_team_background h5 {
        bottom: -10px !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .io_team2_stretch_box {
        width: unset !important;
        /* margin-left: !important; */
    }
}

.io_team_background h5 {
    bottom: 0;
}

.tilt_left {
    transform: rotate(-2deg);
}

.tilt_right {
    transform: rotate(2deg);
}

.io_team_box {
    margin: 10px -20px 0 -10px;
}

.io_team2_stretch_box {
    width: 80%;
    margin: 0 auto;
}


/* .io_about_top_footer::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    top: -5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
} */

.io_about_top_footer {
    background-color: #fff;
    padding: 40px 0 30px;
}

.io_amc_logo {
    background-position: center;
    background-size: cover;
    padding: 20px;
    width: 340px;
}

.io_top_footer_menu1 h4 {
    color: #de4d00;
}

.io_top_footer_menu2 h4 {
    color: #0062f4;
}

.io_about_tf {
    padding: 0 120px;
}

@media screen and (max-width: 992px) {
    .io_about_top_footer {
        padding: 10px 0 30px;
    }
    .io_about_tf {
        padding: 0 40px !important;
    }
    .io_about_top_footer_inside .row {
        width: 100% !important;
    }
    .io_about_top_footer_inside .io_tctf_logo img {
        width: 130px !important;
    }
    .io_about_top_footer_inside .io_tctf_logo h2 {
        font-size: 30px;
        line-height: 28px;
    }
}


/* Homepage - Taining Center */

.io_tc_section {
    background-image: url('../images/homepage/black-brick-background.png');
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 0px;
    position: relative;
}

.io_tc_section::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    top: -5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

.io_tc_section_inside {
    background-image: url('../images/about/_wheatpaste.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 40px;*/
    position: relative;
    height: calc(115vh - 70px);
    background-position: 98%;
    position: relative;
    top: 50px;
}

.io_home_tc:hover .io_htc_im {
    display: none;
}

.io_home_tc:hover .io_htc_him {
    display: inline-block !important;
}

.io_home_tc:hover .io_htc_h {
    color: #000 !important;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .io_tc_section_inside {
        height: calc(100vh - 70px) !important;
    }
}



@media screen and (max-width: 991px) {
    .io_tc_row_1 img {
        width: 80% !important;
    }
    .io_home_tc {
        margin: 0 0 25px 0 !important;
    }
    .io_tc_section_inside {
        height: calc(152vh - 70px) !important;
        background-position: 20% !important;
    }
    .io_htc_logo {
        position: relative !important;
        top: 15px !important;
    }
    .io_htc_heding {
        width: 70% !important;
        margin: 0 auto !important;
        position: relative !important;
        top: 0px !important;
    }
    .io_home_tc_bg img {
        width: 100% !important;
    }
    .io_training_header_heading p {
        padding: 0 !important;
    }
}
@media screen and (max-width: 430px){
    .io_tc_section_inside {
        height: calc(135vh - 70px) !important;
    }
}

/* Homepage - Press */

.io_press {
    background: #000;
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.io_press::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    bottom: 0px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.io_press_logo {
    background-position: center;
    background-size: cover;
    padding: 20px;
    width: 35%;
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
    .io_press_logo {
        width: 55%;
    }
}

/*********************************************
    *********** Training Center Page *************
    **********************************************/

.io_training_header_heading p {
    top: 140px !important;
    padding: 0 70px;
}

.io_tctf_btn {
    background: yellow;
    padding: 10px 15px;
}

.io_tctf_btn h4 {
    color: #1063f2;
}

.io_tctf_para {
    padding: 0 20px;
}

.io_tctf_bullets {
    list-style-type: disc;
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .section_header_iotc {
        height: 700px !important;
    }
    .io_training_header_heading p {
        top: 90px !important;
        padding: 0 20px !important;
    }
    .io_training_header_heading {
        width: 100% !important;
    }
    .io_training_header_heading img {
        width: 100% !important;
    }
    .io_training_header_heading h1 {
        top: 10px !important;
    }
    .io_training_header_logo_img img {
        width: 600px;
    }
}


@media screen and (max-width: 499px) {
    .io_training_header_heading h1 {
        top: 5px !important;
    }
    .io_training_header_logo_img img {
        width: 350px !important;
    }
}


/* Training Center - Middle Section */

.io_tc_middle {
    background-image: url('../images/homepage/black-brick-background.png');
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.io_tc_middle::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    top: -5px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

.io_tc_middle::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    bottom: 0px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(0px);
    transition: 0.5s ease-out;
}

.io_tcm_big_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}


/*********************************************
    *********** Blog Page *************
    **********************************************/

.io_blog_background {
    margin-top: 100px;
}

.io_blog_mem {
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-size: cover;
    box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 35%);
    transition: 0.5s ease;
/*     height: 70%; */
}

.io_blog_page_slider .slide-item .blog_single_img::after {
    content: "";
    width: 100%;
    height: 220px;
    background: url('../images/Image_146.png');
    bottom: 138px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.io_blog_blog .io_am_para h6 {
    text-align: left;
}

@media screen and (max-width: 1120px) {
    .blog_slider_data {
        position: relative;
        top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .io_am_para {
        padding: 20px 190px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .io_blog_blog .io_am_para {
        bottom: -80px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 991px) {
    .my-blog-slider .slick-dots {
        bottom: 40px !important;
        display: inline-block !important;
        position: absolute !important;
    }
    .io_blog_blog .io_am_para {
        bottom: -50px !important;
        text-align: center !important;
    }
    .io_blog_blog .io_blog_stretch_box {
        width: 90% !important;
        margin: 0 auto !important;
    }
}


/*********************************************
    *********** Single Blog Page *************
    **********************************************/
.io_single_blog h1, .io_single_blog h2{
    color: #000 !important;
}

.io_single_blog .wp-block-image {
    margin: 40px 0 20px !important;
}


.io_sblog_main_image::after {
    content: "";
    width: 100%;
    height: 220px;
    background: url('../images/Image_146.png');
    bottom: -5px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.io_sb_container {
    padding: 0 80px;
}

.io_sb_social em {
    color: #0e5bda;
    font-style: italic;
    padding-right: 10px;
}

.io_sb_social a {
    color: #0e5bda;
}

.io_sblog_fblog {
    margin-bottom: 50px;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .io_sb_para {
        padding: 0 20px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 991px) {
    .io_sb_container {
        padding: 0 40px;
    }
    .io_sblog_background {
        margin: 0 0 100px 0 !important;
    }
    .io_sb_para {
        bottom: -70px !important;
        padding: 0 20px !important;
        text-align: center !important;
    }
    .io_sb_para p {
        font-weight: 900 !important;
    }
}

@media screen and (max-width: 430px){
    .io_sb_para {
        bottom: -80px !important;
    }

}


/* ------------------------------------------------------- New Update ----------------------------------------------------------------- */

.io_hero_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    display: block;
}

.io_logo img {
    width: 100%;
}

.io_green_bg img {
    width: 100%;
}

.io_green_bg h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 65px;
}

.io_green_bg {
    position: relative;
}

.io_main_content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}

.io_hero_description p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding-top: 20px;
}

.bottom_image img {
    width: 100%;
}

.bottom_image {
    margin-top: -80px;
}


/* io_second_section */

.io_star_icon {
    max-width: 200px;
    margin: 0 auto;
}

.io_star_icon img {
    width: 100%;
}

.io_revamped_title h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.io_revamped_title {
    text-align: center;
}

.io_revamped_description {
    display: flex;
    padding: 30px 0;
}

.io_revamped_list {
    width: 33.33%;
    /* padding: 0 40px; */
}

.io_revamped_list p {
    margin: 0;
    padding: 5px 0 0;
}

.io_revamped_content {
    padding: 0 30px;
}

.io_second_section {
    background: #fff;
    position: relative;
}


/* ----------------- Section Three ------------------- */

.io_improv_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.io_smile_face {
    max-width: 200px;
}

.io_smile_face img {
    width: 100%;
}

.io_improv_banner {
    background-position: center;
    background-size: cover;
    display: flex;
    height: 600px;
    margin: 0 auto;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.io_yellow_bg_button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 750px;
    align-items: center;
    margin: 0 auto;
}

.io_yellow_bg_title {
    margin: 10px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.io_white_bg_title h3 {
    background-image: url('../images/training/improv_bg1.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 25px 0;
}

.io_everything_bg:hover .io_white_bg_title h3 {
    background-image: url('../images/training/improv_bg2.png');
}


/* ------------------------------- */

.io_white_image {
    background-image: url('../images/training/improv_bg1.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 15px;
    text-align: center;
}

.io_yellow_image:hover .io_white_image {
    background-image: url('../images/training/improv_bg2.png');
}

.io_improv_image img {
    width: 100%;
    transform: rotate(180deg);
}

.io_improv_image {
    margin-top: -20px;
}

.io_improv_title h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.io_improv_title h5 {
    color: #fff;
    margin: 0;
}

.io_yellow_bg_box {
    width: 50%;
    padding: 8px 8px;
}

.io_everything_bg {
    width: 50%;
}

.io_smile_face {
    max-width: 120px;
}

.io_smile_face img {
    width: 100%;
}

.io_program_student p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 50px 0 0;
}

.io_program_list {
    padding: 0 0 35px;
}

.io_program_list p {
    color: #fff;
    text-align: center;
    margin: 0;
}


/* --------------------------------------- Fourth Section ------------------------------------------------- */

.io_faculty_content {
    display: flex;
    align-items: center;
}

.io_talanted_image {
    max-width: 180px;
}

.io_talanted_image img {
    width: 100%;
}

.io_talanted_title h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.io_talanted_content {
    width: 50%;
}

.io_talanted_faculty {
    display: flex;
    align-items: center;
}

.io_talanted_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 370px;
    margin: 0 auto;
}

.io_talanted_list p {
    margin: 0;
    padding: 10px 0;
}

.io_future_offerings {
    width: 50%;
    float: left;
}

.io_talanted_descripton {
    padding: 0 25px;
}

.io_talanted_descripton a {
    background-color: #fffe03;
    color: #0062f4;
    padding: 10px;
    text-align: center;
}

.io_talanted_descripton a:hover {
    background-color: #0062f4;
    color: #fffe03;
    padding: 10px;
}

@media(max-width:992px) {
    .io_improv_banner1 {
        height: calc(115vh - 100px);
        width: 100%;
        gap: 20px;
    }
    .io_improv_banner2 {
        height: calc(125vh - 100px);
        width: 100%;
        gap: 20px;
    }
    .io_improv_content {
        flex-direction: column;
    }
    .io_yellow_bg_button {
        width: 90%;
    }
    .io_yellow_bg_button .io_white_image h3 {
        margin: 5px 0px;
    }
    .io_yellow_bg_button .io_white_image p {
        margin-bottom: 10px;
    }
    .io_program_student p {
        text-align: left;
    }
    .io_program_student {
        max-width: 80%;
        margin: 0 auto;
    }
    .io_green_bg h2 {
        top: 5px;
    }
    .io_revamped_description {
        flex-wrap: wrap;
    }
    .io_revamped_list {
        width: 100%;
    }
    .io_yellow_bg_box {
        width: 100%;
    }
    .io_improv_content {
        flex-wrap: wrap;
    }
    .io_smile_face {
        max-width: 100px;
    }
    .io_hero_description p {
        text-align: left;
    }
    .io_everything_bg {
        width: 100%;
    }
}

@media(max-width:992px) {
    .io_talanted_faculty {
        flex-wrap: wrap;
    }
    .io_future_offerings {
        width: 100%;
    }
    .io_talanted_descripton br {
        display: none;
    }
}

.io_improv_section {
    background-color: #000;
    padding: 150px 0;
}

.io_improv_section::before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/homepage/white_brick_fade.png);
    top: -15px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

.io_improv_section::after {
    content: "";
    width: 100%;
    height: 210px;
    background: url(../images/Image_145.png);
    bottom: -50px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.my-homepage-blog-slider .slick-slide{
    width: 100%;
}

/*---------- Home page fix ----------*/
.io_blog_inside,.io_tc_section_inside{
    height: auto !important;
}
.io_tc_section_inside{
    padding: 50px 0;
}
@media(max-width: 480px){
    .show_box .col-md-6:nth-of-type(4){
        margin-right: 0;
    }
    .show_box .col-md-6:nth-of-type(1){
        margin-left: 0;
    }
    .io_work {
        padding: 50px 10px 50px !important;
    }
}
@media(min-width: 992px ){
    .io_blog_inside{
        height: auto;
        background-position: 12%;
    }
    .io_blog_slider{
        max-width: 960px;
        margin: 0 auto;
    }
}
@media(min-width: 1200px ){
    .io_blog_inside{
        padding:  50px 0;
    }
    .plan-tail-wrapper .io_work_plan_img,.plan-tail-wrapper .io_work_plantail_img{
        transition: all 0.3s ease 0s;
    }
    .plan-tail-wrapper:hover .io_work_plan_img{
       right: 50px !important;
    }
    .plan-tail-wrapper:hover .io_work_plantail_img{
       transform: scale(1.1);
     }
     
}