* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins' !important;
    background: #fff !important;
}

a {
    text-decoration: none !important;
}

#top-bar {
    width: 100%;
    height: auto;
    padding: 8px 0;
    background: #051637;
}

.top-bar-link {
    font-size: 15px;
    color: #fff !important;
    transition: all 0.3s;
}

.top-bar-link:hover {
    color: #f36b21 !important;
}

.top-bar-icon-1 {
    width: 15px !important;
    height: 15px !important;
}

.top-bar-icon-2 {
    width: 16px !important;
    height: 12px !important;
}

.top-bar-icon-3 {
    width: 13px !important;
    height: 15px !important;
}

.site-mainn-header {
    width: 100%;
    height: 85px;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

#logo-panel {
    margin-top: -20px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.white-dec-wrap {
    width: 100%;
    height: 38.5px;
    background: #fff;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 75% 100%, 25% 100%, 0 100%);
    position: absolute;
    top: -7px;
    z-index: 1;
}

.header-btn-margin {
    margin-top: 18px;
    margin-bottom: auto;
}

.site-orange-btn {
    padding: 12px 24px;
    background: #f36b21;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s;
}

.site-orange-btn:hover {
    background: #051637;
}

.site-orange-btn-v2 {
    padding: 12px 24px;
    background: #f36b21;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s;
}

.site-orange-btn-v2:hover {
    background: #f36b21;
}

.site-teal-btn {
    padding: 12px 24px;
    background: #17a1d9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s;
	display: inline-block;
}

.site-teal-btn:hover {
    background: #051637;
}

.site-dark-blue-btn {
    padding: 8px 18px;
    background: #051637;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s;
}

.site-dark-blue-btn:hover {
    background: #000;
}

.site-white-btn {
    padding: 12px 24px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s;
	display: inline-block;
}

.site-white-btn:hover {
    background: #000;
    color: #fff;
}

.menu-panel {
    margin-right: 30px;
}

.menu-panel ul {
    list-style: none;
    display: flex;
}

.menu-panel ul li a {
    height: 85px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 14px;
    transition: all 0.3s;
}

.menu-panel ul li a:hover {
    background: #cff1ff;
    color: #051637;
}

.hero-section {
    width: 100%;
    height: auto;
    /* background: url(../images/banner-image.jpg) no-repeat;
    background-size: cover; */
    position: relative;
}

/* .hero-content-sec {
    width: 100%;
    height: auto;
    padding: 120px 0;
    background: linear-gradient(90deg, rgba(5,22,55,0) 0%, rgba(5,22,55,1) 100%);
} */
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    right: 9%;
    transform: translateY(-50%)!important;
    max-width: 475px;
}

.ms-slide::before{
	position: absolute !important;
	content: "";
	top: 0;
    right: 0;
    width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(5, 22, 55, 0) 0%, rgba(5, 22, 55, 1) 100%);
    z-index: 1 !important;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.hero-subtitle::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 120px;
}

.hero-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-top: 20px;
}

.hero-title strong {
    color: #f36b21;
}

.section-padding {
    padding: 70px 0;
}

.section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #051637;
    margin-bottom: 30px;
}

.section-title span {
    color: #17a1d9;
    font-weight: 400;
}

.fs-35 {
	font-size: 35px !important;
	font-weight: 700;
}

.about-img-box {
    width: 100%;
    height: 525px;
    position: relative;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.circle-sec {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}

.circle-white {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
}

.large-btn-sec {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 3;
}

.large-btn-wrap {
    width: 64%;
    height: 48px;
    background: #f36b21;
    border-radius: 30px;
}

.divider {
    width: 1px;
    height: 20px;
    background: #cff1ff;
    margin-top: 14px;
}

.section-bg-light {
    background: #ecf9ff;
}

.section-bg-dark-blue {
    background: #051537;
}

.service-card {
    min-height: 100%;
    background: #fff;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.service-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #051637;
    text-align: center;
    margin-top: 20px;
	min-height: 50px;
}

.col-bdr-dec {
    border-right: 1px solid #ffffff0a;
}

.card-num-wrap {
    width: 64px;
    height: 64px;
    background: #f36b21;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 35px;
    font-weight: 600;
}

.cta-crd-head {
font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 17px;
}

.cta-box-wrap {
    width: 100%;
    height: auto;
    background: url(../images/cta-box-img.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
    position: relative;
}

.cta-content-sec {
    width: 100%;
    height: 100%;
    background: #17a1d9b5;
    padding: 60px 40px 70px;
    border-radius: 10px;
}

.cta-subttle {
    width: 140px;
    padding: 5px 12px;
    background: #83c6e0;
    color: #000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.cta-txt-head {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 30px;
}

.accordion-button {
    background: linear-gradient(180deg, rgba(5,23,58,1) 0%, rgba(14,54,132,1) 100%) !important;
    color: #fff !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.accordion-button::after {
    filter: invert(1) !important;
}

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

.accordion-item {
    border: 0px !important;
    margin-bottom: 10px !important;
}

.accordion-body {
	font-size: 14px !important;
}

.test-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%), url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cta-bg-v2 {
    background: url(../images/cta-bg-v2.jpg);
}

.cta-txt-v3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.cta-bdr-dec {
    border-right: 1px solid #00000038;
}

.foot-location-wrap {
    background: #05073a;
    padding: 30px 0;
}

.loc-head {
    color: #1ca3d3;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.loc-icon {
    width: 14px !important;
    height: 18px !important;
    margin-right: 10px;
    margin-top: 3px;
}

.loc-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}

