<style>
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
</style>
*,ul{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    background: #669999 !important;
}
:root{
    --c1: ;
}
.header-top-left {
    background-color: #151735;
    width: 340px;
    padding: 16px 15px;
    position: relative;
}

.header-top-left h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
.header-top-left span {
    float: left;
    color: #fff;
    margin-right: 4px;
}
.header-top-right ul li {
    list-style-type: none;
}
.header-top-right ul {
    display: flex;
    justify-content: space-between;
}
.header-top-right ul li span {
    color: #ff5e14;
    font-size: 16px;
    margin-right: 4px;
}
.header-top-right ul li {
    font-size: 16px;
    color: #151735;
    font-weight: 500;
    padding: 18px 40px 18px 0px;
    border-right: 1px solid #d6d8db;
}
.header-top-right ul li a {
    text-decoration: none;
    color: #151735;
}
.header-top {
    background-color: #f3f6f9;
    height: 60px;
}
.logo img {
    width: 100%;
    height: 100%;
}
.logo {
    width: 100%;
}
.header-menu ul li {
    list-style-type: none;
}
.header-menu ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 8px 0;
    border: 2px solid #000;
}
.header-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 2vw;
    font-weight: 700;
}
.header-main-btn a {
    color: #000;
    background-color: #fff;
    padding: 25px 60px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.header-main-btn {
    background-color: #151735;
    padding: 42px 12px;
}
.logo {
    padding: 20px 0;
}
.header-menu ul li a:hover {
}
.header-main-btn a:hover {
    color: #fff;
    transition: all .5s;
    background-color: #ff5e14;
    text-decoration: none;
}
.header-top-left:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 60px 22px;
    border-color: transparent transparent #f3f6f9 transparent;
}
.banner-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-sec-img {
    position: relative;
    width: 100%;
    height: 600px;
}

