body {
	padding: 0px;
	margin: 0px;
	font-family: Poppins;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
a:focus, a:hover {
	text-decoration: none !important;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}

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

small{
font-size:medium !important;	
}

.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 section start ---*/

/*-- poppins font start ---*/
@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: 400;
    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-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;
}
@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: 800;
    font-style: normal;
    font-display: swap;
}

/*-- poppins font end ---*/
/*-- Montserrat font end ---*/

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

/*-- Montserrat font end ---*/
/*-- font family section start ---*/
.header_top {
    background: #fff;
}
.logo {
	text-align: center;
	position: relative;
}
.logo_inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 8px;
    /* transition: all 500ms ease-in-out; */
}
.logo_inner img {
    width: 145px;
    transition: all 500ms ease-in-out;
}
.header_menu {
    text-align: center;
    padding-left: 80px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    padding: 50px 0 100px;
    transition: all 500ms ease-in-out;
}

.header_menu ul li:nth-child(5) {
  margin-left: 200px;
}
.header_menu ul li li:nth-child(5) {
  margin-left: 0px;
}
.header_menu ul ul{
    text-align: left;
    padding: 0;
}
.header_menu ul ul li {
    padding: 0 !important;
    margin: 0;
}
.header_menu ul ul li:nth-child(4){
    margin: 0;
}
.header_menu ul ul li:last-child a{
    padding: 10px 8px;
    line-height: 15px;
    border-radius: 0;
    font-weight: 500;
}
.header_menu ul ul li:last-child a:hover{
    box-shadow: none;
}
.gt_selector.notranslate {
padding: 5px 15px;
  font-size: 15px;
  width: 160px;
}
.header_menu ul li a {
    display: block;
    color: #2d2d2d;
    font-style: normal;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    z-index: 99;
    /* padding: 70px 0px 70px; */
    transition: all 500ms ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #57a1b2;
}
.header_menu ul li:last-child a {
    background: #ff9459;
    color: #fff !important;
    padding: 24px 25px 25px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 0;
}
.header_menu ul li:last-child a:hover {
	box-shadow: inset 0 80px #57a1b2;
}

.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_top {
        background: #fff;
		box-shadow: 0px 4px 10px -10px #4c4c4c;
    }
    .navbar-default.navbar-shrink .header_menu ul li {
        padding: 30px 0 95px;
    }
    .navbar-default.navbar-shrink .logo_inner img{
        width: 110px;

    }
    .navbar-default.navbar-shrink .logo_inner{
       margin-top: 5px;
    }
}

