.th-menu-toggle {
    width: 45px;
    height: 45px;
}
.visible-lg {
  visibility: visible !important;
}
.visible-sm{
    visibility: hidden !important;
    display: none;
}
@media (max-width: 1730px){
    .container{        
        width: 85%;
        max-width: 100%;
        padding: 0;
    }
    .footer-layout1 .footer-logo img {
        max-width: 350px !important;
    }
    .footer-layout1 .logo-bg {
        width: 34%;
    }
    
      
}
@media (max-width: 1590px){
    .container{        
        width: 95%;
        max-width: 100%;
    }
    .header-layout1 .logo-bg {
        width: 40.5%;
    }
    .header-layout1 .logo-bg-dx {
        width: 28.5%;
    }
    .header-layout1 .logo-bg-dx:before, .header-layout1 .logo-bg-dx:after {
        -webkit-clip-path: polygon(calc(26.5% - 55px) 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(calc(26.5% - 55px) 0, 100% 0, 100% 100%, 0 100%);
        z-index: 0;
    }
    .header-layout1 .logo-bg-dx:after {
        -webkit-clip-path: polygon(calc(18% - 44px) 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(calc(18% - 44px) 0, 100% 0, 100% 100%, 0 100%);
        z-index: 1;
    }
}
@media (max-width: 1390px){
    .container{        
        width: 96%;
        max-width: 100%;
        padding: 0 2%;
    }    
    .header-logo img {
        max-width: 370px;
    }
    .header-logo small {
        font-size: 0.84em;
    }
    .footer-layout1 .footer-logo img {
        max-width: 300px !important;
    }
    .footer-contact_link {
        font-size: 15px;
        font-weight: 400;
    }
}
@media (max-width: 1300px){
    .header-logo img {
        max-width: 300px;
    }
    .header-logo small {
        font-size: 0.68em;
    }
    .main-menu a {
        font-size: 12.5px;
    }
    
    .footer-layout1 .footer-logo img {
        max-width: 250px !important;
    }
}
@media (max-width: 1199px){
    .hero-style2 {
        z-index: 45;
    }
    .footer-layout1 .logo-bg {
        width: 100%;
    }
}
@media (max-width: 1190px){
    .main-menu a {
        font-weight: 400;
        font-size: 12px;
    }
    .header-layout1 .logo-bg-dx {
        width: 35.5%;
    }
}
@media (max-width: 1100px){
    .main-menu>ul>li {
        margin: 0 2px;
    }
    .header-layout1 .logo-bg {
        width: 40.5%;
    }
    .main-menu a {
        font-weight: 500;
        font-size: 11.5px;
    }
    .swiper-slide, .hero-2 video  {
        height: calc(100vh - 100px);
    }
    .hero-2 video {
        max-width: fit-content;
    }
}

@media (max-width: 1037px){
    .align-md-col{flex-direction: column !important;}
    .align-md-col>div {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 10px 0 7px 0;
    }
}

@media (max-width: 991px){
    .header-layout1 .logo-bg {
        width: 50%;
    }
    .hero-2 .th-hero-bg {
        display: flex;
        justify-content: center;
    }
    .hero-style2 {
        margin: 50px 0;
    }    
    .swiper-slide, .hero-2 video  {
        height: calc(100vh - 65px);
    }
}

@media (max-width: 767px){
    p{
        text-align: justify;
    }
    .header-layout1 .logo-bg {
        width: 70%;
    }
    .hero-style2 {
        margin: 30px 0;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-style2 .hero-text {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 1px 1px 7px rgba(0,0, 0, .9);
    }
    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-box1 {
        left: 0;
    }
    .year-counter_number {
        font-size: 40px;
    }
    .year-counter {
        height: 130px;
        width: 130px;
        border: 5px solid var(--white-color);
        box-shadow: 1px 10px 30px rgba(8,14,28,0.7);
        padding: 8px 0;
    }
    .title-area {
        text-align: center;
    }
    h2.sec-title {
        font-size: 24px;
    }
    .testi-grid_review {
        position: relative;
        top: 0;
        right: 0;
    }
    .testi-grid {
        margin-top: 50px;
        margin-bottom: 50px;
    }    
    .visible-lg {
      visibility: hidden !important;
    }
    .visible-sm{
        visibility: visible !important;
        display: inline;
    }
}
@media (max-width: 550px){
    .header-layout1 .logo-bg {
        width: 87%;
    }
    .footer-contact-wrap {
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 480px){
    .hero-title {
        font-size: 21px;
    }
    .copyright-wrap {
        padding: 22px 0 100px;
        background-size: 100% auto;
    }
    .header-layout1 .header-logo img {
        width: 250px;
    }
    .header-logo small {
        font-size: 0.567em;
    }
    
}