﻿body {
    padding: 0px 0px;
    margin: 0px 0px;
}

a {
    text-decoration: none;
}

.bg1fa9eb {
    background: linear-gradient(to right, rgb(29, 125, 193), rgb(31, 169, 235));
}

.mrgtp20 {
    margin-top: 20px !important;
}

.mrgbt20 {
    margin-bottom: 20px !important;
}

.pdtp20 {
    padding-top: 20px !important;
}

.pdbt20 {
    padding-bottom: 20px !important;
}

.blank {
    width: 100%;
    height: 20px;
    float: left;
}

.white {
    color: #ffffff !important;
}

.title {
    font-family: 'Alegreya', serif !important;
    font-size: 40px !important;
    color: #cc0657 !important;
    font-weight: 600 !important;
}

.titlebg {
    background-image: url('/content/image/tuz1.jpg');
    background-position: center;
}

.top {
    width: 100%;
    height: auto;
    float: left;
}

    .top .mobmenu {
        display: none;
    }

.ctx {
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

    .ctx img {
        width: calc(20% - 20px);
        height: auto;
        float: left;
        border-radius: 2px;
        margin: 10px 10px;
        margin-left: 0px;
    }

    .ctx ul {
        width: auto;
        height: auto;
        float: left;
        padding: 0px 0px;
        margin: 0px 0px;
        list-style: none;
    }

        .ctx ul li {
            width: auto;
            height: auto;
            float: left;
            padding: 0px 0px;
            margin: 0px 0px;
            list-style: none;
        }

            .ctx ul li a {
                width: calc(100% - 10px);
                height: auto;
                float: left;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                color: #ffffff;
                padding: 10px 5px;
            }

                .ctx ul li a i {
                    width: auto;
                    height: auto;
                    float: left;
                    font-size: 13px;
                    color: #ffffff;
                    margin-right: 5px;
                }

    .ctx .menu {
        width: auto;
        height: auto;
        float: left;
        display: block;
    }

        .ctx .menu ul {
            width: auto;
            height: auto;
            float: left;
            padding: 0px 0px;
            margin: 0px 0px;
            list-style: none;
        }

            .ctx .menu ul li {
                width: auto;
                height: auto;
                float: left;
                padding: 0px 0px;
                margin: 0px 0px;
                list-style: none;
            }

                .ctx .menu ul li a {
                    width: calc(100% - 10px);
                    height: auto;
                    float: left;
                    font-family: 'Roboto', sans-serif;
                    font-size: 14px;
                    padding: 20px 5px;
                    color: #ffffff;
                    border-radius: 2px;
                    margin-right: 20px;
                    text-transform: uppercase;
                    text-shadow: rgb(0, 0, 0) 1px -1px;
                }

                    .ctx .menu ul li a span {
                        width: auto;
                        height: auto;
                        float: right;
                        font-size: 13px;
                        color: #ffffff;
                        margin-right: 5px;
                    }

#submenu {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    margin-top: 135px;
    margin-left: -4px;
}

.ctx .menu ul li:hover ul#submenu {
    opacity: 1;
    top: 40px; /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}

#submenu li {
    float: none;
    width: 100%;
}

#submenu a:hover {
}

#submenu a {
    padding: 10px 5px;
}

.ctx h1 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #b90e29;
    text-align: left;
    margin: 0px 0px;
    font-weight: 600;
}

.ctx p {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    text-align: left;
    line-height: 22px;
    margin: 0px 0px;
}

    .ctx p i {
        width: auto;
        height: auto;
        font-size: 15px;
        color: #1fa9eb;
        margin: 0px 10px;
    }

.ctx .pnl25 {
    width: calc(25% - 40px);
    height: auto;
    float: left;
    margin: 0px 20px;
}

    .ctx .pnl25 h2 {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: #ffffff;
        margin: 0px 0px;
        text-align: left;
        margin-bottom: 10px;
    }

        .ctx .pnl25 h2 i {
            width: 100%;
            height: auto;
            font-size: 50px;
            color: #ffffff;
            margin: 0px 10px;
        }

    .ctx .pnl25 p {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        line-height: 22px;
        margin: 0px 0px;
        text-align: left;
    }

    .ctx .pnl25 ul {
        width: 100%;
        height: auto;
        float: left;
        padding: 0px 0px;
        margin: 0px 0px;
        list-style: none;
    }

        .ctx .pnl25 ul li {
            width: 100%;
            height: auto;
            float: left;
            padding: 0px 0px;
            margin: 0px 0px;
            list-style: none;
        }

            .ctx .pnl25 ul li a {
                width: calc(100% - 10px);
                height: auto;
                float: left;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                color: #ffffff;
                padding: 5px 0px;
            }

                .ctx .pnl25 ul li a i {
                    width: auto;
                    height: auto;
                    float: left;
                    font-size: 13px;
                    color: #ffffff;
                    margin-right: 5px;
                }