/*---- banner section start -----*/
.banner_bg {
    position: relative;
    margin-top: 160px;
}
.ms-slide::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.8666153595227153) 10%, rgba(255,255,255,0) 25%);
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 7%;
    transform: translateY(-50%) !important;
    width: 515px !important;
}
.banner_text1 strong {
    color: #00f6ff;
    font-weight: 600;
}
.banner_text2 {
    font-size: 14px;
    color: #080808;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.banner_text1 {
    font-size: 40px;
    color: #080808;
    line-height: 48px;
    font-weight: 800;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.banner_text_para{
    font-size: 16px;
    font-weight: 400;
    color: #272525;
    line-height: 24px;
    padding-bottom: 24px;
}
.top_headbtn ,.right-sec-contact .box .btn{
	background: #ff9459;
	padding: 10px 25px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 500ms ease-in-out !important;
}
.top_headbtn:hover ,.right-sec-contact .box .btn:hover{
	box-shadow: inset 0 80px #57a1b2;
	color: #fff;
}
.top_headbtn2{
	background: #57a1b2;
	color: #272525;
}
.top_headbtn2:hover{
	box-shadow: inset 0 80px #ff9459;
}
.banner_btn_marg{
    margin-left: 10px;
    color: #272525;
}
.banner_bg .ms-nav-prev {
    background: url(../images/banner_left_arrow.png) no-repeat !important;
    width: 48px !important;
    height: 67px !important;
}
.banner_bg .ms-nav-next {
    background: url(../images/banner_right_arrow.png) no-repeat !important;
    width: 48px !important;
    height: 67px !important;
}
.banner_btn .top_headbtn2{
    margin-left: 15px;
}
/*---- banner section start -----*/

/*-- services section start ---*/
.services_info {
    margin: 70px 0 40px;
}
.main_text1{
   font-size: 30px;
   color: #212121;
   font-weight: bold;
   line-height: 28px;
   text-transform: uppercase;
   margin-bottom: 20px;
   
}
.main_text1.main_text1 strong {
    color: #57a1b2;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.main_text1.main_text1 strong::before {
    width: 1px;
    height: 30px;
    position: absolute;
    content: "";
    background: #57a1b2;
    top: 0;
    left: 4%;
    bottom: 0;
}
.services_text_box {
    background: #f9f9f9;
    margin: -33px 12px 0 12px;
    position: relative;
    z-index: 111;
    padding: 0 15px 25px 15px;
    min-height: 305px;
}
.main_midd_text {
    font-size: 19px;
    font-weight: bold;
    color: #3e3d3d;
    display: flex;
    height: 90px;
    align-items: center;
}
.services_text_box .top_headbtn{
	text-transform: capitalize;
	font-weight: 400;
}
.main_text_para {
    font-size: 15px;
    line-height: 21px;
    color: #3e3d3d;
    padding-bottom: 15px;
    font-weight: 400;
}
.services_top{
	margin-top: 45px;
}

/*-- services section end --*/

/*-- about section end --*/
.about_info{
    padding: 90px 0;
    background: #f5f5f5;
}
.main_text_top{
    font-size: 16px;
    font-weight: 500;
    color: #121111;
    text-transform: uppercase;
    padding-bottom: 8px;
    line-height: 27px;
}
.main_text2{
    font-size: 40px;
    color: #121111;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.main_text2 strong{
    font-weight: bold;
    color: #f69a64;
}
.main_text_para2{
    font-size: 18px;
    color: #717171;
    font-weight: 500;
    line-height: 27px;
    padding-bottom: 10px;
}
.about_img {
    padding-left: 50px;
}
.about_img img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-- about section end --*/

/*-- choose section start ---*/
.choose_main_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.choose_right_box {
    padding: 80px 129px 45px 75px;
}
.choose_icon {
    width: 84px;
    height: 84px;
    background: #57a1b2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_main_box:nth-child(even) .choose_icon{
    background: #ff9459;
}
.main_midd_text2{
    font-size: 20px;
    font-weight: 600;
    color: #2b2828;
    line-height: 28px;
    padding-bottom: 10px;
}
.choose_box {
    width: 78%;
}
.choose_main_box .main_text_para{
    font-size: 16px;
}
.choose_img_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-- chooose section end ---*/

/*-- contact section start ---*/
.contact_info {
    background: #57a1b2;
}
.contact_bg {
    border-left: 3px solid #fff;
    padding: 0 200px 0px 20px;
}
.contact_pos {
    position: relative;
    padding: 35px 0;
}

.contact_right_pos{
    position: relative;
    background: #ff9459;
}
.contact_box_right::before{
    position: absolute;
    background: #ff9459;
    top: 0;
    left: -78px;
    width: 80px;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.contact_box_right::after{
    position: absolute;
    background: #ff9459;
    top: 0;
    right: -2499px;
    width: 2500px;
    height: 100%;
    content: "";
}

.contact_box_right {
    display: flex;
    align-items: center;
    height: 100%;
    background: #ff9459;
    justify-content: end;
}
.contact_bx {
    padding: 10px 20px 10px 55px;
    background: #fff;
    border-radius: 25px;
    font-weight: bold;
    color: #242323;
    display: inline-block;
    font-size: 22px;
    position: relative;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
}
.contact_bx::before {
    background-image: url(../images/contact_icon1.png) !important;
    width: 33px;
    height: 33px;
    position: absolute;
    content: "";
    top: 0;
    left: 15px;
    background: #080808;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin: auto 0;
    bottom: 0;
}
.contact_bx:hover{
    box-shadow: inset 0 80px #000;
    color: #ff9459;
}
.contact_box2 {
    padding: 10px 50px 10px 55px;
    margin-left: 20px;
    font-size: 19px;
}
.contact_box2::before{
    background-image: url(../images/contact_icon2.png) !important;
    background: #57a1b2;
    background-repeat: no-repeat;
    background-position: 14px center;
}
.contact_bg .main_midd_text2 {
    font-size: 25px;
}
/*-- contact  section end  --*/

/*-- testimonial section start ---*/
.testimonial_info{
    padding: 70px 0 40px;
}
.testimonial_info .main_text2{
    font-size: 35px;
    font-weight: 800;
}
.testimonial_info .main_text2 strong{
    color: #57a1b2;
    font-weight: 800;
}
.testimonial_info .main_text_top{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.testimonial_box .sp-testimonial-client-image img {
    border-radius: 0% !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
.testimonial_box .sp-testimonial-client-designation {
    font-size: 16px !important;
    color: #57a1b2 !important;
    margin-bottom: 20px;
    font-weight: bold !important;
}
.testimonial_box .sp-testimonial-client-name {
    font-size: 21px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 25px !important;
}
.testimonial_box .sp-testimonial-content p {
    font-size: 18px !important;
    color: #2d2d2c !important;
    font-weight: 400 !important;
    line-height: 29px !important;
    padding: 0 58px;
}
/*-- testimonial section end ---*/

/*--- footer section start ---*/
.footer_bg {
    background: #151919;
    padding-top: 25px;
}
.footer_hd_text {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: Montserrat;
}
.footer_list ul li{
    padding-bottom: 3px;
}
.footer_list ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease-in-out;
}
.footer_list ul li a:hover{
    color: #57a1b2;
}
.ft_list_btm ul li a{
    font-size: 16px;
}
.footer_social a{
    padding-right: 8px;
}
.ft_bd {
    border-left: 1px solid rgb(255 255 255 / 12%);
    padding-left: 25px;
}
.footer_btm_link {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.footer_icon_ft {
    width: 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.ft_main_para {
    color: #f1f1f1;
    line-height: 23px;
    font-size: 16px;
    padding-right: 10px;
}
.footer_btm_text, .footer_btm_text a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 85%;
}
.footer_btm_text a:hover{
   color: #57a1b2;
}
.footer_call a{
    font-size: 20px;
}
.ft_text_loca a {
    font-size: 16px;
    font-weight: 600;
}
.footer_socilal{
    margin-right: 10px;
}
.footer_list2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.footer_copy_text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border-top: 1px solid rgb(255 255 255 / 24%);
    margin-top: 25px;
    text-transform: uppercase;
}
.footer_copy_text a{
    color: #ffffff;
}
.footer_copy_text a:hover{
    color: #57a1b2;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #57a1b2;
    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: #ff9459;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

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

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #ff9459;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transition: all 0.5s;
    padding: 10px 0 8px;
}
#back_to_top:hover{
    background: #57a1b2;
}


/*-- inner page head --*/

.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: 141px 0 120px !important;
    margin: 160px 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;
}

/*--- inner page start ---*/
.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #f69a64;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 600;
    width: 100%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #f69a64;
}
.right-sec-contact {
    border: 1px solid #f69a64;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #414141;
}
.right-sec-contact .box .form-control ,
.right-sec-contact .box select {
    border: 1px solid #f69a64;
    box-shadow: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
}
.right-sec-contact .box textarea{
    resize: none;
    height: 120px;
}
.right-sec-contact .wpcf7-response-output{
    display: none;
}
.error_container {
display: flex;
min-height: 100vh;
align-items: center;
text-align: center;
}
.inner_text_para {
    font-size: 16px;
    font-weight: 400;
    color: #312f2f;
    padding-bottom: 10px;
}
.inner_text_para a {
  color: #FF9459;
}
.inner_text_para a:hover {
  color: #000;
}
.inner_text_hd {
    font-size: 25px;
    font-weight: bold;
    color: #050606;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #f69a64;
    font-weight: 700;
}
.review_page_box_inner {
    background: url("../images/quote_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid rgb(246 154 100 / 40%);
    padding: 100px 20px 20px;
    min-height: 100%;
    margin: 15px 0;
    border-radius: 5px;
}
.review_page_box_name {
    font-weight: bold;
    color: #f69a64;
    font-size: 18px;
    margin-bottom: 10px;
}
.review_pg_locate {
    font-size: 16px;
    color: #57a1b2;
    font-weight: 500;
}
.inner_pg_list ul li {
    background: url(../images/checkmark2.png) no-repeat left 5px;
    font-size: 17px;
    color: #4b4b4b;
    padding: 0px 0 12px 35px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}

.inner_pg_list ul li h3{
font-size:inherit;
color: #57a1b2;
display:contents;
font-weight: 500;
padding-bottom:3px;	
}

.inner_pg_list ul li p{
margin-bottom:0px;
display:contents;	
}

.inner_pg_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_pg_list ul li strong {
    color: #57a1b2;
    font-weight: 500;
}
.inner_pg_img img{ 
    border-radius: 5px;
	width:100%;
}
.inner_cnt_box {
    background: url(../images/inner_cnt_bg.jpg) no-repeat;
    padding: 50px 30px;
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 0;
}
.inner_cnt_box::before {
    /* background: rgb(255 148 89 / 90%); */
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(87 161 178 / 90%);
}
.inner_cnt_box .inner_text_hd {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_cnt_box .inner_text_para {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.inner_cnt_box .inner_text_para a{
	display:inline-block;
}

/*-- inner page end ---*/

/* pc-fixed-btns */

.side-fixed-btns{
	position: fixed;
    top: 50%;
    right: -103px;
    z-index: 1000;
    transform: rotate(90deg);
}

.fixed-call-btn{
	background: #ff9459;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
    margin-right: 5px;
}

.fixed-contact-btn{
	background: #57a1b2;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
}

/* ndis-logo */

.ndis-logo{
margin-top:20px;	
}

.ndis-logo img{
width:200px;	
}

/* Area We Serve */

.area-list{
	margin-top:30px;
}

.area-list ul{
	text-align:center;
}

.area-list ul li {
    display: inline-block;
}

.area-list ul li a{
    padding: 10px 20px 10px 40px;
    background:#ff9459;
    border-radius: 5px;
    margin:0px 4px 15px 4px;
    transition:all 0.3s ease-in-out;
	color:#fff;
	font-size:16px;
	font-weight:400;
	display:inherit;
	transition:all 500ms ease-in-out !important;
	position:relative;
}

.area-list ul li a:hover{
	background:#57a1b2;
	transition:all 500ms ease-in-out !important;
}

.area-list ul li a:before {
    position: absolute;
    content: "";
    background: url(https://whitesmoke-toad-400469.hostingersite.com/wp-content/uploads/2025/03/area-location.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 15px;
    top: 11px;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}

/* servey */

.form-box{
text-align: center;
background:#57a1b2;
padding: 25px 10px;
border-radius: 6px;
transition: ease 0.5s all 0s;	
}

.form-box:hover{
background:#ff9459;	
transition: ease 0.5s all 0s;	
}

.form-box p{
margin-bottom:0px;	
}

.form-box img{
width:90px;
}

.form-heading{
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-top: 8px;	
}

.form-box .top_headbtn{
margin-top:15px;	
}

.form-box:hover .top_headbtn, .form-box .top_headbtn:hover{
box-shadow:inset 0 80px #fff;	
color:#000;	
}

/* servey-form */

.survey-form-bg{
background:#57a1b2;
padding: 30px 25px;
margin-top: 30px;
border-radius: 5px;	
}

.frm_label{
font-size:17px;
font-weight:500;
color: #fff;
line-height: 1.3;
margin-bottom: 14px;
}

.frm_label strong{
	color:#000;
}

.survey-form-bg .frm_fld p, .survey-form-bg .send_btn p{
	margin-bottom:0;
}

.survey-form-bg .frm_fld{
margin-top:10px;
}

.survey-form-bg .first span.wpcf7-list-item{
	display:inline-block !important;
	margin: 0 15px 0 0 !important;
}

.survey-form-bg span.wpcf7-list-item {
	margin: 0 0 10px 0 !important;
}

span.wpcf7-list-item {
	margin: 0 0 10px 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 15px;
	font-weight:500 !important;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 18%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 24px;
	color: #000;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #ddd;
	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:#fb9656;
	border-color:#fb9656;
}
.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: 5px;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.frm-title {
color: #fff;
font-size: 24px;
font-weight: 600;
margin-top: 15px;
}

.frm-title p{
margin-bottom:0px;	
}

.frm_fld input, .frm_fld textarea, .frm_fld select{
width: 100%;
margin-bottom: 0;
font-size: 16px;
padding:9px 15px;
border: 1px solid #ccc;
color: #000;
border-radius:5px;	
}

.frm_fld textarea{
height:100px;	
}

.survey-form-bg .wpcf7-submit{
background: #ff9459;
padding: 10px 25px;
display: inline-block;
font-size: 17px;
font-weight:600;
margin-top:20px;	
color: #fff;
border-radius: 5px;
text-transform: uppercase;
transition: all 500ms ease-in-out !important	
}

.survey-form-bg .wpcf7-submit:focus,
.survey-form-bg .wpcf7-submit:hover,
.survey-form-bg .wpcf7-submit:active{
box-shadow: inset 0 80px #fff;
color: #000;	
}

/*-- responsive start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_menu {
    display: none;
}
.mob-trans {
  position: absolute;
  top: 35px;
  left: 126px;
}	
.header_top {
    box-shadow: 0px 8px 10px -10px #4c4c4c;
}
.logo {
    text-align: left;
}
.logo_inner {
    position: initial;
    transform: none;
    margin: 0;
    padding: 5px 0;
}
.logo_inner img {
    width: 100px;
}
.banner_bg .ms-view, .banner_bg .ms-slide, .banner_bg .ms-slide-bgcont {
    height: 380px !important;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-slide-info {
    left: 0%;
    width: 270px !important;
}
.banner_text1 {
    font-size: 25px;
    line-height: 28px;
}
.banner_bg {
    margin-top: 100px;
}
.banner_bg .ms-nav-prev ,.banner_bg .ms-nav-next{
    display: none;
}
.main_text2 ,.testimonial_info .main_text2{
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 15px;
}
.about_info {
    padding: 40px 0;
}
.about_img {
    padding-left: 10px;
}
.about_text_box {
    margin-top: 30px;
}
.choose_right_box {
    padding: 40px 10px 35px 10px;
}
.choose_icon {
    margin: 15px auto;
}
.choose_box {
    width: 100%;
}
.choose_main_box {
    display: block;
	text-align: center;
}
.services_info {
    margin: 40px 0 40px;
}
.contact_bg {
    padding: 0px 0px 0px 15px;
    margin-left: 15px;
}
.contact_box_right {
    display: block;
    text-align: center;
    padding: 30px 0;
}
.contact_box_right::before{
	display: none;	
}
.contact_box2 {
    margin-left: 0;
	margin-top: 10px;
}
.testimonial_info {
    padding: 40px 0 40px;
}
.testimonial_box .sp-testimonial-free-section.swiper-initialized {
    margin: 0px 0 40px !important;
}
.testimonial_box .sp-testimonial-content p {
    padding: 0px 5px;
}
.ft_bd {
    border: none;
    padding-left: 10px;
}
.footer_bg {
    padding-top: 0px;
}
.footer_hd_text {
    font-size: 18px;
}
.footer_copy_text {
    padding: 20px 0 60px;
    font-size: 14px;
}
	
.page .entry-header, .blog_page_header {
    padding: 65px 0 60px !important;
    margin: 100px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 20px;
}
.inner_pg_text {
    margin-top: 30px;
}
.inner_cnt_box {
    padding: 25px 10px;
}
.right_form_contact {
    margin-top: 30px;
}
#back_to_top {
    bottom: 50px;
}
}

/* pdf */

.pdf-list li a{
background:url(https://whitesmoke-toad-400469.hostingersite.com/wp-content/uploads/2025/08/pdf-icon.png) no-repeat;
padding:12px 40px 15px 20px;
box-shadow:0px 0px 5px 1px #00000010;
margin-bottom:5px;
display:block;
border-bottom:1px solid #dcdcdc;
color:#2d2d2d;
background-position:right center;
background-size:36px;
transition: all 500ms ease-in-out;	
}

.pdf-list li a:hover{
color:#ff9459;
transition: all 500ms ease-in-out;	
}

/* faqs */

.faq-block {
    margin-top:20px;
}

.faq-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    background:#ff9459;
    color: #fff;
    padding: 12px 20px;
    line-height: inherit;
    border-radius: 5px 5px 0px 0px;
}

.faq-para {
    color:#312f2f;
    padding: 17px 20px;
    background:#f5fdff;
    border-radius: 0px 0px 5px 5px;
}


@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) {
.banner_bg .ms-nav-prev ,.banner_bg .ms-nav-next{
    display: block;
}
.mob-trans {
	position: absolute;
    top: 39px;
    left: 500px;
}	
.ms-slide-info {
    left: 3%;
    width: 470px !important;
}
.about_img img {
    height: auto;
}
.choose_main_box {
    text-align: left;
    margin-left: 20px;
}
.choose_icon {
    margin: initial;
    margin-bottom: 20px;
}
.inner_pg_text ,.right_form_contact{
    margin-top: 0;
}
.ft_bd {
    padding-left: 15px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_bg .ms-nav-prev ,.banner_bg .ms-nav-next{
    display: block;
}
  .mob-trans {
    position: absolute;
    top: 35px;
    left: auto;
    display: block !important;
    right: 140px;
  }	
.ms-slide-info {
    left: 3%;
    width: 470px !important;
}
.about_img img {
    height: auto;
}
.choose_main_box {
    text-align: left;
    margin-left: 20px;
}
.choose_icon {
    margin: initial;
    margin-bottom: 20px;
}
.inner_pg_text ,.right_form_contact{
    margin-top: 0;
}
.ft_bd {
    padding-left: 15px;
}
}

/* 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 {
    left: 4%;
}
.choose_right_box {
    padding: 80px 50px 45px 75px;
}
}

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

@media screen and (min-width: 1920px) {
.ms-slide-info {
    left: 16%;
    width: 620px !important;
}
.choose_right_box {
    padding: 175px 285px 45px 75px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    left: 18%;
    width: 650px !important;
}
.choose_right_box {
    padding: 250px 350px 45px 72px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    left: 24%;
    width: 700px !important;
}
.choose_right_box {
    padding: 270px 620px 45px 75px;
}
}  
/*-- responsive end ---*/
