
#content .navbar {
    padding: 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#content .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar a{ color: #fff;}
.sidebar-header h3{color:#fff;}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #172644;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 10px 10px;
    text-align: center;
    font-size: 0.75em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #172644;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding:0;
    border-bottom: none;
    position: relative;
}

#sidebar ul li a {
    padding:  10px;
    font-size: 1.0em;
    display: block;
}
#sidebar ul li a:hover {
    color: #172644;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #23808f;
}
#profileDropdown[aria-expanded="true"] {
    color: #000;
    background: #eef0f0;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f0d7';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #1c556a;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #172644;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    max-width: 100%;
	width:100%;
    display: inline-block;
    overflow: auto;
}

#profileDropdown::before{ content: '';}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
label.error{ color:#c00;}

#videos .video-wrapper {
    margin-bottom: 10px;
    display: inline-block;
}

#scores:before, #videos .video-wrapper figure:before {
    height: 100%;
    content: '';
}
#videos .video-wrapper figure:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 87, 128, 0.8);
    width: 0;
    transition: all .3s;
    border-radius: 7px;
}
#videos .video-wrapper figure:hover:before {
    width: 100%;
}

#videos .video-wrapper figure .overly {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#videos .video-wrapper figure:hover .overly {
    visibility: visible;
    opacity: 1;
}

#videos .video-wrapper figure .overly .title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

#videos .video-wrapper figure .overly .desc {
    text-transform: capitalize;
    font-size: 14px;
    color: #eee;
}
.pvideos .popup-youtube{
 text-decoration:none;	
}
.pvideos figure{
min-height: 290px;
border: 1px solid #ccc;
padding: 5px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
margin-bottom:20px;
}
#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}	
#resultDiv h3{
	background: #31a7ad;
    width: max-content;
    color: #fff;
    padding: 5px;
}
.nav-item a{ font-size:20px;}
#filter_tab .active .nav-link{
    font-weight: bolder;
    background: #2f7784;
    color: #fff;
}
#qnumbers a{
width:50px; height:48px; border:1px solid #ccc; text-align:center; border-radius:50%; padding:13px; margin-right:5px; display:inline-block; text-decoration:none;
}
#qnumbers a.active{ border:3px solid #39F; padding: 11px;}
.correct_ans {
    background-color: #eef3eb;
    border-bottom: 1px solid #e1e1e1;
    color: #54932f;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 100%;
}
.Normal_ans {
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 100%;
}
.Wrong_ans {
    background-color: #eef3eb;
    border-bottom: 1px solid #e1e1e1;
    color: #c10000;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 100%;
}
.form-wrapper  select {
    width: 100%;
    padding: 0 22px;
    height: 46px;
    border: none;
        border-bottom-width: medium;
        border-left-width: medium;
        border-bottom-style: none;
        border-left-style: none;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-bottom: 1px #dae4e8 solid;
    border-left: 1px #dae4e8 solid;
    font-size: 12px;
    color: #858788;
}
.accordion li > .sub-menu >li a.active{
	background:#7E8FDB;	
}
.form-wrapper {
    display: block;
    clear: both;
}
.padding-lg {
    display: block;
	 clear: both;
}
.correct_word {
    background: yellow;
}
#resultSection .box{
	 margin-bottom:15px;
	}
#loadingDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}	
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit !important;
    left: -9999px;
}
.fill_div{
	width:auto;
	height:25px;
	min-width:100px;
	border:1px solid #ccc;
	display:inline-block;
	vertical-align:middle;
	margin:2px;	
}
a.cke_button {
    display: block;
    height: 18px;
    padding: 8px 70px !important;
    outline: 0;
    cursor: default;
    float: left;
    border: 0;
    position: relative;
}
.cke_bottom {
    padding: 6px 8px 2px;
    padding-bottom: 2px;
    position: relative;
    border-top: none !important;
    background: none !important;
    border-bottom: none ;
}
h2{
    font-size: 1.3rem;
}
select {
    font-family: inherit;
    font-size: inherit;
}
.myrec{
    margin:20px auto;
	display:table;
}
.cke_contents{
	border:1px solid #ccc !important;
	
	}