.banner-sec-item {
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0;
    padding: 0 25px;
}
.banner-sec-item span a i {
    font-size: 14px;
    background: #ff5e14;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 7px solid #ffe0cc;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 65px;
}
.banner-sec-item span a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #151735;
}
.banner-sec-item h2 {
    color: #151735;
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 75px;
    padding: 20px 0;
}
.banner-sec-item p {
    font-size: 18px;
    font-weight: 500;
    color: #151735;
    width: 30%;
}
.about-space-img img {
    width: 100%;
    height: 100%;
}
.about-space-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.about-space-img {
    width: 100%;
    overflow: hidden;
}
.about-space-img-box {
    background-color: #1d284b;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.about-space-img-box h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.images-space {
    padding-left: 10px;
}
section.about {
    padding: 70px 0px;
    overflow: hidden;
}
.about-item-title-img img {
    width: 100%;
    height: 100%;
}
.about-item-title-img {
    width: 25px;
    float: left;
}
.about-item-img-title h2 {
    color: #ff6600;
    font-size: 18px;
    font-weight: 500;
    margin-left: 35px;
}
.about-item-title-main h2 {
    color: #151735;
    font-size: 55px;
    line-height: 48px;
    font-weight: 700;
    margin: 20px 0;
}
.about-item-title-main p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.about-item-title-main {
    padding: 10px 0;
}
.about-item-content-box h2 {
    font-size: 28px;
    color: #151735;
    font-weight: 600;
}
.about-item-content-box {
    background-color: #f3f5f9;
    padding: 40px 60px;
    border-radius: 5px;
    margin-bottom: 50px;
    width: 95%;
}
.about-item-btn a {
    text-decoration: none;
    background-color: #ff5e14;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 50px;
}
.about-item-btn {
    width: 27%;
    float: left;
}
.about-profile-img img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.about-profile-img {
    float: left;
    margin-right: 10px;
}
.about-profile-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #151735;
    line-height: 12px;
}
.about-profile-text p {
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-item-btn a:hover {
    background-color: #151735;
    transition: all .5s;
    color: #fff;
    text-decoration: none;
}
.about-space-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.services-style03-icon i {
    color: #ffa366;
    font-size: 70px;
}
.services-style03-item {
    background-color: #ff5e14;
    padding: 40px 55px;
    display: flex;
    align-items: center;
}
.services-style03-item h3 {
    font-size: 36px;
    color: #ffff;
    margin-left: -25px;
    margin-bottom: 0px;
    line-height: 36px;
}
.services-style03-item .link-icon a:before {
    position: absolute;
    content: "";
    border: 2px solid #ffa366;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    margin-left: -35px;
    margin-top: -12px;
}
.services-style03-item .link-icon a {
    position: relative;
}
section.services-style03 .row.no-gutters .col-lg-6:last-child .services-style03-item {
    background-color: #1d284b;
}
section.services-style03 .row.no-gutters .col-lg-6:last-child .services-style03-item .services-style03-icon i {
    color: #777e93;
}
section.services-style03 .row {
    border-radius: 10px;
    overflow: hidden;
}
section.services-style03 {
    margin-top: -75px;
}
.projects-icon img {
    width: 100%;
    height: 100%;
}
.projects-icon {
    width: 30%;
    padding-left: 30px;
    position: relative;
}
.project-title h2 {
    font-size: 60px;
    margin-right: 15px;
    font-weight: 700;
    color: #151735;
}
.project-item {
    display: flex;
    padding: 20px 0px;
}
.project-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.project-content h3 {
    font-size: 24px;
    margin: 0;
    color: #151735;
    font-weight: 700;
}
.project-content {
    padding: 14px 0;
}
.projects-icon:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid #ffb482;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.feature-title-btn .about-item-btn {
    width: 100%;
    text-align: end;
}
.feature-title-btn .about-item-btn a {
    font-size: 14px;
    padding: 16px 30px;
}
.feature-title-text h2 {
    font-size: 50px;
    color: #151735;
    font-weight: 700;
}
section.services {
    background-image: url(../img/service-bg.jpg);
    padding: 80px 0;
}
section.airvices-project {
    padding: 60px 0 20px 0;
}
.feature-title {
    margin-bottom: 80px;
    margin-top: 30px;
}
.feature-title-btn {
    margin: 80px 0px;
}
.Services-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: .5s;
}
.Services-item-img {
    width: 100%;
    position: relative;
}
.Services-item-content {
    width: 360px;
    padding: 35px 25px;
    background: #ffffff;
    position: absolute;
    left: 32px;
    bottom: 20px;
}
.feature-boxes ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
}
.feature-boxes ul li {
    flex: 0 0 50%;
    list-style-type: none;
}
.feature-boxes ul li a {
    text-decoration: none;
}
.feature-boxes ul li {
    text-align: center;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 5px;
    padding: 47px 29px;
    transition: all.5s;
}
.feature-boxe-inner .feature-boxe-icon img {
    background: #f1f4f7;
    margin-bottom: 25px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    padding: 15px 15px;
}
.feature-boxe-inner .feature-boxes-text h4 {
    color: #151735;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}
.feature-boxe-inner .feature-boxes-text h2 {
    color: #151735;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.feature-boxes ul li:hover {
    background: #ff5e14;
}
.Services-item .Services-item-content p {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.Services-item .Services-item-content a {
    color: #ff6600;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all.3s;
}
.Services-item .Services-item-content a:hover{
    color: #777;
}
.Services-item .Services-item-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.Services-item {
    overflow: hidden;
}
.feature-boxes ul li:hover .feature-boxe-inner .feature-boxes-text h2, .feature-boxes ul li:hover .feature-boxe-inner .feature-boxes-text h4 {
    color: #fff;
}

.contact-img-item {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 40%;
}
.contact-img-item h4 span {
    color: #ff5e14;
}
.contact-img-item h4 {
    color: #151735;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    z-index: 2;
}
.contact-area-item {
    background: #151735;
    padding: 50px 40px;
    margin: 0 15px;
    margin-top: 80px;
}
.contact-area-item-title h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
}
.contact-area-form ul li {
    list-style-type: none;
    margin: 20px 0;
}
.contact-area-form ul {
    padding: 0;
}
.contact-area-form ul li input, .contact-area-form ul li textarea, .contact-area-form ul li select {
    width: 100%;
    padding: 15px 0px 18px 15px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    color: #83868c;
}
.contact-area-form ul li input, textarea, select:focus{
    outline: none;
} 
.submit-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    background: #ff5e14;
    padding: 15px 0;
    border-radius: 4px;
}
.contact-img img {
    width: 90%;
    height: 648px;
    object-fit: cover;
}
.contact-img {
    text-align: left;
    margin-left: -77px;
}
.contact-img-item h4 {
    color: #151735;
    font-size: 52px;
    line-height: 55px;
    font-weight: 800;
    z-index: 2;
}
.contact-img-item h2 {
    font-size: 235px;
    color: #f3f6f9;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 4px;
    line-height: 0.299;
    z-index: 0;
    -webkit-text-stroke-color: #f3f6f9;
    margin-bottom: -60px;
    font-weight: 900;
}
.team-boxe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.team-boxe-img {
    width: 100%;
    height: 100%;
}
section.team {
    background-color: #1d284b;
    padding: 85px 0;
}
.team-boxes .team-boxe-content h4 {
    color: #ff6600;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.team-boxes .team-boxe-content h2 a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    transition: all.5s;
}
.team-boxes .team-boxe-content {
    background: #222e54;
    padding: 20px 20px;
}
.team-boxes .team-boxe-content h2 a:hover {
    color: #ff5e14;
}
.team-title {
    text-align: center;
}

