 
@media only screen and (max-width : 767px) {
    .navbar {
		position: relative;
		padding:0px;
		background: #fff !important;
	}
	.navbar-light .navbar-brand {
		order:2;
        margin-right: 0px;
     }
    .navbar-brand-mobile {
    font-family: 'Montserrat', sans-serif;
    color: #e10028;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    }
	.navbar-light .navbar-brand span {
		color:#000;
	}
	.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
		color: #000;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
	}
	.navbar-light .navbar-toggler {
        order:1;
       padding: .75rem .75rem;    
       border-color: transparent;
       background: #e10028;
       border-radius: 0px;
       
	}
    
    .header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff !important;
}
    .mob-top-40 {
        margin-top:40px;
    }
    
	.top-number {
		margin:0 auto 20px auto;
	}
	.top-number a:nth-child(1){
		display:none;
	}
    .top-number-mobile {
    display: block;
    order: 3;
    width:46px;
    height:56px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: .75rem;
    border-color: transparent;
    background: transparent;
    border-radius: 0px; 
    }
    .top-number-mobile img {
     height:100%;  
         }
    
	.header-sticky.is-sticky .navbar-brand {
	color: #e10028;
    font-weight: 900;	
	}
    
	.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
    .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width:100%;
    position: absolute;
    top: 56px; 
    background: #64090b;
    }
    .top-number {
        display:none;
    }
    
    .main-banner {
    background: url(../img/banner-2.jpg) right top no-repeat;
    background-size: cover;
    height: 100%;
    
}
    .banner-text h1 {
    margin-top:115px;
    font-size: 36px;
    color: #fff;
}
    
    .banner-text h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3em;
    
}
    .banner-text p {
    width: 100%;
    margin-top:90px;
    margin-bottom:30px;
}
    .main-banner-text {
    margin-top: 90px;
}
    
    .main-banner-text ul {
        flex-direction: column;
}
    
    
    .main-banner-text ul li {
        width:100%;
        justify-content: center;
        margin:15px 0px;
        
        
    }
    .main-banner-text ul li span:first-child {
        width:70px;
        
    }
    .main-banner-text ul li span:nth-child(2) {
        flex:1;
        font-size: 18px;
        
    }
    
    .container-top-address {
    position: static;
        margin-top:80px;
    
}
    .top-address ul li:nth-child(2) {
        display:none;
    }
    .contact-info {
      margin-right: 15px;
        margin-left: 15px;
    }
    .section-title-anime::before {
        display:none;
    }
    .section-title-anime::after {
        display:none;
    }
    .service {
        margin:0px auto;
        padding-top:20px;
    }
    .service h2 {
        margin:0px auto;
        
    }
    .service h2 span {
        width:100%;
        font-size: 20px;
        line-height: 1em;
    }
    .single-box.m-r-40 {
        margin-right:0px;
    }
    .single-box.m-l-40 {
        margin-left:0px;
    }
    .service .mar-90 {
        margin:0px -15px;
    }
    .block-1-center {
        justify-content: flex-start;
    }
    .block-1-center a {
        margin-top:20px;
    }
    .block-1-center {
        width:100%;
    }
    .block-2 h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    }
    
    .advang-about {
    width: 70%;
    margin: 0 auto;
    color: #313237;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
}
    .section-title-red p {
        width:100%;
    }
    
    .footer-area .col-lg-3{
      text-align: center;
      margin:10px auto;
    }
    .single-services h3 {
        margin-bottom:0px;
        line-height: 1em;
    }
    .zoom-anim-dialog h2{
        font-size: 18px;
    }
   
        
    
    
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
   
   .navbar {
		position: absolute;
		padding:0px;
		background: #fff !important;
	}
    .navbar .container{
		width:100%;
        max-width:100%;
	}
	.navbar-light .navbar-brand {
		order:2;
        margin-right: 0px;
     }
    .navbar-brand-mobile {
    font-family: 'Montserrat', sans-serif;
    color: #e10028;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    }
	.navbar-light .navbar-brand span {
		color:#000;
	}
	.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
		color: #000;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
	}
	.navbar-light .navbar-toggler {
        order:1;
       padding: .75rem .75rem;    
       border-color: transparent;
       background: #e10028;
       border-radius: 0px;
       
	}
    
    .header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff !important;
}
    
	.top-number {
		margin:0 auto 20px auto;
	}
	.top-number a:nth-child(1){
		display:none;
	}
    .top-number-mobile {
    display: block;
    order: 3;
    width:46px;
    height:56px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: .75rem;
    border-color: transparent;
    background: transparent;
    border-radius: 0px; 
    }
    .top-number-mobile img {
     height:100%;  
         }
    
	.header-sticky.is-sticky .navbar-brand {
	color: #e10028;
    font-weight: 900;	
	}
    
	.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
    .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width:100%;
    position: absolute;
    top: 56px; 
    background: #64090b;
    }
    .top-number {
        display:none;
    }
    .main-banner {
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
      
    }
    
   .container-top-address {
    position: relative;
    
    
}
     .section-title-anime::before {
        display:none;
    }
    .section-title-anime::after {
        display:none;
    }
    .service {
        margin:60px auto;
    }
    .service h2 {
        margin:0px auto;
    }
    .service h2 span {
        width:100%;
        
    }
    .service .mar-90 {
        margin:20px -15px;
    }
    .pd-80 {
        padding:40px;
    }
    .section-title-service {
    margin-top: 0px;
}
    .m-t-40-ipd {
        
        margin-top:40px;
    }
    
     .footer-area .col-lg-3 {
    margin:10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
   
    
}
      
@media only screen and (min-width : 991px) and (max-width : 1200px) {
 .service h2 span {
        width:80%;
     font-size: 24px;
        
    } 
    .m-t-40-ipd {
        
        margin-top:40px;
    }
     .footer-area .col-lg-3 .btn-primary-border-red {
        font-size: 10px;
    }
}


@media (max-width: 320px) { 
    

.banner-text h1 {
    margin-top: 60px;
    font-size: 30px;
    }
    .banner-text h3 {
    font-size: 16px;
    
}
    .banner-text p {
    margin-top: 50px;
   
}
}