
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
body {
	font-family: "Poppins", sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
    /*background: #f0eded;*/
    background: #fff;
	font-weight:400;
    overflow-x: hidden;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
ul{
    list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
    text-decoration:none;
    outline:none;
}
.hightlight-color {
    color:#FBFF32;
}
.brown_color{
    color:#4A1A10;
}
.brown_back{
    background:#4A1A10;
}
.link_color {
    color: #4A1A10;
    font-weight: 600;
    opacity: 0.8;
    transition: all ease .3s;
}
.link_color:hover {
    opacity: 1;
    color: #4A1A10;
}
.btn-style-one {
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    color: #000;
    padding: 10px 25px;
    transition: all ease .3s;
    box-shadow: 0px 0px 12px 0px #727272;
}
 .btn-style-one:hover {
    transition: all ease .3s;
}

.btn-style-one i {
    transition: all ease .3s;
    margin-left: 10px;
}
.btn-style-one:hover i {
    transition: all ease .3s;
    margin-left: 15px;
}
 .btn-style-two {
    font-size: 18px;
    font-weight: 500;
    background: #B68C5A;
    color: #fff;
    padding: 10px 25px;
    transition: all ease .3s;
}
 .btn-style-two:hover {
    color: #fff;
    transition: all ease .3s;
}
.btn-style-two i {
    transition: all ease .3s;
    margin-left: 10px;
}
.btn-style-two:hover i {
    transition: all ease .3s;
    margin-left: 15px;
}
.btn-style-three {
    font-size: 18px;
    font-weight: 500;
    background: #4A1A10;
    color: #fff;
    padding: 10px 25px;
    transition: all ease .3s;
}
.btn-style-three i {
    transition: all ease .3s;
    margin-left: 10px;
}
.btn-style-three:hover i {
    transition: all ease .3s;
    margin-left: 15px;
}
 .btn-style-three:hover {
    color: #fff;
    transition: all ease .3s;
}


.scale_image_design_one {
    position: relative;
    overflow: hidden;
}
.scale_image_design_one img {
    transform: scale(1);
    transition: all ease .3s;
}
.scale_image_design_one:hover img {
    transform: scale(0.96);
    transition: all ease .3s;
}
.apply-now {
    position: relative;
}
.apply-now:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 90%;
    height: 3px;
    background: rgb(0 0 0 / 20%);
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    margin: auto;
}




/* top bar start  */


.firstNavbar{
    background:lch(86.69 0.02 356.63 / 0.5);
}
.firstNavbar .navbar .navbar-brand{
    font-size:14px;
}
.firstNavbar .navbar .navbar-brand a{
    text-decoration:none;
    color:#000;
    font-weight:600;
}
.firstNavbar .navbar-toggler-icon {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.firstNavbar nav a {
    color: #000;
    font-weight: 500;
}
.secondNavbar .navbar {
    position:static !important;
}
.secondNavbar .navbar .navbar-brand{
    font-size:35px;
    letter-spacing:2px;
}
.secondNavbar .navbar .nav-link{
    font-size:16px;
    margin:0px 5px;
    color:#000000b5;
    font-weight:500;
}
.secondNavbar .navbar .nav-link:hover{
    /*font-weight:bold;*/
    color:#4A1A10;
}
.secondNavbar .navbar-toggler {
    border: 0;
    color: #4A1A10;
}
.secondNavbar .navbar .navbar-brand {
    width: 250px;
}
.secondNavbar nav a img {
    width: 100%;
}
.secondNavbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.secondNavbar .dropstart:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
.secondNavbar li.nav-item.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.secondNavbar {
    padding: 10px 0;
    position: relative;
}
@media (min-width:300px) and (max-width:991px){
    .firstNavbar .contact-us {
        display: none;
    }
    .secondNavbar .dropstart:hover .dropdown-menu {
        /*display: block;*/
    }
  .secondNavbar .dropdown .dropdown-menu {
    position: relative;
    left: 0;
    right: 0 !important;
} 
.secondNavbar  .dropstart .dropdown-menu {
    z-index: -1;
}
.secondNavbar .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.secondNavbar .dropstart .dropdown-toggle::before {
    display: none;
}
.secondNavbar li.nav-item.dropdown:hover > ul.dropdown-menu {
    background: #0000000f;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.secondNavbar .dropstart .dropdown-menu  {
    background: #0000000f;
    color: #fff;
    border: 0;
    border-radius: 0;

}
.secondNavbar .dropstart {
    padding: 0 1rem;
}
.secondNavbar li.nav-item {
    padding: 0 1rem;
}
.secondNavbar .navbar .nav-link {
         margin: 0px 0px; 
}
}
@media (min-width:300px) and (max-width:767px){
    .firstNavbar .contact-us {
        display: none;
    }
    .firstNavbar li.login-con span {
        /*display: none;*/
    }
    .firstNavbar .navbar .navbar-brand a {
    font-size: 12px;
}



}
@media screen and (min-width: 769px) {
    .dropstart:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
    }
}
/* top bar end  */




