html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #151515;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #F6E152;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #E52226;
}

input:focus, textarea:focus, button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}

h2 {
    font-size: 48px;
}

p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.container {
    max-width: 1170px;
    width: 100%;
}

ul.lists {
    margin-bottom: 20px;
}

ul.lists li {
    margin: 5px 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #E52226;
}

::-webkit-scrollbar-thumb {
    background: #1d1d1d;
}

::-webkit-scrollbar-thumb:hover {
    background: #575757;
}

/* --- Button Code --- */
.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 55px;
    border-radius: 0;
    padding: 0 30px;
    position: relative;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #E52226;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.custom-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background-color: #E52226;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px;
    transition: .5s;
}

.h_social .social_links a:before {
    background-color: #4F83BC;
    z-index: 1;
}

.social_links a:before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #E52226;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
    border: 1px solid #E52226;
}

.custom-btn:hover::before, .social_links a:hover:before, .h_social a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.social_links a i {
    position: relative;
    z-index: 9;
}

.custom-btn:hover {
    text-decoration: none;
}

.border-btn {
    background: #F6E152;
}

.border-btn:hover {
    color: #ffffff;
}

.dark-btn {
    color: #ffffff;
    background-color: #000000;
}

.dark-btn:hover {
    color: #ffffff;
}

.light-btn {
    color: #000000;
    background-color: #C19C60;
}

.light-btn:hover {
    color: #ffffff;
}

/* --- Header Code --- */
.top_header {
    padding: 30px 8%;
}

.main_header {
    padding: 0px 8%;
}

header .logo-div img {
    transition: all 0.3s ease-in-out;
}

header.fixed-header .logo-div img {
    max-width: 70% ;
}

header .row {
    align-items: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header.fixed-header .main_header {
    position: fixed;
    top: 0;
    width: 100%;
}

.main_header .row {
    position: relative;
    margin: 0;
    --bs-gutter-x: 0;
    padding-right: 22px;
}

.main_header .row:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background: #FFF;
    z-index: -1;
}

header.fixed-header .main_header .row:after {
    opacity: 1;
    background: #000;
}

header .nav-menu .navbar-collapse {
    justify-content: flex-end;
}

header .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header ul.navbar-nav li {
    padding: 0px 20px;
    position: relative;
    list-style: none;
}

header ul.navbar-nav li:hover {
}

header ul.navbar-nav li a {
    transition: 0.3s ease;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 20px 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header ul.navbar-nav li a:hover, header ul.navbar-nav li.current-menu-item a {
    color: #F6E152;
    border-top: 2px solid #F6E152;
    border-bottom: 2px solid #F6E152;
    padding: 6px 0px;
}

header nav.navbar {
    padding: 0;
}

header ul.navbar-nav ul.sub-menu li a {
    color: #F2C01C;
}

header ul.navbar-nav ul.sub-menu {
    position: absolute;
    top: 65px;
    left: 0;
    min-width: 320px;
    padding: 10px 0 10px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 9;
}

header ul.navbar-nav ul.sub-menu li {
    padding: 10px 20px;
}

header ul.navbar-nav > li > ul > li.menu-item-has-children > ul.sub-menu {
    top: 0;
    left: 100%;
}

header ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 13px;
    color: #F6E152;
}

.social_links a {
    display: flex;
    width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.social_links a:hover {
    color: #000;
}

.social_links {
    display: flex;
    justify-content: flex-end;
}

.h_stripe span {
    display: flex;
    align-items: center;
    padding-right: 40px;
    color: #F6E152;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.h_stripe span:last-child {
    padding-right: 0px;
}

span.phn_no a {
    margin: 0px 10px;
}

.h_stripe {
    display: flex;
    justify-content: flex-end;
}

.h_stripe span img {
    padding-right: 10px;
}

.h_stripe span a {
    color: #F6E152;
}

.h_stripe span a:hover {
    color: #E52226;
}

.h_stripe.one {
    justify-content: flex-start;
}

/* --- Footer Code --- */
footer {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 60px 0px 0;
}

.footer-detail-row {
    padding: 70px 0px;
    justify-content: space-between;
}

.footer-detail-row h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 130% */
    margin-bottom: 35px;
}

