.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-white{
    color: #fff;
}
.mt-3{
    margin-top: 3rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.mt-30 {
    margin-top: 30px !important;
}
.padd-60{
    padding: 0 60px;
}
.section-padding{
    padding: 60px 0; 
}
.title {
    color: #262262;
    font-weight: 400;
    margin-bottom: 30px;
}
.sub-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.about .content .co-tit {
    color: #262262;
    font-weight: 400;
    margin-bottom: 30px;
}
.about-content{
    font-size: 1.55rem;
    line-height: 2.85rem;
}
.about .blc-img .bimg {
    -webkit-box-shadow: -10px -10px 20px -5px rgb(255 255 255 / 0%);
    box-shadow: -10px -10px 20px -5px rgb(255 255 255 / 0%);
    position: relative;
}
.about .blc-img .bimg img {
    border-radius: 15px;
    overflow: hidden;
	width: 100%;
    height: auto;
}
.about .blc-img .skills-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFE082;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    margin-top: -80px;
    right: -30px;
    -webkit-box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
    box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
}
.skills-circle .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.skills-circle .cont {
    padding-top: 25px;
    padding-left: 25px;
}
.skills-circle .cont span {
    font-size: 12px;
    font-weight: 400;
    opacity: .9;
    margin-bottom: 10px;
}
.skills-circle .cont h6 {
    font-size: 15px;
    font-weight: 500;
}
.sub-title h6 {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sub-title span:first-of-type {
    bottom: 11px;
}
.sub-title span:last-of-type {
    left: 0px;
}
.sub-title span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00aff0;
    position: absolute;
    left: 6px;
    bottom: 5px;
}
.simple-btn {
    position: relative;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    color: #333;
}

.simple-btn:after {
    content: '';
    width: 45%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    top: 0;
}

/* Why Choose Us */
.flex-3-column {
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-3-column .flex-col {
    flex-basis: 33.33%;
    -ms-flex: auto;
}
.flex-col {
    width: 100%;
    margin-bottom: 0.938rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.fact-section {
    position: relative;
    overflow: hidden;
    background-color: #2baae1;
}

.fact-item {
    position: relative;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.fact-item .fact-icon {
    margin-bottom: 1.125rem;
}

.fact-icon i {
    font-size: 4rem;
    color: #fff;
}
.section-description {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
}
.fact-item .fact-description {
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.01rem;
}
/***************/

.card-title {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.75rem;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}
.card-body {
    color: #333;
    padding: 15px;
}
.rounded-pill{
    padding: 20px 50px;
    border-radius: 15px;
}
.btn-whatsapp {
    position: fixed;
    bottom: 0;
    right: 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff!important;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(#2ecc71,#1ABF60);
    overflow: hidden;
    padding: 0 55px 0 15px;
    font-size: 12px;
    box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
    text-decoration: none!important;
    z-index: 100;
}

.btn-dark{
    color: #fff;
    background-color: #222;
    border-color: #111;
}
.btn-dark:hover{
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.content-service {
    font-size: 1.7rem;;
}
@media (max-width: 767px){
	.padd-60{
		padding: 0;
	}
	.flex-3-column .flex-col {
		flex-basis: 100%;
		-ms-flex: auto;
	}
    .main-topbar{
        width: 100%;
    }
    .topbar li a {
        font-size:1.2rem;
    }
	#footer {
		text-align: left;
	}
}