body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
}
a:hover, input:hover
transition:all .4s ease-in-out;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
.ch_cont_in .box1 {
  border: 1px solid #800000;
  padding: 16px 22px;
  min-height: 75px;
}
.box1 p {
  margin: 0;
}
.ch_cont_in .box1-title {
  padding-right: 0;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a:focus {
    outline-width: 0px !important;
    outline-color: transparent !important;
}
a{
	transition:all .4s;
}
.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: -50px;
	animation: smoothScroll 2s;
	box-shadow: 0 0 6px #7d7b7b;
	z-index: 999999;
}
.fixed-header .logo {
    margin-top: 0;
		-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed-header .logo img {
    width: 180px;
    padding: 7px;
}
.fixed-header .header-right {
    padding-top: 30px;
}
.fixed-header .head_btns {
    padding: 38px 0px 0px;
}
.head_btns {
    text-align: right;
    padding:42px 0px 0px;
	    position: relative;
    overflow: hidden;
}
.head_btns a {
    font-size: 16px;
    background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    padding: 10px 17px 10px;
    margin: 0 3px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.head_btns a:hover {
    text-decoration: none;
    color: #fff;
}
.head_btns a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.head_btns a:hover{
  background:#13224d;
	color:#fff;
}
.head_btns a:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 .header-right {
    padding-top: 35px;
}
#rmp-container-102 {
    border-radius: 20px 0px 0 20px !important;
}
.primary-navigation a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.primary-navigation a:hover {
  color: #fff;
}
.primary-navigation a:hover:after {
  top: 0;
  height: 100%;
}
.primary-navigation a:active {
  top: 2px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#13224c !important;
	color:#14234d !important;
}
 
.top_head {
    background: #800000;
    padding: 10px;
}
.cl_top a {
    font-size: 17px;
    color: #fff;
    margin-left: 4px;
}

.cl_top {
    border-right: 1px solid #ccc;
    position: relative;
    line-height: 1;
    margin-top: 5px;
}
.top_social a {
    margin: 0 3px;
}
.top_social {
    text-align: right;
}
.logo img{
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 210px;
	margin-top: 1px;
}
.ms-slide-info {
    position: absolute;
    top: 35%;
    left: 115px;
    width: auto !important;
    transform: translate(0px, -50px);
}
.banner_sec {
    margin-top: 130px;
}
.bnr_sub {
font-size: 24px;
    color: #e79f31;
    font-weight: 600;
    margin-bottom: 15px;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    letter-spacing: .15em;
    animation: typing 4.5s steps(100, end), blink-caret .75s step-end infinite;
    width: 36%;
}
@keyframes typing {
  from { width: 0 }
  to { width: 90% }
}
.bnr_sub_n {
	font-size: 24px;
    color: #e79f31;
    font-weight: 600;
    margin-bottom: 15px;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    letter-spacing: .15em;
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.bnr_titl {
	font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-right: 56%;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}
.bnr_btn {
    margin-top: 40px;
}
.bnr_btn a {
    background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    padding: 14px 30px 13px;
    margin: 0 3px;
    border-radius: 50px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.bnr_btn a:hover, a.read-btn:hover, .read_more a:hover, .read_more.lc a:hover {
    background: #13224d;
}
a.cl_btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 11px 40px;
}
.box1 {
    display: flex;
    gap: 0 15px;
    border-right: 1px solid #e8e8e8;
}
.box1-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 45px;
}
.banner-bottom-sec {
    margin-top: -70px;
    position: relative;
    margin-bottom: 70px;
}
.ch_cont {
    background: #fff;
    padding: 20px 0;
    border-radius: 0 120px 0 0px;
    position: relative;
}
.ch_cont:before {
    width: 1000px;
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    background: #fff;
    height: 100px;
}
.abt_sub {
    font-size: 18px;
    color: #e29a30;
    font-weight: 500;
}
.abt_title {
font-size: 36px;
    color: #13224d;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
	    font-family: 'Playfair Display', serif;
}
.serv-top-title a {
  color: #000;
}
.animtxt{
white-space: nowrap;
    overflow: hidden;
    animation: typing 4.5s steps(100, end), blink-caret .75s step-end infinite;
    width: auto;
}
@keyframes typing {
  from { width: 0 }
  to { width: 90% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.about-text {
  color: #666666;
  margin-bottom: 10px;
}
a.read-btn {
    background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    padding: 14px 30px 13px;
    margin:7px 0 0;
    border-radius: 50px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}
.about-right {
    text-align: right;
    position: relative;
}
.nds_img img {
    width: 132px;
}
.nds_img {
  position: absolute;
  left: 50%;
  bottom: 190px;
  transform: translate(-50%);
}
.new_sec {
    background: #800000;
    padding: 20px;
    margin-top: 80px;
    text-transform: capitalize;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.service-sec {
    margin: 60px 0 0 0;
    padding: 50px 0;
    background: #f5f5f5;
}
.serv-title {
    font-size: 17px;
    color: #0b0633;
    font-weight: 600;
    margin: 10px 0;
    line-height: 25px;
	    min-height: 50px;
}
.serv-txt {
    font-size: 15px;
    margin-bottom: 20px;
    color: #666;
	    min-height: 130px;
}
.serv_img img {
    width: 100%;
}
.serv_box {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0px 8px 0px #ccc;
}
.serv_btm {
    padding: 5px 15px 20px;
    min-height: 290px;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    top: 65% !important;
}
.read_more a {
    background:#800000;
    padding: 12px 20px 11px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.cta-sec{
	background-image: url("../images/cta_img.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0;
}
.cta-title a {
    font-size: 18px;
    display: block;
    margin-top: 16px;
    font-weight: 500;
    color: #fff;
	
}
.cta-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
	    font-family: 'Playfair Display', serif;
}

.read_more.lc a {
    padding: 16px 50px;
    font-size: 18px;
}
.read_more.lc a:hover{
  background:#13224d;
	color:#fff;
}
.help-cont:hover {
    background: #fff7a7;
}

.help-cont {
    padding: 30px;
    border: 1px solid #dedede;
    height: 100%;
    transition: all .4s;
}
.help_titl {
    font-size: 22px;
    margin: 20px 0 10px;
    font-weight: 500;
}
.help_txt {
    font-size: 15px;
    margin-bottom: 30px;
    color: #6e6e6e;
}
.help-sec {
    margin: 60px 0 110px;
}
.choose-sec {
    margin: 110px 0;
}
.cta-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 10px;
	 font-family: 'Poppins';
}
.cta_sec2 {
    background-image: url(../images/cta_img2.jpg);
    margin: 80px 0;
}
.benif_point {
    margin: 30px 0 0;
    border-top: 1px solid #e3e2e2;
    padding-top: 30px;
}
.choose_new {
    display: flex;
    gap: 0 17px;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
	    position: relative;
}
.chn_ico {
    width: 45px;
    height: 45px;
}
.chn_ico.clock-sec {
    width: 58px;
}
.chn_titl.palf
{
  padding-left:0px;
  padding-right: 30px;
}
.chn_titl {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #001837;
    line-height: 1.2;
}
.wpcf7 form .wpcf7-response-output {
    margin: -15px 0 10px;
}
.frm_fld textarea {
    height: 80px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #13224c !important;
	    color: #14234d !important;
}
.frm_fld input, .frm_fld textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    color: #000;
}
.send_btn input {
    background:#800000 !important;
    padding: 14px 30px 13px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.send_btn input:hover {
    background: #14224e !important;
}
.help_icon img {
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.help-cont:hover .help_icon {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 4s ease-in-out forwards infinite;
  animation: swinging 4s ease-in-out forwards infinite;
	animation-name: swinging;
	 transform: none; 
}
@keyframes swinging {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.send_btn {
    margin-top: 10px;
}


#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 81px;
    right: -30px;
    color: #fff;
    background: #800000;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.testi-sec {
    margin: 80px 0;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
    margin: 0 !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free {
    background: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px !important;
    padding: 25px !important;
	min-height: 470px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: left !important;
	    font-size: 15px !important;
    line-height: 24px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 20px !important;
    text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
    text-align: left !important;
}
#back2Top.show {
	opacity: 1;
	right: 15px;
}
a#back2Top img {
    width: 30px;
    filter: invert(100%);
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_banner {
/*     background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%) !important;
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%) !important;
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%) !important; */
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding:50px 0 40px  !important;
    margin: 0 0 80px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
 
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
}
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
    width: 191px !important;
}
.gtranslate_wrapper .gt_switcher, .gtranslate_wrapper .gt_switcher .gt_option {
    width: 235px !important; 
}
footer {
    background: #13224d;
    margin: 70px 0 0;
    padding: 40px 0 0;
}
.foot_social a {
    margin: 0 5px;
}
.foot_social span {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
}
.foot_language {
    margin-top: 45px;
}
.foot_social {
    margin-top: 45px;
}
.foot_social img {
    width: 35px;
}
.foot_social a img {
    width: 26px;
}
.foot_social a:last-child img {
    width: 25.5px !important;
}
.cl_top img {
    width: 16px;
}
.cl_top.mailt img {
    width: 20px;
}
.foot_titl {
font-size: 25px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}
.footer_top {
    padding-bottom: 50px;
    border-bottom: 1px solid #60606073;
    margin-bottom: 40px;
}
.foot_menu ul li a {
    color: #fff;
}
.foot_menu ul li a:hover, .foot_address a:hover{
    color: #e49d32;
}
.foot_logon {
    text-align: center;
    padding-top: 20px;
}
.foot_logon img {
    width: 100px;
}
.foot_menu ul li {
    list-style-type: disclosure-closed;
    color: #fff;
    padding-bottom: 6px;
    font-size: 16px;
}
.foot_menu ul {
    margin: 0px 20px 0px;
    padding: 0;
}
.foot_address a {
    color: #fff;
}
.foot_address ul li img {
    margin-right: 10px;
    width: 18px;
}
.foot_address ul li {
    list-style-type: none;
    padding-bottom: 13px;
    color: #fff;
}
.foot_address ul {
    margin: 0;
}
.foot_titl:after {
    width: 100px;
    height: 3px;
    background: #e7a033;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
}
.ack.text-center {
    margin-top: 40px;
    color: #fff;
}
.ack img {
    width: 100px;
}
.copyright {
    background: #800000;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
    color: #fff;
}
.testi-outer {
    margin: 80px 0 0;
}
.help-sec-inner {
    margin: 70px 0;
}
.inner_abt  {
    line-height: 28px;
    margin-top: 86px;
}
.about-text ul li {
    padding-bottom: 10px;
    list-style-type: disclosure-closed;
}
.about-text ul li::marker {
    color: #800000;
}
.contact-left {
  height: 100%;
  padding: 35px 0 15px 25px;
  background: #fff;
}
.info-text {
    color: #800000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {
    font-size: 18px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
    color: #000;
    padding-left: 35px;
}
.contact_top_number img {
	position: absolute;
	top: 4px;
	left: 0;
}
.contact_top_number img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #f7f7f7;
	padding: 35px 25px 0;
}
.frm_fld p {
    margin: 5px 0;
}
.ref_form_box {
border: 3px solid #ffca91 !important;
    box-shadow: 0px 1px 24px inset #ffc67e;
}
.ref_form_box.diffcol {
    border: 3px solid #5174e8 !important;
    box-shadow: 0px 1px 24px inset #637bce;
}
.ref_form_box.diffcol1 {
    border: 3px solid #ff6464 !important;
    box-shadow: 0px 1px 24px inset #ff6565;
}
.ref_form_box.diffcol2 {
    border: 3px solid #47e754 !important;
    box-shadow: 0px 1px 24px inset #3bd68e;
}
.ref_form_box.diffcol3 {
    border: 3px solid #d352ff !important;
    box-shadow: 0px 1px 24px inset #ba60ff;
}
.ref_form_box {
	background: url("https://gracefoundation.com.au/wp-content/uploads/2023/12/testimonial_bg.jpg") no-repeat center;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #da932e;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("https://gracefoundation.com.au/wp-content/uploads/2023/12/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #800000 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
    background-color: #13234e;
    border-color: #efa736;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-designation {
    color: #4054b24f !important;
    text-align: left !important;
}
.clock {
    height: 44px;
    width: 44px;
    background-image: -moz-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(194,122,37) 0%, rgb(242,171,55) 100%);
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #eea736;
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
}
 .clock .top {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clock .right {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.clock .bottom {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.clock .left {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.clock .center {
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
}

.clock .minute {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: time 30s infinite linear;
}
.clock .minute:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 24px;
    width: 1px;
    top: 11px;
    transform: rotate(65deg);
    left: -5px;
}
.clock .minute:after{
    position: absolute;
    content: "";
    background: #fd1111;
    height: 13px;
    width: 1px;
    top: 8px;
    transform: rotate(174deg);
}

@keyframes time {
  to {
    transform: rotate(360deg);
  }
}
.sp-testimonial-client-rating {
    display: none;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}

.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #e59d30;
}

.mob_res ul {
    margin: 0;
}

li.mail_mob {
    background: #0a153f !important;
}
.about-right {
    position: relative;
}
.ndisil img {
    width: 130px !important;
}
.abt_title.diffcol {
    color: #e59d30;
}
.ndisil {
    position: absolute;
    left: -50px;
    bottom: 230px;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-bottom: 15px;
    display: block;
}
.page-id-13 .mt-lg-5 {
    margin-top: 6rem!important;
}
.page-id-15, .page-id-13, .page-id-9,  .page-id-98 {
/*   background: url(https://gracefoundation.com.au/wp-content/uploads/2024/01/Vector-2.jpg); */
	background-size:cover;
	    background: #fef6eb;
}
/*.page-id-13 {
  background:#e0e7ff !important;
}
.page-id-9{
  background: #ffd7d7 !important;
}
.page-id-7{
  background: #d2ffd5 !important;
}
.page-id-98{
  background:#f0c5ff !important;
} */
.foot_social.top_social img {
  width: 25px !important;
}
.bnr_titl em, .abt_title em {
  font-family: 'Poppins' !important;
  font-style: normal;
	font-weight:500;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    bottom: 20px !important;
    top: calc(100vh - 328px);
}
.anim_sec img {
    width: 100%;
    padding-top: 30px;
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.anuim.anim_sec img {
    width: 45%;
    margin: 0;
    padding: 0;
}
.foot_logo img {
    width: 231px;
}

@media only screen and (max-width : 320px) {
.logo {
    margin-top: 5px;
}
.logo img {
    width: 150px;
}
.ms-slide-info {
    left: 10px;
    width: 90% !important;
	    top: 45%;
}
.about-right img {
    width: 100%;
}
.header-right {
    padding-top: 0;
}
.fixed-header .header-right {
    padding-top: 0;
}
.fixed-header .logo img {
    width: 150px;
    padding: 5px;
}
.fixed-header {
    top: 0;
    animation: none;
    z-index: 99;
}
.banner_sec {
    margin-top: 80px;
}
.bnr_sub, .bnr_sub_n {
    font-size: 15px;
    width: 100%;
}
.bnr_titl {
    font-size: 22px;
    padding-right: 0;
    line-height: 1.4;
    margin-bottom: 0;
}
.bnr_btn {
    display: none;
}
.box1 {
    display: flex;
    gap: 0 10px;
    border-right: none;
    justify-content: start;
    align-items: center;
}
.banner-bottom-sec {
    margin-top: 0;
    margin-bottom: 20px;
}
.box1-title {
    font-size: 14px;
    padding-right: 0;
}
.box_img img {
    width: 30px;
}
.box_img {
    width: 16%;
    margin-bottom: 7px;
    text-align: center;
}
 .abt_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
a.read-btn {
    padding: 11px 30px 10px;
    margin: 15px 0 10px;
    font-size: 15px;
}
.service-sec {
    margin: 30px 0 0;
    padding: 30px 0;
}
	
.nds_img img {
    width: 80px;
}
.nds_img {
    position: absolute;
    left: 110px;
    bottom: 110px;
}
.serv_btm {
    padding: 5px 15px 25px;
    min-height: auto;
}
.cta-sec {
    padding: 20px 0;
}
.cta-title {
    font-size: 18px;
    line-height: 1.3;
}
.read_more.lc a {
    padding: 13px 40px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
.help-sec {
    margin: 30px 0;
}
.help-cont {
    padding: 20px;
}
.about-right {
    margin-bottom: 20px;
}
.cta_sec2 {
    margin: 30px 0;
}
.testi-outer {
    margin: 20px 0 0;
}
footer {
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
}	
.foot_language {
    margin-top: 15px;
    margin-left: 36px;
}
.foot_social {
    margin-top: 25px;
}
.foot_social span {
    display: block;
    margin-bottom: 10px;
}
.footer_top {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.footer_btm {
    text-align: left;
}
.foot_address ul li {
    padding-bottom: 11px;
    font-size: 15px;
}
.ack.text-center {
    margin-top: 30px;
    font-size: 12px;
}
.copyright {
    padding: 5px 0 50px;
    margin-top: 21px;
    font-size: 12px;
}
.page .entry-header, .blog_page_banner {
    padding: 50px 0 0 !important;
    margin: 0 0 0px !important;
}
.abt_title.diffcol {
    font-size: 20px;
}
.inner_abt {
    margin-top: 0;
}
.help-sec-inner {
    padding: 30px 0;
    margin: 20px 0;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.foot_social a {
    margin: 0 4px;
}
.serv-txt {
    min-height: auto;
}	
.chn_titl.palf {
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 11px;
}
.home .form_sec {
    margin-top: 40px;
}
.page-id-13 .mt-lg-5 {
    margin-top: 0rem!important;
}
hr {
    margin-bottom: 10px !important;
}
.contact-right {
    padding: 25px 25px 0;
    margin-top: 20px;
}
.foot_logon {
    padding-bottom: 20px;
}	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.logo {
    margin-top: 5px;
}
.logo img {
    width: 150px;
}
.ms-slide-info {
    left: 10px;
    width: 90% !important;
	    top: 45%;
}
.about-right img {
    width: 100%;
}
.header-right {
    padding-top: 0;
}
.fixed-header .header-right {
    padding-top: 0;
}
.fixed-header .logo img {
    width: 150px;
    padding: 5px;
}
.fixed-header {
    top: 0;
    animation: none;
    z-index: 99;
}
.banner_sec {
    margin-top: 80px;
}
.bnr_sub, .bnr_sub_n {
    font-size: 15px;
    width: 100%;
}
.bnr_titl {
    font-size: 22px;
    padding-right: 0;
    line-height: 1.4;
    margin-bottom: 0;
}
.bnr_btn {
    display: none;
}
.box1 {
    display: flex;
    gap: 0 10px;
    border-right: none;
    justify-content: start;
    align-items: center;
}
.banner-bottom-sec {
    margin-top: 0;
    margin-bottom: 20px;
}
.box1-title {
    padding-right: 0;
}
.box_img img {
    width: 37px;
}
.box_img {
    width: 16%;
    margin-bottom: 7px;
    text-align: center;
}
 .abt_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
a.read-btn {
    padding: 11px 30px 10px;
    margin: 15px 0 10px;
    font-size: 15px;
}
.service-sec {
    margin: 30px 0 0;
    padding: 30px 0;
}
.serv-txt {
    min-height: auto;
}	
.page-id-13 .mt-lg-5 {
    margin-top: 0rem!important;
}
.nds_img img {
    width: 80px;
}
.nds_img {
position: absolute;
    left: 130px;
    bottom: 121px;
}
.serv_btm {
    padding: 5px 15px 25px;
    min-height: auto;
}
.cta-sec {
    padding: 20px 0;
}
.cta-title {
    font-size: 18px;
    line-height: 1.3;
}
.read_more.lc a {
    padding: 13px 40px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
.help-sec {
    margin: 30px 0;
}
.help-cont {
    padding: 20px;
}
.about-right {
    margin-bottom: 20px;
}
.cta_sec2 {
    margin: 30px 0;
}
.testi-outer {
    margin: 20px 0 0;
}
footer {
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
}	
.foot_language {
    margin-top: 15px;
    margin-left: 0;
}
.foot_social {
    margin-top: 25px;
}
.foot_social span {
    display: block;
    margin-bottom: 10px;
}
.footer_top {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.footer_btm {
    text-align: left;
}
.foot_address ul li {
    padding-bottom: 11px;
    font-size: 15px;
}
.ack.text-center {
    margin-top: 30px;
    font-size: 12px;
}
.copyright {
    padding: 5px 0 50px;
    margin-top: 21px;
    font-size: 12px;
}
.page .entry-header, .blog_page_banner {
    padding: 50px 0 0 !important;
    margin: 0 0 0px !important;
}
.inner_abt {
    margin-top: 0;
}
.help-sec-inner {
    padding: 30px 0;
    margin: 20px 0;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.foot_social a {
    margin: 0 4px;
}
.gtranslate_wrapper .gt_switcher, .gtranslate_wrapper .gt_switcher .gt_option {
    margin: 0 auto;
}
.chn_titl {
padding-right: 30px;
    padding-left: 15px !important;
}	
.choose_new {
    gap: 0 0;
}
.chn_titl.palf {
padding-left: 5px;
    padding-right: 70px;
    padding-top: 0;
}
.chn_ico.clock-sec {
  width: 53px;
}
.clock {
  width: 45px;
}
.hentry {
  margin: 0 auto 0 !important;	
	}
hr {
    margin-bottom: 10px !important;
}
.contact-right {
    padding: 25px 25px 0;
    margin-top: 20px;
}
.foot_logon {
    padding-bottom: 20px;
}	
.home .form_sec {
    margin-top: 40px;
}
}

@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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* 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) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
	.ms-slide-info {
		 top: 40%;
    	left: 310px;
	}
	.logo img {
		width: auto;
	}
	.header-right {
		padding-top: 59px;
	}
	.head_btns {
		padding: 68px 0px 0px;
	}
}

@media screen and (min-width: 2048px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
	.ms-slide-info {
		 top: 40%;
    	left: 370px;
	}
	.logo img {
		width: auto;
	}
	.header-right {
		padding-top: 59px;
	}
	.head_btns {
		padding: 68px 0px 0px;
	}
}

@media screen and (min-width: 2550px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
	.ms-slide-info {
		top: 44%;
		left: 620px;
	}
	.logo img {
		width: auto;
	}
	.header-right {
		padding-top: 59px;
	}
	.head_btns {
		padding: 67px 0px 0px;
	}
	.page .entry-header, .blog_page_banner {
		margin: 0 0 130px !important;
	}
}  
