body {
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: "Jost", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all 0.6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

p {
    margin: 0;
    line-height: 28px;
    margin-bottom: 25px;
}

ul li {
    margin-bottom: 0px;
}
.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.list-inline li {
    display: inline-block;
    padding: 0px 5px;
}

h1 {
    font-size: 71px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 82px;
}
h2 {
    font-size: 60px;
    text-transform: uppercase;
}

h3 {
    font-size: 33px;
}

h4 {
}

h5 {
}
h6 {
    font-size: 50px;
}
.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section {
    padding: 100px 0px;
}
.img-fluid {
    width: 100%;
}
.center {
    display: inline-block;
    margin: 60px auto 0;
    display: table;
}
.mobile_header {
    display: none;
}
.hd-btn {
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #000;
    background: #1e1e1e;
    color: #fff;
    padding: 12px 38px;
    border-radius: 77px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.hd-btn:hover {
    background: #000;
    color: #fff;
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #339ae1;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #339ae1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 15px;
    opacity: 1;
}

.m-backtotop > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop > div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

/* ------------- */
.header_top {
    background: #133f66;
    color: #fff;
    padding: 12px 0px;
    font-family: "Roboto", sans-serif;
}
.header_top p {
    margin-bottom: 0px;
    padding-right: 18px;
}
.header_top p i.bx {
    color: #ffd34b;
    font-size: 23px;
    position: relative;
    top: 3px;
}
.service_area_zip form {
    position: relative;
    width: 45%;
}
.service_area_zip form input {
    width: 100%;
    border: none;
    border-radius: 6px;
    height: 40px;
    padding: 0px 88px 0 18px;
    outline: none;
    position: relative;
    font-size: 14px;
    font-style: italic;
}
.service_area_zip form button {
    background: #ffd34b;
    font-weight: 700;
    border: none;
    font-size: 17px;
    padding: 0;
    position: absolute;
    right: 0;
    height: 40px;
    width: 67px;
    line-height: 40px;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    outline: none;
    transition: all 0.6s;
}
.service_area_zip form button:hover {
    background: #000;
    color: #ffd34b;
}
.social_hd a {
    color: #fff;
    font-size: 20px;
    transition: all 0.7s;
    display: inline-block;
    padding: 0px 9px;
}
.social_hd a:hover {
    transition: all 0.6s;
    transform: scale(1.4);
    color: #ffd34b;
}
.main_header {
    padding: 2px 0px;
}
.main_header .navbar li.active a {
    color: #133f66;
}
.main_header .navbar li a {
    color: #666363;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 56px 23px;
}
.call_hdr a {
    font-size: 28px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #133f66;
    transition: all 0.6s;
}
.main_header .navbar li a:hover {
    color: #e72e46;
}
.call_hdr a i.bx {
    font-size: 39px;
    position: relative;
    top: 5px;
    color: #f5be13;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
}

.carticon {
    position: relative;
}
.carticon i {
    font-size: 25px;
}
.carticon sup {
    background-color: #ffd34b;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    left: 32px;
    top: -8px;
    width: 15px;
    height: 15px;
}
.carticon a {
    color: #000;
}
/* -------------------- */

.banner_area {
    color: #fff;
    position: relative;
}
.padding {
    padding: 120px 0px 170px;
}
.banner_area:before {
    position: absolute;
    bottom: -5px;
    background: url(../image/shape-bg.png) no-repeat center bottom;
    width: 100%;
    height: 173px;
    content: "";
}

.banner_area1 {
    background: url(../image/banner-bg1.jpg) center center no-repeat;
    position: relative;
}

.banner_area1:before {
    position: absolute;
    bottom: -5px;
    background: url(../image/shape-bg.png) no-repeat center bottom;
    width: 100%;
    height: 173px;
    content: "";
}

/* Default Slider Animations */
.owl-item.active .heading_comon h1 {
    -webkit-animation: fadeInUp 3000ms ease-in-out;
    animation: fadeInUp 3000ms ease-in-out;
}
.owl-item.active .heading_comon h6 {
    -webkit-animation: fadeInUp 2000ms ease-in-out;
    animation: fadeInUp 2000ms ease-in-out;
}
.owl-item.active .heading_comon p {
    -webkit-animation: fadeInUp 4000ms ease-in-out;
    animation: fadeInUp 4000ms ease-in-out;
}
.owl-item.active .heading_comon .button_area {
    -webkit-animation: fadeInUp 4000ms ease-in-out;
    animation: fadeInUp 4000ms ease-in-out;
}

/* Keyframes for the fadeInUp animation */
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.heading_comon h6 {
    font-family: "Broetown Signature";
    margin-bottom: 0px;
    color: #133f66;
}
.heading_comon h1 span {
    color: transparent;
    -webkit-text-stroke: 2px #164268;
}

a.btn1 {
    text-align: center;
    background: #133f66;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 50px;
    padding: 16px 50px;
    font-size: 18px;
    display: inline-block;
    transition: all 0.6s;
}
a.btn1:hover {
    background: #000;
    color: #133f66;
}
a.btn2:hover {
    background: #000;
    color: #ffd34b;
}
a.btn2 {
    text-align: center;
    background: #ffd34b;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 18px;
    display: inline-block;
    transition: all 0.6s;
}
.button_area {
    margin-top: 37px;
}
.button_area a {
    margin-right: 14px;
}
.color p {
    color: #555555;
}
.gap2 {
    margin-bottom: 20px;
}
.work_list {
    text-align: center;
}
.work_list h3 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #001f8b;
    margin-bottom: 37px;
}
.work_list h3:before {
    width: 50px;
    position: absolute;
    content: "";
    background: #ffd34b;
    height: 5px;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    bottom: -21px;
}
.work_list p {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    color: #555555;
}

.contact_form_Section {
    background: url(../image/bg-1.png) no-repeat center;
    color: #fff;
}
.contact_form h2 {
    background: #2d46a0;
    color: #fff;
    padding: 24px 30px;
    border-radius: 14px 14px 0px 0px;
}
.contact_form {
    background: #fff;
    color: #000;
    text-align: center;
    margin-top: -150px;
    border-radius: 14px;
    box-shadow: 0px 9px 30px rgb(28 28 28 / 40%);
}
.contact_form form input {
    width: 100%;
    height: 66px;
    font-size: 19px;
    padding: 0px 30px;
    margin-bottom: 6px;
    border: 1px solid #e5dddd;
    outline: none;
}
.contact_form form {
    padding: 11px 29px 32px;
}
.contact_form form textarea {
    width: 100%;
    height: 166px;
    font-size: 19px;
    padding: 30px 30px;
    margin-bottom: 0px;
    border: 1px solid #e5dddd;
    outline: none;
}

.contact_form form button {
    width: 100%;
    height: 66px;
    border: none;
    background: #ffd34b;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: all 0.6s;
}
.contact_form form button:hover {
    background: #000;
    color: #ffd34b;
}
.contact_form_Section .heading_comon h6 {
    color: #fff;
}
.list p img {
    position: absolute;
    left: 0;
}
.list p {
    position: relative;
    padding: 0 0 0 44px;
    font-weight: 600;
}

.list {
    margin-top: 40px;
}
section.how_its_work {
    padding: 100px 0 140px;
}
.service_list {
    text-align: center;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    margin-bottom: 25px;
}
.service_bg {
    background: #fff;
    padding: 17px 10px;
    position: relative;
    top: 0px;
    margin-top: -50px;
    width: 90%;
    margin: -48px auto 12px;
    border: 1px solid #f3eeee;
    transition: all 0.6s;
}
.service_bg h3 {
    margin-bottom: 8px;
    font-size: 20px;
    transition: all 0.6s;
    color: #133f66;
    text-transform: uppercase;
}
.service_bg p {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 0;
    transition: all 0.6s;
    line-height: 28px;
}
.service_bg p {
    color: #1e1e1e;
    font-size: 16px;
}
.hover_title {
    transform: translateY(100px);
    display: none;
    transition: all 0.6s;
}
.service_list:hover .service_bg .hover_title {
    display: block;
    transform: translateY(18px);
    transition: all 0.6s;
}
.img_service {
    overflow: hidden;
}
.img_service img {
    transition: all 0.6s;
}
.service_list:hover img {
    transform: scale(1.2);
}
.service_list:hover .service_bg {
    background: #133f66;
    border: 1px solid #133f66;
}
.service_list:hover .service_bg h3 {
    color: #fff;
}
.service_list:hover .service_bg p {
    color: #fff;
}
/* .heading_comon h2{
    color: #000;
} */
.title h4 {
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
.item.d-flex img {
    padding-top: 12px;
    padding-right: 19px;
}
.item.d-flex {
    padding-top: 20px;
}
.content_section .button_area {
    margin-top: 27px;
}
.content_section {
    background: url("../image/home-bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.content_section .title h4 {
    color: #fff;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 16%;
    left: 15%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #133f66;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

.video-play-button:after {
    content: "\f095";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    font-family: FontAwesome;
    height: 90px;
    background: #133f66;
    border-radius: 50%;
    transition: all 200ms;
    right: 0;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    font-size: 52px;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.area_list {
    background: url(../image/area-bg.png) no-repeat center;
    color: #fff;
}
.area_list .heading_comon h6 {
    color: #fff;
}
a.area {
    color: #000;
    background: #fff;
    display: block;
    text-align: left;
    padding: 12px 20px;
    font-size: 21px;
    border-radius: 50px;
    margin-bottom: 10px;
    transition: all 0.6s;
    box-shadow: 0px 3px 10px rgb(68 65 65 / 50%);
    text-align: center;
}
a.area i.bx {
    position: relative;
    top: 5px;
    font-size: 25px;
    color: #f1c334;
    transition: all 0.6s;
}
.heading_comon.gap3 {
    margin-bottom: 40px;
}
a.area:hover {
    transform: scale(1.1);
    background: #000;
    color: #f1c334;
    z-index: 999;
    position: relative;
}
a.area:hover i.bx {
    color: #f1c334;
}
.client_post h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}
.client_post {
    padding: 20px 15px;
    border: 1px solid #133f66;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.client_post i.fa {
    color: #133f66;
    font-size: 22px;
    margin-bottom: 12px;
}
.client_post p {
    margin-bottom: 0;
}
.client_slider .item {
    margin: 15px 4px;
}

/* ----------- */

.footer_Section {
    background: url(../image/footer-bg.png) center center no-repeat;
    padding: 95px 0px 30px;
    color: rgb(255, 255, 255);
}

h3.footer_common {
    /* font-family: Poppins, sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 53px;
    font-size: 29px;
}

h3.footer_common:before {
    position: absolute;
    left: 0;
    width: 51px;
    height: 3px;
    background: #fff;
    content: "";
    bottom: -24px;
}

.footer_Section .footer_heading li {
    position: relative;
    padding: 0px 0px 0px 27px;
    margin-bottom: 16px;

    display: block;
}
.footer_Section .footer_heading li i.fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer_Section .footer_heading li a {
    color: #fff;
}

.footer_Section .footer_heading .social_icon {
    margin-top: 30px;
}

/* .footer_heading p {
    font-size: 13px;
  }
   */
.footer_Section .footer_heading .social_icon li {
    padding: 0;
    display: inline-block;
}

.footer_Section .footer_heading .social_icon li a {
    color: #fff;
    background: #339ae1;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 8px 0px 0px;
}

.footer_Section .footer_heading .social_icon li a:hover {
    background: #fff;
    color: #339ae1;
    transition: all 0.5s;
}

.footer_Section .footer_heading .social_icon li a i.fa {
    position: initial;
}

.footer_Section .footer_heading2 li {
    position: relative;
    padding: 0px 0px 0px 27px;
    margin-bottom: 16px;

    display: block;
}

.footer_Section .footer_heading2 li i.fa {
    position: absolute;
    left: 0;
    top: 4px;
}

.footer_Section .footer_heading2 li a {
    color: #fff;
    text-transform: capitalize;
}

.footer_Section .footer_heading2 input {
    width: 100%;
    font-size: 13px;
    border: none;
    padding: 12px 19px;
    font-size: 13px;
    margin: 12px 0px;
    outline: none;
}

.footer_Section .footer_heading2 button {
    width: 100%;
    text-align: center;
    font-size: 13px;
    border: none;
    background: #4a8eb9;
    color: #fff;
    letter-spacing: 3px;
    padding: 12px 19px;
    cursor: pointer;
}

.footer_Section .footer_heading2 button:hover {
    background: #1e1e1e;
    color: #fff;
    transition: all 0.5s;
}

.copyright_text {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px 0px 0px 0px;
    margin-top: 68px;
    position: relative;
}

.copyright_text:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    width: 30px;
    height: 1px;
    background: #ffd34b;
}

.copyright_text:after {
    position: absolute;
    top: -1px;
    right: 0;
    content: "";
    width: 30px;
    height: 1px;
    background: #ffd34b;
}

.copyright_text p {
    text-align: center;
    /* margin: 17px 0px 0; */
    margin-bottom: 0px;
}

.social_list {
    text-align: right;
}

.social_list li a {
    color: #fff;
    font-size: 13px;
    /* margin: 10px 6px; */
    margin: 20px 8px 1px;
    display: block;
}

.social_list li a:hover {
    color: #ce4a46;
    transition: all 0.5s;
}

.copyright_text p a {
    color: #a8bc0f;
}

.cpyright_link li h3 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
}

.cpyright_link li h3 span {
    position: relative;
    top: 8px;
}

.cpyright_link li a.footer_btn {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 62px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cpyright_link li a.footer_btn:hover {
    background: #ffd34b;
    color: #000;
    transition: all 0.5s;
    border: 1px solid #ffd34b;
}

.footer_Section .footer_heading li a:hover {
    transition: all 0.5s ease 0s;
    color: rgb(255, 211, 75);
}

.footer_Section .footer_heading2 li a:hover {
    transition: all 0.5s;
    color: #ffd34b;
}
.footer_Section .footer_social ul li {
    display: inline-block;
    padding: 0;
}

.footer_Section .footer_social ul li a {
    display: inline-block;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: #fff;
    color: #133f66;
    border-radius: 50px;
    font-size: 18px;
}

.footer_Section .footer_heading li a i.fa {
    position: inherit;
    left: 0;
}
.footer_social {
    padding-top: 22px;
}

.footer_Section .footer_social ul li a:hover {
    background: #000;
    color: #ffd34b;
}

/* ------------------------ */

#banner1 {
    background: url(../image/inner-banner.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner2 {
    background: url(../image/inner-banner2.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner3 {
    background: url(../image/inner-banner3.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner4 {
    background: url(../image/inner-banner4.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner5 {
    background: url(../image/inner-banner5.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner6 {
    background: url(../image/inner-banner6.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner7 {
    background: url(../image/inner-banner7.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_banner {
    position: relative;
    padding: 180px 0px;
    text-align: left;
}
.inner_banner h1 {
    position: relative;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
}
.inner_banner ul li {
    padding: 0 0;
    position: relative;
    color: #fff;
}
.inner_banner ul li.active a {
    color: #133f66;
}
.inner_banner ul li span {
    margin: 0px 9px 0px 10px;
    font-size: 20px;
}
.inner_banner ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inner_banner ul li a i.fa {
    margin: 0px 2px 0px 0px;
}

/* --------------- */

.ftco-section {
    padding: 100px 0px;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:focus,
.form-control:active {
    border-color: #46b5d1 !important;
}

textarea.form-control {
}

.wrapper {
    width: 100%;
}

.contact-wrap {
    background: rgb(19, 63, 102);
    color: rgb(255, 255, 255);
    padding: 50px 30px !important;
    border-radius: 15px;
}
.contact-wrap h3 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .info-wrap {
        height: 400px;
    }
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px;
    }
}
.dbox p {
    margin-bottom: 0;
}
.dbox p span {
    font-weight: 500;
    color: #133f66;
    display: block;
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 32px;
    display: block;
}
.dbox p a {
    color: #000000;
}
.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #133f66;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.dbox .text {
    width: 100%;
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none !important;
}
.btn.btn-primary {
    color: rgb(255, 255, 255);
    background: #000;
    border-color: #;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-none
{
  display: none !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #000000;
}

.contactForm .label {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.contactForm .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding: 0px;
    border: 1px solid #e5dfdf;
    height: 60px;
    padding: 0px 12px;
}
#contactForm .error {
    color: red;
    font-size: 12px;
}

#contactForm .form-control {
    font-size: 16px;
    padding: 15px 19px;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

img.img-fluid.img-1 {
    border-radius: 100%;
}

/* -------------- */

.blog_hd article {
    color: #f5be13;
    font-weight: 700;
    margin-bottom: 21px;
}
.blog_hd h3 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 23px;
    font-size: 40px;
    line-height: 44px;
}
.blog_hd h3 a {
    color: #ffffff;
}
.blog_hd h3 a:hover {
    color: #d32141;
}

.blog_hd {
    padding: 32px 25px;
}
.latest_blog {
    overflow: hidden;
    position: relative;
    background: #133f66;
    color: #fff;
    box-shadow: 0px 14px 20px rgb(82 82 82 / 58%);
    margin-bottom: 40px;
}
.blog-img {
    overflow: hidden;
}
.blog-img img {
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
}
.latest_blog:hover img {
    transform: scale(1.2);
}
.latest_blog a.btn1 {
    text-align: center;
    background: #000000;
}
.latest_blog a.btn1:hover {
    background: #1e1e1e;
    color: #fff;
}
section.blog_Section {
    padding: 100px 0 60px;
}

img.img-fluid.img-2 {
    object-fit: cover;
    height: 501px;
    border: 9px solid #133f66;
    padding: 13px;
    border-radius: 32px;
}

.inner_service_content {
    background: url(../image/inner-service-bg.jpg) no-repeat center;
    color: #000;
}

/* ------------- */

.banner-start {
    background-image: url(../image/inner-banner7.jpg);
    background-position: center;
    background-size: cover;
    padding: 90px 0 20px;
}
.banner-start2 {
    background-image: url(../image/banner-image2.jpg);
    background-position: center;
    background-size: cover;
    padding: 180px 0px;
}
.banner-start4 {
    background-image: url(../image/banner-image4.jpg);
    background-position: center;
    background-size: cover;
    padding: 180px 0px;
}
.ban-caption {
    padding-top: 0px;
}
.ban-caption-txt h1 {
}
.ban-caption-txt h3 {
    padding: 15px 0px 0px;
}
.ban-btn {
    padding: 40px 0px 20px;
    margin-left: -5px;
}
.yelp-review-section {
    padding-top: 90px;
    font-size: 17px;
    color: #fff;
}
.yelp-review-section a {
    color: #fff;
}
.yelp-review-section {
    padding-top: 90px;
    font-size: 17px;
    color: #fff;
}
.inn-seo-contact-from {
    background: rgb(41 126 244);
    color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 0px;
    position: relative;
    top: 90px;
    margin-top: -20px;
    /* border: 5px dashed #fff; */
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 40%);
}
.inn-seo-contact-from h2 {
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
}
.frm-lbl {
    font-weight: 500;
    font-size: 21px;
    color: #fff;
}
.cntct-us-frm {
    height: 69px;
    margin-top: 6px;
    margin-bottom: 15px;
    background: #ffff;
    border-radius: 10px;
    border: 4px solid #0966e7;
    font-size: 21px;
}
.frm-msg11 {
    height: 169px;
    margin-top: 6px;
    margin-bottom: 15px;
    padding-top: 20px;
    background: #ffff;
    border-radius: 10px;
    border: 4px solid #0966e7;
    font-size: 21px;
}
.get-btn {
    color: #000;
    background: #ffd34b;
    transition: 0.5s;
    padding: 16px 40px;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin-top: 6px;
}

.get-btn:hover {
    background: #000;
    color: #fff;
}
.frm-last-content {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}
section {
    padding: 80px 0px;
}
.about-section {
    text-align: center;
    padding-top: 142px;
}
.about-section h2 {
    color: rgb(41 126 244);
}
.about-section h4 {
    padding: 10px 0px 15px;
}
.about-section h4 {
    padding: 10px 0px 15px;
    font-size: 40px;
}
.md-lock-service-section1 {
    background: url(../image/map-bg.jpg) no-repeat;
    padding: 100px 0px 100px;
    background: #eaf3ff;
}
.srvc-caption {
    text-align: center;
    padding: 40px 10px 40px;
}
.srvc-caption h4 {
    color: rgb(0 137 209);
    font-weight: 700;
    padding-bottom: 10px;
}

.emergency-locksmith-section {
    background-image: url(../image/area-bg-1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 140px 0px;
    background-attachment: fixed;
}

.emergency-locksmith-section .heading h5 {
    color: #f58022;
    margin-bottom: 10px;
}
.emergency-locksmith-section h2 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.emergency-locksmith-section h3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.emergency-locksmith-section h3::after {
    position: absolute;
    left: 0;
    right: 0;
    background: #e09900;
    content: " ";
    margin: 0 auto;
    height: 6px;
    width: 100px;
    bottom: 0;
}
.emergency-locksmith-call {
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.emergency-locksmith-call a {
    color: #fff;
}
.commercial-locksmith-section {
    background: url(../image/area-bg-2.jpg) no-repeat center;
    color: #fff;
    padding: 150px 0px;
}
.commercial-locksmith-section h2 {
    font-weight: 500;
}
.commercial-locksmith-section h3 {
    padding: 10px 0px 20px;
}
.commercial-locksmith-option li {
    font-size: 20px;
    margin-bottom: 10px;
}
.commercial-locksmith-option li img {
    position: relative;
    float: left;
    margin-right: 8px;
    top: 2px;
}
.commercial-locksmith-video-section {
    margin-top: -100px;
}
.commercial-locksmith-video-section {
    background-image: url(../image/bg-img-2.jpg);
    background-position: center;
    background-size: cover;
    min-height: 645px;
    padding-top: 220px;
    object-fit: cover;
    margin-top: -50px;
}
.video-back {
    background: #fff;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 6px;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.vid-icon {
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.modal-body {
    color: #000;
}

.pinkBg {
    /*    background-color: #ed184f!important;*/
    background-image: linear-gradient(90deg, #fff, #fff);
}
.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}
.intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 30px;
}
.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}
@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.watch-vdo-txt {
    font-family: "Dancing Script";
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

.manhatthan-locksmith-section {
    background-image: url(../image/mannahathan-locksmith-back.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}
.manhatthan-locksmith-section h2 {
    font-family: Scream-Real;
    font-weight: 500;
    color: #e09900;
}
.manhatthan-locksmith-section h3 {
    padding-top: 10px;
    font-weight: 300;
}
.manhatthan-locksmith-section h3 span {
    color: #cd5c5c;
    font-weight: 600;
}
.manhattan-locksmith-map {
    padding: 40px 30px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.map-click-btn {
    padding: 12px;
    text-align: center;
    background: #cd5c5c;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 3px;
    transition: 0.5s;
}
.map-click-btn:hover {
    background: #e09900;
    color: #fff;
}
.call-quote-txt {
    font-size: 38px;
    font-weight: 700;
    padding: 50px 0px 0px;
}
.happy-secured-section {
    background-image: url(../image/happy-family-back.jpg);
    background-position: center;
    background-size: cover;
}
.happy-secured-section h2 {
    font-family: Scream-Real;
    font-weight: 500;
    color: #cd5c5c;
}
.happy-secured-section h3 {
    color: #e09900;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}
.header_menu.fixed-top.header_bg2 {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}

.ban-caption-txt {
    color: #fff;
}
.ban-caption-txt h1 {
    font-size: 72px;
}

.main-srvc-box {
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgb(190 190 190 / 50%);
}
.commercial-locksmith-option li {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0px 10px 40px;
}
.commercial-locksmith-option li::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    top: 8px;
    border-radius: 50px;
}

.ban-caption-txt h1 span {
    font-weight: bold;
    display: block;
}
.about-section p {
    margin-bottom: 25px;
}
.emergency-locksmith-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 55px;
    font-weight: 800;
}
.commercial-locksmith-section p {
    margin-bottom: 25px;
}
.map_section {
    position: relative;
    top: 50px;
    margin-top: -30px;
    margin-bottom: 20px;
}
.heading h2 {
    color: #174e87;
}
.heading h2 span {
    color: #000;
}

.emergency-locksmith-section .heading.text-left {
    padding: 50px 30px 60px;
    background: rgba(0, 0, 0, 0.8);
}
.emergency-locksmith-section .heading.text-left span {
    color: #fff;
}
.commercial-locksmith-section .heading h2 {
    color: #fff;
}
.contact_info {
    background: rgb(255 211 75);
    color: rgb(0 0 0);
    border-radius: 7px;
    text-align: left;
    padding: 62px 35px;
}
.contact_info h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #000000;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 600;
}

.contact_info p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}
.contact_info a {
    display: block;
    color: #000;
    margin-bottom: 8px;
    font-size: 22px;
}
.contact_info p i.fa {
    font-size: 30px;
    width: 49px;
    color: #0089d1;
}

.contact_info a i.fa {
    font-size: 30px;
    width: 49px;
    color: #0089d1;
}
.logo {
    display: table;
    margin: 0 auto 19px;
}

p.text {
    margin-bottom: 32px;
}
.map_section {
    position: relative;

    background: #eaf3ff;
}
.map iframe {
    width: 100%;
    height: 500px;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar li .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar li:hover a {
        color: #000;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar li:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

ul.dropdown-menu.fade-up li a:hover {
    color: #fff !important;
    background: #133f66;
}
ul.dropdown-menu.fade-up li:last-child {
    border-bottom: 0px;
}
ul.dropdown-menu.fade-up li {
    border-bottom: 1px solid #e6e2e2;
    margin: 0 0 0 0;
}
ul.dropdown-menu.fade-up li a {
    color: #000 !important;
    font-size: 17px;
    display: block;
    width: 100%;
    padding: 12px 12px;
    text-transform: capitalize;
}
ul.dropdown-menu.fade-up {
    border: none;
    background: #ffffff;
    padding: 0 0;
    min-width: inherit;
    width: 260px;
    border-radius: 0px;
}
select#inputGroupSelect01 {
    width: 100%;
    height: 66px;
    font-size: 19px;
    padding: 0px 30px;
    margin-bottom: 6px;
    border: 1px solid #e5dddd;
    outline: none;
    color: #777;
}
.contact-wrap select#inputGroupSelect01 {
    width: 100%;
    height: 60px;
    font-size: 19px;
    padding: 0px 30px;
    margin-bottom: 0px;
    border: 1px solid rgb(229, 221, 221);
    outline: none;
    color: rgb(197 193 193);
    border-radius: 0px;
}
.contact-wrap textarea {
    height: 150px !important;
}
img.img-fluid.contact-img {
    height: 818px;
    object-fit: cover;
}
.ban-caption select#inputGroupSelect01 {
    width: 100%;
    height: 66px;
    font-size: 19px;
    padding: 0px 30px;
    margin-bottom: 6px;
    border: 4px solid #0966e7;
    outline: none;
    color: #777;
    border-radius: 6px;
    margin: 8px 0 0;
}

.navbar-brand img {
    width: 100px;
}
.circel_img {
    border-radius: 50%;
}
.how_its_work {
    background: url("../image/home-bg2.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.how_its_work .heading_comon h6 {
    color: #fff;
}
.how_its_work .heading_comon p {
    color: #fff;
}
.work_list h3 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 37px;
    font-size: 28px;
}
.work_list p {
    color: #fff;
}
.work_list .top_img {
    width: 80px;
    height: 80px;
    background: #133f66;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 18px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ft_logo img {
        width: 281px;
    margin-bottom: 20px;
}
.footer_heading2 p {
    max-width: 450px;
}
#about_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("../image/about-banner.png") no-repeat center;
    background-size: cover;
}
#gallery_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("../image/gallery-banner.jpg") no-repeat center;
    background-size: cover;
}
#contact_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("../image/contact-banner.jpg") no-repeat center;
    background-size: cover;
}
.heading h2 {
    color: #000;
}
.dbox {
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* dropdown_megha */
.dropdown_megha {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 11111;
    top: 82px;
    left: 0;
    right: 0;
    padding: 20px;
    border: 2px solid #133f66;
    transition: all 0.6s ease-in-out;
    display: none;
}
.dropdown_megha .menu_area {
    width: 100%;
}

#main_header nav {
    position: relative;
}
.menu_area ul {
    list-style: none;
    padding: 0;
}
.menu_area ul > li > a {
    font-size: 14px !important;
    text-transform: capitalize !important;
}
.menu_area h4 a {
    color: #133f66 !important;
}
.dropdown_list li {
    /*padding-left: 48px;*/
    margin-bottom: 9px;
    position: relative;
}
.dropdown_list li::before {
    content: "";
    /*background-image: url('../image/cleaning-services-img1.jpg');*/
    background-size: cover;
    width: 35px;
    height: 25px;
    border-radius: 50px;
    left: 0;
    top: 0;
    position: absolute;
}
.dropdown li::before {
    content: "";
    background-image: n;
    background-size: cover;
    width: 35px;
    height: 25px;
    border-radius: 50px;
    left: 0;
    top: 0;
    position: absolute;
    display: none;
}
.dropdown {
    margin: 5px 0;
}

/*.dropdown li{*/
/*    padding-left: 0px;*/
/*    margin-bottom: 0;*/
/*}*/
.dropdown li {
    padding-left: 28px;
    position: relative;
}
.dropdown .a {
    list-style-type: circle;
}

.dropdown li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #164168;
    top: 0;
    left: 0;
}
.dropdown_list li a {
    font-size: 14px;
    padding: 0 !important;
}

.dropdown_megha_li:hover .dropdown_megha {
    display: flex;
    transition: all 0.6s;
}
.dropdown_list {
    margin-left: 25px;
}
.mobile_navbar {
    display: none;
}

/* dropdown_megha */
.img_rounding {
    border-radius: 15px;
}
.service_sec2 {
    background: url("../image/cleaning-services-bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    background-attachment: fixed;
}

.cart-container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

table {
    background-color: #fff;
}

.quantity-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-container input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}

.quantity-container button {
    background-color: #ddd;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
}

.quantity-container button:focus {
    outline: none;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    background-color: #218838;
}

.text-right {
    margin-top: 20px;
}

.cart-container {
    max-width: 800px;
    margin: 0 auto;
}

.quantity-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-controls .quantity {
    width: 50px;
    text-align: center;
}

.increment-btn,
.decrement-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0;
}
.package-list {
    display: flex;
    flex-direction: column;
}

.section-title {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.package-item {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    cursor:pointer;
}

.package-item:hover {
        background-color: #a9c5f7;
}

.package-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.package-price {
    font-size: 1rem;
    color: #777;
}

.text-center {
    text-align: center;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

@media (max-width: 991px) {
    .package-item {
        flex: 0 0 calc(50% - 15px); /* Adjust for 2 columns */
    }
}

@media (max-width: 767px) {
    .package-item {
        flex: 0 0 100%; /* Full width on small devices */
    }
}



.ft_logo img {
	width: 132px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.footer_Section .footer_heading li p {
	margin-bottom: 0px;
}
.copyright_text {
	border-top: 1px solid #fff;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin-top: 25px;
	position: relative;
}
.dbox {
	height: 100%;
}

.so_info .social {
  position: fixed;
  top:40%;
  z-index: 999;
}

.social ul{
  list-style: none;
  padding: 0;
  transform: translateX(-270px);
 }
 .social ul li {
	display: block;
	margin: 5px;
	background: rgba(0, 0, 0, 0.5);
	width: 320px;
	text-align: right;
	padding: 5px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
}
 .social ul li:hover{
     transform: translateX(110px);
 }
 .social ul li#twitter:hover{
  background-color: #95227C;
 }
 .social ul li#facebook:hover{
  background-color: #95227C;
 }
 .social ul li#instagram:hover{
  background-color: #133F66;
 }
 .social ul li a{
     color: #fff;
     text-decoration: none;
 }
 .social ul li i {
	text-align: center;
	color: #30d14e;
	margin-left: 14px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 22px;
	transform: rotate(0deg);
	line-height: 40px;
}
 .social ul li:hover i{
     transform: rotate(360deg);
     transition: all 1s;
 }
 
 .img_service img{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    object-fit: cover;
}
.img_service
{
    display:flex;
    justify-content:center;
    align-items:center;
}


/* painting-service */
#painting-banner {
  background: url('../images/painting/Painting-banner.jpg') no-repeat center;
  background-size: cover;
}

.price-con-left ul li {
  margin-bottom: 10px;
}

.price-con-left .heading h5 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #174e87;
}

.price-con-left .heading h4 {
  color: #1c1c1c;
  font-size: 25px;
  margin-bottom: 9px;
}

.price-con-left ul li i {
  color: #133f66;
  margin-right: 7px;
}

.price-con-left ul {
  margin: 30px 0;
}

.price-con-left a.btn2 {
  padding: 10px 40px;
}

.price-con-right .btn-sec {
  text-align: center;
  margin-top: -22px;
}

.price-con-right .btn-sec .btn1 {
  padding: 9px 20px;
}

.price-con-right img {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.price-border {
  width: 100%;
  height: 1px;
  background-color: #6d6d6d38;
  margin: 25px 0;
}

.mini-service-sec .cards {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.mini-service-sec .cards img {
  width: 100%;

  object-fit: cover;
}

.mini-service-sec .cards .card-img {
  width: 250px;
  height: 175px;
}

.mini-service-sec .card-content {
  padding: 16px;
  width: 100%;
}


.mini-service-sec .price {
  font-size: 16px;
  margin: 0 0 16px;
}

.mini-service-sec .price del {
  color: #999;
  margin-right: 8px;
}

.mini-service-sec .price span {
  color: #28a745;
  font-weight: bold;
}

.card-content h4 {
  font-size: 21px;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 8px;
  letter-spacing: 1px;
}

.mini-service-sec .card-content .btn1 {
  padding: 7px 25px;
  width: 100%;
  border-radius: 7px;
}

.cart-btn-sec button {
  width: 100%;
}

.painting-service-dec p {
  margin-bottom: 12px;
}

.painting-service-dec ul li {
  margin-bottom: 12px;
}

.painting-service-dec ul li i {
  color: #133f66;
  margin-right: 7px;
}

.details-form input {
  border: 1px solid #888;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  outline: none;
  padding: 10px;
}

.details-form button {
  text-align: center;
  background: #133f66;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 8px;
  padding: 12px 50px;
  font-size: 18px;
  display: inline-block;
  transition: all 0.6s;
  border: 1px solid #133f66;
  width: 100%;
  cursor: pointer;
}
.enquiryform-con {
	background: #143f66;
	padding: 40px;
	border-radius: 15px;
}
.enquiryform-con  h3{
  color: #fff;
  text-align: center;
}
.enquiryform-con input {
  border: 1px solid #888;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  outline: none;
  padding: 10px;
}
.enquiryform-con textarea{
  border: 1px solid #888;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  outline: none;
  padding: 10px;
}
.enquiryform-con button {
	text-align: center;
	background: #ffd34b;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 8px;
	padding: 12px 50px;
	font-size: 18px;
	display: inline-block;
	transition: all 0.6s;
	border: 1px solid #ffd34b;
	width: 100%;
	cursor: pointer;
	outline: none;
}
.features li {
	position: relative;
	margin-bottom: 8px !important;
}
.work-process-img{
  text-align: center;
}
.work-process-img img{
  width: 250px;
}
.work-gap{
  margin-top: 30px;
}
.work-process-img img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.benefits-sec{
  background: #fff;
}

.benefits-con {
	background: #133f66d9;
	color: #fff;
	padding:20px  45px;
	border-radius: 13px;
}
.benefits-con1 {
	background: #ddb433;
	color: #fff;
	padding: 20px 45px;
	border-radius: 13px;
	margin-top: 20px;
}
.technician-img img {
	width: 445px;
	position: relative;
	margin-bottom: -20px;
	margin-top: -68px;
}

@media screen and (max-width: 992px) {
  .price-con-left ul li {
    margin-bottom: 11px;
    display: flex;
    align-items: self-start;
  }

  .price-con-left ul li i {
    margin-top: 5px;
  }

  .price-con-right {
    margin-top: 20px;
  }

  .mini-service-sec .cards img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .mini-service-sec .card-content {
    padding: 0 13px;
    width: 100%;
  }

  .mini-service-sec .cards .card-img {
    width: 250px;
    height: 155px;
  }
  .benefits-con {
	padding: 30px 20px;
}
.enquiryform-con {
	padding: 22px;
}
.work-process {
	text-align: center;
}
.benefits-con1 {
	background: #ddb433;
	color: #fff;
	padding: 30px 20px;
	border-radius: 13px;
	margin-top: 20px;
}
.technician-img img {
	width: 100%;
	position: relative;
	margin-bottom: -30px;
	margin-top: 0;
}
}