.f_details h2 {
    color: #FFF;
    font-weight: 700;
}

.f_details p, .fcontact-div p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
}

.f_information {
    padding-left: 8%;
}

ul.q-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.q-link li {
    margin-bottom: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 275% */
}

ul.q-link a {
    color: #fff;
}

ul.q-link a:hover, ul.q-link li.current_page_item a {
    color: #F6E152;
}

.fcontact-div {
    margin: 0 auto;
}

.fcontact-div span {
    display: block;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.fcontact-div span a {
    color: #FFF;
}

.fcontact-div span a:hover {
    color: #F6E152;
}

.fcontact-div span {
    position: relative;
    padding-left: 34px;
    margin-bottom: 30px;
}

.fcontact-div span img {
    position: absolute;
    left: 0;
    top: 2px;
}

ul.footer-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-details li {
    margin-bottom: 20px;
}

ul.footer-details span.icon {
    display: block;
    color: #C19C60;
    font-size: 20px;
    margin-bottom: 5px;
}

ul.footer-details a {
    color: #fff;
}

ul.footer-details:hover {
    color: #C19C60;
}

.social-div .social_links {
    justify-content: flex-start;
}

.social-div h4 {
    padding-top: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.social-div ul.social-icon-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social-div li {
    margin-left: 20px;
}

.social-div a {
    color: #fff;
    font-size: 16px;
    margin-left: 0;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
}

.social-div a:last-child {
    margin-right: 0;
}

footer a.logo-div {
    display: inline-block;
}

footer a.logo-div + p {
    margin: 30px 0;
    color: #fff;
    padding-right: 13%;
}

footer .newsletter-form {
    margin-bottom: 0px;
    text-align: center;
}

footer .newsletter-form h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

footer .newsletter-form .gjs-cell {
    display: flex;
    justify-content: center;
}

footer .newsletter-form .gjs-cell input[type="email"] {
    padding: 0px 20px;
    font-size: 10px;
    width: 80%;
    border: 0;
    color: #707070;
    font-weight: 500;
}

footer .newsletter-form .gjs-cell input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 14px 60px 14px 24px;
    transition: .4s;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

footer .newsletter-form .gjs-cell input[type="submit"]:hover {
    color: #fff !important;
}

.text-center {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 70px;
}

.text-center ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.text-center li {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    list-style: none;
}

.text-center li strong {
    font-weight: 700;
}

.container-fluid.copyright-container {
    background: #E52226;
    backdrop-filter: blur(7.5px);
    padding: 28px 0px;
}

.container-fluid.copyright-container p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.copyright-container p a {
    color: #fff;
}

.copyright-container p a:hover {
    color: #F6E152;
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 150px;
    right: -2px;
    background-color: #F6E152;
    padding: 10px 12px 5px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: 0 0 10px #F6E152;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #E52226;
    box-shadow: 0px 0px 10px #E52226;
}

.back-to-top:hover i {
    color: #ffffff;
}

/* --- Home Page Code --- */
.hero-slider {
    background-color: #000000;
}

.hero-slider .hero-item {
    height: 995px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    counter-increment: count;
}

.hero-slider .hero-item:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner_overlay.png');
}

.hero-slider .hero-item .container_box {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 0px 10%;
    top: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-slider .hero-item .banner-content {
    max-width: 54%;
}

.hero-slider .hero-item h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #F2C01C;
    border-radius: 35px;
    padding: 15px 32px;
    width: 70%;
    margin-bottom: 15px;
}

.hero-slider .hero-item .banner-content h2 {
    margin-bottom: 30px;
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.hero-slider .hero-item span {
    color: #F6E152;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 12px;
    line-height: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: transparent;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.hero-slider .hero-item .banner-content p {
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 92%;
}
.hero-slider .hero-item .banner-content p strong{
    font-weight: 500;
}
.hero-slider .hero-item .button_wrp {
    margin-top: 50px;
}

.hero-slider .slick-track {
    counter-reset: count;
}

.hero-slider .hero-item {
    counter-increment: count;
}

.hero-slider .slick-thumb-nav {
    font-size: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 160px;
    background-size: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hero-slider .slick-thumb-nav span {
    position: relative;
    z-index: 1;
}

.hero-slider .slick-thumb-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.3;
}

.hero-slider .slick-prev, .hero-slider .slick-next {
    z-index: 1;
    left: inherit;
    right: 20%;
}

.hero-slider .slick-arrow:before {
    display: none;
}

.hero-slider .slick-prev {
    top: 30%;
}

.hero-slider .slick-next {
    top: 52%;
}

/* --- Inner Page Code --- */
.inner-banner-section {
    padding: 190px 0;
    background-color: #000000;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: -1;
}

.inner-banner-section h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px; 
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.inner-banner-section h1 span {
    color: #C19C60;
}
.breadcrumb span, .breadcrumb {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
}

.breadcrumb span {
    display: inline-block;
    margin: 0px 4px;
}
.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #F6E152;
}
.breadcrumb {
    text-align: center;
    display: block;
    margin: 1rem 0 0;
}

.inner_banner_heading {
    position: relative;
    top: 60px;
}
.header_btn {
    display: flex;
    justify-content: flex-end;
}

.header_btn .custom-btn::after {
    display: none;
}

.header_btn a.custom-btn.border-btn {
    margin: 0;
    text-transform: none;
}

section.home-banner-section {
    position: relative;
}

.button_wrp {
    display: flex;
    align-items: center;
}

.footer_menu_wrp {
    display: flex;
    flex-wrap: wrap;
}

.footer_menu_wrp > div {
    width: 50%;
}

.menu-services-menu-container {
    padding-left: 30%;
}

.fcontact-div .custom-btn {
    line-height: 56px;
    padding: 0px 30px;
    margin-top: 20px;
}

.text-center p {
    background: #2E6BAE;
    padding: 15px 0px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    margin: 0;
}

.text-center p a {
    color: #fff;
}

.text-center p a:hover {
    color: #F2C01C;
}

.f_details {
    padding-right: 6%;
}

.menu_wrp_box {
    padding: 0 0 0 37%;
    background-image: url(../images/Line-h.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

.menu_wrp_box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Line-h.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

button.sub-menu-toggle {
    display: none;
}

.row.newsletters_wrapper {
    margin: 0;
    padding: 0px 0px 50px;
    align-items: center;
    background-image: url('../images/Line-v.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.row.newsletters_wrapper .col-md-6 {
    padding: 0;
}

.row.newsletters_wrapper p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.row.newsletters_wrapper h2 {
    color: #FFF;
    font-weight: 800;
}

.gjs-cell {
    display: flex;
}

.gjs-cell input[type="email"] {
    width: 390px;
    height: 66px;
    flex-shrink: 0;
    padding: 0px 20px;
    border: none;
    outline: none;
    transition: .4s;
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 250% */
}

.gjs-cell input[type="email"]:focus, .gjs-cell input[type="email"]:hover {
    box-shadow: inset 0px 0px 0px 2px #F6E152;
}

.gjs-cell input[type="submit"] {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    transition: .4s;
    position: relative;
    z-index: 99;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
    text-transform: uppercase;
}

.btn_submit {
    position: relative;
    width: 181px;
    height: 66px;
    border-radius: 0;
    background: #F6E152;
}

.btn_submit:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #E52226;
}

.btn_submit::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #E52226;
    left: 0;
    top: 0;
    transition: .5s;
    opacity: 0;
    border-radius: 0
}

.gjs-cell input[type="submit"]:hover {
    /* background: #4F83BC; */
    color: #fff;
}

.gjs-cell ::-webkit-input-placeholder {
    color: #1D1D1D;
}

.gjs-cell :-ms-input-placeholder {
    color: #1D1D1D;
}

.gjs-cell ::placeholder {
    color: #1D1D1D;
}

.tslider-col {
    background: #F6E152;
    padding: 40px 40px 130px;
    position: relative;
}

a.custom-btn.testimonail-btn {
    background: #fff;
    color: #F6E152;
}

.container-fluid.get_in_touch_content {
    padding: 100px 0px 30px;
}

.get_in_touch_content h6.sub-title {
    color: #4F83BC;
    margin-bottom: 20px;
}

.get_in_touch_content h2.main-title {
    color: #4F83BC;
}

.contact_form p {
    color: #4F83BC;
    font-size: 16px;
    font-family: Poppins;
}

.container-fluid.get_in_touch_wrapper {
    background: #FBF2EE;
    padding: 50px 0px 100px;
}

.get_in_touch_form {
    max-width: 784px;
    width: 100%;
    float: right;
    padding-right: 10%;
}

.form_field input {
    width: 100%;
    height: 79px;
    background: #FFF;
    color: #4F83BC;
    font-size: 16px;
    font-family: Poppins;
    line-height: 27px;
    outline: none;
    border: none;
    padding: 0px 20px;
    border-left: 5px solid #F6E152;
}

.form_field textarea {
    color: #4F83BC;
    font-size: 16px;
    font-family: Poppins;
    line-height: 27px;
    height: 167px;
    width: 100%;
    border: none;
    resize: none;
    padding: 10px 20px;
    border-left: 5px solid #F6E152;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::placeholder {
    color: #000;
}

.form_submit_field input {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 30.5px;
    background: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    transition: 0.4s;
    z-index: 99;
    position: relative;
}

.form_submit_field p {
    display: inline-block;
    position: relative;
    background: #F6E152;
    border: 2px solid #F6E152;
    border-radius: 55px;
    overflow: hidden;
    max-width: 203px;
    height: 61px;
    width: 100%;
}

.form_submit_field p:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #4F83BC;
}

.form_submit_field p::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #0273BA;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.contact_map {
    height: 638px;
    padding: 0px;
}

.form_wrp {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 30px;
    max-width: 492px;
    width: 100%;
}

.arte input[type="text"] , .arte input[type="url"], .arte input[type="email"], .arte input[type="tel"] {
    max-width: 100%;
    width: 100%;
    height: 60px;
    border-radius: 2px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0px 15px;
}

.arte textarea {
    max-width: 100%;
    width: 100%;
    height: 143px;
    border-radius: 2px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 10px 15px;
    resize: none;
}

.form_wrp h2 {
    color: #FFF;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 800;
}

.smtnew input {
    border-radius: 2px;
    background: #F6E152;
    border: 1px solid #F6E152;
    width: 100%;
    height: 60px;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.smtnew p {
    position: relative;
    background: #F6E152;
    margin: 0;
}

.smtnew p:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background-color: #E52226;
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 0px;
    transition: .5s;
}

.smtnew p:hover:after {
    width: 100%;
}

.smtnew p:hover input {
    color: #fff;
    background: transparent;
    z-index: 99;
    position: relative;
    border: 1px solid #E52226;
}

span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -24px;
    margin: auto;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.arte {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.smtnew {
    clear: both;
}

.arte p {
    margin: 0;
}

.container-fluid.faqs_wrapper {
    padding: 70px 0px;
}

.container-fluid.faqs_wrapper h2 {
    padding-bottom: 30px;
}

.faqs_wrapper .ea-card.sp-ea-single {
    background: #5A5A5A !important;
    border: 1px solid #5A5A5A !important;
}

.faqs_wrapper .ea-card.ea-expand.sp-ea-single {
    background: #F6E152 !important;
    border: 1px solid #F6E152 !important;
}

.faqs_wrapper .sp-ea-single .ea-header a {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
    padding: 18px 30px !important;
    position: relative;
}

.faqs_wrapper .ea-card.ea-expand .ea-header a {
    color: #000 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 0px 30px 20px !important;
    overflow: hidden;
    background: transparent !important;
}

.ea-body p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

h3.ea-header i.fa {
    width: 38px;
    height: 38px;
    background: rgb(255 255 255 / 50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.ea-card.ea-expand h3.ea-header i.fa {
    color: #E52226 !important;
}

.container-fluid.blogs_wrapper {
    padding: 70px 0px;
    background-size: cover;
    background-position: center top;
}

.container-fluid.blogs_wrapper h2 {
    font-weight: 800;
}

.heading_wrap {
    padding-bottom: 30px;
}

.blog_content h5 {
    color: #E52226;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog_content h5 a {
    color: #E52226;
}

.blog_content h5 a:hover {
    color: #000;
}

.blog_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.blog_content {
    padding-top: 20px;
}

.blogs_items img {
    max-height: 257px;
    min-height: 257px;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.blogs_items:nth-child(2n) img {
    max-height: 348px;
    min-height: 348px;
}

.b_item_img {
    overflow: hidden;
}

.blogs_items:hover .b_item_img img {
    transform: scale(1.06);
}

section.testimonials-section {
    position: relative;
    padding: 180px 0px;
}

.mtesti-image {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto 0px;
    z-index: -1;
    display: flex;
    align-items: center;
}

.rate-img i.fa {
    color: #E52226;
    margin-right: 6px;
}

.testi-item.slick-slide {
    margin-right: 80px;
}

.tt-content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 1rem 0;
    height: 108px;
    overflow-y: scroll;
}

h6.tt-name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.tt-content {
    min-height: 200px;
}

.rate-img {
    padding: 8px 0px;
}

.tslider-col .row {
    padding-bottom: 40px;
}

.testimonials-slider .slick-prev, .testimonials-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -85px;
    display: block;
    width: 43px;
    height: 33px;
    padding: 0;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0,0%);
    transform: translate(0, 0%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.blogs_slider .slick-prev, .blogs_slider .slick-next , .services_slider .slick-prev, .services_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -70px;
    bottom: auto;
    display: block;
    width: 43px;
    height: 33px;
    padding: 0;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0,0%);
    transform: translate(0, 0%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-slider .slick-prev {
    left: 0;
    background-image: url('../images/arrow.png');
    transform: rotate(180deg);
}

.testimonials-slider .slick-next {
    right: auto;
    left: 78px;
    background-image: url('../images/arrow.png');
}

.testimonials-slider .slick-prev:before, .testimonials-slider .slick-next:before, .blogs_slider .slick-prev:before, .blogs_slider .slick-next:before, .services_slider .slick-prev:before, .services_slider .slick-next:before {
    display: none;
}

.testimonials-slider .slick-prev:hover, .blogs_slider .slick-prev:hover, .services_slider .slick-prev:hover {
    background-image: url('../images/arrow_h.png');
    transform: rotate(0deg);
    width: 47px;
}

.testimonials-slider .slick-next:hover, .blogs_slider .slick-next:hover, .services_slider .slick-next:hover {
    background-image: url('../images/arrow_h.png');
    transform: rotate(180deg);
    width: 47px;
}

.blogs_slider .blogs_items {
    margin: 0px 15px;
}

.blogs_slider .slick-prev {
    left: auto;
    right: 90px;
    background-image: url('../images/arrow.png');
    transform: rotate(180deg);
}

.blogs_slider .slick-next {
    right: 12px;
    background-image: url('../images/arrow.png');
}

.services_slider .slick-prev {
    left: auto;
    right: 495px;
    background-image: url('../images/arrow.png');
    transform: rotate(180deg);
    top: -100px;
}

.services_slider .slick-next {
    right: 390px;
    background-image: url('../images/arrow.png');
    top: -100px;
}

.blogs_slider {
    margin: 0px -12px;
}

.full_width_content {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}

.full_width_content:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/content_bg_overlay.png);
}

.full_width_content .container {
    position: relative;
    z-index: 99;
}

.full_content h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.full_content p {
    color: #fff;
    margin-bottom: 2rem;
}

.full_content {
    width: 56%;
}

.full_content .custom-btn {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.container.stats-container {
    padding: 90px 0px 70px;
}

.stats-box {
    padding: 20px 0px;
}

.stats_content_box {
    padding-right: 4%;
}

.in_stats_content_box h2 {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.in_stats_content_box h5 {
    color: #E52226;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.24px;
    padding: 12px 0 8px 0px;
}

.in_stats_content_box p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding-bottom: 15px;
}

.stats-box h3 {
    color: #E52226;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.stats-box p {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.how_we_can_help {
    position: relative;
    padding: 114px 0px;
}

.how_we_can_help_img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}

.how_we_can_help .container {
    display: flex;
    justify-content: flex-end;
    z-index: 9;
    position: relative;
}

.in_how_we_can_help_content {
    background: #F6E653;
    padding: 40px 64px;
}
.in_how_we_can_help_content p {
    font-weight: 300;
}
.how_common_btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #E52226;
    margin-top: 15px;
}

.how_common_btn span {
    display: inline-block;
    padding: 0px 40px 0px 20px;
    padding-top: 0px;
}

.how_common_btn p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
}