.cke_chrome{
	border:none !important;
}
.cke_button__paste{
	border:1px solid #ccc !important;
	margin-left:150px !important;
	
}
.cke_button__copy{
	border:1px solid #ccc !important;
	margin-left:150px  !important;
}
.cke_button__cut{
	border:1px solid #ccc !important;
}
.cke_button__paste_icon{
	background: none !important;
}
.cke_button__paste_icon:before {
  content: "Paste";
}

.cke_button__copy_icon{
	background: none !important;
}
.cke_button__copy_icon:before {
  content: "Copy";
}
.cke_button__cut_icon{
	background: none !important;
}
.cke_button__cut_icon:before {
  content: "Cut";
}
#chars_counter{
	display:none;
	
	}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}	
.audio-player{
	border:1px solid #ccc;
	clear:both;
	height:150px;
	width:400px;
	text-align:center;
	margin-bottom:10px;
}
.audio-player p{
	padding-top:12px;	
    margin-bottom: 0;
	font-size:15px;
}
.dcontainer{
	background:#ccc;
	vertical-align:text-top;
	
}
.arrow_area{
	width:10%;	
	}
    /*=================*/
    .editer, .text-cont-editer {
    background-color:transparent !important; 
}
.cke_contents {
    height: 90px !important;
    overflow: auto !important;
}
.cke_toolgroup,.cke_toolgroup,.cke_toolbar {
    width: 100% !important;
}
a.cke_button {
    padding: 4px 6px;
    outline: 0;
    border: 0;
    flex: all;
    margin-left: 12% !important;
    position: relative;
    background: #ece9d8 !important;
    box-shadow: 2px 3px 0 #ddddbf;
}
.optionsarea{
	background:#E0E5F0 ;
	height:114px !important;
	margin-bottom:10px;
	
}
.doption{
	border:1px solid #ccc;
	background:#fff;
	cursor:move;	
	text-align:center;
	display:block;	
	min-height:23px;
}
.mr_5{
	margin:5px;
}
.fa.fa-text-width {
	display: none;
}
#left_menu {
	display: none;
	position: absolute !important;
left: -15px;
z-index: 99;
top: 30px;
}
.menu_side {
	display: block !important;
}

.leftmenu {
background: #2e5f85;
padding: 5px 15px;
color: #fff;
font-size: 1.3em;
cursor: pointer;
height: 40px;
}

.style1
{
    background: yellow;
    
    display: block;
}
.checkbox,.radio {
   /* margin-bottom: 10px;*/
}
.inner-banner {
    float: left;
    width: 100%;
}





.radio {
  position: relative;
}


.radio input {
  display: none;
}

.radio label {
  padding-left: 25px;
  position: relative;
}
.radio label:before {
  width: 14px;
height: 14px;
content: '';
position: absolute;
left: 0;
top: 6px;
border: 1px solid #474545;
margin-top: 0px;
border-radius:50%;
}
.radio label:after {
    /* background: #7b7b74; */
    left: 0;
    top: 0px;
    transition: .3s;
    border-radius: 50%;
    opacity: 0;
    font-family: fontawesome;
    margin-top: 0px;
    width: 10px;
    height: 10px;
    content: '\f00c';
    position: absolute;
    left: 2px;
}
.radio input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.radio label.style1:after {
opacity: 1;
}

