*,
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px !important;
}

section a {
    color: #d2679d;
}

p {
    text-align: justify;
}

section:nth-of-type(odd) {
    background-color: #f5f1f1;
    padding: 40px 0px;
}

section:nth-of-type(even) {
    background-color: #d3d3d37d;
    padding: 40px 0px;
}

header,
header nav {
    background: #d2679d;
}

header .navbar .navbar-brand img {
    width: 100%;
    height: auto;
}

header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.banner-set .carousel .carousel-inner .carousel-item h5 {
    font-size: 40px;
    color: #fff;
}

.banner-set .carousel .carousel-inner .carousel-item p {
    text-align: center;
    color: #fff;
}

.two-way-cont .left-box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #d2679d;
}

.two-way-cont .row {
    align-items: center;
}

.set-form .custom-select {
    border: 2px solid #d2679d;
    border-radius: 0px;
    padding: 10px;
    background-color: #f8f9fa;
    font-weight: 500;
}

.set-form .custom-select:focus {
    border-color: #d2679d;
    box-shadow: none;
}

.set-form .custom-select option:hover {
    background-color: #d2679d !important;
}

.set-form .custom-select option:checked {
    background-color: #d2679d;
    color: #fff;
}

.set-form .custom-select:focus {
    border-color: #d2679d;
    box-shadow: 0 0 5px #d2679d;
}

.call-set {
    margin-bottom: 20px;
    text-align: center;
    position: fixed;
    right: 2%;
    bottom: 0%;
}

.call-set a {
    text-decoration: none;
    display: block;
    padding: 7px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.call-set a:nth-child(1) {
    background: #2196f3;
    color: #fff;
    border: 2px solid #2196f3;
    margin-bottom: 20px;
}

.call-set a:nth-child(1):hover {
    color: #2196f3;
    border: 2px solid #2196f3;
    background: #fff;
}

.call-set a:nth-child(2) {
    background: #29a71a;
    color: #fff;
    border: 2px solid #29a71a;
}

.call-set a:nth-child(2):hover {
    color: #29a71a;
    border: 2px solid #29a71a;
    background: #fff;
}

.vc-set video {
    border: 2px solid #d2679d;
}

.card-container {
    padding: 100px 0px;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.profile-card-1 {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-image: url(../img/profile-bg-1.jpg);
    background-position: center;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    max-width: 300px;
}

.profile-card-1 .profile-content {
    position: relative;
    background-color: #FFF;
    padding: 70px 20px 20px 20px;
    text-align: center;
}

.profile-card-1 .profile-img {
    position: absolute;
    height: 100px;
    left: 0px;
    right: 0px;
    z-index: 10;
    top: -50px;
    transition: all 0.25s linear;
    transform-style: preserve-3d;
}

.profile-card-1 .profile-img img {
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-card-1 .profile-name {
    font-size: 18px;
    font-weight: bold;
    color: #021830;
}

.profile-card-1 .profile-address {
    color: #777;
    font-size: 12px;
    margin: 0px 0px 15px 0px;
}

.profile-card-1 .profile-description {
    font-size: 13px;
    padding: 5px 10px;
    color: #777;
}

.profile-card-1 .profile-icons .fa {
    margin: 5px;
    color: #777;
}

.profile-card-1:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.profile-card-1:hover .profile-img {
    transform: rotateY(180deg);
}

.profile-card-2 {
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    width: 100%;
    height: auto;
    border: 2px solid #d2679d;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 49px;
    font-size: 25px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #FFF;
    font-size: 15px;
    transition: all linear 0.25s;
    font-weight: 500;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 50px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}
.footer-location h4{
    text-align: center;
}

.footer-location ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}

.footer-location ul li {
    list-style: none;
    padding-bottom: 0px;
    position: relative;
    padding-right: 20px;
}

.footer-location ul li a:before {
    content: "";
    position: absolute;
    right: 7.5px;
    top: 6px;
    width: 2px;
    height: 14px;
    background-color: #7d7d7d;
}

.footer-location ul li a {
    text-decoration: none;
    display: block;
    color: #d2679d;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.footer-location ul li:last-child a:before {
    height: 0px;
}

footer {
    background: #000;
    padding: 20px 0px;
}

footer h5 {
    color: #fff;
    text-align: center;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul.set-ft-line {
    border-top: 1px solid #ffffff61;
    margin: 0px;
    padding: 0px;
}

footer ul.set-ft-line li {
    list-style: none;
}

footer ul.set-ft-line li a {
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}

footer p {
    color: #fff;
    line-height: 30px;
    text-align: center;
}

footer p:last-child {
    text-align: center;
}

footer p:last-child a {
    font-weight: 600;
    color: #d2679d;
}


@media only screen and (max-width:580px) {

    section:nth-of-type(even),
    section:nth-of-type(odd) {
        padding: 20px 0px;
    }

    header .navbar-brand {
        margin-right: 0px;
    }

    header .navbar-toggler {
        margin: 0px auto;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px;
        line-height: 29px;
    }
}
