

/* Contact Info section */
.contact-info-section {
    position: relative;
    margin-top: -85px;
    z-index: 9;
    margin-bottom: -115px;
}

.contact-info-section .info-block {
    position: relative;
}

.contact-info-section .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-info-section .icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e8f9f3;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    transition: .5s;
}

.contact-info-section .inner-box:hover .icon {
    color: #fff;
}

.contact-info-section .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.contact-info-section .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.contact-info-section .icon span {
    position: relative;
}

.contact-info-section .content {
    position: relative;
    text-align: center;
}

.contact-info-section h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-section h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}


/* Contact info section two */

.contact-info-section-two {
    position: relative;
    padding: 150px 0 120px;
}

.contact-info-section-two .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
}

.contact-info-section-two .info-block {
    position: relative;
    margin-bottom: 40px;
}
.contact-info-section-two .info-block:first-child {
    margin-bottom: 30px;
}
.contact-info-section-two .info-block:last-child {
    margin-bottom: 0;
}
.contact-info-section-two .info-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info-section-two .info-block .text {
    position: relative;
    margin-bottom: 0;
    display: inline-flex
}
.contact-info-section-two .info-block div i {
    color: #fff;
    margin-right: 10px;
    background: #21c58e;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    flex: none;
    font-size: 14px;
}
.contact-info-section-two .info-block div {
    margin-bottom: 10px;
}
.contact-info-section-two .info-block .text span {
    margin-top: -5px;
}
.contact-info-section-two .info-block .email a,
.contact-info-section-two .info-block .phone a {
    position: relative;
    color: #808080;
}

.contact-info-section-two .social-links {
    position: relative;
    display: inline-block;
}

.contact-info-section-two .social-links li {
    display: inline-block;
    margin-right: 10px;
}

.contact-info-section-two .social-links li:last-child {
    margin-right: 0;
}

.contact-info-section-two .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
}

.contact-info-section-two .social-links li a:hover {
    border-radius: 20%;
}

.contact-info-section-two .social-links a.facebook {
    background-color: #516eb1;
}

.contact-info-section-two .social-links a.twitter {
    background-color: #449bd5;
}

.contact-info-section-two .social-links a.google-plus {
    background-color: #dd4b39;
}

.contact-info-section-two .social-links a.linkedin-in {
    background-color: #0077b5;
}

.contact-map iframe{
    height: 430px;
}
