/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 30px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    background: #37517e;
    font-size: 16px;
    padding: 10px 0;
}

.logo img {
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 40px;
    color: white;
    line-height: 40px;
}

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/
.navbar {
    padding: 0;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar li:hover>a {
    color: silver;
}
.navbar-toggler-icon {
    color: white;
  }

.navbar-toggler{
    border-color: #ddd;
}

.collapse-bars{
    font-size: 30px;
    color: #ddd;
}
/*--------------------------------------------------------------
    # Our vision
    --------------------------------------------------------------*/
.our {
    background-color: #e3f0fa;
}

/*--------------------------------------------------------------
    # Advanced
    --------------------------------------------------------------*/

.adv {
    text-align: center;
    padding: 10px;
}

.adv1 {
    color: #37517e;
}

/*--------------------------------------------------------------
# Application Modernization
--------------------------------------------------------------*/

.appMod .content-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.appMod .content-box h3 {
    color: #37517e;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}


.appMod .content-box p {
    line-height: 24px;
    margin-bottom: 0;
}

.appMod .content-box:hover h3 {
    color: #47b2e4;
}

.appMod .content-box:hover {
    transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cloud Platforms
--------------------------------------------------------------*/

.cloud-plat .cloud-content ul {
    list-style: none;
}

.cloud-plat .cloud-content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}


.cloud-plat .cloud-content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #149ddd;
    line-height: 0;
}

/*--------------------------------------------------------------
#  Digital Infrastructure
--------------------------------------------------------------*/
.digital {
    background-color: #e3f0fa;
}

.digital .degital-content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #173b6c;
}

.digital .degital-content ul {
    list-style: none;
    padding: 0;
}

.digital .degital-content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.digital .degital-content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #149ddd;
    line-height: 0;
}
/*--------------------------------------------------------------
    # Services
    --------------------------------------------------------------*/
    .services .ser-info {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    }
    
    .services .ser-info h3 {
        text-align: center;
        margin-bottom: 5px;
        color: #37517e;
    }
    
    .services .ser-info p {
        margin-bottom: 0;
    }
    
    .services .ser-info:hover {
        color: #217bbc;
        transform: translateY(-10px);
    }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #2487ce;
    float: left;
    width: 44px;
    height: 44px;
    background: #e3f0fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.contact .info h3 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #217bbc;
}

/* .contact .info .email,
.contact .info .phone {
    margin-top: 40px;
} */

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #2487ce;
    color: #fff;
}


.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}


.contact .php-email-form button[type=submit] {
    background: #2487ce;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #3194db;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #37517e;
    font-size: 16px;
    padding: 10px 0;
}

.footer img {
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 33px;
    color: white;
    line-height: 40px;
}

.footer .social-links a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #47b2e4;
    border-radius: 50%;
    color: white;
    line-height: 40px;
}

.footer .social-links a:hover {
    background-color: #8cc5e0;
}

html {
    scroll-padding-top: 6rem;
}