.how_common_btn a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.how_common_btn a:hover {
    color: #E52226;
}

.in_how_we_can_help_content h2 {
    margin-bottom: 15px;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.48px;
}

.container-fluid.services_wrapper {
    padding: 70px 0px;
    padding-right: 0;
}

.services_items {
    margin-left: 29px;
    padding-top:20px
}

.services_slider {
    padding-left: 19%;
    margin-top: 0px;
}

.s_item_img img {
    width: 100%;
    max-height: 460px;
    min-height: 460px;
    object-fit: cover;
    object-position: top;
}

.s_item_img {
    margin-bottom: 35px;
}

.services_content h5 {
    color: #E52226;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    border-left: 3px solid #E52226;
    padding-left: 15px;
    line-height: 16px;
}

.services_content h5 a {
    color: #E52226;
}

.services_content p {
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.services_inner_box .s_item_img{
    transition:.4s;
}

.services_inner_box:hover .s_item_img{
    box-shadow: -10px -10px 0px #E52226;
}
.about_heading {
    padding-right: 72px;
}

.inner_content h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.inner_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 18px;
}

.inner_content .common_btn {
    padding-top: 10px;
}

.inner_content h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.container-fluid.about_content_wrapper {
    padding: 70px 0px;
    background-size: cover;
    background-position: center top;
}

