@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*---------- color Variable CSS ----------*/

:root {
    --pure_white: #fff;
    --pure_dark: #1a1a1a;
    --main_color: #1bace4;
    --dark: #000000;
    --input_color: #787878;
}

/*---------- color Variable CSS ----------*/

html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
}
h2 {
    font-size: 3.2rem;
}
p {
    margin-bottom: 0;
}
a{
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

button:focus {
    outline: none;
    outline: none;
    border: 0;
}

.container {
    max-width: 1440px;
}
.navbar-toggler {
    background: var(--pure_white);
    outline: none;
    border: 0;
}
.navbar-toggler span {
    background: var(--main_color);
    width: 2.5rem;
    height: 2px;
    display: block;
    margin: 6px 0;
}

#back_button {
    background: #000;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
/*---------------------- top bar ----------------------*/
.topbar {
    padding: 2rem 0rem;
    background: var(--pure_dark);
}
.top_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_inner a {
    color: var(--pure_white);
    font-size: 1.6rem;
}
.top_inner .phone {
    display: flex;
    align-items: center;
}
.top_inner .phone a {
    margin-left: 1rem;
}
.top_inner .phone i {
    color: var(--pure_white);
    font-size: 1.5rem;
}
.top_inner .top_social li {
    display: inline-flex;
}
.top_inner .top_social li a {
    font-size: 2.4rem;
    margin-left: 9px;
}
.top_inner .top_social li:first-child a {
    margin-left: 0px;
}

/*---------------------- top bar ----------------------*/

/*---------------------- header ----------------------*/

.header {
    padding: 1rem 0;
    position: absolute;
    top: 7.5rem;
    width: 100%;
}
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--main_color);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 23%);
}
.header.sticky .navbar-brand img {
    width: 21rem;
}
.header .navbar {
    padding: 0;
}

.header .menu-item {
    margin-left: 4rem;
    position: relative;
}

.header .navbar-nav>.menu-item>a {
    padding: 0.3rem 0rem !important;
    position: relative;
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--pure_white);
    position: relative;
    font-weight: 500;
}
.header .navbar-nav>.menu-item>a::after {
    position: absolute;
    content: "";
    background: var(--pure_white);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.3s;
}
.header .navbar-nav>.menu-item>a:hover::after {
    transform: scale(1);
}

.header .navbar-nav>.menu-item>a:hover {
    color: var(--pure_white);
    opacity: 0.9;
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 16em;
}
.sub-menu {
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: .5rem;
    top: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 12%);
    max-height: 0;
    transition: max-height .5s ease-out;
    overflow: hidden;
    width: 30rem;
}
.sub-menu li {
    margin-left: 2rem !important;
    padding-top: 1rem;
}
.header .menu-item:hover .sub-menu{
    max-height: 100vh;
    transition: max-height .5s ease-in;
}
.sub-menu li a {
    font-size: 1.8rem !important;
    margin-bottom: 2px;
    display: block;
    color: var(--pure_dark);
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    padding-left: 2rem;
}
.sub-menu li a::after{
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
} 
.sub-menu li a:hover {
    color: var(--main_color);
    transform: translateX(10px);
}
.sub-menu.big-menu {
    width: 75vw;
    display: grid;
    justify-content: space-between;
    left: 0px;
    transform: translateX(-72%);
    grid-template-columns: repeat(7, 1fr);
}
.drop_arrow {
    position: absolute;
    right: -14px;
    top: 3px;
    color: #fff;
    font-size: 1.6rem;
}
/*.menu-item-56:before {
    content: '\f107';
    position: absolute;
    right: -14px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    color: #fff;
}
.menu-item-71:before{
    content: '\f107';
    position: absolute;
    right: -14px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    color: #fff;
}
.menu-item-72:before{
    content: '\f107';
    position: absolute;
    right: -14px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    color: #fff;
}*/
/*---------------------- header ----------------------*/

/*---------------------- banner ----------------------*/
.banner {
    background: var(--main_color);
    padding: 18.6rem 0 5rem;
}
.banner_caption {
    padding: 10rem 0;
    margin-bottom: 20rem;
}
.banner_caption h1 {
    color: var(--pure_white);
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}
.banner_caption h3 {
    font-size: 2.4rem;
    color: var(--pure_white);
    font-weight: 700;
    margin-bottom: 3rem;
}
.banner_caption i {
    margin-right: 0.7rem;
}
.custom_btn {
    background: var(--pure_white);
    padding: 2.4rem 5rem;
    border: 1px solid transparent;
    font-size: 2rem;
    font-weight: 600;
    color: var(--pure_dark);
    transition: 0.3s;
}
.custom_btn:hover {
    background: transparent;
    border-color: var(--pure_white);
    color: var(--pure_white);
}

