﻿@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', Montserrat;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    color: #6b6b6b;
    height: 100%;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-family: 'Lato', Montserrat;
    /*color: #6b6b6b;*/
    color: #000000;
    /*list-style: none;*/
}


.ListStyle {
    list-style: inherit !important;
    word-break: break-word;
}

/*(input focus) outline issue in chrome*/
textarea:focus, input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

/*IE images border issue*/
img {
    max-width: 100%;
    /*height: auto;
    width: auto;*/
    border: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
    height: 0px;
}

a {
    color: #6b6b6b;
    text-decoration: none;
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none !important;
    }


/*a focus animation effect*/
a {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-decoration: none;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* Place holder opacity issues */
::-webkit-input-placeholder {
    color: #a8986e;
    opacity: 1;
}
/* Firefox < 19 */
:-moz-placeholder {
    color: #a8986e;
    opacity: 1;
}

/* Firefox > 19 */
::-moz-placeholder {
    color: #a8986e;
    opacity: 1;
}

/* Internet Explorer 10 */
:-ms-input-placeholder {
    color: #a8986e;
    opacity: 1;
}

*/
/* Place holder color issues */
input[placeholder], [placeholder],
*[placeholder] {
    color: #000 !important;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in Iphone, Ipad etc */
}

/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/


header {
    width: 100%;
    float: left;
    position: fixed;
    background: rgba(255,255,255,0.9);
    z-index: 44;
    border-bottom: 2px solid #224e7a;
}

    header.sticky {
        background: rgba(239,239,239,1);
    }

    header .header-wrap {
        width: 100%;
        float: left;
        padding: 20px 10px;
    }

    header .logo-wrap {
        float: left;
        margin-top: 0px;
        width: auto;
    }

        header .logo-wrap a {
            font-size: 30px;
            font-weight: 700;
            color: #224e7a;
            background: url(../images/logo-icon.png) center left no-repeat;
            background-size: 44px;
            padding-left: 50px;
        }


    header .nav-wrap {
        float: left;
        /*width: 70%;*/
        margin-left: 3%;
    }



.container {
    max-width: 1500px;
    width: 90%;
    padding: 0px;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
}


    .banner .home-slider {
    }



    .banner .inner-container {
        width: 100%;
        float: left;
        padding-top: 13%;
    }

    .banner .inner-container {
        width: 100%;
        float: left;
        padding-top: 8%;
    }

    .banner .row1 {
        width: 100%;
        height: 100%;
        float: left;
        /* background: url(../images/triangle.png) top center no-repeat; */
        background-size: 100% 70%;
    }

        .banner .row1 .arb-typo {
            width: 100%;
            text-align: center;
            float: left;
            margin-top: 100px;
        }


    .banner h1 {
        width: auto;
        display: inline-block;
        padding: 0;
        font-size: 56px;
        line-height: 68px;
        color: #000;
        text-align: left;
        font-family: 'Lato', Montserrat;
        font-weight: 400;
        padding-bottom: 20px;
        text-align: left;
    }

        .banner h1 span {
            display: block;
            font-weight: 700;
            color: #224e7a;
            font-size: 60px;
        }

    .banner .row1 .head {
        width: 100%;
        /*margin-top: 2%;*/
        /*margin-bottom: 2%;*/
        float: left;
        text-align: center;
    }


.home-prof {
    margin-left: 2%;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50% !important;
    overflow: hidden;
    /*background: url(../images/shabir-ally.jpg) center center no-repeat;*/
    background: url(../images/ShabirAllyNew.jpeg) center center no-repeat;
    background-size: cover;
}





.banner .scrolldown {
    width: 32px;
    height: 60px;
    position: absolute;
    /*bottom: -100px;*/
    bottom: 70px;
    left: 50%;
    margin-left: -16px;
    z-index: 9;
    cursor: pointer;
    color: #093a6b;
}

/*.banner .scrolldown {
		width: 32px;
		height: 60px;
		position: absolute;
		bottom: 30px;
		left: 48%;
		z-index: 9;
		cursor: pointer;
		color: #093a6b;
	} */



header.sticky .haj_logo {
    display: none;
}

.haj_logo {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #224e7a;
    padding: 12px 10px;
    z-index: 9999;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

    .haj_logo a {
        color: #FFF;
    }

        .haj_logo a:hover {
            color: #FFF;
        }

    .haj_logo img {
        margin-bottom: 10px;
        width: 40px;
        height: 30px;
    }

header nav ul li.link1, .link2, .link3, .link4, .link5, .link6, .link7 {
    background-repeat: no-repeat !important;
    background-position: top 5px left 0px !important;
    color: #2e2e2e !important;
}

.about {
    width: 100%;
    float: left;
    padding: 80px 0 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .about .greeting-box {
        width: 100%;
        float: left;
        padding: 50px 120px;
        background: rgb(56,127,199);
        background: -moz-linear-gradient(left, rgba(56,127,199,1) 1%, rgba(34,78,122,1) 100%);
        background: -webkit-linear-gradient(left, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%);
        background: linear-gradient(to bottom, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#224e7a',GradientType=1 );
        position: relative;
    }

        .about .greeting-box h2 {
            color: #fff;
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            padding-bottom: 20px;
        }

        .about .greeting-box p {
            color: #fff;
            text-align: left;
            font-size: 16px;
            line-height: 23px;
            padding: 10px 0;
        }

        .about .greeting-box .fold {
            width: 76px;
            height: 76px;
            position: absolute;
            right: 0;
            top: 0;
            background: url(../images/paper-fold.jpg) center center no-repeat;
        }



.testimo {
    background: url(../images/testimo_bg.jpg) no-repeat left top;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
}

    .testimo .row2 {
        margin-left: -25px;
        margin-right: -25px;
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
    }

    .testimo .col2 {
        width: 50%;
        float: left;
        padding-right: 25px;
        position: relative;
    }

        .testimo .col2 .itme {
            width: 100%;
            float: left;
            background: url(../images/shape2.png) no-repeat right bottom, url(../images/img_back.png) no-repeat center top #FFF;
            min-height: 400px;
            padding: 20px;
        }

        .testimo .col2 .box-border {
            width: 90%;
            position: absolute;
            left: 5%;
            right: 5%;
            top: 5%;
            height: 90%;
            border: 2px solid rgba(0,160,80,0);
            -webkit-transition: border 1s ease;
            -moz-transition: border 1s ease;
            -o-transition: border 1s ease;
            -ms-transition: border 1s ease;
            transition: border 1s ease;
        }

            .testimo .col2 .box-border:hover {
                /*-webkit-border-image: url(../images/border2.png) 10 stretch; /* Safari 3.1-5 */
                /*-o-border-image: url(../images/border2.png) 10 stretch; /* Opera 11-12.1 */
                /*border-image: url(../images/border2.png) 10 stretch;
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.01);
				transition: 2s ease;*/
            }








    .testimo .img {
        width: 100%;
        height: 136px;
        text-align: center;
    }

        .testimo .img img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-top: 10px;
            width: 130px;
            height: 130px;
            display: inline-block;
        }

    .testimo .content {
        padding-left: 70px;
        margin-top: 5px;
        padding-right: 80px;
        padding-bottom: 60px;
    }

        .testimo .content h3 {
            font-size: 24px;
            line-height: 32px;
            color: #363636;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .testimo .content p {
            font-size: 16px;
            color: #363636;
            font-weight: 600;
            line-height: 28px;
        }

.ans_posted {
    width: 100%;
    float: left;
    padding: 50px 0 20px;
}

    .ans_posted h3 {
        font-size: 32px;
        font-weight: 700;
        text-align: left;
        color: #224e7a;
        background: url(../images/heading_bg3.png) bottom left no-repeat;
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }

    .ans_posted .leftwrap {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

        .ans_posted .leftwrap .colmn1 {
            width: 48%;
            float: left;
            border: 1px solid #c2c2c2;
            padding: 30px 30px 30px 120px;
            height: auto;
            position: relative;
            transition: 1s ease;
            margin-bottom: 20px;
        }

            .ans_posted .leftwrap .colmn1:hover {
                border: 1px solid #224e7a;
                -webkit-box-shadow: 0 0 20px 3px #C4C4C4;
                box-shadow: 0 0 20px 3px #C4C4C4;
                -webkit-transform: scale(0.957);
                -ms-transform: scale(0.97);
                transform: scale(0.97);
                transition: 2s ease;
            }


            .ans_posted .leftwrap .colmn1:nth-child(even) {
                float: right;
                margin-left: 4%;
            }

            .ans_posted .leftwrap .colmn1 h4 {
                font-size: 20px;
                line-height: 28px;
                font-weight: 700;
                text-align: left;
                color: #093a6b;
                margin-bottom: 15px;
                word-break: break-word;
            }

            .ans_posted .leftwrap .colmn1 h6 {
                font-size: 14px;
                line-height: 28px;
                font-weight: 400;
                text-align: left;
                color: #093a6b;
                margin-bottom: 10px;
                word-break: break-word;
            }

            .ans_posted .leftwrap .colmn1 p.date {
                font-size: 14px;
                text-align: left;
                float: right;
                color: #aaaaaa;
                background: url(../images/calendar.png) left center no-repeat;
                padding-left: 30px;
                width: 40%;
            }

            .ans_posted .leftwrap .colmn1:hover p.name {
                background: none;
            }

            .ans_posted .leftwrap .colmn1 p.name {
                font-size: 14px;
                text-align: left;
                color: #aaaaaa;
                float: left;
                width: 50%;
                padding-bottom: 10px;
                background: none;
            }

            /*sarfraz.ans_posted .leftwrap .colmn1 .name-wrap { width: 100%; float: left; position:absolute; left:0; top:auto; bottom: 20px; padding-left: 80px; padding-right: 30px; }*/
            .ans_posted .leftwrap .colmn1 .name-wrap {
                width: 100%;
                float: left;
                left: 0;
                top: auto;
                bottom: 20px;
                margin-bottom: 5px;
            }




            .ans_posted .leftwrap .colmn1 .thumb {
                position: absolute;
                left: 20px;
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
                width: 80px;
                height: 80px;
            }



        .ans_posted .leftwrap .row1 {
            width: 100%;
            float: left;
            display: flex;
            flex-wrap: wrap;
        }

        .ans_posted .leftwrap .row2 {
            width: 100%;
            float: left;
            margin-top: 20px;
            text-align: right;
        }

.read-more {
    padding: 14px 30px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    background: #4c88c3;
}

    .read-more:hover {
        color: #FFF;
        background: #093a6b;
    }

    .read-more span {
        background: url(../images/arrow1.png) center right no-repeat;
        display: inline-block;
        width: 20px;
        height: 15px;
        margin-left: 10px;
    }

.ans_posted .rightwrap {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .ans_posted .rightwrap .publication-block {
        width: 100%;
        float: left;
        border: 1px solid #c2c2c2;
        height: auto;
        margin-bottom: 30px;
    }

        .ans_posted .rightwrap .publication-block .img-wrp {
            width: 100%;
            float: left;
            height: 210px;
            overflow: hidden;
        }

            .ans_posted .rightwrap .publication-block .img-wrp img {
                width: 100%;
            }

    .ans_posted .rightwrap .content-block {
        width: 100%;
        float: left;
        padding: 20px;
    }

        .ans_posted .rightwrap .content-block h4 {
            font-size: 20px;
            line-height: 28px;
            text-align: left;
            font-weight: 700;
            margin-bottom: 20px;
        }

            .ans_posted .rightwrap .content-block h4 a {
                color: #093a6b;
            }

        .ans_posted .rightwrap .content-block p {
            font-size: 14px;
            text-align: left;
            line-height: 24px;
        }

            .ans_posted .rightwrap .content-block p.caln {
                float: right;
                text-align: right;
                margin-top: 10px;
                background: url(../images/calendar.png) left center no-repeat;
                padding-left: 30px;
                color: #aaaaaa;
            }

    .ans_posted .rightwrap .row1 {
        width: 100%;
        float: left;
    }

    .ans_posted .rightwrap .row2 {
        width: 100%;
        float: left;
        margin-bottom: 67px;
        text-align: right;
    }

.ans_posted .leftwrap .row2 .post-block {
    float: left;
    width: 350px;
    border-top: 10px solid #387fc7;
    height: auto;
    margin-bottom: 30px;
    background: #224e7a;
    padding: 10px;
}

    .ans_posted .leftwrap .row2 .post-block .content-block {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .ans_posted .leftwrap .row2 .post-block h4 {
        font-size: 26px;
        text-align: left;
        padding-left: 70px;
        position: relative;
        margin-bottom: 0px;
    }

        .ans_posted .leftwrap .row2 .post-block h4 span {
            position: absolute;
            left: 0;
            top: -15px;
            display: inline-block;
        }

        .ans_posted .leftwrap .row2 .post-block h4 a {
            color: #FFF;
        }

    .ans_posted .leftwrap .row2 .post-block p {
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
    }

footer {
    width: 100%;
    float: left;
    background: #224e7a;
    padding: 40px 0;
}

    footer p {
        text-align: center;
        font-size: 14px;
        color: #FFF;
    }


/* BackToTop button css */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #4c88c3;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px !important;
    z-index: 9;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff
    }

    #scroll:hover {
        background-color: #4c88c3;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/*Inner pages starts here*/

.inner_banner {
    width: 100%;
    float: left;
    height: auto;
}

    .inner_banner img {
        width: 100%;
    }

.mentos {
    background: url(../images/mentos_bg.png) bottom center no-repeat;
}

.inner-wrap {
    width: 100%;
    float: left;
    padding: 130px 0 70px;
}

    .inner-wrap h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: left;
        color: #224e7a;
        background: url(../images/heading_bg3.png) bottom left no-repeat;
        padding-bottom: 20px;
    }

    .inner-wrap .row-one {
        width: 100%;
        float: left;
        margin: 60px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .inner-wrap .mento-box {
        width: 49%;
        float: left;
        border: 1px solid #c2c2c2;
        height: auto;
        margin-bottom: 30px;
        background: #FFF;
        margin-right: 1%;
        padding: 30px 30px 120px 30px;
    }

        .inner-wrap .mento-box:nth-child(even) {
            float: right;
        }

        .inner-wrap .mento-box .img-box {
            width: 20%;
            float: left;
            overflow: hidden;
            height: 130px;
        }

            .inner-wrap .mento-box .img-box img {
                width: 100%;
            }

        .inner-wrap .mento-box .contd-box {
            width: 75%;
            height: 100%;
            float: left;
            padding: 0 0 0 30px;
            position: relative;
        }

            .inner-wrap .mento-box .contd-box h2 {
                font-size: 20px;
                line-height: 30px;
                font-weight: 600;
                text-align: left;
                color: #093a6b;
                margin-bottom: 10px;
            }

            .inner-wrap .mento-box .contd-box p {
                font-size: 14px;
                text-align: left;
                line-height: 24px;
            }

                .inner-wrap .mento-box .contd-box p.calendar {
                    font-size: 14px;
                    text-align: right;
                    color: #aaaaaa;
                    background: url(../images/calendar.png) left center no-repeat;
                    padding-left: 30px;
                    float: right;
                    margin-top: 14px;
                }

            .inner-wrap .mento-box .contd-box .bottom-row {
                width: 100%;
                padding-top: 20px;
                padding-left: 30px;
                /*border-top: 1px solid #c2c2c2;*/
                margin-top: 20px;
                position: absolute;
                left: 0;
                top: auto;
                bottom: -80px;
            }


.inner-wrap_talks {
    width: 100%;
    float: left;
    padding: 130px 0 70px;
}

    .inner-wrap_talks h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: left;
        color: #224e7a;
        background: url(../images/heading_bg3.png) bottom left no-repeat;
        padding-bottom: 20px;
    }

    .inner-wrap_talks .row-one {
        width: 100%;
        float: left;
        margin: 60px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .inner-wrap_talks .mento-box {
        width: 44%;
        float: left;
        border: 1px solid #c2c2c2;
        height: auto;
        margin-bottom: 30px;
        background: #FFF;
        margin-right: 1%;
        padding: 30px 30px 120px 30px;
    }

        .inner-wrap_talks .mento-box:nth-child(even) {
            float: right;
        }

        .inner-wrap_talks .mento-box .img-box {
            width: 20%;
            float: left;
            overflow: hidden;
            height: 130px;
        }

            .inner-wrap_talks .mento-box .img-box img {
                width: 100%;
            }

        .inner-wrap_talks .mento-box .contd-box {
            width: 70%;
            height: 100%;
            float: left;
            padding: 0 0 0 30px;
            position: relative;
        }

            .inner-wrap_talks .mento-box .contd-box h2 {
                font-size: 20px;
                line-height: 30px;
                font-weight: 600;
                text-align: left;
                color: #093a6b;
                margin-bottom: 10px;
            }

            .inner-wrap_talks .mento-box .contd-box p {
                font-size: 14px;
                text-align: left;
                line-height: 24px;
            }

                .inner-wrap_talks .mento-box .contd-box p.calendar {
                    font-size: 14px;
                    text-align: right;
                    color: #aaaaaa;
                    background: url(../images/calendar.png) left center no-repeat;
                    padding-left: 30px;
                    float: right;
                    margin-top: 14px;
                }

            .inner-wrap_talks .mento-box .contd-box .bottom-row {
                width: 100%;
                padding-top: 20px;
                padding-left: 30px;
                /*border-top: 1px solid #c2c2c2;*/
                margin-top: 20px;
                position: absolute;
                left: 0;
                top: auto;
                bottom: -80px;
            }

.read-more2 {
    padding: 14px 30px;
    float: left;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    background: #4c88c3;
}

.read-more7 {
    padding: 14px 30px;
    float: left;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    background: #4c88c3;
    border-radius: 24px;
    margin-top: 20px;
}

    .read-more7:hover, .read-more7:focus {
        color: #FFF;
        background: #093a6b;
    }

.pagination-row {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pagination {
    width: 100%;
    float: left;
    text-align: center;
}

    .pagination li {
        padding: 5px 10px;
        margin: 3px;
        display: inline-block;
        list-style: none;
        background: #4c88c3;
        cursor: pointer;
    }

        .pagination li a {
            color: #FFF;
            font-size: 14px;
            line-height: 14px;
        }

        .pagination li:hover {
            background: #093a6b;
        }

        .pagination li.active {
            background: #093a6b;
        }

.profile_row1 {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: 40px;
    /*background: rgb(56,127,199);*/ /* Old browsers */
    /*background: -moz-linear-gradient(left, rgba(56,127,199,1) 1%, rgba(34,78,122,1) 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#224e7a',GradientType=1 );*/ /* IE6-9 */
    border: 1px solid #093a6b;
    background: #FFF;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

    .profile_row1 .profilewrp {
        width: 20%;
        float: left;
    }

        .profile_row1 .profilewrp .pic-thumb {
            width: 100%;
            float: left;
            position: relative;
        }

            .profile_row1 .profilewrp .pic-thumb img {
                /*width: 100%;
                width:200px;*/
                height: 200px;
            }

            .profile_row1 .profilewrp .pic-thumb:after {
                position: absolute;
                content: "";
                width: 90%;
                height: 90%;
                top: 5%;
                left: 5%;
                /*border: 1px solid rgba(255,255,255,0.6);*/
            }

        .profile_row1 .profilewrp p {
            /*text-align: center;*/
            /*color: #FFF;*/
            color: #093a6b;
            font-size: 22px;
            font-weight: 700;
            margin-top: 20px;
            float: left;
            width: 100%;
        }

    .profile_row1 .profile-content {
        width: 100%;
        /*float: right;*/
    }

        .profile_row1 .profile-content h2 {
            font-size: 22px;
            text-align: left;
            color: #FFF;
            padding-bottom: 20px;
            font-weight: 700;
        }

        .profile_row1 .profile-content p {
            font-size: 16px;
            line-height: 30px;
            text-align: left;
            /*color: #FFF;*/
            color: #093a6b;
            background-color: transparent !important;
        }

.profile_row2 {
    width: 100%;
    float: left;
    margin-top: 150px;
    border: 1px solid #bfc0bf;
    padding: 50px;
}

    .profile_row2 p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

.profile-bg {
    background: url(../images/profile-bg.jpg) bottom center no-repeat;
}

.resources-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

    .resources-wrap .row1 {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

        .resources-wrap .row1 .resounce-column {
            width: 100%;
            float: left;
            border: 1px solid #c2c2c2;
            background: #efefef;
            padding: 10px;
            margin-bottom: 10px;
        }

            .resources-wrap .row1 .resounce-column .left {
                width: 80%;
                float: left;
                padding: 8px 0 8px 10px;
            }

            .resources-wrap .row1 .resounce-column p {
                text-align: left;
                font-size: 18px;
                color: #093a6b;
            }

            .resources-wrap .row1 .resounce-column .linkbtn {
                width: 20%;
                float: right;
                background: #093a6b;
                text-align: center;
                padding: 12px 0px;
            }

                .resources-wrap .row1 .resounce-column .linkbtn a {
                    color: #FFF;
                    font-size: 12px;
                    font-weight: 700;
                    font-weight: 600;
                    text-transform: uppercase;
                }

/*latest Answer posted page */
.inner-wrap .latest_posted {
    width: 100%;
    float: left;
    margin: 60px 0;
}

    .inner-wrap .latest_posted .top_search-row {
        width: 100%;
        float: left;
        margin-bottom: 120px;
    }

    .inner-wrap .latest_posted .search-block {
        width: 100%;
        float: left;
        padding: 30px;
        background: #efefef;
        margin-bottom: 30px;
    }

    .inner-wrap .latest_posted .ask-tab {
        width: 95.5%;
        float: right;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        background: rgb(56,127,199); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(56,127,199,1) 1%, rgba(34,78,122,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(56,127,199,1) 1%,rgba(34,78,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#224e7a',GradientType=1 ); /* IE6-9 */
    }

    .inner-wrap .latest_posted .search-block .search_field {
        width: 100%;
        float: left;
        border-bottom: 1px solid #093a6b;
        position: relative;
    }

        .inner-wrap .latest_posted .search-block .search_field input {
            background: none;
            border: none;
            width: 100%;
            font-size: 14px;
            padding: 10px 0 15px;
            letter-spacing: 1px;
        }

        .inner-wrap .latest_posted .search-block .search_field button {
            position: absolute;
            right: 0;
            top: 5px;
            width: 30px;
            height: 30px;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            padding: 5px;
            background: none;
            border: none;
            color: #a6a6a6;
        }

        .inner-wrap .latest_posted .search-block .search_field .search_icon i {
            font-size: 23px;
        }

            .inner-wrap .latest_posted .search-block .search_field .search_icon i:hover {
                color: #a6a6a6;
            }

        .inner-wrap .latest_posted .search-block .search_field input::-webkit-input-placeholder {
            color: #a6a6a6;
            opacity: 1;
        }
        /* Firefox < 19 */
        .inner-wrap .latest_posted .search-block .search_field input:-moz-placeholder {
            color: #a6a6a6;
            opacity: 1;
        }

        /* Firefox > 19 */
        .inner-wrap .latest_posted .search-block .search_field input::-moz-placeholder {
            color: #a6a6a6;
            opacity: 1;
        }

        /* Internet Explorer 10 */
        .inner-wrap .latest_posted .search-block .search_field input:-ms-input-placeholder {
            color: #a6a6a6;
            opacity: 1;
        }

    .inner-wrap .latest_posted .search-block .googlesearch {
        width: 100%;
        float: left;
        margin-top: 20px;
        background: none;
    }

.ask-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.ask-btn {
    width: 100%;
    float: left;
    padding: 10px;
    border: 2px solid #fff;
    margin: 15px 0;
}

    .ask-btn:hover {
        background: #4c88c3;
    }

    .ask-btn img {
        width: 60%;
    }

.questGoogle {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .questGoogle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #4c88c3;
}

/* On mouse-over, add a grey background color */
.questGoogle:hover input ~ .checkmark {
    background-color: #4c88c3;
}

/* When the checkbox is checked, add a blue background */
.questGoogle input:checked ~ .checkmark {
    background-color: #4c88c3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.questGoogle input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.questGoogle .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.inner-wrap .latest_posted .row-two {
    width: 100%;
    float: left;
}

    .inner-wrap .latest_posted .row-two .left-tab {
        width: 26%;
        float: left;
    }

    .inner-wrap .latest_posted .row-two .right-tab {
        width: 70%;
        float: right;
    }

        .inner-wrap .latest_posted .row-two .right-tab h3 {
            font-size: 20px;
            text-align: left;
            font-weight: 700;
            margin-bottom: 24px;
            color: #093a6b;
        }

        .inner-wrap .latest_posted .row-two .right-tab .row-1 {
            width: 100%;
            float: right;
            display: flex;
            flex-wrap: wrap;
        }

.laterst_question-block {
    width: 48%;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 30px 30px 30px 120px;
    height: auto;
    position: relative;
    transition: 1s ease;
    margin-bottom: 20px;
}

    /*sarfraz.laterst_question-block .name-wrap { width: 100%; float: left; position:absolute; left:0; top:auto; bottom: 20px; padding-left: 80px; padding-right: 30px;}*/
    .laterst_question-block .name-wrap {
        width: 100%;
        float: left;
        left: 0;
        top: auto;
        bottom: 20px;
    }

    .laterst_question-block h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-align: left;
        color: #093a6b;
        margin-bottom: 15px;
        word-break: break-word;
    }

    .laterst_question-block h6 {
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        text-align: left;
        color: #093a6b;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .laterst_question-block p.date {
        font-size: 14px;
        text-align: left;
        color: #aaaaaa;
        background: url(../images/calendar.png) left center no-repeat;
        padding-left: 30px;
        float: right;
    }



    .laterst_question-block p.name {
        font-size: 14px;
        text-align: left;
        color: #aaaaaa;
        float: left;
        width: 50%;
        padding-bottom: 10px;
        background: none;
    }


    .laterst_question-block .thumb {
        position: absolute;
        left: 20px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
    }

    .laterst_question-block:hover {
        border: 1px solid #224e7a;
        -webkit-box-shadow: 0 0 20px 3px #C4C4C4;
        box-shadow: 0 0 20px 3px #C4C4C4;
        -webkit-transform: scale(0.957);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
        transition: 2s ease;
    }




    .laterst_question-block:nth-child(even) {
        float: right;
        margin-left: 4%;
    }

.relatedlinkHeader {
    font-weight: bold;
    text-decoration: underline;
    color: #093a6b;
}

.relatedlink {
    width: 100%;
    float: left;
}

    .relatedlink li {
        list-style: disc;
        font-size: 14px;
    }

    .relatedlink a {
        color: #0000EE !important;
    }

        .relatedlink a:hover {
            text-decoration: underline;
        }

    .relatedlink li a {
        color: #0000EE !important;
    }

        .relatedlink li a:hover {
            /*color: #093a6b !important;*/
            text-decoration: underline;
        }

.anspopup {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: auto;
    right: -100%;
    width: 50%;
    height: 100%;
    transition-duration: 2s;
}

    .anspopup .wrap34 {
        position: relative;
        height: 100%;
        width: 100%;
        float: right;
        overflow: scroll;
        background: #4c88c3;
    }

    .anspopup .wrap35 {
        position: relative;
        height: 100%;
        width: 50%;
        float: right;
        overflow: scroll;
        background: #fff;
        padding: 50px;
    }

    .anspopup .imghead {
        width: 100%;
        float: left;
    }

        .anspopup .imghead img {
            width: 100%;
        }

    .anspopup .form-content {
        width: 100%;
        padding: 20px 100px;
        float: left;
        position: relative;
    }

        .anspopup .form-content h2 {
            font-size: 32px;
            text-align: left;
            font-weight: 700;
            color: #FFF;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .anspopup .form-content p {
            font-size: 16px;
            line-height: 26px;
            text-align: left;
            font-weight: 400;
            color: #FFF;
        }

        .anspopup .form-content .form_row {
            width: 100%;
            float: left;
            margin-bottom: 30px;
        }

            .anspopup .form-content .form_row input {
                padding: 16px 0;
                background: none;
                border: none;
                border-bottom: 1px solid #FFF;
                color: #FFF;
                font-size: 16px;
                width: 100%;
            }

            .anspopup .form-content .form_row textarea {
                padding: 16px 0;
                background: none;
                border-bottom: 1px solid #FFF;
                border-top: none;
                border-left: none;
                border-right: none;
                color: #FFF;
                font-size: 16px;
                width: 100%;
                box-shadow: none;
                resize: none;
            }

    .anspopup .form-control {
        border-bottom: 1px solid #4c88c3;
    }

    .anspopup .form-content .form_row input.required {
        border-bottom: 1px solid #FFF;
    }

        .anspopup .form-content .form_row input.required.invalid {
            border-bottom: 1px solid #ff0000 !important;
        }

    .anspopup .form-content .form_row .validation {
        width: 100%;
        float: left;
        margin-top: 10px;
        position: relative;
        color: #ff0000;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
    }

    .anspopup .form-content .form_row .validation {
        width: 100%;
        float: left;
        margin-top: 10px;
        position: relative;
        color: #ff0000;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
    }

    .anspopup .form-content .form_row input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .anspopup .form-content .form_row input:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .anspopup .form-content .form_row textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .anspopup .form-content .form_row textarea:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .anspopup .form-content .form_row input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .anspopup .form-content form {
        margin-top: 60px;
    }

    .anspopup .form-content .captcha-block {
        width: auto;
        float: left;
        margin: 20px 0 30px;
    }

    .anspopup .form-content .button-block {
        width: auto;
        float: left;
        margin: 20px 0 30px 0px;
        text-align: left;
    }

.btn4 {
    background: #FFF;
    font-size: 16px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: #093a6b;
    padding: 16px 40px;
    box-shadow: none;
    border: none;
}

    .btn4:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .close-btn i {
        font-size: 40px;
        color: #FFF;
    }

.ans_detail {
    width: 100%;
    float: left;
    margin-top: 60px;
}

    .ans_detail .left-content {
        width: 70%;
        float: left;
    }

        .ans_detail .left-content .row1 {
            width: 100%;
            float: left;
        }

.article_detail {
    width: 100%;
    float: left;
    /*margin-top: 60px;*/
}

    .article_detail .left-content {
        width: 70%;
        float: left;
    }

        .article_detail .left-content .row1 {
            width: 100%;
            float: left;
        }

.article_detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .article_detail .left-content {
        width: 70%;
        float: left;
    }

        .article_detail .left-content .row1 {
            width: 100%;
            float: left;
        }

            .article_detail .left-content .row1 .article-dt {
                width: 70%;
                float: left;
            }

                .article_detail .left-content .row1 .article-dt:last-child {
                    width: 30%;
                    float: left;
                }


        .article_detail .left-content .row2 {
            width: 100%;
            float: left;
            background-color: white;
            border: 1px solid #e1e1e1;
            color: #000;
            font-size: 16px;
            padding: 30px;
        }

            .article_detail .left-content .row2 a {
                color: #000;
            }

                .article_detail .left-content .row2 a:hover, a:focus {
                    color: #000;
                    text-decoration: underline;
                }



    .article_detail .right-content {
        width: 25%;
        margin-top: 120px;
        float: right;
    }

        .article_detail .right-content h3 {
            font-size: 22px;
            text-align: left;
            color: #224e7a;
            font-weight: 700;
            padding-bottom: 20px;
            background: url(../images/heading_bg3.png) left bottom no-repeat;
            margin-bottom: 20px;
        }

        .article_detail .right-content .related-art-box {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            position: relative;
            min-height: 100px;
            background: #4c88c3;
            display: flex;
        }

            .article_detail .right-content .related-art-box .content-box {
                width: 70%;
                float: left;
                padding: 15px 15px 15px 30px;
            }


            .article_detail .right-content .related-art-box p {
                font-size: 14px;
                line-height: 20px;
                margin: 0;
                padding: 0;
                color: #FFF !important;
            }

            .article_detail .right-content .related-art-box .thumb {
                width: 30%;
                float: left;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                background-color: #efefef;
            }

}

.article_detail .right-content .related-art-box .thumb img {
    width: 100%;
}

.article_detail h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #093a6b;
    margin-bottom: 20px;
}


.article_detail h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #093a6b;
    margin-bottom: 20px;
}


.article_detail p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 10px 0;
    font-family: 'Lato', Montserrat;
    color: #2c2c2c;
}

    .article_detail p [style] {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding: 10px 0;
    }

    .article_detail p a {
        color: #093a6b;
        font-size: 14px;
    }

.article_detail .left-content .row3 {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #efefef;
}

    .article_detail .left-content .row3 .imgr-box {
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

        .article_detail .left-content .row3 .imgr-box img {
            width: 100%;
        }

.article_detail .left-content .row4 {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .article_detail .left-content .row4 h3 {
        font-size: 22px;
        color: #224e7a;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .article_detail .left-content .row4 p {
        font-size: 16px;
    }

        .article_detail .left-content .row4 p a {
            color: white;
        }

    .article_detail .left-content .row4 .one {
        background: #fff;
        padding: 0px;
        float: left;
        width: 100%;
        display: flex;
        align-content: stretch;
    }

        .article_detail .left-content .row4 .one .icon {
            width: 10%;
            float: left;
            text-align: center;
            padding: 10px;
            border: 1px solid #224e7a;
            position: relative;
            margin-right: -1px;
            margin-bottom: -1px;
        }

        .article_detail .left-content .row4 .one .description {
            width: 90%;
            float: left;
            text-align: center;
            padding: 10px;
            border: 1px solid #224e7a;
            position: relative;
            margin-bottom: -1px;
        }

        .article_detail .left-content .row4 .one p {
            padding: 0;
            margin: 0;
            color: #fff;
        }

.btn-green {
    background: #093a6b !important;
}

.article_detail h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #093a6b;
    margin-bottom: 20px;
}


.ans_detail {
    width: 100%;
    float: left;
    margin-top: 60px;
}

    .ans_detail .left-content {
        width: 70%;
        float: left;
    }

        .ans_detail .left-content .row1 {
            width: 100%;
            float: left;
        }

    .ans_detail .right-content {
        width: 25%;
        float: right;
    }


        .ans_detail .right-content h3 {
            font-size: 22px;
            text-align: left;
            color: #224e7a;
            font-weight: 700;
            padding-bottom: 20px;
            background: url(../images/heading_bg3.png) left bottom no-repeat;
            margin-bottom: 20px;
        }

        .ans_detail .right-content .related-art-box {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            position: relative;
            min-height: 100px;
            background: #4c88c3;
            display: flex;
        }

            .ans_detail .right-content .related-art-box p {
                font-size: 14px;
                line-height: 20px;
                color: #FFF;
                margin: 0;
                padding: 0;
            }

            .ans_detail .right-content .related-art-box .content-box {
                width: 70%;
                float: left;
                padding: 15px 15px 15px 30px;
            }

            .ans_detail .right-content .related-art-box .thumb {
                width: 30%;
                float: left;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                background-color: #efefef;
            }

                .ans_detail .right-content .related-art-box .thumb img {
                    width: 100%;
                }

    .ans_detail .left-content .row3 {
        width: 100%;
        float: left;
        margin-top: 30px;
        background-color: white;
        border: 1px solid #e1e1e1;
        color: #2f2f2f;
        font-size: 16px;
        padding: 10px;
    }

        .ans_detail .left-content .row3 a {
            color: #000;
        }

            .ans_detail .left-content .row3 a:hover, a:focus {
                color: #000;
                text-decoration: underline;
            }


        .ans_detail .left-content .row3 .imgr-box {
            width: 100%;
            float: left;
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .ans_detail .left-content .row3 .imgr-box img {
                width: 100%;
            }

    .ans_detail .left-content .row4 {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .ans_detail .left-content .row4 h3 {
            font-size: 22px;
            color: #224e7a;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .ans_detail .left-content .row4 p {
            background: #fff;
            padding: 10px 10px 10px 30px;
            margin: 2px 0;
            border-left: 2px solid #4c88c3;
        }

            .ans_detail .left-content .row4 p a {
                color: white;
            }

    .ans_detail h2 {
        font-size: 22px;
        text-align: left;
        font-weight: 600;
        color: #093a6b;
        margin-bottom: 20px;
    }

    .ans_detail p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding: 10px 0;
    }

    .ans_detail .left-content .row5 {
        width: 100%;
        float: left;
        margin-top: 30px;
        background-color: white;
        border: 1px solid #e1e1e1;
        color: #6b6b6b;
        font-size: 16px;
        padding: 25px;
    }



        .ans_detail .left-content .row5 .imgr-box {
            width: 25%;
            float: left;
            margin-top: 0px;
            margin-bottom: 30px;
            margin-right: 30px;
        }

            .ans_detail .left-content .row5 .imgr-box img {
                width: 100%;
            }

.khuthbas_detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .khuthbas_detail .left-content {
        width: 100%;
        float: left;
    }

        .khuthbas_detail .left-content .row1 {
            width: 100%;
            float: left;
        }

            .khuthbas_detail .left-content .row1 .article-dt {
                float: left;
                width: 70%;
            }

                .khuthbas_detail .left-content .row1 .article-dt:last-child {
                    float: left;
                    width: 30%;
                }

        .khuthbas_detail .left-content .row3 {
            width: 100%;
            float: left;
            margin-top: 30px;
            padding: 15px 30px;
            background: #fff;
            border: 1px solid #efefef;
        }

            .khuthbas_detail .left-content .row3 .imgr-box {
                width: 30%;
                float: left;
                margin-top: 20px;
                margin-bottom: 30px;
                margin-right: 30px;
            }

                .khuthbas_detail .left-content .row3 .imgr-box img {
                    width: 100%;
                }


    .khuthbas_detail .right-content {
        width: 25%;
        float: right;
        padding: 40px;
        background: #4c88c3;
        background: -moz-linear-gradient(top, #4c88c3 1%, #093a6b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4c88c3 1%,#093a6b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4c88c3 1%,#093a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#093a6b',GradientType=0 ); /* IE6-9 */
    }

        .khuthbas_detail .right-content h3 {
            font-size: 22px;
            text-align: left;
            color: #FFF;
            font-weight: 700;
            padding-bottom: 20px;
            background: url(../images/article_bg.png) left bottom no-repeat;
            margin-bottom: 20px;
        }

        .khuthbas_detail .right-content .related-art-box {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            padding-left: 80px;
            position: relative;
            min-height: 100px;
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

            .khuthbas_detail .right-content .related-art-box p {
                font-size: 14px;
                line-height: 20px;
                color: #FFF;
            }

            .khuthbas_detail .right-content .related-art-box .thumb {
                width: 65px;
                height: 70px;
                position: absolute;
                left: 0;
                top: 10px;
                overflow: hidden;
            }

                .khuthbas_detail .right-content .related-art-box .thumb img {
                    width: 100%;
                }

    .khuthbas_detail .left-content .row3 {
        width: 100%;
        float: left;
        margin-top: 30px;
        background: #fff;
        border: 1px solid #efefef;
        padding: 15px 30px;
    }

        .khuthbas_detail .left-content .row3 .imgr-box {
            width: 40%;
            float: left;
            margin-top: 20px;
            margin-bottom: 30px;
            padding-right: 30px;
        }

            .khuthbas_detail .left-content .row3 .imgr-box img {
                width: 100%;
            }

    .khuthbas_detail .left-content .row4 {
        width: 70%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .khuthbas_detail .left-content .row4 h3 {
            font-size: 18px;
            text-align: left;
            color: #fff;
            font-weight: 700;
            padding: 10px 20px;
            background: #093a6b;
        }

        .khuthbas_detail .left-content .row4 p {
            color: #fff;
            padding: 10px 10px 10px 20px;
            margin: 2px 0;
        }

            .khuthbas_detail .left-content .row4 p a {
                color: white;
            }

    .khuthbas_detail h2 {
        font-size: 22px;
        text-align: left;
        font-weight: 600;
        color: #093a6b;
        margin-bottom: 20px;
    }

    .khuthbas_detail p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        padding: 10px 0;
    }

        .khuthbas_detail p a {
            color: #093a6b;
        }





.breadcrumb-category {
    background: #224e7a;
    padding: 10px 30px;
    color: #fff;
    float: left;
    margin-right: 16px;
    position: relative;
    font-size: 16px;
}

    .breadcrumb-category:after {
        position: absolute;
        right: -10px;
        top: 0;
        width: 10px;
        height: 40px;
        background: url(../images/category-right.png) right center no-repeat;
        content: "";
    }

.breadcrumb-right-tag {
    padding: 0;
    background: none;
    float: left;
}

    .breadcrumb-right-tag .breadcrumb-item {
        background: #ebebeb;
        padding: 0;
        margin-bottom: 2px;
        margin-right: 2px;
        font-size: 16px;
    }

        .breadcrumb-right-tag .breadcrumb-item a {
            color: #000;
            padding: 10px 30px;
            letter-spacing: 1px;
            display: block;
        }

            .breadcrumb-right-tag .breadcrumb-item a.active, .breadcrumb-right-tag .breadcrumb-item a:hover {
                background: #093a6b;
                color: #FFF;
            }

        .breadcrumb-right-tag .breadcrumb-item + .breadcrumb-item::before {
            content: "";
            padding: 0;
        }

.link-wrap {
    width: auto;
    float: right;
    list-style: none;
}

    .link-wrap li {
        float: right;
        border: none;
        margin-left: 10px;
    }


.ans_detail .left-content .row2 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .ans_detail .left-content .row2 ul {
        width: 100%;
        float: left;
    }

        .ans_detail .left-content .row2 ul li {
            width: 100%;
            float: left;
            border: 1px solid #e1e1e1;
            margin-bottom: 5px;
            display: flex;
            flex-wrap: wrap;
        }

            .ans_detail .left-content .row2 ul li .title {
                width: 25%;
                float: left;
                padding: 10px 5px 10px 50px;
                color: #FFF;
            }

            .ans_detail .left-content .row2 ul li .title2 {
                width: 75%;
                float: left;
                padding: 10px 20px;
                background: #ebebeb;
                color: #000;
                line-height: 25px;
                font-size: 16px;
                word-break: break-word;
            }

            .ans_detail .left-content .row2 ul li .title.questioner {
                background: url(../images/questioner2.png) 16px 10px no-repeat #224e7a;
                font-size: 16px;
            }

            .ans_detail .left-content .row2 ul li .title.subject {
                background: url(../images/subject-icon.png) 15px 10px no-repeat #224e7a;
                font-size: 16px;
            }

            .ans_detail .left-content .row2 ul li .title.question {
                background: url(../images/question-icon.png) 15px 10px no-repeat #224e7a;
                font-size: 16px;
            }

            .ans_detail .left-content .row2 ul li .title.calendar {
                background: url(../images/calendar-white.png) 15px 10px no-repeat #224e7a;
                font-size: 16px;
            }

            .ans_detail .left-content .row2 ul li .title.answerBy {
                background: url(../images/menu-icon_white.png) 15px 10px no-repeat #224e7a;
                font-size: 16px;
            }


.ans_detail .left-content .row3 .imgr-box {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .ans_detail .left-content .row3 .imgr-box img {
        width: 100%;
    }

.ans_detail h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #093a6b;
    margin-bottom: 10px;
}

/*.ans_detail p {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 10px 0;
}*/

.inner-wrap-pop {
    width: 100%;
    float: left;
}


.modal-open .modal {
    z-index: 999999;
}

.CarousalModelZindex {
    z-index: 100000 !important;
}

.ans_popup .modal-dialog {
    width: 95%;
    max-width: 1240px;
    z-index: 999999;
    position: relative;
}

.ans_popup .modal-content, .ans_popup .modal-body {
    width: 100%;
    float: left;
}

.ans_popup .modal-body {
    background: url(../images/ans_popupbg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 60px;
}

.ans_popup .ans_posted {
    padding: 0;
}

.ans_popup h4 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Raleway',sans-serif;
    margin-top: 20px;
}

.ans_popup .ans_posted .leftwrap .colmn1 .thumb {
    padding: 13px;
    left: -30px;
    top: 30px;
}

.ans_popup .ans_posted .leftwrap .colmn1 {
    background: #fff;
    padding: 15px 30px 35px 60px;
    height: auto;
    min-height: 150px;
    width: 47%;
}

    .ans_popup .ans_posted .leftwrap .colmn1:hover {
        background: url(../images/hover-img1.jpg) top center no-repeat;
        background-size: cover;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        transition: 2s ease;
    }

    .ans_popup .ans_posted .leftwrap .colmn1 h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .ans_popup .ans_posted .leftwrap .colmn1 p {
        font-weight: 700;
    }

        .ans_popup .ans_posted .leftwrap .colmn1 p.date {
            font-size: 14px;
            text-align: left;
            color: #aaaaaa;
            background: url(../images/calendar.png) left center no-repeat;
            padding-left: 30px;
            float: right;
        }

        .ans_popup .ans_posted .leftwrap .colmn1 p.name {
            font-size: 14px;
            text-align: left;
            color: #aaaaaa;
            float: left;
            /*sarfraz Dec 08*/
            width: 50%;
            padding-bottom: 10px;
            background: none;
            padding-left: 0px;
        }

    .ans_popup .ans_posted .leftwrap .colmn1:hover p.date {
        color: #FFF;
    }

    .ans_popup .ans_posted .leftwrap .colmn1:hover p.name {
        color: #FFF;
    }

.ans_popup .leftwrap {
    padding-left: 30px;
}

.ans_popup .sbmt_box {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 30px;
}

.ans_popup .skip {
    display: inline-block;
    width: 220px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #4c88c3;
    text-align: center;
    padding: 12px;
}

.ans_popup .sbmt_box .captcha, .ans_popup .sbmt_box .btn_wrap {
    display: inline-block;
    padding: 0 20px;
}

.ans_popup .sbmt_box .btn_wrap {
    position: relative;
    top: 15px;
}

.ans_popup .close {
    font-size: 0;
    opacity: 1;
    width: 17px;
    height: 17px;
    background: url(../images/close_icon.png) no-repeat center;
}

.hajjpopup {
}

    .hajjpopup .top-strip {
        width: 100%;
        float: left;
        height: 50px;
        background: #4c88c3;
        background: -moz-linear-gradient(top, #4c88c3 1%, #093a6b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4c88c3 1%,#093a6b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4c88c3 1%,#093a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#093a6b',GradientType=0 ); /* IE6-9 */
    }

    .hajjpopup .modal-dialog {
        width: 95%;
        max-width: 1240px;
        z-index: 999999;
        position: relative;
    }

    .hajjpopup .modal-content, .ans_popup .modal-body {
        width: 100%;
        float: left;
    }

    .hajjpopup .modal-body {
        padding: 20px 60px 50px;
        background: #FFF;
    }

    .hajjpopup .ans_posted {
        padding: 0;
    }

    .hajjpopup h4 {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-family: 'Raleway',sans-serif;
        margin-top: 5px;
    }

    .hajjpopup .close {
        font-size: 0;
        opacity: 1;
        width: 17px;
        height: 17px;
        background: url(../images/close_icon.png) no-repeat center;
    }

    .hajjpopup .row1 {
        width: 100%;
        float: left;
        margin: 20px 0 30px;
    }

        .hajjpopup .row1 h3 {
            font-size: 20px;
            line-height: 28px;
            text-align: left;
            font-weight: 700;
            margin-bottom: 20px;
            color: #093a6b;
            padding-left: 0px;
        }

        .hajjpopup .row1 .ans-box {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

            .hajjpopup .row1 .ans-box .img-box {
                width: 30%;
                float: left;
                margin-right: 20px;
            }

                .hajjpopup .row1 .ans-box .img-box img {
                    width: 100%;
                }

            .hajjpopup .row1 .ans-box h4 {
                font-size: 18px;
                text-align: left;
                font-weight: 700;
                margin-bottom: 10px;
            }

            .hajjpopup .row1 .ans-box p {
                font-size: 16px;
                line-height: 24px;
                text-align: left;
                padding-bottom: 10px;
            }

                .hajjpopup .row1 .ans-box p [style] {
                    font-size: 16px;
                    line-height: 24px;
                    text-align: left;
                    padding-bottom: 10px;
                }


.messagebox {
    top: 20%;
}

    .messagebox .modal-dialog {
        width: 95%;
        max-width: 800px;
        z-index: 999999;
        position: relative;
    }

    .messagebox .modal-content {
        width: 100%;
        float: left;
    }

    .messagebox .close {
        font-size: 0;
        opacity: 1;
        width: 17px;
        height: 17px;
        background: url(../images/close_icon.png) no-repeat center;
    }

    .messagebox .modal-body {
        padding: 20px 40px 50px;
        background: #FFF;
    }

/* Popover */
.popover {
    border: 2px solid black;
}
/* Popover Header */
.popover-title {
    background-color: #73AD21;
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}
/* Popover Body */
.popover-content {
    background-color: #000000;
    color: #ffffff;
    padding: 1px;
}
/* Popover Arrow */
.arrow {
    border-right-color: black !important;
}



/*google custom search related*/
/* Use a different font family for search results */
.gs-title, .gs-snippet {
    font-family: "Hind", sans-serif;
}

/* Add a border between individual search results */
.gs-webResult {
    width: 100%;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 30px 30px 30px 30px;
    height: auto;
    position: relative;
    transition: 1s ease;
    margin-bottom: 0px;
    background: #FFF;
}

    .gs-webResult a {
        color: #ffffff;
    }

    .gs-webResult:hover a {
        color: #28a745;
    }

    .gs-webResult:hover {
        background: url(../images/hover-img1.jpg) top center no-repeat;
        background-size: cover;
        -webkit-transform: scale(1.02);
        color: #ffffff !important;
    }

    .gs-webResult p:last-child {
        margin-bottom: 0;
        font-size: 14px;
        background: rgba(188, 188, 188, 0.058823529411764705);
        padding: 5px 15px;
        text-align: right;
    }

.messagebox .row1 p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #093a6b;
}

.messagebox .ErrorRow p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #ff0000;
}

/* Do no display the count of search results */
.gsc-result-info {
    display: none;
}

/* Hide the Google branding in search results */
.gcsc-branding {
    display: none;
}

/* Hide the thumbnail images in search results */
.gsc-thumbnail {
    display: none;
}

/* Hide the snippets in Google search results */
/*.gs-snippet {
	display: none;
}*/

/* Change the font size of the title of search results */
.gs-visibleUrl-long {
    color: #000 !important;
}

    .gs-visibleUrl-long:hover {
        color: #ffffff !important;
    }

.gsc-url-top {
    color: #000 !important;
}

.gs-webResult .gs-title a {
    color: #093a6b !important;
    font-size: 20px !important;
    font-weight: 700;
    text-decoration: none !important;
}

.gs-webResult .gsc-url-top {
    padding-left: 0 !important;
}

.gs-webResult .gs-snippet {
    margin-top: 15px;
}

.gs-webResult .gsc-thumbnail-inside {
    padding-left: 0 !important;
}

.gs-webResult .gs-title {
    height: auto !important;
}

.gs-webResult:hover .gs-snippet {
    color: #ffffff !important;
}

.gs-webResult:hover .gs-result .gs-visibleUrl {
    color: #ffffff !important;
}

.gs-webResult:hover .gs-title a {
    color: #ffffff !important;
}

.gs-webResult:hover .gs-visibleUrl-long {
    color: #ffffff !important;
}

.gs-title:hover {
    color: #ffffff !important;
}

    .gs-title:hover a {
        color: #ffffff !important;
    }

/* Change the font size of snippets inside search results */
.gs-snippet {
    font-size: 15px;
    color: #000 !important;
}

    .gs-snippet:hover {
        font-size: 15px;
        color: #ffffff !important;
    }

    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
        font-weight: normal;
    }

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
}

/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    padding: 4px 8px !important;
    border: 1px solid #606572 !important;
    color: #000000 !important;
}

.gsc-cursor-current-page {
    border-color: #606572 !important;
    background-color: #093a6b !important;
    color: #ffffff !important;
}

.input-group {
    width: 100%;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    border-color: #474747;
    background-color: #474747;
    background-image: none;
    filter: none;
}

.DashboardBoxIcon {
    width: 40px;
    height: 40px;
}

.DashboardBoxViolet {
    margin: 1%;
    width: 23%;
    float: left;
    padding: 15px;
    height: auto;
    background-color: #993399;
    color: #fff;
}

.DashboardBoxOrange {
    margin: 1%;
    width: 23%;
    padding: 15px;
    float: left;
    height: auto;
    background-color: #FF7F00;
    color: #fff;
}

.DashboardBoxGreen {
    margin: 1%;
    width: 23%;
    padding: 15px;
    float: left;
    height: auto;
    background-color: #14A203;
    color: #fff;
}

.DashboardBoxLightBrown {
    margin: 1%;
    width: 23%;
    padding: 15px;
    float: left;
    height: auto;
    background-color: #996600;
    color: #fff;
    /*margin-top: 7px;*/
}

.registerBoxStyle {
    color: #ffffff !important;
    padding: 10px;
}

    .registerBoxStyle :hover {
        color: #ffffff;
    }

.registerBox {
    border-radius: 0px;
    padding: 50px;
}

.padding10AndRight {
    padding: 20px;
    height: auto !important;
}

.registerBox .form-control {
}

    .registerBox .form-control input {
        height: auto !important;
    }

.register-row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.reset-pass {
    width: 590px;
    margin: 0 auto;
}

.register-wrap {
    max-width: 550px;
    float: left;
    border: 1px solid #4c88c3;
    background: #FFF;
    margin: 20px;
}

    .register-wrap h2 {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        background: #093a6b;
    }

    .register-wrap .form-wrap {
        width: 100%;
        float: left;
        padding: 50px 50px;
    }

        .register-wrap .form-wrap .reg-row {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .register-wrap .form-wrap .reg-row .leftwrap {
                width: 30%;
                float: left;
            }

                .register-wrap .form-wrap .reg-row .leftwrap p {
                    font-size: 14px;
                    text-align: right;
                    padding-top: 8px;
                }

            .register-wrap .form-wrap .reg-row .rightwrap {
                width: 60%;
                float: right;
            }

                .register-wrap .form-wrap .reg-row .rightwrap input {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

                .register-wrap .form-wrap .reg-row .rightwrap password {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

.form-btn {
    font-size: 14px !important;
    /*text-transform: uppercase !important;*/
    color: #FFF !important;
    background: #093a6b !important;
    float: left !important;
    padding: 10px 26px !important;
    padding: 10px 26px !important;
    margin-right: 10px !important;
    margin-bottom: 5px;
    border-radius: 0px;
}

    .form-btn:hover {
        color: #FFF !important;
    }

.form-btn_ForEdit {
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #FFF !important;
    background: #093a6b !important;
    float: left !important;
    padding: 10px 20px !important;
    /*padding: 10px 26px !important;*/
    margin-right: 5px !important;
    margin-bottom: 2px;
    border-radius: 0px;
}

    .form-btn_ForEdit:hover {
        color: #FFF !important;
    }

.form-btn_ForGrid {
    /*font-size: 12px !important;*/
    text-transform: uppercase !important;
    color: #FFF !important;
    background: #093a6b !important;
    /*float: left !important;*/
    padding: 5px 12px !important;
    /*margin-right: 10px !important;*/
    line-height: 1.72em;
}

    .form-btn_ForGrid:hover {
        color: #FFF !important;
    }

.form-create_button {
    float: left;
}

.margin7 {
    margin-right: 5px;
}

.dashbord-container {
    width: 96%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}

.admin-inner-container {
    width: 90%;
    /*max-width: 1700px;*/
    margin: 0 auto;
    /*text-align: center;*/
}

    .admin-inner-container .row-one {
        width: 100%;
        float: left;
        margin: 16px 0;
    }

    .admin-inner-container .row-three {
        width: 100%;
        float: left;
        margin: 16px 0;
        border: 1px solid #4c88c3;
        padding: 50px;
    }

.w3-button {
    float: left;
}

.profileIcon {
    float: left;
    width: 250px;
    margin: 10px 0 0 20px;
    text-align: center;
}

.subcat-table {
    max-width: 500px;
    width: 100%;
    border: 1px solid #4c88c3;
}

    .subcat-table td {
        padding: 14px;
    }

        .subcat-table td p {
            font-size: 16px;
            text-align: right;
        }

.manage-menu-row {
    width: 100%;
    float: left;
    border: 1px solid #4c88c3;
    margin-bottom: 50px;
}

.manage-menu-wrap {
    width: 90%;
    margin: 20px 5%;
}

.manage-menu-row h2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    background: #093a6b;
    margin-bottom: 20px;
}

.manage-menu-wrap td {
    padding: 15px;
}

.manage-menu-wrap input {
    width: 100%;
    float: left;
    border: 1px solid #4c88c3;
    outline: none;
    padding: 15px 16px;
}

.ThirtyThirtyPixelCursorPointer {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.k-grid-header, .k-grouping-header, .k-grid-header .k-header {
    background-color: #093a6b;
    color: #FFF;
    font-weight: bold !important;
}

.k-grid .k-grid-header th.k-header > .k-link {
    background-color: #093a6b;
    color: #FFF;
    font-weight: bold !important;
    text-align: center !important;
}

.k-grid-toolbar {
    background-color: #093a6b !important;
    color: #FFF !important;
    font-weight: bold !important;
    text-align: center !important;
}

.k-grid {
    border-color: #4c88c3 !important; /*d3d3d3 87B0E2*/
}

.align-center {
    text-align: center !important;
}

.WisdomPreviewModalStyle {
    min-width: 1200px !important;
    min-height: 1000px !important;
    /*max-width: 1800px !important;
	max-height: 1500px !important;*/
}

.SpecialCategoryModalStyle {
    max-width: 800px !important;
    width: 100%;
    min-height: 600px !important;
    /*max-width: 1800px !important;
	max-height: 1500px !important;*/
}

.inner-wrapForPreview {
    width: 100%;
    float: left;
}

    .inner-wrapForPreview h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: left;
        color: #093a6b;
        background: url(../images/heading_bg3.png) bottom left no-repeat;
        padding-bottom: 20px;
    }

    .inner-wrapForPreview .row-one {
        width: 100%;
        float: left;
        margin: 60px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .inner-wrapForPreview .mento-box {
        width: 49%;
        float: left;
        border: 1px solid #c2c2c2;
        height: auto;
        margin-bottom: 30px;
        background: #FFF;
        margin-right: 1%;
        padding: 30px;
    }

        .inner-wrapForPreview .mento-box:nth-child(even) {
            float: right;
        }

        .inner-wrapForPreview .mento-box .img-box {
            width: 20%;
            float: left;
            overflow: hidden;
            height: 100%;
        }

            .inner-wrapForPreview .mento-box .img-box img {
                width: 100%;
            }

        .inner-wrapForPreview .mento-box .contd-box {
            width: 70%;
            float: left;
            padding: 0 0 0 30px;
        }

            .inner-wrapForPreview .mento-box .contd-box h2 {
                font-size: 20px;
                line-height: 36px;
                font-weight: 600;
                text-align: left;
                color: #093a6b;
                margin-bottom: 10px;
            }

            .inner-wrapForPreview .mento-box .contd-box p {
                font-size: 14px;
                text-align: left;
                line-height: 24px;
            }

                .inner-wrapForPreview .mento-box .contd-box p.calendar {
                    font-size: 14px;
                    text-align: right;
                    color: #aaaaaa;
                    background: url(../images/calendar.png) left center no-repeat;
                    padding-left: 30px;
                    float: right;
                }

            .inner-wrapForPreview .mento-box .contd-box .bottom-row {
                width: 100%;
                float: left;
                padding-top: 20px;
                border-top: 1px solid #c2c2c2;
                margin-top: 20px;
            }

    .inner-wrapForPreview .latest_posted {
        width: 100%;
        float: left;
        margin: 60px 0;
    }

        .inner-wrapForPreview .latest_posted .top_search-row {
            width: 100%;
            float: left;
            margin-bottom: 120px;
        }

        .inner-wrapForPreview .latest_posted .search-block {
            width: 100%;
            float: left;
            padding: 30px;
            background: #efefef;
            margin-bottom: 30px;
        }

        .inner-wrapForPreview .latest_posted .ask-tab {
            width: 100%;
            float: right;
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
            background: -moz-linear-gradient(top, #4c88c3 1%, #093a6b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #4c88c3 1%,#093a6b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #4c88c3 1%,#093a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#093a6b',GradientType=0 ); /* IE6-9 */
        }

        .inner-wrapForPreview .latest_posted .search-block .search_field {
            width: 100%;
            float: left;
            border-bottom: 1px solid #093a6b;
            position: relative;
        }

            .inner-wrapForPreview .latest_posted .search-block .search_field input {
                background: none;
                border: none;
                width: 100%;
                font-size: 14px;
                padding: 10px 0 15px;
                letter-spacing: 1px;
            }

            .inner-wrapForPreview .latest_posted .search-block .search_field button {
                position: absolute;
                right: 0;
                top: 5px;
                width: 30px;
                height: 30px;
                -webkit-transition: width 0.4s ease-in-out;
                transition: width 0.4s ease-in-out;
                padding: 5px;
                background: none;
                border: none;
                color: #a6a6a6;
            }

            .inner-wrapForPreview .latest_posted .search-block .search_field .search_icon i {
                font-size: 23px;
            }

                .inner-wrapForPreview .latest_posted .search-block .search_field .search_icon i:hover {
                    color: #a6a6a6;
                }

            .inner-wrapForPreview .latest_posted .search-block .search_field input::-webkit-input-placeholder {
                color: #a6a6a6;
                opacity: 1;
            }
            /* Firefox < 19 */
            .inner-wrapForPreview .latest_posted .search-block .search_field input:-moz-placeholder {
                color: #a6a6a6;
                opacity: 1;
            }

            /* Firefox > 19 */
            .inner-wrapForPreview .latest_posted .search-block .search_field input::-moz-placeholder {
                color: #a6a6a6;
                opacity: 1;
            }

            /* Internet Explorer 10 */
            .inner-wrapForPreview .latest_posted .search-block .search_field input:-ms-input-placeholder {
                color: #a6a6a6;
                opacity: 1;
            }

        .inner-wrapForPreview .latest_posted .search-block .googlesearch {
            width: 100%;
            float: left;
            margin-top: 20px;
            background: none;
        }

        .inner-wrapForPreview .latest_posted .row-two {
            width: 100%;
            float: left;
        }

            .inner-wrapForPreview .latest_posted .row-two .left-tab {
                width: 26%;
                float: left;
            }

            .inner-wrapForPreview .latest_posted .row-two .right-tab {
                width: 70%;
                float: right;
            }

                .inner-wrapForPreview .latest_posted .row-two .right-tab h3 {
                    font-size: 20px;
                    text-align: left;
                    font-weight: 700;
                    margin-bottom: 24px;
                    color: #093a6b;
                }

                .inner-wrapForPreview .latest_posted .row-two .right-tab .row-1 {
                    width: 100%;
                    float: right;
                    display: flex;
                    flex-wrap: wrap;
                }

.inner-wrapForPreview-pop {
    width: 100%;
    float: left;
}

.article_detailForPreview {
    width: 100%;
    float: left;
}

    .article_detailForPreview .left-content {
        width: 70%;
        float: left;
    }

        .article_detailForPreview .left-content .row1 {
            width: 100%;
            float: left;
        }

        .article_detailForPreview .left-content .row2 {
            width: 100%;
            float: left;
        }






    .article_detailForPreview .right-content {
        width: 25%;
        margin-top: 120px;
        float: right;
        padding: 40px;
        background: #4c88c3;
        background: -moz-linear-gradient(top, #4c88c3 1%, #093a6b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4c88c3 1%,#093a6b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4c88c3 1%,#093a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88c3', endColorstr='#093a6b',GradientType=0 ); /* IE6-9 */
    }

        .article_detailForPreview .right-content h3 {
            font-size: 22px;
            text-align: left;
            color: #FFF;
            font-weight: 700;
            padding-bottom: 20px;
            background: url(../images/article_bg.png) left bottom no-repeat;
            margin-bottom: 20px;
        }

        .article_detailForPreview .right-content .related-art-box {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            position: relative;
            padding-left: 80px;
            min-height: 100px;
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

            .article_detailForPreview .right-content .related-art-box p {
                font-size: 14px;
                line-height: 20px;
                color: #FFF;
            }

            .article_detailForPreview .right-content .related-art-box .thumb {
                width: 65px;
                height: 70px;
                position: absolute;
                left: 0;
                top: 10px;
                overflow: hidden;
            }

                .article_detailForPreview .right-content .related-art-box .thumb img {
                    width: 100%;
                }

    .article_detailForPreview h2 {
        font-size: 22px;
        text-align: left;
        font-weight: 600;
        color: #093a6b;
        margin-bottom: 20px;
    }

    .article_detailForPreview p {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        padding: 10px 0;
    }

    .article_detailForPreview h2 {
        font-size: 22px;
        text-align: left;
        font-weight: 600;
        color: #093a6b;
        margin-bottom: 20px;
    }

    .article_detailForPreview p {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        padding: 10px 0;
    }

    .article_detailForPreview .left-content .row3 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

        .article_detailForPreview .left-content .row3 .imgr-box {
            width: 100%;
            float: left;
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .article_detailForPreview .left-content .row3 .imgr-box img {
                width: 100%;
            }

    .article_detailForPreview .left-content .row4 {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .article_detailForPreview .left-content .row4 h3 {
            font-size: 18px;
            text-align: left;
            color: #fff;
            font-weight: 700;
            padding: 10px 20px;
            background: #093a6b;
        }

        .article_detailForPreview .left-content .row4 p {
            background: #fff;
            padding: 10px 10px 10px 30px;
            margin: 2px 0;
            border-left: 2px solid #4c88c3;
        }

            .article_detailForPreview .left-content .row4 p a {
                color: #093a6b;
            }

.btn-green {
    background: #093a6b !important;
}

.article_detailForPreview h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #093a6b;
    margin-bottom: 20px;
}

.article_detailForPreview p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding: 10px 0;
}

.check-custom {
    border: 2px solid #093a6b !important;
    height: 24px;
    width: 24px;
    background: #efefef;
}

.check-custom-small {
    border: 2px solid #093a6b !important;
    height: 20px;
    width: 20px;
    background: #efefef;
}

.new-Question-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #4c88c3;
    overflow: hidden;
    clear: both;
}

.new-Question-inside {
    width: 100%;
    padding: 50px;
    float: left;
}

.new-Question-wrap label {
    float: left;
    font-size: 14px;
}

button, input {
    border: none;
    outline: none;
    border-radius: 0px;
}

.form-control {
    width: 100%;
    float: left;
    border: 1px solid #224e7a;
    outline: none;
    padding: 10px 16px;
    border-radius: 0px;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.top-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .top-link li {
        list-style: none;
        float: left;
        margin: 10px;
    }

        .top-link li a {
            font-size: 14px;
            color: #fff;
        }

.mantatory {
    float: right;
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 10px;
}

.hide-menu {
    background: #093a6b;
}

.marginLeft70 {
    margin-left: 70%;
}

.marginLeft20 {
    width: 80%;
    margin-left: 20%
}

.width10 {
    width: 10%;
}

.width45 {
    width: 45%;
}

.width15 {
    width: 15% !important;
}

.width17 {
    width: 17% !important;
}

.width20 {
    width: 20% !important;
}

.width30 {
    width: 30% !important;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.smallModelHeaderStrip {
    background-color: #4c88c3 !important;
}

    .smallModelHeaderStrip p {
        color: #fff !important;
    }

/*
.MainMenuHiddenStyle {
	display: none !important;
}
*/
.MainMenuShownStyle {
    display: block !important;
}


.boxdiv {
    width: 100%;
    height: auto;
    float: left;
}

.centerBoxDiv {
    margin: auto;
    width: 100%;
    padding: 10px;
    border: 2px solid #4c88c3;
}

.scholarProfileBox {
    width: 100%;
    float: left;
    border: 1px solid #4c88c3;
    background: #FFF;
}

    .scholarProfileBox h2 {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        background: #093a6b;
    }

    .scholarProfileBox .form-wrap {
        width: 100%;
        float: left;
        padding: 50px 50px;
    }

        .scholarProfileBox .form-wrap .reg-row {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .scholarProfileBox .form-wrap .reg-row .leftwrap {
                width: 30%;
                float: left;
            }

                .scholarProfileBox .form-wrap .reg-row .leftwrap p {
                    font-size: 14px;
                    text-align: right;
                    padding-top: 8px;
                }

            .scholarProfileBox .form-wrap .reg-row .rightwrap {
                width: 60%;
                float: right;
            }

                .scholarProfileBox .form-wrap .reg-row .rightwrap input {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

                .scholarProfileBox .form-wrap .reg-row .rightwrap password {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

.welcomeMessageBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #4c88c3 !important;
    background: #FFF;
}

.button-wrp-welcome {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #FFF;
}

.welcomeMessageBox h2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    background: #093a6b;
}

.welcomeMessageBox .form-wrap {
    width: 100%;
    float: left;
    padding: 50px 50px;
}

    .welcomeMessageBox .form-wrap .reg-row {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

        .welcomeMessageBox .form-wrap .reg-row .leftwrap {
            width: 30%;
            float: left;
        }

            .welcomeMessageBox .form-wrap .reg-row .leftwrap p {
                font-size: 14px;
                text-align: right;
                padding-top: 8px;
            }

        .welcomeMessageBox .form-wrap .reg-row .rightwrap {
            width: 60%;
            float: right;
        }

            .welcomeMessageBox .form-wrap .reg-row .rightwrap input {
                width: 100%;
                float: left;
                border: 1px solid #4c88c3;
                outline: none;
                padding: 10px 16px;
            }

            .welcomeMessageBox .form-wrap .reg-row .rightwrap password {
                width: 100%;
                float: left;
                border: 1px solid #4c88c3;
                outline: none;
                padding: 10px 16px;
            }


/*.k-widget, .k-editor, .k-header .k-editor-widget {
	border: 1px solid #4c88c3 !important;
}*/

.k-upload-button {
    text-transform: uppercase !important;
    color: #FFF !important;
    background: #093a6b !important;
    /*float: left !important;*/
    padding: 5px 12px !important;
    /*margin-right: 10px !important;*/
    line-height: 1.72em;
}

.pistaBorder {
    border: 1px solid #4c88c3;
}

.categoryMargin {
    margin-top: 10px;
    margin-left: 10px;
}

.testimo_WOWPreview {
    /*background: url(../images/testimo_bg.jpg) no-repeat left top;
	background-size: cover;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    position: relative;
    /*border-top: 2px solid #4c88c3;
    border-bottom: 2px solid #4c88c3;*/
}

    .testimo_WOWPreview .row2 {
        margin-left: -25px;
        margin-right: -25px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .testimo_WOWPreview .col2 {
        width: 100%;
        float: left;
        position: relative;
    }

        .testimo_WOWPreview .col2 .itme {
            width: 100%;
            float: left;
            min-height: 400px;
            padding: 20px;
            margin-top: 20px !important;
            border: 1px solid #e1e1e1;
            height: 500px !important;
            background-position: top right;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .testimo_WOWPreview .col2 .box-border {
            width: 90%;
            position: absolute;
            left: 4%;
            right: 5%;
            top: 5%;
            height: 90%;
            border: 2px solid rgba(0,160,80,0);
            -webkit-transition: border 1s ease;
            -moz-transition: border 1s ease;
            -o-transition: border 1s ease;
            -ms-transition: border 1s ease;
            transition: border 1s ease;
        }

            .testimo_WOWPreview .col2 .box-border:hover {
                /*-webkit-border-image: url(../images/border2.png) 10 stretch; /* Safari 3.1-5 */
                /*-o-border-image: url(../images/border2.png) 10 stretch; /* Opera 11-12.1 */
                /*border-image: url(../images/border2.png) 10 stretch;
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.01);
				transition: 2s ease;*/
            }

    .testimo_WOWPreview .img {
        width: 100%;
        height: 136px;
        text-align: center;
    }

        .testimo_WOWPreview .img img {
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
            margin-top: 10px;
            width: 130px;
            height: 130px;
            display: inline-block;
        }

    .testimo_WOWPreview .content {
        padding-left: 70px;
        margin-top: 35px;
        padding-right: 80px;
        padding-bottom: 60px;
    }

        .testimo_WOWPreview .content .leftcon {
            float: left;
            width: 75%;
        }



        .testimo_WOWPreview .content h3 {
            font-size: 24px;
            line-height: 32px;
            color: #363636;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: left;
        }

        .testimo_WOWPreview .content p {
            font-size: 16px;
            color: #363636;
            font-weight: 600;
            line-height: 28px;
        }

.boldStyle {
    font-weight: bold;
}

.answerSubHeadingStyle {
    background: #093a6b;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.closeBox {
    font-size: 30px !important;
    float: right !important;
}

.AnswerPreviewModalStyle {
    min-width: 1200px !important;
    min-height: 1500px !important;
}



.inner-wrap-ansdetails {
    width: 100%;
    float: left;
    /*padding: 130px 0 70px;*/
}

    .inner-wrap-ansdetails h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: left;
        color: #093a6b;
        background: url(../images/heading_bg3.png) bottom left no-repeat;
        padding-bottom: 20px;
    }

    .inner-wrap-ansdetails .row-one {
        width: 100%;
        float: left;
        margin: 60px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .inner-wrap-ansdetails .mento-box {
        width: 49%;
        float: left;
        border: 1px solid #c2c2c2;
        height: auto;
        margin-bottom: 30px;
        background: #FFF;
        margin-right: 1%;
        padding: 30px;
    }

        .inner-wrap-ansdetails .mento-box:nth-child(even) {
            float: right;
        }

        .inner-wrap-ansdetails .mento-box .img-box {
            width: 20%;
            float: left;
            overflow: hidden;
            height: 100%;
        }

            .inner-wrap-ansdetails .mento-box .img-box img {
                width: 100%;
            }

        .inner-wrap-ansdetails .mento-box .contd-box {
            width: 70%;
            float: left;
            padding: 0 0 0 30px;
        }

            .inner-wrap-ansdetails .mento-box .contd-box h2 {
                font-size: 20px;
                line-height: 36px;
                font-weight: 600;
                text-align: left;
                color: #093a6b;
                margin-bottom: 10px;
            }

            .inner-wrap-ansdetails .mento-box .contd-box p {
                font-size: 14px;
                text-align: left;
                line-height: 24px;
            }

                .inner-wrap-ansdetails .mento-box .contd-box p.calendar {
                    font-size: 14px;
                    text-align: right;
                    color: #aaaaaa;
                    background: url(../images/calendar.png) left center no-repeat;
                    padding-left: 30px;
                    float: right;
                }

            .inner-wrap-ansdetails .mento-box .contd-box .bottom-row {
                width: 100%;
                float: left;
                padding-top: 20px;
                border-top: 1px solid #c2c2c2;
                margin-top: 20px;
            }

.externalLinkInsideAnswer, .MenuUpdateConfirmTextStyle {
    color: #23527c;
    text-decoration: underline;
}

    .externalLinkInsideAnswer:hover, .MenuUpdateConfirmTextStyle:hover {
        color: #23527c;
        text-decoration: underline;
    }

.admin-menu {
    display: none;
    width: 25%;
    z-index: 10;
}

.manage-menu-outer {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.skipAndPostStyle {
    top: 0px !important;
}

.captchaPostion {
    vertical-align: middle;
}

.SuccessMessage {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.messagebox-linkcopy {
    top: 20%;
}

    .messagebox-linkcopy .modal-dialog {
        width: 95%;
        max-width: 300px;
        z-index: 999999;
        position: relative;
    }

    .messagebox-linkcopy .modal-content {
        width: 100%;
        float: left;
    }

    .messagebox-linkcopy .close {
        font-size: 0;
        opacity: 1;
        width: 17px;
        height: 17px;
        background: url(../images/close_icon.png) no-repeat center;
    }

    .messagebox-linkcopy .modal-body {
        background: #FFF;
    }

.CategoryBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #4c88c3 !important;
    background: #FFF;
}

    .CategoryBox h2 {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        background: #093a6b;
    }

    .CategoryBox .form-wrap {
        width: 100%;
        float: left;
        padding: 50px 50px;
    }

        .CategoryBox .form-wrap .reg-row {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .CategoryBox .form-wrap .reg-row .leftwrap {
                width: 30%;
                float: left;
            }

                .CategoryBox .form-wrap .reg-row .leftwrap p {
                    font-size: 14px;
                    text-align: right;
                    padding-top: 8px;
                }

            .CategoryBox .form-wrap .reg-row .rightwrap {
                width: 60%;
                float: right;
            }

                .CategoryBox .form-wrap .reg-row .rightwrap input {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

                .CategoryBox .form-wrap .reg-row .rightwrap password {
                    width: 100%;
                    float: left;
                    border: 1px solid #4c88c3;
                    outline: none;
                    padding: 10px 16px;
                }

.categoryBoxdiv {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
}

.slick-cloned {
    visibility: hidden;
}

.depthZero {
    display: block;
    padding: 10px;
    color: #fff !important;
    background-color: #093a6b !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.depthOne {
    display: block;
    padding: 10px;
    color: #fff !important;
    background-color: #4c88c3 !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.depthTwo {
    display: block;
    padding: 10px;
    color: #000 !important;
    background-color: #efff68 !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.depthThree {
    display: block;
    padding: 10px;
    color: #000 !important;
    background-color: #dfff97 !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.k-mid {
    display: block;
    padding: 10px;
    color: #fff !important;
    background-color: #224e7a !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.k-top {
    display: block;
    padding: 10px;
    color: #fff !important;
    background-color: #224e7a !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.k-bot {
    display: block;
    padding: 10px;
    color: #fff !important;
    background-color: #224e7a !important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    border: 1px solid #fff !important;
}

.k-mid:hover {
    background: #4c88c3 !important;
    color: #ffffff !important;
    cursor: pointer;
}

.k-top:hover {
    background: #4c88c3 !important;
    color: #ffffff !important;
}

.k-bot:hover {
    background: #4c88c3 !important;
    color: #ffffff !important;
}

/*.k-treeview .k-item {
	padding: 0 0 0 0px !important;
}*/

.k-i-collapse {
    margin-top: .05em !important;
    margin-left: 0px !important;
    cursor: pointer !important;
    float: right !important;
}

.k-i-expand {
    margin-top: .05em !important;
    margin-left: 0px !important;
    cursor: pointer !important;
    float: right !important;
}


.cursorStyle {
    cursor: pointer;
}

.carausalHeader h3 {
    font-size: 24px;
    line-height: 32px;
    color: #363636;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.resourceViewDetail {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.publicationDetailsCalender {
    font-size: 14px;
    text-align: left;
    color: #aaaaaa;
    margin-left: 5px;
}

.publicationDetailsCategory {
    font-size: 16px;
    text-align: left;
    color: #aaaaaa;
    font-weight: bold;
}

.nav-wrap nav ul li a {
    color: #2e2e2e !important;
}

.loggedInUserIcon {
    width: 34px;
    height: 34px;
}

.khuthbaDetailsHeaderStyle {
    padding-top: 10px;
    width: 100%;
}

.postQuestion-block {
    margin-right: 4%;
    margin-top: 10px;
    width: 36%;
    float: right;
    border-top: 10px solid #4c88c3;
    height: auto;
    /*margin-bottom: 30px;*/
    background: url(../images/post-bg.png) right center no-repeat #093a6b;
    padding: 20px;
}

    .postQuestion-block h4 {
        font-size: 26px;
        text-align: left;
        padding-left: 70px;
        position: relative;
        /*margin-bottom: 30px;*/
    }

        .postQuestion-block h4 span {
            /*position: absolute;*/
            left: 0;
            top: -15px;
            display: inline-block;
        }

        .postQuestion-block h4 a {
            color: #FFF;
        }

    .postQuestion-block p {
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
    }

.homeSearchOuter {
    width: 10%;
    position: absolute;
    right: 5%;
    float: right;
    background: #efefef;
    padding: 10px;
}

.homeSearchInner {
    border-bottom: 1px solid #093a6b;
}

.homeSearchBox {
    background: none;
    border: none;
    width: 70%;
    font-size: 14px;
    letter-spacing: 1px;
}

.homeSearchIcon {
    color: #a6a6a6;
    background: none;
}

.adminSiteLogo {
    margin-left: -110px;
    width: 220px;
    left: 50%;
    top: 20px;
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: url(../images/logo-icon.png) center left no-repeat;
    background-size: 40px;
    padding-left: 40px;
}


.advt-wrap {
    width: 100%;
    float: left;
    /*background: #efefef;*/
    margin: 20px 0 50px;
    display: block;
}

    .advt-wrap p {
        font-size: 25px;
        text-align: center;
        padding: 60px 0;
    }

    .advt-wrap img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        cursor: pointer;
    }

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-grid-edit,
.k-grid tbody .k-grid-update,
.k-grid tbody .k-grid-cancel,
.k-grid tbody .k-grid-delete {
    min-width: 0;
}

    .k-grid .k-grid-toolbar .k-grid-add .k-icon,
    .k-grid tbody .k-grid-edit .k-icon,
    .k-grid tbody .k-grid-update .k-icon,
    .k-grid tbody .k-grid-cancel .k-icon,
    .k-grid tbody .k-grid-delete .k-icon {
        margin: 0;
    }

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 0px !important;
}

.sorry-msg1 {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

    .sorry-msg1 h4 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }

.captcha-block {
    width: 50%;
    float: left;
}

.button-block {
    width: 50%;
    float: left;
    text-align: right;
}

.post-qtn {
    padding: 14px 30px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    background: #093a6b;
}

    .post-qtn:hover {
        color: #FFF;
    }

.btnw {
    color: #fff;
    font-size: 24px;
    opacity: 1;
}

    .btnw:hover {
        color: #fff;
    }

.k-loading-mask {
    z-index: 99999 !important;
}

.noPadding {
    padding-left: 0px !important;
}

.logoWrapDiv {
    margin-left: 40px !important;
    margin-top: 30px !important;
}

.logoWrapClone a {
    font-size: 30px;
    font-weight: 700;
    color: #224e7a !important;
    background: url(../images/logo-icon.png) center left no-repeat;
    background-size: 44px;
    padding-left: 50px;
}


.logoforPrint {
    display: none;
}

.audioAnswerClass {
    display: block;
}

@media print {
    .nav-bar {
        visibility: hidden; /*dont show in print*/
    }

    .haj_logo {
        visibility: hidden; /*dont show in print*/
    }

    .footer p {
        visibility: hidden; /*dont show in print*/
    }

    .logoforPrint {
        display: block;
    }

    header {
        visibility: hidden; /*dont show in print*/
    }

        header .logo-wrap a {
            /*background: url(../images/logo-icon.png) center left no-repeat !important;
        -webkit-print-color-adjust: exact;*/
            visibility: hidden; /*dont show in print*/
        }

    .inner-wrap h1 {
        font-size: 32px !important;
        font-weight: 700 !important;
        text-align: left !important;
        color: #093a6b !important;
        background: url(../images/heading_bg3.png) bottom left no-repeat !important;
        padding-bottom: 20px !important;
        -webkit-print-color-adjust: exact;
    }

    .inner-wrap {
        width: 100% !important;
        float: left !important;
        padding: 40px 0 70px !important;
        -webkit-print-color-adjust: exact;
    }

    .logoWrapDiv {
        margin-left: 40px !important;
        margin-top: 30px !important;
        -webkit-print-color-adjust: exact;
    }

    .logoWrapClone a {
        font-size: 30px !important;
        font-weight: 700 !important;
        color: #224e7a !important;
        background: url(../images/logo-icon.png) center left no-repeat !important;
        background-size: 44px !important;
        -webkit-print-color-adjust: exact;
    }

    .ans_detail .left-content .row2 ul li .title.questioner {
        width: 25% !important;
        float: left !important;
        padding: 10px 5px 10px 50px !important;
        color: #FFF !important;
        background: url(../images/questioner2.png) 16px 10px no-repeat #224e7a !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }

    .ans_detail .left-content .row2 ul li .title.question {
        width: 25% !important;
        float: left !important;
        padding: 10px 5px 10px 50px !important;
        color: #FFF !important;
        background: url(../images/question-icon.png) 15px 10px no-repeat #224e7a !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }

    .ans_detail .left-content .row2 ul li .title.calendar {
        width: 25% !important;
        float: left !important;
        padding: 10px 5px 10px 50px !important;
        color: #FFF !important;
        background: url(../images/calendar-white.png) 15px 10px no-repeat #224e7a !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }

    .ans_detail .left-content .row2 ul li .title.answerBy {
        width: 25% !important;
        float: left !important;
        padding: 10px 5px 10px 50px !important;
        color: #FFF !important;
        background: url(../images/menu-icon_white.png) 15px 10px no-repeat #224e7a !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }

    .breadcrumb-category {
        background: #4c88c3 !important;
        padding: 10px 30px !important;
        color: #fff !important;
        float: left !important;
        margin-right: 16px !important;
        position: relative !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }

    .breadcrumb-right-tag .breadcrumb-item {
        background: #ebebeb !important;
        padding: 0 !important;
        margin-bottom: 2px !important;
        margin-right: 2px !important;
        font-size: 16px !important;
        -webkit-print-color-adjust: exact;
    }


    .ans_detail h2 {
        font-size: 22px !important;
        text-align: left !important;
        font-weight: 600 !important;
        color: #093a6b !important;
        margin-bottom: 10px !important;
        -webkit-print-color-adjust: exact;
    }

    .ans_detail {
        width: 100% !important;
        float: left !important;
        margin-top: 40px !important;
        -webkit-print-color-adjust: exact;
    }

    #tagShowToUser {
        display: none;
    }

    .tagsHeading {
        display: none;
    }

    .youtube-block {
        display: none;
    }

    .attach-course {
        display: none;
    }

    .audioAnswerClass {
        display: none;
    }
}

@page {
    size: auto;
    margin: 0mm;
}

.SubTagClass {
    width: 100px;
    height: 20px;
    position: relative;
    background: forestgreen;
    font-size: medium;
    color: white;
    margin-bottom: 10px;
}

    .SubTagClass:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .SubTagClass:before {
        content: "";
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid forestgreen;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

.search {
    width: 30%;
    position: relative;
    margin-left: 470px;
}

.searchTerm {
    float: left;
    width: 100%;
    border: 2px solid darkgreen;
    padding: 12px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: black;
    font-style: italic;
}

.searchButton {
    position: absolute;
    right: -35px;
    width: 30px;
    height: 28px;
    border: 1px solid darkgreen;
    background: darkgreen;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
}

.tagsHeading {
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: larger;
    text-decoration-color: #aaaaaa;
}

#tagShowToUser {
    margin-top: 10px;
}

.TagsToUI {
    /*width: 100px;*/
    position: relative;
    background: #4c88c3;
    font-size: medium;
    color: white;
    padding: 5px;
    /*border-left: 2px solid white;
	border-top: 2px solid white;*/
}

    .TagsToUI:hover {
        text-decoration: underline;
    }

    .TagsToUI:before {
        content: "";
        position: absolute;
        right: -9px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #4c88c3;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.customTagStyle {
    /*width: 100px;*/
    position: relative;
    background: #4c88c3;
    font-size: medium;
    color: white;
    padding: 5px;
    /*border-left: 2px solid white;
	border-top: 2px solid white;*/
}

    .customTagStyle:before {
        content: "";
        position: absolute;
        right: -9px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #4c88c3;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.duaPlayerStyle {
    width: 30% !important;
    float: left;
}

.bannerHiddenStyle {
    display: none !important;
}

.BannerDataModalStyle {
    min-width: 1200px !important;
    min-height: 1000px !important;
}

.blackColor {
    color: black;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.k-state-hover {
    background-image: none, linear-gradient(to bottom, #4c88c30, #4c88c3 100%) !important;
    color: #FFF !important;
    background-color: #4c88c3 !important;
}

    .k-state-hover:hover {
        background-image: none, linear-gradient(to bottom, #4c88c3 0, #4c88c3 100%) !important;
        color: #FFF !important;
        background-color: #4c88c3 !important;
    }

.k-primary {
    color: #fff;
    border-color: #4c88c3 !important;
    background-image: none;
    background-position: 50% 50%;
    background-color: #4c88c3 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-button:hover {
    border-color: #dbdbdb !important;
    background-image: none, linear-gradient(to bottom, #4c88c3 0, #4c88c3 100%) !important;
}

.k-state-selected {
    color: #ffffff !important;
    /*color: #6b6b6b !important;*/
    /*background-color: transparent !important;*/
    background-color: #4c88c3 !important;
    border-color: #093a6b !important;
    border-style: none;
    border-width: 0px;
    box-shadow: inset 0 0 0 1px #093a6b;
}

.k-state-focused {
    color: #fff;
    background-color: #4c88c3 !important;
    border-color: #4c88c3 !important;
    border-style: none;
    border-width: 0px;
    box-shadow: inset 0 0 0 1px #093a6b !important;
}

.k-in {
    border-style: none !important;
    border-width: 0px !important;
}

.k-grid tr:hover {
    color: #fff !important;
    background-color: #4c88c3 !important;
}

.k-pager-wrap .k-link:hover {
    color: #fff !important;
    border-color: #dbdbdb !important;
    background-color: #4c88c3 !important;
    background-image: none, linear-gradient(to bottom, #4c88c3 0, #4c88c3 100%) !important;
}

.k-dropdown-wrap.k-state-focused {
    background-image: none, linear-gradient(to bottom, #093a6b 0, #093a6b 100%) !important;
}

.k-picker-wrap.k-state-focused {
    background-image: none, linear-gradient(to bottom, #4c88c3 0, #4c88c3 100%) !important;
}

.k-other-month.k-state-hover .k-link {
    border-color: #dbdbdb !important;
    background-color: #dbdbdb !important;
    background-image: none, linear-gradient(to bottom, #dbdbdb 0, #dbdbdb 100%) !important;
}

.k-primary:hover {
    color: #fff;
    border-color: #4c88c3 !important;
    background-color: #4c88c3 !important;
}

.k-button {
    /*color: #fff !important;*/
    border-color: #4c88c3 !important;
    /*background-color: #4c88c3 !important;*/
}

    .k-button:active:hover {
        color: #fff !important;
        border-color: #4c88c3 !important;
        background-color: #4c88c3 !important;
    }

    .k-button:hover {
        color: #fff;
        border-color: #4c88c3 !important;
        background-color: #4c88c3 !important;
    }

    .k-button:active {
        color: #fff;
        border-color: #4c88c3 !important;
        background-color: #4c88c3 !important;
    }

    .k-button:focus {
        color: #fff;
        border-color: #4c88c3 !important;
        background-color: #4c88c3 !important;
    }

        .k-button:focus:not(.k-state-disabled):not([disabled]) {
            color: #fff;
            border-color: #4c88c3 !important;
            background-image: none,linear-gradient(to bottom,#4c88c3 0,#4c88c3 100%);
            box-shadow: inset 0 0 0 1px #4c88c3 !important;
        }



.k-menu .k-state-hover > .k-link {
    background-image: none, linear-gradient(to bottom, #093a6b 0, #093a6b 100%) !important;
}

.carausalAdminBoxBorder {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.dynamicCarausalAdminBoxBorder {
    width: 78%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.width98 {
    width: 98% !important;
}

#showToolTip {
    cursor: pointer;
    color: #4c88c3;
    margin-left: 5px;
    font-size: 20px;
}

.fa-expand:hover span {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.fa-expand span {
    display: none;
    text-align: left;
    background-color: #4c88c3;
    padding: 20px;
    width: 500px;
    position: absolute;
    border-radius: 5px !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 88px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    z-index: 1;
    word-break: break-word;
}

    .fa-expand span:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #4c88c3;
        right: 10px;
        top: -12px;
    }

    .fa-expand span:after {
        width: 100%;
        height: 40px;
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
    }

.k-widget.k-tooltip {
    border-color: #093a6b !important;
    background-color: #093a6b !important;
    color: #fff;
}

.k-callout-s {
    border-top-color: #093a6b !important;
}

.k-callout-n {
    border-bottom-color: #093a6b !important;
}

.playMediaDiv {
    margin-left: 10px;
    float: left;
}

.playIconColor {
    color: #4c88c3 !important;
}

.eventDateStyle {
    font-size: 14px;
    text-align: right;
    color: #aaaaaa;
    background: url(../images/calendar.png) left center no-repeat;
    padding-left: 30px;
    float: left;
}

.eventDetailsStyle {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-top: 30px;
}
/* The Modal (background) */
.eventModal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    padding-bottom: 40px; /* Location of the box */
    top: 20%;
    left: 35%;
    width: auto;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /* Fallback color */
    background-color: transparent; /* Black w/ opacity */
}
/* Modal Content (image) */
.eventmodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Add Animation */
.eventmodal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.eventClose {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .eventClose:hover,
    .eventClose:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .eventmodal-content {
        width: 100%;
    }
}

.EventUrlStyle {
    color: #093a6b;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
}

.carusalPostion {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.eventName {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: #093a6b;
    margin-bottom: 10px;
}

.eventImageStyle {
    margin: 5px 20px 10px 0px;
}

.eventUrl {
    font-weight: bold;
    margin-top: 10px;
}

.margintop10 {
    margin-top: 10px;
}

#st-1 .st-btn[data-network='sharethis'] {
    background-color: #224e7a !important;
}

#st-el-2 .st-logo {
    display: none !important;
}

.k-button:active {
    color: #fff !important;
    background-color: #4c88c3 !important;
    border-color: #4c88c3 !important;
}

/*--Contact Form style starts---*/
.contact-register-wrap .form-wrap .reg-row .rightwrap textarea {
    font-weight: bold !important;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #f6f7f8;
    background: #f6f7f8;
    color: #0E0B16;
    outline: none;
    width: 100%;
    padding: 14px;
    margin: 10px 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.contactFormValidation {
    width: 100%;
    float: left;
    position: relative;
    color: #d21e2b;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
}

.contact-register-wrap .form-wrap .reg-row .rightwrap input.invalid, .contact-register-wrap .form-wrap .reg-row .rightwrap textarea.invalid {
    border: 1px solid #f6f7f8;
}

.contact-form {
    width: 80%;
    margin: 0 auto;
    margin-top: 8%;
}

.contact-register-wrap {
    width: 75%;
    float: left;
    border: 1px solid #DFDCE3;
    background: #FFF;
    margin: 10px 0px 40px 12%;
    text-align: center;
}

    .contact-register-wrap h2 {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        background: #093a6b;
    }

    .contact-register-wrap .form-wrap {
        width: auto;
        padding: 25px 25px;
    }

        .contact-register-wrap .form-wrap .reg-row {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .contact-register-wrap .form-wrap .reg-row .rightwrap {
                width: 100%;
            }

                .contact-register-wrap .form-wrap .reg-row .rightwrap input {
                    font-weight: bold !important;
                    border-radius: 5px;
                    font-size: 15px;
                    border: 1px solid #f6f7f8;
                    background: #f6f7f8;
                    color: #0E0B16;
                    outline: none;
                    width: 100%;
                    padding: 14px;
                    margin: 10px 0px;
                    -webkit-transition-duration: 0.4s;
                    transition-duration: 0.4s;
                }
/*--Contact Form style ends---*/

/*--new_style---*/
.social_wall_wrap {
    width: 100%;
    float: left;
}

.home-social h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #224e7a;
    background: url(../images/heading_bg3.png) bottom left no-repeat;
    padding-bottom: 20px;
    float: left;
    margin: 20px 0;
    width: 100%;
}

.social_wall_wrap .row2 {
    float: left;
    width: 100%;
    margin-left: -1%;
    margin-right: -1%;
}

.social_wall_wrap .social_post {
    position: relative;
    height: 220px;
    display: inline-block;
    width: 18%;
    margin: 0.6%;
    float: left;
    padding: 30px;
    color: #000;
    background: linear-gradient(45deg,#f7f7f7,#fff);
    border: 1px solid #c2c2c2;
    /*-webkit-box-shadow: 2px 2px 0 0 #224e7a;
		box-shadow: 2px 2px 0 0 #224e7a;*/
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.68);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.68);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.68);
}

.social_wall_wrap .social_pos.border {
    border: 1px solid #3a7ec9;
}

.social_wall_wrap .social_post:hover, .social_wall_wrap .social_post:focus {
    color: #fff;
}

.social_wall_wrap .post_time {
    margin-bottom: 5px;
}

.social_wall_wrap .hashtag_content {
    font-weight: 700;
    margin-right: 5px;
}

.social_wall_wrap .post_content {
    line-height: 24px;
    word-break: break-word;
}

.social_wall_wrap .social_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .social_wall_wrap .social_icon .fa {
        font-size: 18px;
    }

.social_wall_wrap .social_post.fb:hover {
    background: #3b5998;
    color: #fff;
}

.social_wall_wrap .social_post .fa.fa-facebook-official {
    color: #3b5998;
}

.social_wall_wrap .social_post.twit:hover {
    background: #1da1f3;
    color: #fff;
}

    .social_wall_wrap .social_post.fb:hover .fa, .social_wall_wrap .social_post.twit:hover .fa {
        color: #fff;
    }

.social_wall_wrap .social_post.fb .fa {
    color: #3b5998;
}

.social_wall_wrap .social_post.twit .fa {
    color: #1da1f3;
}

.social_wall_wrap .social_post.youtube:hover {
    background: #e52d27;
    color: #fff;
}

    .social_wall_wrap .social_post.youtube:hover .fa.fa-youtube-play {
        color: #fff;
    }

.social_wall_wrap .social_post .fa.fa-youtube-play {
    color: #e52d27;
}

/*.social_wall_wrap .social_post.direct_link:hover .short_text{border-color:#b0b0b0;}*/
.social_wall_wrap .social_post.direct_link.facebook {
    background: #3b5998;
}

.social_wall_wrap .social_post.direct_link.twitter {
    background: #1da1f3;
}

.social_wall_wrap .social_post.direct_link.youtube {
    background: #e52d27;
}

.social_wall_wrap .social_post.direct_link .fa {
    font-size: 110px;
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.social_wall_wrap .social_post .short_text {
    font-size: 14px;
    color: #fff;
    max-width: 200px;
    margin: auto;
    text-align: center;
    padding: 5px 25px;
    border: 1px solid rgba(255,255,255,.8);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.attachment-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .attachment-panel .panel {
        background: none;
        box-shadow: none;
    }

    .attachment-panel .panel-body {
        padding: 0;
    }

    .attachment-panel .panel-primary > .panel-heading {
        border: 1px solid #3a7ec9;
        padding: 10px 20px;
        background: none;
    }

        .attachment-panel .panel-primary > .panel-heading h4 {
            font-size: 18px;
            line-height: 23px;
            font-weight: 600;
            color: #2e2e2e;
        }

        .attachment-panel .panel-primary > .panel-heading.active, .service-panel .panel-primary > .panel-heading.default {
            border: 1px solid #3a7ec9;
            padding: 10px 20px;
            background: #3a7ec9;
        }

            .attachment-panel .panel-primary > .panel-heading.active h4 {
                color: #fff;
            }

    .attachment-panel .attached-content {
        float: left;
        padding: 20px;
    }

.attach-course {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .attach-course .row1 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #626262;
        background: #454545;
        display: flex;
    }

        .attach-course .row1:hover {
            background: #626262;
        }

        .attach-course .row1 .sr-no {
            width: 6%;
            float: left;
            padding: 10px;
            border-right: 1px solid #626262;
        }

        .attach-course .row1 .description {
            width: 86%;
            float: left;
            text-align: left;
            padding: 10px;
            border-right: 1px solid #626262;
        }

        .attach-course .row1 p {
            font-size: 14px;
            padding: 0 !important;
            margin: 0;
            color: #fff;
            background: none !important;
            border-left: none !important;
            padding: none;
            text-align: left;
        }

        .attach-course .row1 .sr-no p {
            text-align: center;
        }

        .attach-course .row1 .icon p {
            text-align: center;
        }

        .attach-course .row1 .icon {
            width: 10%;
            float: left;
            padding: 10px;
            text-align: center;
        }

            .attach-course .row1 .icon img {
                display: inline-block;
            }

.youtube-block {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .youtube-block h3 {
        font-size: 22px;
        color: #224e7a;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .youtube-block .row1 {
        width: 100%;
        float: left;
        background: #454545;
        padding: 15px;
    }

        .youtube-block .row1 .left-wrap {
            width: 70%;
            float: left;
        }

        .youtube-block .row1 .right-wrap {
            width: 30%;
            float: left;
            padding: 25px;
        }

            .youtube-block .row1 .right-wrap ul {
                width: 100%;
                float: left;
            }

                .youtube-block .row1 .right-wrap ul li {
                    font-size: 14px;
                    line-height: 24px;
                    text-align: left;
                    border-bottom: 1px solid #626262;
                    list-style: url(../images/bullet1.png) inside;
                    padding: 10px 0;
                }

                    .youtube-block .row1 .right-wrap ul li:hover {
                        background: #626262;
                    }

                    .youtube-block .row1 .right-wrap ul li a {
                        color: #afafaf;
                    }

.donate-wrap {
    width: 100%;
    float: left;
    /*padding: 30px 30px;*/
    /*background:#efefef;*/
    text-align: right;
    margin-top: 20px;
}

    .donate-wrap p {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }




.tab-wrap {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.tabs-menu {
    width: 100%;
    float: left;
    clear: both;
}

.tabs-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .tabs-menu li {
        height: 60px;
        width: auto;
        float: left;
        padding: 0 0px;
        background: #224e7a;
        margin-right: 2px;
    }

        .tabs-menu li.current {
            position: relative;
            background-color: #4c88c3;
            z-index: 5;
        }

            .tabs-menu li.current a {
                color: #fff;
            }

        .tabs-menu li a {
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            display: block;
            line-height: 60px;
            text-align: center;
            padding: 0 50px;
            font-weight: 700;
        }

            .tabs-menu li a i {
                font-size: 60px;
                line-height: 100px;
            }


    .tabs-menu .current a {
        color: #2e7da3;
    }


.tab-con {
    float: left;
    margin-bottom: 20px;
    width: auto;
    width: 100%;
}

.tab-content {
    width: 100%;
    float: left;
    padding-top: 20px;
    display: none;
    padding-bottom: 30px;
}

#tab-1 {
    display: block;
}

/*.k-header {
    border-color: #ffffff !important;
}*/

.k-tabstrip-items .k-state-active {
    background-color: #4c88c3 !important;
    background-image: none !important;
    border-color: #4c88c3 !important;
}

.k-tabstrip-items .k-state-default .k-link {
    color: #000000 !important;
}

.k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    border-color: #093a6b !important;
}

.k-tabstrip-items .k-state-default {
    border-color: #093a6b !important;
}

.talksPageTopSpace {
    margin-top: 20px !important;
}

.talkSearchTopSpace {
    margin-top: 50px !important;
}

.accodianContentHeight {
    height: 500px;
    overflow: auto;
}

.contact_required {
    /* border-bottom: 1px solid #FFF; */
    border: 1px solid #FFF !important;
}

    .contact_required.invalid {
        /* border-bottom: 1px solid #ff0000 !important; */
        border: 1px solid #d21e2b !important;
    }

.required {
    border-bottom: 1px solid #FFF;
    /*border: 1px solid #FFF !important;*/
}

    .required.invalid {
        border-bottom: 1px solid #ff0000 !important;
        /*border: 1px solid #d21e2b !important;*/
    }

.st-logo {
    display: none;
}

.home-social {
    width: 100%;
    float: left;
    margin: 50px 0 100px;
}

    .home-social .left {
        width: 10%;
        float: left;
        margin-bottom: 1px;
        padding-top: 7px;
    }

        .home-social .left div {
            width: 100%;
            float: left;
            padding: 20px 0;
            text-align: center;
            background: #626262;
            color: #fff;
            font-size: 24px;
            margin-bottom: 1px;
            cursor: pointer;
        }

            .home-social .left div:hover.fb, .home-social .left div.current.fb {
                background: #3c599b;
            }

            .home-social .left div:hover.twitter, .home-social .left div.current.twitter {
                background: #17a3f0;
            }

            .home-social .left div:hover.youtube, .home-social .left div.current.youtube {
                background: #d72525;
            }

    .home-social .right {
        width: 90%;
        float: left;
        margin-bottom: 1px;
        padding-left: 10px;
        position: relative;
        overflow: hidden;
    }

        .home-social .right .normal {
            position: relative;
            float: left;
            width: 100%;
            background: #fff;
        }

        .home-social .right .fb-box {
            position: absolute;
            right: -100%;
            top: 0px;
            width: 100%;
            background: #fff;
        }

        .home-social .right .twitter-box {
            position: absolute;
            right: -100%;
            top: 0px;
            width: 100%;
            background: #fff;
        }

        .home-social .right .youtube-box {
            position: absolute;
            right: -100%;
            top: 0px;
            width: 100%;
            background: #fff;
        }

.s-close {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 3px 5px;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid #999;
    color: #666;
    float: right;
    margin: 5px;
    position: absolute;
    right: 10px;
    z-index: 9999;
}

/*::selection {
    background: #093a6b;
    color: #fff;
    text-shadow: none;
}*/
.btn-1:hover {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    color: #093a6b;
    font-size: 15px;
    border: 2px solid #093a6b;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border: 2px solid transparent;
}

    .btn-1:hover:before {
        -webkit-box-shadow: inset 0 0 0 10em #093a6b;
        box-shadow: inset 0 0 0 10em #093a6b;
    }

.btn-1 {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    color: #093a6b;
    font-size: 15px;
    border: 2px solid #093a6b;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400
}

.btn-1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
}

    .btn-1:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        content: '';
        border-radius: 50%;
        display: block;
        width: 300px;
        height: 300px;
        line-height: 20em;
        left: 50%;
        margin-left: -150px;
        text-align: center;
        -webkit-transition: -webkit-box-shadow 0.5s ease-out;
        transition: -webkit-box-shadow 0.5s ease-out;
        -o-transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out;
        transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
        z-index: -1;
    }

    .btn-1:hover {
        color: #fff;
    }

.carousalOptionWidth {
    width: 30%;
}

.redColor {
    color: #ff0000;
}
/*.k-upload {
	border-color: #224e7a !important;
	border-width: 1px 1px 1px !important;
}*/
.NoAccessDivStyle {
    position: fixed;
    top: 50%;
    left: 20%;
    width: 88%;
    /*height: 18em;*/
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding: 20px;
}

    .NoAccessDivStyle p {
        color: red;
        text-align: center;
        font-size: 24pt;
    }

.carousalTileStyle {
    font-family: 'Pinyon Script',Lato;
    font-size: 25pt !important;
}

.assignToScholars {
    border: 1px solid #4c88c3 !important;
}

.assignToScholarsNoBorder {
    border: none;
}

    .assignToScholarsNoBorder td {
        padding: 0px;
    }


.edit-admin-pop-up-z-index {
    z-index: 99999 !important;
}

.categoryNameInQuestion {
    background: #ebebeb;
    padding: 3px;
}

table.k-editor {
    border-color: #093a6b !important;
}

.k-editor .k-editable-area {
    border-color: #093a6b !important;
}

.k-editor .k-i-insert-video:before {
    font-family: FontAwesome;
    content: "\f16a";
}

.k-editor .k-i-edit-insert-video:before {
    font-family: FontAwesome;
    content: "\f16a";
}
/*.k-header {
    background: #4c88c3 !important;
}*/
.k-edit-form-container {
    width: 100% !important;
}

.k-editor .k-i-blogger-tool {
    background: 50% 50% no-repeat url(../images/blogger-small.png);
}

.openFileCellRight {
    border-right: 1px solid #626262 !important;
}

.openFileStyle {
    width: 30px;
    height: 30px;
}
/*.attach-course .row1 .icon modified*/
.k-widget.k-tooltip-validation {
    color: #fff !important;
    z-index: 1;
}

.k-editor .k-i-insert-custom-image:before {
    font-family: FontAwesome;
    content: "\f03e";
}

.BoxHeadingInEnglish {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    color: #093a6b;
    margin-bottom: 15px;
    word-break: break-word;
}

.BoxHeadingInMalayalam {
    font-size: 15px !important;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    color: #093a6b;
    margin-bottom: 15px;
    word-break: break-word;
}

.k-editor .k-i-insert-line:before {
    font-family: FontAwesome;
    content: "\f0c9";
}

hr.bdr {
    border: 1px solid black !important;
}

blockquote {
    border-left: none !important;
    margin-left: 40px !important;
}

td blockquote:before {
    content: '\275d';
    color: #555;
    font-size: 55px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    margin-left: -50px;
    margin-top: 10px;
    float: left;
}

.k-editor .k-i-insert-block-quote:before {
    font-family: FontAwesome;
    content: "\f10d";
}



.donate_button {
    position: absolute;
    right: 10px;
    top: 10px;
    /*z-index: 9999;*/
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

    .donate_button img {
        margin-bottom: 10px;
        height: 30px;
        width: 100px;
    }

.st-disclaimer {
    display: none;
}

.contactusFirstHeading {
    font-size: 15px;
    font-weight: bold;
}
.socialMedia {
    background-image: url(../images/socialmedia.jpg);
    height: 223px;
    background-size: cover;
}

.imageMarginStyle {
    margin-top: 7px;
}
.smartSuggestionBoxBG {
    position: relative;
    width: 100%;
    float: left;
    background: #f8f8f8;
    border: 1px solid #093a6b;
    padding: 30px 30px !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
    font-size: 20px !important;
    color: #000000;
}