.bg-faded{
	background:#FAFAFA;
	border:5px solid #F7F7F9;
	padding:10px;
		margin-bottom:10px;
		min-height:100px;
		
}
.bg-faded h2{
	font-size:20px;	
	border-bottom:5px solid #F7F7F9;
	padding-bottom:10px;
			
}
.testimonial_section {
	padding:40px 0 60px;
	background:#01539f;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
}
.testimonial_section .testimonial_box {
	/*  padding: 80px 0 0;

    background: url(../images/test-bg.png) asdsd50% 0 no-repeat;
*/
    text-align: center;
	color: #fff;
	font-weight: 300;
	margin: 50px 0 0 0;
}
.testimonial_section .testimonial_box .user_image {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #ffffff;
	margin: 0 0 10px 0;
}
.testimonial_section .testimonial_box .author {
	font-size: 18px;
	font-weight: 500;
}
#hometestimonial {
	padding: 0 4%;
}
#hometestimonial .owl-nav div {
	position:absolute;
	top:50%;
	text-indent:-9999px;
	width:18px;
	height:30px;
	margin-top:-15px;
	border-radius:0;
	z-index:999;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	cursor: pointer;
}
#hometestimonial .owl-nav div.owl-prev {
	left: 0%;
	background: url(../images/prev-btn.png) 0 0 no-repeat;
}
#hometestimonial .owl-nav div.owl-next {
	right: 0%;
	background: url(../images/next-btn.png) 0 0 no-repeat;
}
.page-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
	
}
.sub-menu li a {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
    padding-left: 1em;
    background: #3288cb;
}
.accordion li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.5em 1em !important;
        padding-left: 1.3em !important;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
    background: #2e5f85;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.inner-heading h2 {
    font-size: 1.1em !important;
	font-weight:bold;
}
.inner-content {
    min-height: 600px;
    padding-bottom: 50px;
    background: #fefefb;
    padding-top: 5px !important;
}
.instruction{
	text-align:justify;
	
}
#answer_11 p{
	display: inline-block;
	text-align:justify;
	
}
#answer_15 p{
	display: inline-block;
	text-align:justify;
	
}
body{
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none 
}
.correct_word_ans{
    background: yellow;
}
#resultSection p{
	margin-bottom:0px !important;
	line-height:30px;
	white-space:normal !important;
}
.cke_reset{
    height: 200px !important;
  }
.accordion span.fa{
	 float:right;
} 
.accordion li >  a.active {
    background: #637CF0;
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.editer .editer-footer {
    padding: 3.5em 0 !important;
    width: 100%;
    float: left;
}
.practicebtn{
	background:#3288cb;
	border-radius:5px;
	height:32px;
	width:auto;	
	min-width:100px;
	color:#fff;
	margin:5px;
	display:inline-block;
	padding:6px;
	text-align:center;
	text-decoration:none;
}
a.practicebtn:hover{
	color:#fff;
	background:#2e5f85;
	text-decoration:none;
}

a select{
	color:#000;
}

/************************  BLOG *************************************/
.blog .blog-box:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0px;
	}
	.blog .blog-box {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #dee1e4;
}
.blog .blog-box .blog-img-box {
    position: relative;
}
.blog .blog-box .blog-text {
    text-align: left;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(2,0,45,0.8);
}
.blog .blog-box .blog-text .cate-btn {
    display: inline-block;
    background-color: #387fce;
    padding: 2px 5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    word-break: break-all;
}
.blog .blog-box .blog-img-box>a {
    display: block;
    position: relative;
    overflow: hidden;
}
.blog .blog-box .blog-text .h3, section.blog .blog-box .blog-text .h1, section.blog .blog-box .blog-text h1, section.blog .blog-box .blog-text h3 {
    color: #fff;
    height: 60px;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px;
}
.blog .blog-box .blog-text ul {
    padding: 0px;
    margin: 0px;
}
.blog .blog-box .blog-text ul li {
    color: #aaa;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin-bottom: 0px;
    text-align: initial;
}
.blog .blog-box .blog-img-box>a img {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    width: 100%;
    border: 1px solid #ecf0f5;
}
.blog img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
.blog .blog-box .blog-text ul li span {
    position: relative;
    margin-right: 5px;
    padding-right: 7px;
}
.blog .blog-box .blog-text ul li i {
    padding-right: 5px;
}
.blog .blog-box .blog-text ul li span:after {
    background: #aaa;
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 1px;
    width: 2px;
    height: 15px;
}

