@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ledger&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.comnpadding {
    padding: 100px 0;
}

.comntitle {
    font-size: 35px;
    color: var(--black);
    font-family: 'Ledger', serif;
    margin-bottom: 20px;
}

.comntitle::after {
    content: "";
    background: linear-gradient(270deg, #F84156 0%, #A40113 100%);
    border-radius: 10px;
    width: 125px;
    height: 8px;
    display: block;
    margin-top: 10px;
}

.title {
    font-size: 45px;
    color: var(--black);
    font-family: 'Ledger', serif;
    display: table;
    margin: 0 auto 40px;
}

.title::after {
    content: "";
    background: linear-gradient(270deg, #F84156 0%, #A40113 100%);
    border-radius: 10px;
    width: 125px;
    height: 8px;
    display: table;
    margin: 10px auto 0;
}

.call_btn {
    font-size: 22px;
    border-radius: 10px;
    border: none;
    background: var(--black);
    color: var(--white);
    text-align: center;
    padding: 10px;
}

.call_btn small {
    font-size: 16px;
    display: block;
}

.call_btn:hover {
    background: var(--red);
}

.red_btn {
    font-size: 20px;
    border-radius: 50px;
    border: none;
    background: var(--red);
    color: var(--white);
    text-align: center;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
}

.red_btn:hover {
    background: var(--black);
    color: var(--white);
}

p {
    font-size: 18px;
    line-height: 30px;
}

:root {
    --white: #fff;
    --grey: #ebebeb;
    --black: #000;
    --lightblack: #707070;
    --red: #F33D52;
    /* --redgradient: linear-gradient(220deg, #F84156 0%, #A40113 100%); */
}

.redcolor {
    font-size: 20px;
    color: var(--red);
    font-weight: 500;
}


/*========================================================= 

                HEADER CSS START HERE 

=========================================================*/


/* header {
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
} */

header {
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0 360px 0 50px;
    height: 106px;
}


/* header::after {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
} */

.phone {
    height: 106px;
    position: absolute;
    top: 0;
    right: 0;
}

.phone a {
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
    color: var(--white);
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 15px;
    height: 100%;
}

.phone a:hover {
    background: linear-gradient(220deg, #A40113 0%, #F84156 100%);
}

.phone a img {
    margin-right: 15px;
}

.phone a span {
    font-size: 26px;
    font-weight: 500;
}

.phone a small {
    font-size: 18px;
    display: block;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-left: 5px;
    position: relative;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
}

.navbar-light .navbar-nav .nav-item:last-child {
    border: 2px solid var(--red);
    border-radius: 30px;
}

.navbar-light .navbar-nav .nav-item:last-child:hover {
    border: 2px solid var(--red);
    background: var(--red);
    color: var(--white);
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid var(--red);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    margin: auto;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link:last-child:focus,
.navbar-light .navbar-nav .nav-link:last-child:hover {
    color: rgb(255 255 255);
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
    padding: 0;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*========================================================= 

                BANNER CSS START HERE 

=========================================================*/

.banner {
    position: relative;
    margin-top: 100px;
}


/* .banner img {
    height: 100vh;
    object-fit: cover;
} */

.banner .container {
    color: var(--white);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner_caption {
    max-width: 800px;
}

.banner_caption aside {
    font-size: 55px;
    line-height: 68px;
    font-family: 'Ledger', serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.banner_caption aside::before {
    content: "";
    width: 8px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.banner_caption p {
    font-size: 18px;
    line-height: 32px;
}

.banner_caption a {
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    border-radius: 40px;
    border: 2px solid var(--white);
    padding: 10px 40px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    margin-right: 30px;
}

.banner_caption a:hover {
    color: var(--red);
    border: 2px solid var(--red);
}

.banner_caption a:last-child {
    margin-right: 0;
}

#banner_slider .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#banner_slider .owl-dots span {
    width: 30px;
    height: 4px;
    background: var(--white);
    border-radius: 10px;
    display: block;
    margin: 5px;
}

#banner_slider .owl-dots button.active span {
    width: 40px;
    background: var(--red);
}


/*========================================================= 

                CTA ONE CSS START HERE 

=========================================================*/

.cta_one_box {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 25px 25px #0000001A;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
    margin-top: -130px;
}

.cta_one_left {
    width: 45%;
    padding: 30px;
    border-radius: 20px;
    color: var(--white);
    background: linear-gradient(240deg, #F84156 0%, #A40113 100%);
}

.cta_one_left aside {
    font-size: 26px;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'Ledger', serif;
}

.cta_one_left aside img {
    margin-right: 20px;
}

.cta_one_left p {
    font-size: 18px;
    margin: 0;
}

.cta_one_right {
    width: 55%;
    padding: 20px;
    border-radius: 20px;
}

.cta_one_right aside {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Ledger', serif;
}

.cta_one_right p {
    font-size: 18px;
    color: var(--lightblack);
    margin-bottom: 20px;
}

.cta_one_right button {
    padding: 4px 30px;
    line-height: 26px;
    height: 60px;
}

form input {
    font-size: 20px;
    padding: 10px 12px;
    border-radius: 10px;
    border: none;
    height: 60px;
    background: var(--grey);
}

form input:focus {
    box-shadow: inset 0 0 0px 2px #000000;
    background: #ddd;
}

.page-id-514  textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    height: 200px;
    background: var(--grey);
    margin-top: 15px;
    resize: none;
}
.page-id-514 span.wpcf7-form-control.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 40px;
    font-size: 18px;
}
.page-id-514 span.wpcf7-list-item.first.last {
    position: relative;
    text-align: left;
    margin: 20px 0;
}
.page-id-514 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent linear-gradient(261deg, #F84156 0%, #A40113 100%);
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    border: none;
    font-size: 22px;
    max-width: 500px;
    width: 100%;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0px 0px;
    
}
.page-id-514 input[type="checkbox"] {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: var(--grey);
    position: absolute;
    left: 0;
    top: 0;
}

/*========================================================= 

                WHAT WE OFFER CSS START HERE 

=========================================================*/

.we_offer {
    text-align: center;
}

#offer {
    margin-top: 50px;
}

.offerbox {
    padding: 0 15px;
}

.offerbox h4 {
    font-size: 30px;
    color: var(--red);
    text-transform: capitalize;
    font-family: 'Ledger', serif;
}

#offer .owl-item img {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 20px;
    transition: all 1s ease-in-out;
}

#offer .owl-item:hover img {
    transform: rotateY(360deg);
}

#offer button i {
    font-size: 24px;
    margin: 5px;
}


/*========================================================= 

               WHO WE ARE CSS START HERE 

=========================================================*/

.who_we_are {
    background: url("../images/pattern-1.png") no-repeat;
    background-size: cover;
}

.who_img {
    background: url("../images/Dots.png") no-repeat bottom right;
    padding: 0 45px 45px 0;
    margin-right: 50px;
}


.style1 li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
}

