body{
    font-family: 'Outfit', sans-serif;
    background-repeat:repeat;
    display:flex;
    flex-direction:column;
    min-height:100vh;
    background:#2f0a2f;
}
a.play-btn:hover {
    color: #ffeb3b;
}
.text-decoration-none11 {
    text-decoration: none;
    color: inherit;
    display: block;
}

.inner_divided a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .quiz-card{
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 50px;
            padding: 7px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 4px 15px rgba(0,0,0,0.25);
            color: white;
            max-width: 760px;
            margin: auto;
            background:#400f40;
 }

.quiz-left{
            display: flex;
            align-items: center;
            gap: 15px;
}

.quiz-img{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            background: #123;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width:50px;
 }

.quiz-img img{
            width: 100%;
            height: 100%;
            object-fit: cover;
}

.quiz-content h6{
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 6px;
}

.quiz-content p{
            margin: 0;
            font-size: 14px;
            color:#FFEB3B;
            font-weight: 600;
}

.entry-fee{
            background: #661e66;
            color: #ffffff;
            display: inline-block;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 13px;
            margin-top: 6px;
}

.play-btn{
            width: 50px;
            height: 50px;
            background: #FFEB3B;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            font-size: 25px;
            color: #400f40;
            margin:0;
            min-width:50px;
}
.about-text ul {
    padding-left: 25px;
}
.breadcrumb.topsubcategroy {
    background:#400f40;
    padding: 4px 10px;
    /* border: 1px solid #8c54e9; */
}
.colorw .option-quiz.select-quest p {
    color: #f90001;
}
.catboxmain {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.hrwork {
    height: 1px;
    width: 100%;
    background: #121b40;
    margin: 30px 0;
}
.inner_divided {
    padding: 6px;
    text-align: center;
    height: 100%;
    background: #2cbc63;
    border-radius: 7px;
}
a.button-90 h4{
    color:#fff;
    font-size:16px;
}
.errordiv {
    background: #ffb6b6;
    color: #913131;
    padding: 10px;
    border-radius: 6px;
}
.question {
    display: flex;
    color:#fff;
}
button:focus{ outline: none; }
.menu-social{ background:#ff6300; }
.bg-topmenu {
    background:#fff;
    /*border-bottom: 2px solid #2cbc63;*/
}
.nav-clr li a {
    color: #023a51;
    font-weight:500;
    }
.nav-clr li.nav-item {
    padding: 0 15px;
    cursor:pointer;
    /*font-size:20px;*/
}
.about_shankar h3 {
    color: #ffffff;
}
.about-text p {
    color:#b6b6b6;
    margin-bottom:0;
}
.nav-clr li a:hover {
    color: #2cbc63;
}
.about-text p b {
    color: #fff;
}
.left-content h4 {
    color: #fff;
    font-weight: 600;
}
.user_playing p{
    color:rgb(0 0 0 / 60%) !important;
}
h1.text-center.heading_quz {
    font-size: 28px;
    font-weight: bold;
    color: #0d0b22;
    margin: 20px;
    padding-bottom: 8px;
}
.main-iconbox {
    background: #eaeef7;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    /*border: 4px solid #ffce00;*/
    box-shadow:rgba(84, 60, 151, 0.25) 2px 2px 6px 0px;
    /*display:flex;*/
    /*align-items:center;*/
    margin-bottom:10px;
    /*justify-content:space-between;*/
}
.user_playing {
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #555555;*/
    padding-top: 10px;
    margin-top: 20px;
    align-items: center;
}
/* CSS */
.button-88 {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  padding: 1em 1.4em 1em 1.1em;
  color: white;
  background:#a341a3;
  /*linear-gradient(0deg, rgb(44 188 99) 0%, rgb(40 225 111) 100%);*/
  border: none;
  /*box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;*/
  letter-spacing: 0.05em;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  justify-content:center;
  margin:auto;

}
.xqz-option-btn {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
}

.xqz-option-btn:hover {
    background: #f8f9fa;
}

.xqz-correct {
    background: #28a745;
    color: white;
}

.xqz-wrong {
    background: #dc3545;
    color: white;
}
.button-88:hover {
  opacity:0.8;
  color: white;
}

.button-88:active {
 opacity:0.8;
  color: white;
}
.quizlogo {
    background: #e1bee7;
    flex-basis: 70px;
    border-radius: 10px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-right:6px;
}
.mini_container {
    max-width: 600px;
    margin:0 auto;
    /*box-shadow: 1px 0px 5px #ccc;*/
    width:100%;
    background:#2f0a2f;
}
.col-12.select-quest.ans {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}
.col-12.select-quest.ans .option-quiz p {
    color: #fff;
}
.main-iconbox img {
    max-width: 95%;
}
button.btn.btn-primary {}

.main-iconbox button.btn.btn-primary {
    border-radius: 50px;
    width: 100%;
    padding:3px 20px;
}

.liveupdate span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    color: #fff;
    background: #2cbc63;
    border-radius: 8px;
    margin-right: 6px;
    animation: effe 1s infinite;
    box-shadow: 0 0 2px 3px #2cbc63;
}
.liveupdate span {
    display: inline-block;
}
.liveupdate p {
    background: white;
}

.liveupdate {
    /* background: white; */
    border-radius: 50px 0 0 50px;
    padding: 1px 10px;
    border: 1px solid #2cbc63;
}
@keyframes effe {
    0% {
        box-shadow: 0 0 0 0 #2cbc63 
    }

    to {
        box-shadow: 0 0 0 5px rgba(44,188,99,.09)
    }
}










span.bullets {
    width: 20px;
    background: #fdb21a !important;
    flex: 0 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 7px;
    color:#0d0b22;
    display:none;
}
.marginp0 p {
    margin: 0;
    text-align: center;
}
.option-quiz p{
    margin: 0;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}
.option-quiz > div{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main-iconbox h4 {
    font-weight: 300;
    font-size: 14px;
    color: #ff9800;
    text-align:left;
    margin-bottom:6px;
}
p.liveupdate {
    flex-basis: 78px;
    margin-left:auto;
}
.quiz_contentsss h3 {
    font-size: 18px;
    color:#023a51;
   }

.play_login a {
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    color: #ffffff;
    /* box-shadow: 1px 3px 1px #000; */
    background:#a341a3;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    border-color: #ffffff;
}
 .quiz_contentsss {
    padding: 0 5px;
}
.main-iconbox p {
    color: black;
    font-size: 14px;
    margin-bottom:0 ;
     /*flex-basis:65px;*/
}
.quiz_innermains {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
 form.form-login .form-group input {
    border-radius: 50px;
    color:#c6c6c6;
    background:#2f0a2f;
}
.bgproges{
    background:#ffc107;
}
.quiz-box {
    /*border: 1px solid #f1f1f1;*/
    border-radius: 10px;
    /*padding: 20px;*/
    border-radius: 35px;
    border: 1px solid #400f40;
    box-shadow: 0px 0px 10px #ff9fff;
    }
.bg_startquestion {
    background: #400f40;
    border-radius: 30px 30px 0 0;
    padding:18px 15px;
}
.question.ng-binding.bg_startquestion p {
    margin-bottom: 0;
}
.boxinner_option {
    padding: 10px;
}
.quiznumbers {
    color: #fff;
    font-weight: bold;
    display:none;
}
 .about-text ul li {
    color:#b6b6b6;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin:0;
}

.about-text b{
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    font-weight:bold;
    margin-top:25px;
    display:block;
}
.sankhya {
    border: 2px solid #e6e6e6;
    border-radius: 50px;
    padding: 3px 14px;
    font-size: 11px;
    color: #0a0a0a;
    display: inline-block;
    background: #eaeef7;
}
.question.ng-binding.desctription_about p {
    /*color: #000 !important;*/
    font-weight:normal;
}
.homeelegible p {
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.3px;
    font-size: 16px;
    text-align: justify;
}
.infoabot p b {
    color: #fff;
}
.mainscript {
    display: flex;
    /* border: 1px solid #897aa1; */
    padding: 10px;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    background:#400f40;
}
.mainscript:hover{
    /*text-decoration:underline;*/
    color:#fff;
}

.imagescirpt {
    padding-right: 10px;
}
.colorw .option-quiz.select-quest p.mb-0.bulletui {
    background: red;
    color: white !important;
}

.contentscirpt h4 {
    color: #fff;
    font-size:16px;
    margin-bottom:5px;
    margin-top:8px;
}
.contentscirpt {
    flex: 1;
}

.contentscirpt p {
    color: #fff;
    margin-bottom:5px;
    font-size:14px;
}
button.btnquizsubmit {
    border: 0;
    border-radius: 16px;
    font-size: 16px;
    padding: 17px 10px;
    width: 100%;
    margin-top: 20px;
    background: #2ebd65;
    color:white;
    background:linear-gradient(165.54deg, rgb(20 51 19) -33.39%, rgb(32 97 56) 15.89%, rgb(60 151 86) 55.84%, rgb(57 162 107) 74.96%);
}
.question.ng-binding.desctription_about.pr-3.pb-3.ditls, .question.ng-binding.desctription_about.pr-3.pb-3.ditls p {
    color:#bfbebf;
}
 .quiz-boxh3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.details-sidebarpopu {
     display: none; 
    position: absolute;
    top: 0px;
    z-index: 9999999;
    left: 0%;
    width: 100%;
    transition:0.8s;
}
.question.ng-binding p {
    color: #fff;
    font-weight: bold;
}

.question.ng-binding p {
    color: #ffffff;
}

.col-12.select-quest {
   color: #000;
    border-radius: 50px;
    padding: 10px 10px;
    margin-bottom: 20px;
    /*background-color: #f8e559;*/
    border:1px solid #897aa1;
    box-shadow: rgba(84, 60, 151, 0.25) 2px 2px 6px 0px;
    -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bulletui {
    width: 30px;
    height: 30px;
    background: #ffeb3b;
    border-radius: 50px;
    text-align: center;
    color: #210a3a !important;
    margin-right: 6px !important;
    line-height: 30px;
    flex:0 0 30px;
}

.edit-institute input {
    border-radius: 50px;
    border: 0;
    width: 100%;
}
.success_main {
    width: 100%;
    height: 200px;
    /* background-color: white; */
    border-radius: 10px;
    padding-top: 15px;
}
.absolute_box {
    background-image: url(https://www.quizatoz.com/images/winner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.fix_success {
    width: 160px;
    height: 160px;
    /*background: white;*/
    border-radius: 100px;
    text-align: center;
    margin: auto;
    color: #2cbc63;
    border: 13px solid #2cbc63;
    position: relative;
}
.fix_success:beforea {
    width: 160px;
    height: 160px;
    /* background: white; */
    border-radius: 100px;
    text-align: center;
    margin: auto;
    border: 13px solid #f1b3ff;
    content: "";
    position: absolute;
    left: -13px;
    top: -13px;
}
.fix_success:aftera {
    width: 184px;
    height: 184px;
    /* background: white; */
    border-radius: 100px;
    text-align: center;
    margin: auto;
    border: 13px solid #b969cc;
    content: "";
    position: absolute;
    left: -26px;
    top: -24px;
}
.fix_success {
    font-weight: bold;
    font-size: 36px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    padding-top: 33px;
}
.fix_success span {
    font-size: 13px;
    display: block;
}
.score {
    /*background: white;
    padding: 11px;*/
    border-radius: 10px;
    /*margin-top: 15px;*/
}
.scroe_sub p:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #2cbc63;
    margin: 0;
}
.score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.scroe_sub {
    flex: 50%;
    margin-bottom: 20px;
}
span.tasksui1 {
    background: #2cbc63;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
}
span.tasksui2 {
    background: #2cbc63;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
}
span.tasksui3 {
    background: #28a745;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
}
span.tasksui4 {
    background: #dc3545;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
}

form.form-login {
    max-width: 400px;
    margin: 0 auto;
    background:#400f40;
    padding: 20px 20px;
    /*border:1px solid white;*/
    border-radius:15px;
}
.edit-institute label {
    color: white;
    opacity: 0.6;
}
a.textforgt {
    color: #2cbc63;
}
a.donthave {
    color: #2cbc63;
}

form.form-login label {
    color: #fff;
}
.edit-institute ul.nav.nav-tabs {
    background: #fff;
   color:#000;
}

.edit-institute ul.nav.nav-tabs a.nav-link.active {
    border-color: #000;
    color: #fff;
    background-color:#000;
    border-radius:0;
    position:relative;
}
.edit-institute ul.nav.nav-tabs a.nav-link.active:before {
    content: "";
    border-radius: 0;
    position: absolute;
    bottom: -20px;
    border-left: 10px solid #f000;
    border-right: 10px solid #f000;
    border-top: 10px solid #000;
    border-bottom: 10px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.edit-institute ul.nav.nav-tabs a {color: #000;/* outline: none; */}

.btnviewdemo a {
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    color: #003a70;
}
.donetasks {
    background: #4CAF50;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    padding: 3px 20px;
}
.edit-institute ul.nav.nav-tabs:hover {
    outline: none;
    box-shadow: none;
}
.text_thmees {
    color: #fff;
}
.text_thmees input {
    border-radius: 50px;
    border: 0;
}
.listing-box-social {
    color: #ffff;
}
.text_thmees button {
    width: 100%;
    background: #000;
    border: 0;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}
.cpypast {
    color: #000;
    border: 1px solid;
    padding: 10px;
    border-radius: 50px;
}
.about-text2 {
    color: rgb(255 255 255 / 74%) !important;
}
.table_coolr{
    color:#fff;
}
.tablehead a {
    color: #000;
}
div#datatable_info {
    color: #fdb21c;
}
.tablehead tr th{
    background-color:#000;
    color:#fff;
}
.edit-institute ul.nav.nav-tabs li {
    outline: none;
    text-align:center;
}
span.label-input100 {
    color: #fff;
    opacity: 0.6;
    margin-bottom:10px;
    display:block;
}
.btn.btnprime {
    background: #000;
    width: 100%;
    color: #fff;
    border-radius: 50px;
}

.btn.btnprime:hover{
    background: #fff;
    width: 100%;
    color: #ffa000;
    border-radius: 50px;
}

.edit-institute ul.nav.nav-tabs a:hover {
    border-color: transparent;
}
.wrap-input100 input {
    border-radius: 50px;
}
 nav.breadcrumb.breadcustome {
    background: #2cbc63;
    border-radius: 0;
}
nav.breadcrumb.breadcustome a {
    color: #fff;
}
.details-sidebar {
    background: #fdf2ff;
}
.table_colorse tbody tr td {
    color: #fff;
}
.table_colorse tbody tr td:nth-child(2) {
    color: #000;
}
nav.breadcrumb.breadcustome .breadcrumb-item.active {
    color: rgb(255 255 255 / 50%);
}

nav.breadcrumb.breadcustome .breadcrumb-item.active:before {
    color: rgb(255 255 255 / 50%);
}
.coin-img {
    margin-right: 6px;
}
.details-sidebar .card1 .card-header {
    border-color: #d4d4d452;
    color: #fff;
    border:0;
}
.coin_content p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
}

.coin_content p:last-child {
    font-size: 11px;
}
.coin{
    display: flex;
    background: #000;
    width: 80px;
    border-radius: 50px;
    justify-content:center;
    align-items:center;
    margin-right:15px;
    padding:3px;
}

.details-sidebar .card1 .card-header a {
    color: #9000b3;
}

.details-sidebar .card .card-header {
    background: #f5eaf7;
    color: #2cbc63;
    border-radius: 0; border-color: #d4d4d452;
    border:0;
}

.details-sidebar .card .card-header a {
    color: #2cbc63;
}

.details-sidebar .card {
    border-radius: 0; border:0;
    }
.details-sidebar .card a {
    color: #fff;
}
.customecard .card-body {
    padding: 5px 16px;
    background: #2cbc63;
}
ol.breadcrumb li.breadcrumb-item a {
    color: #2cbc63;
}
.breadcrumb-item.active {
    color: #8c92ab;
}
.breadcrumb-item+.breadcrumb-item::before{ color: #6c757d;}
.footer-site {
    background: #13263c;
}
.start-btn {
    background: #ff6300;
    color: #fff;
    padding: 4px 10px;
}
.start-btn:hover {
    background: #1f3a58;
    color: #fff;
}
.box-rightbar input[type="submit"] {
    background: #ff6300 !important;
}

.footer-box h3.widget-title {
    color: #fff;
    position: relative; margin-bottom: 30px;
}

.footer-box h3.widget-title:after {content: "";background: #ff6300;position: absolute;
height: 3px;width: 70px;bottom: -5px;left: 0;}
.main-round {
    color: #1e3957;
    justify-content: center;
    align-items: center !important;
}
.footer-box ul li a:hover {
    color: #ff6300 !important;
    text-decoration: none;
}
.footer-box ul.arpw-ul li {
    list-style: none;
    margin: 6px 0;
}
.copyright a {
    color: #ff6300;
}
.banner-middle{ padding: 60px 0px; }

.footer-site p {
    color: #fff;
    margin-bottom: 0;
    padding: 6px 3px;
    text-align: center;
    font-size:13px;
}
.footer-site p a {
    color: #4caf50;
    font-weight:600;
}
.title_elebilty {
    color: white;
}
button.btn.btn-submit {
    background: #ffffff;
    color: #192537;
    border-radius: 95px;
    padding: 6px 51px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-weight:600;
}
.col-12.select-quest.ans{
    position:relative;
}
.col-12.select-quest.ans:before{
     content: "✔";
    position: absolute;
    right: 10px;
    top: 50%;
    background:white;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color:green;
}
.col-12.select-quest.colorw{
    position:relative;
}
.col-12.select-quest.colorw:before {
    content: "Χ";
    position: absolute;
    right: 10px;
    top: 50%;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.btn.btn-submit:hover {
    background-color:#ededed;
    color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #2cbc63 !important;
    border-color: #2cbc63 !important;
}
.box-rightbar .widget {
    border: 1px solid #ccc;
}
.box-rightbar ul li {
    list-style: none;
}
.box-rightbar .widget li {
    margin-left:0;
    clear:both;
}
.banner-middle{
    
    padding: 20px 0px;
    position: relative;
    z-index: 9999;

}

.login-contactss .input-group.mb-3 input, .login-contactss .input-group.mb-3 textarea {
    border-radius: 5px;
    background: #2b084f;
    color: #a693bb;
    
}

.btn_submitss.mt-2 {
    background:#6623ab;
    background: linear-gradient(90deg, rgb(81, 114, 231) 0.15%, rgb(140, 84, 233) 50.07%, rgb(140, 84, 234) 100%);
    border: 0;
    border-radius: 50px;
    color: white;
    padding: 12px 30px;
    margin-bottom: 20px;
    width:100%;
}
.btn_submitss:hover {
    background: #ffb106;
   
}
/*.login-formbg{ 
    background-image: url(../images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    }*/

/*.login-formbg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: #000;
    z-index: 50;
    background-image: url(../images/pattern.png);
}*/
.main-rou   nd h3 {
    font-size: 21px;
}
/*.banner-middle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: #000;
    z-index: 50;
    background-image: url(../images/pattern.png);
}*/

.right-login {
    position: relative;
    z-index: 9999;
    background: white;
    padding: 30px 15px;
    border-radius: 5px;
}

.left-content ul{ list-style: none; padding: 0; margin: 0; }
.left-content ul li:before {    
    /*font-family: 'FontAwesome';
    content: '\f0a1';
    margin:0 5px 0 -27px;*/
}
.left-content ul li {
margin: 15px 5px 20px 0px;
    color:#000;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.left-content ul li:before {
    position: absolute;
    background: #2cbc63;
    content: "\f00c";
    font-family: FontAwesome;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    line-height: 20px;
    left: 0px;
    top: 1px;
    color:#fff;
}
.top-icons {
    border: 1px solid #1e3957;
    border-radius: 8px;
    height: 60px;
    width: 60px;
    padding: 0px;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #1e3957;
    transform: rotate(45deg);
    line-height: 60px;
    text-align: center; margin-left: 10px;
}


.top-icons img {
    height: 40px;
    width: 40px;
    text-align: center;  transform: rotate(-45deg);
    margin-right: 0 !important;
}
.main-round h3 {
    font-size: 21px;
    color: #1e3957;
}
.main-round {
    text-align: center;
    border: 1px solid #1e3957;
    padding: 10px;
    height: 100%;
}
.main-round{ color: #1e3957; justify-content: center; align-items: center;  }
.left-content {
    position: relative;
    z-index: 99999;
}
p.top-icons i {
    color: #fff;
    transform: rotate(-45deg);
    font-size: 28px;
}
.section-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.section-title h3 {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 1;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 400;
    position: relative;
    background: #fff;
    max-width: 420px;
    width: 100%; color: #ff6300;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px -1px 8px -6px #000;
}
.section-title h3 span {
    font-weight: bold; color: #1e3957;
}

.section-title h3::after {
    /* border-bottom: 3px solid #33cc66; */
    bottom: -4px;
    content: "";
    height: 50px;
    right: -4px;
    margin: 0 auto;
    /* left: 0; */
    position: absolute;
    width: 50px;
    background: #ff6300;
    z-index: -1;
}
.section-title h3::before {
    /* border-bottom: 3px solid #33cc66; */
    top: -4px;
    content: "";
    height: 50px;
    left: -4px;
    margin: 0 auto;
    /* left: 0; */
    position: absolute;
    width: 50px;
    background: #ff6300;
    z-index: -1;
}
.media.main-round.kk{ border-color:#ff6300;}
.media.main-round.kk p.top-icons {
    background: #ff6300;
    border-color: #ff6300;
}
.media.main-round.kk h5{
    color: #ff6300;
}
.nav-clr li .nav-link.active {
    color: #fff;
    background: #ff6300;
}
.section-titles {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px; z-index: 9999; color: #fff;
}
.section-titles h3 {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 1;
    font-size: 28px;
    letter-spacing: -1px;
    border-bottom: 2px solid #ccc;
    font-weight: 400;
    position: relative;
}
.section-titles h3 span {
    font-weight: bold; color: #fff;
}
.section-titles h3::after{
    border-bottom-color: #33cc66 !important;
}

.section-titles h3::after {
    border-bottom: 3px solid #f0454d;
    bottom: -2px;
    content: "";
    height: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
    width: 140px;
}




.work-main {
    border: 1px solid #ededed;
    padding: 10px; text-align: center;
}
.work-main h5 {
    color: #fff; position: relative; text-align: center;
}
/*.work-main h5::after {
    position: absolute;
    content: "";
    background: #2bc0d4;
    height: 3px;
    width: 78px;
    left: 0;
    bottom: -8px;
}*/
.box-rightbar ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.box-rightbar2 ul {
    list-style: none;
    padding: 0; margin: 0;
}
.main-title {
    display: flex;
    align-items: start;
    justify-content: center;
}
.titlebox {
    margin-left: 10px;
    line-height: 22px;
}
.box-rightbar2 ul li a {
    color: #1e3957;
    text-decoration: none;
}
.media-body h5 {
    color: #ff6300;
}

.box-rightbar2 ul li {
    border-bottom: 1px solid #ff630047;
    padding: 6px 0;
}
.box-rightbar2 ul li:last-child {
    border: 0;
}
.box-rightbar ul li:before {content: "\f192";font-family: fontawesome;position: absolute;
width: 20px;height: 20px;left: -10px;top: 6px;color: #294775;}
.box-rightbar h3 {
    background: #1e3957;
    color: #fff;
    padding: 6px 5px; font-size: 22px;
}
.box-rightbar2 h3 {
    background: #1e3957;
    color: #fff;
    padding: 6px 5px;
    font-size: 22px;
}
.box-rightbar {
    border: 1px solid #ccc;
}
.box-rightbar2 {
    border: 1px solid #ccc;
}
.box-rightbar ul li {
    position: relative;
    border-bottom: 1px solid #ff63003b;
    padding: 5px 10px;
    text-decoration: none;
}

.box-rightbar ul li a {
    color: #ff6300;
}

.box-rightbar ul li a:hover {
    text-decoration: none;
    color: #1e3957;
}
.work-main p {
    color: #fff;
}
.main-submit {
    border: 1px solid #ff6300;
    padding: 40px 20px;
}
.button-submit button {
    background: #ff6300;
    border: 0;
    border-radius: 30px;
    font-size: 20px;
    color: #fff; padding: 4px 15px; margin-top: 5px;
}
.workbg{ background-image: url(../images/work.jpg); background-repeat: no-repeat; background-size: cover;
position: relative; z-index: 99999;}
.workbg::after{ background-color: #020202;
 content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.icon-media {
    font-size: 25px;
    height: 50px;
    width: 50px;
    background: #33cc66;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px 0px 15px 0px;
    line-height: 50px;
    color: #fff;
    margin: 20px auto;
}
.work-main {
    border: 1px solid #ededed;
    padding: 10px;
    position: relative;
    z-index: 9999; height: 100%; border-radius: 30px 0px 30px 0px;
}
.login-main input.form-control {
    border: 0; background: transparent;
    border-bottom: 1px solid #000; color: #000;
    border-radius: 0; padding: 0; outline: none; box-shadow: none;
}
.submit-btn {
    border: none;
    outline: none;
    height: 40px;
    background: #ff6300;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    width: 70%;
    text-align: center;
    margin: auto;
    display: block;
}
.submit-btn:hover{  cursor: pointer;
    background: #1e3957;
    color: #fff;
}
.submit-btn a{
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}
a{ text-decoration: none;}
a:hover{ text-decoration: none; }
.submit-btn a:hover
{
    color: #000;
}
footer {
    background: #400f40!important;
    padding:10px 0px;
}
.title-footer {
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
}
.footer-menu {
    display: flex;
    align-items: start;
    justify-content: center; margin-bottom: 10px;
}
.footer-box ul {
    list-style:  none; padding: 0; margin:0;
}

.footer-box ul li a {
    color: #fff; text-decoration: none;
}
	.footer-box ul li a:hover {
    color: #ff6300; text-decoration: none;
}
.footer-box h4::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #fa7512;
    left: 0;
    bottom: -9px;
}
.copyright{
    /*background: #231a2f;*/
    padding: 6px;
    margin-bottom: 0;
}
.footermenu a {
    padding: 0 5px;
    font-size: 12px;
}
.footer-box ul li {
    padding: 4px 0;
    border-bottom: 1px solid #ffffff61;
}
.footer-box h4 {
    color: #fff;
    font-size: 19px;
    position: relative; margin-bottom: 20px;
}


@media(max-width: 479px){
    .left-content ul li:before{ left: 7px; }
    .left-content ul li a{font-size: 12px;}
    .banner-middle{
        padding:30px 0;
        }
}

@media(max-width: 767px){
 .mainscript{
         align-items: self-start;
 }   
 .contentscirpt h4{
     margin-top:0;
 }
.mini_container{
    width:100%;
}

}

.question.ng-binding.title_quiesi img {
    max-width: 100%;
}
.wailtcls {
    pointer-events: none;
    background: #3b0c3b;
    color:#fff;
  /*  background:linear-gradient(90deg, rgb(81, 114, 231) 0.15%, rgb(140, 84, 233) 50.07%, rgb(140, 84, 234) 100%);
    opacity:0.3;*/
}

