<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Extra large screens mode*/
@media (min-width: 1500px) and (max-width: 1920px){
    
    body{
        padding: 0 80px
    }
	header nav ul.menu-items{
		padding-left: 150px;
	}
	.banner .banner-content{

	}
}

/*tablet mode*/
@media (min-width: 768px) and (max-width: 1024px){
	::-webkit-scrollbar{
	    display: none;
	}
	header nav{
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	header nav ul.menu-items{
		padding-left: 0;
	}
	header nav ul.navbar-nav li a.nav-link:hover:before,a.nav-link.active:before{
		display: none;
	}
	header ul.contact-info{
		display: -webkit-inline-box;
		padding-left: 7px;
		padding-top: 5px;
	}

    .banner .banner-content {
        padding:40px 50px
    }
    
    .banner .banner-content h1{
        font-size: 28px
    }
    
    .banner .banner-content p{
        font-size: 14px
    }
    
	.carousel-indicators{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto;
	}
	.carousel-btns a{
		padding: 30px 0;
		height: 125px;
	}
	.about-us{
		padding-bottom: 200px;
	}
	
    .key-information{
        flex-direction: column
    }
    
    .about-brief ul li,
    .key-information li{
        width: 100%
    }
    
    .key-information li{
        border-right: none;
        border-bottom: dotted 2px #007099;
        margin: 0 0 25px 0;
        padding: 0
    }
    
    .key-information li:last-child{
        border-bottom: none;
        margin-bottom: 0
    }
    
	footer p{
		padding: 0;
		margin: 0;
	}
	footer a.map{
		line-height: 40px;
	}
	footer h2{
		padding-bottom: 20px;
	}
	footer .footer-grid{
		padding-top: 25px;
	}
	footer .footer-top form{
		padding-top: 25px;	
	}
	footer .footer-bottom{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	footer .footer-bottom a.designed{
		padding-top: 20px;
	}
}

/*mobile mode*/
@media (min-width: 320px) and (max-width: 767px){
	::-webkit-scrollbar{
	    display: none;
	}
    
    body{
        font-size: 13px;
        font-weight: 400
    }
    
    h1{
    font-size: 36px;
    }

    h2{
        font-size: 30px;
    }

    h3{
        font-size: 24px;

    }

    h4{
        font-size: 20px;
    }
    
    h5{
        font-size: 16px;
    }
    
    
    
    .btn.btn-lg{
        font-size: 13px;
    }

    header .navbar-brand img{
        width: 128px
    }
    
	header nav ul.menu-items{
		padding-left: 0;
	}
	header nav{
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	header nav ul.navbar-nav li a.nav-link:hover:before,a.nav-link.active:before{
		display: none;
	}
	header ul.contact-info{
		display: -webkit-inline-box;
		padding-left: 7px;
		padding-top: 5px;
	}
    
    header .primary-cta{
        display: none;
    }
    
	.offcanvas-menu{
		width: 100%;
	}
    
    
    .banner{
        border-radius: 20px
    }
	
	.banner .banner-content{
		position: unset;
		padding: 40px 35px 70px 35px;
		width: auto;
        height: auto;
        background-size: cover;
        background-position: 0 0
	}
    
    
    .banner .carousel-item.active .banner-content{
          animation: none
    }
    
    .banner .banner-content h1{
        font-size: 20px;
        font-weight: 400
    }
    
	.banner .banner-content h4{
		font-size: 24px;
	}
    
    .banner .banner-content p{
        font-size: 14px
    }
	.carousel-indicators{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto;
		justify-content: center;
	}
	.carousel-btns a{
        padding: 25px 15px;
        height: auto;
        font-size: 10px;
	}
    
    .banner .carousel-btns a{
        font-size: 10px;
        padding: 5px 10px;
    }
    
    .bs-intro{
        margin: 30px 0
    }
    
    .about-brief .container {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .about-us h3{
        font-size: 30px
    }
    
    .about-us h5{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px
    }
    
    .about-brief{
        padding: 50px 0;
        border-radius: 20px
    }
    
    .about-brief ul li{
        width: 100%;
        padding-right: 0
    }
    
    .about-brief h5{
        font-size: 18px
    }
    
    
	.client-reviews .container{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.aboutus-root::before{
		left: 0;
		bottom: -37%;
	}
    
    .intro,
	.about-us{
        margin: 0;
		padding: 50px 35px ;
        border-radius: 20px;
	}
	.about-img{
		padding-bottom: 50px;
	}
	.about-us .container{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

    
    .services .service-block{
        padding: 50px 30px
    }
    
    .solution-brief{
        padding:40px 20px;
    }
    
    .solution-brief ul.list-grid &gt; li{
        width:100%;
    }
    
    
    .key-information{
        flex-direction: column;
        padding: 50px 0px;
        margin: 0
    }
    
    .key-information li{
        width: 100%;
        margin: 0;
        padding: 0;
        border-right: none
    }
    
    .key-information li:not(:last-child){
        margin-bottom: 60px
    }
    
    .key-information h3{
        font-size: 18px
    }
    
    .about-us{
        flex-direction: column
    }
    
    .about-us .about-us-visual{
        position: inherit;
        width: 100%;
        height: 200px;
        border-radius: 20px;
    }
    
    
    
    .about-us .about-us-content{
        width: 100%;
        padding: 0
    }
    
    .our-mission{
        border-radius: 20px;
    }
    
    .our-mission-statement{
        padding: 30px;
        
    }
    
    .our-mission-statement p{
        font-size:16px
    }
	
	.services .service-content{
        order: 1;
		padding:0 15px;
	}
    
    .services .img-hover-zoom{
        margin-bottom: 25px;
    }
    
	.services .service-content h3{
		font-size: 32px;
	}
	.services .service-content p{
		padding-bottom: 10px;
	}
    
    
    .page-intro{
        padding: 50px 30px
    }
    
    .services-list{
        padding: 50px 25px 30px 25px
    }
    
    .services-list .service-block .service-content{
        padding:30px 0
    }
    
    .products-list{
        padding: 0 25px 30px 25px;
    }
    
    .products-list .product-block .product-content{
        padding: 25px 0
    }
    
    
	
	footer h2{
		padding-bottom: 25px;
	}
	footer p{
        font-size: 12px;
		padding: 0;
		margin: 0;
	}
	footer a.map{
		line-height: 50px;
	}
	footer .footer-grid{
		grid-template-columns: 1fr;
	}
	footer .footer-top form{
		padding-top: 25px;
	}
	footer .footer-top{
		padding: 25px 0;
	}
	footer .footer-bottom{
		padding: 25px 25px 45px 25px;
	}
	footer .footer-bottom ul.parent-ul{
		justify-content: center!important;
        margin: 0;
	}
	footer .footer-bottom ul{
		justify-content: end!important;
	}
	footer .footer-bottom ul.parent-ul li{
		padding-left: 0
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(3){
		border-right: 0;
		padding-right: 0;
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(4){
		border-right: 0;
		padding-left: 0;
		line-height: 40px;
	}
	footer .footer-bottom ul li{
		font-size: 13px;
	}
	footer .footer-bottom ul li a{
		font-size: 13px;
		line-height: 40px;
	}
	footer .footer-bottom a.designed{
		padding-top: 25px;
	}
}

/*xs mobile mode*/
@media (width: 320px){
	.navbar-brand img{
		width: 210px!important
	}
	.offcanvas-menu{
		padding: 40px 25px;
	}
	.offcanvas-menu.active .menu-close{
		right: 25px;
	}
	.banner .banner-content a img{
		margin-left: 25px;
	}
	.about-us span{
		padding: 15px;
	}
	.about-us a.download{
		font-size: 13px;
	}
	.about-us span a.download img{
		width: 30px;
		margin-left: 0;
	}
	.services .service-content h3{
		font-size: 24px!important;
	}
	.services .service-content span{
		padding: 13px 15px;
	}
	footer .footer-top{
		padding: 50px 0;
	}
	footer .footer-bottom{
		padding: 25px 0;
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(3){
		padding-right: 0;
	}
}</pre></body></html>