  @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Titillium+Web:400,700,900&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500&display=swap');
    
    a{
        text-decoration: none !important;
        color: inherit;
    }
    a:hover{
        color: inherit;
    }
    .btn-info {
        color: #fff;
        border-color: #1b96d3;
        background-color: #1b96d3;
        box-shadow: none;
    }
    
    .slider{
    	width: 100%;
        margin-top: -30px;
    }
    .slide-txt{
    	text-transform: uppercase;
        color: #181818;
        font-family: 'Titillium Web', sans-serif !Important;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 77px;
    }
    .bold-txt{
    	text-transform: uppercase;
        color: #181818;
        font-family: 'Titillium Web', sans-serif !Important;
        letter-spacing: 2px;
        font-weight: 900;
        font-size: 77px;
    }
    
    .slider .carousel{
    	width: 100%;
    }
    
    .about{
    	padding-top: 100px;
    	width: 100%;
    }
    .head_title.about.text-center {
        padding-top: 100px;
    }
    .about h4{
    color: #0096d4;
        font-size: 12px;
        font-family: Bitter;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .about h2{
    	font-family: 'Titillium Web', sans-serif;
        font-size: 30px !important;
        font-weight: 700;
    }
    
    .about span{
    	background: #0096d4;
        width: 15px;
        height: 2px;
        display: block;
        overflow: hidden;
        margin: 0px 49%;
    }
    .about p{
    	font-size: 14px;
        color: #494949;
        font-family: 'Poppins', sans-serif;
        margin: 0 auto;
        max-width: 800px;
        line-height: 26px;
        font-weight: 500;
        padding-top: 10px;
    }
    .about_content {
        padding-top: 85px;
        box-sizing: border-box;
    }
    .single_about {
        height: 150px;
        margin-bottom: 2%;
        overflow: hidden;
        box-sizing: border-box;
        display: block;
        transition: all 0.3s;
    }
    .single_icon {
        float: left;
        width: 90px;
        height: 100%;
        box-sizing: border-box;
    
    }
    .single_icon span{
    	font-size: 32px;
    	 transition: all 0.4s;
    }
    .flaticon-eng{
    	background: #323232;
        width: 75px;
        height: 75px;
        color: #fff;
        display: block;
        border-radius: 100%;
        padding-left: 3px;
        padding-top: 14%;
    }
    .single_text {
        width: 225px;
        float: left;
        height: 100%;
        margin: 0px 10px;
        text-align: left;
    }
    .single_text h2 {
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-transform: capitalize;
    }
    .single_text p {
        color: #959595;
        font-size: 13px;
        line-height: 25px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }
    .single_about:hover .single_icon span {
        background: #0096d4;
        color: #fff;
     }
    
     .pro{
        margin-top: 85px;
        padding-top: 85px;
        padding-bottom: 85px;
     }
    .card {
    	/*background-color: #ccc;*/
    	/* box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1); */
    	margin-bottom: 30px;
    	border-radius: 0px;
        transition: all 0.3s;
    }
    
    .card:hover{
        box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1) !important;
    }
    
    .card:hover .about_text h2 a, .card:hover .about_text a{
        color: #0096d4;
    } 
    .card:hover .card-img-top{
        opacity: 0.8;
    }
    
    .card-img-top{
    	border-radius: 0px;
        transition: all 0.3s;
    }
    
    .about_text h3{
    	color: #323232;
        font-size: 14px;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 700;
        margin-bottom: -8px;
        padding: 0 0;
    }
    .about_text span{
    	background: #0096d4;
        width: 15px;
        height: 2px;
        display: inline-block;
    }
    .about_text h2 a {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        margin-top: 20px;
        margin-bottom: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .about_text p {
        color: #959595;
        font-size: 13px;
        line-height: 25px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin: 0 0 10px;
        max-height: 100px;
        overflow: hidden;
    }
    
    .about_text a {
        text-decoration: none;
        color: #000;
        font-weight: 900;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        transition: all .3s ease;
    }
    .about_text a:hover {
        color: #0096d4;
    }
    
    .process_about{
    	padding-top: 100px;
        padding-bottom: 5%;
        width: 100%;
    
    }
    
    .process_about h4{
    	color: #0096d4;
        font-size: 12px;
        font-family: Bitter;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 600;
    
    }
    .process_about h2{
    	font-family: 'Titillium Web', sans-serif;
        font-size: 32px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .process_about span{
    	background: #0096d4;
        width: 15px;
        height: 2px;
        display: inline-block;
    }
    .process_about p{
    	color: #494949;
        font-family: "Poppins",sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        margin: 2% 17%;
    }
    
    
    .timeline_area:before{
    	content: "";
        height: 66%;
        width: 1px;
        position: absolute;
        left: 50%;
        top: 11%;
        margin-left: -1.5px;
        overflow: hidden;
        background: #efefef;
    }
    .single_time_line.single_right {
        padding-left: 25%;
    }
    .single_time_line:nth-child(2n+1) {
        float: left;
    }
    .single_time_line {
        margin-left: 0;
    }
    .single_time_line {
        height: 230px;
        margin-bottom: 50px;
        width: 38%;
    }
    
    .circle_bg{
    	width: 200px;
        height: 100px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        right: 0;
        top: -24%;
        position: absolute;
        padding-top: 14px;
        margin-right: -50%;
    }
    
    .cercle{
    	width: 70px;
        height: 70px;
        background: #f5f4f4;
        border-radius: 100%;
        text-align: center;
        font-size: 30px;
        right: 26%;
        top: 92%;
        position: absolute;
        margin-right: 0px;
        padding-top: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        border-left: 2px solid #fff;
        border-top: 2px solid #0096d4;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    
    .single_time_line.right_timeline {
        margin-left: 38%;
        margin-top: -24%;
        width: 58%;
    }
    .single_time_line:nth-child(2n+2) {
        float: right;
        padding-left: 20%;
    }
    .single_time_line {
        height: 230px;
        margin-bottom: 50px;
        
    }
    .single_time_line.right_timeline h2 {
        text-align: left;
        margin: 30px 0px 15px;
    }
    .single_time_line h2 {
        color: #000;
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: right;
    }
    
    .single_time_line.right_timeline > p {
        text-align: left;
        width: 100%;
    }
    .single_time_line p {
        color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .single_time_line:nth-child(2n+1) {
        float: left;
    }
    .single_time_line {
        margin-left: 0;
    }
    .single_time_line {
        height: 230px;
        margin-bottom: 50px;
        width: 38%;
    }
    .single_time_line h2 {
        color: #000;
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: right;
        line-height: 1.1;
    }
    .single_time_line p {
        color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-align: right;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    
    .circle_bg_two {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        right: 0;
        top: 7%;
        position: absolute;
        margin-right: -50%;
        padding-top: 14px;
    }
    .cercle_two {
        width: 70px;
        height: 70px;
        background: #f5f4f4;
        border-radius: 100%;
        text-align: center;
        font-size: 30px;
        /* font-weight: bold; */
        right: 51%;
        top: 17%;
        position: absolute;
        margin-right: 0px;
        padding-top: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        border-right: 2px solid #0096d4;
        border-bottom: 2px solid #0096d4;
    }
    .single_time_line:nth-child(2n+2) {
        float: right;
        padding-left: 20%;
    }
    
    .circle_bg_three {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        right: 0;
        top: 7%;
        position: absolute;
        margin-right: -50%; 
        padding-top: 14px;
    }
    .circle_bg_foure {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        right: 0;
        top: 7%;
        position: absolute;
        margin-right: -50%;
        padding-top: 14px;
    }
    .cercle_four {
        width: 70px;
        height: 70px;
        background: #f5f4f4;
        border-radius: 100%;
        text-align: center;
        font-size: 30px;
        /* font-weight: bold; */
        right: 51%;
        top: 17%;
        position: absolute;
        margin-right: 0px;
        padding-top: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        border: 2px solid #0096d4;
    }
    
    
    
    .slide-content{
        top: 20%;
        display: inline-block;
        position: absolute;
        width: 28%;
        text-align: left;
        left: 5%;
        z-index: 1;
        
    }
    
    .slide-content h6{
        color: #007bff !important;
    }
    
    .slide-content h3{
        /* font-size: 90px;
        line-height: 1;
        font-family: 'Libre Franklin', sans-serif;
        font-weight: 500;
        color: #1b96d3; */
            font-size: 35px;
        color: #000000;
        line-height: 1.3;
        font-weight: 900;
    }
    
    .slide-content p{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.8);
    }
    
    .carousel-item img {
        height: 100vh;
        width: 65% !important;
        float: right;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow-y:  hidden;
        height: 85vh;
    }
    .carousel-control-prev-icon {
        background-image: url(https://ecommerce.blinq.com.au/blindsuk-5d2545208372d/images/uploads/next-icn1.png);
    }
    .carousel-control-next-icon {
        background-image: url(https://ecommerce.blinq.com.au/blindsuk-5d2545208372d/images/uploads/next-icn2.png);
    }
    
    .overlay {
        width: 100%;
        height: 98vh;
        background-color: #3333331a;
        position: absolute;
    }
    
    .our-promise{
        margin-top: 50px;
        /* margin-bottom: 85px; */
        padding-bottom: 85px;
    }
    
    .our-promise p{
        font-family: 'Poppins', sans-serif;
    }
    
    .single_time_line p > .bld{
        font-weight: bold !important; 
    }
    .bg-light {
        background-color: #f5f5f570!important;
    }
    .bg-light1 {
        background-color: #fff!important;
    }
    .services{
        padding-bottom: 85px;
        margin-top: 50px;
        /* margin-bottom: 85px; */
    }
    .services .media h5{
        color: #000;
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        line-height: 1.1;
    
    }
    .services .media .media-body{
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        line-height: 1.9;
    }
    
    
    /* 2 services section */
    
    .services .box1{
        border: 2px solid #f5f4f4;
        transition: all 0.3s;
    }
    .services .box1:hover{
     border: 2px solid #1b96d3;
    }
    .services .head-sec{
        font-size: 28px;
        font-weight: 500;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.8);
    }
    .services .para1{
        font-size: 16px;
        line-height: 1.8;
        font-weight: 300;
        color: #666;
    }
    .services .box1 h2{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .services .box1 p{
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }
    .carousel-control-prev{
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000 !important;
        text-align: center;
        opacity: 1;
        transition: opacity .15s ease;
        width: 60px !important;
    }
    .carousel-control-next{
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px !important;
        color: #000;
        text-align: center;
        opacity: .5;
        transition: opacity .15s ease;
    }
    .m-view2{
    				display: block;
    			}
    			.m-view{
    				display: none;
    			}
    
    @media only screen and (max-width: 1599px) and (min-width: 1200px){
    .circle_bg {
        margin-right: -51%;
    }
    .circle_bg_two {
        margin-right: -51%;
    }
    .circle_bg_three {
        margin-right: -51%;
    }
    .circle_bg_foure {
        margin-right: -51%;
    }
    
    }
    
    @media screen (max-width: 414px) {
    	.single_time_line{
    		width: 100% !important;
    		text-align: center !important;
    	}
    
    	.mobile-hide{
    		display: none !important;
    	}
    }
    @media (max-width: 575.98px) {
    				.m-view2{
    					display: none;
    				}
    			.m-view{
    				display: block;
    			}
    
    			.pro1 h2, .pro2 h2, .pro3 h2, .pro4 h2{
    				color: #000;
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1.1;
        margin-top: 10px;
    			}
    				
    			.pro1 p{
    					color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    				}
    				.pro2 p{
    					color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    				}
    
    				.pro3 p{
    					color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    				}
    
    				.pro4 p{
    					color: #959595;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 10px;
    				}
    
    .services{
    text-align: center !important;
    }
    
    .services .box1 {
    margin-top: 30px !important;
    }
    .carousel-item img{
    height: 35vh !important;
    width: 100% !important;
    float: none;
    }
    .carousel-inner{
    position: relative;
        width: 100%;
        overflow-y: hidden;
        height: 35vh !important;
    }
    
    .slide-content {
        top: 20%;
        display: inline-block;
        position: absolute;
        width: 90%;
        text-align: center;
        left: 5%;
        z-index: 1;
    }
    .slide-content h3 {
        font-size: 25px;
        color: #000000;
        line-height: 0px;
        font-weight: 900;
        margin-bottom:20px;
    }
    .slide-content p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.8);
    }
    .about {
        padding-top: 50px !important;
        width: 100%;
    }
    .pro {
    margin-top: 0px !important;
    }  
    }