@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(/fonts/muli-light.ttf);
}
@font-face {
  font-family: 'saurav-bold';
  src: url(/fonts/muli-bold.ttf);
}
@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(/fonts/static/JosefinSans-Regular.ttf);
}

@font-face {
  font-family: 'JosefinSans-Bold';
  src: url(/fonts/static/JosefinSans-Bold.ttf);
}
@font-face {
  font-family: 'JosefinSans-BoldItalic';
  src: url(/fonts/static/JosefinSans-BoldItalic.ttf);
}
h1,h2,h3,h4,h5,h6{
	font-family: 'JosefinSans-Bold';
}
.single-page-content pre code {
    color: #444 !important;
}
.main_image_applyjob_banner img {
    max-width: 100%;
    margin-bottom: 40px;
}
.navbar-light .navbar-nav .nav-link.ytlink_menu {
    background: #ff2c2c;
    color: #fff !important;
    font-weight: 600;
    animation: animatetest 1.5s linear infinite;
}
@keyframes animatetest{
   0%{
     background: #ff2c2c;
   }
   50%{
     background: #ffb100;
   }
   100%{
     background: #ff2c2c;
   }
 }
.quiz_inner_single .progress{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
img.closeabsolute {
    position: absolute;
    right: 4%;
    top: 110%;
    opacity: .1;
    height: 32px;
    animation: blinkcloseabsolute 1s linear infinite;
}
@keyframes blinkcloseabsolute{
0%{opacity: .1;}
50%{opacity: .3;}
100%{opacity: .6;}
}
.single-page-content .apply_job_form h4 {
    color: #fff;
    padding: 10px 8px;
    box-shadow: 0px 0px 8px #000000;
    background: #666666;
    border-color: #0f75bc;
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-page-content .apply_job_form .checkbox label input {
    margin-right: 3px;
}
.single-page-content .apply_job_form .checkbox label {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}
.demo{ background-color: #E8E9EB; }
.serviceBox {
    color: #555;
    background: #ffffff;
    font-family: JosefinSans-Regular !important;
    text-align: center;
    padding: 40px 15px 10px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    margin-bottom: 40px;
    box-shadow: 0px 1px 4px #ccc;
}
.product_card h3{padding-top:10px}
 .product_card {
    padding: 10px;
}
.product_card img{border-radius:10px;}
.product_card {
    padding: 10px;
    border-radius: 10px;
}
.paypal>img{
    margin: 0 auto;
    display: table;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 8px;
    background: #0f75bc;
}
ul.postmeta_info_list.list-inline.list-unstyled .fa {
    color: #666;
}
a.navbar-brand>img {
    max-width: 220px;
}
ul.postmeta_info_list li {
    display: inline;
}
.single-page-content.interview_questions_content .interview_question_single h3 {
	font-size: 20px;
    text-align: left;
    text-transform: none;
    line-height: 28px;
}
ul.numberinglist li {
    list-style-type: decimal;
}
ul.numberinglist li img {
    margin: 10px 0 20px;
}
ul.numberinglist li:last-child img {
    margin: 10px 0 0px;
}
.interview_question_single table th, .interview_question_single table td {
    border: 1px solid #444;
    padding: 2px;
}
.interview_question_single table {
    width: 100%;
    margin: 0 0 20px;
	    max-width: 100%;
    display: table;
}
span.hljs-preprocessor {
    color: #e28b8b;
}
code.php.hljs {
    color: #79a099;
}
span.hljs-keyword {
    color: #f4d99c;
    font-weight: 600;
}
span.hljs-title {
    color: #acba80;
}
span.hljs-variable {
    color: #d08787;
}
span.hljs-string {
    color: #444;
    font-style: italic;
}
li.nav-item.dropdown .dropdown-menu-right {
	border: 1px solid #f0f0f3;
    border-top: 0;
    border-radius: 0;
    margin-top: 0;
}
.interview_question_single table th {
    text-align: center;
    background: #444;
    border: 1px dashed #cccccc;
    color: #fff;
}
.serviceBox:hover{ box-shadow: 0 0 15px #999; }
.serviceBox:hover a.readmore.btn {
    bottom: 3px;
}
.alsoread_post a {
    border-bottom: 1px solid #444;
    color: #444;
}
img.screenshot_tutorial {
    box-shadow: 0px 3px 10px #444;
    border: 1px solid #ccc;
    padding: 2px 3px;
}
.alsoread_post {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 20px 0;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
    background: #fefcfc;
}
.alsoread_post strong {
    color: #000;
}
.custompoppost .modal-content a, .custompoppost .modal-content p, .custompoppost .modal-content h3 {
    color: #fff;
}
.custompoppost .modal-content {
    background: #4c5272;
    padding: 30px;
    padding-top:40px;
    margin-top: 100px;
}
.custompoppost {
    background: rgba(0,0,0,.7);
    opacity: 1 !important;
}
.custompoppost .modal-content .readnow {
    float: none;
    width: 120px;
    background: #fff4f4;
    color: #4c5272;
    border: none;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0 7px;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}
.custompoppost .modal-content button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    background: #fff;
    padding: 0 9px 7px;
    border-radius: 20px;
    opacity: .7;
}
.custompoppost .modal-content img{
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}
.custompoppost .modal-content h3 {
    font-size: 18px;
    margin-top: 20px;
}
body{background:#f0f0f3 !important;}
a.readmore.btn {
    font-family: JosefinSans-Regular !important;
	    padding: 2px 0 5px;
}
.single-page-content h4 a {
background: #9dce6c;
    border-left: 8px solid #9dce6c;
    text-decoration: none;
}
.pagination.text-center {
    float: left;
    width: 100%;
    display: table;
}
.latestblogs_grid .serviceBox .extra_info.row p, .leaning_naterial .serviceBox .extra_info.row p {
    font-size: 12px !important;
}
.latestblogs .serviceBox >p {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.latestblogs .serviceBox p.description {
    padding-bottom: 0;
    border: none;
}
.single-page-content h4 {
    background: #444;
    border-left: 8px solid #403c3c;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
}
.single-page-content h4 a:hover {
    color: #403c3c;
    border-bottom: 1px solid #403c3c;
}
a.navbar-brand .fas {
    font-size: 42px;
}
a.navbar-brand span {
    font-size: 32px;
    padding: 0 7px 0;
    font-family: JosefinSans-Regular !important;
}
.pagination.text-center .leftbtn {
    float: left;
}
.pagination.text-center .rightbtn {
    float: right;
}
.banner-front img {
    max-width: 100%;
}

.leaning_naterial h1 {
    font-size: 32px;
    text-align: center;
    margin: 30px 0 20px;
}
.latestblogs_grid {
    width: 100%;
    float: left;
    background: #efefef;
}
.pagination.text-center {
    max-width: 100%;
    margin: 20px auto 0;
    max-width: 100%;
    display: table;
}
a.readmore.btn:hover {
    background: #444;
    color: #fff;
}
a.readmore {
    width: 90%;
    border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #d3d6da;
	color:#fff;
    position: absolute;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    left: 5%;
    bottom: -40px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px;
}
.extra_info p {
    margin: 0 0 0;
    font-size: 12px;
    color: #9e9393;
	font-size:12px !important;
}
.serviceBox:before{
    content: "";
    background: linear-gradient(45deg,#139627,#4BB85D,#139627);
    width: 125%;
    height: 230px;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    left: -50px;
    z-index: -1;
}

.serviceBox .service-icon{
    color: #fff;
    font-size: 75px;
    line-height: 20px;
    margin: 0 auto 65px;
}

.serviceBox .service-icon i{
 -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    transition: all 0.3s ease 0s;
}
.extra_info.row span.border {
    position: absolute;
	 -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    height: 20px;
}
footer h5.headin5_amrc.col_white_amrc.pt2 {
    color: #fff;
}
.serviceBox:hover .service-icon i{
    text-shadow: 0 0 5px #fff;
	 -ms-transform: rotateX(360deg) rotateY(360deg);
    transform: rotateX(360deg) rotateY(360deg);
}
.leaning_naterial .serviceBox .title {
    padding: 0 0 10px;
    border-bottom: 1px dashed #cccccc;
    margin: 0 0 10px;
}
.latestblogs_grid .serviceBox p {
    font-size: 16px !important;
}
.latestblogs_grid .serviceBox p.title {
    font-size: 20px !important;
}
.serviceBox .title{
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0px;
    transition: all 0.3s;
}
.single-category-page h1 {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.contact-section .icons {
	float: left;
    font-size: 36px;
    margin-right: 30px;
    position: absolute;
    left: -50px;
    top: -10px;
    width: 36px;
}
.about_me_page .address>ul>li {
    margin: 0 0 20px;
}
.about_me_page div#skill {
    background: #fff;
}
.about_me_page ul.social.list-inline li {
    display: inline !important;
    margin: 0 15px 0px 0px;
}
.about_me_page .address h3 {
    font-size: 16px;
    text-align: left;
}
.fornt-page .jumbotron {
    background: #f0f0f3;
}
.buttonfour{
    background: #444 !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
}
.about_me_page>.about_banner {
    width: 100%;
}
.about_me_page h2 {
    color: #444;
}
.about_me_page h4 {
    color: #000;
}
.leave_message_btn{
	    color: #fff;
    font-size: 16px;
    float: left;
    background: #444;
    padding: 10px 15px;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 100px;
}
.about_me_page ul {
    display: table;
}
.about_me_page .address ul li {
    list-style-type: none;
    position: relative;
}
.row.latestblogs.single-category-page {
    border: none;
}
.serviceBox:hover .title{ color: #139627; }

.serviceBox .description{
	font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #efefef;
    margin: 0 0 10px;
}
.banner.yellow{ background: linear-gradient(45deg,#db9e11,#FEC132,#db9e11); }
.banner.red{ background: linear-gradient(45deg,#d1082d,#ED2D52,#d1082d); }
.banner.gray{ background: linear-gradient(45deg,#343538,#626367,#343538); }
.banner.blue{  background: linear-gradient(45deg,#13768c,#61bace,#13768c); }
 .banner.orange {  background: linear-gradient(45deg,#FF9800,#f5c555,#FF9800); }
.banner.brown { background: linear-gradient(45deg,#d4582c,#de8565,#d4582c); }
.banner.pink {    background: linear-gradient(45deg,#e91e63,#ff669a,#e91e63);}
.row.latestblogs .redmore_section a.readmore.btn {
    color: #000;
	background: #fff;
}
.question.card p {
    margin-bottom: 0;
}
.recommanded_articles h3, .recommanded_articles a {
    text-align: left;
	text-transform: capitalize;
	font-size:16px;
}
.recommanded_articles h3 {
    font-size: 18px;
    font-weight: 700;
}
.contact-us-work p {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.contact-us-work {
    background: #444;
}
.sidebar_posts {
    margin-top: 40px;
}
.sidebar_posts h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
	    margin: 0 0 20px;
}
.sidebar_posts h3 span {
    border-bottom: 2px solid #cccccc;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.sidebar_posts a {
    text-transform: capitalize;
	font-size:16px;
}
.sidebar_posts .badge a{
	font-size:14px;
}
.sidebar_posts>div {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 2px;
    border-top: 5px solid #666666;
}
.single_inner_left {
    background: #fff;
    padding: 20px;
    margin-top: 0px;
    border-radius: 2px;
}
.row.latestblogs .serviceBox {
    padding: 0;
    border-radius:10px;
	padding-bottom: 10px;	
}
.serviceBox .serviceBox_inner_sec p {
    text-align: justify;
}
.serviceBox .serviceBox_inner_sec .extra_info p {
    text-align: center;
}
.serviceBox .serviceBox_inner_sec .extra_info{
	    border-top: 1px dashed #cccccc;
    padding-top: 10px;
}
.serviceBox .serviceBox_inner_sec p.title {
    text-align: center;
	margin: 0 0 10px;
}
.serviceBox .startsinlge {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d2bfbf;
    background: rgba(0,0,0,.4);
    padding: 11px 11px;
    border-radius: 50%;
}
.serviceBox_inner_sec {
    padding: 10px 20px 0;
}
img.bannerpost {
    max-width: 100%;
    margin: 40px 0 0px;
}
.row.latestblogs .serviceBox>img {
    max-width: 100%;
	width: 100%;
}
.comment-text.w-100 .m-b-15.comment_message {
    display: table;
    width: 100%;
    float: left;
}
.recaptcha_container {
    margin-top: 15px;
}
form#comment_form h3 {
    text-align: left;
    text-transform: initial;
    font-size: 20px;
    margin: 0 0 20px;
}
form#comment_form span.invalid-feedback {
    display: block;
}
form#comment_form button.btn.btn-primary.pull-right {
    background: #666;
    border-radius: 2px;
    border-color: transparent;
    margin: 10px 0 0;
}
form#comment_form button.btn.btn-primary.pull-right:hover, a.all_posts_btn:hover {
    background: #0f75bc;
}
.comments.section h4.card-title {
    background: transparent;
    border: none;
    text-align: left;
    font-size: 24px;
}
.contact-us-work.single.postmessage {
    margin-top: 30px;
    border-radius: 2px;
}
.comments.section .comment-widgets>div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.comment_user_icon {
    padding-right: 10px;
}
.comments.section {
    margin: 30px 0;
}
.comments.section .comment-widgets {
    padding: 0 30px;
}
.single_inner_left {
    background: #fff;
    padding: 25px;
	    word-wrap: break-word;
    padding-top: 40px;
}
.sidebar_posts ul {
    padding-left: 20px;
}
.sidebar_posts ul li {
    line-height: 18px;
	    margin: 0 0 10px;
}
.sidebar_posts {
    margin-top: 40px;
}
body a {
    color:#666;
    text-decoration: none !important;
}
body a:hover {
    font-weight: 600;
}
.contact-us-work a {
    color: #fff;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}
.contact-us-work {
    background: #666;
    border-radius: 3px;
}
ul.more_articles {
    margin-bottom: 0;
}
.recommanded_articles {
    margin: 40px 0;
}
.quiz_main_single h1 {
    text-align: center;
}
.row.latestblogs .redmore_section a.readmore.btn:hover {
    color: #fff;
	background: #444;
}
.sidebar_posts .quiz_sidebar {
    padding-bottom: 40px;
}
.serviceBox .redmore_section a.readmore.btn{ background: #4BB85D; }
.serviceBox.yellow .redmore_section a.readmore.btn{ background: #FEC132; }
.serviceBox.red .redmore_section a.readmore.btn{ background: #ED2D52; }
.serviceBox.gray .redmore_section a.readmore.btn{ background: #626367; }
.serviceBox.blue .redmore_section a.readmore.btn{  background: #61bace; }
 .serviceBox.orange .redmore_section a.readmore.btn{  background: #f5c555; }
.serviceBox.brown .redmore_section a.readmore.btn{ background: #de8565; }
.serviceBox.pink .redmore_section a.readmore.btn{    background: #ff669a;}

.serviceBox.yellow:before{ background: linear-gradient(45deg,#db9e11,#FEC132,#db9e11); }
.serviceBox.yellow:hover .title{ color: #db9e11; }
.serviceBox.red:before{ background: linear-gradient(45deg,#d1082d,#ED2D52,#d1082d); }
.serviceBox.red:hover .title{ color: #d1082d; }
.serviceBox.gray:before{ background: linear-gradient(45deg,#343538,#626367,#343538); }
.serviceBox.gray:hover .title{ color: #343538; }
.serviceBox.blue:before{  background: linear-gradient(45deg,#13768c,#61bace,#13768c); }
.serviceBox.blue:hover .title{ color: #13768c; }
 .serviceBox.orange:before {  background: linear-gradient(45deg,#FF9800,#f5c555,#FF9800); }
.serviceBox.orange:hover .title{ color: #FF9800; }
.serviceBox.brown:before {
    background: linear-gradient(45deg,#d4582c,#de8565,#d4582c);
}
.serviceBox.brown:hover .title{ color: #d4582c; }
.serviceBox.pink:before {
    background: linear-gradient(45deg,#e91e63,#ff669a,#e91e63);
}
.serviceBox.pink:hover .title{ color: #e91e63; }
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header #logo {
    float: left;
}
#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #18d26e;
}

#nav-menu-container {
    float: right;
    margin: 0;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > li {
    margin-left: 10px;
    float: left;
    position: relative;
    white-space: nowrap;
}
.latestblogs .serviceBox:before {
    display: none;
}
.latestblogs .service-icon {
    display: none;
}
body {
    font-family: JosefinSans-Regular !important;
}
.latestblogs .serviceBox {
    padding-top: 20px;
}
.homepage h3 {
margin: 40px 0;
    text-transform: capitalize;
    font-size: 32px;
}
.latestblogs {
    border-top: 1px solid #d8d7d7;
    border-bottom: 1px solid #ccc;
}
.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}
.quiz_singlepage .card-counter:hover {
    background: #666666;
}
.quiz_instructions h3 {
    text-align: left;
    font-weight: 600;
	color: #17a2b8;
}
.quiz_instructions_note strong {
    color: #17a2b8;
}
.quiz_instructions li strong {
	color: #17a2b8;
}
.quiz_instructions_note p {
    font-size: 16px !important;
    margin: 0 0 10px;
}
.quiz_instructions {
    max-width: 800px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.quiz_instructions button {
    margin: 0 auto;
    display: table;
}
h3 {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.banner {
    min-height: 20em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #344b71;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(270deg,#e6c345 0%,#ae7023 100%);
}
.footer {
	background: #666;
    color: #fff;
    padding: 40px 0 0px;
	    float: left;
    width: 100%;

}
h1, h2, h3, h4, h5, h6 {
    color: #666;
}
ul.footer_ul_amrc li a {
    color: #fff;
}
footer.footer p {
	color:#fff;
}
footer.footer p a {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
ul.footer_ul_amrc {
    padding-left: 20px;
}
ul.social_links {
    padding-left: 20px;
}
p.copyright {
    text-align: center;
    width: 100%;
}
ul.social_links li a {
    color: #fff;
    text-decoration: none;
}
li.nav-item.dropdown:hover .dropdown-menu.dropdown-menu-right {
    display: block;
}
a.all_posts_btn {
    margin: 0 auto 40px;
    padding: 7px 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
    background: #666666;
    display:table;
}
a.all_posts_btn:hover {
    color: #fff;
    background: #9bcc62;
}
p.copyright {
    margin: 20px 0 0;
    border-top: 1px solid #cccccc;
    padding: 10px 0;
}
.disclaimer>h1 {
    margin: 0;
}
.footer .badge-primary {
    background-color: #fff;
    border: 1px solid #fff;
}
.footer .badge-primary:hover {
    background-color: #0f75bc;
}
.footer .badge-primary a {
	text-decoration:none;
}
.footer .badge-primary:hover a {
    color: #fff;
}
.single-page-content pre {
    background: #ffffff;
    color: #444;
    padding: 0px 20px 10px;
    cursor: text;
    border-color: white;
    border-width: 10px;
    font-family: 'Fira Code', monospace;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    font-size: 13px;
    border-radius: 6px;
}
.serviceBox p.title {
    text-transform: none;
    min-height: 60px;
    color: #676161;
}
.button-container button{
	cursor: pointer;
	    border-radius: 3px;
    line-height: 19px;
}
.lorem_header input {
    max-width: 250px;
    float: left;
	min-height:53px;
}
button.btn.btn-info.copytext {
    float: right;
    position: relative;
    top: 10px;
}
button.cart-qty-plus {
    background: #888585;
    border: none;
    padding: 0px 5px 3px;
    color: #fff;
    font-weight: 800;
    position: relative;
    bottom: -2px;
    right: 23px;
}
button.cart-qty-minus {
    background: #888585;
    border: none;
    padding: 0 7px 3px;
    color: #fff;
    font-weight: 800;
    position: relative;
    right: 48px;
    bottom: -26px;
}
.lorem_header span {
    float: left;
    font-weight: 800;
    font-family: JosefinSans-Regular !important;
    display: table;
    margin: 9px 14px 0px 0;
    font-size: 24px;
    color: #444;
}
.lorem_header {
    padding: 13px 30px 40px;
    background: #e0dddd;
}
div#qw {
    background: #efefef;
    padding: 20px 30px;
    margin: 0px 0 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: justify;
    position: relative;
    top: -3px;
    z-index: 9;
}
.interview_question_single li{
	margin:0 0 10px;
}
.single-page-content h1 {
    font-size: 32px;
    text-align: left;
    margin: 0px 0 30px;
}
.single-page-content.quiz_singlepage .quiz_instructionss h4 {
    color: #fff;
}
.single-page-content.quiz_singlepage .quiz_instructionss {
    margin: 0 0 40px;
}
.quiz_singlepage .card-counter:hover span {
    color: #fff;
}
.leaning_naterial {
    background: #fff;
	padding-bottom: 20px;
	    float: left;
    width: 100%;
}
.quiz_main_single>h1 {
    text-align: center;
}
.sinlepost_card.row h3.title {
    margin: 0 0 10px;
    font-size: 22px;
    text-align: left;
    text-transform: none;
}
ul.extra_info li {
    display: inline;
    color: #9da0a5;
    padding-right: 15px;
	font-size:14px;
}
.posts-left_col .sinlepost_card.row {
    margin: 0;
	border-bottom:1px dashed #cccccc;
}
.sinlepost_card.row .serviceBox_inner_sec {
    padding-top: 0;
}
.posts-left_col .sinlepost_card.row h3.title {
    margin: 0 0 5px;
    font-size: 18px;
}
ul.extra_info {
    margin: 0;
    padding: 0;
}
.quiz_main_single {
    margin: 20px 0 0;
}
.sinlepost_card.row img.singlepost_thumbnail {
    max-width: 100%;
    border-radius:10px;
}
.sinlepost_card.row {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.banner>h1 {
    color: #000;
    position: relative;
    z-index: 999999;
    font-weight: 800;
    letter-spacing: 1.3px;
    max-width: 570px;
    text-align: center;
    margin: 0 auto;
    display: table;
    top: 3em;
	text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.banner>h1 small {
	display:table;
	font-size:22px;
	margin:10px 0 0;
	text-transform:capitalize;
	text-shadow:none;
	color:#fff;
	font-family:JosefinSans-Regular !important;
}
.banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/images/bgimage.png);
    z-index: 9999;
}
.about_section p {
    text-align: center;
    padding: 50px 0;
    margin: 0 0 0;
}
p.about_para {
    text-align: center;
}
p.about_para {
    text-align: justify;
    margin: 0 0 40px;
}
.sidebar_posts span.badge:hover a {
    color: #fff;
}
.homepage h3.learning {
    margin-bottom: 10px;
}

p,.single-page-content li {
    font-family: JosefinSans-Regular !important;
    font-size: 16px !important;
	    color: #000;
}
ul.navbar-nav.ml-auto ul {
    margin: 0 0 0;
    padding: 0 0px;
}
ul.navbar-nav.ml-auto ul li{
	padding:0 0px;
}
span.required {
    color: red;
}
span.field_empty {
    background: #d22020;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
}
nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    padding: 0;
    border-top: 5px solid #666;
}
span.mn {
    text-transform: capitalize;
}
div#myInput {
    padding: 40px;
    background: #efefef;
    border-radius: 5px;
	display:none;
	margin-bottom:40px;
	border: 1px solid #ccc;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
	padding:0 0;
}
.dropdown-menu.dropdown-menu-right li a {
    font-size: 14px;
}
ul.navbar-nav.ml-auto .dropdown-menu li {
    list-style-type: none;
	border-bottom: 1px solid #f3f3f3;
}
button#generate {
    background: #444;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    top: 58px;
	z-index: 9999999;
}
ul.navbar-nav.ml-auto>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
}
.pagination a.btn.btn-info {
    background: #666;
    border-radius: 0px;
}
.pagination a.btn.btn-info:hover {
    background: #9bcc62;
        border-color: #9bcc62;
}
span.margin{
    padding-left: 30px;
    display: table;
}
span.margin span.margin {
    padding-left: 30px;
    display: table;
}
#app .page-item.active .page-link {
    background-color: #757677;
    border-color: #757677;
	color: #fff;
}
#app .page-link {
    padding: .1rem .5rem;
    color: #757677;
}
div#app>main {
    min-height: 35em;
}
.contactform span.invalid-feedback {
    display: block;
    color: #fff;
    background: #dc3545;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 5px 0 0px;
}
#app ul.pagination {
    float: right;
    margin-right: 15px;
}
.contactform textarea.form-control {
    min-height: 160px;
}
.contactform .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
}
.navbar-light .navbar-nav .nav-link {
    color: #666 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0056b3 !important;
}
.leaning_naterial .serviceBox .title a, .sinlepost_card.row h3.title a{
    color: #666;
}
.leaning_naterial .serviceBox .title a:hover, .sinlepost_card.row h3.title a:hover{
    color: #0056b3;
}
.quiz_singlepage .card-counter{
box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 5px 10px;
    background-color: #fff;
    height: 73px;
    border-radius: 8px;
    transition: .3s linear all;
    margin-bottom: 40px;
}
.test_result_main h1 span {
    color: #fff;
    background: #007bff;
    padding: 0px 16px;
    border-radius: 13px;
}
#result,.quiz_inner_single{display:none;}
.quiz-container{ 
    display: none;
    position: absolute;
    width: 1000px;
    max-width: 100%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    top:-50%;
	padding: 40px;
    background: #fff;
    border-radius: 3px;
}
.question.card {
    background: #f0f0f3;
    padding: 10px;
}
button#result {
    margin: 0 auto;
    display: table;
}
div#countdown{
float: right;
    margin: 20px 20px 0px;
    font-weight: 900;
    font-size: 28px;
    padding: 5px 9px;
    border-radius: 3px;
    position: relative;
    z-index: 9999;
}
div#countdown strong {
    color: #17a2b8;
}
.option_question input[type="radio"] + label {
    font-family: JosefinSans-Regular !important;
	margin:0 0 0;
}
.option_question .option_inner {
padding: 8px 0;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 50px;
	font-weight:700;
}
.option_question {
    margin: 20px 0 0;
}
.option_inner.activeoption {
    background: #b7d3e0;
}
.option_question .option_inner strong {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
    height: 101%;
    color: #fff;
    top: 0;
    padding: 10px 0px;
    background: #00BCD4;
}
.option_question input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
	z-index:99999;
}
.option_question input[type="radio"] + label span {
        display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 13px;
}
.option_question input[type="radio"]:checked + label span {
    background: url(/check.png);
    background-size: cover;
}

.quiz-container.active{display:block;} 
.quiz-container1{display:block;top:50%;}
button#next {
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.quiz_singlepage .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}
.quiz_singlepage .card-counter img {
    height: 48px;
    position: relative;
    top: 7px;
    left: 8px;
}
.quiz_singlepage .card-counter i{
    font-size: 62px;
    position: relative;
	left:12px;
}
.single-page-content .extra_info p {
    font-family: JosefinSans-Regular !important;
    font-size: 16px !important;
    color: #444;
    margin: 0 0 13px;
}
.extra_info h3, .extra_info h4 {
    background: transparent;
    border: none;
    text-align: left;
}
.extra_info h3 {
    font-size: 18px;
    margin: 30px 0 20px;
    font-weight: 600;
}
.extra_info iframe {
    margin: 0 auto;
    display: table;
    width: 100%;
}
button#start_quiz {
    background: #9dce6c;
    border-color: 8px solid #9dce6c;
    border-radius: 1px;
}
button#start_quiz:hover {
    background: #666;
    border-color: 8px solid #666;
}
.posts-left_col {
    margin: 40px 0;
    background: #fff;
    border-radius: 2px;
    padding: 25px;
}
button.cart-qty-minus, button.cart-qty-plus {
    outline: none;
}
.extra_info h4 {
    padding: 0;
    float: left;
    width: 100%;
}
.extra_info.row>.border {
    border: 1px dashed #cccccc !important;
}
.extra_info img {
    max-width: 100%;
    box-shadow: 0px 0px 7px #ccc;
    margin: 0 0 20px;
}
.quiz_singlepage .card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 16px;
    display: block;
    font-weight: 700;
	text-transform:uppercase;
}
.quiz_singlepage .card-counter .count-name{
position: absolute;
    right: 35px;
    top: 40px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 16px;
}
.interview_question_single {
    border-radius: 3px;
    padding: 20px;
	    border: 1px dashed #cccccc;
	margin-bottom:30px;
}

.inner_interview_main {
    background: #fff;
    padding: 20px 25px;
    margin-top: 0px;
	margin-bottom: 30px;
}
.interview_question_single h3 {
    border-bottom:1px dashed #cccccc;
    padding-bottom: 10px;
}
.inner_category_page {
    background: #fff;
	border-radius:3px;
	padding:20px 25px;
	margin-top: 40px;
}
span.linehead {
    color: #0da596;
    font-style: italic;
}
.interview_question_single p.note_heading {
    background: #444;
    color: #fff;
    padding: 9px 20px;
    margin: 0 0 0px;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.sidebar_posts span.badge a {
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
.sidebar_posts span.badge a:hover {
    color: #fff;
}
.sidebar_posts span.badge {
    border: 1px solid #666;
    background: #666;
}
.posts-left_col .sinlepost_card.row h3.title a, body .sidebar_posts a {
    color: #666;
}
.posts-left_col .sinlepost_card.row h3.title a:hover, body .sidebar_posts a:hover {
    color: #666666;
}

.sidebar_posts span.badge:hover {
    background: #0f75bc;
    border: 1px solid #0f75bc;
}
.donatecard {
    background: #0f75bc;
    padding: 20px 20px;
    color: #fff;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: table;
}
ul.postmeta_info_list span {
    font-size: 12px !important;
}
.donatecard p {
color: #fff;
    text-align: -webkit-center;
    font-size: 20px !important;
}
.donatecard a:hover {
    opacity: .8;
}
.donatecard a {
    margin: 0 auto 9px;
    display: table;
    padding: 10px 40px;
    border: 1px solid #df9f0e;
    background-color: #ffe844 !important;
    border-radius: 4px;
}
.single-page-content.single-page-news h4 {
    background: transparent;
    border-left: none;
    padding: 0;
    color: #444;
    font-size: 18px;
    margin: 30px 0 20px;
    position: relative;
    border-top: 2px solid #f5f5f5;
    padding-top: 30px;
}
.single-page-content.single-page-news h1 {
    color: #444;
    margin:0 0 10px;
}
.blog_featured_text {
    margin: 30px 0 20px;
    background: #f9f9f9;
    padding: 20px;
    font-family: 'JosefinSans-BoldItalic';
}
p.border_tilt {
   margin: 0;
}
p.border_tilt a {
    font-family: 'JosefinSans-BoldItalic';
    border-bottom: 2px solid;
}
.single-page-content.single-page-news h4::after {
    content: " ";
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #444;
    border-radius: 6px;
}
.social-share-phpesperto-com>a, .social-share-phpesperto-com>button {
    flex: 1;
    padding: 10px;
    border: 2px solid #ffffff;
    text-align: center;
    background: #f5f5f5;
    font-size: 24px;
    color: #8d9296;
}
.social-share-phpesperto-com>a:hover, .social-share-phpesperto-com>button:hover {
    border-color: #666666;
    color: #666666;
}
.social-share-phpesperto-com {
    display: flex;
    width: 100%;
        border-top: 2px solid #f5f5f5;
    padding-top: 20px;
}
p.border_tilt a:hover {
    color: #444;
}
.single-page-content.single-page-news .single_inner_left {
    margin-top: 40px;
}
.latestblogs_grid.bgwhitefront .sinlepost_card.row {
    border: 1px solid #ccc;
}
.latestblogs_grid.bgwhitefront {
    background: #fff;
}
@media only screen and (max-width:767px){
	.extra_info.row .col-md-6 {
		float: left;
		width: 50%;
	}
	a.readmore.btn {
		position: relative;
		top: 16px;
		left: 0;
	}
	.serviceBox {
    padding: 40px 15px 30px;
	}
	.lorem_header {
		display: table;
	}
	.lorem_header input {
		max-width: 100%;
	}
	button.cart-qty-plus {
		    position: absolute;
		bottom: -71px;
		right: 3px;
	}
	.lorem_header {
		padding: 13px 10px 40px;
	}
	button.cart-qty-minus {
		position: absolute;
		right: 3px;
		bottom: -94px;
	}
	.button-container {
		position: relative;
	}
}
@media only screen and (max-width:1024px){
#header #logo {
    padding-left: 60px;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #18d26e;
}

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: JosefinSans-Regular !important;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}
#nav-menu-container {
    padding-right: 60px;
}
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 40px; }
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}
	a.navbar-brand>img {
		max-width: 200px;
	}
}
@media only screen and (max-width:768px){
    .navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding: 0px 0 10px;
	}
	li.nav-item.dropdown .dropdown-menu-right {
		border: 0px solid #f0f0f3;
	}
	ul.navbar-nav.ml-auto .dropdown-menu li {
		border-bottom: 0px solid #f3f3f3;
	}
	div#navbarSupportedContent ul.navbar-nav.ml-auto {
		padding-left: 20px;
	}
	nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
		padding: 0 10px;
	}
	.row.latestblogs .serviceBox {
		padding-bottom: 25px;
	}
	.popularquizzesfooter {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 574px) {
  .sinlepost_card.row img.singlepost_thumbnail {
		width: 100%;
		padding-left: 15px;
		margin: 0 0 20px;
}

}
@media screen and (max-width: 400px) {
  .banner>h1 {
		top: 3em;
		padding: 0 20px;
		font-size: 32px;
	}
}