/********************************************************
1. body start
 *******************************************************/
:root {
    --bs-theme-color:#fa8a74;
    --bs-white-color: #ffffff;
    --bs-heading-color: #111;
    --bs-grey-color:#8c919d;                 
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Libre Baskerville';
}   
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;          
}
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;
}
.bs-top-heading {
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    background: var(--bs-theme-color);
    border-radius: 40px;
    padding: 0px 20px;
    font-size: 18px;
    color: var(--bs-white-color);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 15px;
}
.bs-heading {
    font-size: 40px;
    color: var(--bs-heading-color);
    font-weight: 700;    
    text-align: center;
}
.bs-heading span{
    color: var(--bs-theme-color);
}
.bs-paragraph{    
    font-size: 15px;    
    color: var(--bs-grey-color);
    font-weight: 400;
}
/* button css start*/
.bs-btn {
    min-width: 150px; 
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white-color);
    text-transform: capitalize;
    background-color: var(--bs-theme-color);
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}  
.bs-btn:hover {
    background: #b72d6f;
    color: var(--bs-white-color);
}
button.bs-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.bs-navbar-menu .responsive-logo a img{
    display: none;
}
.bs-toggle-btn{
    display: none;
}
/* logo */

/* Read more */
.bs-readmore {
    font-size: 15px;
    color: var(--bs-theme-color);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bs-readmore:hover{
    color: var(--bs-theme-color);
    letter-spacing: 1px;
}
/* Read more */

/* top header section css start */
.bs-top-header-wrapper{
    background-color: var(--bs-heading-color);
    padding: 10px 0;
}
.bs-top-header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.bs-top-header-left ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
.bs-top-header-right ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bs-top-header-left ul li {
    font-size: 15px;    
    color: var(--bs-white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

li.bs-twitter a img {
    width: 16px;
    height: auto;
}
/* top header section css end */

/* header section css start */
.bs-header-wrapper {
    background-color: var(--bs-white-color);
}
.bs-header-inner{
    display: flex;
    align-items: center;
}
.bs-brand-logo a img {
    max-width: 224px;
    height: 41px;
    object-fit: contain;
}
.bs-navbar-menu {
    margin: auto;
}
.bs-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.bs-navbar-menu ul li a {
    color: var(--bs-heading-color);
    font-size: 16px;    
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.menu li a:hover,.menu .active a {
  color: var(--bs-theme-color);
}
.bs-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.bs-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */

/* banner section css start */
.bs-banner-wrapper {
    background-image: url(../images/banner-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0;
}
.bs-header-wrapper .container, .bs-banner-wrapper .container, .bs-top-header-wrapper .container {
    max-width: 1500px;
}
.bs-banner-left h1 {
    font-size: 65px;
    color: var(--bs-heading-color);
    font-weight: 700;    
    margin-bottom: 10px;
}
.bs-banner-left h1 span{
    color: var(--bs-theme-color);
}
.bs-banner-left p {
    font-size: 16px;
    line-height: 26px;
    color: #555;    
    max-width: 500px;
    width: 100%;
}
.bs-banner-btn{
    margin-top: 35px;
}
.bs-banner-btn .bs-btn {
    min-width: 200px;        
    font-size: 18px;
}
.bs-banner-right {
    text-align: right;    
}
.bs-banner-right img {
    max-width: 600px;
    height: 600px;
    object-fit: contain;
}
/* banner section css end */

/* partner section css start */
.bs-partner-wrapper {    
    background-color: var(--bs-theme-color);        
    width: 100%;    
}
.bs-partner-heading span{
    display: block;
    color: var(--bs-theme-color);    
    font-weight: 700;
}
.bs-partner-wrapper .container{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.bs-partner-wrapper .swiper-slide{
    text-align: center;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.bs-partner-wrapper .swiper-slide img {
    max-width: 103px;
    height: 50px;
    object-fit: contain;
}
.bs-partner-wrapper .swiper-slide:hover{
    transform: translateX(-10px);
}
.bs-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */

/* about section css start */
.bs-about-wrapper {
    background-color: var(--bs-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.bs-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.bs-about-inner{
    text-align: center;
}
.bs-about-inner span{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow:-9.804px 15.096px 10px rgba(38,171,250,0.2);
    background-color: #5fc3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.bs-about-inner span img {
    max-width: 34px;
    height: 30px;
    object-fit: contain;
}
.bs-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.bs-about-inner .bs-paragraph{
    margin-top: 24px;
}
.bs-about-btn{
    max-width: 140px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;    
    margin: -25px auto 0 auto;
    transition: all 0.3s ease-in-out;
}
.bs-about-btn a{
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
}
.bs-about-left-img {
    position: relative;
    display: flex;
}
.bs-about-left-img img {
    width: 300px;
    height: 500px;
    object-fit: cover;
    border-radius: 150px;
}
.bs-about-left-img img:last-child {
    display: block;
    margin: 50px 0 0 -100px;
    border: 10px solid var(--bs-white-color);
}
.bs-about-right .bs-heading {
    text-align: left;
    max-width: 470px;
    width: 100%;
}
.bs-about-right .bs-paragraph {
    color: var(--bs-grey-color);
    margin: 22px 0 30px 0;
}
.bs-abt-icon {
    margin-right: 15px;
}
.bs-abt-icon img {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
}
/* about section css end */

/* activity section css start */
.bs-activity-wrapper {
    padding: 80px 0;
    background-color: #fffbfb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.bs-activity-heading {
    padding-bottom: 50px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.bs-activity-box {     
    border-radius: 25px;
    padding: 40px 30px;
    transition: all 0.3s;
    border: 1px solid #f4eded;
}
.bs-activity-box:hover{
    transform: translateY(-10px);
}
.bs-service-img img {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
}
.bs-activity-inner {
    padding-top: 20px;
}
.bs-activity-inner>img:first-child {
    margin-left: 5px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.bs-activity-inner h3 {
    font-size: 22px;
    color: var(--bs-heading-color);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s;
}
.bs-activity-box:hover .bs-activity-inner h3{
    color: var(--bs-theme-color);
}
.bs-activity-inner .bs-paragraph {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 20px 0;
    color: var(--bs-grey-color);
}
.bs-activity-inner> img:last-child {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}
/* activity section css end */

/* Call To Action section css start */
.bs-cta-wrapper {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.bs-cta-heading {
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.bs-cta-heading .bs-heading {
    font-size: 70px;
    color: var(--bs-white-color);        
}
.bs-cta-heading .bs-heading span{
    font-size: 90px;
    font-weight: 700;
}
.bs-cta-heading h5 {
    font-size: 45px;
    font-weight: 400;
    color: var(--bs-white-color);
    text-transform: capitalize;
    padding: 10px 0 25px 0;
}
.bs-cta-heading .bs-btn { 
    min-width: 250px;
}
/* Call To Action section css end */

/* Event section css start */
.bs-portfolio-wrapper{
    background:var(--bs-white-color);    
    width: 100%;
    padding: 80px 0;
}
.bs-plan-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: var(--bs-white-color);
    border-radius: 25px;
    border: 1px solid #f4eded;
    padding: 50px;
}
.bs-plan-header-left h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--bs-theme-color);
}
.bs-plan-header-left h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--bs-heading-color);
    text-transform: capitalize;
    margin-bottom: 15px;
}
.bs-plan-header-left p{
    font-size: 18px;
    color: var(--bs-heading-color);
}
.bs-plan-img img {
    width: 230px;
    height: 370px;
    object-fit: cover;
    border-radius: 150px;
}
.bs-plan-list {
    margin: 15px 0;
}
.bs-plan-list p{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--bs-heading-color);
    margin-bottom: 5px;
}
.bs-plan-list p:last-child{
    margin-bottom: 0;
}
.basic-plan .bs-plan-list p:last-child, .basic-plan .bs-plan-list p:nth-child(5){
    opacity: 0.4;
}
.bs-plan-btn {
    margin-top: 20px;
}
/* Event section css end */

/* counter section css start */
.bs-counter-wrapper {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
}
.bs-counter-parent {
    background-image: linear-gradient(rgba(250,138,116,0.85), rgba(250,138,116,0.85)), url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    border-radius: 20px;
    padding: 50px 0;
}
.counting {
    font-size: 40px;
    color: var(--bs-white-color);
    font-weight: 700;     
}
.bs-count-heading h5 {
    font-size: 18px;
    color: var(--bs-white-color);
    font-weight: 700;
    text-transform: capitalize;
}
.bs-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* client section css start */
.bs-client-wrapper {
    padding: 80px 0;
    background-color: #fffbfb;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.bs-client-heading .bs-heading {
    color: var(--bs-heading-color);
    text-align: left;
}
.bs-client-heading p {
    font-size: 16px;    
    color: var(--bs-grey-color);
    max-width: 390px;
    width: 100%;
    padding-top: 20px;
}
.bs-client-wrapper .container{
    position: relative;
    overflow: hidden;
}
.bs-client-box { 
    padding: 50px 30px 45px 40px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border: 1px solid #f4eded;
    margin-top: 40px;
}
.bs-client-heading {    
    padding-bottom: 20px;
}
.bs-client-box-inner .bs-client-heading {
    display: flex;
    align-items: center;
}
.bs-client-name{
    margin-left: 20px;
}
.bs-client-name h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--bs-heading-color);
    transition: all 0.3s ease-in-out; 
}
.bs-client-name p {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-theme-color);
    padding-top: 0;
}
.bs-client-text .bs-paragraph {
    font-size: 15px;
    color: var(--bs-grey-color);    
    transition: all 0.3s ease-in-out;
}
.bs-qoute-img {
    position: absolute;
    top: -15px;
    right: 20px;
}
.bs-qoute-img span img {
    max-width: 50px;
    height: 40px;
    object-fit: contain;
}
.bs-client-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background: var(--bs-theme-color);
    padding: 2px;
}
.bs-client-wrapper .swiper-container {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.bs-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--bs-grey-color);
}
.bs-client-wrapper .swiper-pagination-bullet-active {
    background-color: var(--bs-theme-color);
}
.bs-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
}
/* client section css end */

/* blog section css start */
.bs-blog-wrapper {
    padding: 80px 0 180px 0;
    background-color: var(--bs-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.bs-blog-heading {
    padding-bottom: 50px;
    max-width: 650px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.bs-blog-heading .bs-paragraph{
    margin-left: auto;
    color: var(--bs-theme-color);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.bs-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.bs-blog-heading .bs-paragraph:hover{
    letter-spacing: 2px;
}
.bs-blog-content{
    position: relative;
}
.bs-blog-img {
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}
.bs-blog-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 25px 25px 0 0;
}
.bs-blog-box {
    border-radius: 25px; 
    border: 1px solid #f4eded;
}
.bs-blog-box:hover .bs-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
.bs-blog-content {
    padding: 25px 20px;
    position: relative;    
}
.bs-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.bs-blog-content h4 {
    font-size: 20px;
    color: var(--bs-heading-color);
    font-weight: 700;
    text-transform: capitalize; 
}
.bs-blog-content .bs-paragraph {
    color: var(--bs-grey-color);
    margin: 10px 0 15px 0;
}
.bs-blog-footer {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.bs-blog-footer-info {
    display: flex;
    align-items: center;
}
.bs-blog-footer-info a {
    font-size: 16px;
    color: var(--bs-theme-color);       
}
.bs-blog-footer span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--bs-theme-color);
    margin:0 10px;
}
.bs-blog-content a.bs-readmore {
    font-size: 16px;    
    color: var(--bs-theme-color);    
    transition: all 0.3s;
}
.bs-blog-content a.bs-readmore:hover{
    letter-spacing: 1px;
}
/* blog section css end */

/* footer section css start */
.bs-footer-wrapper {
    padding: 150px 0 60px 0;
    background-color: var(--bs-heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.bs-footer-logo img {
    max-width: 224px;
    height: 41px;
    object-fit: contain;
}
.bs-footer-text .bs-paragraph {
    color: var(--bs-white-color);
    margin: 20px 0 10px 0;
    font-weight: 300;
}
.bs-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-white-color);
    transition: all 0.3s ease-in-out;
}
.bs-footer-icon ul{
    margin-top: 25px;
    text-align: left;    
    display: flex;
    align-items: center;
    gap: 10px;
}
.bs-footer-icon ul li a {
    width: 45px;
    height: 45px;
    color: var(--bs-white-color);
    background-color: var(--bs-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.bs-footer-icon ul li a:hover{
    background-color: var(--bs-theme-color);    
    color: var(--bs-white-color);    
    transform: translateY(-5px);
}
.bs-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.bs-footer-lincc-heading .bs-heading {
    text-align: left;
    color: var(--bs-white-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 36px;
    position: relative;
    text-transform: capitalize;
}
.bs-footer-link ul li{    
    margin-bottom: 10px;
}
.bs-footer-link ul li a {
    color: var(--bs-white-color);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.bs-footer-link ul li a:hover{
    color: var(--bs-theme-color);
}
.bs-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}
.bs-footer-form {
    margin-top: 10px;
}
.bs-footer-form input {
    height: 54px;
    width: 100%;
    background-color: #222;
    color: var(--bs-white-color);
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 40px;
    font-size: 16px;
}
.bs-footer-form .bs-btn {
    width: 100%;
}
.bs-footer-form input::placeholder{
    color: #b6b0b0;
}

/* footer section css end */
/* copyright section css start */
.bs-copyright-wrapper {
    background-color: #222;
}
.bs-copyright-wrapper p {
    font-size: 14px;
    color: var(--bs-white-color);
    text-align: center;
    padding: 15px 0;
}
.bs-copyright-wrapper a{
    color: var(--bs-theme-color); 
}
/* copyright section css end */
/* swiper slider */
.bs-client-wrapper .swiper-pointer-events, .bs-partner-wrapper .swiper-pointer-events{
    touch-action: pan-y;
    overflow: hidden;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */
@media(min-width:992px){
    .bs-header-wrapper.bs-header-fixed {
        position: fixed;
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
        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:1440px){
    .bs-banner-left h1 {
        font-size: 50px;
    }
}
@media(max-width:1199px){
    .bs-header-wrapper {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .bs-navbar-menu{
        margin: auto;
    }
    .bs-navbar-menu ul li{
        margin-right: 30px;
    }
    .bs-banner-wrapper {
        padding: 50px 0;
    }
    .bs-banner-right {     
        padding: 0px 0 0 0;
    }
    .bs-banner-right img {
        max-width: 100%;
    }
    .bs-counter-wrapper {
        top: -80px;
    }        
    .bs-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .bs-blog-footer span svg {
        margin-right: 2px;
    }
    .bs-client-box:after{
        max-width: 400px;
    }        
    .bs-blog-wrapper {
        padding: 80px 0 150px 0;
    }
    .bs-footer-wrapper {
        padding: 120px 0 80px 0;
    }
    .bs-about-left-img img {
        width: 250px;
        height: 400px;     
    }
    .bs-plan-box {
        padding: 30px 20px;
    }
    .bs-plan-img img {
        width: 200px;
        height: 350px;
    }
    .bs-blog-img img {
        height: 250px;
    }
    .counting {
        font-size: 30px;     
    }
    .bs-count-heading h5 {
        font-size: 15px;     
        font-weight: 300;
    }
}

@media(max-width:991px){
    .bs-header-right {
        text-align: right;
    }
    .bs-banne-right {
        margin-top: 30px;
    }
    .bs-navbar-menu .responsive-logo a img{
        display: block;
    }
    .bs-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .bs-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .bs-header-parent {      
        background: none;
    }
    .bs-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--bs-white-color);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out;
        padding: 20px 0 20px 30px;
        z-index: 99;
    }
    .bs-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .bs-navbar-menu ul li a{
        padding: 10px 0;
    }
    .bs-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--bs-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .bs-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .bs-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .bs-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .bs-navbar-menu ul {
        left: 0;
    }
    .bs-banner-left h1 {     
        max-width: 680px;
    }            
    .counting {
        font-size: 25px;
    }    
    .bs-about-right .bs-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }      
    .bs-count-heading h5 {
        font-size: 14px;
    }     
    .bs-client-box:after{
        display: none;
    }
    .bs-footer-link-parent, .bs-footer-last-parent {
        margin-top: 30px;
    }    
    .bs-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .bs-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .bs-menu-right {
        text-align: center;
    }
    .bs-footer-wrapper {
        padding: 150px 0 80px 0;
    }
    .bs-about-right .bs-heading {
        max-width: 100%;     
    }
    .bs-plan-box {   
        gap: 10px;  
        max-width: 470px;
        width: 100%;
        margin: auto;
    }
    .bs-client-heading p {
        max-width: 100%;
    }
    .bs-client-box {
        padding: 30px 20px 25px 30px;
        margin-top: 20px;
    }
    .bs-counter-parent {
        padding: 25px 10px;
    }    
    .bs-counter-wrapper {
        top: -90px;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    }
    .bs-banner-wrapper {     
        background-position: left;
        text-align: center;
    }
    .bs-banner-right img {
        max-width: 100%;
        height: auto;
    }    
    .bs-cta-heading .bs-heading {
        font-size: 50px;     
    }
    .bs-cta-heading .bs-heading span {
        font-size: 60px;     
    }
    .bs-cta-heading h5 {
        font-size: 35px;
    }    
    .bs-counter-wrapper {
        top: -90px;
    }
    .bs-footer-wrapper {
        padding: 120px 0 80px 0;
    }
    .bs-banner-left h1 {
        max-width: 100%;
        font-size: 35px;
    }
    .bs-banner-left p {
        max-width: 700px;
        margin: auto;
    }
    .bs-banner-btn {
        margin-top: 25px;
    }
    .bs-top-header-left ul li {
        font-size: 12px;
        gap: 5px;
    }
    .bs-top-header-left ul {     
        gap: 20px;
    }
    .bs-footer-lincc-heading .bs-heading {
        margin-bottom: 20px;        
    }
    .bs-footer-link ul li {
        margin-bottom: 5px;
    }
}
@media(max-width:575px){
    .bs-banner-wrapper {     
        background-position: inherit;
    }    
    .bs-banner-left h4 {
        font-size: 14px;
    }
    .bs-banner-left h1 {
        font-size: 30px;     
    }
    .bs-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .bs-banner-btn{
        display: block;
    }    
    .bs-banner-wrapper {     
        padding: 50px 0;
    }        
    .bs-header-right {     
        display: none;
    }
    .bs-toggle-btn {
        right: 15px;
    }        
    ul.bs-footer-menu li {     
        margin-right: 10px;
    } 
    .bs-top-header-wrapper{
        display: none;
    }
}
@media(max-width:480px){
    .bs-about-right .bs-paragraph {     
        margin: 20px 0 20px 0;
    }
    .bs-banner-left h1 {
        font-size: 23px;
    }
    .bs-banner-btn .bs-btn {
        min-width: 150px;
        font-size: 16px;
    }
    .bs-btn {
        min-width: 100px;
        padding: 10px 20px;
        font-size: 15px;
    }
    .bs-banner-btn {
        margin-top: 15px;
    }
    .bs-activity-wrapper, .bs-about-wrapper, .bs-client-wrapper, .bs-partner-wrapper .container, .bs-cta-wrapper, .bs-portfolio-wrapper  {
        padding: 50px 0;     
    }
    .bs-about-left-img img {
        width: 200px;
        height: 300px;
    }
    .bs-heading {
        font-size: 25px;     
    }
    .bs-paragraph {
        font-size: 13px;     
    }
    .bs-activity-heading, .bs-blog-heading {
        padding-bottom: 20px;     
    }
    .bs-activity-inner h3 {
        font-size: 20px;     
    }
    .bs-activity-inner .bs-paragraph {
        font-size: 13px;   
        margin: 10px 0;  
    }
    .bs-activity-box {
        padding: 30px 20px;     
    }
    .bs-top-heading {
        min-height: 30px;
        padding: 0px 15px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .bs-plan-img img {
        width: 150px;
        height: 300px;
    }
    .bs-client-name h6 {
        font-size: 18px;     
    }
    .bs-client-name p {
        font-size: 14px;     
    }
    .bs-client-img img {
        width: 60px;
        height: 60px;
    }
    .bs-client-name {
        margin-left: 10px;
    }
    .bs-client-heading {
        padding-bottom: 10px;
    }
    .bs-client-text .bs-paragraph, .bs-client-heading p {
        font-size: 13px;        
    }
    .bs-blog-wrapper {
        padding: 40px 0 130px 0;
    }
    .counting {
        font-size: 22px;
    }
    .bs-count-heading h5 {
        font-size: 13px;
    }
    .bs-blog-content a.bs-readmore {
        font-size: 14px;     
    }
    .bs-blog-content h4 {
        font-size: 18px;
    }
    .bs-blog-footer-info a {
        font-size: 14px;
    }
    .bs-copyright-wrapper p {
        font-size: 13px;
    }
}
@media(max-width:425px){
    .bs-counter-wrapper{
        padding-bottom: 20px;
    }            
    .bs-blog-heading .bs-heading{
        font-size: 22px;
    }
    .bs-blog-heading .bs-paragraph{
        font-size: 14px;
    }
    .bs-partner-heading .bs-heading {
        font-size: 17px;
    }    
    .bs-client-box{
        margin-top: 20px;
    }    
    .bs-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .bs-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .bs-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .bs-menu-list .bs-menu-img img {
        margin-right: 0;
    }
    .bs-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .bs-blog-content {
        padding: 25px 10px; 
    }
    .bs-cta-heading .bs-heading {
        font-size: 30px;     
    }  
    .bs-cta-heading .bs-heading span {
        font-size: 40px;     
    }  
    .bs-cta-heading h5 {
        font-size: 25px;
    }
    .bs-client-box {
        padding: 30px 20px 25px 20px;
    }
    .bs-banner-btn .bs-btn {
        min-width: 150px;
        font-size: 16px;
    }
    .bs-nesltr>h4 {
        font-size: 25px;
        padding: 0 0 10px 0;
    }
    .bs-footer-wrapper {
        padding: 120px 0 50px 0;
    }    
    .bs-nesltr {     
        padding-top: 20px;
    }
    .bs-footer-form .bs-btn {     
        position: unset;
    }
    .bs-footer-form input {
        padding: 0 20px;
    }
    .counting {
        font-size: 26px;
    }
    .bs-count-heading h5 {
        font-size: 13px;
    }
    .bs-top-heading {        
        min-height: 30px;
        padding: 0px 15px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .bs-brand-logo a img {
        max-width: 180px;
        height: auto;        
    }
    .bs-plan-img {
        display: none;
    }
}
@media(max-width:375px){            
    .bs-main-btn {
        flex-direction: column;
    }
    .bs-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }    
}
/* Responsive CSS End */