/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    overflow-x: hidden;
}

p {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 5px;
}

h1 {
    font-size: 40px;
    line-height: 55px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* line-height: 1.5em; */
    margin: 0 0 5px 0;
    color: #000;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #555;
}

/* text field */
input[type='password']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus {
    outline: none;
}

input[type='password'],
input[type='email'],
input[type='text'],
input[type='file'],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    /* padding: 15px 0; */
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid #28e30230;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #d22027;
}

.sub-title {
    color: #b4080e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

/*input[type='submit'],
input[type='reset'],
input[type='button'] {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}

input[type='submit']:hover {
  background-color: #f4f4f4;
  color: #555;
  border: none;
}*/

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f4f4f4;
}

th,
tr,
td {
    padding: 10px;
}

input[type='radio'],
input[type='checkbox'] {
    display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

/* Top head style start */
.top-head {
    background: #fff;
    /* height: 70px;
    line-height: 70px;
    padding-top: 10px;
    padding-bottom: 120px; */
}

.top-head .top-area {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.top-head .top-area li {
    display: flex;
}

.top-head .social-media {
    padding-top: 10px;
}

.top-area.social-media i {
    margin-top: 5px !important;
}

.top-head .social-media li {
    margin-left: auto;
    padding-right: 0 !important;
}

.top-head .social-media li i {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #02a0f8 !important;
    margin-top: 6px;
}

.top-head .top-area li:first-child {
    padding-right: 30px;
}

.top-head .top-area li a {
    text-decoration: none;
    color: #1c3664;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.top-head .top-area li a span {
    color: #000;
}

.top-head .top-area li p span {
    font-weight: 700;
    color: #d22027;
}

.top-head .top-area li p {
    font-weight: 700;
    margin-bottom: 0;
    color: #818181;
    padding-left: 10px;

}

.top-head .top-area li i {
    /*   display: flex; */
    justify-content: center;
    align-items: center;
    color: #1c3664;
    /*   background: #d22027; */
    font-size: 22px;
    padding-right: 10px;
    border-radius: 50%;
    margin-top: 2px;
}

.logo {
    position: relative;
    padding-top: 0px;
}

/*
.logo::after{
  position: absolute;
  top: -14px;
  right: -20px;
  width: 1px;
  height: 191px;
  background: #c7c7c7;
  content: "";
  transform: rotate(15deg);
  z-index: 1;
}
*/


.social-media a i {
    width: 40px;
    height: 40px;
}

.top-head .social-media a {
    text-decoration: none;
}

/* Top Head style end */
/* Nav section style start */
.nav-section {
    background: #1c3664;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.nav-section::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 82.8%;
    border-top: 1px solid #c7c7c7;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* .navbar-brand {
  width: 280px;
} */
.nav-section .navbar ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.nav-section .navbar ul li ul li a {
    color: #000000;
}
.sticky.nav-section .navbar ul li a {
    color: #ffffff;
}
.sticky.nav-section .navbar ul li ul.dropdown-menu li a {
    color: #000000;
}

.nav-section .navbar ul li:last-child {
    background: #d22027;
    padding: 5px 5px;
    margin-left: 40px;
    position: relative;
}

.nav-section .navbar ul li:last-child::after {
    position: absolute;
    top: 0px;
    left: -40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 54px 41px;
    border-color: transparent transparent #d22027 transparent;
}

/* .nav-section .navbar ul li:last-child a{
  color: #fff;
} */
.nav-section .navbar ul li ul li:last-child {
    background: none;
    margin-left: 0;
}

.nav-section .navbar ul li ul li:last-child {
    color: #000;
}

.nav-section .navbar ul li ul li:last-child:after {
    display: none;
}

/* .nav-section .navbar ul li ul li:last-child a {
  color: #000;
} */
.nav-section .navbar ul li {
    padding-right: 13px;
    padding-top: 7px;
}

/* .nav-section .navbar ul li.active a{
color: #27e004;
} */
.nav-section .navbar ul li:last-child {
    padding-right: 0;
}

.nav-section .navbar .dropdown .dropdown-menu li {
    border-bottom: 1px solid #e5e3e3;
    padding: 5px 0;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #d22027 !important;
}

.nav-section .navbar .dropdown .dropdown-menu li a:hover {
    color: #fff;
}

.nav-section .navbar .dropdown .dropdown-menu li:last-child {
    border: none;
}

.nav-section .navbar form p {
    width: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-section .navbar form .form-select {
    width: 50%;
    margin-left: 20px;
    background-image: url(../img/dw.png) !important;
}

/* Nav section style end */


.main-btn.banner-btn {
    text-transform: uppercase;
    background: #d22027;
    font-size: 15px !important;
    border-radius: 6px;
    padding: 16px 40px !important;
}


/* for banner */

.slide {
    position: relative;
    padding: 150px 0 200px;
}
.slide::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #0000006e;
}

.slide h2 {
    font-weight: bold;
}

.slide .slide_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.slide p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}

.cont_center {
    position: relative;
    z-index: 1;
}

.slide .slide_img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    width: 100%;
    object-fit: cover;
}