.style1 li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--red);
}

.who_contant .style1 {
    display: flex;
    flex-wrap: wrap;
}

.who_contant .style1 li {
    width: 100%;
}


/*========================================================= 

                WHY CHOOSE US CSS START HERE 

=========================================================*/

.why_choose_us {
    display: flex;
    flex-wrap: wrap;
}

.why_choose_contant {
    background: var(--black);
    padding: 50px 50px 50px 100px;
    width: 50%;
}

.why_choose_video {
    width: 50%;
    position: relative;
    background: url("../images/pattern-2.png") no-repeat;
    background-size: cover;
}

.videoimg {
    position: relative;
}

.videoimg img {
    width: 100%;
}

.videoimg .playbtn {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video_contant {
    padding: 20px 30px;
}

.video_contant aside {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: 'Ledger', serif;
}

.video_contant p {
    margin-bottom: 0;
}

.video_contant p a {
    color: var(--red);
    border-bottom: 1px solid;
}

.why_choose_contant ul {
    margin: 0;
}

.why_choose_contant .comntitle,
.testimonials .comntitle {
    color: var(--white);
    display: inline-block;
}

.why_choose_contant .comntitle::after,
.testimonials .comntitle::after {
    background: var(--white);
}

.why_choose_contant li {
    background: rgb(112 112 112 / 25%);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.why_choose_contant li img,
.calculat_contant li .icon img {
    transition: all 1s ease-in-out;
}

.why_choose_contant li:hover img,
.calculat_contant li:hover img {
    transform: rotate(360deg);
}

.why_choose_contant li div {
    width: calc(100% - 120px);
}

.why_choose_contant aside {
    color: var(--white);
    font-size: 20px;
}

.why_choose_contant li p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}


/*========================================================= 

                CALCULAT CSS START HERE 

=========================================================*/

.calculat_img {
    background: url(../images/Dots.png) no-repeat bottom left;
    padding: 0 0 45px 45px;
    margin-right: 50px;
}

.calculat_contant li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.calculat_contant li .icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
}