.team-img-title {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.team-img-title h2 {
    color: #ff5e14;
    font-size: 18px;
    margin-left: 7px;
    font-weight: 500;
    line-height: 26px;
}
.team-title-main h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 45px;
}
.team-title {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    display: table;
    padding-bottom: 35px;
}
.team-boxe-img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}
.team-boxes:hover .team-boxe-img img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.tab-item-img img {
    width: 100%;
    height: 100%;
}
.tab-item {
    float: left;
    width: 33%;
    padding: 55px 10px;
    position: relative;
}
.tab-item-text h4 {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.tab-item-text h2 a {
    text-decoration: none;
    color: #151735;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.tab-item-text {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 5 63 / 10%);
    padding: 25px 16px;
    margin-top: -45px;
    width: 85%;
    position: absolute;
    left: 28px;
}
section.section-isotops {
    padding: 75px 0;
    overflow: hidden;
}
.isotops-menu ul li {
    list-style-type: none;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #151735;
    border: 1px solid #dce1e4;
    border-radius: 50px;
    padding: 0px 24px;
    line-height: 40px;
}

.isotops-menu ul {
    display: flex;
    margin-top: 40px;
}
.feature-title.isotops-title {
    margin: 0;
}
.Choose-us-img {
    margin-left: -77px;
}
.Choose-us-img img {
    width: 180%;
    height: 100%;
    object-fit: cover;
}
.choose-us-item {
    background: #fff;
    background-image: url(../img/service-bg.jpg);
    height: 100%;
    background-position: top right;
    padding: 90px 65px;
    width: 112%;
    margin-top: 55px;
}
.about-item-title h3 {
    color: #151735;
    font-size: 55px;
    font-weight: 700;
    margin: 30px 0;
}
.about-item-title p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.Choose-Services-icon {
    width: 40%;
    height: 15%;
    margin-right: 15px;
    line-height: 8;
}
.Choose-Services-icon img {
    width: 100%;
    height: 100%;
    background: #007aff;
    padding: 12px 12px;
    border-radius: 50px;
    border: 5px solid #fff;
}
.Choose-us-serivices {
    display: flex;
}
.Choose-Services-content h2 {
    color: #151735;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.Choose-Services-content p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.testimonial-img {
    margin-left: -241px;
    margin-top: -80px;
}
.testimonial-img img {
    width: 100%;
    height: 100%;
}
section.testimonial {
    background-image: url(../img/testimonial-bg.jpg);
    padding: 110px 0 72px 0;
}
section.Choose-us {
    padding: 60px 0 140px 0;
}
.testimonial-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin: 9px 0;
}
.testimonial-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0;

}
.testimonial-slider-item {
    display: flex;
    align-items: center;
}
.testimonial-slider-img {
    width: 18%;
    margin-right: 25px;
}

