.about-top {
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background-color: #1a4e8f;
}

.about-us-carousel {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.company-profile-btn {
    background: #f7941d;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.company-profile-btn:hover {
    background-color: #07afe0;
    color: #fff;
    text-decoration: none;
}

.company-images {
    position: relative;
}

.company-images .item {
    width: 100%;
}

.company-images .item img {
    width: 100%;
    height: unset;
}

.company-images .owl-prev,
.company-images .owl-next {
    font-size: 0;
}

.company-images .owl-prev:before {
    content: "\f053" !important;
}

.company-images .owl-prev {
    left: -40px;
}

.company-images .owl-next {
    right: -40px;
}

.company-images .owl-next:before {
    content: "\f054" !important;
}

.company-images .owl-prev::before,
.company-images .owl-next::before {
    font-family: "FontAwesome" !important;
    font-size: 20px !important;
    font-weight: 500;
    background: #f7941d;
    color: #fff !important;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.company-images .owl-prev,
.company-images .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mission-content {
    padding: 30px;
    -webkit-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
    -ms-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
    -o-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
    box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
    border-radius: 30px;
    background: #fff;
}

.mission-content h2:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #e1871b;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.our-values h2:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #e1871b;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.values-icon {
	width: 90px;
	height: 90px;
	border: 2px dashed #0d4388;
	border-radius: 50%;
	line-height: 90px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abouttechnology-section {
    position: relative;
    padding: 110px 0 70px;
}

.abouttechnology-section .title-column .inner-column {
    position: relative;
    padding-top: 30px;
}

.abouttechnology-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 29, 56, 0.95);
}

.abouttechnology-section .blocks-column .inner-column .technology-block:nth-child(4) {
    margin-left: -100px;
}

.technology-block {
    position: relative;
    margin-bottom: 30px;
}

.technology-block .inner-box {
    position: relative;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.technology-block .inner-box .icon-box {
    max-width: 70px;
    position: relative;
    color: #0060ff;
    margin: auto;
}

.technology-block .inner-box h6 {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.abouttechnology-section .btn-theme {
    background: 0 0;
    border: 2px solid #fff;
}

.abouttechnology-section .btn-theme:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #1d253f;
}

.title-none h3.title {
    display: none;
}

.counter-content h2 {
    font-size: 30px;
}

.counter-content .icon {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-content h4 {
    font-size: 20px;
}

.counter-content {
    padding: 50px 10px;
    border-right: 2px dashed #ffae4e;
}

.logo-client {
    margin: auto;
    max-width: 150px;
    background: #fff;
}

.line-img{
    filter: brightness(0) invert(1);
}
.enquiry-div {
	background: #00b8e8;
	border-radius: 15px;
}

.enquiry-div h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	color: #fff;
}

.enquiry-div p {
	font-size: 25px;
}

.enquiry-div p a {
	color: #fff;
	text-decoration: underline;
}


@media screen and (max-width:1199px) {
.enquiry-div h3 {
    font-size: 32px;
    line-height: 32px;
}
.enquiry-div p {
    font-size: 22px;
}
.abouttechnology-section {
	padding: 70px 0 70px;
}
}
@media screen and (max-width:991px) {
    .counter-content h4 {
        font-size: 18px
    }
        .enquiry-div h3{
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    .counter-content {
        border-right: 0;
        padding: 20px 10px;
    }

    .values-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .values-icon img {
        width: 38px;
    }
    .abouttechnology-section {
        padding: 40px;
    }
}

@media screen and (max-width:576px) {
    .company-images .slick-next:before {
        margin-right: -10px;
    }

    .company-images .slick-prev:before {
        margin-left: -10px;
    }
    .enquiry-div h3{
        font-size: 20px;
    }
    .enquiry-div p {
	font-size: 16px;
}

}
@media screen and (max-width:380px) {
.company-profile-btn {
	width: 100%;
	padding: 10px 0;
}
}