.calculat_contant li .des {
    width: calc(100% - 100px);
    font-size: 18px;
}

.calculat_contant li .des aside {
    font-weight: 500;
}

.calculat_contant li .des p {
    margin: 0;
}


/*========================================================= 

                GET STARTED CSS START HERE 

=========================================================*/

.get_started {
    margin-bottom: -120px;
    position: relative;
}

.get_started .container {
    background: url("../images/red-pattern.png") no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 50px;
    border-radius: 10px;
}

.get_started h5 {
    font-size: 35px;
    font-family: 'Ledger', serif;
    margin-bottom: 20px;
}

.get_started p {
    margin: 0;
}

.get_started form {
    background: var(--white);
    border-radius: 50px;
    position: relative;
    padding: 5px;
}

.get_started form input {
    background: var(--white);
    color: #707070;
    border-radius: 50px;
    padding: 10px 190px 10px 20px;
}

.get_started form button {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
}


/*========================================================= 

                LATEST BLOG  ARTICLES START HERE 

=========================================================*/

.blog_articles .comntitle,
.faq .comntitle,
.our_approch .comntitle {
    display: table;
    margin: 0 auto 40px;
}

.blog_articles .comntitle::after,
.faq .comntitle::after,
.our_approch .comntitle::after {
    margin: 15px auto 0;
}

.blog_des {
    background: var(--white);
    width: 90%;
    margin: -80px auto 0;
    padding: 15px;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 10px;
    position: relative;
}

.blog_des strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--red);
}

.blog_des small {
    font-size: 15px;
    display: block;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

.blog_box {
    padding: 15px;
    overflow: hidden;
    position: relative;
}

#blog .owl-nav {
    text-align: center;
    margin-top: 50px;
}

#blog .owl-nav button {
    margin: 0 10px;
}

#blog .owl-nav button i {
    font-size: 24px;
    vertical-align: middle;
}

#blog .owl-nav .owl-prev::after {
    content: "Prev";
    display: inline-block;
    color: var(--black);
    margin-left: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

#blog .owl-nav .owl-next::before {
    content: "Next";
    display: inline-block;
    color: var(--black);
    margin-right: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

#blog .owl-nav button:hover i,
#blog .owl-nav button:hover:after,
#blog .owl-nav button:hover:before {
    color: var(--red);
}


/*========================================================= 

                TESTIMONIALS CSS START HERE 

=========================================================*/

.testimonials {
    background: var(--black);
    padding: 100px 0 280px 0;
}

.testimonials p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

#big p {
    color: var(--white);
}

.review {
    display: flex;
    align-items: center;
    height: 110px;
}

.review img {
    max-width: 80px;
    margin-right: 15px;
    display: none !important;
}