.loc-link:hover {
    color: #17a1d9;
}

.footer-main-wrapp {
    width: 100%;
    height: auto;
    padding: 70px 0 30px;
    background: #030420;
}

.foot-link-head {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.foot-link {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
    transition: 0.3s;
}

.foot-link:hover {
    color: #17a1d9;
}

.footer-lower-wrap {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background: #030420;
}

.bdr-top-dec {
    border-top: 1px solid #ffffff21;
}

#back-to-top {
    width: 50px;
    height: 50px;
    background: #05073a;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
}

#back-to-top img {
    width: 20px;
    height: auto;
}

#back-to-top:hover {
    background: #17a1d9;
}

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 120px 0 120px !important;
    margin: 0px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free {
    padding: 40px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    color: #dddada !important;
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #f26d20 !important;
	font-weight: 400 !important;
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 40px !important;
}

.ms-skin-default .ms-nav-next {
    background: url(../images/next-arrow-btn.png) no-repeat !important;
    width: 46px !important;
    height: 46px !important;
}
.ms-skin-default .ms-nav-prev {
    background: url(../images/prev-arrow-btn.png) no-repeat !important;
    width: 46px !important;
    height: 46px !important;
}

.heading-adjusted {
	width: 100%;
	height: auto;
	position: absolute;
	top: 60px;
}

.text-crd-p {
	color: #e8e8e8;
  font-size: 14px;
  line-height: 1.7;
}

.font-bldd {
	font-weight: 700 !important;
}

.txt-off {
	color: #c0c0c0 !important;
}

.serv-head {
	font-size: 35px !important;
	font-weight: 500 !important;
}

.serv-head span {
	font-weight: 600 !important;
}

.tst-liner-dec {
	width: 1px;
	height: 280px;
	background: #ffffff16;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.inr-img {
    width: 100% !important;
    height: 440px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.point-checkedd {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}
.ctaa-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.8015581232492998) 100%), url(../images/banner-2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    margin-top: 40px;
}
.section-title-nv {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.tstt-card {
	width: 100%;
	height: auto;
	padding: 40px 40px;
	background: #fbae2a21;
	border-radius: 20px;
	position: relative;
}

.tstt-card::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 16px;
	right: 50px;
	background: url../images/quote-icon.png) no-repeat;
	width: 150px;
	height: 130px;
	background-size: contain;
	opacity: 0.1;
}

.c-name {
	font-size: 22px;
	font-weight: 600;
	color: #f26d20;
}

.mh-98 {
	min-height: 98px;
}

.contact-link {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.35s;
}

.form-secc {
	width: 100%;
	height: auto;
	background: #e2f7ff;
	padding: 40px;
	border-radius: 20px;
}

.form-control {
	height: 48px !important;
	border: 1px solid #00001e !important;
}

.text-area {
	height: 120px !important;
}
.site-orange-btn:hover {
  background: #05073a !important;
  color: #f36b21 !important;
}

.padding-adjusted {
	padding-top: 220px;
	padding-bottom: 70px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #f36b21;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #17a1d9;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 img {
    width: 100%;
}
.inner_smalltext {
    font-size: 20px;
    color: #17a1d9;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 500;
}
.inner_text_hd {
    font-size: 28px;
    color: #051637;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_page_list ul {
	margin: 0;
	padding: 0;
}
.inner_page_list ul li {
    background: url(../images/checked.png) no-repeat left 3px;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 6px 27px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}