.in_about_content2 {
    background: #F6E653;
    height: 100%;
    padding: 35px 40px;
}

.inner_img {
    display: flex;
    height: 100%;
    overflow: hidden;
}
.about_content2 {
    width: 38%;
    padding-right: 0;
}

.about_image {
    width: 62%;
    padding: 0;
}

.inner_img img {
    padding-left: 22px;
    object-fit: cover;
	width: 100%;
}
.in_about_content2 h5 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.in_about_content2 p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; 
    margin-bottom: 22px;
}

.in_about_content2 p:last-child {
    margin-bottom: 0;
}
.about_content2_wrp{
	padding: 50px 0px 20px;
}
.in_about_box {
    background: #F6E653;
    height: 100%;
    text-align: center;
    padding: 55px 20px;
}

.in_about_box h5 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 18px 0px 10px;
}

.in_about_box p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; 
    margin-bottom: 0;
}
div#about_page {
    padding-bottom: 0px;
    margin-bottom: 160px;
    padding-top: 85px;
}

.row.about_listing {
    position: relative;
    top: 65px;
}

div#about_page .inner_content h5 {
    margin-bottom: 20px;
}

div#about_page .inner_content h2 {
    width: 62%;
}

.bottom_content {
    padding-left: 25px;
}

img.img-fluid.a_img2 {
    margin-top: -43%;
    border: 4px solid #fff;
}

