a{
    text-decoration: none !important;
    transition: all 500ms ease-in-out;
}


body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start ---*/

/*--- Gilroy font family start ---*/
@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Gilroy-Light.woff2") format("woff2"),
      url("../fonts/Gilroy-Light.woff") format("woff"),
      url("../fonts/Gilroy-Light.ttf") format("truetype"),
      url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

/*---- font family secion end ---*/

.navbar-shrink .header_nav ul li a {
    padding-top: 34px;
}
.navbar-shrink .cst_pd {
    padding-top: 21px;
}
.header_info_detail, .header_info_detail a {
    display: inline-block;
    color: #fff;
    padding-right: 60px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}
.header_info_detail img{
    padding-right: 10px;
}
.header_info_detail a{
    padding-right: 0;
}
.header_logo{
    width: 100%;
    transition: all 500ms ease-in-out ;
}
.header_btm {
    background: #fff;
    padding: 5px 0;
}
.header_nav ul li {
    margin-right: 14px;
    position: relative;
    display: inline-block;
}
.header_nav ul li a {
    display: block;
    color: #363636;
    font-style: normal;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    z-index: 99;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header_nav ul li a:hover,.header_nav ul li.active a{
    color: #c73430 !important;
}
.header_nav ul li a:before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    border-right: 1px solid #20b9c8;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header_nav ul li a:hover:before,.header_nav ul li.active a:before {
    height: 30px;
}
.site-navigation .current_page_item > a:before, .site-navigation .current_page_ancestor > a:before, .site-navigation .current-menu-item > a:before, .site-navigation .current-menu-ancestor > a:before {
    height: 30px;
}
.hd_block_info {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid rgb(82 130 101 / 42%);
}
.hd_block_info .icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background: #c73430;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
}
.hd_block_info .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 6px;
	text-align: start;
}
.hd_block_info .text .header_contact_title {
    font-size: 17px;
    color: #343434;
    line-height: 16px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 500;
}
.hd_block_info a {
    font-size: 22px;
    color: #343434;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
}
.hd_block_info a:hover{
    color: #c73430;
}
.top_headbtn,.contact_form .btn,.referral_inner_box .btn {
    background: #363636 !important;
    padding: 10px 15px;
    display: inline-block;
    font-size: 17px;
    color: #fff !important;
    border-radius: 27px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
    display: inline-block;
}

.top_headbtn:hover,.contact_form .btn:hover,.referral_inner_box .btn:hover {
    box-shadow: inset 0 80px #c73430 !important;
}
.referral_inner_box .btn{
	width: 100%;
	
}
.cst_pd{
    padding-top: 30px;
}

.header_nav .sub-menu {
    background: #3bc0ce !important;
    padding: 0 !important;
}
.header_nav .sub-menu li a{
	padding: 10px 15px !important;
    width: 288px !important;
	color: #fff !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
	position: inherit;
}
.header_nav .sub-menu li a::before{
	display: none !important;
}
.header_nav .sub-menu li a:hover{
	background: #363636;
}
.header_nav .sub-menu li.current-menu-item a{
	color: #c73430 !important;
	background: #363636 !important;
}
.header_nav .sub-menu li{
	margin-right: 0 !important;
}

.navbar-default {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    background-color: #fff;
}
@media screen and (min-width:992px) {
    .navbar-default.navbar-shrink .header_logo {
        width: 160px;
        padding-top: 4px;
    }
    .navbar-default.navbar-shrink .header_btm {
        transition: all 500ms ease-in-out;
        box-shadow: 0px 0px 15px -3px #818181;
        padding-bottom: 15px;
    }

}

/*---- header section end ----*/

/*---- banner section start -----*/
.banner_bg {
    position: relative;
    margin-top: 100px;
}
.ms-slide::before {
	width: 100%;
	height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.7993884687664128) 38%, rgba(255,255,255,0.001069141035320409) 59%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
}
.banner_img img {
    width: 100%;
}
.ms-slide-info {
    position: absolute !important;
    bottom: 26%;
    left: 104px;
    width: auto !important;
    min-height: 0 !important;
}
.banner_text_box {
    width: 630px;
}
.banner_text1 {
    font-size: 20px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 90px;
}
.banner_text1:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 1px;
    background: #528265;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.banner_text2 {
    font-size: 50px;
    color: #363636;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