.banner_form {
    background: var(--pure_white);
    padding: 4rem 3.5rem;
    position: relative;
    z-index: 99;
}
.banner_form h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--main_color);
    margin-bottom: 4rem;
}
.banner_form h4 {
    font-size: 1.8rem;
    color: var(--dark);
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 0.3rem;
}
.banner_form h4.details {
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
}
.form-group {
    margin-bottom: 0;
}
.banner_form .form-group input {
    margin: 1.2rem 0;
    border: 0.1rem solid #c8c8c8;
    padding: 2.2rem 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 0;
    height: 6rem;
}
.banner_form .form-group input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.8rem;
    color: var(--input_color);
}
.banner_form .form-group input ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.8rem;
    color: var(--input_color);
}
.banner_form .form-group input :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1.8rem;
    color: var(--input_color);
}
.banner_form .form-group input :-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.8rem;
    color: var(--input_color);
}
.banner_form .nice-select {
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    height: 6rem;
    line-height: 6rem;
}
.banner_form .nice-select:after {
    border-bottom: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    height: 10px;
    width: 10px;
}
.banner_form .nice-select .list {
    width: 100%;
}
.banner_form .nice-select .option:hover {
    background-color: var(--main_color);
    color: var(--pure_white);
    font-size: 1.5rem;
    font-weight: 500;
}

.car_img {
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 100%;
}
.submit_btn {
    background: var(--main_color);
    padding: 2rem 5.5rem;
    font-size: 1.8rem;
    color: var(--pure_white);
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border: 0;
    margin-top: 2rem;
    transition: 0.3s;
}
button.submit_btn:hover {
    background: #028dbf;
}
/*---------------------- banner ----------------------*/

/*-------------------- cell_area --------------------*/

.custom_heading h2, .custom_heading h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    text-transform: uppercase;
    color: var(--pure_dark);
}