/* banner section starts */
section.blogs-banner-section {
    position: relative;
    padding: 140px 0; 
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
section.blogs-banner-section h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}
section.blogs-banner-section h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

section.blogs-banner-section .banner-sub-cont h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
section.blogs-banner-section .banner-sub-cont p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
section.blogs-banner-section .blogs-inner-banner > div > div {
    border-right: 1px solid #fff;
    padding: 15px;
}
section.blogs-banner-section .blogs-inner-banner > div > div:last-child {
    border-right: 0px solid #fff;
}



/* banner section ends */







/* top section */
section.blog-top {
    background:#e8ddd1;
    padding: 30px 0;
}

section.blog-top .search-input{
    border:none;
    border-radius:30px;
    padding:10px 18px;
    width:100%;
    font-size: 16px;
    border: 1px solid #fff;
    transition: all ease .3s;
}
section.blog-top .search-input:focus {
    border: 1px solid #5b2416;
    outline: none;
}
section.blog-top .filter-btn{
    border:none;
    background:#fff;
    color:#666;
    border-radius:20px;
    padding: 8px 15px;
    font-size:16px;
    margin-left:8px;
}

section.blog-top .filter-btn.active{
    background:#5b2416;
    color:#fff;
}

/* all blogs */
section.all-blogs-section .section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4A1A10;
}

section.all-blogs-section .section-subtitle{
    color:#777;
    font-size:18px;
    margin-bottom:25px;
}

section.all-blogs-section .blog-card {
    background: #fff;
    overflow: hidden;
    height: 100%;
    border: 1px solid #C0C0C0;
    box-shadow: 0px 4px 4.7px -4px #4A1A10;
    border-radius: 12px;
}
section.all-blogs-section .blog-content a {
    display: block;
    margin-top: 35px;
    color: #4A1A10;
    font-size: 16px;
    font-weight: 500;
    transition: all ease .3s;
}
section.all-blogs-section .blog-content a i {
    margin-left: 0;
    transition: all ease .3s;
}
section.all-blogs-section .blog-content a:hover i {
    margin-left: 10px;
}

section.all-blogs-section .blog-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}
section.all-blogs-section .blog-card-img {
    position: relative;
}
section.all-blogs-section .category-text {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #D97706;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
}
section.all-blogs-section .blog-meta ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
section.all-blogs-section .blog-meta ul li {
    width: 50%;
    font-size: 14px;
}

section.all-blogs-section .blog-content{
    padding: 25px 25px;
}

section.all-blogs-section .blog-meta{
    font-size:11px;
    color:#888;
    margin-bottom:8px;
}

section.all-blogs-section .blog-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    line-height:1.4;
}
section.all-blogs-section .blog-content h3 {
    font-size: 18px;
    font-weight: 500;
}
section.all-blogs-section .blog-content p {
    font-size: 14px;
    color: #000;
    line-height: normal;
}
section.all-blogs-section .blog-desc{
    font-size:13px;
    color:#666;
    margin-bottom:14px;
}