.blog .blog-box .blog-text .h3, section.blog .blog-box .blog-text .h1, section.blog .blog-box .blog-text h1, section.blog .blog-box .blog-text h3 {
    color: #fff;
    height: 60px;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px;
}
.blog-widget {
    width: 100%;
    background-color: #ecf0f5;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.blog-widget .widget-title-blog {
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
}
.blog-widget .widget-title-blog span {
    background-color: #dc3626;
    display: table;
    padding: 3px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.blog-widget ul {
    margin: 0px;
    padding: 0px;
}
.blog-widget ul.categories li {
    font-size: 14px;
    font-weight: 700;
    background-image: none;
    margin: 0;
    border-bottom: 1px dotted #aeb1b5;
    padding: 0 20px 8px 20px;
    position: relative;
    margin-top: 8px;
}
.blog-widget ul.categories li a {
    color: #0d2b4c;
    display: table;
    width: 100%;
    word-break: break-all;
}
.blog-widget ul.categories li:nth-child(3n+1) span {
    background-color: #dc3626;
}
.blog-widget ul li {
    list-style: none;
    color: #fff;
    padding: 0px;
    text-align: inherit;
}
 .blog-widget ul.categories li:nth-child(3n+3) span {
    background-color: #ea7914;
}
.blog-widget ul.categories li:nth-child(3n+2) span {
    background-color: #387fce;
}
.blog-widget ul.categories li:nth-child(3n+4) span {
    background-color: #43cb83;
}
.blog-widget ul.categories li:before {
    content: "\f101";
    font-family: fontawesome;
    padding: 0 5px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
}
.universalcookiedisclaimer {
    background-color: #FFFFFF;
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 300;
}
.universalcookiedisclaimer-container {
    padding-bottom: 36px;
    padding-top: 36px;
}
.universalcookiedisclaimer-row {
    -ms-flex-align: center;
    align-items: center;
}
.universalcookiedisclaimer-text, .universalcookiedisclaimer-text * {
    color: #2E2925;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
	text-align:justify;
}
.universalcookiedisclaimer-text {
    margin-right: 40px;
}
.universalcookiedisclaimer-btn {
    background: #00539E;
        background-size: auto;
    background-size: 100% 0px;
    border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    border: none;
    margin-left: 24px;
}
.universalcookiedisclaimer-text a, .universalcookiedisclaimer-text a::after {
    display: inline-block;
}
.universalcookiedisclaimer-text a, .universalcookiedisclaimer-text a:visited, .universalcookiedisclaimer-text a:hover, .universalcookiedisclaimer-text a:focus {
    color: #2D72B9;
}
.universalcookiedisclaimer-text a::before {
    border-bottom-color: #2D72B9;
}
.universalcookiedisclaimer-text a::after {
    content: '';
    height: 16px;
    margin-right: -16px;
    width: 16px;
    vertical-align: middle;
    background: transparent url(../images/icon-caret-darkblue.svg) no-repeat 100% 50%;
}
.universalcookiedisclaimer-text a {
    padding-right: 20px;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    padding-right: 20px;
    display: inline;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    padding-right: 20px;
    display: inline-block;
    line-height: initial;
}
.universalcookiedisclaimer::before {
    background: linear-gradient(147.61deg, #2D72B9 0%, #2CBCB1 100%);
    display: block;
    content: '';
    height: 4px;
    width: 100%;
}
.universalcookiedisclaimer-btn::after {
    background: linear-gradient(to left, #2D72B9 0%, #2CBCB1 100%);
    border-radius: 0;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    transition: transform 300ms ease-in-out;
    transform: translateY(100%);
}

.topnav {
  background-color: #333;
  overflow: hidden;
  width:100%;
   background-color: #3a83e1 !important;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 14px;
  background-color: #3a83e1 !important;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* mydropdown container - needed to position the mydropdown content */
.mydropdown {
  float: left;
  overflow: hidden;
}

/* Style the mydropdown button to fit inside the topnav */
.mydropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 12px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
   background-color: #3a83e1 !important;
}

/* Style the mydropdown content (hidden by default) */
.mydropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Style the links inside the mydropdown */
.mydropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the mydropdown button on hover */
.topnav a:hover, .mydropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.topnav a.active , .topnav button.active{
	background:#090 !important;
}
/* Add a grey background to mydropdown links on hover */
.mydropdown-content a:hover {
  background-color: #2e5f85 !important;
  color: #fff;
}

/* Show the mydropdown menu when the user moves the mouse over the mydropdown button */
.mydropdown:hover .mydropdown-content {
  display: block;
}
.slider-content {
  
    background-size: cover;
    background-position: 50% 50%;
}
.slider-content {
    position: relative;
    height: 100%;
    display: table;
    WIDTH: 100%;
    VERTICAL-ALIGN: MIDDLE;
    height: 550px;
    max-height: 750px;
}
.overlay-3 {
	position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background:rgba(3, 22, 51, 0.9);
opacity: .8;
}
.appio-slider-wrap {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
}
.banner-slider-section h1 {
    text-align: center;
    font-size: 50px;
    color:#fff;
    font-weight: 700;
}
.banner-slider-section .banner-language {
    text-align: center;
    margin: 5px auto;
    padding: 0;
}
.banner-slider-section .banner-language li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 15px;
}
.banner-slider-section .banner-language li i {
    padding: 0 10px;
    color:#36C;
}
.tutorials-slider-btn a {
    margin: 12px 15px 0 0;
    padding: 15px 30px;
    display: inline-block;
    transition: .5s;
}
.what-ccl{
	background: #0d5382;
	color:#fff;
}
.what-ccl .text-heading {
    display: block;
    color:#fff;
    padding-bottom: .2em;
    font-size: 2em;
    text-transform: uppercase;
}
.what-ccl p {
    color: 
    #fff;
    margin: 0 auto;
    width: 50%;
    font-size: 16px;
    line-height: 28px;
    position: relative;
	text-align:center;
}
.ccl-test-location {
   background:rgba(9, 47, 106, 0.77);
}
.ccl-test-location h3 {
   display: block;
    color:#fff;
    padding-bottom: .2em;
    font-size: 2em;
    text-transform: uppercase;
}

.ccl-test-location p {
    font-size: 18px;
    color: 
    #fff;
}
.ccl-test-location ul {
    margin: 0;
    padding: 0;
    width: 70%;
	list-style:none;
}
.ccl-test-location ul li {
    float: left;
    width: 50%;
    color: 
    #fff;
    padding: 5px 0;
}
.avail-language ul {
    margin: 0;
    padding: 0;
    display: inline-block;
	list-style:none;
}
.avail-language ul li {
    float: left;
    padding: 11px 15px;
    width: 16.66%;
    text-align: left;
    border: 1px solid 
    #e8e8e8;
    margin-top: -1px;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .mydropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .banner-slider-section .ccl-title {
    font-size: 22px;
    padding: 10px 0 10px 0;
    margin-top: 0;
}
.slider-content {
    height: auto;
    padding: 30px 0;
}
.padding-lg {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}
.what-ccl p {
    width: 100%;
    padding: 0 15px;
}
.avail-language ul li {
    padding: 10px;
    width: 33.33%;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .mydropdown {float: none;}
  .topnav.responsive .mydropdown-content {position: relative;}
  .topnav.responsive .mydropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.contact-detail .address .inner h3{
	margin-top:1px  !important;	
}
.act{
	background:#f4e6e6;
    font-weight: bold;
}
#successs,#tanc{width:100%;position:fixed;height:100%;z-index:99999;color:red;top:0;left:0;background:rgba(0,0,0,.8)}.customalert{padding:30px;outline:transparent solid 10px;max-width:500px;margin:10% auto;font-size:26px;display:table}.customalert-success,.customalert-tanc{outline-color:rgba(36,4,96,.5);border:5px dashed rgba(255,255,255,.2);color:#fff;background-color:#34096d}.customalert-success{font-size:30px;text-align:center}.customalert-tanc{font-size:16px;line-height:1.6em;text-align:left}.customclose{font-size:36px;color:#fff;border:none;background-color:#34096d;position:absolute;right:0;top:0}.ale-success,.cclose{background-color:#fff;text-align:center}.ale-success{color:#111;outline-color:rgba(132,130,130,.17);border:2px dashed rgba(255,154,209,.54);font-size:15px}.cclose{font-size:20px;color:#232222;border:none;position:absolute;right:-15px;top:-15px;border-radius:50%;width:30px;height:30px}.tc{font-size:9px;text-align:right}label.error{color:red!important;display:inherit}
   .ptable{
	box-shadow: 0 2px 4px grey;margin: auto; cursor:pointer;
	}
   .ptable:hover{
	box-shadow: 0 6px 15px #306;margin: auto;cursor:pointer; background:#fffbfb;
	}
#container-main .content {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 15px;
}	
#container-main {
    background: url(../images/texture.jpg);
    padding: 60px 0;
}
#container-main .content ul{
	padding-left:15px; 
}	

#recent-posts .widget-title::before {
    position: absolute;
    content: '';
    background-color: #083c5f;
    width: 50px;
    height: 2px;
    margin-top: 35px;
}
#recent-posts ul{
	list-style:none;
}
.text-center h1, .text-center h1 a {
    color: #fff !important;
}
#recent-posts ul li{
overflow: hidden;
margin: 0 0 1.5em;
}
#recent-posts li img{
	width: 75px;