.review span {
    color: var(--red);
    font-size: 60px;
    margin-right: 20px;
}

#big .review aside p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.review aside small {
    font-size: 18px;
    color: var(--white);
    border-top: 2px solid;
    display: flex;
    padding-top: 5px;
}

.rating {
    margin-left: 15px;
}

.rating i {
    font-size: 20px;
    color: var(--red);
}

#big .owl-nav {
    position: absolute;
    right: 0;
    bottom: 35px;
    background: var(--black);
}

#big .owl-nav button {
    margin: 0 10px;
}

#big .owl-nav button i {
    font-size: 20px;
    color: var(--lightblack);
    vertical-align: middle;
}

#big .owl-nav .owl-prev::after {
    content: "Prev";
    display: inline-block;
    color: var(--lightblack);
    margin-left: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

#big .owl-nav .owl-next::before {
    content: "Next";
    display: inline-block;
    color: var(--lightblack);
    margin-right: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

#big .owl-nav button:hover i,
#big .owl-nav button:hover:after,
#big .owl-nav button:hover:before {
    color: var(--red);
}

.thumbimg {
    position: relative;
    margin-right: 40px;
}

.thumbimg strong {
    font-size: 18px;
    color: var(--white);
    font-weight: normal;
    display: block;
    margin: 10px 0 5px;
}

.thumbimg small {
    font-size: 15px;
    color: var(--white);
    font-style: italic;
    font-weight: 300;
}

.thumbimg img {
    border-radius: 10px;
}

.thumbimg img.quote1 {
    width: 40px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 40px;
    opacity: 0;
}

.owl-item.active.current img.quote1 {
    opacity: 1;
}

.owl-item.active.current strong {
    color: var(--red);
}


/*========================================================= 

                GET A QUICK QUOTE CSS START HERE 

=========================================================*/

.get_quote .container {
    background: var(--white);
    box-shadow: 0px 15px 41px #00000026;
    border-radius: 20px;
    margin-top: -170px;
    margin-bottom: 100px;
    padding: 0;
}

.get_quote_contant .comntitle {
    margin-bottom: 40px;
}

.get_quote_img {
    height: 100%;
}

.get_quote_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.get_quote_contant {
    padding: 50px 30px;
}

.get_quote input {
    margin-top: 20px;
}

.get_quote button {
    font-size: 20px;
    margin-top: 30px;
    width: 100%;
    padding: 15px;
}


/*========================================================= 

                FAQ CSS START HERE 

=========================================================*/

.accordion-item {
    border: none;
    border-bottom: 2px solid var(--grey);
}

.accordion-collapse {
    position: relative;
}

.accordion-collapse.show::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--red);
}

.accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    background: var(--grey);
    color: var(--red);
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
}

.accordion-button {
    padding-right: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background: none;
    box-shadow: none;
    position: relative;
}

.accordion-button:focus {
    box-shadow: none;
}


/*========================================================= 

                FOOTER CSS START HERE 

=========================================================*/

footer {
    background: var(--black);
    color: var(--white);
    padding: 200px 0 80px;
}

footer h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ft_about a {
    color: #8A8A8A;
    font-size: 18px;
    margin-bottom: 10px;
    display: table;
    position: relative;
    padding-left: 20px;
}

.ft_about a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid var(--red);
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 4px;
}

.ft_about a:hover {
    color: var(--white);
}

.ft_social a {
    color: var(--white);
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
}

.ft_social a:hover,
.ft_social a:hover i {
    transform: scale(1.1);
}

.ft_social a:last-child {
    margin-right: 0;
}

.ft_social a:hover {
    color: var(--red);
}

.ftlogo p {
    font-size: 18px;
    margin: 30px 0;
    color: #8A8A8A;
}

.ftlogo span {
    font-size: 15px;
    color: #8A8A8A;
    display: block;
}

.ftlogo span a {
    color: #8A8A8A;
}