section.all-blogs-section .read-more{
    font-size:13px;
    font-weight:600;
    color:#5b2416;
}




/* latest section starts */
section.latest-section {
    background:#e8ddd1;
    padding:60px 0;
    margin-top:60px;
}
section.latest-section h2 {
    font-size: 40px;
    color: #292524;
    font-weight: 700;
}
section.latest-section p {
    font-size: 18px;
    color: #3C3C3C;
    font-weight: 500;
}
section.latest-section .latest-card{
    background:#fff;
    border-radius:10px;
    padding:0;
    overflow: hidden;
}

section.latest-section .latest-card img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:0;
}
section.latest-section .car-content {
    padding: 20px;
}
section.latest-section .car-img {
    position: relative;
}
section.latest-section .blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #D97706;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
}
section.latest-section .blog-meta ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
section.latest-section .blog-meta ul li {
    width: 50%;
}
section.latest-section .car-content h3 {
    font-size: 24px;
    color: #292524;
    font-weight: 600;
}
section.latest-section .car-content p {
    font-size: 16px;
    color: #78716C;
    font-weight: 500;
}


section.latest-section .latest-btn{
    background:#5b2416;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:6px;
    font-size:13px;
}



section.latest-section #blogCarousel{
    position:relative;
}

section.latest-section .custom-arrow{
    position:relative;
    top:0;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    color:#5a1f12;
    font-size:18px;
    text-decoration:none;
    transition:.3s;
    opacity:1;
    z-index:10;
}

section.latest-section .custom-arrow:hover{
    background:#5a1f12;
    color:#fff;
    text-decoration:none;
}

section.latest-section .blog-next-prev {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 25px;
}
section.latest-section .next-arrow {
    margin-left: 15px;
}

/* latest section ends */


/* appply now section starts */
section.apply-now-section {
    position: relative;
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.apply-now-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
    margin-bottom: 15px;
}
section.apply-now-section h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 100px;
    background: #F59E0B;
    top: -15px;
    border-radius: 20px;
}
section.apply-now-section p {
    font-size: 20px;
    color: #D6D3D1;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
}
.apply-content ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-content ul li {
    font-size: 22px;
    color: #A8A29E;
    font-weight: 500;
    padding: 10px 20px;
}.apply-content ul li i {
    color: #F59E0B;
    margin-right: 5px;
}


/* appply now section ends */





/* single blog page css starts */

section.blog-detail-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(90deg, #fff 70%, #DECAB3);
}
section.blog-detail-section .back-to-page a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
section.blog-detail-section .social-media ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.blog-detail-section .social-media ul li p {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-right: 25px;
    margin-bottom: 0;
}
section.blog-detail-section .social-media ul li a {
    background: #4A1A10;
    color: #fff;
    padding: 5px;
    margin: 2px;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 20px;
    border: 2px solid #4A1A10;
    transition: all ease .3s;
}
section.blog-detail-section .social-media ul li a:hover {
    background: #fff;
    color: #4A1A10;
}
section.blog-detail-section .blog-meta ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
section.blog-detail-section .blog-meta ul li {
    padding: 10px 25px 10px 0px;
    font-size: 16px;
}
section.blog-detail-section .blog-meta ul li i {
    margin-right: 5px;
}

section.blog-detail-section h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0;
    text-align: justify;
}
section.blog-detail-section  img {
    width: 100%;
}
section.blog-detail-section .blog-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
section.blog-detail-section .blog-content h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
}
section.blog-detail-section .blog-content ul {
    list-style: disc;
}
section.blog-detail-section .blog-content ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;    
    text-align: justify;
}
section.blog-detail-section table tr th {
    background: #4A1A10;
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border: 1px solid #fff;
}
section.blog-detail-section table tr td {
    background: #D0B696;
    font-size: 16px;
    padding: 10px 10px;
    color: #000;
    border: 1px solid #fff;
}

