

/* start of Header - Centre aligned with logo in middle between top links */

.bs_header_layout_4 .bs_logo{
    width: 100%;
    height: auto;
    max-width: 250px;
}
.bs_header_layout_4 .bs_signup_btn{
    border-radius: 0.25rem;
    border: 1px solid #0e6efd;
}
.bs_header_layout_4 .bs_signin_btn{
    border: 1px solid #000;
    border-radius: 0.25rem;
}

.bs_header_layout_4 .navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
}
.bs_header_layout_4 .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.bs_header_layout_4 .navbar-light .navbar-nav .nav-link {
    color: #000;
}
.bs_header_layout_4 .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0e6efd;
}
.bs_header_layout_4 .bs_show{
    display: block !important;
}
.bs_header_layout_4 .dropdown-toggle::after{
    content: "\f229";
    vertical-align: middle;
    font-family: bootstrap-icons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    border: none;
    font-size: 10px;
}
.bs_header_layout_4 .form-control:focus{
    box-shadow: none;
}
/*For large device*/
@media(min-width:1200px){
    .bs_header_layout_4 .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .bs_header_layout_4 .navbar-expand-xl .navbar-nav .dropdown-menu {
        box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    }
    .bs_header_layout_4 .bs_lg_relative{
        position: relative;
    }
    .bs_header_layout_4 .bs_xl_absolute{
        position: absolute;
    }
    .bs_header_layout_4 .navbar-expand-xl .navbar-nav{
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .bs_header_layout_4 .bs_signin_btn{
        margin-right: 5px;
    }
    .bs_header_layout_4 .bs_signup_btn{
        margin-left: 5px;
    }

    .bs_header_layout_4 .nav-item .bs_logo{
        width: 100%;
        height: 100%;
    }
    .bs_header_layout_4 .bs_md_display_none{
        display: none;
    }
}
@media(max-width:1199px){
    .bs_header_layout_4 .bs_md_hide{
        display: none;
    }
    .bs_header_layout_4 .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 10px 15px;
        border-radius: 4px;
        position: absolute;
        width: 100%;
        background-color: #fff;
        top: 75px;
        left: 0;
        box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    }
    .bs_header_layout_4 .nav-link {
        display: block;
        padding: 1rem 0;
    }
    .bs_header_layout_4 .bs_signin_btn,.bs_header_layout_4 .bs_signup_btn{
        margin: 10px 0;
        text-align: center;
    }
    .bs_header_layout_4 .dropdown-menu{
        padding: 0;
        border:unset;
    }
    .bs_header_layout_4 .dropdown-item{
        padding: 1rem;
    }
    .bs_header_layout_4 .bs_signin_btn,.bs_header_layout_4 .bs_signup_btn{
        margin: auto;
        padding: 0.7rem 0;
        max-width: 150px;
    }
    .bs_header_layout_4 .navbar-nav,.bs_header_layout_4 .dropdown-item{
        text-align: center;
    }
}

/* end of Header - Centre aligned with logo in middle between top links */



/* start of Hero 9 */

.bs_hero_layout_9 .bs_mw_150 {
    min-width: 150px;
}

.bs_hero_layout_9 .bs_action_btns button {
    margin: 5px;
}

.bs_hero_layout_9 .bs_hero_img {
    width: 100%;
    height: auto;
}