.leader_brief {
    background: var(--white);
    border-radius: 10px;
    padding: 15px;
    width: 84%;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.leader_brief span {
    font-size: 20px;
    color: var(--black);
    display: block;
}

.leader_brief span small {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.leader_brief a {
    color: var(--white);
    background: linear-gradient(270deg, #F84156 0%, #A40113 100%);
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}

.our_approch {
    margin-top: 100px;
}

.approch_img {
    margin: 50px 0;
    position: relative;
}

.approch_img img {
    width: 100%;
}

.approch_text {
    max-width: 550px;
    position: absolute;
    color: #fff;
    left: 50px;
    top: 0;
    bottom: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approch_text p {
    font-size: 18px;
}

.counter {
    display: flex;
    flex-wrap: wrap;
}

.counter li {
    width: 25%;
    padding: 15px;
    text-align: center;
    border-right: 1px solid rgba(112, 112, 112, 0.4);
}

.counter li:last-child {
    border-right: none;
}

.counter li span {
    font-size: 50px;
    color: var(--red);
    font-family: 'Ledger', serif;
}

.counter li p {
    font-size: 20px;
    color: var(--black);
}
a.nav-link.active {
    color: #F33D52 !important;
}
/*========================================================= 

                ELEMENTOR CSS START HERE 

=========================================================*/
#first_section > .elementor-container {
    max-width: 1084px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 25px 25px #0000001A;
}
.icon .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 74px !important;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
}
.get_started {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: -90px;
}
#faq .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    border-top: none;
    border-left: none;
    border-right: none;
}
.banner_caption.elementor-widget.elementor-widget-heading {
    padding-left: 30px;
}
.banner_caption.elementor-widget.elementor-widget-heading h1::before {
    content: "";
    width: 8px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
    position: absolute;
    top: 0;
    left: 0;
}
rs-layer.banner_caption.rs-layer::before {
    content: "";
    width: 8px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(220deg, #F84156 0%, #A40113 100%);
    position: absolute;
    top: 0;
    left: 0;
}
rs-layer.banner_caption.rs-layer
{
    padding-left: 30px;
}
 .home #rev_slider_1_1_wrapper .hermes .tp-bullet {
    border: none !important;
    width: 30px !important;
    height: 4px !important;
    background: var(--white);
    border-radius: 10px !important;
    display: block;
    margin: 5px;

}
 
.home #rev_slider_1_1_wrapper .hermes .tp-bullet.selected
{ 
    width:40px !important; 
}
.home #rev_slider_1_1_wrapper .hermes .tp-bullet.selected::after 
{
    background: var(--red) !important;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-afb18dd .elementor-widget-wrap {
    border-radius: 0px 20px 20px 0px;
}
.get_quote > .elementor-container.elementor-column-gap-default {
    box-shadow: 0px 25px 25px #0000001A;
}
input.error {
    border: 1px solid var(--red);
}
label.error {
    display: none !important;
}
form input.error:focus {
    box-shadow: none;
    background: #ddd;
}
ul#menu-footer-menu-1, ul#menu-footer-menu-2, ul#menu-footer-menu-3 {
    list-style: none;
    padding: 0;
}
.why_choose_contant .auto_loan::after {
    background: var(--white);
    text-align: center;
    content: "";
    /* background: linear-gradient(270deg, #F84156 0%, #A40113 100%); */
    border-radius: 10px;
    width: 125px;
    height: 8px;
    display: table;
    margin: 10px auto 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
}
.current-menu-item .dropdown-item.active, .dropdown-item:active {
    color: var(--red);
    text-decoration: none;
    background-color: #fff;
}
.navbar-light .navbar-nav .menu-item-has-children .nav-item:last-child {
    border: none;
    border-radius: none;
}
.stars {
    margin-left: 15px;
    --percent: calc(var(--rating) / 5 * 100%);  
    display: inline-block;
    font-size: 30px;
    font-family: 'Poppins'; 
    font-weight: 900;
}
.stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#f33d52), to(#000));
    background: linear-gradient(90deg, #f33d52 var(--percent), #000 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*------------ 26-04-2023(sudhit Changes) ---------- */

.calculat_img, .who_img {
    width: fit-content !important;
    height: fit-content !important;
}

.icon .elementor-image-box-wrapper figure.elementor-image-box-img {
    min-width: 74px;
}

.inner_banner  {
    margin-top: 70px !important;
}

 a.dropdown-item:hover {
		color: #fff;
		background-color: var(--red);
}
.navbar-light .navbar-nav .menu-item-has-children .nav-item:last-child:hover {
	
	/*background-color: #e9ecef;*/
	color: #fff;
	background-color: var(--red);
	border-radius: unset;
}
#nav_menu-4 ul#menu-footer-menu-2 {
    margin-top: 53px;
}
.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 20px;
}
.auto_loans > div {
    align-items: center;
}
#big:before { content: "\f10d"; font-family: "Font Awesome 5 Pro"; font-weight: 900; color: #f00; font-size: 60px; position: absolute; top: -16px; left: 0; opacity: 0.3; }
.not_access_text_two_field,.not_access_text_four_field {
    padding: 10px;
    display: block;
    color: red;
    border: 2px solid #000;
    margin-top: 15px;
    border-radius: 15px;
}

