/********************************************************
1. body start
 *******************************************************/
:root {
    --bl-theme-color:#00b9ff;
    --bl-white-color: #ffffff;
    --bl-heading-color: #222;    
    --bl-text-color:#8c919d;    
    --bl-bg-color:#000;    
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Outfit';
    background-color: var(--bl-bg-color);
}   
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;     
    font-family: 'Prata';     
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
.bl-top-heading {
    font-size: 18px;
    font-weight: 500;
    color: var(--bl-theme-color);
    text-transform: uppercase;
    margin-bottom: 10px; 
    font-family: 'Outfit';
    letter-spacing: 2px;
}
.bl-heading {
    font-size: 22px;
    color: var(--bl-white-color);
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #363636;
    position: relative;
}
.bl-heading::before{
    content: '';
    width: 150px;
    height: 2px;
    background: var(--bl-theme-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.bl-feature-heading {
    position: relative;
}
.bl-feature-heading span {
    height: 1px;
    max-width: 975px;
    width: 100%;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    right: 0;
}
.bl-paragraph{    
    font-size: 16px;    
    color: var(--bl-text-color);
    font-weight: 400;
}
/* button css start*/
.bl-btn {
    min-width: 150px; 
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--bl-white-color);
    text-transform: capitalize;
    background-color: var(--bl-theme-color);          
    border-radius: 10px; 
    transition: all 0.3s ease-in-out;
}  
.bl-btn:hover {
    letter-spacing:1px;      
    color: var(--bl-heading-color);
}
button.bl-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.bl-navbar-menu .responsive-logo a img{
    display: none;
}
.bl-toggle-btn{
    display: none;
}
/* logo */
.container{
    max-width: 1300px;
}
/* header section css start */
.bl-header-inner{
    display: flex;
    align-items: center;
}
.bl-navbar-menu {
    margin-left: auto;
}
.bl-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.bl-navbar-menu ul li a {
    color: var(--bl-white-color);
    font-size: 16px;
    font-weight: 400;
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.bl-navbar-menu ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
.menu li a:hover,.menu .active a {
  color: var(--bl-theme-color);
}
.bl-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.bl-header-right ul li:first-child{
    margin-right: 20px;
}
.bl-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.bl-banner-wrapper {    
    padding: 100px 0;
}
.bl-banner-left-img {
    border-radius: 25px;
    overflow: hidden;
}
.bl-banner-left-img img{
    transform: scale(1.15);
    transition: all 0.3s;    
}
.bl-banner-left-img:hover img {
    transform: translateX(-10px)scale(1.15);
}
.bl-banner-left h1 {
    font-size: 40px;
    color: var(--bl-white-color);    
    text-transform: capitalize;
    margin-bottom: 10px;
    max-width: 1000px;
    margin: auto;
}
.bl-banner-left h1 span{
    color: var(--bl-theme-color);
}
.bl-banner-left p {
    font-size: 16px;
    color: var(--bl-white-color);
    font-weight: 300;
    max-width: 700px; 
    margin: auto;
    padding-top: 20px;
}
.bl-banner-botom {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.bl-banner-botom h6{
    font-size: 20px;    
    color: var(--bl-white-color);
    text-transform: capitalize;
}
.bl-banner-botom span{
    width: 12px;
    height: 12px;
    background-color: var(--bl-theme-color);
    border-radius: 50%;
    margin: 0 10px;
}
/* banner section css end */

/* top feature section css start */
.bl-top-feature{
    padding: 80px 0 40px 0;
}
.bl-feature-wrapper {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;    
}
.bl-top-feature .bl-feature-heading span {    
    max-width: 635px;    
}
.bl-sidebar .bl-feature-heading span {
    max-width: 240px;
}
.bl-feature-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.bl-feature-left-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.bl-feature-content-right span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--bl-theme-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bl-feature-content-right a {
    display: inline-block;
    font-size: 18px;
    color: var(--bl-white-color);
    text-transform: capitalize;
    max-width: 240px;
    padding: 5px 0;
}
.bl-feature-content-right p{
    font-size: 16px;
    font-weight: 400;
    color: var(--bl-text-color);
    text-transform: capitalize;
}
.bl-sidebar{
    margin-bottom: 30px;
}
.bl-sidebar:last-child{
    margin-bottom: 0;
}
.bl-top-feature .bl-feature-img img {
    width: 100%;
    height: 300px;
}
/* top feature section css end */

/* most popular Feature section css start */
.bl-mst-pprl-feature-wrapper {
    padding: 40px 0;
}
.bl-feature-img {
    overflow: hidden;
    border-radius: 25px;
}
.bl-feature-img img{
    width: 100%;
    height: 370px;    
    object-fit: cover;    
    transform: scale(1.1);
    border-radius: 25px;
    transition: all 0.3s;
}
.bl-feature-main:hover .bl-feature-img img{
    transform: translateX(-10px)scale(1.1);
}
.bl-feature-content {
    position: relative;
    padding-top: 30px;
}
.bl-feature-content a {
    display: inline-block;
    font-size: 22px;
    color: var(--bl-white-color);
    padding: 15px 0 10px 0;
    font-family: 'Prata';
}
.bl-feature-wrapper .bl-banner-botom, .bl-latest-news-wrapper .bl-banner-botom{
    justify-content: flex-start;  
    padding-top: 10px;  
}
.bl-feature-wrapper .bl-banner-botom h6, .bl-latest-news-wrapper .bl-banner-botom h6 {
    font-size: 16px;
    font-family: 'Outfit';
}
.bl-feature-wrapper .bl-banner-botom span, .bl-latest-news-wrapper .bl-banner-botom span{
    background-color: var(--bl-theme-color);
    width: 10px;
    height: 10px;
}
.bl-feature-tag{
    background-color: var(--bl-theme-color);
    border-radius: 10px;
    padding: 10px 25px;      
    position: absolute;
    top: -20px;
    left: 20px;
}
.bl-feature-tag h4 {
    font-size: 18px; 
    color: var(--bl-white-color);
    text-transform: capitalize;
    font-family: 'Outfit';
}
/* most popular Feature section css end */

/* latest news section css start */
.bl-latest-news-wrapper {
    padding: 40px 0;
}
/* latest news section css end */

/* gallery section css start */
.bl-gallery-wrapper{
    padding: 40px 0;    
    width: 100%;    
}
.bl-glr-img {
    overflow: hidden;
    border-radius: 25px;
}
.bl-glr-img img {
    width: 100%;
    height: 371px;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.3s;
}
.bl-glr-img:hover img{
    transform: scale(1.1)translateX(-10px);
}
/* gallery section css end */

/* project section css start */
.bl-project-wrapper{
    padding: 40px 0 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;    
}
.bl-project-wrapper .bl-feature-heading span {
    max-width: 880px;
}
/* team section css start */
.bl-team-img {
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    border-radius: 20px;
    margin: auto;
}
.bl-team-img img {
    width: 100%;  
    transform: scale(1.1);
    transition: all 0.3s; 
}
.bl-team-img:hover img{
    transform: scale(1.1)translateX(-10px);
}
.bl-project-content {
    text-align: center;
    z-index: 1;
    position: relative; 
}
.bl-project-content h2{
    font-size: 20px;  
    color: var(--bl-white-color);
    text-transform: capitalize;
    margin-top: 20px;
}
.bl-project-content p{
    font-size: 16px;
    font-weight: 400;
    color: var(--bl-theme-color);
    text-transform: capitalize;
}
.bl-project-box:hover .bl-project-content h4{
    color: var(--bl-theme-color);
}
/* team section css end */
/* project section css end */

/* footer section css start */
.bl-footer-wrapper {
    padding: 40px 0 80px 0;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.bl-footer-logo {
    text-align: center;
}
.bl-footer-logo img {
    margin-bottom: 20px;
    max-width: 200px;
    height: auto;
}
.bl-footer-text .bl-paragraph {
    color: var(--bl-white-color);
    margin: 28px 0 10px 0;
}
.bl-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--bl-white-color);
    transition: all 0.3s ease-in-out;
}
.bl-footer-icon ul{
    margin-top: 25px;
    text-align: left;    
}
.bl-footer-icon ul li{
    display: inline-block;
    margin-right: 15px;
}
.bl-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--bl-heading-color);
    border-radius: 50%;
    background-color: var(--bl-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.bl-footer-icon ul li a:hover{
    background-color: var(--bl-theme-color);    
    color: var(--bl-white-color);    
    transform: translateY(-5px);
}
.bl-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.bl-footer-linbl-heading .bl-heading {
    text-align: left;
    color: var(--bl-white-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 36px;
    position: relative;
}
.bl-footer-link ul li{    
    margin-bottom: 10px;
}
.bl-footer-link ul li a {
    color: var(--bl-white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.bl-footer-link ul li a:hover{
    color: var(--bl-theme-color);
}
.bl-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}                       
.bl-footer-form{
    margin-top: 10px;
}
.bl-footer-form input {
    height: 54px;
    width: 100%;
    background-color: var(--bl-white-color);
    border-radius: 10px;
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.bl-footer-form input::placeholder{
    font-size: 14px;
    color: var(--bl-grey-color); 
    font-weight: 400;
}
.bl-footer-form .bl-btn {
    width: 100%;    
}
.bl-nesltr {
    text-align: center;    
}
.bl-nesltr p {    
    font-weight: 500;            
}
.bl-nesltr-heading h4 {
    color: var(--bl-white-color);
    font-size: 30px;
    font-weight: 400;
    color: var(--bl-theme-color);
    text-transform: capitalize;
    font-family: 'Outfit';
}
.bl-nesltr>h4 {
    font-size: 40px;    
    color: var(--bl-white-color);
    text-transform: capitalize;
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding: 10px 0 30px 0;
}
.bl-form-design {
    max-width: 550px;
    width: 100%;
    margin: auto;
    position: relative;
}
.bl-footer-form input {
    padding: 0 160px 0 20px;
}
.bl-footer-form .bl-btn {
    width: unset;
    position: absolute;
    top: 0;
    right: 0;
}
ul.bl-footer-menu {
    text-align: center;
    padding-top: 30px;
}
ul.bl-footer-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
ul.bl-footer-menu li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--bl-white-color);
    text-transform: capitalize;
    transition: all 0.3s;
}
ul.bl-footer-menu li a:hover{
    color: var(--bl-theme-color);
}
.bl-footer-icon ul {
    margin-top: 35px;
    text-align: center;
}
.bl-copyright-wrapper p {
    font-size: 16px;
    color: var(--bl-white-color);
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #363636;
}
.bl-copyright-wrapper p a{
    color: var(--bl-theme-color);
}
/* footer section css end */

/* Responsive CSS Start */

@media(min-width:992px){
    .bl-header-wrapper.bl-header-fixed {
        position: fixed;
        background-color: rgb(0 0 0 / 92%);
        transition: all 0.7s ease-in-out;
        -webkit-animation: slideInDown .7s;
        -moz-animation: slideInDown 0.7s;
        -ms-animation: slideInDown 0.7s;
        -o-animation: slideInDown 0.7s;
        animation: slideInDown 0.7s;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}
@media(max-width:1600px){
    .bl-choose-img {
        margin-left: -225px;
    }
}
@media(max-width:1199px){        
    .bl-navbar-menu ul li{
        margin-right: 30px;
    }    
    .bl-banner-right {     
        padding: 0px 0 0 0;
    }
    .bl-banner-right img {
        max-width: 100%;
        height: auto;
    }   
    .bl-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .bl-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .bl-blog-footer span svg {
        margin-right: 2px;
    }
    .bl-client-box:after{
        max-width: 400px;
    }
    .bl-choose-img {
        margin-left: -125px;
    }
    .counting {
        font-size: 35px;
    }
    .bl-count-heading h5 {
        font-size: 15px;
    }    
    .bl-activity-inner {
        padding-right: 0px;
        flex-direction: column;
        padding: 30px;
    }
    .bl-service-img, .bl-classes-content {
        width: 100%;
    }
    .bl-service-img > img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
    }
    .bl-classes-content {
        padding-top: 25px;
    }
    .bl-activity-box:hover .bl-service-img img {
        transform: none;
    }
    .bl-feature-content-right a {
        font-size: 16px;
        max-width: 180px;
    }
    .bl-feature-left-img img {
        width: 90px;
        height: 90px;
    }
    .bl-feature-heading span {
        max-width: 770px;
    }
    .bl-top-feature .bl-feature-heading span {
        max-width: 500px;
    }
    .bl-sidebar .bl-feature-heading span {
        max-width: 150px;
    }  
    .bl-project-wrapper .bl-feature-heading span {
        max-width: 680px;
    }  
    .bl-team-img {
        max-height: 230px;
        min-height: 230px;        
    }
}

@media(max-width:991px){
    .bl-banner-wrapper {
        padding: 50px 0;
    }
    .bl-header-right {
        max-width: 200px;
        width: 100%;
    }
    .bl-banne-right {
        margin-top: 30px;
    }
    .bl-navbar-menu .responsive-logo a img{
        display: block;
    }
    .bl-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .bl-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .bl-header-parent {      
        background: none;
    }
    .bl-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--bl-bg-color);        
        transition: all 0.3s ease-in-out;
        padding: 20px 0 20px 30px;
        z-index: 99;
    }
    .bl-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .bl-navbar-menu ul li a {
        padding: 10px 0;
    }
    .bl-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--bl-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .bl-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .bl-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .bl-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .bl-navbar-menu ul {
        left: 0;
    }
    .bl-banner-btn {
        margin-top: 20px;
    }
    .bl-banner-btn .bl-btn {
        min-width: 150px;
        font-size: 15px;
    }        
    .bl-banner-right {     
        text-align: center;
    }
    .counting {
        font-size: 30px;
    }
    .bl-about-right {
        margin-top: 30px;    
    }
    .bl-about-right .bl-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }
    .bl-count {     
        margin-bottom: 10px;
    }   
    .bl-count-heading h5 {
        font-size: 16px;
    }
    .bl-client-box:after{
        display: none;
    }    
    .bl-activity-box.activity-second {
        margin: 30px 0;
    }    
    .bl-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .bl-menu-right {
        text-align: center;
    }
    .bl-service-img img {
        max-width: 100%;     
    }
    .bl-count > span {
        width: 85px;
        height: 85px;
    }
    .bl-count > span img {
        max-width: 44px;
        height: 44px;     
    }
    .bl-choose-img {
        margin-left: 0;
    }
    .bl-choose-img img {
        width: 100%;
        height: auto;
    }
    .bl-choose-right-main {
        padding-top: 30px;
    }
    .bl-choose-box h4 {
        font-size: 18px;
    }
    .bl-choose-wrapper {
        padding-bottom: 50px;
    }
    .bl-banner-left h1 {
        font-size: 35px;
        max-width: 700px;
        margin-left: 0;
    }    
    .bl-banner-left p {
        margin-left: 0;
    }
    .bl-about-botm-parent .row {
        flex-direction: column-reverse;
    }
    .bl-service-img > img {
        width: 150px;
        height: 150px;
    }
    .bl-footer-linbl-heading {
        padding-top: 20px;
    }    
    .bl-feature-heading span {     
        display: none;
    }
    .bl-banner-left-img {     
        max-width: 700px;
        width: 100%;
    }
    .bl-glr-img img {
        height: 300px;
    }
    .bl-team-img {        
        max-width: 200px;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    } 
    .bl-banner-right img {
        max-width: 100%;
        height: auto;
    }
    .bl-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .bl-choose-box {
        max-width: 300px;
        margin: auto;
    }
    .bl-choose-heading .bl-top-heading, .bl-choose-heading .bl-heading {
        text-align: center;
    }
    .bl-insta-img > ul li {
        flex: 0 0 20.33%;     
    }
    .bl-cta-flex {
        flex-direction: column;
        text-align: center;
    }
    .bl-cta-right {
        margin-left: 0;
        margin-top: 30px;
    }
    .bl-feature-wrapper .container > .row {
        flex-direction: column-reverse;
    }    
}
@media(max-width:575px){        
    .bl-banner-left h4 {
        font-size: 14px;
        max-width: 425px;
    }
    .bl-banner-left h1 {
        font-size: 30px;     
    }
    .bl-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .bl-banner-btn{
        display: block;
    }     
    .bl-about-left-img img {
        width: 100%;
        height: auto;
    }
    .bl-header-right {     
        display: none;
    }
    .bl-toggle-btn {
        right: 15px;
    }
    .bl-about-left-img {
        margin-top: 30px;
    }
    ul.bl-footer-menu li {
        margin-right: 10px;
    }
}
@media(max-width:480px){
    .bl-banner-wrapper {
        padding: 20px 0;
    }
    .bl-banner-left h1 {
        font-size: 25px;
    }
    .bl-banner-botom h6 {
        font-size: 15px;     
    }
    .bl-about-right .bl-paragraph {     
        margin: 20px 0 20px 0;
    }
    .bl-partner-wrapper {
        position: unset;
        margin-bottom: 50px;
    }
    .bl-client-wrapper {
        padding: 80px 0;
    }
    .bl-blog-wrapper{
        padding:0 0 80px 0;
    }
    .bl-insta-img > ul li {
        flex: 0 0 25.33%;     
    }
    .bl-feature-content a {
        font-size: 18px;        
        padding: 15px 0 5px 0;
        font-family: 'Prata';
    }
    .bl-feature-wrapper .bl-banner-botom h6, .bl-latest-news-wrapper .bl-banner-botom h6 {
        font-size: 13px;
    }
    .bl-paragraph {
        font-size: 14px;     
        font-weight: 400;
        line-height: normal;
    }
    .bl-feature-img img {
        height: 280px;
    }
    .bl-heading {
        font-size: 18px;
    }
    .bl-heading::before {
        width: 120px;
    }
    .bl-top-feature .bl-feature-img img {        
        height: 260px;
    }
    .bl-top-feature {
        padding: 20px 0;
    }
    .bl-feature-content-right a {     
        max-width: 200px;
        font-size: 15px;
        font-weight: 400;
    }
    .bl-feature-content-right span {
        font-size: 14px;
    }
    .bl-gallery-wrapper {
        padding: 20px 0;
    }
    .bl-team-img {
        max-width: 160px;
        max-height: 180px;
        min-height: 180px;
    }
    .bl-project-content h2 {
        font-size: 15px;     
        margin-top: 15px;
    }
    .bl-project-content p {
        font-size: 14px;        
    }
    .bl-project-wrapper, .bl-footer-wrapper {
        padding: 40px 0;
    }
    .bl-footer-logo img {
        max-width: 170px;        
    }
    .bl-nesltr-heading h4 {
        font-size: 20px;
    }
    .bl-nesltr>h4 {
        font-size: 25px;
        max-width: 350px;        
        padding: 10px 0 20px 0;
    }
    ul.bl-footer-menu {     
        padding-top: 5px;
    }
    .bl-footer-icon ul {
        margin-top: 25px;
    }
    .bl-footer-icon ul li {
        margin-right: 10px;
    }
    .bl-copyright-wrapper p {
        font-size: 14px;
        padding: 15px 0;        
    }
}
@media(max-width:425px){            
    .bl-activity-heading {
        padding-bottom: 30px;     
    }    
    .bl-blog-heading .bl-heading{
        font-size: 22px;
    }
    .bl-blog-heading .bl-paragraph{
        font-size: 14px;
    }
    .bl-partner-heading .bl-heading {
        font-size: 17px;
    }    
    .bl-client-box{
        margin-top: 20px;
    }
    .bl-client-heading {
        padding-bottom: 0;
    }
    .bl-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .bl-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .bl-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .bl-menu-list .bl-menu-img img {
        margin-right: 0;
    }
    .bl-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .bl-blog-content {
        padding: 25px 10px; 
    }
    .bl-cta-heading .bl-heading {
        font-size: 25px;     
    }    
    .bl-insta-img > ul li {
        flex: 0 0 33%;
    }
    .bl-activity-inner {     
        padding: 30px 15px 30px 20px;
    }
    .bl-counter-wrapper {
        margin-top: 50px;
    }
    .bl-cta-flex h2 {
        font-size: 30px;
    }
    .bl-client-text .bl-paragraph {
        font-size: 15px;
        font-weight: 400;
        padding-top: 30px;
    }        
    .bl-nesltr .bl-top-heading h4 {
        font-size: 18px;
    }
    .bl-feature-img img {
        height: 250px;
    }
    .bl-glr-img img {
        height: 260px;
    }
    .bl-footer-form .bl-btn {
        position: unset;
        right: 0;
        width: 100%;
    }
    .bl-footer-form input {
        padding: 0 20px;
    }
    ul.bl-footer-menu {
        padding-top: 15px;
    }
    ul.bl-footer-menu li {
        margin-right: 5px;
    }
    ul.bl-footer-menu li a {
        font-size: 14px;
        font-weight: 300;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .bl-gallery-img{
        margin-left: 15px;
    }       
    .bl-main-btn {
        flex-direction: column;
    }
    .bl-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }    
    .bl-team-img {
        max-width: 150px;
        max-height: 150px;
        min-height: 150px;
    }    
}
/* Responsive CSS End */