/*     padding-right: 35px; */
    margin-bottom: 20px;
}
.banner_text2 strong{
    font-size: 82px;
    color: #20b9c8;
    font-weight: 900;
}
.banner_btn_main {
    background: url(../images/bn_call.png) no-repeat 6% center;
    padding: 10px 25px 10px 57px;
    border: 1px solid #20b9c8;
    border-radius: 30px;
    font-size: 22px;
    color: #20b9c8 !important;
    font-weight: bold;
    position: relative;
    display: inline-block;
    box-shadow: 5.541px 7.092px 15px 0px rgba(12, 13, 12, 0.19);
    background-color: #fff;
    transition: all 500ms ease-in-out !important;
}
.banner_btn_main:hover{
    background-color: #004f54 !important;
}
.banner_btn_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 48px;
    width: 1px;
    height: 29px;
    background: #20b9c8;
    bottom: 0;
    margin: auto 0;
}
.banner_img .ms-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #053418 !important;
    border-radius: 50%;
    float: left !important;
    margin: 6px !important;
}
.banner_img .ms-bullets{
    bottom: 15% !important;
    left: 8% !important;
    top: auto !important; 
    
}
.banner_img .ms-bullet-selected{
    background: #528265 !important;
}
/*---- banner section end -----*/

/*--- about section start --*/
.about_info {
    padding: 70px 0 90px;
    background: url(../images/abt_dotted_bg.png) no-repeat left 0 top 0;
}
.about_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.about_img img {
    border-radius: 100%;
}
.about_left_img_pt {
    position: absolute;
    bottom: 30%;
    right: 0px;
    width: 102px;
    height: 102px;
    background: #20b9c8;
    border-radius: 50%;
    text-align: center;
}
.abut_left_po_text {
    background: url(../images/abt_icon.png) no-repeat top 15px center;
    padding-top: 50px;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
}
.abt_text_right1 {
    font-size: 18px;
    font-weight: 500;
    color: #201e1e;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 80px;
}
.abt_text_right1:before{
    position: absolute;
    content: "";
    width: 68px;
    height: 1px;
    background: #201e1e;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.abt_text_right2 {
    font-size: 37px;
    line-height: 43px;
    color: #201e1e;
    font-weight: 900;
    margin-bottom: 20px;
}
.abt_text_right2 strong{
    color: #c73430;
    font-weight: 900;
}
.abt_text_right_para {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #424242;
    padding-bottom: 20px;
}
.abt_rt_btn {
    text-transform: capitalize;
    padding: 10px 35px;
    font-weight: 500;
    font-size: 18px;
}
/*--- about section end --*/

