@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */

.common_btn{
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  background:#716dad;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#206cc0;
  color:#fff !important;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#206cc0;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#716dad;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header-top{
  padding: 10px 0;
  background: #fff;
  box-shadow:0 4px 6px rgba(0,0,0,.1);
}

/* .hd-link ul li a{
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 600;
} */

/* .hd-bottom ul li a:hover{
  font-size: 16px;
  line-height: 26px;
  color: #716DAD;
  font-weight: 600;
} */

.hd-call a{
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 600;
}

.hd-call a:hover{
	color:#716DAD;
}

.hd-call{
  padding-left: 15px;
}

/* .hd-btn{
  padding-left: 44px;
  margin-top: -12px;
} */

.home-banner{
	margin-top:140px;
}
/* 
.banner-img {
 padding: 200px;
 width: 66%;
 margin-left: 220px;
 margin-top: 150px;
 margin-bottom: 40px;
} */

/* .home-banner img{
  width: 40%;
} */

.contact-form .block {
    margin-bottom: 0px;
}

.home-banner .desc{
  left:0;
  bottom:20%;
}

.banner-content{
	width:500px;
}

.banner-bg-title{
  font-size:48px;
  line-height:58px;
  font-weight:500;
  padding-bottom:20px;
}

.about-panel{
    background: url("../images/about-bg-img.jpg") no-repeat center center, #ffffff;
    background-size: cover;
    padding: 30px 0;
}

.about-sm-title{
  font-size:22px;
  line-height:24px;
  font-weight:500;
  padding-bottom:10px;
  color:#1c1c1c;
}

.about-bg-title{
   font-size: 36px;
   line-height: 45px;
   font-weight: 700;
   color:#248599;
   padding-bottom: 20px;
}

.banner-content .text-common{
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-bottom: 20px;
}

.service-panel{
   margin-top: 40px;
   margin-bottom: 50px;
}

.service-sm-title{
   font-size: 20px;
   line-height: 26px;
   color: #1c1c1c;
   font-weight: 600;
}

.service-card:hover .service-sm-title,
.service-card:hover .text-common,
.service-card:hover .service-btn a{
  color:#fff;
}

.service-card:hover .service-btn a img{
  filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(123deg) brightness(104%) contrast(106%);
}

.service-btn a{
  font-size: 18px;
  line-height: 22px;
  color: #1c1c1c;
}

.service-card{
   border: 2px solid #1c1c1c;
   border-radius: 20px;
   padding: 20px;
   min-height: 545px;
}

.service-card .text-common{
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}

.service-card-img{
  border-radius: 30px;
}

.service-bg-title{
  font-size: 45px;
  line-height: 55px;
  color: #5732c0;
  font-weight: 700;
  padding-bottom: 20px;
}

.service-card:hover{
  background: #3d3995;
  border-color:#3d3995;
}

.choose-panel{
  margin-top: 50px;
  margin-bottom: 50px;
}

.choose-sm-title{
  font-size: 20px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight:600;
}

.choose-card{
  padding:30px 20px;
}

.choose-card:hover .choose-icon img{
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(258deg) brightness(200%) contrast(101%);
}

.choose-card:hover .choose-sm-title{
  color:#fff;
}

.choose-bg-title{
  font-size: 35px;
  line-height: 45px;
  color: #248599;
  font-weight: 700;
}

.choose-bg{
  background: #f4f2f2;
}

.choose-card:hover{
  background: #206cc0;
}

.testimonial{
  padding: 30px;
  background: #e7e8e8;
}

.testimonial-sm-title{
  font-size: 20px;
  line-height: 22px;
  color: #0b3948;
  font-weight: 500;
  padding:12px 20px;
}

.testimonial-bg-title{
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  color: #0b3948;
}

.footer-top{
  background: #156374;
  padding:50px 0 35px;
}

.home .footer-top{
	padding-top:90px;
}

.footer-sm-title{
  font-size: 25px;
  font-family: "Rubik", sans-serif;
  line-height: 35px;
  color: #fbea74;
  font-weight: 600;
}