/*========================================================= 

                LATEST BLOG  ARTICLES START HERE 

=========================================================*/

.blog_articles .comntitle {
    display: table;
    margin: 0 auto 40px;
}

.blog_articles .comntitle::after {
    margin: 15px auto 0;
}

.blog_des {
    background: var(--white);
    width: 90%;
    margin: -80px auto 30px;
    padding: 15px;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 10px;
    position: relative;
}

.blog_des p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #212529;
}

.blog_box .red-more {
    color: var(--red);
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}

.blog_box .red-more:hover {
    transform: translateX(10px);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.blog_list .blog_box img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
}

.blog_des strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--red);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_des small {
    font-size: 15px;
    display: block;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

.blog_box {
    padding: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}

.ft_about a {
    color: #8A8A8A;
    font-size: 18px;
    margin-bottom: 10px;
    display: table;
    position: relative;
    padding-left: 20px;
}

.ft_about a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid var(--red);
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 4px;
}

.ft_about a:hover {
    color: var(--white);
}

.ft_social a {
    color: var(--white);
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
}

.ft_social a:hover,
.ft_social a:hover i {
    transform: scale(1.1);
}

.ft_social a:last-child {
    margin-right: 0;
}

.ft_social a:hover {
    color: var(--red);
}

.ftlogo p {
    font-size: 18px;
    margin: 30px 0;
    color: #8A8A8A;
}

.ftlogo span {
    font-size: 15px;
    color: #8A8A8A;
    display: block;
}

.ftlogo span a {
    color: #8A8A8A;
}

.searc_box {
    margin-top: 30px;
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.searc_box input:focus {
    box-shadow: 0 0 0 0.25rem rgb(248 65 86 / 25%);
    border-color: #f13b50;
}

.searc_box input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 30px;
    line-height: 32px;
    box-shadow: 0px 5px 10px #00000017;
}

ul.categor_box {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.caregot_item {
    position: relative;
    width: calc(25% - 12px);
    min-height: 140px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.caregot_item::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    inset: 0 0 0 0;
    z-index: 1;
}

.caregot_item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    object-fit: cover;
}

.caregot_item > a {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    color: #fff;
    z-index: 2;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
}
.caregot_item:hover {
    border-color: var(--red);
    box-shadow: 0 0 0 0.25rem rgb(248 65 86 / 25%);
}
.caregot_item:hover > img {
    transform: scale(1.2);
}
.caregot_item:hover > a {
    color: var(--red);
}

