/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/

@media (max-width: 1470px) {
.dropdown-item{
    padding: 20px;
}
}


@media (max-width: 1400px) {

}


@media (max-width: 1350px) {

}


@media (max-width: 1200px) {
.dropdown-item{
    padding: 15px;
    border-right: 0px;
    border-bottom: 1px solid #2a2627;
}
.tb-box{
    padding: 48px;
}
.tb-sec.dc-page{
    flex-wrap: wrap;
}
.tb-sec.dc-page .tb-box{
    flex: auto;
    width: 50%;
    border-bottom: 2px solid #2a2627;
}
.tb-sec.dc-page .tb-box:nth-child(2){
    border-right: 0px;
}
.tb-sec.dc-page .tb-box:nth-child(3), 
.tb-sec.dc-page .tb-box:last-child{
    border-bottom: 0px;
}
}


@media (max-width: 992px) {
.container{
    padding-left: 24px;
    padding-right: 24px;
}
.navbar-collapse{
    position: absolute;
    width: 100%;
    top: 112px;
    left: 0px;
    background-color: #0b0809;
    box-shadow: 0px 5px 6px #0000001a;
    border-top: 1px solid #2a2627;
}
.navbar-nav {
    width: 100%;
    left: 0px;
    z-index: 9999;
    gap: 4px;
    margin-bottom: 0px;
    padding: 20px 0px;
    align-items: flex-start !important;
}
.navbar-nav .nav-link {
    text-align: left;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2a2627;
}
.drop{
    border-bottom: 1px solid #2a2627;
}
.drop .nav-link{
    border-bottom: 0px;
}
.dropdown-toggle-split{
    position: absolute;
    right: 0px;
    top: 8px;
    border: 0px !important;
    border-bottom: 0px !important;
}
.nav-item.dropdown > .nav-link:first-child{
    width: 100%;
}
.nav-item{
    padding: 0px;
}
.mobi-hide{
    display: none;
}
.dropdown-menu{
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    left: 0 !important;
    border: 0px;
    border-left: 2px solid #3f3f47;
    margin-left: 8px !important;
    padding-left: 16px;
}
.dropdown-item img{
    display: none;
}
.dropdown-item{
    color: #d8d3d4;
    padding: 12px 0;
    align-items: flex-start;
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    margin-top: 0px !important;
}
.nav-item{
    width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: #28469F;
    background-color: transparent;
}
.dropdown-toggle::after{
    display: inline-block;
}
.p-footer .logo-box{
    flex: auto;
    width: 100%;
}
.p-footer{
    flex-wrap: wrap;
}
.tb-sec{
    flex-wrap: wrap;
}
.tb-box{
    flex: auto;
    width: 50%;
    border-bottom: 2px solid #2a2627;
    border-right: 0px;
}
.tb-sec .tb-box:first-child, 
.tb-sec.dc-page .tb-box:nth-child(3){
    border-right: 2px solid #2a2627;
}
.tb-sec .tb-box:last-child{
    border-bottom: 0px;
}
.testimonials-box{
    border-bottom: 2px solid #2a2627;
}
.testimonials .row .col-12:nth-child(2) .testimonials-box{
    border-right: 0px;
}
}


@media (max-width: 768px) {
.navbar-collapse {
    top: 96px;
}
.logo {
    width: 181px;
}
.p-footer{
    gap: 24px;
}
.f-title{
    margin-bottom: 8px;
}
.f-ul{
    gap: 4px;
}
.contact-box .f-ul{
    gap: 8px;
}
.f-logo {
    margin-bottom: 12px;
}
.s-footer{
    padding-top: 16px;
    margin-top: 32px;
}
.hero-title{
    font-size: 48px;
    letter-spacing: -1.2px;
}
.hero-text{
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 1.55556;
    margin: 0 auto 40px;
    max-width: 672px;
    width: 100%;
}
.tb-sec{
    flex-direction: column;
}
.tb-box{
    padding: 48px 24px;
    width: 100%;
}
.tb-sec .tb-box:first-child{
    border-right: 0px;
}
.sub-title{
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.45px;
}
.ffb-box{
    flex-wrap: wrap;
    gap: 64px;
}
.f-box{
    flex: auto;
}
.title{
    font-size: 24px;
    line-height: 1.33333;
    letter-spacing: 2.4px;
}
.inner-hero-sec .hero-title{
    font-size: 48px;
    letter-spacing: -1.2px;
}
.ot-modal .modal-body{
    flex-direction: column;
}
.ot-modal .modal-body .img-box{
    border-right: 0px;
    border-bottom: 2px solid #2a2627;
    width: 100%;
}
.ot-modal .modal-body .img-box img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 15%;
}
.ot-modal .modal-lg{
    padding: 16px;
}
.details-box .title{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.75px;
}
.contact-page .title{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
}
.testimonials-box{
    padding: 48px 24px;
}
.title2{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
}
.tb-sec.dc-page .tb-box{
    width: 100%;
    border-bottom: 2px solid #2a2627 !important;
    border-right: 0px !important;
}
.tb-sec.dc-page .tb-box:last-child{
    border-bottom: 0px !important;
}
}


@media (max-width: 576px) {
.container{
    padding-left: 16px;
    padding-right: 16px;
}
.p-footer{
    flex-direction: column;
}
.btn-sec{
    flex-direction: column;
}
.btn-sec .btn-theme{
    width: 100%;
}
.inner-hero-sec.portfolio-bg{
    background-size: cover;
}
.testimonials-box{
    border-right: 0px;
}
}


@media (max-width: 400px) {
.inner-hero-sec.pl-hero .hero-title {
    word-wrap: break-word;
}    
}