/*---- services section start --*/
section.services_info {
    padding-bottom: 90px;
}
.services_left_info_box {
    padding-right: 75px;
    border-right: 1px solid rgb(0 0 0 / 7%);
}
.services_text_left:not(:last-child) {
    margin-bottom: 20px;
}
.services_text_left_para::before{
    position: absolute;
    content: "";
    width: 280px;
    height: 3px;
    background: #373737;
    bottom: 0;
    left: 0;
}
.services_text_left_para::after{
    position: absolute;
    content: "";
    width: 125px;
    height: 3px;
    background: #20b9c8;
    bottom: 0;
    left: 0;
}
.services_text_left_para {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 20px;
    position: relative;
}
.services_text_left_hd{
    font-size: 24px;
    color: #141414;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.services_text_left_hd:hover{
    color: #c73430;
}
.services_text_left_hd1{
    font-size: 24px;
    color: #141414;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.services_text_left_hd1:hover{
    color: #c73430;
}
.services_text_left_hd1::before{
    content: "";
    top: 0;
    right: 0;
    background: url(../images/services_arrow2.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
}
.ch_all_coler_box {
    background: #323232;
    margin: 12px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 5.541px 7.092px 15px 0px rgba(12, 13, 12, 0.09);
}
.ch_all_coler_box:hover{
    background: #c73430;
}
.ch_icon {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(255 255 255 / 20%);
    margin-right: 26px;
}
.ch_text_right_info {
    font-size: 19px;
    font-weight: bold;
    width: 90%;
    color: #fff;
    line-height: 27px;
    text-transform: uppercase;
}
.cl_blue{
    background: #20b9c8;
}
.cl_red{
    background: #c73430;
}

/*---- services section end --*/

/*--- achieve section start ---*/
.achieve_info{
    position: relative;
    padding-bottom: 90px;
}
.achieve_info::before {
	position: absolute;
	content: "";
	width: 80%;
	left: 0;
	top: 0;
	z-index: -1;
	background: #323232;
	padding: 78px 0;
}
.acctt{
    position: relative;
    display: inline-block;
}
.acctt::before {
	position: absolute;
	content: "";
	top: 0px;
	right: -80px;
	clip-path: polygon(75% 0%,90% 50%,75% 100%,0% 100%,12% 50%,0.00% 0.00%);
	background-color: #20b9c8;
	width: 135%;
	padding: 78px 0px;
	z-index: -1;
}
.achieve_text_box {
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.achieve_text_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 59px;
    padding: 13px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.26);
    margin-right: 5px;
}
.achieve_text_hd {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 27px;
}
/*--- achieve section end ---*/

/*-- support section start --*/
.support_info{
    padding: 60px 0;
}
.support_text {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    color: #161616;
    padding: 0 20px 15px 20px;
}
.support_text strong{
    color: #20b9c8;
    font-weight: 800;
}
.support_text_para {
    font-size: 18px;
    color: #000;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 60px;
}
.support_btn{
    text-align: center;
}
.support_btn .banner_btn_main{
    background-color: #121212;
    border: none;
}
/*-- support section end --*/

/*--- testimonial section start --*/
.testimonial_info {
    background: url(../images/testimonila_img.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #fff;
}
.testimonial_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(32 185 200 / 85%);
    height: 100%;
    z-index: 0;
}
.testimonial_text_all_box{
    position: relative;
    text-align: center;
    color: #fff;
}
.testimonial_text_hd {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 20px;
}
.testimoniual_text_client{
    font-size: 35px;
    font-weight: 800;
    line-height: 55px;
    padding-bottom: 50px;
}
.testimonial_main_box .sp-testimonial-free {
    background: #fff !important;
    border-radius: 9px !important;
    padding: 75px 30px 20px 30px !important;
}
.testimonial_main_box .sp-testimonial-client-rating {
    position: absolute;
    top: 35px;
    left: 35%;
}
.testimonial_main_box .sp-testimonial-client-testimonial p {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #474747 !important;
    line-height: 25px !important;
    border-bottom: 1px solid rgb(32 185 200 / 45%);
    margin: 0 !important;
    padding-bottom: 20px;
    min-height: 245px;
}
.testimonial_main_box .sp-testimonial-client-name {
    font-size: 20px !important;
    color: #20b9c8 !important;
    font-weight: bold !important;
}
.testimonial_main_box .swiper-pagination {
	bottom: 0 !important;
}
/*--- testimonial section end --*/

/*---- footer section start -----*/
.footer_bg {
    background: #121212;
    padding-top: 56px;
}
.footer_head {
    font-size: 22px;
    color: #3bc0ce;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer_social{
    margin-top: 30px;
}
.footer_social a {
    padding-right: 8px;
}
.footer_link li {
    padding-bottom: 10px;
}
.footer_link li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.ft_midd{
    padding-left: 30px;
}
.bd_midd_ft {
    border-left: 1px solid rgb(255 255 255 / 10%);
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.footer_link li a:hover {
    padding-left: 5px;
    color: #3bc0ce;
}

.footer_btm_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 12px;
}
.footer_btm_text a,.footer_btm_text{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.footer_btm_text a:hover{
    color: #3bc0ce;
}
.ft_text_we,.ft_text_we a{
    font-size: 17px;
}
.footer_icon_ft {
    width: 30px;
}
.footer_copy_text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 22px 0;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 20%);
    margin-top: 35px;
}
 .footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #3bc0ce;
}