.blog_post .title::after {
    margin: 10px 0 0 0;
    height: 5px;
}

.blog-post-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.searc_box .red_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    margin: 8px;
    padding: 8px 35px;
}

.related-blog .owl-nav .owl-prev::after {
    content: "Prev";
    display: inline-block;
    color: var(--black);
    margin-left: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

.related-blog .owl-nav .owl-next::before {
    content: "Next";
    display: inline-block;
    color: var(--black);
    margin-right: 10px;
    font-size: 16px;
    font-family: Ledger, serif;
}

.related-blog .owl-nav button i {
    font-size: 17px;
    vertical-align: middle;
}

.related-blog .owl-nav button {
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
}

.related-blog .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.blog_post {
    overflow: clip;
}

.blog_post .comntitle {
    margin-bottom: 30px;
}

.subcomntitle {
    font-size: 26px;
    font-family: 'Ledger', serif;
    width: fit-content;
}

.subcomntitle::after {
    content: "";
    background: linear-gradient(270deg, #F84156 0%, #A40113 100%);
    border-radius: 10px;
    width: 40%;
    height: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog_post .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.blog_post .style1 li {
    width: 100%;
}

.blog_post .style2 li {
    width: 48%;
}

.blog_post .list-unstyled li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--red);
}

.blog_post .list-unstyled li {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
}

.blog_post .list-unstyled li a {
    color: var(--black);
}

.blog-post-img.blog-2 {
    float: left;
    width: 450px;
    height: fit-content;
    aspect-ratio: 3/2;
    margin-right: 25px;
}

.jour_post_sidebar {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.jour_post_content {
    padding-right: 30px;
}

.blog-box-ite {
    position: relative;
    background: #eeeeee;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    max-width: 450px;
}

.subconta .red_btn {
    font-size: 16px;
    min-width: 160px;
}

.subconta .form-control {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: none !important;
    line-height: 26px;
}

.subconta .form-control:focus {
    border-color: var(--red);
}

.blog_post .list-unstyled.link-bo li::before {
    content: "\f054";
    transition: all 0.2s;
}

.images_conte_ad {
    padding: 0;
    overflow: hidden;
}

.blog_post .list-unstyled.link-bo li:hover:before {
    left: 8px;
}
.blog_post .list-unstyled.link-bo li:hover a {
    margin-left: 3px;
    color: var(--red);
}

.date-box {
    display: flex;
    gap: 10px 40px;
    align-items: center;
    margin-bottom: 30px;
}

.date-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #484848;
    font-weight: 300;
}

.auther-box {
    background-color: #eeeeee;
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
    width: 50%;
}

.auther-box p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.auther-box small {
    margin-bottom: 12px;
    display: block;
    font-size: 16px;
}

.social-media a {
    font-size: 20px;
    margin: 15px;
    color: #7b7878;
} 

.social-media a:hover {
    color: var(--red);
}

.blog_post p {
    font-size: 14px;
    line-height: 25px;
}

.stikypoint {
    position: sticky;
    top: 120px;
}

/*========================================================= 

                GET STARTED CSS START HERE 

=========================================================*/

.get_started {
    margin-bottom: -120px;
    position: relative;
}

.get_started .startcontainer {
    background: url("../images/red-pattern.png") no-repeat center;
    background-size: cover;
    color: var(--white);
    padding: 50px;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
}

.get_started h5 {
    font-size: 35px;
    font-family: 'Ledger', serif;
    margin-bottom: 20px;
}

.get_started p {
    margin: 0;
}

.get_started form {
    background: var(--white);
    border-radius: 50px;
    position: relative;
    padding: 5px;
}

.get_started form input {
    background: var(--white);
    color: #707070;
    border-radius: 50px;
    padding: 10px 190px 10px 20px;
}

.get_started a.call_btn {
    position: relative;
    right: 7px;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
}

.without_input .call_btn:hover {
    background: #fff !important;
    color: #000 !important;
}