body {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    padding-top: 105px;
}

.wrap {

}   

    header {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .header-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .logo-holder {
            padding: 20px 0;
        }
        .dl a {
            background: linear-gradient(57.32deg, #0E5B61 27.51%, #0CAB6A 163.2%);
            box-shadow: 0px 10px 40px rgba(14, 91, 97, 0.4);
            border-radius: 7px;
            color: #fff;
            display: inline-block;
            padding: 15px 35px;
            font-weight: 600;
            font-size: 14px;
            transition: all ease 0.3s;
        }
            .dl a:hover {
                text-decoration: none;
                box-shadow: 0px 10px 40px rgba(14, 91, 97, 0.7);
                transition: all ease 0.3s;
            }
.share-section {
    margin-top: 30px;
}
    .profile {
        position: relative;
        padding-left: 75px;
    }
        .profile .pfp {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 60px;
            overflow: hidden;
            left: 0;
        }
            .profile .pfp img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .profile .info {
            padding: 7px 0;
        }
            .profile .info h3 {
                font-size: 18px;
                font-weight: 600;
                color: #333;
                margin: 0;
            }
            .profile .info small {
                font-size: 12px;
                color: #aaa;
            }
        .map-holder {
            width: 100%;
            height: 400px;
            margin-top: 20px;
            margin-bottom: 30px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
        }
            .map-holder img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .traq-info {
        padding-left: 15px;
    }
        .traq-info h4 {
            font-size: 18px;
            color: #333;
            font-weight: 600;  
            margin-top: 80px;
        }
        .info-grp {
            padding: 20px 0;
            border-bottom: 1px solid #e1e1e1;
        }
            .info-grp:last-child {
                border-bottom: none;
            }
            .info-grp label {
                font-size: 14px;
                font-weight: 400;
                color: #6a6a6a;
                margin: 0;
            }
            .info-grp span {
                font-size: 14px;
                font-weight: 600;
                color: #333;
                float: right;
            }

    .dl-section {
        background: #282B38;
        margin-top: 30px;
        margin-bottom: 30px;
    }   
        .dl-grid {
            padding: 70px 0;
            text-align: center;
        }    
            .dl-grid h2 {
                font-size: 32px;
                color: #fff;
                font-weight: 700;
            }
            .dl-grid p {
                color: #fff;
                font-size: 16px;
                margin-bottom: 30px;
                margin-top: 25px;
            }
            .dl-grid a {
            }

.faq-holder {
    padding: 70px 0;
}
.faq-holder .title {
    color: #231F20;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

    .faq-holder .p {
        color: #aaa;
        font-weight: 400;
        font-size: 16px;
        margin-top: 20px;
    }
    
    .question {
        border-bottom: 1px solid #e3e3e3;
    }
        .question:last-child {
            border-bottom: 1px solid #F4F7FC;
        }
        .question a {
            font-weight: 600;
            font-size: 16px;
            color: #aaa;
            position: relative;
            display: block;
            transition: all ease 0.3s;
            padding: 35px 0;
        }
            .question a:hover, .question a:active {
                color: #231F20;
                text-decoration: none;
                transition: all ease 0.3s;
            }
            .question a img {
                float: right;
                transition: all ease 0.3s;
            }
.rotate {
    transform: rotate(90deg);
    transition: all ease 0.3s;
}
.ans p {
    margin: 0;
    padding-bottom: 35px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}



footer {
    padding: 50px 0;
    background: #282B38;
}
.links {
    margin-bottom: 30px;
}
    .links ul {
        padding: 0;
        margin: 0;
    }
        .links ul li {
            display: inline;
            margin: 10px;
        }
            .links ul li a {
                color: #fff;
                transition: all ease 0.3s;
            }
                .links ul li a:hover {
                    color: #0CAB6A;
                    transition: all ease 0.3s;
                }

.copy {
    color: #fff;
    margin-top: 50px;
}
    .footer-grid {
        text-align: center;
    }

    .social {
        color: #fff;
    }
.ads-section {
    margin-bottom: 70px;
    margin-top: 70px;
}
.ads {
    /*margin-top: 30px;*/
}
.img-responsive {
    width: 100%;
}




@media (max-width: 768px) {
    .traq-info {
        padding: 0;
    }
        .traq-info h4 {
            margin-top: 40px;
        }
}







































