* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
  
}
.container{
    max-width: 1280px;
}
.navbar-collapse{
    justify-content: end;
}
.nav-item{
    margin-left: 20px;
   
}
.nav-link{
    color: black;
    font-size: 16px;
    cursor: pointer;
}
.navbar{
    box-shadow: -30px 10px 50px 0px #0000000D; 
}
.nav-link:focus, .nav-link:hover {
    color: black;
    text-decoration: underline;
}
.navbar-brand img{
    width: 180px;
}
.blogsec h1{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.blogsec h2{
    font-size: 16px;
    font-weight: 500;
    color: #282828;
}
.blogsec hr{
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}
.blogsec hr.rounded{
    color: #f05f3d !important;
    border: 2px solid;
    width: 10%;
    margin: 0;
}
.blog-sec-main {
    background: #f7f8fb;
    border-radius: 50px;
    padding: 100px 50px;
    margin: 50px 0px 50px 0px;
    text-align: center;
}
.blog-inner{
    margin: 60px 0px 0px 0px !important;
}
.post-sec {
    background: #ffffff;
    padding: 0px 0px 30px 0px;
    border-radius: 10px;
    text-align: left;
}
.post-sec h3 {
    font-size: 17px;
    font-weight: 600;
    color: #282828;
    margin: 0;
    padding: 30px 0px 5px 0px;
}
.post-sec h3 a {
    display: block;
    
}
.post-sec a {
    color: #282828;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px 0px 0px;
    padding: 25px 15px 0px 15px;
}
.post-sec h2 a {
    padding: 25px 15px 0px 15px;
    font-size: 14px;
    
}
.post-sec p {
    padding: 25px 15px 25px 15px;
    font-size: 14.5px;
    color: #282828;
}
.post-sec a:hover {
    color: var(--bs-link-color);
    text-decoration: underline;
}
.testimonial-sec {
    background-color: #f05f3d;
    margin-bottom: 50px;
}
.testimonial-sec-main {
    background-color: #f05f3d;
    border-radius: 50px;
    padding: 50px 50px;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
.testimonial-sec h2{
    font-size: 2rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.testimonial-sec p{
    font-size: 16px;
    color: #ffffff;
}
.testimonial-sec hr {
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}
.testimonial-sec hr.rounded {
    color: #fff !important;
    border: 2px solid;
    width: 10%;
    margin: 0;
}
.testimonial-sec-inner {
    margin: 60px 0px 0px 0px !important;
}
.test-sec {
    background: #ffffff;
    padding: 25px 15px 25px 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 260px;
}
.test-sec h2{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #282828;
}
.test-sec p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0;
}
.contact-sec {
    text-align: center;
   margin-top: 100px;
}
.contact-sec h2{
    font-size: 40px;
}
.contact-sec p {
    padding: 10px 0px;
    margin: 0 !important;
}
.hr {
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}
hr.rounded {
    color:  #f05f3d !important;
    border: 2px solid;
    width: 10%;
    margin: 0;
}
.location-map img {
    height: 440px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.contact-detail {
    margin: 60px 0px 0px 0px;
}
.contact-sec-inner {
    margin: 40px 0px 0px 0px;
}
.conatact-form {
    text-align: left;
    border: 1px solid #dee3f1;
    border-radius: 10px;
    padding: 40px;
}
.conatact-form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin: 0;
    padding: 20px 0px;
}
.inner-form input, .inner-form textarea {
    background: #f7f8fb !important;
    border: 0;
    border-radius: 8px !important;
    margin: 0px 0px 20px 0px;
    line-height: 40px;
}
.form-btn input {
    background: #f05f3d !important;
    color: #ffffff;
    display: block !important;
    width: 100%;
    border-radius: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid;
}
.footer{
    height: 400px;
    background: #f7f8fb;
    margin-top: 100px;
}
.logo{
    margin-top: 100px;
}
.logo img{
    width: 220px;
}
.logo p{
    font-size: 14px;
    line-height: 35px;
    color: #707070;
    padding: 25px 0px 0px 0px;
}
.helpful-links,.bulletin{
    margin-top: 100px;
}
.helpful-links p,.bulletin p{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.helpful-links-ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    line-height: 35px;
}
.helpful-links-ul a{
    color: #707070 !important;
    text-decoration: none;
}
.helpful-links-ul a:hover{
    color: var(--bs-link-color) !important;
    text-decoration: underline !important;
}
.footer1{
    border-bottom: 1px solid #dee3f1;
    padding-bottom: 15px;
}
.copyright{
    text-align: center;
    margin-top: 20px;
}
.copyright p{
    font-size: 14px;
    color: #707070;
    text-align: center;
    font-weight: 400;
}
.search-1{
    border-color: #f05f3d !important;
    color:#f05f3d ;
}
.search-1:hover {
    color: var(--bs-btn-hover-color);
    background-color: #f05f3d !important;
    border-color:  #f05f3d !important;
}
@media only screen and (max-width: 1280px){

    .navbar-brand img{
        margin-left: 30px;
    }
    .navbar-collapse{
        margin-right: 30px;
    }
    .logo img{
        margin-left: 30px;
    }
    .logo p {
        margin-left: 30px;
    line-height: 35px;
    }
}
@media only screen and (max-width: 1168px) {
    .logo p{
        font-size: 13px;
        line-height: 30px;
    }
    .test-sec {
        background: #ffffff;
        padding: 25px 15px 25px 15px;
        border-radius: 10px;
        text-align: center;
       height: 280px;
    }
}
@media only screen and (max-width: 1080px){
    .logo p {
        font-size: 11px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 868px){
    .navbar-nav{
        margin-left: 15px;
    }
    .footer {
        height: auto;
    }
    .helpful-links, .bulletin {
        margin-top: 20px;
        margin-left: 30px;
    }
    .input-group{
        width: 40%;
    }
    .convert-ol li {
        margin-top: 40px;
        font-size: 12px;
    }
    .convert-ol{
        padding-left: 1rem;
    }
    .conatact-form{
        margin-top: 50px;
    }
    .blog-sec-main {
        background: #f7f8fb;
        border-radius: 0px !important;
        padding: 50px 30px;
        margin: 50px 0px 0px 0px;
        text-align: left;
    }
 .post-sec, .test-sec {
        margin-top: 20px;
        min-height: unset;
        height: 180px;
    }
    .post-sec{
        height: 250px !important;
    }
    .blogsec h1{
        font-size: calc(1.325rem + .9vw);
    }
}
@media only screen and (max-width: 768px){
    .logo p {
        font-size: 14px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 468px){

    .contact-sec h2 {
        font-size: 28px;
    }
    .contact-detail {
        margin: 0px 0px 0px 0px;
    }
    .location-map img {
        height: auto;
    }
    .input-group {
        width: 80%;
    }
    .copyright p {
        font-size: 10px;
    }
    .convert-ol {
        padding-left: 1rem;
        margin-left: 20px;
    }
    .main-area, .blog-sec-main {
        background: #f7f8fb;
        border-radius: 0px !important;
        padding: 0px;
        margin: 50px 0px 0px 0px;
        text-align: center;
    }
    .blog-inner {
        margin: 60px 0px 60px 0px !important;
    }
    .testimonial-sec-main {
        background-color: #f05f3d;
        border-radius: 50px;
        padding: 50px 0px;
        margin: 0px;
        text-align: center;
    }
    .blogsec h1 {
        font-size: calc(1.325rem + .9vw);
        margin-top: 40px;
    }
    .post-sec, .test-sec {
        margin-top: 20px;
        min-height: unset;
        height: 240px;
    }
    .post-sec {
        height: 320px !important;
    }
}
@media only screen and (max-width: 368px){
    .contact-sec h2 {
        font-size: 22px;
    }
    .contact-sec p{
        font-size: 12px;
    }
    .convert-ol li {
        margin-top: 35px;
        font-size: 9px;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #f05f3d !important;
        width: 20px;
    }
    .logo p {
        font-size: 11px;
        line-height: 30px;
    }

    .test-sec p {
        font-size: 14px;
    }
    .post-sec {
        height: 380px !important;
    }



}