.slide .slide_content--headings {
    text-align: left;
    color: #fff;
}

.slide .slide_content--headings h5 {
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
    text-shadow: 0 0 3px #444;
}

.slide .slide_content--headings h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #fff;
    border-left: 7px solid #d22027;
    padding-left: 10px;
    text-shadow: 0 0 3px #444;
}

.slide .slide_content--headings .animated {
    transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

/* .slider_area .slick-arrow{border: none;background: transparent;color: #fff;position: absolute;top: 50%;left: 0;width:45px; z-index:1;}
.slider_area .slick-arrow.slick-next{right: 0;left: auto;transition:ease-in-out 0.3s;z-index: 0;}
.slider_area .slick-arrow i{font-size:35px; transition:all 0.3s; background: #d22027; padding: 5px 10px;color: #fff !important;}
.slider_area .slick-arrow i:hover{background:#1d2150;} */
.slider_area .slick-arrow:before {
    display: none;
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slider_area .btn_area {
    margin-top: 30px;
    margin-left: 20px;
}

.slider_area .btn_area .banner-btn {
    background: #d22027;
    transition: 0.5s;
}

.slider_area .btn_area .banner-btn:hover {
    background: #d22027;
}



/* banner style end */

.book-area {
    background: #fff;
    box-shadow: 0 0.5rem 1rem #0000000e;
    border-radius: 10px;
    position: relative;
    top: -140px;
    z-index: 1;
    height: 393px;
}

.book-area form {
    margin-top: 80px;
    padding-right: 20px;
}

.book-img {
    height: 393px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.book-img::before {
    position: absolute;
    top: -42px;
    right: 113px;
    height: 465px;
    width: 10px;
    background: #d22027;
    transform: rotate(29deg);
    content: "";
}

.book-cont {
    position: absolute;
    top: 40px;
    left: 0;
}

.book-cont h1 {
    color: #fff;
    font-size: 57px;
    line-height: 60px;
    padding-left: 140px;
    padding-top: 70px;
}

.book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.book-button {
    padding: 14px 70px;
    border-radius: 6px !important;
    background: #d22027 !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.book-button:hover {
    color: #fff;
    background: #1c3664;

}

/* .banner-form{
  padding: 20px;
  margin-top: 67px;
} */
.banner-form input {
    /* height: 50px; */
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.banner-form input:focus {
    box-shadow: none !important;
    border-color: #d22027 !important;

}

/* about style start */
.about-sec {
    margin-top: -70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.about-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/abt-overlay.png) no-repeat;
    background-size: cover;
    background-position: 0% 87%;
    z-index: -1;
}

.about-sec ul li {
    display: flex;
}

.about-sec ul li i {
    padding: 5px;
    font-size: 24px;
    color: #fff;
    max-width: 45px;
    width: 100%;
    height: 45px;
    background: #d22027;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
    margin-top: 10px;
}

.abt1 {
    width: 100%;
    height: 230px;
}

.abt1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt2 {
    padding-top: 20px;
    height: 251px;
}
.abt2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt3 {
    height: 480px;
}

.abt3 img {
    height: 100%;
    object-fit: cover;
}

.phone-btn {
    padding: 14px 40px;
    background: #d22027;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s;
    text-align: center;
}

.phone-btn:hover {
    background: #1c3664;
    color: #fff;
}

.learn-btn:hover {
    background: #d22027;
    color: #fff;
}

.nav-section .navbar ul li ul.dropdown-menu li:last-child a.dropdown-item {
    color: #000000;
}
.nav-section .navbar ul li ul.dropdown-menu li:last-child:hover a.dropdown-item {
color: #fff;
}

.learn-btn {
    padding: 14px 40px;
    background: #1c3664;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-left: 20px;
    transition: 0.5s;
    width: 197px;
    text-align: center;
}

/* about style end */


/* service style start */
.service-sec {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(15deg, #00000067, #000000d1), url(../img/service_bg.jpg) no-repeat;
    background-size: cover;
}

.service-sec .service-head h1 {
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 700;
    /* font-size: 40px; */
}

.service-sec .service-head p {
    text-align: center;
    width: 75%;
    margin: 0 auto 20px;
}

.service-sec .view-btn {
    background: #34b12a !important;
    font-size: 18px !important;
}

.service-sec .view-btn:hover {
    color: #fff;
}

.service-sec .view-btn::after {
    background: #002d4c;
    right: -122px;
    height: 70px;
}

.service-sec .view-btn::before {
    background: #002d4c;
    left: -122px;
    height: 70px;
}

.service-sec .service-box {
    width: 100%;
    height: 525px;
    background: #fff;
    margin-bottom: 22px;
    transition: 0.5s;
    border-radius: 6px;
}

.service-cont p {
    min-height: 130px;
}

.service-sec .service-box .service-img {
    width: 100%;
    height: 245px;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.service-sec .service-box .service-img img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-sec .service-box:hover .service-img img {
    transform: scale(1.1);
}


.service-sec .service-box .service-cont {
    padding: 10px 16px;
    position: relative;
    /* text-align: center; */
    border-top: 15px solid #d22027;
}

.service-sec .service-box .service-cont h3 {
    transition: 0.5s;
    position: relative;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    /* color: #34b12a; */
}

.service-sec .service-box .service-cont .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1c3664;
    border: 3px solid #fff;
    padding: 15px;
    position: absolute;
    right: 40px;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-sec .service-box .service-cont a {
    font-size: 16px;
}

/* service style end */

/* Main button  */
.main-btn {
    text-decoration: none;
    padding: 10px 30px;
    background: #d22027;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    z-index: 1;
}

.main-btn:hover {
    background: #1c3664;
    color: #fff;
}

.emergency-button {
    padding-top: 100px;
}

.emergency-area-box {
    background: #fff;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
}

.emergency-cont {
    margin-top: 60px;
}

.main-btn.pro-btn {
    background: #d22027;
}

/* main button style end */


/* project-sec style start */
#gallery .img-wrapper {
    position: relative;
    /* margin-top: 15px; */
    transition: 0.5s;
}

#gallery .img-wrapper img {
    width: 100%;
}

#gallery .img-wrapper:hover .img-overlay {
    opacity: 1;
}

#gallery .img-wrapper .img-overlay {
    background: rgba(197, 1, 1, 0.657);
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

#gallery .img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgb(0 0 0 / 91%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.5s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15%;
    right: 28%;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* For gallery style start */
.project-sec {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

.project-sec .project-content h1 {
    font-size: 40px;
    /* text-transform: uppercase; */
}

.project-sec h1 {
    color: #000;
}

#gallery .img-wrapper {
    position: relative;
    transition: 0.5s;
    height: 264px;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 2px;
}

#gallery .img-wrapper a {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gallery .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-sec .owl-carousel.owl-drag .owl-item {
    width: 485px !important;
}

/* .project-sec .image{
  padding: 5px;
} */

/* #gallery .img-wrapper:hover .img-overlay {
    opacity: 1;
  } */

#gallery .img-wrapper .img-overlay {
    background: #d22027b8;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

#gallery .img-wrapper .img-overlay h5 {
    position: absolute;
    left: 70px;
    bottom: 50px;
    color: #fff;
}