/*--- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #00bbc7;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
    padding: 0 11px;
}
#back_to_top:hover{
    background: #d62b33;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img2.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 120px !important;
    margin: 90px 0 0px !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;
}

/*-- inner page start ---*/
.inner_page_bg {
    padding: 40px 0;
}
.inner_page_text_hd {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}
.inner_page_text_hd strong {
    color: #3bc0ce;
    font-weight: 600;
}
.inner_page_para {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 15px;
}
.inner_pg_icon_box {
    border: 1px solid #00bdc6;
    min-height: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 16px -1px #d8d8d8;
    text-align: center;
}
.inner_pg_icon_text_hd1 {
    font-size: 20px;
    font-weight: 600;
    color: #00bdc6;
    line-height: 22px;
    margin-bottom: 10px;
}
.inner_pg_icon_text_hd2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #767676;
}
.inner_pg_icon {
    margin-bottom: 12px;
}
.inner_page_bg:nth-child(even) {
    background: #f8f8f8;
}
.inner_page_img img {
    width: 100%;
    border-radius: 10px;
}
/*--- inner page end --*/

/*-- revirew page start --*/

.review_page_box_inner {
    background: url("../images/quote_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid #ddd;
    padding: 100px 20px 20px;
    min-height: 100%;
}
.review_page_box_text {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
.review_page_box_name {
    font-weight: 600;
    color: #00bdc6;
    font-size: 20px;
    margin-top: 10px;
}
/*-- review page end --*/

/*-- contact section start --*/
.contact_page_info {
    position: relative;
    padding-left: 45px;
    color: #666;
    margin-top: 25px;
}
.contact_page_info strong {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    font-weight: 500;
}
.contact_page_info a:hover{
	color: #d62b33;
}
.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}
.contact_form .form-control {
    margin-top: 20px;
    border: 1px solid #00bbc7 !important;
    width: 100%;
    border-radius: inherit;
}
.contact_form textarea:focus,.contact_form .form-control:focus{
	box-shadow: none;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
}
.contact_form {
    border-radius: 5px;
    padding: 10px;
	margin-top: 25px;
}
.contact_form p, #post-17, .contact_map iframe {
    margin-bottom: 0 !important;
}
.contact_form .wpcf7-response-output {
    margin-top: 10px !important;
    padding-bottom: 0 !important;
    border: none !important;
    text-align: center;
}
.contact_form .btn{
	width: 100%;
	padding: 10px 0 ;
	margin-top: 20px;
	background: #00bdc6 !important;
}

.contact_form .wpcf7-spinner {
    display: none;
}
/*-- contact section end --*/