section.blog-detail-section .blog-content img{
    width:100%;
    border-radius:0;
    margin:25px 0;
}
section.blog-detail-section .common_cont h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}



section.blog-detail-section .blog-content h3{
    font-size:28px;
    margin:35px 0 15px;
    font-weight:700;
}










/* sidebar */
section.blog-detail-section .sidebar-title{
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    border-bottom:3px solid #d89a24;
    display:inline-block;
    padding-bottom:8px;
}

section.blog-detail-section .related-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    margin-bottom:25px;
}
section.blog-detail-section .related-card h6 {
    font-size: 20px;
    font-weight: 700;
}

section.blog-detail-section .related-card img{
    width:100%;
    height:170px;
    object-fit:cover;
}

section.blog-detail-section .related-content{
    padding:12px;
}


section.blog-detail-section .related-card a{
    color:#5a1f12;
    font-size:16px;
    font-weight:600;
}


/* single blog page css ends */



@media screen and (max-width:1199px){

.secondNavbar .navbar .nav-link {
    font-size: 14px;
}
.secondNavbar nav a img {
    width: 80%;
}

}

@media screen and (max-width:1099px){
section.blog-top .filter-btn {
    padding: 5px 10px;
    font-size: 14px;
}
section.blog-top .search-input {
    padding: 5px 15px;
    font-size: 14px;
}
section.latest-section .car-content h3 {
    font-size: 20px;
}
section.latest-section .car-content p {
    font-size: 14px;
}


}

@media screen and (max-width:767px){
section.blogs-banner-section {
    padding: 60px 0;
}
section.blogs-banner-section h1 {
    font-size: 24px;
}
section.blogs-banner-section h2 {
    font-size: 14px;
}
section.blogs-banner-section .banner-sub-cont h3 {
    font-size: 22px;
}
section.blogs-banner-section .banner-sub-cont p {
        font-size: 12px;
    }

section.blogs-banner-section .blogs-inner-banner > div > div {
    padding: 10px;
}
    section.blog-top .filter-btn {
        padding: 5px 8px;
        font-size: 12px;
        margin: 2px;
    }
section.all-blogs-section .section-title {
    font-size: 28px;
}
section.apply-now-section h2 {
    font-size: 24px;
}
section.apply-now-section p {
    font-size: 14px;
}
    .apply-content ul {
        display: block;
        text-align: left;
    }

.apply-content ul li {
    font-size: 16px;
    padding: 5px 20px;
}
    section.blog-detail-section .blog-meta ul li {
        padding: 0px 10px 0px 0px;
        font-size: 10px;
    }
    section.blog-detail-section .social-media ul li p {
        font-size: 20px;
        margin-right: 10px;
    }
    section.blog-detail-section .social-media ul li a {
        padding: 5px;
        margin: 0;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
section.blog-detail-section h1 {
    font-size: 22px;
}
section.blog-detail-section .blog-content p {
    font-size: 14px;
}
section.blog-detail-section .blog-content h2 {
    font-size: 20px;
}
section.blog-detail-section .blog-content ul li {
    font-size: 14px;
}
section.blog-detail-section .blog-content ul {
    padding-left: 15px;
}
section.blog-detail-section table tr th {
    font-size: 12px;
    padding: 5px 5px;
}
section.blog-detail-section table tr td {
    font-size: 12px;
    padding: 5px 5px;
}

section.blog-detail-section .common_cont h4 {
    font-size: 16px;
    margin-top: 15px;
}
section.blog-detail-section .sidebar-title {
    margin-top: 20px;
    border-top: 1px solid #00000036;
    display: block;
    padding-top: 40px;
}
section.latest-section h2 {
    font-size: 22px;
}
section.latest-section p {
    font-size: 14px;
    text-align: right;
}
section.latest-section .d-flex div p {
    text-align: left;
}
    section.latest-section .car-content p {
        text-align: left;
    }
.btn-style-one,
.btn-style-two,
.btn-style-three {
    font-size: 14px;
}




}





