

/* Show it is fixed to the top */
body {
    padding-top: 93px;
    color: #333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-margin-top: 100px;
}
a {
    color: #1717E3;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    color: #4FBCF0;
    text-decoration: none;
}
nav.bg-dark {
    background-color: #000 !important;
    border-bottom: 1px solid #444;
}
.navbar-logo {
    float: left;
    margin-right: 25px; 
}
.navbar-brand {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 20px;
}
.nav-link {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.nav-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: none;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: -5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-menu {
    border-radius: 0 0 6px 6px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    background-color: #1717E3;
}
.dropdown-menu[data-bs-popper] {
    top: 63px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #1717E3;
}
.nav-link:hover:after, .navbar-expand-lg .navbar-nav .nav-link.active:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1717E3;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #FFF;
}
.dropdown-item {
    text-transform: uppercase;
    padding: 8px 18px;
}
.im-logo {
    width: 180px;
    height: auto;
}
.ix-logo-lg {
    width: 630px;
    margin-left: -40px;
}
.ix-logo {
    width: 200px;
    height: auto;
}
.btn-primary {
    border-radius: 60px;
    text-transform: uppercase;
    padding: 15px 45px 12px 45px;
    font-size: 18px;
    background-color: #1717E3;
    border-color: #1717E3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #4040e2;
}
.home .btn-primary, .hero .btn-primary {
    font-size: 22px;
    padding: 20px 45px 18px 45px;
    border-radius: 100px;
}
.btn-reverse {
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 45px 12px;
    font-size: 18px;
    background-color: #FFF;
    border: 2px solid #FFF;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse:active {
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}
.btn-outline {
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 45px 12px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #1717E3;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #4040e2;
    color: #FFF;
}
.home .btn-primary:last-child, .hero .btn-primary:last-child {
    margin-left: 20px;
}
h1 {
    font-size: 50px;
}
h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
main h2 {
    margin-top: 0;
}
section {
    scroll-margin-top: 30px;
}
.location h2:after {
    display: block;
    content: '';
    background: url('images/dot-line.png') top left no-repeat;
    background-size: 100%;
    width: 75%;
    height: 20px;
    margin-bottom: 20px;
}
.location .sydney-header-2 h2:after, .location .brisbane-header-2 h2:after, .location .melbourne-header-2 h2:after {
    background: none;
}
.lead {
    font-size: 30px;
    color: #FFF;
}
.body {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #FFF;
    color: #333;
}
.home {
    position: relative;
    background: url('images/aus-map-header.jpg') top center no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 582px;
    color: #FFF;
    overflow: visible;
}
.home .gradient, .gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,1717e2+100&0+0,0.2+50,0.3+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(74,104,229,0.2) 50%, rgba(23,23,226,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(74,104,229,0.2) 50%,rgba(23,23,226,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(74,104,229,0.2) 50%,rgba(23,23,226,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#4d1717e2',GradientType=0 ); /* IE6-9 */
}
.home .container, .home .container .row, .home .gradient, .hero .container, .hero .container .row, .hero .gradient {
    height: 100%;
}
.hero-wrap {
    position: relative;
    height: 80vh;
    min-height: 582px;
    background-color: #0b0b23;
}
lottie-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.hero {
    width: 100%;
    height: 80vh;
    min-height: 582px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.main-heading {
    position: relative;
    height: 150px;
    margin-bottom: 0;
}
.sydney-header .container, .sydney-header .container .row, .sydney-header-2 .container, .sydney-header-2 .container .row, .brisbane-header .container, .brisbane-header .container .row, .brisbane-header-2 .container, .brisbane-header-2 .container .row, .melbourne-header .container, .melbourne-header .container .row, .melbourne-header-2 .container, .melbourne-header-2 .container .row, .agenda-header .container, .agenda-header .container .row, .sponsors-header .container, .sponsors-header .container .row {
    height: 420px;
}
.sydney-header {
    position: relative;
    background: url('images/Sydney-cityscape.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.sydney-header-2 {
    position: relative;
    background: url('images/Sydney-venue-2.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.brisbane-header {
    position: relative;
    background: url('images/Brisbane-cityscape.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.brisbane-header-2 {
    position: relative;
    background: url('images/Brisbane-venue-2.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.melbourne-header {
    position: relative;
    background: url('images/Melbourne-cityscape.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.melbourne-header-2 {
    position: relative;
    background: url('images/Melbourne-venue-2.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.agenda-header {
    position: relative;
    background: url('images/conference.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.sponsors-header {
    position: relative;
    background: url('images/event-expo.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
    overflow: visible;
}
.gallery-header {
    background: #0f0f10 url(images/dot-code.png) top 80px left -150px no-repeat;
    background-size: 755px auto;
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    color: #FFF;
}
.dot-code:before, .dot-code-end:before {
    content: '';
    display: block;
    width: 755px;
    height: 188px;
    background: url('images/dot-code.png') center center no-repeat;
    background-size: cover;
    z-index: 150;
}
.clouds-bg.dot-code:before, .body.dot-code:before {
    position: absolute;
    bottom: -70px;
    right: 0;
}
.home.dot-code:before, .hero-wrap.dot-code:before {
    position: absolute;
    bottom: -80px;
    left: 0;
}
.sydney-header.dot-code:before, .sydney-header-2.dot-code:before, .brisbane-header.dot-code:before, .brisbane-header-2.dot-code:before, .melbourne-header.dot-code:before, .agenda-header.dot-code:before, .sponsors-header.dot-code:before {
    position: absolute;
    bottom: -40px;
    left: 0;
}
.agenda-header.dot-code-end:before, .sydney-header-2.dot-code-end:before, .brisbane-header-2.dot-code-end:before, .melbourne-header-2.dot-code-end:before {
    position: absolute;
    bottom: -40px;
    right: 0;
}
.overlay {
    min-height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+14,0+70 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 14%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 14%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 14%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.swirls-bg .overlay {
    padding: 50px 100px;
    border-radius: 300px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}
.swirls-bg {
    background: url('images/swirls-bg.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 300px;
    color: #FFF;
}
.clouds-bg {
    position: relative;
    background: url('images/cloud-effect-bg.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 50px 70px 50px;
    color: #FFF;
}
.body.tint {
    background-color: #F7F0F0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.pill-shape {
    background-color: #FFF;
    padding: 80px 20px 380px 20px;
    border-radius: 200px 200px 200px 200px;
}
.sydney {
    background: #FFF url('images/Sydney-venue.jpg') bottom center no-repeat;
    background-size: 420px auto;
}
.melbourne {
    background: #FFF url('images/Melbourne-venue.jpg') bottom center no-repeat;
    background-size: 420px auto;
}
.brisbane {
    background: #FFF url('images/Brisbane-venue.jpg') bottom center no-repeat;
    background-size: 420px auto;
}
.table.agenda td, .table.agenda th {
    padding: 20px;
}
.table th {
    background-color: #3A3AE7;
    color: #FFF;
    font-size: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #c3c3ec45;
}
table tr.stripe {
    --bs-table-accent-bg: #c3c3ec45;
}
.sponsors h2 {
    border-top: 2px solid #1717E3;
    padding-top: 28px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}

.logo-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-wrap {
    display: flex;
    width: 20%;
    height: 115px;
    align-items: center;
    justify-content: center;
}
.logos {
    width: 135px;
    height: auto;
}
.rego-banner {
    padding-top: 60px;
    padding-bottom: 50px;
    background: url('images/Register-Banner.png') center center no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 28px;
}
.rego-banner .row {
    height: 400px;
}
.rego-banner h2 {
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}
/*------------------------Speaker Profiles--------------------------*/
.profile-panel {
    padding: 40px;
    margin: 30px 0;
    border-radius: 20px;
    background-color: #FFF;
}
.profile-panel img {
    width: 220px;
}
.profile-panel img.logos {
    margin-left: -10px;
    height: 80px;
    width: auto;
}
.profile-panel hr {
    margin: 0 0 25px;
}
.bd-placeholder-img {
    text-anchor: middle;
}
.speaker-nav {
    width: 100%;
}
.speaker-nav button {
    border: none;
    padding: 16px;
    background-color: transparent;
    margin: 0 0 10px 0;
}
.speaker-nav button.active {
    background-color: #FFF;
    border-radius: 15px;
}
.speaker-nav .logos {
    width: 100px;
}
.tab-content .profile-panel {
    margin: 0 0 30px 0;
}
/*------------------------Gallery--------------------------*/
.gallery-header p {
    text-transform: uppercase;
    font-size: 28px;
}
#gallery {
    text-align: center;
    width:100%;
    margin:auto;
    padding:0px;
}
.box {
    width:22%;
    float: left;
    border:1px solid #afafaf;
    margin:18px;
/*        box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.5) ,1px 1px 10px 1px rgba(0,0,0,0.3);*/
    opacity:0.7;
    cursor: pointer;
}
.box img {
    width:100%;
    margin:0;
    padding:0;
    object-fit: cover;
    height: 260px;
}
#gallery .caption {
    padding:10px;
    margin:0;
    font-size: 20px;
    font-weight: bold;
}
#gallery .box:hover {
    opacity: 1;
    transition: transform 0.5s ease-in-out;
    z-index: 999999;
    transform:scale(1.05);
}
.pagination {
    margin: 0 auto;
    width: 558px;
    --bs-pagination-padding-x: 25px;
    --bs-pagination-padding-y: 14px;
    --bs-pagination-border-radius: 40px;
}
.page-link {
    font-weight: 400;
    border: var(--bs-pagination-border-width) solid #a2a1a1;
}
.page-link:hover, .page-link:focus {
    color: #FFF;
    background-color: #1717E3;
    border-color: #1717E3;
}
.active>.page-link, .page-link.active {
    background-color: #1717E3;
    border-color: #1717E3;
}
.disabled>.page-link, .page-link.disabled {
    opacity: 0.3;
}

/*------------------------Footer--------------------------*/
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover, footer a:focus {
    color: #4FBCF0;
    text-decoration: underline;
}
footer {
    font-size: 13px;
    color: #FFF;
    background-color: #000;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;  
}
footer ul li {
    float: left;
}
footer ul li:after {
    content: '|';
    padding-left: 15px;
    padding-right: 15px;
}
footer ul li:last-child:after {
    display: none;
}

/*------------------------Back to Top--------------------------*/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    padding: 1em;
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    display: none;
    z-index: 200;
    background-color: #888;
    border-radius: 50%;
}
.back-to-top:hover {
    opacity: 1;
}
.back-to-top i {
    position: absolute;
    color: #FFF;
    top: 13px;
    left: 14px;
    font-size: 25px;
    font-weight: 600;
}

/*------------------------Mobile--------------------------*/
@media (max-width: 767px) {
      
    body {
        padding-top: 85px;
    }
    .nav-link {
        font-size: 16px;
    }
    .nav-item {
        margin-bottom: 10px;
    }
    .im-logo, .ix-logo {
        width: 116px;
        height: auto;
    }
    .ix-logo-lg {
        width: 300px;
        margin-left: 0;
    }
    h1 {
        font-size: 30px;
    }
    .sponsors h2, .gallery-header p {
        font-size: 26px;
    }
    .sydney-header .container, .sydney-header .container .row, .sydney-header-2 .container, .sydney-header-2 .container .row, .brisbane-header .container, .brisbane-header .container .row, .brisbane-header-2 .container, .brisbane-header-2 .container .row, .melbourne-header .container, .melbourne-header .container .row, .melbourne-header-2 .container, .melbourne-header-2 .container .row, .agenda-header .container, .agenda-header .container .row, .sponsors-header .container, .sponsors-header .container .row {
        height: 300px;
    }
    .dot-code:before, .dot-code-end:before {
        width: 350px;
        height: 114px;
        background: url('images/dot-code-sm.png') center center no-repeat;
        background-size: cover;
    }
    .clouds-bg.dot-code:before, .body.dot-code:before {
        right: 0;
        bottom: -45px;
    }
    .home.dot-code:before, .hero-wrap.dot-code:before, .sydney-header.dot-code:before, .brisbane-header.dot-code:before, .melbourne-header.dot-code:before, .agenda-header.dot-code:before, .sponsors-header.dot-code:before {
        left: -150px;
        bottom: -45px;
    }
    .agenda-header.dot-code-end:before {
        right: 0;
        bottom: -45px;
    }
    .hero-wrap {
        background: url('images/aus-map-header.jpg') top center no-repeat;
        background-size: cover;
    }
    lottie-player {
        display: none;
    }
    .home {
        height: auto;
        min-height: 520px;
    }
    .hero-wrap, .hero {
        height: 100%;
        min-height: 480px
    }
    .home .container {
        height: 520px;
    }
    .overlay {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+25,0+80 */
        background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    }
    .lead {
        font-size: 22px;
    }
    .home .btn-primary, .hero .btn-primary {
        font-size: 18px;
    }
    .home .btn-primary:last-child, .hero .btn-primary:last-child {
        margin-top: 20px;
        margin-left: 0;
    }
    .body, .body.tint {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .clouds-bg {
        padding: 40px 40px 70px 40px;
    }
    .swirls-bg {
        border-radius: 200px;
    }
    .swirls-bg .overlay {
        padding: 80px 40px;
        border-radius: 200px;
    }
    .location .body.dot-code:before {
        display: none;
    }
    .location .body h2 {
        margin-top: 10px;
    }
    .pill-shape {
        margin-bottom: 30px;
    }
    .btn-primary {
        padding: 15px 35px 12px;
        font-size: 16px;
    }
    .logo-wrap {
        width: 50%;
    }
    .box {
        width:45%;
        margin: 8px;
    }
    .box img {
        height: 200px;
    }
    .previous, .next {
        display: none;
    }
    .pagination {
        margin: 0 auto;
        width: 300px;
        --bs-pagination-padding-x: 20px;
        --bs-pagination-padding-y: 10px;
        --bs-pagination-border-radius: 0;
    }
    table.agenda {
        width: 900px;
    }
    footer ul {
        margin: 0 0 10px 0;
    }
    footer ul li {
        padding-bottom: 8px;
    }
}
      
/*------------------------Small Tablet--------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    
    .nav-link {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 35px;
    }
    .home.dot-code:before, .hero-wrap.dot-code:before {
        left: -150px;
        bottom: -50px;
    }
    .sydney-header .container, .sydney-header .container .row, .sydney-header-2 .container, .sydney-header-2 .container .row, .brisbane-header .container, .brisbane-header .container .row, .brisbane-header-2 .container, .brisbane-header-2 .container .row, .melbourne-header .container, .melbourne-header .container .row, .melbourne-header-2 .container, .melbourne-header-2 .container .row, .agenda-header .container, .agenda-header .container .row, .sponsors-header .container, .sponsors-header .container .row {
        height: 350px;
    }
    .lead {
        font-size: 27px;
    }
    .home, .hero-wrap, .hero {
        height: 400px;
    }
    .home .btn-primary, .hero .btn-primary {
        font-size: 18px;
    }

    .btn-primary {
        padding: 15px 35px 12px;
        font-size: 16px;
    }
    .body, .body.tint {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .clouds-bg {
        padding: 40px 40px 70px 40px;
    }
    .swirls-bg {
        border-radius: 200px;
    }
    .swirls-bg .overlay {
        padding: 80px 40px;
        border-radius: 200px;
    }
    .dot-code:before, .dot-code-end:before {
        width: 363px;
        height: 118px;
        background: url('images/dot-code-sm.png') center center no-repeat;
        background-size: cover;
    }
    .clouds-bg.dot-code:before, .body.dot-code:before {
        right: 0;
    }
    .pill-shape {
        margin-bottom: 30px;
    }
    .logo-wrap {
        width: 33%;
    }
    .box {
        width:28%;
    }
    .box img {
        height: 200px;
    }
}
      
/*------------------------Large Tablet--------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    
    .nav-link {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    .sydney-header .container, .sydney-header .container .row, .sydney-header-2 .container, .sydney-header-2 .container .row, .brisbane-header .container, .brisbane-header .container .row, .brisbane-header-2 .container, .brisbane-header-2 .container .row, .melbourne-header .container, .melbourne-header .container .row, .melbourne-header-2 .container, .melbourne-header-2 .container .row, .agenda-header .container, .agenda-header .container .row, .sponsors-header .container, .sponsors-header .container .row {
        height: 400px;
    }
    .home, .hero-wrap, .hero {
        height: 450px;
    }
    .home .btn-primary, .hero .btn-primary {
        font-size: 18px;
    }

    .btn-primary {
        padding: 15px 35px 12px;
    }
    .home.dot-code:before, .hero-wrap.dot-code:before {
        bottom: -50px;
    }
    .dot-code:before, .dot-code-end:before {
        width: 600px;
        height: 149px;
    }
    .box {
        width:20%;
    }
    .box img {
        height: 210px;
    }
}
      
/*------------------------Regular Desktop--------------------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
      
   .home, .hero-wrap, .hero {
        height: 500px;
    }
    .home.dot-code:before, .hero-wrap.dot-code:before {
        bottom: -50px;
    }
    .dot-code:before, .dot-code-end:before {
        width: 650px;
        height: 162px;
    }
    .box {
        width:20%;
    }
    .box img {
        height: 220px;
    }
      
/*------------------------Large Desktop--------------------------*/
@media (min-width: 1400px) and (max-width: 1599px) {
      
      
}
      
/*------------------------Extra Large Desktop--------------------------*/
@media (min-width: 1600px) {
      
      
}