.testimonial-slider-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-slider-text h2 {font-size: 24px;color: #fff;font-weight: 600;}

.testimonial-slider-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.testimonial-content {
    padding: 20px 0;
}
footer {
}
.footer-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    color: #fff;
}
.footer-title h2:before {
    background: #ff5e14;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    bottom: 0;
    left: 0;
}
.footer-content p {
    color: #bcbfc9;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.emg-num h2 {
    color: #ff5e14;
    font-size: 20px;
    font-weight: 500;
}
.emg-num h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.footer-menu ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li a {
    color: #bcbfc9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
.footer-info ul {
    padding: 0;
}
.footer-info ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-info ul li p {
    color: #bcbfc9;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.footer-info ul li h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.footer-info ul li a {
    color: #bcbfc9;
    font-weight: 400;
    font-size: 15px;
}
.footer-newsletter p {
    color: #bcbfc9;
    font-size: 15px;
    font-weight: 400;
}
.footer-newsletter input {
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
    color: #bcbfc9;
    background: none;
    border: 1px solid #bcbfc9;
    outline: none;
}
.footer-newsletter-btn a {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #ff5e14;
    padding: 12px 50px;
    border-radius: 5px;
    transition: .5s;
    display: block;
}
.footer-newsletter-btn a:hover {
    text-decoration: none !important;
    color: #fff;
    background: #2371ff;
}
.footer-newsletter-btn {
    margin-top: 30px;
}
section.airvice-logo-Slider {
    padding: 90px 0;
    overflow: hidden;
}
section.banner {
    background-image: url(../img/page-banner.jpg);
    width: 100%;
    height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}
.banner-title {
    margin: 0 auto;
    display: table;
    margin-top: 145px;
}
section.banner:before {
    position: absolute;
    content: "";
    background: rgba(21, 32, 66, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-title h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
}
.banner-btn a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    background-color: #ff5e14;
    padding: 22px 22px;
    border-radius: 15px;
    text-decoration: none;
}
.banner-btn {
    margin-top: 136px;
}
.banner-btn a:hover {
    color: #fff;
    text-decoration: none;
}
section.work {
    background-image: url(../img/service-bg.jpg);
    padding: 70px 0;
    padding-bottom: 130px;
}
.work-title {
    margin: 0 auto;
    display: table;
    text-align: center;
}
.work-title h4 {
    color: #ff5e14;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.work-title h2 {
    color: #151735;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}
.work-title {
    margin-bottom: 70px;
}
.work-box-img img {
    width: 100%;
    height: 100%;
    background-color: #2371ff;
    padding: 15px 15px;
    border-radius: 50%;
    transition: .5s;
}
.work-box-img {
    margin: 0 auto;
    display: table;
    width: 40%;
    margin-bottom: 20px;
    height: 30%;
    border: 2px dashed rgba(34, 112, 255, 0.302);
    border-radius: 50%;
    padding: 5px;
}
.work-box-content h2 a {
    color: #151735;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 15px;
    transition: .5s;
}
.work-box-content p {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.work-box {
    text-align: center;
}
.work-box-content h2 a:hover {
    color: #ff5e14;
}
.work-box:hover .work-box-img img {
    background: #ff5e14;
}
.about-team {
    background-image: url(../img/service-bg.jpg);
    background-color: unset;
}
.about-team .team-title .team-title-main h2 {
    color: #151735;
}
.Services-main-box-img {
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.Services-main-box-img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    transition: all.5s;
    z-index: -1;
}

.Services-main-box-icon {
    width: 25%;
    z-index: 999;
    border-bottom: 4px solid #ff6600;
}

.Services-main-box-icon img {
    width: 100%;
    margin-top: -60px;
    background-color: #fff;
    padding: 10px;
    filter: grayscale(86);
}

.Services-main-title {
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-bottom: 50px;
}

.Services-main-title h2 {
    color: #151735;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}

.Services-main-title h2 span {
    color: #ff5e14;
}

section.Services-main {
    padding: 55px 0;
}

.Services-main-box {
    margin-bottom: 30px;
}
.Services-main-box-item {
    border: 1px solid #dce1e4;
    padding: 10px 20px;
    position: relative;
}

.Services-main-box-content h2 a {
    color: #151735;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.Services-main-box-content p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.Services-main-box-content h2 a:hover {
    color: #ff5e14;
}

.Services-main-box-btn a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background-color: #ff5e14;
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}

.Services-main-box-content {
    padding: 20px 0;
}

.Services-main-box-btn a:hover {
    background-color: #2371ff;
    text-decoration: none;
    color: #fff;
}
.Services-main-box:hover .Services-main-box-img img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.Services-list-box {
    background: #f3f5f9;
    padding: 30px 25px;
    margin-bottom: 40px;
}
.Services-list-box {
    background: #f3f5f9;
    padding: 30px 25px;
    margin-bottom: 40px;
}

.Services-list ul li {
    list-style-type: none;
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.Services-list ul {
    padding: 0;
    margin-top: 30px;
}

.Services-list-title h2 {
    color: #151735;
    font-size: 24px;
    font-weight: 700;
}

.Services-list ul li a {
    text-decoration: none;
    color: #4f5168;
    font-size: 16px;
    font-weight: 500;
    transition: all.5s;
}

.Services-list ul li span {
    color: #ff5e14;
    font-size: 20px;
    font-weight: 900;
}

.Services-list ul li a:hover {
    color: #ff5e14;
    text-decoration: none;
}
.info-box {
    background: #f3f5f9;
    padding: 30px 25px;
    margin-bottom: 40px;
}
.info-box-title h2 {
    color: #151735;
    font-size: 24px;
    font-weight: 700;
}
.info-box-item {
    background: #fff;
    padding: 20px;
    display: flex;
    margin-top: 25px;
}

.info-box-icon a i {
    color: #ff5e14;
    font-size: 30px;
    width: 45px;
}

.info-box-content a {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.Service-detail-inner h2 {
    color: #151735;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 35px;
}
.Service-detail-inner p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 35px;
}
.Service-detail-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all.5s;
}
.Service-detail-inner-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.Service-detail-inner-img {
    width: 100%;
    overflow: hidden;
}
section.detail-page {
    padding: 75px 0px;
}
section.Conatct-map iframe {
    width: 100%;
}
.get-in-touch-form input, .get-in-touch-form textarea {
    width: 100%;
    border: 1px solid #dce1e4;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 20px 30px;
    outline: none;
    color: #83868c;
    font-size: 16px;
    font-weight: 500;
    background: rgba(247, 247, 247, 0);
}
.get-in-touch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.get-in-touch-btn a {
    background: #2371ff;
    color: #fff;
    text-decoration: none;
    padding: 20px 45px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    transition: .5s;
}
.get-in-touch-btn a:hover {
    background-color: #ff5e14;
    text-decoration: none;
    color: #fff;
}
.get-in-touch-btn {
    margin-top: 20px;
}
.get-in-touch-img-contact h2 a {
    background: #ff5e14;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 35px;
    border-radius: 50px;
    border: 5px solid #ffd7bd;
    text-decoration: none;
}
.get-in-touch-img-contact {
    background: #1d284b;
    width: 100%;
    padding: 60px 98px;
    margin-top: -5px;
}
section.get-in-touch {
    padding: 100px 0px;
}
.logo a {
    color: #151735 !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.banner-sec-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgb(0 0 0 / 64%) 53%, rgb(0 0 0 / 0%) 100%);
}
.about-space-img1 {
    height: 470px;
}
section.contact-area {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 100px 0;
    background-position: bottom;
}
.tab-item-img {
    height: 180px;
}
.isotops-menu ul li.active {background: #151735;color: #fff;}
.images-space .row {
    align-items: center;
}
.get-in-touch-form input#remember-radio {
    width: 18px;
    margin-right: 40px !important;
}
.remember-password {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  position: relative;
}

.remember-password input[type="radio"] {
  display: none;
}

.remember-password label {
  margin-left: 30px;
  cursor: pointer;
}

.remember-password input[type="radio"] + label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 5px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%; /* To make it look like a radio button */
}

.remember-password input[type="radio"]:checked + label:before {
  content: '\2022'; /* Bullet character */
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.footer-copyright {
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 72px 0 20px 0;
}
section.airvices-project .row {
    display: flex;
    justify-content: center;
}

section.airvices-project .row .col-lg-3 {
    margin-bottom: 40px;
}
body {
    background: #669999 !important;
}
.header-logo img {
    width: 100%;
}
.header-menu {
    background: #d1ae6d;
}
.home-sec-left-title h2 {
    font-size: 2vw;
    color: #fff;
    background: #0093d5;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px;
}
section.home-sec {
    padding-top: 12px;
}
section.home-sec {
    padding-top: 12px;
}
.home-sec-left-content li {list-style-type: none;font-size: 15px;color: #000;font-weight: 500;}
.home-sec-mid-img img {
    width: 100%;
}
.home-sec-mid {
    background: #fff;
    border: 2px solid #000;
    border-bottom: navajowhite;
    padding: 20px 10px;
}
.home-sec-right-flag img {
    width: 100%;
}
.home-sec-right-news h2 {
    font-size: 1.7vw;
    color: #fff;
    background: #0093d5;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px;
}
.home-sec-right-news p {
    font-size: 8px;
    font-weight: 800;
    color: #000;
}

.home-sec-right-news h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.home-sec-right-news a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.home-sec-right-news-main .home-sec-right-news {
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 10px 5px;
    margin-bottom: 30px;
}

.home-sec-right {
    margin-left: 10px;
}
.home-sec-right-news {
    margin-bottom: 50px;
}
/*.home-sec-right-news-main .home-sec-right-news:nth-child(3) {*/
/*    margin: 0;*/
/*}*/
.home-sec-right-news a:hover {
    text-decoration: none;
    color: #000;
}
.home-sec-right-img2 img {
    width: 100%;
}
.footers-main {
    background: #336666;
    display: flex;
    justify-content: space-around;
    border: 2px solid #000;
    border-bottom: navajowhite;
}

.footers-main ul li, .footers-main ul li a {
    list-style-type: none;
    color: #fff;
    font-size: 15px;
}
.footers-main ul {
    padding: 0;
    margin: 0;
}
.footer-img img {
    width: 100%;
}