@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
html {
    scroll-behavior: smooth;
}
/*ul {list-style: none; padding: 0; margin: 0;} */
a:hover{text-decoration: none;} a{text-decoration: none;} a:active{text-decoration: none;} a:foucs{text-decoration: none;}
img {width: 100%;position: relative;}
p {font-family: 'FFBook';}
.h6, h1, h2, h3, h4, h5, h6{font-family: 'FFOne';}
li {font-family: 'FFBook';}
label{font-weight:normal;}
/* Font Family */
@font-face {
    font-family: 'FFBook';
    src: url('../fonts/GothamRounded-Book.woff2') format('woff2'),
        url('../fonts/GothamRounded-Book.woff') format('woff'),
        url('../fonts/GothamRounded-Book.ttf') format('truetype'),
        url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FFOne';
    src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff'),
        url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
        url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {padding: 0;margin: 0;font-family: 'FFBook';text-align: left;background-color: #ffffff;min-height: 500px;}
.img-thumbnail {
    border-radius: 0;
}
/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
    border: 0px solid #e72630;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}
/* back to top */
#buttontop {
    display: inline-block;
    background-color: #d02730;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#buttontop::after {
    content: "\f077";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#buttontop:hover {
    cursor: pointer;
    background-color: #268645;
}
#buttontop:active {
    background-color: #555;
}
#buttontop.show {
    opacity: 1;
    visibility: visible;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-nav>li {
    font-family: 'FFOne';
}
.navbar-default .navbar-nav>li>a {
    color: #1f4093;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #cd242c;
    border-bottom: 4px solid #db252e;
    background: #fff;
}
.nav>li>a {
    padding-right: 5px;
    padding-left: 5px;
}
@media screen and (max-width: 800px) {
    .navbar-header {
        float: none;
    }
    .navbar-nav {
        margin:0;
        width: 100%;
    }
    .navbar-nav li{
        width: 100%;
    }
    .navbar-brand img {
        display: block;
        height: 70px;
        width: 200px;
    }
    .navbar-brand {
        height: 100px;
    }
    .navbar-toggle{display: block;margin-top: 35px;}
    /* General styles for all menus */
    .cbp-spmenu {
        background: #f8f8f8;
        position: fixed;
        padding:0;
        margin:0 !important;
        overflow-x:hidden;
        overflow-y:visible;
        display:block;
    }
    .cbp-spmenu h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }
    .cbp-spmenu a {
        display: block;
    }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }
    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        right: 0;
        z-index: 1000;
        overflow: hidden;
    }
    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: right;
    }
    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-right: 1px solid #258ecd;
    }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        right: -260px;
    }
    .cbp-spmenu-right {
        left: -260px;
    }
    .cbp-spmenu-left.cbp-spmenu-open {
        right: 0px;
        bottom:0;
    }
    .cbp-spmenu-right.cbp-spmenu-open {
        left: 0px;
        bottom:0;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }
    .cbp-spmenu-bottom {
        bottom: -150px;
    }
    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }
    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        right: 0;
    }
    .cbp-spmenu-push-toright {
        right: 260px;
    }
    .cbp-spmenu-push-toleft {
        right: -260px;
    }
    /* Transitions */
    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 1.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/* Navbar */
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1b1b66;
}*/
/* Page Header */
.page-header {
    position: relative;
}
.page-header:before {
    content: "";
    background: #e3262f;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
}
.vision .page-header:before {
    background: #9ec550;
}
.mission .page-header:before {
    background: #f7bb45;
}
/* TopBar */
.top-bar-header {
    background-color: #1F4093;
    padding: 8px 0;
    color: #fff;
}
.top-bar-header a{
    color: #fff;
}
/* Header */
header{
    padding: 10px 0;
    background-image: url(../images/IdBg.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10%;
}
/* Slider */
.slider {
    width: 100%;
    /*max-height: 500px;*/
    margin-bottom: 20px;
}
.slider .swiper-slide img{
    /*max-height: 500px;*/
}
.slider i{
    font-size: 15vw;
    position: absolute;
    color: #fff;
    z-index: 3;
    left: 50%;
    transition: 500ms;
    transform: translate(-50%, -55%);
}

.slider i.fa-play-circle {
    top:45%;
}
/* More Link */
a.more {
    display: inline-block;
    border-bottom: 1px solid #eee;
    color: #fff;
    text-align: right;
    background: #d02730;
    padding: 5px 12px;
    z-index: 1;
    float: right;
    clear: both;
    transition: 500ms;
}
a.more:hover {
    background: #1b1b66;
}
a.more i {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px;
}
a.btn i {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px;
}
/* Section */
section{

}
.salmah{
    background: #fbfbfb;
    padding: 0 0 40px;
    margin: 40px 0 0;
}
.salmah .main-block:hover .img-thumbnail{
    box-shadow: 0px 0px 3px #eee;
}
.salmah .main-block:hover a.more{
    background: #d02730;
}
.main-block {
    margin-bottom: 25px;
    transition: 500ms;
    overflow: hidden;
}
.motaqa-section .main-block{
    padding: 4px 4px 8px 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.motaqa-section .main-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #1F4093;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.motaqa-section .main-block:hover:before {
    left: 0;
    right: 0;
}
/* News */
.news-block {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;

}
.news-block:after, .news-block:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: rgb(27,27,102);
    background: linear-gradient(0deg, rgba(27,27,102,1) 0%, rgba(27,27,102,0.30) 35%, rgba(255,255,255,0) 100%);
}
.news-block:before {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s;
    transition: 300ms;
}
.news-block:hover:before {
    background: rgba(251,219,58,0.50);
    transform: scaleY(1);
}
.news-block img{
    transition: 500ms;
}
.news-block:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-box{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
}
.news-box a{
    color: #fff;
}
.news-box a h5{
    line-height: 1.5;
}
.news-box a{
    color: #fff;
    line-height: 1.5;
}
/* Single News */
.singlenewspage h4{
    line-height: 1.5;
    margin: 20px 0;
}
/* Gallery */
.gallery-block {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.gallery-block:after, .gallery-block:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: rgb(27,27,102);
    background: linear-gradient(0deg, rgba(27,27,102,1) 0%, rgba(27,27,102,0.30) 35%, rgba(255,255,255,0) 100%);
}
.gallery-block:before {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s;
    transition: 300ms;
}
.gallery-block:hover:before {
    background: rgba(251,219,58,0.50);
    transform: scaleY(1);
}
.gallery-block img{
    transition: 500ms;
}
.gallery-block i{
    font-size: 50px;
    position: absolute;
    color: #fff;
    z-index: 3;
    left: 50%;
    transition: 500ms;
    transform: translate(-50%, -55%);
}