#gallery .img-overlay i {
    color: #fff;
    font-size: 3em;
}

.project-sec image {
    padding: 0;
}

#overlay {
    background: rgb(0 0 0 / 91%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.5s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 4%;
    right: 24%;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* project-sec style end */

/* testimonial style start */

.testimonial {
    background: #edf4ff;
    position: relative;
    z-index: 1;
}

.testimonial::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background: url(../img/testi-bg.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.test-left {
    width: 100%;
}

.testimonial .test-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .testi-name ul li i {
    color: #fc9e1a;
    padding-right: 5px;
}

.testimonial .testi-name h6 {
    color: #000;
    font-weight: 700;
}

.testimonial .item {
    margin-top: 30px;
}

.testimonial .item p {
    padding-top: 20px;
}

.testi-right {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 100px;
    width: 100%;
}

.owl-dots {
    margin: auto !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b8b8b8 !important;
    margin-right: 10px;
}

.owl-dots .owl-dot.active span {
    background: #d22027 !important;
}

/* call us style start */
.call-left {
    position: relative;
}

/* .call-left::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #0e356fa5;
} */
.call-us {
    position: relative;
    background: url(https://iprodesigns.com/Solidset/wp-content/uploads/2026/05/call-bg-area.png) no-repeat;
    background-size: cover;
    background-position: 100%;
    overflow: hidden;
}

.call-left-cont {
    position: absolute;
    top: 100px;
    left: 120px;
}

.call-left-cont h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.call-us i {
    width: 130px;
    height: 130px;
    background: #d22027;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
}

.phone-icon {
    position: relative;
    left: -171px;
    top: 103px;
}

.call-left::before {
    position: absolute;
    top: -31px;
    right: 82px;
    height: 384px;
    width: 10px;
    background: #ffffff;
    transform: rotate(29deg);
    content: "";
}

/* emergency-area style start */
.emergency-area {
    padding: 40px 0;
    background: #001a3f;
}

.another-btn {
    background: #ffffff !important;
    margin-left: 10px;
    color: #1c3664;
}

.another-btn:hover {
    color: #d22027 !important;
}

.emergency-area .emergency-button a {
    background: #d22027;
}

.emergency-area .main-btn {
    padding: 10px 16px;
    font-size: 14px;
}


/* footer style start */

.footer {
    padding: 40px 0 20px;
    background: linear-gradient(#051019, #030d14b6), url(https://iprodesigns.com/Topdog/wp-content/uploads/2025/05/shingle.webp) no-repeat;
    background-size: cover;
    background-position-y: 90%;
}

.footer .footer_logo_area p {
    color: #fff;
    font-size: 18px;
    margin-top: 17px;
}

.footer-logo {
    width: 300px;
    height: auto;
}

.wideget-area h3 {
    border-bottom: 3px solid #d22027;
    display: inline-block;
    color: #fff;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 23px;
}

.wideget-area ul {
    padding-top: 20px;
    padding-left: 0;
}

.social-media li span {
    margin-right: 15px;
}

.wideget-area ul.footer-menu li i {
    top: 8px;
    font-size: 14px;
}

.wideget-area ul li a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    position: relative;
    /*   padding-left: 20px; */
    transition: 0.5s;
}

.address-link li span {
    width: 35px;
}


.wideget-area ul.footer-menu li:hover a {
    color: #d22027;
}

.wideget-area ul.contact-area li:hover a {
    color: #fff;
}

.wideget-area ul li i {
    font-size: 25px;
    color: #d22027;
}

.wideget-area ul.address-link li a:hover,
.wideget-area ul.address-link li:hover,
.wideget-area .social-media li a:hover {
    color: #fff;
}

.wideget-area ul li {
    display: flex;
    /* margin-bottom: 20px; */
}

.wideget-area ul li i {
    color: #d22027;
    font-size: 15px;
    position: relative;
    /* top: -3px; */
    /* padding-right: 10px; */
}

.wideget-contact-area ul li i {
    color: #d22027;
    padding-top: 6px;
    padding-right: 20px;
    font-size: 28px;
}

.wideget-contact-area ul {
    padding-top: 20px;
}

.wideget-contact-area ul li p {
    color: #fff;
    font-size: 18px;
}

.wideget-contact-area ul li {
    display: flex;
}

.wideget-contact-area a {
    text-decoration: none;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}

.wideget-contact-area a:hover {
    color: #fff;
}

/* footer style end */
/* footer-bottom style start */

.footer .contact-area li i {
    padding-top: 4px;
    font-size: 25px;
}

.footer .contact-area li {
    margin-bottom: 20px;
}

.footer .contact-area li p {
    color: #fff;
    padding-left: 27px;
    font-size: 18px;
}

.social-media li:first-child i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1872dd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.social-media li:last-child i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a2ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.social-media li {
    padding-bottom: 20px;
}

.social-media li a {
    padding-top: 6px;
}

.foot-btm {
    position: relative;
}

.footer {
    position: relative;
}

.footer::after {
    position: absolute;
    content: "";
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4e4e4e;
}

.foot-btm p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-sec .blog-content a {
    text-decoration: none;
    color: #00234b;
    font-weight: 700;
}

.blog-sec .blog-content a i {
    padding-left: 10px;
    color: #00234b;
}

.single_service .abt_left {
    padding: 30px;
}

.inner_banner_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 0 10px;
}

.inner_banner {
    position: relative;
    z-index: 1;
}

.inner_banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner_banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.inner_banner h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

.single_service {
    padding: 40px 0;
}

.single_service img {
    float: right;
    width: 40%;
    height: auto;
    margin: 0 0 20px 20px;
}

.single_service p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
    color: #505050;
}

.single_service p a {
    color: #d22027;
    font-weight: bold;
}

.single_service ul li {
    list-style: none;
    color: #505050;
    margin: 5px 0;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.single_service ul li:before {
    content: "\f14a";
    color: #d22027;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ======= Section style ======= */
.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.section-title span {
    color: #c6321b;
}

.section-subtitle {
    font-size: 36px;
    font-weight: 800;
    color: #0a2766;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}

.section-subtitle:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0a2766;
    position: absolute;
    left: 0;
    top: 50%;
}

.section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.section-title2 span {
    color: #c6321b;
}

.getin_wrap {
    padding: 60px 0;
}

.getin_wrap h2 {
    text-align: center;
    color: #0490c0;
}

.form_box {
    padding: 0;

}

.home_map {
    background: #1c3664;
    padding: 20px;
}

.home_map ul {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.home_map ul li {
    padding: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.home_map ul li i {
    vertical-align: middle;
    margin: 6px 0px 0px 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
}

.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
}

.home_map ul li span h4 {
    margin: 0 0 5px;
    color: #dea91c;
}

.home_map ul li a {
    text-decoration: none;
    color: #fff;
}

.map iframe {
    width: 100%;
    height: 350px;
}

.form-control {
    padding: 10px 6px;
    margin: 0 0 15px;
}

textarea.form-control {
    height: 150px;
}

.msg_area {
    margin-top: 0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 70px 0;
}

.msg_area h2 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}

.msg_area form input,
.msg_area form select,
.msg_area form textarea {
    background: #f4f5f8;
    border-radius: 8px;
    height: 60px;
    color: #000;
    margin-bottom: 20px;
}

.form_area {
    width: 100%;
}

.msg_area form input::placeholder,
.msg_area form select::placeholder,
.msg_area form textarea::placeholder {
    color: #000;
}

.msg_area form input:focus,
.msg_area form select:focus,
.msg_area form textarea:focus {
    background: #f4f5f8;
}

.msg_area form textarea {
    height: 110px;
}

.form_btn {
    color: #fff !important;
    height: 60px !important;
    font-size: 16px;
    font-weight: 600;
    background-color: #f86a31 !important;
    border-radius: 5px !important;
    margin: auto;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    padding: 0 48px;
    transition: all 0.5s;
    display: inline-block;
    text-transform: uppercase;
    border: none;
}

.form_btn:hover {
    background: #a0a0a0;
}


.call_float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}

.call_float a i {
    width: 50px;
    height: 50px;
    background: #d22027;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}


.nav-open {
    border: 3px solid white;
    height: 45px;
    left: 0;
    position: relative;
    top: 0;
    /*   transform: translate(-50%, -50%); */
    width: 45px;
    border-radius: 6px;
}

.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
    background-color: white;
    content: "";
    display: block;
    height: 3px;
    width: 14px;
    transition: all 0.5s ease;
}

.nav-open .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-open .inner::before {
    margin-top: -6px;
    position: absolute;
}

.nav-open .inner::after {
    margin-top: 6px;
    position: absolute;
}

.nav-open.nav-close .inner {
    background-color: transparent;
    left: 54%;
}

.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
    transform: rotate(45deg);
    transform-origin: 0 50%;
    width: 17px;
}

.nav-open.nav-close .inner::after {
    transform: rotate(-45deg);
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0.5rem 0.8rem #0000001c;
    padding-left: 10px;
}

.sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.sticky .navbar .navbar-brand {
    display: block !important;
    width: 130px;
    transition: 0.5s;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}