/*-- refferal section start --*/
.referral_inner_page {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0px 0px 17px -4px #9a9a9a;
    border-radius: 10px;
}
.referral_inner_page .inner_page_text_hd {
    text-align: center;
}
.refe_hd {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
}
.refe_hd p {
    margin: 0;
}
.referral_inner_box .box .form-control {
    border: 1px solid #3bc0ce !important;
    border-radius: 0;
}
.referral_inner_box .box .form-control:focus{
	box-shadow: none;
}
.referral_inner_box .box textarea {
    height: 120px;
    resize: none;
}
.referral_inner_box .wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    display: block;
}
/*-- refferal section end --*/
.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: #3cc3cf;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background:#c73430 !important;
}
.thankyou-btn a {
        display: inline-block;
    background: #c73430;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
.error_page {
    margin-top: 50px;
}
.refe_hd2 {
  font-weight: bold;
  font-size: 24px;
}

.header_ndis {
  width: 60px;
}
.header_ndis_mobile {
  position: fixed;
  top: 10px;
  right: 100px;
  width: 60px;
}

@media only screen and (max-width : 320px) {
	.cst_pd, .banner_text1 {
		display: none;
	}
	.ms-slide-info {
		bottom: 13%;
		left: 15px;
	}
	.banner_bg {
		margin-top: 70px;
	}
	.banner_text_box {
		width: auto;
	}
	.banner_text2 {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.banner_text2 strong {
		font-size: 30px;
		display: block;
	}
	.banner_btn_main {
		padding: 5px 15px 5px 50px;
		font-size: 17px;
	}
	.banner_btn_main::before {
		left: 42px;
		width: 1px;
		height: 20px;
	}
	.achieve_info {
		padding-bottom: 30px;
		background: #4c4c4c;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
	.achieve_text_hd {
		font-size: 18px;
		line-height: 24px;
		margin-left: 10px;
	}
	.achieve_text_img {
		width: 64px;
		border-radius: 50%;
		height: 60px;
		padding: 14px;
	}
	.achieve_text_box {
		padding-top: 18px;
	}
	.about_info {
		padding: 40px 0 40px;
	}
	.about_left_img_pt {
		bottom: 0%;
	}
	.about_text_box {
		margin-top: 30px;
	}
	.abt_text_right2 {
		font-size: 29px;
		line-height: 35px;
	}
	.abt_text_right_para {
		font-size: 17px;
		line-height: 24px;
	}
	.services_left_info_box {
		padding-right: 0;
		border-right: none;
	}
	.services_text_left_para {
    	font-size: 16px;
	}
	.ch_text_right_info {
		font-size: 18px;
		width: 100%;
		line-height: 25px;
	}
	.services_info {
		padding-bottom: 20px;
	}
	.services_info {
		padding-bottom: 30px;
	}
	.support_info {
		padding: 24px 0;
	}
	.support_text {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px 15px 0px;
	}
	.support_text_para {
		font-size: 17px;
		line-height: 25px;
		padding: 0 0px;
	}
	.testimonial_info {
		padding: 35px 0;
	}
	.testimoniual_text_client {
		font-size: 24px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0px !important;
	}
	.footer_bg {
		padding-top: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.ft_midd {
		padding-left: 0;
	}
	.footer_head {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.footer_copy_text {
		font-size: 13px;
		padding: 22px 0 60px;
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 50px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.inner_page_text {
		margin-top: 10px;
	}
	.inner_page_text_hd {
		    font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.inner_page_para {
		font-size: 16px;
	}
	.review_page_box_inner {
		min-height: 90%;
		margin-bottom: 20px;
	}
	.contact_right {
		margin-top: 20px;
	}
	.refe_hd {
		font-size: 16px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header_logo {
		width: 81%;
	}
	.cst_pd, .banner_text1 {
		display: none;
	}
	.ms-slide-info {
		bottom: 22%;
		left: 15px;
	}
	.banner_bg {
		margin-top: 70px;
	}
	.banner_text_box {
		width: auto;
	}
	.banner_text2 {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.banner_text2 strong {
		font-size: 30px;
		display: block;
	}
	.banner_btn_main {
		padding: 5px 15px 5px 50px;
		font-size: 17px;
	}
	.banner_btn_main::before {
		left: 42px;
		width: 1px;
		height: 20px;
	}
	.achieve_info {
		padding-bottom: 30px;
		background: #4c4c4c;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
	.achieve_text_hd {
		font-size: 18px;
		line-height: 24px;
		margin-left: 10px;
	}
	.achieve_text_img {
		width: 64px;
		border-radius: 50%;
		height: 60px;
		padding: 14px;
	}
	.achieve_text_box {
		padding-top: 18px;
	}
	.about_info {
		padding: 40px 0 40px;
	}
	.about_left_img_pt {
		bottom: 0%;
	}
	.about_text_box {
		margin-top: 30px;
	}
	.abt_text_right2 {
		font-size: 29px;
		line-height: 35px;
	}
	.abt_text_right_para {
		font-size: 17px;
		line-height: 24px;
	}
	.services_left_info_box {
		padding-right: 0;
		border-right: none;
	}
	.services_text_left_para {
    	font-size: 16px;
	}
	.ch_text_right_info {
		font-size: 18px;
		width: 100%;
		line-height: 25px;
	}
	.services_info {
		padding-bottom: 20px;
	}
	.services_info {
		padding-bottom: 30px;
	}
	.support_info {
		padding: 24px 0;
	}
	.support_text {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px 15px 0px;
	}
	.support_text_para {
		font-size: 17px;
		line-height: 25px;
		padding: 0 0px;
	}
	.testimonial_info {
		padding: 35px 0;
	}
	.testimoniual_text_client {
		font-size: 24px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0px !important;
	}
	.footer_bg {
		padding-top: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.ft_midd {
		padding-left: 0;
	}
	.footer_head {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.footer_copy_text {
		font-size: 13px;
		padding: 22px 0 60px;
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 50px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.inner_page_text {
		margin-top: 10px;
	}
	.inner_page_text_hd {
		    font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.inner_page_para {
		font-size: 16px;
	}
	.review_page_box_inner {
		min-height: 90%;
		margin-bottom: 20px;
	}
	.contact_right {
		margin-top: 20px;
	}
	.refe_hd {
		font-size: 16px;
	}
}

@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) {
	.header_logo {
		width: 81%;
	}
	.navbar-shrink .cst_pd {
		padding-top: 9px;
	}
	.cst_pd {
		padding-top: 9px;
	}
	.hd_block_info a {
		font-size: 20px;
	}
	.top_headbtn, .contact_form .btn, .referral_inner_box .btn {
		padding: 10px 25px;
		font-size: 15px;
	}
	.ms-slide-info {
		bottom: 22%;
		left: 15px;
	}
	.banner_text1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.banner_bg {
		margin-top: 70px;
	}
	.banner_text_box {
		width: auto;
	}
	.banner_text2 {
		font-size: 20px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.banner_text2 strong {
		font-size: 50px;
		display: block;
	}
	.banner_btn_main {
		padding: 10px 20px 10px 50px;
    	font-size: 19px;
	}
	.banner_btn_main::before {
		left: 42px;
		width: 1px;
		height: 20px;
	}
	.banner_img .ms-bullets {
		bottom: 10% !important;
		left: 2% !important;
		top: auto !important;
	}
	.achieve_info {
		padding-bottom: 20px;
		background: #4c4c4c;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
	.achieve_text_hd {
		font-size: 13px;
		line-height: 18px;
		margin-left: 5px;
	}
	.achieve_text_img {
		width: 71px;
		border-radius: 50%;
		height: 52px;
		padding: 14px;
	}
	.achieve_text_box {
		padding-top: 18px;
	}
	.about_info {
		padding: 40px 0 40px;
	}
	.about_left_img_pt {
		bottom: 30%;
	}
	.about_text_box {
		margin-top: 30px;
	}
	.abt_text_right2 {
		font-size: 29px;
		line-height: 35px;
	}
	.abt_text_right_para {
		font-size: 17px;
		line-height: 24px;
	}
	.services_info {
		padding-bottom: 40px;
	}
	.services_left_info_box {
		padding-right: 0;
		border-right: none;
	}
	.services_text_left_para {
    	font-size: 16px;
	}
	.ch_text_right_info {
		font-size: 18px;
		width: 100%;
		line-height: 25px;
	}
	.services_info {
		padding-bottom: 20px;
	}
	.services_info {
		padding-bottom: 30px;
	}
	.support_info {
		padding: 24px 0;
	}
	.support_text {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px 15px 0px;
	}
	.support_text_para {
		font-size: 17px;
		line-height: 25px;
		padding: 0 0px;
	}
	.testimonial_info {
		padding: 35px 0;
	}
	.testimoniual_text_client {
		font-size: 24px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0px !important;
	}
	.footer_bg {
		padding-top: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.bd_midd_ft {
		padding-left: 20px;
	}
	.ft_midd {
		padding-left: 0;
	}
	.bd_midd_ft {
		border-right: none;
	}
	.footer_head {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.footer_copy_text {
		font-size: 13px;
		padding: 22px 0 60px;
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 50px 0 50px !important;
		    margin: 70px 0 0px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.inner_page_text {
		margin-top: 10px;
	}
	.inner_page_text_hd {
		    font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.inner_page_para {
		font-size: 16px;
	}
	.review_page_box_inner {
		min-height: 90%;
		margin-bottom: 20px;
	}
	.contact_right {
		margin-top: 0;
	}
	.refe_hd {
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header_logo {
		width: 90%;
	}
	.cst_pd {
		padding-top: 25px;
	}
	.hd_block_info .text .header_contact_title {
    	font-size: 14px;
	}
	.hd_block_info a {
		font-size: 18px;
	}
	.top_headbtn {
		font-size: 14px;
	}
	.header_nav ul li a {
		padding-top: 40px;
		font-size: 15px;
	}
	.ms-slide-info {
		left: 44px;
	}
	.banner_text2 strong {
		font-size: 65px;
		display: block;
	}
	.banner_text2 {
		font-size: 35px;
		line-height: 55px;
	}
	.about_left_img_pt {
		bottom: 23%;
	}
	.achieve_text_hd {
		font-size: 19px;
		line-height: 26px;
	}
	.abt_text_right_para {
		font-size: 16px;
		line-height: 24px;
	}
	.about_info {
       padding: 40px 0 70px;
	}
	.support_info {
		padding: 0px 0 50px;
	}
	.support_text {
		font-size: 36px;
		line-height: 40px;
	}
	.services_left_info_box {
		padding-right: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.ft_midd {
		padding-left: 20px;
	}
	.ft_text_we, .ft_text_we a {
		font-size: 16px;
	}
	.services_text_left_para {
		font-size: 16px;
		line-height: 20px;
	}
	.ch_text_right_info {
		font-size: 17px;
	}
	.achieve_info {
		padding-bottom: 20px;
		background: #323232;
		margin-bottom: 40px;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
}
	

/* 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) {
	.header_logo {
		width: 81%;
	}
	.navbar-shrink .cst_pd {
		padding-top: 9px;
	}
	.cst_pd {
		padding-top: 9px;
	}
	.hd_block_info a {
		font-size: 20px;
	}
	.top_headbtn, .contact_form .btn, .referral_inner_box .btn {
		padding: 10px 25px;
		font-size: 15px;
	}
	.ms-slide-info {
		bottom: 22%;
		left: 15px;
	}
	.banner_text1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.banner_bg {
		margin-top: 70px;
	}
	.banner_text_box {
		width: auto;
	}
	.banner_text2 {
		font-size: 20px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.banner_text2 strong {
		font-size: 50px;
		display: block;
	}
	.banner_btn_main {
		padding: 10px 20px 10px 50px;
    	font-size: 19px;
	}
	.banner_btn_main::before {
		left: 42px;
		width: 1px;
		height: 20px;
	}
	.banner_img .ms-bullets {
		bottom: 10% !important;
		left: 2% !important;
		top: auto !important;
	}
	.achieve_info {
		padding-bottom: 20px;
		background: #4c4c4c;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
	.achieve_text_hd {
		font-size: 13px;
		line-height: 18px;
		margin-left: 5px;
	}
	.achieve_text_img {
		width: 71px;
		border-radius: 50%;
		height: 52px;
		padding: 14px;
	}
	.achieve_text_box {
		padding-top: 18px;
	}
	.about_info {
		padding: 40px 0 40px;
	}
	.about_left_img_pt {
		bottom: 30%;
	}
	.about_text_box {
		margin-top: 30px;
	}
	.abt_text_right2 {
		font-size: 29px;
		line-height: 35px;
	}
	.abt_text_right_para {
		font-size: 17px;
		line-height: 24px;
	}
	.services_info {
		padding-bottom: 40px;
	}
	.services_left_info_box {
		padding-right: 0;
		border-right: none;
	}
	.services_text_left_para {
    	font-size: 16px;
	}
	.ch_text_right_info {
		font-size: 18px;
		width: 100%;
		line-height: 25px;
	}
	.services_info {
		padding-bottom: 20px;
	}
	.services_info {
		padding-bottom: 30px;
	}
	.support_info {
		padding: 24px 0;
	}
	.support_text {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px 15px 0px;
	}
	.support_text_para {
		font-size: 17px;
		line-height: 25px;
		padding: 0 0px;
	}
	.testimonial_info {
		padding: 35px 0;
	}
	.testimoniual_text_client {
		font-size: 24px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0px !important;
	}
	.footer_bg {
		padding-top: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.bd_midd_ft {
		padding-left: 20px;
	}
	.ft_midd {
		padding-left: 0;
	}
	.bd_midd_ft {
		border-right: none;
	}
	.footer_head {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.footer_copy_text {
		font-size: 13px;
		padding: 22px 0 60px;
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 50px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.inner_page_text {
		margin-top: 10px;
	}
	.inner_page_text_hd {
		    font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.inner_page_para {
		font-size: 16px;
	}
	.review_page_box_inner {
		min-height: 90%;
		margin-bottom: 20px;
	}
	.contact_right {
		margin-top: 0;
	}
	.refe_hd {
		font-size: 16px;
	}
}

/* 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 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) {
	.header_logo {
		width: 90%;
	}
	.cst_pd {
		padding-top: 25px;
	}
	.hd_block_info .text .header_contact_title {
    	font-size: 14px;
	}
	.hd_block_info a {
		font-size: 18px;
	}
	.top_headbtn {
		font-size: 13px;
		padding: 10px 18px;
	}
	.header_nav ul li a {
		padding-top: 40px;
		font-size: 15px;
	}
	.ms-slide-info {
		left: 44px;
	}
	.banner_text2 strong {
		font-size: 65px;
		display: block;
	}
	.banner_text2 {
		font-size: 35px;
		line-height: 55px;
	}
	.about_left_img_pt {
		bottom: 23%;
	}
	.achieve_text_hd {
		font-size: 16px;
    	line-height: 20px;
	}
	.abt_text_right_para {
		font-size: 16px;
		line-height: 24px;
	}
	.about_info {
       padding: 40px 0 70px;
	}
	.support_info {
		padding: 0px 0 50px;
	}
	.support_text {
		font-size: 36px;
		line-height: 40px;
	}
	.services_left_info_box {
		padding-right: 25px;
	}
	.footer_link li {
		padding-bottom: 5px;
	}
	.ft_midd {
		padding-left: 20px;
	}
	.ft_text_we, .ft_text_we a {
		font-size: 16px;
	}
	.services_text_left_para {
		font-size: 16px;
		line-height: 20px;
	}
	.ch_text_right_info {
		font-size: 17px;
	}
	.achieve_info {
		padding-bottom: 20px;
		background: #323232;
		margin-bottom: 40px;
	}
	.achieve_info::before, .acctt::before{
		display:none;
	}
	.page .entry-header, .blog_page_header {
		padding: 80px 0 80px !important;
		margin: 100px 0 0px !important;
	}
}

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

}

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

}

@media screen and (min-width: 1920px) {
	.header_logo {
		width: 80%;
	}
	.ms-slide-info {
		bottom: 36%;
		left: 364px;
	}
	.achieve_info::before {
		width: 74%;
	}
	.about_left_img_pt {
		bottom: 20%;
		right: 90px;
	}
}

@media screen and (min-width: 2048px) {
		.header_logo {
		width: 80%;
	}
	.ms-slide-info {
		bottom: 36%;
		left: 364px;
	}
	.achieve_info::before {
		width: 74%;
	}
	.about_left_img_pt {
		bottom: 20%;
		right: 90px;
	}
}

@media screen and (min-width: 2550px) {
	.header_logo {
		width: 80%;
	}
	.ms-slide-info {
		bottom: 36%;
		left: 624px;
	}
	.achieve_info::before {
		width: 74%;
	}
}  
