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 !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 -----*/
@font-face {
    font-family: Oswald;
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@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 family secion end ---*/

/*--- header section start ---*/
.header_top {
    background: #fff;
    position: relative;
    border-top: 4px solid #d31925;
}
.header_iconbox {
    display: inline-block;
    background: #d31925;
    padding: 9px 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.header_iconbox a{
    color: #fff;
}
.header_nav {
    padding: 33px 0;
}
.header_iconbox::before{
    position: absolute;
    content: "";
    top: 0;
    right: -2549px;
    width: 2550px;
    height: 100%;
    background: #d31925;
}
.header_iconbox::after {
    position: absolute;
    content: "";
    top: 0;
    left: -58px;
    width: 58px;
    height: 46px;
    background: url(../images/btn_topbackimg.png) no-repeat;
}
.header_iconbox img {
    width: 15px;
    margin-right: 5px;
}
.header_toptext a {
    color: #585858;
}
.header_toptext {
    color: #585858;
    display: inline-block;
    font-size: 15px;
}
.head_bg {
    background: #fff;
    position: relative;
}
.logo_img {
    margin-top: -45px;
}
.logo_img img {
    width: 216px;
}
.header_nav ul li {
    display: inline-block;
    transition: all 500ms ease-in-out;
    margin-left: 30px;
}
.header_nav ul li:first-child{
    margin: 0;
}
.header_nav ul li a {
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.header_nav ul li a:hover{
    color: #b03146;
}
.header_nav ul li.active a {
    color: #b03146;
    font-weight: 700;
}
.hd_contact {
    background: #d31925;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    position: relative;
    z-index: 0;
    font-size: 15px;
}
.hd_contact:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 10px 6px -10px #a5a5a5;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 138px;
    border-bottom: 5px solid #d41926;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 100%) 43%, rgb(255 255 255 / 35%) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner_info::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 173px;
    height: 124px;
    background: url(../images/banner_btmpathimg2.png) no-repeat;
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 9%;
    width: 650px;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_smalltext {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cf161f;
    font-weight: 500;
    margin-bottom: 15px;
}
.banner_texthd {
    font-size: 70px;
    line-height: 85px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-family: Oswald;
}
.banner_texthd strong{
    color: #d41926;
}
.banner_callicon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_callicon img {
    width: 30px;
}
.banner_rtcalltext {
    color: #fff;
    margin-left: 15px;
}
.banner_rtcalltext a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 35px;
}
.banner_rtbox {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
/*-- banner section end --*/

/*--- testimonial section start --*/
/* .testimonial_info{
    padding: 115px 0 80px;
    background: url(../images/testimonial_bgimg.jpg) no-repeat center;
    background-size: cover;
} */
/*--- testimonial section end --*/

/*-- choose section start --*/
.choose_info{
    padding: 90px 0 130px;
}
.main_text_hd {
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #080b13;
    font-weight: bold;
    font-family: Oswald;
    line-height: 55px;
    margin-bottom: 15px;
    position: relative;
}
.main_text_hd strong {
    color: #d41926;
    font-weight: bold;
}
.main_text_para {
    font-size: 15px;
    line-height: 25px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 10px;
}
.choose_boxitem {
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 3px 3.5px rgba(0,0,0,0.13);
    background: #fff;
    padding: 30px 18px;
    min-height: 100%;
}
.choose_icon img {
    width: 48px;
}
.choose_textbox {
    font-size: 15px;
    color: #0b0b0b;
    font-weight: 600;
    width: 70%;
    margin-left: 10px;
    text-transform: uppercase;
}
/*-- choose section end --*/

/*-- about section start --*/
.main_text_hd2{
    padding-bottom: 22px;
}
.main_text_hd2::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #d41926;
    width: 62px;
    height: 3px;
}
.abt_btnlink {
    background: none;
    color: #020202;
    padding: 10px 65px 10px 18px;
    border: 2px solid #d31925;
    text-transform: capitalize;
}
.abt_btnlink::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #d41926 url(../images/banner_rightarrow.png) no-repeat center;
    background-size: 10px;
}
.abt_btnlink:hover{
    box-shadow: inset 0 80px #d41926;
}
.about_rightbox{
    padding: 0 30px 0 60px;
    position: relative;
    z-index: 0;
}
.about_rightbox img {
    height: 538px;
    object-fit: cover;
    width: 100%;
}
.about_rightbox::before {
    position: absolute;
    content: "";
    top: -45px;
    right: -30px;
    width: 140px;
    height: 133px;
    background: none;
    border: 6px solid #d41926;
    z-index: -1;
}
.small_textmain {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cf161f;
    font-weight: 500;
    margin-bottom: 8px;
}
/*-- about section end --*/

/*-- review section end --*/
.review_info{
    background: url(../images/reviewbackimg.jpg) no-repeat center;
    background-size: cover;
    padding: 65px 0 30px;
    margin-top: 95px;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
    overflow: hidden;
}
.review_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(212 25 38 / 92%);
    z-index: -1;
}
.review_leftbox {
    padding-left: 25px;
    text-align: center;
}
.review_textbox {
    font-size: 40px;
}
.review_textbox strong{
    color: #f6b706;
    display: block;
}
.review_starbox {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 26%);
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    margin-bottom: 25px;
}
.review_starbox img {
    width: 74px;
}
.review_textpara {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.abt_btnlink2 {
    border: 2px solid #020202;
    background: #fff;
}
.abt_btnlink2:hover{
    box-shadow: inset 0 80px #010101;
}
.abt_btnlink2::before{
    background: #010101 url(../images/call_iconhd.png) no-repeat center;
    background-size: 21px;
}
.review_rightbox{
    position: relative;
    z-index: 0;
}
.review_rightbox::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -40px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background-color: #fff;
    z-index: -1;
    animation: bounce-in 3s ease infinite;
}

@keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
}
/*-- review section end --*/

/*-- partner section start --*/
.partner_info{
    padding: 90px 0 110px;
}
/*-- partner section end --*/

/*-- services section start --*/
.services_box {
    padding: 40px;
    border: 1px solid rgb(117 117 117 / 15%);
}
.services_icon {
    width: 73px;
    margin-bottom: 20px;
}
.serve_texthd {
    font-size: 19px;
    text-transform: uppercase;
    color: #151515;
    font-weight: bold;
    font-family: Oswald;
    line-height: 25px;
    margin-bottom: 15px;
}
.serve_text_para {
    font-size: 14px;
    color: #3f3f3f;
    margin-bottom: 15px;
}
.serve_linkbtn {
    font-size: 15px;
    color: #d41926;
    font-weight: 600;
    background: url(../images/serve_rightarrow.png) no-repeat right center;
    background-size: 10px;
    padding-right: 20px;
}
/*-- services section end --*/

/*-- repairs section start --*/
.repairs_info{
    background: url(../images/repairs_bgimg.jpg) no-repeat center;
    padding-top: 80px;
    margin-top: 50px;
}
.repairs_box{
    padding: 45px 40px;
    box-shadow: 0px 21px 29.5px rgba(0,0,0,0.12);
    background: #fff;
    min-height: 100%;
}
.repairs_imgbox img {
    height: 275px;
    width: 100%;
    object-fit: cover;
}
.repairs_box .main_text_hd {
    font-size: 30px;
    margin: 30px 0 18px;
    line-height: 35px;
}
.repairs_textpara{
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 15px;
}
/*-- repairs section end --*/

/*-- testimonial section start --*/

/*-- testimonial section end --*/

/*-- testimonial section start --*/

/*-- testimonial section end --*/

/*-- testimonial section start --*/

/*-- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #000000;
    padding: 100px 0 0;
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 24px;
    background: url(../images/ft_hdbg.png) no-repeat bottom left;
    padding-bottom: 22px;
}
.footer_list ul li {
    margin-bottom: 10px;
    color: #d3e0ea;
}
.footer_list ul li a {
    color: #d3e0ea;
    font-size: 15px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #fffb00;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.footer_text_left, .footer_text_left a {
    color: #121212;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    font-family: Poppins;
}
.footer_text_left a:hover{
    color: #fffb00;
}
.footer_text_left {
    width: 85%;
}
.footer_detailimg{
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #fffc00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_detailimg img {
    width: 12px;
}

.footer_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.footer_logo{
    width: 156px;
}
.ft_cptext {
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.ft_cptext a{
    color: #fff;
}
.footer_para{
    color: #d3e0ea;
    font-size: 15px;
}
.footer_copy_text {
    border-top: 1px solid rgb(255 255 255 / 12%);
    margin-top: 60px;
    padding-top: 40px;
}
.footer_socialbox img {
    width: 36px;
    margin-left: 10px;
}
.ft_cptext a:hover{
    color: #fffb00;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #ff8335;
    cursor: pointer;
    padding: 5px 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #000;
}