#services {
    padding: 0px !important;
}

.ts_centre {
    text-align: center;
}

.ts_mtop20 {
    margin-top: 20px;
}

.ts_ptop50 {
    padding-top: 50px;
}

.ts_mtop50 {
    margin-top: 50px
}

.ts_head {
    color: #002f5b;
    font-weight: 600;
}

#partners li,
#services li,
#homepage li {
    margin: 4px 0px;
}

#partners section:nth-child(even),
#services section:nth-child(even) {
    background-color: #f7f7f7;
}
#partners section:nth-child(odd),
#services section:nth-child(odd) {
    background-color: #fff;
}

#partners section,
#services section,
#homepage section {
    padding: 60px 0 40px 0;
    text-align: justify;
}

#partners .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #c00000;
}
  
#partners .btn-get-started:hover {
    background: #fff;
    color: #002f5b;
    border: 2px solid #002f5b;
}

.al_vmiddle {
    display: flex;
    align-items: center;
}

.ts_poemimg {
    width: 85%;
    float: right;
}

#ts_footerchange {
    margin-bottom: 5px;
}

.footer-links h6, .footer-links h6 a {
    font-weight: 800;
    color: #FFF;
    font-size: 12px;
}

.ts_img_resize {
    width: 80%;
}

.ts_textjustify {
    text-align: justify;
}

.ts_valuetitle {
    padding-top: 40px !important;
}

.ts_iot_points {
    width: 70%;
    margin: 0 auto;
}

#services .title.ts_valuetitle {
    margin-left: 50px;
}

.ts_iot_points li {
    text-align: left;
}

.al_gcc_img {
    width: 65%;
}

#hero .tshero .carousel-item::before {
    background: none !important;
}

#hero .tshero .carousel-container {
    display: block;
}

.ts_points {
    text-align: left;
    margin-left: 10%;
    padding-bottom: 50px;
}

#services.section-bg {
    background: #f7f7f7 !important;
}

#portfolio .portfolio-item .tsportfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 180px;
    border-radius: 0 0 3px 3px;
}

.tsportfolio-info p {
    text-align: left;
}

#homepage #portfolio .portfolio-item {
    height: 430px;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: ease-in-out 0.3s;
}

.features .icon-box:hover {
    transform: scale(1.1);
}

.ts_pointswidth {
    padding: 0px 80px;
}

.ts_value_points {
    width: 50%;
    margin: 0 auto;
}

#federal {
    background: url(../img/facts-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    position: relative;
}

#federal::before { 
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}

#federal .container {
    position: relative;
    z-index: 10;
}

.testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.ts_leaders h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 10px 0 5px 0;
    color: #111 !important;
}

.ts_leaders h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

.testimonial-sqimg {
    width: 120px;
    border: 4px solid #fff;
    margin: 0 auto;
}

#missionandvalues .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #002f5b;
}

#missionandvalues .description {
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}

#missionandvalues .title a {
    color: #111;
}

#missionandvalues .icon {
    float: left;
}

#missionandvalues .icon i {
    color: #c00000;
    font-size: 36px;
    line-height: 0;
    transition: 0.5s;
}

.ts_leaders img, 
.ts_leaders h3 {
    cursor: pointer;
}

#valueproposition {
    background: url(../img/about-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#valueproposition::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#valueproposition .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

#valueproposition .about-col .img {
    position: relative;
}

#valueproposition .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#valueproposition .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#valueproposition .about-col h2 a {
    color: #000;
}

#valueproposition .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

#valueproposition .about-col .icon {
    width: 64px;
    height: 64px;
    text-align: center;
    position: absolute;
    background-color: #c00000;
    border-radius: 50%;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#valueproposition .about-col:hover i {
    color: #c00000;
}

#valueproposition .about-col i {
    font-size: 28px;
    line-height: 0;
    color: #fff;
    transition: 0.3s;
}

#valueproposition .about-col:hover .icon {
    background-color: #fff;
}

#valueproposition .container {
    position: relative;
    z-index: 10;
}

.al_vmiddle img {
    margin: 0 auto;
}

.ts_alignpad50 {
    padding-top: 50px;
}

.ieva_successtext_align {
    margin-top: 15px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) {
    body main section,
    body main section div {
        text-align: left !important;
    }

    #missionandvalues .features .ts_mtop50>.bounceInUp:nth-child(2),
    #ieva>.ts_ptop50>.row>.fadeInUp:nth-child(2) {
        margin-top: 50px;
    }

    .ts_img_resize,
    .al_gcc_img {
        width: 100%;
    }

    #partners .ts_centre,
    #main #contact .contact-info .col-md-4 div,
    #homepage #portfolio .portfolio-container h4,
    #homepage #executiveleadership .ts_centre .ts_leaders,
    #homepage #contact .contact-info .col-md-4 div {
        text-align: center !important;
    }

    #homepage #executiveleadership .ts_centre .ts_leaders:nth-child(2),
    #homepage #executiveleadership .ts_centre .ts_leaders:nth-child(3) {
        margin-top: 30px;
    }

    .ts_alignpad50 {
        padding-top: 0px;
    }

    .ts_pointswidth {
        padding: 0px 40px;
    }
}