img.red_tri {
    margin-top: -45px;
    position: relative;
    left: 0;
}
.new_blogs_items img {
    max-height: 373px;
    min-height: 373px;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}
.new_blogs_items:nth-child(2) img,
.new_blogs_items:nth-child(3) img,
.new_blogs_items:nth-child(6) img,
.new_blogs_items:nth-child(7) img,
.new_blogs_items:nth-child(10) img,
.new_blogs_items:nth-child(11) img,
.new_blogs_items:nth-child(14) img,
.new_blogs_items:nth-child(15) img{
    max-height: 491px;
    min-height: 491px;
}
.new_blogs_items:nth-child(3),
.new_blogs_items:nth-child(7),
.new_blogs_items:nth-child(11),
.new_blogs_items:nth-child(15){
    margin-top:-120px
}
.new_blogs_items:hover .b_item_img img {
    transform: scale(1.06);
    transform: scale(1.05)
}
.new_blogs_items {
    margin-bottom: 40px;
}

.new_blogs_items{
	display: none;
}
.blog_btn.common_btn {
    text-align: center;
    padding: 30px 0px;
}
.blog_btn .custom-btn {
    line-height: 60px;
    padding: 0 50px;
}
#blog_page h2, .single .default_wrapper h2{
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.read_more a {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.read_more a:hover{
	color: #E52226;
}
.container-fluid.default_wrapper {
    padding: 70px 0px;
}
.blog_image img {
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.container-fluid.default_wrapper p {
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}
.content_image {
    margin-bottom: 40px;
    text-align: center;
}

.blog_other_content {
    padding: 20px 0px;
}
.blog_images{
    padding-bottom: 20px;
}
.container-fluid.contact_details_wrapper {
    background-size: cover;
    background-position: center top;
}

.row.details_repeater {
    padding: 75px 0px;
}
.row.contact_form_wrapper{
	padding-bottom: 120px;
}
.inner_details_content {
    border: 1px solid #000;
    height: 100%;
    padding: 20px 35px;
    transition:.4s;
}
.inner_details_content:hover{
    border: 1px solid #F6E152;
    background: #F6E152;
}
.inner_details_content h6 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.inner_details_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner_details_content p a {
    color: #000;
}
.inner_details_content p a:hover {
    color: #E52226;
}

.inner_details_content img {
    margin-bottom: 8px;
}
.in_contact_form h5 {
    color: #48487F;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.in_contact_form h2 {
    color: #151515;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.in_contact_form .arte input[type="text"], .in_contact_form .arte input[type="url"], .in_contact_form .arte input[type="email"], .in_contact_form .arte input[type="tel"] {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    height: 60px;
}
.in_contact_form .arte textarea{
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	height: 196px;
}
.in_contact_form .arte {
    margin-bottom: 20px;
}
.in_contact_form .smtnew p {
    width: 100%;
    max-width: 234px;
}
section.testimonials_wrapper {
    padding: 70px 0px;
}

.testimonials_wrapper h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.testimonail_box_content .t_content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonail_box_content .tt-image {
    width: 108px;
}

.testimonail_box_content .tt_content {
    width: 76%;
}

.testimonail_box_content .tt_content p {
    height: auto;
    overflow: hidden;
    margin: 0;
}

.testimonail_box_content .tt-content {
    min-height: 100%;
    background: #F6E653;
    height: 100%;
    padding: 20px;
}

.testimonail_box_content .testi-item {
    margin: 15px 0px;
}

.testimonail_box_content h6.tt-name {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}
section.gallery_wrapper {
    padding: 70px 0px;
}

ul#myTab {
    margin-bottom: 50px;
    border: 1px solid #E52226;
    display: inline-block;
}
li.nav-item {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 260px;
    height: 62px;
    padding: 4px;
    float: left;
}

li.nav-item button {
    padding: 0px 50px;
    border: none !important;
    display: block;
    width: 100%;
    height: 100%;
    border-radius:0px !important;
    color: #000;
}


li.nav-item button.nav-link.active, li.nav-item button:hover {
    background: #E52226;
    color: #fff;
}
.gallery_items {
    width: 33.333%;
    height: 274px;
    margin: 6px 0px;
    padding: 0px 6px;
}
.gallery_items img{
    width:100%;
    height:100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    transition:.4s;
}
.gallery_items:hover img{
    transform: scale(1.05);
}
div#gallery .row {
    display: flex;
}