height: 75px;
display: inline;
float: left;
margin: .3em .75em .75em 0;
}
.our-impotance p{
	font-family:'Poppins', sans-serif !important;
	line-height:1.6;	
}
.content p{ text-align:justify;}
        #diagnostic {
    position: relative;
}

#diagnostic .text {
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 30px 5px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#diagnostic .text  .word-1 {
    margin: 0 0 2px 0;
	color:#fff;
	  
}
#diagnostic .text  span {
    display: block;
}
#diagnostic .text  .word-2 {
   letter-spacing: 3px;
	color:#fff;
    font-weight: blod;
	font-size: 110%;
}
.footbtncontainer {
   width: 100%;
   max-width:1000px;
    position: fixed;
    bottom: 0px;
  
    background: #DAD9E0;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
}
.pvideos .popup-youtube{
 text-decoration:none;	
}
.pvideos figure{
min-height: 290px;
border: 1px solid #ccc;
padding: 5px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
margin-bottom:20px;

}

.loginwell {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 0 2px 2px rgb(75 158 162 / 64%);
}

.guestloginwell {
    min-height: 340px; 
	padding:30px;
	padding-top:100px;
	padding-bottom:50px;
	margin-right:-35px;
	margin-top:-20px;
	margin-bottom:-100px;
    background-color: #4BDEEE;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 0 2px 2px rgb(75 158 162 / 64%);
}