.inner_page_list ul li strong {
    color: #17a1d9;
    display: block;
}
.inner_text_para strong {
    font-weight: 600;
    color: #f36b21;
}
.inner_text_para {
    font-size: 16px;
    margin-bottom: 15px;
    color: #484848;
    line-height: 24px;
}
.inner_pageimg img {
    width: 100%;
    border-radius: 20px;
}
.inner_servebox {
    padding: 20px;
    border-bottom: 4px solid #f36b21;
    min-height: 100%;
    box-shadow: 0px 0px 24px -14px #424242;
    border-radius: 10px;
}
.inner_servebox .inner_text_hd {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer_locatelist ul {
	margin: 0;
	padding: 0;
}
.footer_locatelist ul li {
    display: inline-block;
    background: url(../images/loc-2.png) no-repeat;
    padding: 0px 0 0px 24px;
    margin-right: 12px;
}
.footer_locatelist ul li a{
    color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.ndis_fundleftbox {
    background: #cff1ff;
    padding: 20px;
    position: sticky;
    top: 150px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px -10px #000;
}
.ndis_fundleftbox .ndis_leftanker {
    display: block;
    background: #17a1d9;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
	cursor: pointer;
}
.ndis_fundleftbox .ndis_leftanker:hover ,.ndis_fundleftbox .ndis_leftanker.active{
	background: #f36b21; 
	color: #fff;
}
.inner_ndissmtext {
    font-size: 20px;
    font-weight: 600;
    color: #f36b21;
    margin-bottom: 15px;
    line-height: 24px;
}
.ndis_fundrightbox {
    padding-left: 25px;
    border-left: 1px solid rgb(0 0 0 / 25%);
}
.ndis_listinner ul li strong{
	display: inline-block;
}
.inner_ndissmtext2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0px 10px;
    line-height: 24px;
}
.inner_ndissmtext2 strong {
    color: #17a1d9;
    font-weight: 600;
}
/* .inner_tabareasup {
    border-top: 1px solid #d1d1d1;
    margin-bottom: 15px;
    padding-top: 15px;
} */
/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
   #top-bar ,.header_btmch{
    display: none !important;
}
#logo-panel {
    margin-top: 0 !important;
    text-align: left;
	display: inline-block;
}
#logo-panel img {
    width: 110px;
    height: auto;
}
.site-mainn-header {
    background: none;
    height: auto;
    padding: 5px 0;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 450px !important;
}
.ms-slide-info {
    max-width: 350px;
    right: 2%;
	top: 40%;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	top: 80% !important;	
}
.hero-title {
    font-size: 28px;
    margin-top: 10px;
}
.heading-adjusted {
    width: auto;
    position: initial;
    margin: 50px 0 15px;
}
.padding-adjusted {
    padding-top: 0px;
    padding-bottom: 15px;
}
.col-bdr-dec {
    border-right: none;
}
.large-btn-wrap {
    width: 94%;
}
.about-img-box {
    height: 340px;
}
.section-padding {
    padding: 40px 0;
}
.serv-head {
    font-size: 26px !important;
}
.section-title {
	font-size: 25px;
    margin-bottom: 20px;
}
.fs-35 {
    font-size: 26px !important;
}
.respons_btmpad {
    margin-bottom: 40px;
}
.cta-txt-head {
    font-size: 24px;
    margin-top: 20px;
}
.cta-content-sec {
    padding: 35px 15px 40px;
}
.tst-liner-dec {
    display: none;
}
#sp-testimonial-free-wrapper-26 .sp-testimonial-free {
    padding: 20px !important;
}
.cta-bdr-dec {
    border-right: none;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.locate_mainbx {
    display: block !important;
}
.footer-main-wrapp {
    padding: 40px 0 30px;
}
.footer_leftbox {
    text-align: center;
}
.foot-link-head {
    margin-top: 30px;
    margin-bottom: 15px !important;
}
.footer_btmtext {
    padding-bottom: 40px;
    border-top: 0;
}
#back-to-top {
    bottom: 140px;
}
.page .entry-header, .blog_page_header {
    padding: 70px 0 80px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.loc-head {
    margin-bottom: 20px;
}
.ndis_fundrightbox {
    padding-left: 15px;
    border-left: none;
    border-top: 1px solid rgb(0 0 0 / 25%);
    margin-top: 40px;
    padding-top: 30px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
	top: 50%;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	top: 50% !important;	
}
.ndis_fundrightbox {
    padding-left: 25px;
    border-left: 1px solid rgb(0 0 0 / 25%);
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
	top: 50%;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	top: 50% !important;	
}
.ndis_fundrightbox {
    padding-left: 25px;
    border-left: 1px solid rgb(0 0 0 / 25%);
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    right: 6%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    right: 11%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 17%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 19%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 25%;
}
} 