.gallery-block i.fa-play-circle {
    top:45%;
}
.gallery-block i.fa-eye {
    top:-45%;
}
.gallery-block:hover i.fa-eye {
    top:45%;
}
.gallery-block:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-box{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
}
.gallery-box a{
    color: #fff;
}
.gallery-box a h6{
    line-height: 1.5;
}
.gallery-box a{
    color: #fff;
    line-height: 1.5;
}
/* About Home*/
.about p{
    background-color: #fff;
}
.about ul{
    background-color: #fff;
}
/*.aboutus, .vision, .mission{
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 4;
}
.aboutus{
    background-image: url(../images/Id1.svg);
}
.vision{
    background-image: url(../images/Id2.svg);
}
.mission{
    background-image: url(../images/Id3.svg);
}*/
/*=====================*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
    z-index: 11;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: right;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.social-nav a i{
    vertical-align: middle;
}
.model-0 {
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    top: 50px;
}
.model-0 li {
    float: none;
    display: block;
}
.model-0 a:hover {
    padding-right: 20px;
    width: 65px;
}
.model-0 .twitter {
    background: #00ACED;
}
.model-0 .facebook {
    background: #3B579D;
}
.model-0 .instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.model-0 .linkedin {
    background: #007BB6;
}
.model-0 .pinterest {
    background: #CB2026;
}

.model-3d-0 a {
    background: #333;
    float: right;
    margin: 0 10px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 a:hover {
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .fornt {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.model-3d-0 a:hover .back {
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 48px;
    height: 48px;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: translateZ(18px);
    -webkit-transform: translateZ(18px);
    transform: translateZ(18px);
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.model-3d-0 .back {
    font-size: 32px;
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -webkit-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.model-3d-0 .twitter .back {
    background: #00ACED;
}
.model-3d-0 .facebook .back {
    background: #3B579D;
}
.model-3d-0 .google-plus .back {
    background: #DD4A3A;
}
.model-3d-0 .linkedin .back {
    background: #007BB6;
}
.model-3d-0 .pinterest .back {
    background: #CB2026;
}
/* Footer */
.footer-top {
    padding: 60px 0;
    background: #1F4093 url(../images/IdBgV2.svg) no-repeat right -20% center;
    text-align: left;
    color: #aaa;
    background-attachment: fixed;
    background-size: 40%;
}
.footer-top h3 { padding-bottom: 10px; color: #fff; }

.footer-about img.logo-footer { max-width: 200px; margin-top: 0; margin-bottom: 18px; }
.footer-about p a { border: 0; }
.footer-about p a:hover, .footer-about p a:focus { border: 0; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px;}
.footer-contact p a { border: 0; }
.footer-contact p a:hover, .footer-contact p a:focus { border: 0; }

.footer-links a,.footer-contact p a { color: #aaa; border: 0; }
.footer-links a:hover, .footer-links a:focus, .footer-contact p a:hover, .footer-contact p a:focus { color: #fff; }

.footer-bottom {padding: 15px 0 17px 0;background: #183377;text-align: left;color: #aaa;}

.footer-social { padding-top: 3px; text-align: right; }
.footer-social a { margin-left: 20px; color: #777; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #79a05f; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-copyright { padding-top: 5px; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; border: 0; }
/* BreadCrumb */
.breadcrumb {
    margin-top: 20px;
}
/* Page */
.page-head {
    background-color: #1F4093;
    color: #fff;
    padding: 25px 0;
    background-image: url(../images/IdBgV2.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30%;
}
.breadcrumb {
    background: transparent;
    padding: 8px 0;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>.active {
    color: #f8f8f8;
}
.pagecontent {padding: 50px 0;}
/* About Page*/
.aboutpage p{
    background-color: #fff;
}
/* Administrators */
.administrators .main-block{
    padding: 4px 4px 8px 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.administrators .main-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #1F4093;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.administrators .main-block:hover:before {
    left: 0;
    right: 0;
}

/* Moltaqa Page */
.moltaqa-head {
    background-color: #1F4093;
    color: #fff;
    padding: 100px 0;
    background-image: url(../images/trafficSafety2020.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.moltaqa-head:before {
    content: "";
    background-image: url(../images/IdBgV2.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.moltaqa-head:after {
    content: "";
    background-color: #1f4093ab;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.moltaqa-head h1, .moltaqa-head .breadcrumb{
    position: relative;
    z-index: 4;
}
.moltaqapage .main-block, .programspage .main-block, .statisticspage .main-block, .magazinepage .main-block, .memberpage .main-block{
    padding: 4px 4px 8px 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.moltaqapage .main-block:before, .programspage .main-block:before, .statisticspage .main-block:before, .magazinepage .main-block:before, .memberpage .main-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #1F4093;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.moltaqapage .main-block:hover:before, .programspage .main-block:hover:before, .statisticspage .main-block:hover:before, .magazinepage .main-block:hover:before, .memberpage .main-block:hover:before {
    left: 0;
    right: 0;
}
/* Exam */
.exam .examform{
    margin:40px 0;
}
.exam .pagination li a {
    border-radius: 50%;
    vertical-align: middle;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}
.exam h4{
    line-height: 1.5;
}
.pagination>.correct-answer>a, .pagination>.correct-answer>a:focus, .pagination>.correct-answer>a:hover, .pagination>.correct-answer>span, .pagination>.correct-answer>span:focus, .pagination>.correct-answer>span:hover {
    z-index: 3;
    color: #fff;
    cursor: not-allowed;
    background-color: green;
    border-color: #ddd;
}
.pagination>.wrong-answer>a, .pagination>.wrong-answer>a:focus, .pagination>.wrong-answer>a:hover, .pagination>.wrong-answer>span, .pagination>.wrong-answer>span:focus, .pagination>.wrong-answer>span:hover {
    z-index: 3;
    color: #fff;
    cursor: not-allowed;
    background-color: red;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1f4093;
    border-color: #1f4093;
}
/* Customize the label (the container) */
.examform .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.examform .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.examform .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.examform .checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.examform .checkcontainer input:checked ~ .checkmark {
    background-color: #1f4093;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.examform .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.examform .checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.examform .checkcontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.exam .pager li>a, .exam .pager li>span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1f4093;
    border: 1px solid #1f4093;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-family: 'FFOne';
}
.exam .pager li>a:hover, .exam .pager li>span:hover {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d02730;
    border: 1px solid #d02730;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-family: 'FFOne';
}
/* Contact Us*/
.us-contact p { word-wrap: break-word; }
.us-contact i { padding-right: 10px; font-size: 18px;}
.us-contact p a { border: 0; }
.us-contact p a:hover, .footer-contact p a:focus { border: 0; }
/* Exam Result */
.exam-result{
    background-color: #1F4093;
    position: relative;
    overflow: hidden;
    padding: 60px;
    border-radius: 20px;
}
.exam-result:after {
    content: "";
    background-image: url(../images/IdBgV2.svg);
    background-position: left center;
    background-repeat: no-repeat;
    left: -100px;
    bottom: -100px;
    position: absolute;
    width: 300px;
    height: 300px;
}
.exam-result:before {
    content: "";
    background-image: url(../images/IdBg.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    position: absolute;
}
.exam-result .exam-result-form{
    background-color: #fff;
    color: #1F4093;
    border-radius: 20px;
    min-height: 500px;
    padding: 20px;
}
.exam-result-form .adminthanks{
    text-align: right;
}
.exam-result-form h3{
    font-family: 'FFBook';
    font-size: 22px;
}
.exam-result-form h2{
    font-family: 'FFOne';
    margin: 30px 0;
}
.downloadcert{
    margin-top: 50px;
}
.tab{
    text-align: center;
}
.tab .nav-tabs{
    display: inline-block;
    border-radius: 4px;
    border: none;
    padding: 6px;
}
.tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
.tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    background: none;
    color: #999;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #d02730;
    color: #fff;
    border: none;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: #d02730;
    color: #fff;
}
.tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: left;
    padding: 20px 0 0;
}
.tab .tab-content h3{
    font-size: 22px;
    color: #5b5a5a;
}