.bs_hero_layout_9.bs_hero-container {
    background-color: #f3f9ff;
    position: relative;
    background-image: linear-gradient(112deg,#ffdee9 0,#b5fffc 100%);
    background-image: linear-gradient(112deg,#b5fffc 0,#ffdee9 100%);
}

.bs_hero_layout_9 .bs_hero_imageWrapper {
    border-radius: 24px;
    overflow: hidden;
}

.bs_hero_layout_9 .bs_info_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bs_hero_layout_9 .btn {
    border-radius: 50px;
    min-width: 170px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.bs_hero_layout_9 .btn-outline-secondary {
    border-color: #ebebeb;
}
@media(min-width:992px) {
    .bs_hero_layout_9 .bs_info_col {
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0%, -50%);
        box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
        max-width: 600px;
        padding: 50px;
        border-radius: 30px;
        background-color: #fff;
        min-height: 400px;
    }
}

@media(min-width:1400px) {
    .bs_hero_layout_9 .bs_info_col {
        max-width: 750px;
        min-height: 500px;
    }
}

@media(max-width:991px){
    .bs_hero_layout_9 .bs_mid_text_center{
        text-align: center;
    }
    .bs_hero_layout_9 .bs_info_col{
        margin: 24px 0;
        padding: 50px;
        border-radius: 30px;
        background-color: #fff;
        position: relative;
        margin-top: -20%;
        left: 30px;
        max-width: 90%;
        margin-left: auto;
    }
}
@media(max-width:600px){
    .bs_hero_layout_9 .bs_info_col{
        left: 0;
    }
}
@media(max-width:360px){
    .bs_hero_layout_9 .btn {
        min-width: 150px;
    }
}

/* end of Hero 9 */



/* start of Features with sub heading 1 */

.bs_features_layout_9{
    font-size: 1rem;
}
.bs_features_layout_9 .grid {
    gap: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.bs_features_layout_9 .image-container {
    padding-top: 8%;
    padding-left: 8%;
    border-radius: 16px;
    background: linear-gradient(to bottom right, rgba(99, 102, 241, 0.4), rgba(216, 70, 239, 0.4));
    text-align: right;
}
.bs_features_layout_9 img {
    max-width: 100%;
    vertical-align: middle;
}

.bs_features_layout_9 .section-title {
    margin-bottom: 0.25rem;
    color: #6366f1;
    font-weight: 700;
}

.bs_features_layout_9 h2 {
    margin-bottom: 24px;
    color: #0b0f1a;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.875rem;
    letter-spacing: -0.4px;
}

@media(min-width:992px){
	.bs_features_layout_9 .grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 100px;
	}
}


@media (min-width: 1200px){
	.bs_features_layout_9 h2 {
		margin-right: 130px;
	}
}


/* end of Features with sub heading 1 */



/* start of Theme 4 */

.bs_integration_section_4 .bs_integrated_icon{
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.bs_integration_section_4 .pl-2{
    padding-left: 14px;
}
.bs_integration_section_4 .bs_integrated_icon_col a:hover{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bs_integration_section_4 .bs_primarylabel{
    text-transform: capitalize;
    margin-bottom: 4px;
}
.bs_integration_section_4 .bs_secondarylabel{
    font-size: 14px;
}
.bs_integration_section_4 .row{
    margin-left: unset;
    margin-right: unset;
}
.bs_integration_section_4 .bs_integration_icon_row{
    --bs-gutter-x: 0;
}
.bs_integration_section_4 .bs_info_block{
    max-width: 650px;
    margin: auto;
}
.bs_integration_section_4 .bs_integrated_icon_col_info{
    width: calc(100% - 100px);
    text-align: left;
}
.bs_integration_section_4 .bs_integrated_icon_col_thumb{
    width: 60px;
    height: 60px;
    background-color: #fef7e9;
    border-radius: 6px;
    overflow: hidden;
    padding: 14px;
    margin-right: 20px;
}
.bs_integration_section_4 .bs_integrated_icon_col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
     flex: 0 0 100%;
    width: 100%;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(2) .bs_integrated_icon_col_thumb{
    background-color: #ecf9fd;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(3) .bs_integrated_icon_col_thumb{
    background-color: #f5f7fc;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(4) .bs_integrated_icon_col_thumb{
    background-color: #e0f4ec;
    background-color: #f2faf7;
}


.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(5) .bs_integrated_icon_col_thumb{
    background-color: #e8f1fe;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(6) .bs_integrated_icon_col_thumb{
    background-color: #fff6f3;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(7) .bs_integrated_icon_col_thumb{
    background-color: #f0fef6;
}

.bs_integration_section_4 .bs_integration_icon_row .col:nth-child(8) .bs_integrated_icon_col_thumb{
    background-color: #ecf9fd;
}

@media(min-width:768px){
    .bs_integration_section_4 .bs_integrated_icon_col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
         flex: 0 0 50%;
        width: 50%;
    }
}

@media(min-width:992px){
    .bs_integration_section_4 .bs_integrated_icon_col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
         flex: 0 0 315px;
        width: 315px;
    }
}

/* end of Theme 4 */



/* start of Theme 6 */


.bs_testimonial_section_6 .bs_testimonial_section_title{
	font-size: 50px;
    font-weight: 200;
	text-align: center;
}
.bs_testimonial_section_6 .img-box {
	width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}
.bs_testimonial_section_6 .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.bs_testimonial_section_6 .testimonial {	
    padding: 15px 0;
	margin-bottom: 0;
}
.bs_testimonial_section_6 .bs_client_info{
	padding: 0 10px;
}
.bs_testimonial_section_6 .bs_review_box{
	display: flex;
	color: #81878c;
	align-items: flex-start;
	font-weight: 300;
	line-height: 28px;
	flex-wrap: wrap;
} 
.bs_testimonial_section_6 .bs_user_info_wrapper{
	width: 100%;
	display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.bs_testimonial_section_6 .bs_overview {	
	display: flex;
    align-items: center;
    gap: 10px;
	color: #2f363f;
	flex-wrap: wrap;
}
.bs_testimonial_section_6 .bs_overview .bs_overview_title {
	font-size: 15px;
	display: block;	
}
.bs_testimonial_section_6 .bs_user_thumb_wrapper{
	width: 115px;
	padding-right: 15px;
}
.bs_testimonial_section_6 .bs_user_info_wrapper_quote{
	color: #c4cfd8;
	font-size: 50px;
}
.bs_testimonial_section_6 .sp_user_role{
	font-size: 13px;
    font-style: italic;
	opacity: 0.7;
	margin-left: 3px;
    padding-left: 6px;
	position: relative;
}
.bs_testimonial_section_6 .sp_user_role:before {
    position: absolute;
    content: "-";
    display: block;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media(min-width:400px){
	.bs_testimonial_section_6 .bs_review_box{
		flex-wrap: nowrap;
	}
}

/* end of Theme 6 */



/* start of CTA 3 */

.bs_cta_container_3 .bs_cta_img_section{
    width: 100%;
    max-height: 225px;
}
.bs_cta_container_3 .bs_cta_img_section img{
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
}

.bs_cta_container_3 .bg-bluedark{
    background-color: #303246;
}
/*For small device*/

@media(max-width:360px){
    .bs_cta_container_3 .bs_sm-100{
        width: 100%;
    }
}

/* end of CTA 3 */



/* start of Footer menu with logo */

.bs_footer_layout_7
{
    color:#fff;
}
.bs_footer_layout_7 .bs_footer_widget_links li
{
    list-style:none;
    margin: 10px 0;
}
.bs_footer_layout_7 .bs_footer_logo
{
    width: auto;
    padding: 50px 0 0 0;
}
.bs_footer_layout_7 .bs_footer_span
{
    padding-top:60px;
}
.bs_footer_layout_7 .bs_footer_widget_links
{
    padding-left:0;
}
.bs_footer_layout_7 .bs_footer_widget_title
{
    font-size: 15px;
    font-weight: 700;
}
.bs_footer_layout_7 .bs_footer_widget_links li a span
{
    font-size: 15px;
    color: #97a0a9;
}
.bs_footer_layout_7  .bs_footer_span
{
    color: #fff;
}
.bs_footer_layout_7_bs_text_copyright1
{
    font-weight: 800;
    color: #758291;
}
@media (max-width: 576px)
{
    .bs_footer_layout_7 .bs_footer_copyright_1,.bs_footer_layout_7 .bs_footer_copyright_2
    {
        width: 100%;
        text-align: center;
    }
    .bs_footer_layout_7 .bs_footer_copyright_row .bd-highlight
    {
        flex-direction: column;
    }
}

/* end of Footer menu with logo */

