@media screen and (min-width:2550px) and (max-width:3500px){
    .main-header{
        padding-bottom: 365px;
    }
}
@media screen and (min-width:1400px) and (max-width:1920px) {
    .containter{
        max-width:1380px !important;
    }
}
@media(max-width:1439px){
	.left-title h2{
		line-height: 48px;
		font-size: 36px;
	}
}
@media(max-width: 1099px){
    .arrow{
        transform: rotate(90deg);
        padding: 15px 0;
    }
    .count .arrow{
        transform: rotate(0deg);
    }
}
@media(max-width:991px){
    .aside {
        display: block;
        border-right: 3px solid #1e266d;
        transition: all 0.5s;
    }
    .mobile_open {
        display: inline-block;
    }
    .main-header{
        padding-bottom: 65px;
    }
    .navigation-bar .navbar-brand{
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .navbar-toggler{
        display: none;
    }
    .left-title h2{
        font-size: 28px;
        line-height: 35px;
    }
    .content p br{
        display: none;
    }
    .numbers_content .numbers{
        top: -8rem;
    }
    .main-name h3{
        font-size: 30px;
    }
    .arrow{
        transform: rotate(90deg);
        padding: 15px 0;
    }
    .transation-wrapper{
        padding-bottom: 65px;
    }
    .diss-col{
        display: block !important;
        margin: 0 auto;
    }
    .diss-col img{
        display: block ;
        margin: 0 auto;
    }
    .main-name h3{
        font-size: 25px;
        line-height: 35px;
    }
    .sub-name p{
        font-size: 15px;
    }
    .mid-title h2, .left-title h3, .step-box .step-no h4{
        font-size: 30px;
        line-height: 38px;
    }
    .left-title h3{
        margin-top: 30px;
    }
    .numbers_content .numbers{
        top: -8rem;
    }
    .step-title:after{
        top: 85px;
    }
    .left-gradant{
        padding-top: 0px;
    }
    .company-core{
        padding-top: 50px;
    }
    .p-100 {
        padding-top: 0px;
    }
}
@media (max-width:768px ) {
    .left-gradant .left-title h3 {
        font-size: 45px;
        line-height: 58px;
    }
    .left-gradant .sub-title p{
        font-size: 18px;
    }
}
@media (max-width:767px){
    .main-header {
        padding-bottom: 20px;
    }
    .main-content {
        padding-top: 15px;
    }
    .p-100{
        padding-top: 0px;
    }
    .content p{
        font-size: 14px;
    }
    .left-title h2{
        font-size: 28px;
        line-height: 35px;
    }
    .left-gradant .left-title h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }
    .numbers_content{
        padding-top: 1rem;
    }
    .country .info_item{
        display: block;
    }
    .bottom_content{
        display: block;
    }
    .bottom_content .item{
        display: block;
        margin-bottom: 15px;
    }
    .citys{
        display: none;
    }
    .numbers_content .numbers{
        top: 0;
    }
    .step .col-xxl-7{
        display: block !important;
        margin-top: 20px;
    }
    button.accordion{
        font-size: 16px;
    }
    .nav-tabs{
        border-bottom: 0px;
    }
    .nav-tabs .nav-link{
        background: #f3f7fe;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        border: 0px;
        background-color: #3e7dff;
        color: #fff;
    }
    .tab-content{
        margin-top: 15px;
    }
    .country .name{
        width: 160px;
    }
}
@media (max-width:575px){
    .company-core {
        padding-top: 30px;
    }
	.img-info img{
		top:0px;
	}
    .left-gradant {
        padding: 30px;
    }
    .main-name h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .sub-name p {
        font-size: 14px;
    }
    .vertical-tabs{
		margin-top:20px;
	}
}
@media (max-width:300px) {
    .mid-title h2, .left-title h3, .step-box .step-no h4 {
        font-size: 25px;
        line-height: 34px;
    }
}