@import url('https://fonts.googleapis.com/css?family=Poppins');


body{
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
  }

  .navbar-brand img{
    width: 80px;
  }

ul {
    padding-left: 0rem;
    list-style-type: none;
    margin-bottom: 0rem;
}

.top-row1{
    background: #312d2d;
    text-align: end;
    padding: 10px 0;
    font-size: 14px;
    color:#e7d9ec;
}

.top-row1 p{
    margin-bottom: 0;
}

.top-row1 p i{
    margin-right: 10px;
    color: #f9c937;
}

.top-row2 ul{display: flex;justify-content: flex-end;}

.top-row2 ul li{margin-left:3rem;color:#fff;line-height: 2.7;font-weight: 600;letter-spacing: 1px;}

.top-row2 ul li img{
    width:25px;
    margin-right: 5px;
}

.navbar-toggler i{color:#fff;}

.btn:focus {
    box-shadow: none;
}

nav .btn.btn-y{
    padding: 0.6rem 2rem;
    margin-right: 0px !important;
    margin-left: 2.5rem;
}

.navbar-nav{
    width:100%;
}

.navbar-nav li{
    /* width:12.5%; */
    text-align: center;
}

.navbar-nav li a{
    padding-right: 2.02rem !important;
    padding-left: 2.02rem !important;
}

nav li a{
    margin-left: 0;
    margin-right: 0 !important;
    color: #bfbfbf !important;
    line-height: 2rem;
    font-size: 14px;
}

nav li a.nav-link.active:hover{
    color: #000 !important;
}

nav li a.nav-link:hover{
    color: #f9c937 !important;
}

nav li a:last-child{
    margin-right: none !important;
}

/* li.nav-item{
    border-right: 1px solid #fff;
}

li.nav-item:last-child{
    border-right: none;
} */

nav li a.active{
    color: #000 !important;
    background: #f9c937;
    font-weight: 600;
}

nav{
    background: #000;
    padding:0 !important;
    border-bottom: 1px solid #312d2d;
    /* box-shadow: rgb(0 0 0) 0px -2px 6px; */
}

.top-row2{
    background: #720201;
}

nav .navbar-toggler{
    border: none;
}

nav .navbar-toggler:focus{
    box-shadow: none;
}

.request-btn, .submit-btn {
    background: #f9c937;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: .2s;
    letter-spacing: 0px;
}

.request-btn:hover, .submit-btn:hover{
    background: #fabc02;
}

.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators .active{
    background-color: #f9c937;
}

/*.carousel-caption{
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Impact;
    color: #f9c937;
    font-size: 26px;
    width: 45%;
    margin: auto;
} */

.carousel-caption {
    bottom: 40px;
    -ms-transform: translateY(-50%);
    transform: translateY(3%);
    font-family: Impact;
    color: #fff;
    font-size: 18px;
    width: 45%;
    margin: auto;
    font-family: 'Poppins';
}
/* .content-section{
    padding:80px 0;
    background-image: url("../images/banner_red.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
} */

.content-section .container{
    min-height: 25vh;
    position: relative;
    background: #f6f6f6;
    padding: 2rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px;
}

.content-section p{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.contact-section{
    margin:60px 0;
}

.contact-section h1{
    color: #f9c937;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-family: Impact;
    text-align: center;
    font-size: 30px;
}

.button-container{
    text-align: center;
}

.inner-heading-sect h1{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
}

.inner-heading-sect{
    background: #312d2d;
    padding: 10px 0;
}

.inner-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-box-content{
    background: #000;
    padding: 50px !important;
    width:600px;
    margin:0 auto;
    border-radius: 10px;
    border: 1px solid #312d2d;
}

.contact-box-content label{
    color: #c1950e;
    margin-bottom: 0.5rem;
}

.contact-box-content .form-control{
    font-size: 14px;
    border: none;
}

.contact-box-content.inner-section .form-group{
    text-align: initial;
}

.contact-box-content.inner-section label.error {
    color: #ff0000;
    font-size: 12px;
}

.contact-box-content h1:after{
    content: "";
    height: 5px;
    display: block;
    width: 60px;
    margin: 0 auto;
    background: #a11e23;
}

.contact-box-content .success-msg{
    color: #0cbb01;
    font-size: 16px;
    padding-bottom: 1rem;
}

.form-control:focus{
    box-shadow: none;
}

.content-section ol li::marker{
    font-weight: bold;
}

.content-section ol li{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

#footer {
    background: #a11e23;
    padding: 50px 0;
    color: #e7d9ec;
    font-size: 11pt;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top p {
    font-size: 10pt;
    line-height: 18pt;
    margin-bottom: 0;
}

#footer .footer-top h4 {
    font-size: 14pt;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ec7f6d;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-info.footer-links ul li{
    font-weight: 600;
    color: #fff;
}

#footer .footer-top .footer-links ul li {
    padding: 3px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    font-size: 10pt;
    line-height: 20pt !important;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #e7d9ec;
}

#footer img{
    width: 16pt;
    height: 16pt;
    margin-right: 10px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #f1c40f;
}

.copyright-div .copyright {
    text-align: center;
    padding: 15px 0;
    color: #e5e5e5;
    font-size: 10pt;
}

.copyright-div{
    background: #000000;
}

.footer-logo{
    margin-bottom: 20px;
}

.footer-logo img{
    width:80px !important;
    height:80px !important;
}

footer input:focus-visible{
        outline: none;
}

.carousel-caption ol li{
    text-align: center;
    list-style-position: inside;
    margin-bottom: 1.5rem;
}

.carousel-caption ol{
    padding-left:0;
}

.carousel-inner h2{ font-size:26px; font-weight:bold; color:#f9c937; }

@media (max-width: 1399px){
    .navbar-nav li a {
        padding-right: 1.31rem !important;
        padding-left: 1.31rem !important;
    }
    .inner-heading-sect h1{
        font-size: 22px;
    }
    .carousel-caption{
        width: 65%;
    }
}

@media (max-width: 1199px){
    .navbar-nav li a {
        padding-right: 0.61rem !important;
        padding-left: 0.61rem !important;
    }

    .carousel-item{
        height: 500px;
    }
    .carousel-item img{
        height: 100%;
    object-fit: cover;
    }
}

@media (max-width: 991px){
.carousel-caption {
    width: 80% !important;
    padding-bottom: 0px;
    left: 9%;
}
    nav{
        height:53px;
        padding: 10px !important;
    }
    .navbar-collapse.show{
        z-index: 999;
    }
    .navbar .d-none{
        display: block !important;
    }
    .request-btn{
        padding: 0.3rem 1rem;
    }
    .top-row2 ul li {
        margin-left: 2rem;
    }
    #footer .footer-top h4 {
        font-size: 14pt;
    }
    nav li a.active {
        color: #f9c937 !important;
        background: transparent;
    }
    .nav-link{
        padding:0px;
    }
    .navbar-collapse.show{
        z-index: 1;
    }
    ul.navbar-nav{       
        width: 30%;
        background: #000;
        padding: 15px;
    }
    .navbar-nav li {
        width: 100%;
        text-align: left;
    }
    .navbar-nav li {
        padding:0.2rem;
    }
    .carousel-item {
        height: 550px;
    }
}

@media (max-width: 767px){
    .footer-links{
        margin-bottom: 2rem;
    }
    .footer-links:last-child{
        margin-bottom: 0rem;
    }
    .contact-box-content{
        width: 100%;
    }
    .content-section .container{
        min-height: auto;
    }
    .inner-content {
        margin: 0;
        position: inherit;
        top: none;
        transform: none;
    }
}

@media (max-width: 599px){
    p{
        font-size: 10px;
    }
    .top-row2 ul li {
        margin-left: 1rem;
        font-size: 10px;
    }
    .top-row2 ul li img {
        width: 15px;
    }
    .navbar-brand img {
        min-width: 50px;
    }
    ul.navbar-nav {
        width: 50%;
    }
    .footer-logo img {
        width: 50px !important;
        height: 50px !important;
    }
    #footer .footer-top .footer-links ul a {
        font-size: 10px;
        line-height: 12pt !important;
    }
    #footer .footer-top h4 {
        font-size: 10pt;
    }
    #footer .footer-top p {
        font-size: 10px;
        line-height: 12pt;
    }
    .copyright-div .copyright{
        font-size: 8px;
    }
    #footer .footer-top .footer-info ul li{
        font-size: 12px;
    }
    #footer img {
        width: 14pt;
        height: 14pt;
    }
    .carousel-indicators{
        margin-bottom: 0rem;
    }
    .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
    }
    .nav-link {
        font-size: 10px;
        line-height: 14pt;
    }
    .request-btn{
        font-size: 12px;
    }
    #footer {
        padding: 20px 0;
    }
    .contact-box-content{
        padding: 30px 20px !important;
    }
    .carousel-item{
        height: 300px;
    }
    .carousel-item img{
        height: 100%;
    object-fit: cover;
    }
    .carousel-caption p, .carousel-caption li{
        font-size: 12px;
    }
    .inner-heading-sect h1 {
        font-size: 18px;
    }

	.carousel-inner h2{ font-size:16px; font-weight:bold; }
	.carousel-inner p { padding-bottom: 0px;    margin-bottom: 0px; }
	
}


