
@font-face {
    font-family: 'BanglaBlack';
    src: url('../fonts/BanglaBlack.ttf') format('truetype');
}
.BanglaBlack {
    font-family: 'BanglaBlack' !important;
  
}

@font-face {
    font-family: 'BanglaBold';
    src: url('../fonts/BanglaBold.ttf') format('truetype');
}

.BanglaBold {
    font-family: 'BanglaBold' !important;
    
}
.logo-style{
    height:80px;
}
.header-item .header-logo {
     margin-top: 0px; 
    width: 250px;
    padding-top: 15px;
}
.wbtext {
    font-weight: 600;
    color: #5146ae;
    color: #2d2e73;
    transition: all 0.5s ease-in-out;
    font-family: "Roboto", sans-serif;
}
.service-area .section-wrapper .post-content {
    padding: 25px 10px;
    margin-bottom: 15px;
}

.post-text .badge {
    position: absolute;
    top: -20px;
}
.service-content .post-text p {
    margin: 0;
    margin-top: 5px;
}
.setmiddle{
    margin:auto 0;

}
header .bg-white.about-header {
    background: #fff !important;
}
.header-item {
    justify-content: flex-start;
}
.header-menu {
    margin-left: auto;
}
.banner-text h2 span {
    color: #a49cef;
    color: #f5f5f5;
}
.app-banner {
    /*background: linear-gradient(to right, #164729, #17482a);*/
}
    .app-banner::after {
        bottom: -15px;
        right: 0;
        width: 900px;
        height: 650px;
        background-image: none;
    }

/*Box service*/
.Sublist_icon {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 1200px) {
    .Sublist_icon {
        max-width: 20%;
    }
}
.box-service {
	padding:7px;
/*    padding-top: 2px;*/
    text-align: center;
    border: 1px solid darkblue;
    border-radius: 5px;
    transition: all .3s ease-out;
    height:120px;
}

    .box-service:hover {
    background: linear-gradient(to bottom right,#5472d2,#0f8fff);
    color: #fff;
    box-shadow: 0 30px 90px #337ab7;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    /*animation-name: wobble-vertical;*/
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.box-service .title {
    font-size: 14px;
    color: #5146ae;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 2em;
    text-transform: uppercase;
}
    .box-service h3.title {
        font-size: 11px!important;
       
    }
    .box-service h2.title {
        font-size: 14px;
        color: #311ddd !important;
        font-weight: 400;
        margin-top: 7px !important;
        line-height: 1.2em;
        text-transform: uppercase;
    }
.Sublist_icon a{
	width:100%;
}
.box-service:hover .title {
    
    color: darkblue;
}
.box-service:hover h2.title {
    color: #fff!important;
}


div.section-main-heading p.main-heading-title span.main-heading-border {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 13px;
}

.section-main-heading p span {
    font-weight: bold;
    font-size: 24px;
}

div.section-main-heading::after {
    border-bottom: 3px solid #0090CB !important;
    width: 4%;
}

div.section-main-heading-key::after, div.section-main-heading::after {
    left: 48%;
    position: absolute;
    content: "";
}
/*Box service*/


.app-serviece .section-wrapper ul.counter-wrapper li .counter-content span, .app-serviece .section-wrapper ul.counter-wrapper li .counter-content .counter {
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          margin: 0;
          }

.app-serviece .section-wrapper ul.counter-wrapper li .counter-content {
    height: 100px;
    width: 150px;
}
.app-serviece .section-wrapper ul.counter-wrapper li .counter-content p {
margin-top:7px;
}
.service-area.style-4 .section-wrapper .post-content .post-text h4 a {
    padding: 0px 0 0px;
        top: -5px;
    position: relative;
}
.app-serviece .section-wrapper ul.counter-wrapper li:nth-child(2) .counter-content {
    /*background: #5261eb;
    box-shadow: 0 5px 10px rgb(67 99 255 / 70%);*/
    background: #25a6e4;
    box-shadow: 0 5px 10px rgba(37, 166, 255, 0.65);
}
@media (min-width: 1200px) {
    .style-two .post-content {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .service {
        padding: 40px 0;
    }
    .app-serviece {
        padding: 10px 0;
    }
        .service-area.style-3 {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

	.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a{
		font-size: 14px;
	}

}

@media screen and (min-width: 576px) {
    h5.card-title {
        font-size: 14px;
    }
}