.acn-num,
.footer-list li a{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer-list li a:hover{
  color: #fbea74;
}

.footer-top-content .text-common{
  color: #fff;
  font-size: 14px;
}

.footer-bottom{
  background: #fff;
  padding:25px 0;
}

.footer-text{
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight: 500;
}

.footer-text a{
  color: #166a87 !important;
}

.footer-text span{
  color: #3e3996;
}

.h-cta{
  padding-top:50px;
}

.h-cta-box{
  background: #147083;
  width: 80%;
  border-radius: 30px;
  margin:0 auto;
  margin-bottom:-50px;
  position:relative;
}

.hcta-left{
  padding:20px 25px;
}

.hcta-img{
  margin-top:-25px;
}

.hcta-img img{
	border-radius:0 0 30px 0;
}

.hcta-sm-title{
  color: #fff;
}

.hcta-bg-title{
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
}

.hcta-btn a{
  font-size: 18px;
  line-height: 26px;
  background: #fff;
  padding: 6px;
  color: #147083 !important;
  border-radius: 10px;
}

.service-btn a span,
.hd-call a span,
.hcta-btn a span{
  padding: 10px !important;
}

.footer-list li{
	color:#fff;
	margin-bottom:10px;
}

.footer-list li span{
	display:inline-block;
	width:20px;
	margin-right:8px;
}

.footer-list li a{
	padding-bottom:0;
}

.ft-map iframe{
	width:100%;
	height:220px;
	margin-bottom:0;
}


/* ===== Footer End ====== */

.inner-list li {
  font-size: 16px;
  line-height: 25px;
  color: #1c1c1c;
  background: url('https://mynewhopendis.net.au/wp-content/uploads/2025/03/tick-icon03-1.png') no-repeat left 4px;
  background-size:18px;
  margin-top: 10px;
  padding-left: 30px;
}

.accordion-body{
font-size: 16px;
line-height: 20px;
color:#1c1c1c;
border:1px solid rgba(0,0,0,.15);
border-top:none;
}

.accordion-header .accordion-button{
font-size: 20px;
color:#fff;
line-height: 26px;
font-weight:600;
text-transform:inherit;
background:#91C41A;
border-radius:0 !important;
box-shadow:none;
}

.accordion-header .accordion-button:focus{
box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background-color:#448182;
}

.accordion-item{
border:none;
margin-bottom:6px;
}

.accordion-item:last-child{
margin-bottom:0;
}

#back-button {
display:inline-block;
background-color:#30a7ad;
width:50px;
height:50px;
line-height:50px;
text-align:center;
border-radius:50%;
position:fixed;
bottom:25px;
right:25px;
opacity:0;
visibility:hidden;
z-index:1000;
cursor:pointer;
box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
opacity:1;
visibility:visible;
}

.page .entry-header,
.error404 .page-header{
background:url(../images/banner-img03.jpg) no-repeat left top;
background-size:cover;
margin-top:140px !important;
padding:120px 0 100px !important;
position:relative;
}

.page .entry-header:after,
.error404 .page-header:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
/* background: linear-gradient(257deg, rgba(49,167,173,1) 0%, rgba(113,109,173,1) 100%); */
background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 69, 121, 1) 51%, rgba(0, 212, 255, 1) 100%);
left: 0;
top: 0;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
font-size:40px;
color:#fff;
line-height:42px;
font-weight:700;
text-align:left;
position:relative;
z-index:999;
}

.thumb-conatct .section .icon{
width:80px;
height:80px;
background:#156374;
line-height:80px;
border-radius:50%;
text-align:center;
}

.thumb-conatct .section .text{
width:75%;
}

.contact-title{
font-size:24px;
color:#7c3092;
line-height:26px;
font-weight:600;
}

.contact-main{
font-size:17px;
color:#000;
line-height:24px;
}

.contact-main a{
color:#1c1c1c;
font-weight:500;
}

.contact-main a:hover{
color:#7c3092;
}

.thumb-conatct .form-box{
background:#31A7AD;
border-radius:15px;
}

.contact-form .block{
margin-bottom:15px;
}

.contact-form .block p{
margin-bottom:0;
}

.contact-form .block label{
font-size:16px;
color:#ffffff;
line-height:18px;
font-weight:500;
margin-bottom:10px;
}

.contact-form .block .form-control{
height:46px;
border-radius:30px;
border:1px solid #3ddc9e;
background:#fff;
font-size:16px;
color:#494848;
line-height:20px;
font-weight:500;
padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
color:#494848;
opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
box-shadow:none;
}