@media only screen and (max-width: 992px) {
	.guestloginwell {
	min-height: 220px;
    padding: 20px;
	margin-left: -34px;
    margin-top: -10px;
    margin-bottom: -20px;
	}
}
@media only screen and (max-width: 767px) {
	.guestloginwell {
	min-height: 358px;
    padding: 20px;
    padding-top:100px;
	margin-left: -34px;
    margin-top: -10px;
    margin-bottom: -20px;
	}
}
@media only screen and (max-width: 700px) {
	.guestloginwell {
	min-height: 358px;
    padding: 20px;
    padding-top:100px;
	margin-left: -34px;
    margin-top: -10px;
    margin-bottom: -20px;
	}
}

@media only screen and (max-width: 640px) {
	.guestloginwell {
    min-height: 200px; 
	padding-top:40px;
	margin-top: -10px;
    margin-bottom: -80px;
		
	}

}

div.checkbox label{ display:block;}
div.checkbox span.label-text{ padding-left:5px;}
a.cke_button {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    outline: 0;
    /* cursor: default; */
    float: none !important;
    border: 0;
    position: relative;
    width: 2px;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  
 ul ul.dropdown-menu a {
    font-size: 1.0em !important;
    padding-left: 30px !important;
    line-height: 1.8em;
    background: #fff !important;
} 
li.dropdown a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f0d7';
    display: block;
    position: absolute;
    right: 5px;
    font-family: 'FontAwesome';
    font-size: 0.6em;
}
.navbar-nav {
    margin: 7.5px -15px;
    max-width: 100%;
}
.notibar {
    color: #383d41;
    background-color: #f3f3f3;
    border-color: #d6d8db;
	width: 100%;
}
.announcement-iterative-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #172644;
    display: block;
    width: 70px;
    background-position: center;
    background-repeat: no-repeat;
}
.announcement-box {
    background-color: #f3f3f3;
    position: relative;
    box-shadow: 1 1 15px rgba(0,0,0,.1);
	margin-top:20px;
}
.announcement-iterative-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
   
    color: #202438;
    padding: 15px 15px 15px 105px;
}
.crumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    height: 100%;
    shape-outside: polygon(0 0, 0 100%, 50% 50%);
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    height: 100%;
    width: 30px;
    background: #1d2236;
}
.subsbar{
margin-top: 5px;margin-bottom: 5px;padding: 10px;background: #FFEDFF;color: #000;font-size: 16px;	
}
.tscore {position: absolute;
right: 250px;
top: 23px;}
@media only screen and (max-width: 480px) {
.tscore {
  position: absolute;
  right: 60px;
  top: 16px;
}
}