.gallery_items:nth-child(4) {
    width: 66.6666%;
    height: 376px;
}
.gallery_items:nth-child(5) {
    height: 376px;
}
.gallery_items:nth-child(6){
    width:100%;
    height:650px;
}
.gallery_box, .gallery_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.gallery_box span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 26px;
    padding: 5px 20px;
    text-transform: uppercase;
    background: rgb(0 0 0 / 44%);
}
.services_posts_wrp{
	padding: 70px 0px;
	background-size: cover;
	background-position: center top;
}
.services_posts_wrp .services_items {
    margin: 41px 0;
}
.other_services_slider .services_items {
    margin: 0 12px; 
}
.other_services_slider{
	margin: 0px -12px;
}
.container-fluid.other_services_posts {
    padding: 80px 0px;
    background-size: cover;
    background-position: center top;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    color: #E52226
}


.slick-prev:before,
.slick-next:before{
    color: black;
}
.container-fluid.default_page {
    padding: 60px 0px;
    text-align: center;
}
.default_page h5 {
    margin-bottom: 20px;
}
.container-fluid.service_details_wrapper {
    padding: 90px 0px 80px;
    background-size: cover;
    background-position: center center;
}
.service_details_wrapper h2 {
    font-weight: 500;
}

.service_details_wrapper .common_content {
    text-align: center;
}
.service_details_wrapper .common_content p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; 
}
.service_details_wrapper .content_image {
    margin-bottom: 55px;
}
.common_content p:last-child {
    margin-bottom: 0;
}
.s_content_2 {
    display: flex;
    align-items: center;
    padding: 40px 60px;
}