.ctx .pnl50 {
    width: 100%;
    height: auto;
    float: left;
}

.ctx .pnl33 {
    width: calc(33% - 40px);
    height: auto;
    float: left;
    margin: 20px 20px;
    text-align: center;
}

    .ctx .pnl33 img {
        width: auto;
        height: 50px;
        margin: 5px 0px;
    }

    .ctx .pnl33 h2 {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #ffffff;
        margin: 0px 0px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 10px;
    }

        .ctx .pnl33 h2 i {
            width: 100%;
            height: auto;
            font-size: 50px;
            color: #ffffff;
            margin: 0px 10px;
        }

    .ctx .pnl33 p {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        line-height: 22px;
        margin: 0px 0px;
        text-align: center;
    }

    .ctx .pnl33 a {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

        .ctx .pnl33 a i {
            width: auto;
            height: auto;
            float: none;
            font-size: 13px;
            color: #1fa9eb;
            margin: 1px 5px;
        }

.ctx .pnl100 {
    width: calc(100% - 40px);
    height: auto;
    float: left;
    margin: 0px 20px;
}

    .ctx .pnl100 p {
        width: 50%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #ffffff;
        line-height: 22px;
        margin: 0px 0px;
        text-align: left;
    }

        .ctx .pnl100 p a {
            width: auto;
            height: auto;
            float: right;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            color: #ffffff;
            line-height: 22px;
            margin: 0px 0px;
        }

.ctx .pnl50 {
    width: 50%;
    height: auto;
    float: left;
}

    .ctx .pnl50 p {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #ffffff;
        line-height: 22px;
        margin: 0px 0px;
    }

    .ctx .pnl50 p {
        width: 100%;
        height: auto;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #222222;
        line-height: 22px;
        margin: 0px 0px;
        margin-bottom: 5px;
        text-align: left;
    }

        .ctx .pnl50 p i {
            width: auto;
            height: auto;
            font-size: 13px;
            color: #1fa9eb;
            margin: 0px 0px;
            margin-right: 5px;
        }

    .ctx .pnl50 input {
        width: calc(50% - 42px);
        height: auto;
        float: left;
        margin: 0px 10px;
        border: solid 1px #efefef;
        padding: 5px 10px;
        outline: none;
        border-radius: 2px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #222222;
    }

    .ctx .pnl50 textarea {
        width: calc(100% - 42px);
        height: auto;
        float: left;
        margin: 0px 10px;
        border: solid 1px #efefef;
        padding: 5px 10px;
        outline: none;
        border-radius: 2px;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #222222;
    }

    .ctx .pnl50 a {
        width: auto;
        height: auto;
        float: right;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        padding: 8px 5px;
        background: #1fa9eb;
        color: #ffffff;
        border-radius: 2px;
        margin: 5px 10px;
    }

        .ctx .pnl50 a:hover {
            color: #ffffff;
            background: -webkit-linear-gradient(left, rgb(31, 169, 235), rgb(29, 125, 193));
        }

.logo {
    width: 150px;
    height: auto;
    float: left;
}

    .logo img {
        width: auto;
        height: 85px;
        float: left;
        margin:0px 0px;
    }

.contact {
    width: 170px;
    height: auto;
    float: right;
    margin: 6px 0px;
    display: block;
}

    .contact ul {
        width: auto;
        height: auto;
        float: left;
        padding: 0px 0px;
        margin: 0px 0px;
        list-style: none;
    }

        .contact ul li {
            width: auto;
            height: auto;
            float: left;
            padding: 0px 0px;
            margin: 0px 0px;
            list-style: none;
        }

            .contact ul li a {
                width: calc(100% - 10px);
                height: auto;
                float: left;
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                color: #222222;
                padding: 10px 5px;
            }

                .contact ul li a i {
                    width: auto;
                    height: auto;
                    float: left;
                    font-size: 30px;
                    color: #1fa9eb;
                    margin-right: 10px;
                    margin-top: -7px;
                }

.roundbox {
    width: 500px;
    height: 450px;
    margin: 0 auto;
    margin-top: 20px;
}

    .roundbox .round1 {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        position: absolute;
        margin: -26px;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round1:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox .round2 {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        position: absolute;
        margin: -26px;
        margin-left: 376px;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round2:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox .round3 {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round3:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox .round4 {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        position: absolute;
        margin: -26px;
        margin-top: -124px;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round4:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox .round5 {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        position: absolute;
        margin: -26px;
        margin-left: 376px;
        margin-top: -124px;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round5:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox .round6 {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: url(/content/image/tuz1.jpg);
        background-position: center;
        position: absolute;
        margin: -26px;
        margin-left: 174px;
        margin-top: 0px;
        text-align: center;
        cursor: pointer;
    }

        .roundbox .round6:hover {
            background-image: url(/content/image/tuz1hover.jpg);
        }

    .roundbox img {
        width: 50px;
        height: auto;
        margin: 0px 0px;
        float: none;
        margin-top: 20px;
    }

    .roundbox p {
        width: 100%;
        height: auto;
        font-family: 'Roboto', sans-serif;
        float: none;
        font-size: 14px;
        color: #ffffff;
        line-height: 16px;
        text-align: center;
    }

    .roundbox .p {
        width: calc(80% - 20px);
        height: auto;
        font-family: 'Roboto', sans-serif;
        float: none;
        font-size: 14px;
        color: #ffffff;
        line-height: 16px;
        padding: 0px 10px;
        margin: 0 auto;
        text-align: center;
    }

    .roundbox a {
        width: 100%;
        height: auto;
        font-family: 'Roboto', sans-serif;
        float: none;
        font-size: 12px;
        color: #ffffff;
        line-height: 16px;
    }

        .roundbox a:hover {
            font-size: 20px;
        }

.boxbox {
    width: calc(20% - 40px);
    height: auto;
    float: left;
    margin: 10px 40px;
    margin-left: 0px;
}

    .boxbox h2 {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px 0px;
        font-family: 'Roboto', sans-serif;
        color: #212122;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        background-color: #1fa9eb;
        border-radius: 2px;
        padding: 5px 0px;
        color: #ffffff;
        line-height: 22px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

}

.boxbox .img {
    width: 100%;
    height: auto;
    float: left;
    margin: 3px 0px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.boxbox p {
    width: auto;
    height: auto;
    float: left;
    margin: 0px 0px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #212122;
    text-align: left;
    line-height: 18px;
}

.boxbox a {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #b90e29;
    text-align: left;
    line-height: 18px;
}

    .boxbox a i {
        width: auto;
        height: auto;
        margin-left: 5px;
    }

@media screen and (max-width: 950px) {
    .ctx ul {
        width: 100%;
    }

    .logo {
        width: 100%;
        height: auto;
        float: left;
    }

        .logo img {
        width: auto;
        height: 85px;
        float: left;
        margin:0px 0px;
        }

    .contact {
        display: none;
    }

    .ctx .menu {
        width: 100%;
        height: auto;
        float: right;
        margin-bottom: 0px;
        display: none;
    }

        .ctx .menu ul {
            width: 100%;
        }

            .ctx .menu ul li {
                width: calc(100% - 8px);
                margin-bottom: 5px;
            }

                .ctx .menu ul li a {
                    width: calc(100% - 20px);
                    height: auto;
                    float: left;
                    font-family: 'Roboto', sans-serif;
                    font-size: 15px;
                    color: #ffffff;
                    padding: 10px 10px;
                    margin: 0px;
                }

                    .ctx .menu ul li a:hover {
                        color: #ffffff;
                    }

    .ctx .pnl33 {
        width: calc(100% - 40px);
        height: auto;
        float: left;
        margin: 0px 20px;
    }

    .ctx .pnl25 {
        width: calc(100% - 40px) !important;
        height: auto;
        float: left;
        margin: 0px 20px;
    }

        .ctx .pnl25 h2 {
            margin-top: 20px;
            text-align: center;
        }

        .ctx .pnl25 p {
            text-align: center;
        }

        .ctx .pnl25 ul li a {
            text-align: center;
        }

            .ctx .pnl25 ul li a i {
                float: none;
            }

    .ctx .pnl50 {
        width: 100%;
        height: auto;
        float: left;
    }


    .ctx .pnl100 p {
        width: 100%;
        text-align: center;
    }

        .ctx .pnl100 p a {
            float: none;
        }

    .top .mobmenu {
        width: 20%;
        height: auto;
        display: block;
        position: absolute;
        right: 0px;
        top: 20px;
        margin: 20px;
    }

        .top .mobmenu a {
            width: auto;
            height: auto;
            float: right;
            color: #1fa9eb;
            font-size: 24px;
        }

        .top .mobmenu i {
            width: auto;
            height: auto;
            float: left;
        }

    .topmenu {
        width: 60%;
        height: 100%;
        float: left;
        position: fixed;
        z-index: 99999;
        background-color: #ffffff;
        border-right: solid 1px #efefef;
        display: none;
    }

    .roundbox .round1 {
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .roundbox .round2 {
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .roundbox .round3 {
        width: 100%;
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .roundbox .round4 {
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .roundbox .round5 {
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .roundbox .round6 {
        float: left;
        border-radius: 0px;
        position: inherit;
        margin: 0px;
    }

    .boxbox {
        width:100%;
    }
    .ctx .menu ul li a span {
    display:none;
    }
    .grid figure {
    width:100% !important;
    }
}
