/* Start: Landing Page */

.mainBg {
    background-image: url('../images/landingbg.png');
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

header {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 140px;
}

.menu a {
    color: white;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}

.menu a:hover {
    text-decoration: none;
}

.br-1 {
    border-right: 1px solid #fff;
}

.btn-blue {
    color: #fff;
    background: #027dc1;
    border: 1px solid #027dc1;
    padding: 12px 29px;
    font-weight: 400;
    font-size: 18px;
}

.btn-blue:hover {
    color: #027dc1;
    background: #fff;
}

.btn-green {
    color: #fff;
    background: #029044;
    border: 1px solid #029044;
    padding: 12px 29px;
    font-weight: 400;
    font-size: 18px;
}

.btn-green:hover {
    background: #fff;
    color: #029044;
}

.btnDiv a {
    margin-right: 20px;
}

.mainHeading {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.subHeading {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.brdr {
    width: 78%;
    height: 1px;
    background: #aeb1af;
    margin: 20px auto 30px;
}

.tagline {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 60%;
}

.btnMain a {
    width: 230px;
    padding: 0px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    margin-right: 20px;
}

.btnMain {
    margin-top: 40px;
}

.socialIcon {
    position: absolute;
    bottom: 0;
    background: white;
    display: flex;
    width: 100px;
    justify-content: center;
    padding: 20px 0px 0px;
}

.socialIcon ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.socailUl li {
    text-align: center;
    background: #999999;
    margin-bottom: 25px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

ul.socailUl li a {
    color: #fff;
    display: block;
}

li.fbBg:hover {
    background: #4267B2;
}

li.twtBg:hover {
    background: #00acee;
}

li.insBg:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.companyName {
    border-width: 1px;
    border-color: #5c645f;
    border-style: solid;
    border-radius: 50%;
    bottom: 10px;
    right: 60px;
    position: absolute;
    width: 324px;
    height: 324px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyName span {
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.companyName:before {
    content: '';
    width: 380px;
    position: absolute;
    height: 1px;
    background: #5c645f;
    transform: rotate(130deg);
    overflow: hidden;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
    30% {
        -webkit-transform: rotate(135deg);
        transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
    65% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    80% {
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
    100% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

.companyName:hover::before {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* End: Landing Page */


/* Start: SAP Page  */

.sapBg {
    background-image: url('../images/sapBg.png');
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.sapMain {
    padding: 100px 0px;
}

.sapMain h2 {
    font-weight: bold;
    font-size: 50px;
    color: #272727;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sapMain h2:after {
    content: '';
    width: 240px;
    height: 3px;
    background: #325a9f;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.sapMain p {
    line-height: 36px;
    font-size: 18px;
    color: #868686;
    font-weight: 400;
    margin-bottom: 0px;
}

section.sapMain ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 36px;
    color: #868686;
    margin: 0;
}

.mt-100 {
    margin-top: 100px;
}

footer {
    background: #f5f5f5;
}

.footerLogo {
    margin: 100px 0px 60px;
}

.socialIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.socialIcons ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialIcons ul li {
    margin: 0px 10px;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0px 20px;
}

.copyrightSection p {
    font-size: 15px;
    color: #868686;
    margin: 0;
}

.footerNav a {
    color: #868686;
    padding: 0 10px;
}

.footerNav a:first-child {
    border-right: 1px solid #868686;
}


/* End: SAP Page  */


/* Start: Employment Page */

.employeeBg {
    background-image: url('../images/employeeBg.png');
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.sapMain p.cBlack {
    color: #000;
    font-weight: 500;
}

.sap-image-box {
    margin-bottom: 30px;
}


/* End: Employment Page */
.footerLogo img {
    width: 40%;
}