a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Poppins;
  -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;
    margin: 0;
}

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 -----*/
@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-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Anton;
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype'),
        url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

/*--- header section start ---*/
.header_top {
    padding: 9px 0 8px;
    transition: all 500ms ease-in-out;
    background: linear-gradient(93deg, #1b75bb 0%, #65b1e1 100%);
}
.logo_img img {
    width: 204px;
}
.header_toptext img {
    width: 17px;
    margin-right: 5px;
}
.header_toptext {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.header_toptext a:hover{
	color: #9f090b;
}
.head_bg {
    background: #172236;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_toprtbd {
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.hd_contact ,.form_boxmain .box .btn{
    background: linear-gradient(93deg, #9f090b 0%, #e11921 100%);
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #1b75bb;
}
.hd_contact2 {
    background: #ffffff;
    margin-left: 10px;
    color: #242424;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -42px;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 130px;
    padding-top: 50px;
    background: url(../images/banner_backimg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 315px;
    height: 219px;
    background: url(../images/banner_topleftshape.png) no-repeat;
    background-size: contain;
}
.banner_textsmall {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner_texthd {
    font-size: 63px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-family: Anton;
}
.banner_textpara {
    color: #fff;
    margin-bottom: 25px;
    font-size: 30px;
    font-family: Anton;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 35px;
}
.banner_servavbox1 ,.banner_servavbox2 ,.banner_servavbox3{
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 8px;
}
.banner_servavbox1 {
    top: 23%;
    left: 14%;
    padding: 10px;
	animation: bounce 0.8s 1.1s infinite ease-out alternate;
}

@keyframes bounce {
  0% {
    transform:translateY(0px);
  }
  100% {
    transform:translateY(-20px);
    
  }
}

.banner_servavbox2 {
    padding: 7px;
    bottom: 36%;
    right: 0;
    text-align: center;
	animation: bounce 0.7s 1.2s infinite ease-out alternate;
}
.banner_servavbox3 {
    bottom: 12%;
    left: 30%;
    padding: 8px;
	animation: bounce 0.6s 1.4s infinite ease-out alternate;
}
.banner_servavbox2 .banner_servetext{
   width: 100%;
   font-weight: 500;
   margin: 0;
}
.banner_servavbox2 strong img{
    width: 62px;
}
.banner_servavbox3 .banner_servetext {
    width: 62%;
}
.banner_servavbox3 .banner_icnshape{
   background: #1c77be;
}
.banner_servavbox3 .banner_icnshape img{
   width: 18px; 
}
.banner_icnshape {
    width: 30px;
    height: 30px;
    background: #cb0711;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_icnshape img{
    width: 10px;
}
.banner_servetext {
    width: 80%;
    margin-left: 10px;
    font-size: 10px;
    color: #000;
}
.banner_servetext strong {
    font-size: 12px;
    font-weight: 500;
    display: block;
}
/*-- banner section end --*/

/*--- support section start ---*/
.support_info{
    background: #172135;
    padding: 90px 0 110px;
}
.support_box{
    display: flex;
    align-items: center;
}
.support_icon {
    width: 77px;
    height: 73px;
    background: #1b75bb;
    border-radius: 10px;
    box-shadow: -6px 0px 0px #cb0711;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support_icon img {
    width: 44px;
}
.support_textbox {
    width: 73%;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
.support_textbox strong{
    font-size: 18px;
    font-family: Anton;
    font-weight: 400;
    display: block;
}
/*--- support section end --*/

/*-- about section start --*/
.about_info{
    background: #172135;
}
.about_leftimg img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about_ltbgcolor {
    position: absolute;
    top: -12px;
    left: -12px;
    background: #172135;
    padding: 14px;
    border-radius: 30px;
}
.about_ltservbox {
    padding: 7px;
    background: #1b75bb;
    border-radius: 15px;
}
.plumb_iconabout {
    width: 94px;
    height: 79px;
    border-radius: 15px;
    background-color: #cb0711;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plumb_iconabout img{
    width: 50px;
}
.about_ltservetext {
    color: #fff;
    width: 60%;
    margin-left: 8px;
    font-weight: 600;
}
.about_ltservetext strong {
    display: block;
    font-size: 28px;
    font-weight: 600;
}
.about_leftimg {
    padding-right: 25px;
}
.main_text_hd{
    font-size: 38px;
    letter-spacing: 2px;
    color: #111;
    font-family: Anton;
    line-height: 42px;
    margin-bottom: 15px;
}
.main_text_para{
    color: #000;
    margin-bottom: 15px;
}
.main_pg_list ul{
    margin: 0;
    padding: 0;
}
.main_pg_list ul li {
    background: url(../images/check_list.png) no-repeat left 4px;
    background-size: 18px;
    color: #fff;
    font-size: 18px;
    padding: 0 0px 0 25px;
    margin-bottom: 12px;
    font-weight: 600;
}
.marquee {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 94px;
    margin-top: 85px;
}
.trak {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}
.clien_btandicon {
    display: inline-block;
    text-align: center;
    padding: 0px 6px;
    font-family: Impact;
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke: 1px rgb(255 255 255 / 15%);
    color: #172135;
    text-transform: uppercase;
    letter-spacing: 8px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/*-- about section end --*/

/*--- services section start --*/
.services_info {
    padding: 97px 0 100px;
    margin-top: -15px;
    background: #fff;
}
.serve_rightbox {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #cb0711;
    padding: 15px 20px 18px 25px;
}
.service_img img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    border-radius: 20px;
}
.services_box {
    border: 1px solid #cb0711;
    padding: 20px 14px 30px 14px;
    min-height: 100%;
    border-radius: 20px;
}
.sv_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(93deg, #9f090b 0%, #e11921 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.serve_pointtext {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    color: rgb(17 17 17 / 10%);
    font-family: Anton;
    line-height: 62px;
}
.serve_text_hd {
    font-size: 24px;
    font-family: Anton;
    color: #111;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 15px 0;
}
.serve_textpara {
    font-size: 14px;
    color: #111;
    line-height: 22px;
    margin-bottom: 14px;
}
.servicelrt_img img {
    height: 210px;
    border-radius: 20px;
    object-fit: cover;
}
.serve_rightbox .services_textbox {
    width: 65%;
    margin-right: 15px;
}
.serve_btn {
    color: #1b75bb;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #1b75bb;
}
.serve_btn:hover{
    color: #9f090b;
    border-bottom: 1px solid #9f090b;
}
/*--- services section end --*/

/*--  project sectiuon start --*/
.project_info{
    background: url(../images/project_backimg.jpg) no-repeat center;
    background-size: cover;
    padding: 113px 0 95px;
    position: relative;
    z-index: 0;
}
.project_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(23 34 54 / 90%);
    z-index: -1;
}
.project_box .rl-gallery-item {
    border-radius: 15px;
}
/*-- project section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    padding: 130px 0 95px;
    background: url(../images/plub_testimonial_leftimg.jpg) no-repeat;
    background-position: top 20px left;
}
/*-- testimonial section end --*/

/*-- form section start --*/
.form_info{
   background: #172236;
   padding: 70px 0 70px;
}
.form_homebox {
    background: #fff;
    padding: 75px 70px 40px 70px;
    border-radius: 20px;
}
.form_boxmain .box .form-control ,.form_boxmain .box select{
    width: 100%;
    padding: 22px;
    background: #ededed;
    border-radius: 35px;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
}
.form_boxmain .box select{
    background: url("../images/dropdown.png") #ededed no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_boxmain .box textarea{
    height: 110px;
    resize: none;
}
.wpcf7-spinner{
    display: none !important;
}
/*-- form section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #172236;
    padding: 40px 0 0;
}
.footer_hd_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_lgo {
    width: 252px;
} 
.ft_map iframe {
    border-radius: 15px;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    padding-bottom: 12px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #9f090b;
}
.footer_text_left {
    width: 88%;
    padding-left: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer_detailimg {
    width: 28px;
    height: 28px;
    background: linear-gradient(93deg, #9f090b 0%, #e11921 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer_text_left a:hover{
    color: #9f090b;
}
.footer_detailimg img {
    width: 12px;
}
.ft_copytext {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 12px 0;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.ft_copytext img {
    width: 130px;
    vertical-align: baseline;
    margin: 0 4px;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(93deg, #9f090b 0%, #e11921 100%);
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    box-shadow: inset 0 80px #3399ca;
}

/*-- inner page head --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_banner{
    background: url("../images/inner_mainbanner.jpg") #fff no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 50px !important;
    margin: 130px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-position: center !important;
}
.page .entry-header:before, .blog_page_banner:before {
    background: rgb(0 0 0 / 60%);
    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: 400;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
    font-family: Anton;
}
.breadcrumb-container {
    width: 100%;
    color: #63afe0;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #63afe0;
}
.blog_page_banner {
    margin-bottom: 50px !important;
}
.page{
   margin-top: 0 !important;
}
.inner_text_hd {
    font-size: 30px;
    font-weight: 400;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: Anton;
    margin-top: 0;
}
.inner_text_hd strong {
    color: #9f090b;
    font-weight: 400;
}
.inner_pg_list ul{
    padding: 0;
    margin: 0;
}
.inner_pg_list ul li {
    background: url(../images/check_list.png) no-repeat left 0;
    font-size: 16px;
    color: #111;
    padding: 0px 0 10px 26px;
    line-height: 20px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_pg_list li strong {
    color: #9f090b;
    font-weight: 600;
}
.inner_text_para {
    margin-bottom: 10px;
    color: #000;
    line-height: 24px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.services_in_img img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 10px;
}
.servicein_pg_box {
    text-align: center;
    border: 2px solid #a60b0d;
    padding: 6px;
    min-height: 100%;
    border-radius: 10px;
}
.serve_intexthd {
    font-size: 20px;
    color: #000;
    font-family: Anton;
    margin: 15px 0 20px;
    line-height: 28px;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #a60b0d;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #a60b0d;
}
.get_quobox {
    box-shadow: 0px 0px 8px -5px #383838;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
} 
.inner_pg_img img {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px #6e6e6e;
    padding: 7px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.footer_call_btn {
    background: rgb(23 34 54 / 85%);
    color: #fff;
    font-size: 9px;
    padding: 8px 5px 15px;
    border-radius: 15px 15px 0 0;
}
.footer_call_btn img {
	width: 36px;
	margin-right: 8px;
	animation: tilt-shaking .2s infinite;
}
@keyframes tilt-shaking{
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(7deg);
}
50% {
    transform: rotate(0 eg);
}
75% {
    transform: rotate(-7deg);
}
100% {
    transform: rotate(0deg);
}
}
.footer_call_btn a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.footer_call_btn strong {
    color: #a00a0c;
    font-weight: 600;
    animation: blinker .9s infinite;
    font-size: 12px;
}
.text_blink{
	animation: blinker .9s infinite;
	font-weight: bold;
}
@keyframes blinker{
	50% {
    color: #a00a0c;
}
100% {
    color: #fff;
}
}
.rmp-menu-title-image {
    width: 170px;
    margin-bottom: 30px !important;
}
.inner_ctabox {
    background: #a40a0d;
    padding: 50px 25px;
    text-align: center;
    margin-top: 40px;
    border-radius: 15px;
}
.inner_faqbox {
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
    padding: 12px;
}
.inner_faqbox .inner_text_hd {
    font-size: 18px;
    color: #ffffff;
    padding: 8px;
    line-height: 25px;
    background: linear-gradient(93deg, #1b75bb 0%, #65b1e1 100%);
}
.inner_ctabox .inner_text_para a {
    color: #000;
}
.inner_ctabox .inner_text_para a:hover{
    color: #fff;
}
.inner_smalltext {
    margin-top: 0;
    font-size: 20px;
    color: #1c76bc;
    font-family: Anton;
    font-weight: 400;
}
.inner_text_para strong {
    color: #61aedf;
    font-weight: 500;
    line-height: 22px;
}
.inner_faqinfo {
    margin-top: 40px;
}
.service_location_list ul {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service_location_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 25%;
    position: relative;
    padding-left: 35px;
    margin-top: 8px;
}
.service_location_list ul li:before {
    background: url(http://igniteplumbing.au/wp-content/uploads/2025/09/locate_inicon.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.service_page_location_section {
    margin-top: 50px;
}
.service_location_list ul li a {
    color: #282828;
}
.side_fixed_btnleft {
    position: fixed;
    z-index: 999999999;
    transform: rotate(90deg);
    right: -108px;
    top: 330px;
}
.side_btn1 {
    background: linear-gradient(93deg, #1b75bb 0%, #65b1e1 100%);
    padding: 12px 18px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.side_btn2{
	background: linear-gradient(93deg, #9f090b 0%, #e11921 100%);
}
/*--  responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
.logo_img img {
    width: 160px;
}
.head_bg {
    padding: 7px 0;
}
.banner_info {
    margin-top: 70px;
}
.banner_info::before {
    width: 130px;
    height: 102px;
}
.banner_textsmall {
    font-size: 16px;
    letter-spacing: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}
.banner_texthd {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
.banner_textpara {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}
.banner_servavbox1 {
    top: 12%;
    left: 0%;
    padding: 6px;
}
.banner_servavbox2 {
    padding: 5px;
    bottom: 28%;
    right: 0;
    text-align: center;
}
.banner_servavbox3 {
    bottom: 13%;
    left: 9%;
    padding: 5px;
}
.support_info {
    padding: 40px 0;
}
.support_textbox {
    width: 70%;
    margin-left: 16px;
}
.support_textbox strong {
    font-size: 17px;
}
.about_leftimg {
    padding-right: 0;
    margin-bottom: 30px;
}
.about_leftimg img {
    height: auto;
}
.about_ltservetext strong {
    font-size: 20px;
}
.main_text_hd {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}
.marquee {
    margin-top: 10px;
    padding-bottom: 70px;
}
.services_info {
    padding: 40px 0 55px;
}
.services_box {
    min-height: auto;
    margin-bottom: 25px;
}
.serve_rightbox {
    display: flex;
    flex-direction: column-reverse;
}
.serve_rightbox .services_textbox {
    width: 100%;
    margin-right: 0;
}
.servicelrt_img img {
    height: auto;
}
.servicelrt_img {
    margin-bottom: 20px;
}
.serve_text_hd {
    font-size: 20px;
    line-height: 28px;
    margin: 12px 0;
}
.project_info {
    padding: 50px 0 40px;
}
.testimonial_info {
    padding: 95px 0 50px;
    background-size: 18%;
}
.form_info {
    padding: 30px 0 40px;
}
.clien_btandicon {
    font-size: 45px;
    line-height: 60px;
}
.form_homebox {
    padding: 40px 15px 20px 15px;
}
.footer_lgo {
    width: 170px;
}
.footer_head {
    margin-bottom: 25px;
}
.ft_copytext {
    padding: 12px 0 80px;
    margin-top: 0px;
}
#back_to_top {
    bottom: 10px;
}
.page .entry-header, .blog_page_header {
    padding: 80px 0 20px !important;
    margin: 70px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_pg_img {
    margin-bottom: 35px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.right_form_contact {
    margin-top: 30px;
}
.service_location_list ul li{
	width: 100%;
}
}

@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) {
.service_location_list ul li{
	width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.service_location_list ul li{
	width: 50%;
}
}

/* 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) {
.primary-navigation li {
    margin-left: 22px !important;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 12px 20px !important;
    font-size: 14px !important;
}
}

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

}

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

}

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

} 
