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: 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 family secion end ---*/

/*--- header section start ---*/
.head_bg {
    padding: 10px 0;
    background: #fdf300;
}
.logo_bgbox img {
    width: 227px;
}
.hd_contact ,.form_box .box .btn{
    background: #fff100;
    padding: 10px 25px;
    display: inline-block;
    color: #090909 !important;
    font-weight: bold;
    transition: all 500ms ease-in-out;
    font-size: 16px;
    border-radius: 25px;
}
.hd_contact:hover ,.form_box .box .btn:hover{
    box-shadow: 3px 3px #000;
}
.call_iconbox img {
    width: 30px;
}
.hd_rtcalltext {
    text-align: left;
    margin-left: 13px;
    color: #010101;
    font-weight: bold;
}
.hd_rtcalltext a {
    color: #010101;
}
.hd_rtcalltext a:hover{
    color: #fff;
}
.hd_rtcalltext strong {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.serve_emergeny {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    line-height: 25px;
	animation: blinker .9s infinite;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 88px;
}
.banner_info::before ,.banner_info::after{
    position: absolute;
    content: "";
    top: 50px;
    left: 2%;
    width: 67px;
    height: 147px;
    background: url(../images/banner_shapeimg.png) no-repeat;
    background-size: 100%;
}
.banner_info::after{
    right: 2%;
    left: auto;
    top: auto;
    bottom: 40px;
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner_texthd {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.banner_texthd strong{
    color: #fff200;
}
/*-- banner section end --*/

/*--- form section start ---*/
.form_info {
    margin-top: -80px;
    position: relative;
}
.form_mainbox {
    padding: 60px 30px 50px 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px -4px #4d4d4d;
    margin-bottom: 124px;
}
.main_text_hd {
    font-size: 36px;
    color: #131313;
    font-weight: bold;
    line-height: 40px;
}
.form_box .box .form-control {
    width: 100%;
    background: #fffddc;
    padding: 15px 18px;
    border: none;
    border-radius: 28px;
    font-size: 14px;
    color: #000;
    box-shadow: none;
}
.form_box .box .form-control::placeholder{
    color: #000;
}
.form_box .box textarea{
    height: 118px;
    resize: none;
}
/*--- form section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 80px 0 0;
    background: #2f2f2f url(../images/footer_bgimg.png) no-repeat;
    position: relative;
    z-index: 0;
    background-position: bottom center;
    background-size: 100%;
}
.footer_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/footer_bulb.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -1;
    background-size: 100%;
}
.ft_logo {
    text-align: center;
    margin-bottom: 40px;
}
.detail_box {
    display: flex;
    align-items: center;
    min-height: 100%;
}
.detail_icon {
    width: 30px;
    height: 30px;
    background: #fff100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.detail_icon img {
    width: 14px;
}
.detail_textbox {
    width: 65%;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.detail_textbox a {
    color: #fff;
}
.detail_textbox a:hover {
    color: #fdf300;
}
.footer_copy_box {
    padding: 24px 0;
    margin-top: 60px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}
.footer_copy_box img {
    width: 160px;
    margin-left: 6px;
}
.footer_copy_box strong{
    font-weight: 400;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #fff100;
    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 #2f2f2f;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img01.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 180px 0 40px !important;
    margin: 92px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    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;
}
.error_container {
 display: flex;
 min-height: 100vh;
align-items: center;
text-align: center;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 100%;
    background: #fdf300;
    color: #000 !important;
    padding: 10px 0;
    display: block;
}
.footer_btn1 strong {
    font-size: 18px;
    font-weight: 600;
    animation: blinker .9s infinite;
}

@keyframes blinker {
    50% {
    color: #fff;
}
100% {
    color: #000;
}
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.logo_img {
    text-align: center;
}
.logo_img img {
    width: 125px;
}
.header_right_icon {
    display: none;
}
.serve_emergeny {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
}
.banner_info {
    margin-top: 60px;
}
.banner_info img {
    height: 300px;
    object-fit: cover;
}
.banner_texthd {
    font-size: 30px;
    line-height: 30px;
}
.banner_info::before{
    top: 20px;
    background-size: 42%;
}
.banner_info::before, .banner_info::after {
    bottom: -70px;
    background-size: 42%;
}
.form_info {
    margin-top: -30px;
}
.form_mainbox {
    padding: 40px 20px 20px 20px;
    margin-bottom: 50px;
}
.main_text_hd {
    font-size: 22px;
    line-height: 30px;
}
.ft_logo {
    margin-bottom: 22px;
}
.ft_logo img {
    width: 150px;
}
.footer_bg {
    padding: 40px 0 0;
}
#back_to_top {
    bottom: 50px;
}
.footer_copy_box {
    padding: 10px 0 60px;
    margin-top: 20px;
    font-size: 14px;
}
.footer_copy_box strong {
    display: inline-block;
}
.footer_copy_box img {
    width: 130px;
}
.page .entry-header, .blog_page_header {
    padding: 110px 0 40px !important;
    margin: 60px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}

}

@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) {
.header_right_icon {
    display: block;
}
.footer_copy_box {
    padding: 20px 0 20px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_right_icon {
    display: block;
}
.footer_copy_box {
    padding: 20px 0 20px;
}
}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}   