.custom_heading h2 span, .custom_heading h1 span {
    color: var(--main_color);
}
.custom_heading h3 {
    font-family: "Poppins";
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.heading_divider {
    background: var(--main_color);
    width: 10rem;
    height: 1rem;
    margin: 2em auto;
    transform: skewX(-30deg);
    position: relative;
}
.heading_divider::after {
    position: absolute;
    content: "";
    background: var(--pure_white);
    width: 0.5rem;
    height: 1rem;
    animation: left_right 10s linear infinite;
}

@keyframes left_right {
    0% {
        transform: translateX(5rem);
    }
    50% {
        transform: translateX(-4rem);
    }

    100% {
        transform: translateX(5rem);
    }
}

p {
    font-family: "Poppins";
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 3rem;
}
.cell_area {
    padding-top: 16rem;
}
.cell_area .custom_heading {
    margin-bottom: 6rem;
}
.cell_area .row {
    position: relative;
    z-index: 55;
}
.cell_card {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
}
.cell_items {
    padding: 66px 88px;
    display: flex;
    min-height: 25.2rem;
    background: var(--pure_white);
    min-height: 260px;
    align-items: center;
}
.cell_img {
    position: relative;
    z-index: 5;
}
.cell_img::after {
    position: absolute;
    content: "";
    width: 7.5rem;
    height: 7.5rem;
    background: #b7e8fa;
    border-radius: 50%;
    top: -18px;
    left: -41px;
    z-index: -1;
}
.cell_content {
    margin-left: 4.5rem;
}
.cell_img img {
    width: 60px;
}
.cell_content h4 {
    font-size: 2.2rem;
    color: #3e2c21;
    font-weight: 700;
    margin-bottom: 2rem;
}
.cell_content a {
    background-color: var(--main_color);
    color: var(--pure_white);
    padding: 1.4rem 2.5rem;
    display: inline-block;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 400;
    border: 0.1rem solid transparent;
    transition: 0.3s;
}
.cell_content a:hover {
    background: transparent;
    color: var(--main_color);
    border-color: var(--main_color);
}
.cell_content p {
    font-size: 1.8rem;
    color: #3e2c21;
    font-weight: 400;
    line-height: 3rem;
}
/*-------------------- cell_area --------------------*/

/*------------------- ask_section -------------------*/
.ask_section {
    padding: 20rem 0 9.5rem;
    background: var(--main_color);
    margin-top: -10.5rem;
}

.ask_title h2 {
    font-size: 3.2rem;
    color: var(--pure_white);
    font-weight: 700;
    margin-bottom: 5.4rem;
    text-transform: capitalize;
}
/*------------------- ask_section -------------------*/

/*-------------------- our_trande --------------------*/
.our_trande {
    padding: 8rem 0 5rem;
}
.our_trande .col-sm-6:first-child {
    padding-right: 10rem;
    position: relative;
}
.our_trande .col-sm-6:last-child {
    padding-left: 10rem;
}
.our_trande .custom_heading {
    margin-bottom: 10rem;
}

.our_trande .col-sm-6:first-child::after {
    position: absolute;
    background-image: url(../images/trade_shape.png);
    content: "";
    width: 20rem;
    height: 46rem;
    top: 50%;
    right: -12rem;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}
.trade_box {
    display: flex;
    margin-bottom: 6rem;
}
.trade_content h3 {
    font-size: 2.6rem;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.trade_content p {
    font-size: 1.8rem;
    color: var(--dark);
    text-transform: capitalize;
    line-height: 3rem;
}
.trade_img {
    margin-left: 4.5rem;
}
.trade_img img {
    width: 75px;
}
/*-------------------- our_trande --------------------*/

/*------------------- brand_section -------------------*/
.brand_section {
    padding: 6rem 0;
}
.brand_section .custom_heading {
    margin-bottom: 7rem;
}
.brand_slider {
    background: #f5f5f5;
    padding: 2rem 0;
    margin-top: 6rem;
}
.brand_slider .owl-nav.disabled {
    display: block !important;
}
.brand_slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
}
.brand_slider .owl-nav button.owl-next {
    left: auto;
    right: -4rem;
}
/*------------------- brand_section -------------------*/

/*--------------------- breadcrumb ---------------------*/
.inner_banner {
    background: var(--main_color);
    padding: 15rem 0 10rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_title h3 {
    font-family: "Poppins";
    color: var(--pure_white);
    font-size: 4rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.breadcrumb_list li {
    display: inline-block;
    color: var(--pure_dark);
    font-size: 2rem;
}
.breadcrumb_list li a {
    font-family: "Poppins";
    color: var(--pure_white);
    display: block;
    font-size: 2rem;
    padding: 0 1.5rem;
    position: relative;
}
.breadcrumb_list li a::after {
    position: absolute;
    content: "/";
    right: -5px;
}
.breadcrumb_list li:last-child {
    margin-left: 1.5rem;
    font-weight: 700;

}
.breadcrumb_list li:last-child a:after {
    display: none;
}
/*--------------------- breadcrumb ---------------------*/

.about_section {
    padding: 10rem 0 0;
}
.about_section .heading_divider {
    margin: 0;
}

.about_section .heading_divider {
    background: var(--main_color);
    width: 10rem;
    height: 1rem;
    margin: 1rem 0 2rem;
    transform: skewX(-30deg);
    position: relative;
}
.about_section .heading_divider::after {
    position: absolute;
    content: "";
    background: var(--pure_white);
    width: 0.5rem;
    height: 1rem;
    animation: left_right2 10s linear infinite;
}

@keyframes left_right2 {
    0% {
        transform: translateX(9rem);
    }
    50% {
        transform: translateX(0.2rem);
    }

    100% {
        transform: translateX(9rem);
    }
}

/*-------------------- how_car_sell --------------------*/
.how_car_sell {
    padding: 10rem 0 10rem;
    background: #fbfbfb;
}
.how_car_sell .row {
    margin-top: 8rem;
}
.sell_item {
    border: 0.1rem solid #ccc;
    padding: 5rem 3rem;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.sell_item::after {
    position: absolute;
    content: "";
    background: #2c9cd414;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    top: -61px;
    left: -72px;
}
.sell_item::before {
    position: absolute;
    content: "";
    background: #2c9cd414;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    bottom: -61px;
    right: -72px;
}
.sell_img {
    margin: auto;
    display: table;
    margin-bottom: 2rem;
}
.sell_img img {
    width: 10rem;
}
.sell_cotent h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
/*-------------------- how_car_sell --------------------*/



/* Back to top button */

.scroll {
    z-index: 9999999;
    position: fixed;
    top: -65px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #264690;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s;
}
a.scroll span i {
    font-size: 20px;
    color: #fff;
}

.scroll.down {
    top: 85vh;
}
  /* Styles for the content section */


/* Back to top button */
/* inner page */
.aboutBg, .innerBg {
    padding: 9rem 0rem;
}
.heading_divider.left-devider {
    margin: 2em 0;
}
.aboutBg h6, .innerBg h6 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.aboutBg h2, .innerBg h2 {
    margin-bottom: 3rem;
}
.aboutBg h6 i, .innerBg h6 i {
    color: var(--main_color);
    margin-right: 2rem;
}
.aboutBg ol li, .innerBg ol li {
    font-size: 1.8rem;
    list-style: none;
    margin-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
}
.aboutBg ol li::after, .innerBg ol li::after {
    content: '\f061';
    position: absolute;
    color: var(--main_color);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0px;
    top: 0px;
}
.innerBg h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.we-deal {
    padding: 5rem 15px;
}
.we-deal .custom_btn {
    background-color: var(--main_color);
    padding: 1.5rem 3rem;
    line-height: 1;
    color: #fff;
    border-radius: .5rem;
}
.card {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 9%);
    border-radius: .6rem;
    height: 100%;
}
.innerBg .card-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.we-deal .custom_heading {
    margin-bottom: 5rem;
}

/*=========================== sagar edit ================================================== */
.innerBg .pr-logo{
    margin-bottom: 30px;
    border-radius: 8px;
}






.innerBg .section-title h1 {
    font-size: 4rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.innerBg .section-title h1 span{
    color: var(--main_color);
}
.innerBg .section-title span.sub-title {
    text-transform: capitalize;
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: var(--main_color);
}
.innerBg .section-title h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    letter-spacing: .5px;
    color: #264690;
}
ul.contact-info-list {
    margin-top: 30px;
}
ul.contact-info-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
ul.contact-info-list li .icon {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    align-items: center;
    color: var(--main_color);
    height: 55px;
    width: 55px;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
ul.contact-info-list li .icon::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 2px dotted #264690;
    border-radius: 50%;
    animation: infinite linear rotation 5s;
}
@keyframes rotation {
    from{
        transform: rotate(359deg);
    }
    to{
        transform: rotate(0deg);
    }
}
ul.contact-info-list li .content {
    margin-left: 30px;
}
ul.contact-info-list li .content h5 {
    font-size: 18px;
    margin-bottom: 7px;
}
ul.contact-info-list li .content p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sec_map{
    margin-top: 50px;
}

.innerBg ul.service-areas li a {
    font-size: 16px;
    position: relative;
}
ul.service-areas li {
    margin-left: 20px;
}
.innerBg ul.service-areas li a::after {
    content: '\f105';
    position: absolute;
    left: -16px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}



.subPoint {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px!important;
    font-size: 16px!important;
    color: var(--main_color)!important;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px !important;
}


/* inner page */
/*---------------------footer start--------------------*/

.footer_area {
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 30px solid #000;
}
.footer_content h2 {
    font-size: 2.2rem;
    color: var(--pure_white);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}
.footer_area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000c9;
    z-index: 2;
}
.footer_content {
    position: relative;
    z-index: 4;
    padding: 8.6rem 0rem 3rem 9rem;
}
.footer_content p {
    color: var(--pure_white);
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 3.5rem;
}
.quick_contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}
.quick_contact_item_icon {
    width: 4.7rem;
    height: 4.7rem;
    line-height: 4.7rem;
    text-align: center;
    background: var(--main_color);
    font-size: 1.6rem;
    border-radius: 4px;
    margin-right: 1.5rem;
    color: var(--pure_white);
    border: 0.1rem solid transparent;
    transition: 0.5s;
}
.quick_contact_item_icon:hover {
    background: transparent;
    border-color: var(--main_color);
    transition: 0.5s;
}
.footer_contact {
    background: #000;
}
.quick_contact_item_content a {
    color: var(--pure_white);
    font-size: 1.6rem;
    transition: 0.5s;
}
.quick_contact_item_content a:hover {
    color: var(--main_color);
    transition: 0.5s;
}
.quick_contact_item_content p {
    color: var(--pure_white);
    font-size: 1.6rem;
    margin-bottom: 0;
}
.footer_content ul {
    list-style: none;
}
.footer_content ul li {
    display: block;
    margin-bottom: 1.8rem;
    line-height: 1;
}
.footer_content ul li:last-child {
    margin-bottom: 0;
}
.footer_content ul li a {
    color: var(--pure_white);
    font-size: 1.8rem;
    display: block;
    transition: 0.5s;
    text-transform: capitalize;
}
.footer_content ul li a:hover {
    transform: translateX(10px);
    transition: 0.5s;
    color: var(--main_color);
}
.mt-70 {
    margin-top: 7rem;
}
.pl_13 {
    padding-left: 13rem;
}
.footer_social_bar ul {
    list-style: none;
    display: flex;
}
.footer_social_bar ul li {
    margin-bottom: 0;
}
.footer_social_bar ul li a {
    font-size: 2.5rem;
    margin-right: 1.5rem;
    transition: 0.5s;
}
.footer_social_bar ul li a:hover {
    color: var(--main_color);
    transition: 0.5s;
    transform: translateX(0);
}
.copy_right_sec {
    background: var(--pure_dark);
    padding: 2.5rem 0rem 0 0;
}
.copy_right_sec p {
    text-align: center;
    color: var(--pure_white);
    font-size: 1.6rem;
    line-height: 1;
}
.copy_right_sec p a {
    color: var(--main_color);
}
/*---------------------footer end--------------------*/

/*------------ contact form css --------------*/
.contact-form-wrap h4 {
    color: #3a3a3a;
    margin-bottom: 15px;
    font-size: 15px;
}
.contact-form-wrap h4 i {
    color: #4aa3df;
}
.contact-form-wrap {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 6px #ddd;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.contact-form-wrap input, textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: block;
    width: 100%;
}
.contact-form-wrap label {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.contact-form-wrap textarea {
    height: 100px;
}
.contact-form-wrap .submit_btn {
    width: 30% !important;
}

.blog-card a{
    display: inline-block;
}
.blog-title {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 50px;
}
.blog_seach_area {
    padding: 15px;
    background: #fff;
    border: 1px solid #E1E1E1;
    height: 100%;
    height: auto;
    position: sticky;
    top: 0;
}
.blog_searh input {
    border-radius: 46px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    height: 46px;
    width: 100%;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}
.blog_search_btn {
    position: absolute;
    background: transparent;
    border: none;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.blog_keywords {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.blog_keyimg {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.blog_keycontent h6 {
    overflow: hidden;
    color: #EEA034;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.3px;
}
.blog_keycontent h5 {
    overflow: hidden;
    color: #29273C;
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.32px;
}
.blog_searh{
    position: relative;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"] {
    background-color: #f7f8fc;
    border-radius: 0.5rem;
    padding: 17px;
}
.form-submit #submit {
    font-size: 15px;
    background: var(--main_color);
    border: none;
    height: 45px;
    width: 164px;
}
.comment-form .btn-dark {
  background-color: black;
  color: white;
  border-radius: 2rem;
}
#nt-pv-btn a {
    display: block;
    padding: 15px 20px;
    background: var(--main_color);
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
}
#nt-pv-btn{
    margin-top: 50px;
}

.pagination {
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}
.page-numbers.current {
    font-size: 15px;
    background: var(--main_color);
    padding: 10px;
    color: #fff;
}
.page-numbers {
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
}
a.prev.page-numbers {
    width: 85px;
}
a.next.page-numbers {
    width: 85px;
}
.blog-card {
    padding: 15px;
	border-radius:0.6rem;
    border: 1px solid rgba(0,0,0,.125);
}
.blog-sidebar-area {
    padding: 20px;
    background: #fff;
    box-shadow: 2px 2px 10px 6px #dddddd6b;
    border-radius: 10px;
}
.widget-title {
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
aside.widget ul li {
    font-size: 12px;
    color: #264690;
    font-weight: 700;
}
.widget ul li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}
aside.widget ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid var(--main_color);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
aside.widget {
    margin-bottom: 30px;
}
#blog-submit {
    width: 15%;
    font-size: 20px;
    border: none;
    background: #264690;
    color: #fff;
}
input#blog-search {
    width: 85%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #264690;
}
.blog-forms form {
    display: flex;
}
form#commentform label {
    font-size: 15px;
}

