*{
	margin:0;
	padding:0;
}
body {
/*	font-family: 'AvantGarde Bk BT';*/
    font-family: "Inter", sans-serif !important;
	width:100%;
	background: #fff;
	font-size: 16px;
	color: var(--bs-black);
	line-height: 28px;
	font-weight:400;
    overflow-x: hidden;
}
body, html{
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*img, svg {
	vertical-align: inherit;
}*/
.hide{
	display: none;
}
:focus{
	outline: none !important;
}
a {
	color:#000;
	font-weight:400;
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s;
	text-decoration:none
}
a:hover {
	color:var(--bs-yellow);
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s
}
a, .btn, input, select, textarea, button, img {
	outline:0!important;
	box-shadow:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color:var(--bs-yellow);
}
.gray-bg{
	background:#fcfaf7;
}
ol {
	padding-left:15px
}
select {
	color:rgba(0,0,0,0);
	text-shadow:0 0 0 #000
}
a img {
	outline:0
}
input, select, textarea {
	outline:0;
	-webkit-border-radius:0;
	box-shadow:none
}
input[type="submit"] {
	cursor:pointer
}
a:hover,a:focus {
	text-decoration:none
}
p:empty {
	display:none
}
p:last-child{
	margin-bottom:0;
}
iframe {
	border:none;
	width:100%;
	height:100%
}
.white-text {
	color:#fff!important
}
.alignnone, .mainpage img {
	margin: 15px auto;
	display: block; 
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 25px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: 700;
}

body.post-template-default strong, b{
	font-weight: 600;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.pl15{
    padding-left: 15px;
}
.center-btn{
        margin: 45px auto 0px;
    display: table;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	width: 100%;
	font-weight:700;
	color: var(--bs-black);
}
.h2 .h2, h2, .heading, h2.title {
    color: var(--bs-black);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
/*.h2 span, h2 span, .heading span, .title span, h2 strong{
	color:var(--bs-yellow);
}*/
.heading-section .heading span{
    position: relative;
    color: var(--bs-yellow);
}
/* .heading span:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 10px;
    background-image: url('../img/yellow-line.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
    background: transparent;
    top: auto;
    bottom: -65px;
    transform: none;
    width: 45px;
    height: 45px;
    left: 0;
    z-index: 111;
}
.slick-arrow svg, .slick-arrow img {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.slick-arrow svg path{
	fill: #fff;
}
.slick-next {
    left: auto;
    right: 0;
}
/*.slick-next:before{
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url('../img/arrow-right-circle.webp');
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}*/
/*.slick-arrow:hover, .slick-arrow:focus{
	background:#000;
}*/
ul.slick-dots{
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -45px;
    border-radius: 10px;
}
 ul.slick-dots li{
    width: calc(100% / 4);
    background: var(--bs-lightgrey);
    height: 3px;
    margin: 0px;
}
ul.slick-dots li button:before{
    font-size: 0px;
}
ul.slick-dots li.slick-active{
    background-color: var(--bs-black);
    border-radius: 10px;
}
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
	display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
    margin-top: 30px;
    justify-content: center;
}
.pagination .nav-links *, .pagination * {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
	margin:0;
    text-transform: uppercase;
    color: #000;
}
.pagination .nav-links .current, .pagination .current, .pagination .nav-links *:hover, .pagination *:hover {
    color: #fff;
	background:#a91b2a;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd{
	padding:80px 0;
}
.space-mr{
	margin:80px 0;
}
.btn {
    background: var(--bs-yellow);
    border-radius: 0;
    color: #fff !important;
	border:2px solid var(--bs-yellow);
	font-size:17px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px 13px 22px;
/*    text-transform: capitalize;*/
    font-weight: 600;
    line-height: normal;
    position: relative ;
    border-radius: 10px;
    gap: 5px !important;
}
.btn .icon {
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    right: -2px;
    top: -2px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn .icon svg, .btn .icon img {
    fill: #fff;
    width: 15px;
    height: 15px;
}
.btn .icon svg path{
	fill:#fff;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover{
	background:var(--bs-black);
	color:var(--bs-white);
    border:2px solid var(--bs-black);
}
.white-btn{
	background: var(--bs-white);
    color: var(--bs-black);
    border:2px solid var(--bs-white);
}
.white-btn:hover{
	background:var(--bs-yellow);
	color:var(--bs-white);
    border:2px solid var(--bs-yellow);
}
.black-btn{
    background: var(--bs-black);
    color: var(--bs-white);
    border:2px solid var(--bs-black);
}
.black-btn:hover{
    background:var(--bs-yellow);
    color:var(--bs-white);
    border:2px solid var(--bs-yellow);
}
.white-btn:hover .icon{
	background: #fff;
}
.white-btn:hover svg, .white-btn:hover svg path{
	fill:#a91b2a;
}
.pt170{
    padding-top: 170px;
}
.pb35{
    padding-bottom: 35px;
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
	margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7{
	position: relative;
	z-index: 9;
}
.form-control:focus{
	box-shadow:none;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip{
	display:none;
}
/*.wpcf7 .wpcf7-response-output {
	border: none!important;
	margin: 0!important;
	font-size: 15px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -45px;
	right: 0;
	text-align: center;
	color: #c20000;
	font-weight: normal;
	padding: 5px 0!important;
}*/
body.post-template-default .wpcf7 .wpcf7-response-output{
	position:static;
}

.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
	color:#398f14!important;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
input, textarea {
	border:none;
    padding: 12px 12px 10px;
    color: var(--bs-black);
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
}
textarea {
	height:100px;
	resize: none;
}  
.select-box select {
    color: #052437;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(12,26,54,0.2);
    width: 100%;
    padding: 14px 0;
	line-height:normal;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
	position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(12,26,54,0.2);
    border-bottom: 2px solid rgba(12,26,54,0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    min-width: 100%;
}
.submit-btn input[type="submit"] {
    background: var(--bs-yellow);
    width: auto;
    border: none;
    padding: 6px 25px;
    text-transform: capitalize;
    color: #fff;
    line-height: 24px;
    font-size: 18px;

}
.submit-btn input[type="submit"]:hover{
	background: none;
	color:var(--bs-yellow);
	border-color:var(--bs-yellow);
}


.white-submit-btn::before {
    background-image: url(../img/consultant-icon.png);
    background-color: #76020f;
    background-position: center 13px;
	background-size:22px;
}
.white-submit-btn input[type="submit"] {
    background: #fff;
	color: #000;
    border: 2px solid #fff;
}
.white-submit-btn:hover input[type="submit"]{
	background: none;
	color:#fff;
	border-color:#fff
}
.white-submit-btn:hover::before {
    background-color: #fff;
    background-position: center -37px;
}

.black-submit-btn::before {
    background-image: url(../img/submit-arrow.png);
    background-color: #171717;
	background-size:13px;
}
.black-submit-btn input[type="submit"] {
    background: #000;
	color: #fff;
    border: 2px solid #000;
}
.black-submit-btn:hover input[type="submit"]{
	background: none;
	color:#fff;
	border-color:#fff
}
.black-submit-btn:hover::before {
    background-color: #fff;
	background-blend-mode: exclusion;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader{
	display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #76020f;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}
p.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    bottom: 16px;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 33px;
}
.hid-items{
    display: none;
}
.breadcrumb-wrap {
    background-color: #ddd;
    font-size: 18px;
    padding: 5px;
}
.breadcrumb_last{
    word-wrap: break-word;
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header { background-color: #fff;}     
.no-banner  #container-wrap{ margin-top: 90px;}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height: 420px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*	margin-top: 90px;*/
}
/*.logged-in .page-banner{
	margin-top: 58px;
}*/
.page-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-banner .banner-title {
    text-transform: capitalize;
    color: var(--bs-white);
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
	position: relative;
    padding-top: 100px;

}
body.single-post .page-banner .banner-title {
    text-align: left;
    color: #fff;
}

.page-banner .banner-title span, .page-banner .banner-title sub{
	color: var(--bs-yellow);
}
.page-banner p{
    color: var(--bs-white);
}
/* .blog-banner-content{
    padding-top: 100px;
} */

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/ 
.blog-search form{
        border-radius: 15px;
    overflow: hidden;
}
.blog-search input.form-control {
        border: 1px solid rgb(255 255 255);
    padding: 15px 108px 15px 50px;
    line-height: normal;
    height: 55px;
    width: 100%;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;

}
.blog-search input.form-control:focus ~ .msg-side-form{
	display:none;
}
.blog-search .search-btn {
    background: 0 0;
    height: 46px;
    cursor: pointer;
    z-index: 9;
    width: 94px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 8px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-yellow);
    border-radius: 10px !important;
    color: var(--bs-white);
    font-weight: 600;
}
.blog-search .search-box svg, .blog-search .search-box img {
    width: 20px;
    height: 20px;
	fill:var(--bs-white);
    position: absolute;
        top: 17px;
    left: 16px;
    z-index: 11;

}
.blog-search .search-box svg path{
	fill:var(--bs-black);
}
.blog-search .msg-side-form {
    right: 55px;
}

.sidebar-heading, .sidebar-list .widget-title {
    padding-bottom: 25px;
    line-height: normal;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.sidebar-list {
    background: #fbfbfb;
	border: 1px solid #cfcfcf;
    padding: 30px 25px;
}
.sidebar-list li {
    display: block;
    position: relative;
}
.sidebar-list ul li a {
    color: #000;
    font-weight: 500;
    line-height: 32px;
    padding: 6px 0 6px 22px;
    display: block;
    background-image: url(../img/blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 16px;
}
.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a {
    color: #A91B2A;
    background-image: url(../img/large-arrow.svg);
    background-size: 28px;
    padding-left: 40px;
}

.sidebar-form {
    background: radial-gradient(circle, #1a2f40, #282828);
    padding: 20px;
    border-radius: 10px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.3);
}

/*.sidebar-form:before {
    content: '';
    position: absolute;
    background-color: #151515;
    height: 50px;
    bottom: 0;
    width: 100%;
    left: 0;
}*/
.sidebar-form .sidebar-heading {
    color: #fff;
    text-transform: capitalize;
}
.sidebar-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
.sidebar-form input, .sidebar-form textarea {
    color: #fff;
    padding: 10px 10px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid rgba(243, 243, 243, 0.4);
    border-radius: 0px;
    padding-left: 0px;
}
.sidebar-form textarea{
    height: 80px;
}
.sidebar-form .submit-btn{
    margin-top: 10px;
}
.sidebar-form .submit-btn input[type=submit]{
    
}
.sidebar-form ::-webkit-input-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form ::-moz-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-ms-input-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-moz-placeholder {
	color:rgba(243, 243, 243, 0.7);
}
.sidebar-form div.wpcf7 .ajax-loader.is-active{
	border:2px solid #fff;
}
/*==================== Sidebar CSS END ====================*/ 


.dark-blue-bg{
	background:#1e2c4b;
}
.light-blue-bg{
	background:#32405d;
}
.small-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}





.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child{
	margin-right:0;
}
.radio-btn label .wpcf7-list-item-label::before {
	border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-color: var(--bs-yellow);
    background: var(--bs-yellow);
}
.light-grey-bg{
	background:#e5e5e5;
}
.page404 .contnet-error img{
        animation: messageMove 3s linear 0s infinite;
}
.page404 .contnet-error p {
    text-transform: capitalize;

}
.page404 .contnet-error p a{
    color: var(--bs-yellow);
}
.bgcss {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .single-post .page-banner .col-lg-8{
    margin: auto;
    text-align: center;
} */
.toc h2{
    font-size: 24px;
}
.toc ul li {
    line-height: 18px;
    margin-bottom: 10px;
    padding-right: 15px;
}
.toc ul li a {
    color: #0d6efd;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
}
.toc ul li a:hover{
    color: var(--bs-yellow);
}

.footer-social-link .h5.text-white {
    font-size: 12px;
	font-weight: normal;
	display: inline;
	margin:0;
}

/*--------------Website design and development australia-----------*/

.blue-text span {
    color: #2C43B8;
}

.aus-web-blue-btn a {
    background: linear-gradient(90deg, #8098F9 0%, #3E57DA 50%, #2C43B8 100%);
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    z-index: 1;
    margin: 20px 0;
    width: auto;
}

.australia-hero-section {
    padding: 120px 0 80px 0;
}


.aus-about-us h4 {
  background: linear-gradient(180deg, #86CAFB 0%, #1D50C2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


.service-card-des-com:hover svg {
    fill: #3E57DA99;
}

.swiper-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.cta-section {
    border-radius: 20px;
    background-size: 100% !important;
}

.aus-award-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #020410 92.61%, rgba(2, 4, 16, 0.914348) 96.23%, rgba(2, 4, 16, 0.7) 101.78%);

}

.aus-award-section img {
    padding: 0 10px;
}

.steps-section-aus h5 {
  background: linear-gradient(90deg, #8098F9 0%, #3E57DA 50%, #2C43B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}


.text-gradient {
  background: linear-gradient(90deg, #8098F9 0%, #3E57DA 50%, #2C43B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Outlined (hollow) Text */
.text-outline {
  color: transparent;
  -webkit-text-stroke: 1px #3E57DA;
  text-stroke: 1px #3E57DA;
  font-weight: 800;
}

.stat-box-aus {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #2C43B8; /* Important: Make border visible but transparent */
  border-radius: 16px;
  min-height: 120px;
  overflow: hidden;
}

.industry-card-aus {
  border: 1px solid rgba(128, 152, 249, 0.3);
  border-radius: 16px;
  background-color: #10122b;
  min-height: 350px;
  overflow: hidden;
  padding: 15px;
}

.industry-card-aus:hover {
    background: linear-gradient(180deg, rgba(56, 79, 198, 0.6) 0%, rgba(56, 79, 198, 0.128043) 49.59%, rgba(56, 79, 198, 0.03) 77.16%);

}

.industry-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 180px;
  object-fit: cover;
}

.industry-overlay {
  background: linear-gradient(to top, rgba(11,12,42,0.9) 60%, transparent);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  min-height: 170px;
  padding: 20px 0;
}

.industry-link .rounded-circle {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}

.industry-link:hover .rounded-circle {
  background-color: rgba(255, 255, 255, 0.3);
}

.slick-slide {
  padding: 0 10px;
}

.industry-slider {
  padding: 0 20px;
}

.industry-slider  .slick-arrow {
    font-size: 18px;
    color: #fff;
    background: #384FC636;
    bottom: -28px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: -60px;
}

.core-techs-wrapper-aus {
    background-color: #0b0c2a;
    padding: 80px 0;
}

.core-techs-wrapper-aus .core-techs-tab-btn.active {
    background: linear-gradient(90deg, #8098F9 0%, #3E57DA 50%, #2C43B8 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

    color: #fff;
border-radius: 8px;
}

.core-techs-card-aus {
    background: linear-gradient(90deg, rgba(128, 152, 249, 0.18) 0%, rgba(62, 87, 218, 0.18) 50%, rgba(44, 67, 184, 0.18) 100%);
    border:1px solid 3E57DA;
    border-radius: 10px;

}

.tech-name-aus {
    color: #fff;
}

.core-techs-wrapper-aus .core-techs-tab-buttons {
    border-radius: 10px;
}

.why-choose-section-aus {
    padding: 80px 0;
}

.why-choose-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* optional dark overlay */
  z-index: -1;
}

.melb-hero-section {
    margin: 80px 0;
}

.melb-hero-section h2 span{
    color: #2C43B8;
}

.melb-hero-section p{
    color: #050A23B2;
}

.aus-list-items {
    color: #050A23B2;
}

.ai-ready-section {
  background: #f9f9f9;
}

.ai-ready-section .card {
  background: linear-gradient(180deg, #0b0c2a, #151632);
  color: #fff;
  border-radius: 16px;
}


.stat-card-aus-des h4{
    width: auto;
        background: linear-gradient(90deg, #8098f9 0%, #3e57da 50%, #2c43b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 38px;
}

.ai-ready-section h2 span {
    color: #2c43b8;
}

body.page-id-11544 .common-heading-ind span {
    color: #2c43b8;
}

body.page-id-11544  .custom-testimonial-slider .slick-arrow {
    font-size: 18px;
    color: #fff;
    background: #2c43b8;
    bottom: -28px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.aus-des-blog-sec {
    padding: 0 0 80px 0;
}

body.page-id-11544 .ind-faq-section button.accordion-button {
    padding: 0 20px;
}

.aus-des-award-section {
    padding: 80px 0 0;
    background: #0b0c2a;
}
.aus-stats-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  color: white;
  position: relative;
}


.aus-stats-container {
  position: relative;
  z-index: 2;
}

.new-stat-aus h3 {
    background: linear-gradient(90deg, #8098f9 0%, #3e57da 50%, #2c43b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 42px;
}

.cta-section h2{
    font-size: 32px;
}

.aus-des-award-section img {
    padding: 10px;
}

i.fas.fa-check.blog-tick {
    font-size: 18px;
    margin-right: 10px;
    color: #d69500;
}


/* NAV */

.mega-nav{
display:flex;
align-items:center;
gap:35px;
}

/* MENU ITEM */

.mega-item{
cursor:pointer;
	position: static;
}

header .container {
    position: relative;
}

.mega-title{
display:flex;
align-items:center;
gap:6px;
white-space:nowrap;
color: #000;
padding: 20px 0;
}

body.home .mega-title{
color:#fff;
font-weight:500;
}

/* DROPDOWN */

.mega-dropdown{
position:absolute;
top:100%;
left:0;
right:0;
margin:auto;
width:1190px;
max-width:95vw;
opacity:0;
visibility:hidden;
pointer-events:none;
z-index:999;
padding-top:0px;
}

.mega-item:not(:has(.mega-dropdown)) {
cursor:pointer;
}

/* SHOW ON HOVER */

.mega-item:hover .mega-dropdown{
opacity:1;
visibility:visible;
pointer-events:auto;
}

/* INNER CONTAINER */

/* DEFAULT (NO FEATURE CARD) */

.mega-inner{
background:#fff;
border-radius:12px 12px 0 0;
padding:20px;
box-shadow:0 25px 60px rgba(0,0,0,.15);
display:grid;
gap:40px;
}

/* INDUSTRIES STYLE */

.mega-inner.no-card{
display:block;
border-radius: 12px;
}

.mega-inner.no-card .mega-left{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}
/* SERVICES STYLE */

.mega-inner.has-card{
grid-template-columns:2fr 1fr;
}

.mega-content:hover h4 {
    color: #d69500;
}

/* LEFT GRID */

.mega-left{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

/* LINK */

.mega-link{
display:flex;
gap:14px;
text-decoration:none;
color:#222;
padding:12px;
border-radius:10px;
transition:0.2s;
}

.mega-link:hover{
background:#f7f7f7;
}

/* ICON */

.mega-icon img{
width:36px;
height:36px;
object-fit:contain;
}

/* TEXT */

.mega-heading{
font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.mega-desc {
    font-size: 15px;
    color: #777;
    margin-top: 3px;
    line-height: 23px;
}
/* RIGHT CARD */

.mega-right{
background:#fafafa;
padding:20px;
border-radius:12px;
}

.mega-card-img{
width:100%;
border-radius:10px;
margin-bottom:12px;
}

.mega-card-title{
font-size:18px;
margin-bottom:8px;
}

.mega-card-desc{
font-size:14px;
color:#666;
}

.mega-card-link{
display:inline-block;
margin-top:10px;
font-weight:600;
color:#4f46e5;
text-decoration:none;
}

/* IMPORTANT FIX */

header,
.container,
.mega-nav{
overflow:visible !important;
}

.mega-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 18px 20px;
    background: #fff;
    border-radius: 0px 0 12px 12px;
}

.mega-bottom-text{
  font-size:15px;
  color:#666;
  margin:0;
  font-style:italic;
}

.mega-bottom-btn{
  padding:12px 20px;
  border:1px solid #4f46e5;
  border-radius:10px;
  text-decoration:none;
  color:#4f46e5;
  font-weight:500;
  transition:.2s;
}

.mega-bottom-btn:hover{
  background:#4f46e5;
  color:#fff;
}


.simple-link{
display:block;
padding:10px 16px;
color:#222;
text-decoration:none;
font-size:14px;
}

.simple-link:hover{
background:#f5f5f5;
}

.mega-item:hover .simple-dropdown{
display:flex;
flex-direction: column;
}


.simple-dropdown{
position:absolute;
top:100%;
left:50%;
transform: translate(-50%);
background:#fff;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
opacity:0;
visibility:hidden;
pointer-events:none;
transition:all .2s ease;
z-index:999;
display: flex;
border-radius: 12px;
flex-direction: column;
}


.simple-dropdown .mega-content {
    line-height: 23px;
}

.simple-dropdown span {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 15px;
    color: #5d5757;
}

.mega-item.dropdown-item-new {
    position: relative;
}

.simple-dropdown a{
display: flex;
padding:10px 20px;
color:#000;
text-decoration:none;
width: 100%;
white-space: nowrap;
font-size: 16px;
font-weight: 500;
}

.mega-icon img{
max-width:28px;
height:auto;
}

.simple-dropdown a:hover {
    color: #d69500;
}

.mega-item:hover .simple-dropdown{
opacity:1;
visibility:visible;
pointer-events:auto;
}

.mega-title {
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}

body.home .mega-title { 
    color: #fff;
}

.menu-arrow{
display:inline-block;
margin-left:6px;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:6px solid #000;
transition:transform .25s ease;
}

body.home .menu-arrow {
    border-top:6px solid #fff;
}


.mega-item:hover .menu-arrow{
transform:rotate(180deg);
}


.mega-icon svg{
display:block;
flex-shrink:0;
}

span.menu-text:hover {
    color: #d69500;
}

.mega-title{
position:relative;
}

.mega-title::after{
content:"";
position:absolute;
bottom:0px;
left:50%;
transform:translateX(-50%);
border-left:8px solid transparent;
border-right:8px solid transparent;
border-bottom:8px solid #fff;
opacity:0;
transition:0.2s;
}

.mega-item:hover .mega-title::after{
opacity:1;
}

body.home .mobile-toggle{
    color: #d79500;
}

.mobile-toggle{
display:none;
font-size:32px;
color:#000;
cursor:pointer;
}

/* MOBILE MENU */

.mobile-nav{
position:fixed;
top:0;
left:-100%;
width:100%;
height:100vh;
background:#0b0b0b;
padding:30px 15px;
transition:.3s;
z-index:9999;
overflow-y:auto;
}

.mobile-nav.active{
left:0;
}


.mobile-item{
border-bottom:1px solid rgba(255,255,255,0.1);
padding:15px 0;
}

.mobile-title{
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
font-size:16px;
}

.mobile-title a{
color:#fff;
text-decoration:none;
}

.mobile-arrow{
width:10px;
height:10px;
border-right:2px solid #fff;
border-bottom:2px solid #fff;
transform:rotate(45deg);
cursor:pointer;
}

.mobile-dropdown{
display:none;
padding-top:10px;
}

.mobile-dropdown a{
display:block;
padding:8px 0;
color:#aaa;
text-decoration:none;
font-size:14px;
}

.mobile-item.open .mobile-dropdown{
display:block;
}

.mobile-item.open .mobile-arrow{
transform:rotate(-135deg);
}

.mobile-header{
display:flex;
justify-content: space-between;
margin-bottom:20px;
}

.mobile-close{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:#222;
border-radius:8px;
font-size:20px;
cursor:pointer;
color: #fff;
}

.mobile-logo img{
height:28px;
}

