body,h1,h2,h3,h4,h5,h6{
    font-family: 'Work Sans', sans-serif;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

.clear{
    content:"";
    clear: both;
    display: block;
}
.left{
    float: left;
}
.right{
    float: right;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.raw-container{
    max-width: 1300px;
    margin: auto;
}






.grey-bg {
    background: #ffffff;
}

.about-text-left .lead {
    font-size: 22px;
    line-height: 2.7rem;
    color: gray;
}
.counter-Txt span {
    display: block;
    font-size: 45px;
    color: #6278df;
}
.inpuT {
    padding: 12px 28px;
    margin-top: 4px;
    font-size: 22px;
    border-radius: 3px;
    border: none;
}
.c-no{height:150px;}
.grey-bg{background:#ebebeb;}
.counter-Txt{text-align:center; font-size:20px; font-weight:bold; text-transform:uppercase; margin-top:20px;}
.counter-Txt span{display:block; font-size:36px}
@media(min-width:320px) and (max-width:767px){ 
.c-no{height:100%;}
.counter-Txt{margin-top:35px;}
.margin-bot-35{margin-bottom:35px;}
}





/* Header Style */
.jon-header .navbar-brand {
	font-size: 25px;
	font-weight: 500;
}
.jon-header span {
	display: inline-block;

	color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 10px;
	font-size: 28px;
	position: relative;
	top: 3px;
}
.jon-menu .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Slider Section */
.slider-section{
    background: url(https://i.ibb.co/r0JphkC/mbr-10.jpg) no-repeat center center;
    padding: 200px 0;
    position: relative;
    z-index: 1;
}
.slider-section::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.slider-caption h4 {
    margin-bottom: 35px;
}
.slider-caption h2 {
    margin-bottom: 50px;
    font-size: 46px;
}

.slider-caption .btn {
    background: #5ba533;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 600;
}
.slider-caption .form-control {
    padding: 18px 20px;
}


/*  Abput Section  */
.about-section{
    background: #f7f9ff;
}
.about-text-left{
    margin-top: 120px;
}
.about-text-left .lead {
    font-size: 25px;
    line-height: 2.7rem;
}

/*  Feature Section css */
.feature-item {
    height: 300px;
    box-shadow: 2.5px 4.33px 30px 0 rgba(64,87,191,0.1);
}
.left-img-sec {
    width: 40%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.left-test-sec {
    width: 60%;
    padding: 25px;
}

.left-img-sec img {
    height: 100%;
    width: auto !important;
    max-width: inherit;
    position: relative;
    left: -80px;
}

/*  Portolio Hover Css  */
.portfolio-item{}
.portfolio-item a{
    position: relative;
    display: block;
}
.portfolio-item a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(98, 120, 223,.7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.portfolio-item:hover a::after{
    opacity: 1;
    visibility: visible;
}

.min-section-bg{
    background-color: #f7f9ff;
}



/*testimonial section*/

.testimonial-section {
    background: #f7f9ff;
    width: 100%;
    height: 700px;
    margin-top: 200px;
    padding-top: 50px;
;
}
.t-content{
    width: 100%;
}

.t-text h1 {
    text-align: center;
    margin: 40px;
    font-size: 50px;
    font-weight: 600;
}
.t-text p {
    text-align: center;
    color: gray;
    font-size: 26px;
}

.tt-text {
    background: white;
    color: #767676;
    width: 385px;
    height: 275px;
    display: inline-block;
    font-size: 24px;
    padding: 40px;
    margin-left: 45px;
    box-shadow: 3px 4px 30px 0 rgba(98, 120, 223,.2); 
}

.tt-text .icon1 {
    color: #dcdcdc61;
    display: inline-block;
    margin-left: -18px;
    margin-top: -60px;
    position: absolute;
    font-size: 85px;

}
.icon2{
    width: 10%;
    font-size: 69px;
    color: white;
    float: left;
    display: inline-block;
    margin-left: 50px;
    margin-top: -33px;
}




.lokjon{
    width: 100%;
    height: 90px;
    margin-right: 50px;
}
.lokjon1 {
    display: inline-block;
    width: 30%;
    margin-top: 30px;
    margin-left: 30px;
}
.lokjonernam {
    margin-right: 35px;
    margin-top: 12px;
}
.lokjon1 img {
    width: 85px;
    height: 85px;
    margin-left: 75px;
    border-radius: 50px;
}
.lokjonernam h3{
    font-weight: 600;
}
.lokjonernam p{
    font-weight: 300;
    color: gray;
}



.contact-section{
    width: 100%;
    height: 800px;
    background: white;
    margin-top: 50px;
}

.maps{
    width: 48%;
    height: 700px;
    padding: 10px;
    margin-left: 30px;
}
.form h2{
    font-weight: 600;
}
.form p{
font-weight: 300;
color: gray;
font-size: 20px;
padding-top: 20px;

}
.form {
    width: 48%;
    height: 600px;
    margin: 11px;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-text{
   text-align: center;
   width: 100%;
   font-size: 30px;

}
.Email{
    width: 100%;
}
.Name{
   width: 48%;
   display: inline-block;
}
.Phone{
    width: 48%;
    display: inline-block;
}
.Message {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    height: 220px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    border: 1px solid gainsboro;
    box-shadow: 3px 4px 30px 0 rgba(98, 120, 223,.2)
}

.submit-btn1{
    width: 100%;

    color: white;
    background: #6278df;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 70px;
    border: 1px;
    box-shadow: 0px 0px 24px 3px #6278df;
    border-radius: 7px;
    font-weight: 600;
    transition: .2s;
}
.submit-btn1:hover{
    color: #6278df;
    background: white;
    border: 2px solid #6278df ;
}
.input101 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    border: 1px solid gainsboro;
    box-shadow: 3px 4px 30px 0 rgba(98, 120, 223,.2);
}