.contact-form .block textarea.form-control{
height:105px;
resize:none;
}

.contact-form .block select{
background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact-form .block select option{
color:#000;
}

.contact-form .block .wpcf7-list-item{
display:block;
margin-left:0;
}

.contact-form .block .btn{
font-size:18px;
color:#fff;
line-height:20px;
font-weight:600;
text-transform:inherit;
background:#716dad;
border-radius:30px;
padding:13px 30px;
}

.contact-form .block .btn:hover{
background:#156374;
color:#fff;
}

.contact-form .block .wpcf7-spinner{
display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
font-size:14px;
margin-top:5px;
}

.contact-form .wpcf7-response-output{
font-size:14px;
color:#000;
border:none !important;
margin:0 !important;
padding:0 !important;
}

.contact-map{
	line-height:0;
}

.contact-map iframe{
	width:100%;
	height:420px;
	margin-bottom:0;
}

.inner-title{
font-size:36px;
color:#040105;
line-height:44px;
font-weight:700;
}

.about-inner-title{
  font-size: 20px;
  color:#040105;
  line-height: 30px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
color:#7c3092;
}

.inner-sm-title{
font-size:24px;
color:#1c1c1c;
line-height:28px;
font-weight:600;
}

.inner-about-box{
	min-height:475px;
	transition:all 500ms ease-in-out;
}

.inner-about-box:hover{
	box-shadow:0 4px 8px rgba(0,0,0,.4);
}

.inner-about-title{
  font-size:24px;
  color:#248599;
  line-height:30px;
  font-weight:600;
}

.inner-sec .img-box:before{
  content:"";
  position:absolute;
  width:100px;
  height:4px;
  background:#7c3092;
  left:0;
  top:0;
  transition:all 500ms ease-in-out;
}

.inner-sec .img-box:after{
  content:"";
  position:absolute;
  width:4px;
  height:100px;
  background:#7c3092;
  left:0;
  top:0;
  transition:all 500ms ease-in-out;
}

.inner-sec .inner-img{
  padding:4px;
}

.inner-sec .inner-img:before{
  content:"";
  position:absolute;
  width:100px;
  height:4px;
  background:#7c3092;
  right:0;
  bottom:0;
  transition:all 500ms ease-in-out;
}

.inner-sec .inner-img:after{
  content:"";
  position:absolute;
  width:4px;
  height:100px;
  background:#7c3092;
  right:0;
  bottom:0;
  transition:all 500ms ease-in-out;
}

.inner-sec:hover .img-box:before,
.inner-sec:hover .inner-img:before{
  width:100%;
}

.inner-sec:hover .img-box:after,
.inner-sec:hover .inner-img:after{
  height:100%;
}

.bg-color{
background:#f7f7f7;
}

.cta-title{
font-size:30px;
color:#1c1c1c;
line-height:35px;
}

.cta-title:after{
content:"";
position:absolute;
width:61px;
height:2px;
background:#115F60;
left:0;
right:0;
bottom:0;
margin:0 auto;
}

.cta-btn{
left:0;
bottom:0;
z-index:999;
}

.cta-btn li a{
display:block;
font-size:15px;
color:#fff;
line-height:17px;
text-transform:uppercase;
background:#30a7ad;
padding:15px 20px;
}

.cta-btn li:last-child a{
background:#3ddc9e;
}

.footer-logo{
padding-bottom: 40px;
}

.footer-list-menue{
padding-bottom: 25px;
}

.site-main{
margin-top:-420;
}

.loc-nm{
 font-size: 25px;
 line-height: 35px;
 color:#3DDC9E;
 font-weight:600;
}

.loc-sec:hover{
  box-shadow: -3px 2px 19px -3px rgba(0,0,0,0.75);
 -webkit-box-shadow: -3px 2px 19px -3px rgba(0,0,0,0.75);
 -moz-box-shadow: -3px 2px 19px -3px rgba(0,0,0,0.75);
border-radius:20px;
}

.loc-pg p{
margin-bottom:0;
}
.loc-img img{
width:100%;
}

.responsive-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.serv-inner-box{
	min-height:360px;
}

.ph-mobile-number .awesome{
	display:inline-block;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	vertical-align:middle;
	-webkit-animation:colorchange 1.2s infinite alternate;
}

@-webkit-keyframes colorchange {
  0% {
	color:#206cc0;
  }

  25% {
	color:#7c3092;
  }

  50% {
	color:#206cc0;
  }

  100% {
	color:#7c3092;
  }
}

[data-aos][data-aos][data-aos-duration="400"], 
body[data-aos-duration="400"] [data-aos]{
	transition-duration:.8s !important;
}

/* ===== Responcive Starts ====== */
@media  screen and (max-width:1366px) {
	.service-card{
		min-height:595px;
	}
	
	.serv-inner-box{
		min-height:415px;
	}
	
}

@media  screen and (max-width:991px) {
	.hd-logo{
		width:90px;
	}
	
	.home-banner{
		margin-top:110px;
	}
	
	.h-cta-box{
		width:100%;
	}
	
	.footer-bottom{
		padding-bottom:70px;
	}
	
	.page .entry-header, 
	.error404 .page-header{
		margin-top:110px !important;
	}
	
	.thumb-conatct .section .text{
		width:72%;
	}
	
	.page .entry-header, 
	.error404 .page-header{
		padding:80px 0 !important;
	}
	
	.serv-inner-box{
		min-height:335px;
	}
	
	
}

@media  screen and (max-width:767px) {
	.banner-bg-title,
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		font-size:28px;
		line-height:35px;
		padding-bottom:12px;
	}
	
	.text-common,
	.inner-list li{
		font-size:14px !important;
		line-height:22px !important;
	}
	
	.common_btn,
	.common_btn2,
	.contact-form .block .btn{
		font-size:14px;
		line-break:16px;
		padding:12px 20px;
	}
	
	.home-banner .desc{
		bottom:8%;
	}
	
	.banner-content{
		width:100%;
	}
	
	.about-sm-title,
	.testimonial-sm-title{
		font-size:17px;
		line-height:20px;
	}
	
	.about-bg-title,
	.service-bg-title,
	.choose-bg-title,
	.testimonial-bg-title,
	.hcta-bg-title,
	.inner-title,
	.cta-title{
		font-size:26px;
		line-height:32px;
	}
	
	.inner-sm-title{
		font-size:18px;
		line-height:24px;
	}
	
	.service-panel,
	.choose-panel{
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.service-card{
		min-height:548px;
		padding:15px;
	}
	
	.service-sm-title{
		font-size:16px;
		line-height:24px;
	}
	
	.service-btn a{
		font-size:15px;
	}
	
	.service-btn a img{
		width:18px;
	}
	
	.choose-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.testimonial-img .sp-testimonial-free-section{
		margin:0 !important;
	}
	
	.testimonial-img .sp-testimonial-content p{
		font-size:14px !important;
		line-height:22px !important;
	}
	
	.sp-testimonial-free-section .sp-testimonial-title h3{
		font-size:17px !important;
		line-height:20px !important;
	}
	
	.h-cta{
		padding-top:30px;
	}
	
	.hcta-btn a{
		font-size:15px;
		line-height:20px;
	}
	
	.hcta-img{
		margin-top:0;
	}
	
	.home .footer-top{
		padding-top:75px;
	}
	
	.footer-sm-title{
		font-size:20px;
		line-height:22px;
	}
	
	.acn-num, 
	.footer-list li a{
		font-size:14px;
		line-height:18px;
	}
	
	.footer-text{
		font-size:15px;
		line-height:24px;
	}
	
	.ft-link li{
		line-height:0;
	}
	
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		padding-bottom:0;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact-form .block .form-control{
		height:42px;
		font-size:14px;
	}
	
	.contact-form .block textarea.form-control{
		height:85px;
	}
	
	.contact-map iframe{
		height:250px;
	}
	
	.about-inner-title{
		font-size:18px;
		line-height:24px;
	}
	
	.serv-inner-box{
		min-height:auto;
	}
	
	.thankyou-sec img,
	.error404 .page-content img{
		width:220px;
	}
	
	.inner-about-box{
		min-height:auto;
	}

	
}

@media  screen and (max-width:575px){
	.home-banner .ms-view,
	.home-banner .ms-slide,
	.home-banner .ms-slide-bgcont{
		height:260px !important;
	}
	
	.home-banner .ms-view img{
		object-fit:cover;
	}
	
	.service-card{
		min-height:auto;
	}
	
	.choose-card{
		padding:20px;
	}
	
	
}