.s_content_2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.in_s_content_2 h2 {
    color: #FFF;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 15px;
}
.in_s_content_2 p{
	color: #FFF;
	font-weight: 600;
}
.in_s_content_2 li strong {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    display: block;
}

.in_s_content_2 li {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 55px;
    margin: 12px 0px;
}
.in_s_content_2 ul {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 2px 0 0;
}
.in_s_content_2 ul li {
  counter-increment: my-awesome-counter;
  position: relative;
}
.in_s_content_2 ul li::before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  left:0px;
  top: 2px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}
.container-fluid.service_details_two {
    background-size: cover;
    background-position: center center;
}
.s_content_2_img {
    padding: 0;
    display: flex;
    align-items: center;
}
.service_details_three{
	background-size: cover;
    background-position: center center;
	padding: 80px 0px;
}
.s_content_3_img {
    position: relative;
}
.s_image_3{
	position: absolute;
	right: 75px;
	bottom: -10px;
	border: 6px solid #fff;
	max-height: 230px;
}
.in_s_content_3 h2, .in_s_content_4 h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.in_s_content_3 p, .in_s_content_4 p {
    font-weight: 300;
    line-height: 26px;
}

.in_s_content_3 .common_btn , .in_s_content_4 .common_btn{
    padding-top: 18px;
}

