html {
    scroll-behavior: smooth;
  }

.text11{
    color: #454b5c;
}
.bgf12{
    background-color: #e2e5ed73;
}
.development-content{
    margin: 0 0 150px ;
}
.development-content ul{
    padding-left: 0px;
}
.development-content ul li{
    list-style-type: none;
    color: #454b5c;
    margin-bottom: 10px;
}

.development-content ul li .fa-circle-check:before {
    content: "\f058";
    color: #2ca2fb;
}
.bgf13{
    background-color: #001040;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem ;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #636d89 !important;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border: 1px solid #ced4da7a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem ;
}
.contact-form-inner{
    border-radius: 0.8rem;
    padding: 5rem 3rem;
    box-shadow: 15px 15px #00104024;
}

/* about content custom */

.about-content{
    margin: 150px 0;
}
.circle-blue{
    height: 530px;
    width: 530px;
    background-color: #2ca2fb;
    border-radius: 50%;
    position: absolute;
    bottom: -290px;
    left: -175px;
    opacity: 0.5;
    z-index: 2;
}
.circle-orange{
    height: 530px;
    width: 530px;
    background-color: #ffbd4685;
    border-radius: 50%;
    position: absolute;
    top: -290px;
    right: -230px;
    opacity: 1;
    z-index: 2;
}

/* web services content css here */
.our-services{
    margin: 120px 0;
}
.our-services i{
    color: #2ca2fb;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.our-services .tecno1{
    padding: 1.5rem 1rem;
    border: 1px solid #cccbd5;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.greyback {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 67%;
    background-color: #e2e5ed73;
    z-index: -1;
}
/*-- mobile app development --*/
.mobile-app-development{
    margin: 50px 0;
    position: relative;
}
.content-top{
    padding-top: 2rem ;
}
.mobile-app-development .content-area{
    padding: 2rem;
    text-align: justify;
}
.svg-animate{
    position: absolute;
    bottom: -10%;
    left: -4%;
}
/* hire-resources css */
.hire-resources{
    margin: 120px 0;
}

/* contact us css here */
.lightgrey{
    background-color: #efefef75;
    padding: 2rem;
}
.hire-resources-form{
    padding-bottom: 120px;
}

/* media quary */
@media(max-width:1281px){
    .contact-form-inner {
        border-radius: 0.8rem;
        padding: 2rem 2rem !important;
        box-shadow: 15px 15px #00104024;
    }
    .mobile-app-development .content-area {
        padding: 0rem;
        text-align: justify;
    }

    h5 {
        font-size: 1.1rem !important;
        font-weight: 600;
    }
    .counter-one__text {
        font-size: 12px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }
}
@media only screen and (max-width: 768px) {
    .reverse-colum{
        display: flex;
        flex-direction: column-reverse;
    }
    .development-content {
        margin: 0 0 51px;
    }
    .brand-two__inner .swiper-slide {
        margin: auto !important;
        margin-right: auto !important;
        width: 70% !important;

    }
    .main-menu__left--two {
        position: static;
        width: 100%;
        display: flex;
        justify-content: space-between !important;
    }
    
    .main-menu__logo {
        position: relative;
        display: block;
        float: left;
        padding: 35.5px 0;
        margin-right: 120px;
    }

    .trusted-company {
        padding: 0 0 15px;
    }
   
    .testimonial-two__single-inner {
        padding: 0px 20px 14px;
    }
    .notech-more__points li {
        position: relative;
        display: block;
        width: 100%;
    }
}


.leadershipFlex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  border-radius:10px;

}
.leaderItem:hover{
	background-color: #e5e4e2;
	
}

.leaderItem {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 10px;
  width: 400px;
  height:300px;
  border: 1px solid gray;

}

.bdImgBox img {
  height: auto;
  margin-left: auto;
margin-top:-105px;
}



h3{
	margin-top:60px;
	font-size:20px;
	margin-left:15px;
}
h4{
	font-size:15px;
	margin-left:15px;
}
.discriptionOurTeam{
	font-size:12px;
	padding:0px;
	line-height:1.3rem;
	text-align:justify;
}