.container-fluid.service_details_four {
    padding: 80px 0px;
    background: #F9F9F9;
}
.s_content_4_img {
    padding-left: 40px;
    display: flex;
    justify-content: flex-end;
}
.s_content_4 {
    display: flex;
    align-items: center;
}
.container-fluid.services_gallery_images {
    padding: 80px 0px;
}
.row.gallery_heading{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row.gallery_heading h2{
	font-weight: 800;
	width: auto;
}
.row.gallery_heading .common_btn a {
    padding: 0px 60px;
}
.row.gallery_heading .common_btn {
    width: auto;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.h_social .h_stripe span:last-child a {
    font-weight: 400;
}
.in_s_content_2 .common_btn {
    padding-top: 35px;
}
.gallery_ul {
    display: flex;
    justify-content: center;
}
.gallery_items {
    display: none;
}
.videos{
    display: block;
}
.default_wrapper h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pum-theme-348, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 65%) !important;
}
.pum-theme-348 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: #fff !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto !important;
}
.in_contact_form .wpcf7-not-valid-tip {
    color: #f00 !important;
    position:relative;
    top:5px
}

.in_contact_form .wpcf7-response-output {
    text-align: left !important;
    color: #f00 !important;
}
.pum-theme-348 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: #E52226 !important;
}
.date {
    color: #F7941E;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
}
.date span {
    position: absolute;
    right: 0;
}
.pum-content.popmake-content .wpcf7-not-valid-tip, .pum-content.popmake-content  .wpcf7 form.invalid .wpcf7-response-output {
    color: #f00 !important;
}