/*

blue :        #1D71B8
cyan :        #41C0F0
Gray :       #878787

*/

.color-blue{
  color: #1D71B8;
}

.color-cyan{
  color: #41C0F0;
}

.btn-cyan{
    color: #fff;
    background-color: #41C0F0;
    border-color: #41C0F0;
}

.btn-cyan:hover{
    color:#ffffff;
    background-color: #878787;
    border-color: #878787;
}


.btn-blue{
    color: #fff;
    background-color: #1D71B8;
    border-color: #1D71B8;
}

.btn-blue:hover{
    color:#ffffff;
    background-color: #878787;
    border-color: #878787;
}


.header-menu-wrap{
    padding: 0;
    background: #f8f8f8;
}
.navMenu-mobile{
  display: none;
}

.quesPdiv{
  display: none;
  margin: 10px 0;
}

.listItemBody.is_test_class{
  flex-direction: column-reverse;
}


.card-header button{
  display: block;
    width: 100%;
    color: #ffffff;
    text-align: right;
    font-size: 17px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
    line-height: unset;
}

.card-header button:visited,
.card-header button:focus,
.card-header button:hover{
  text-decoration: none;
  color: #ffffff;
}

.listItemBody.lessonCategory{
  padding: 5px 15px;
  background: #D6E5FA;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #1C6DD0;
}


.data-price .course-price{
  justify-content: start;
  /*margin-bottom: 5px!important;
  padding-bottom: 5px!important;*/
}

.custom-control .custom-control-label{
  position: initial;
  cursor: pointer;
}

.custom-control{
  padding-right:1.5rem ;
  padding-left: 0;
}
.custom-control-label::after,
.custom-control-label::before{
  right: 0;
  left: auto;
}

.data-price .course-price h6{
  margin-left: 20px!important;
}


.home .header-menu-wrap{
    margin-bottom: 20px;
}

.aboutPage ,.profilePage {
  min-height: 600px;
}

/*.btn-resend-code{
  display: none;
}
*/
.quizQuestionHead > div{
	display: inline-block;
	color:#000000;
  vertical-align: top;
}

.quizQuestionHead > div *{
  color:#000000;
}

.quizQuestionBody label{
	color:#000000;
  display: block;
  width: 100%;
}

.quiz-answer-pic{
	max-height:50px
}
.quiz-ques-pic{
	max-height:120px;
  max-width: 100%;
}

.acf-fields{
	direction: rtl;
	text-align: right!important;
}

.acf-fields>.acf-field:first-child:not(.acf-field-repeater){
	border-top:6px solid #878787!important
}


.loginBox2 .btnOrange {
    height: 55px;
    width: 100%;
    border-radius: 12px;
}
.loginBox2 .banksBox{
  padding: 0;
  border: none;
}
.loginBox2 .bankBox{
  padding: 10px;  
  margin-bottom: 20px;
}
.loginBox2 .bankInfo label,
.loginBox2 .bankInfo p
{
    font-size: 15px;
}
.live-indicator-block{
 /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);*/
  display: inline-block;
  
}

.live-indicator-block .live-indicator {
      /*font-family: 'Roboto', sans-serif;*/
      background: #ea2429;
      color: #ffffff;
      padding: 6px 7px;
      line-height: 1;
      border-radius: 6px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-weight: bold;
      width: auto;
      
  }

 .live-indicator-block .live-indicator .blink {
        animation: blinker .4s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
        font-size: 10px;
        margin-right: 5px;
        vertical-align: top;
      }

@keyframes blinker {
    from { opacity: 1; }
    to { opacity: 0; }
}


.testimonial-item{
    border: 1px solid #dddddd;
    text-align: center;
    /*box-shadow:0px 0px 12px #0000000f;*/
    border-radius: 10px;
    padding: 20px 5px;
}

.btn-telegram{
  color:#1c92d2;
}

.quizQuestionHead .quesNo{
  width: 30px;
  height: 30px;
  background: #41C0F0;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}

@media (min-width: 1024px){
  .modal-dialog {
    max-width: 600px;
  }
}



.courseTrainer,
.courseCount:nth-child(n+2),
.courseBody > p
{
  display: none!important;
}

.courseCount:first-child::after{
  content: none;
}

.filter-bar{
    background: #F8F8F8;
    margin-bottom: 30px;
    padding: 20px 0;
    border-radius: 10px;
}

.filter-bar .form-control{
  height: 40px;
}

.radio-s2{
    transform:scale(1.3);
    margin-left: .3125rem!important;
}



.iti.iti--allow-dropdown{
  display: block;
  direction: ltr;
}


.intl-tel-input {
  direction: ltr;
  width: 100%;
  /*font-family: MontserratMedium;*/
}

.intl-tel-input .country-list {
  z-index: 12;
}

.custom-tel .form-control{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  direction: ltr;
  text-align: left;
}

.faqBox  .questionHead span {
     position: relative; 
     top: 0; 
     right: 0; 
    width: 30px;
      
}

.faqBox .questionHead{
    justify-content: flex-start;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.monts-font,
.courseCounts,
#k-int-tel,
input[name="myconfirm"],
input[name="current-password"],
input[type="password"],
input[type="email"],
input[name="mobile"],
input[name="w-mobile"]{
    font-family: 'Montserrat', sans-serif;
    direction: ltr;
    text-align: left;
}

#basic-user-avatar-form .description {
  display: none;
}

.bankInfo p{
  margin-bottom: 0;
}
.headerBox .userText{
  max-width: 100px;
}

.btnBara3a{
    background: #FFAD1F;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
}
.btnBara3a:hover{
  color: #ffffff;
}

.trainers .ktrainer{
    border: 1px solid #dddddd;
    text-align: center;
     box-shadow: 0px 0px 12px #0000000f; 
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.trainers .ktrainer img{
  width: 120px;
  margin-bottom: 10px;
  /*filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);*/
}

.trainers .ktrainer h5{
  font-weight: bold;
}

.trainers .ktrainer p{
  min-height:50px;
}

.page-template-support-gates .aboutContent h2{
    text-align: center;
    background-color: #878787;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-right: 20px solid #41C0F0;
    border-left: 20px solid #41C0F0;
    margin: 50px 0 25px;
    transition: background-color .5s;
}

.page-template-support-gates .aboutContent h2:hover{
    background-color: #41C0F0;
    transition: background-color .5s;
}

.page-template-support-gates .aboutContent iframe{
    width: 100%;
    height: 600px ;
}

.page-template-support-gates .aboutContent ul{
       list-style: none;
    /*padding-right: 10px;*/
}

.page-template-support-gates .aboutContent ul li::before {
    content: "\2022";
    color: #41C0F0;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -1em;
    font-size: 22px;
}


.page-template-support-gates .wpcf7{
  padding: 20px;
    background: #e0e0e0;
    border-radius: 10px;
}
.page-template-support-gates .wpcf7 .wpcf7-form-control-wrap{
  margin-bottom: 25px;
  display: block;
}

.page-template-support-gates .wpcf7 label{
  color: #41C0F0;
}

.page-template-support-gates .wpcf7 .ajax-loader{
    display: block;
    text-align: center;
    margin: 20px auto 10px;
}

.page-template-support-gates .wpcf7-not-valid-tip{
  margin-top: 5px;
}

.supportGates .nav-tabs{
  border-bottom: 2px solid #41C0F0;
}


.supportGates .nav-tabs .nav-item.show .nav-link, 
.supportGates .nav-tabs .nav-link.active{
  border-width: 2px;
  border-color: #dee2e6 #dee2e6 #fff;
    border-top-color: #41C0F0;
    border-right-color: #41C0F0;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: #41C0F0;
    color: #ffffff;
    background-color: #41C0F0 ;
}


.supportGates .nav-tabs .nav-link{
  color: #41C0F0;
  border: none;
  font-size: 20px;
}
/*
.supportGates .nav-tabs .nav-link:not(.active){

  border-bottom-color: #ffffff;
}*/
/*************** Responsive  ******************/

@media (max-width: 1025px) {
  body{
    padding-top: 92.81px;
  }
   .home .header-menu-wrap{
    margin-bottom: 0;
  }
  .headerBox{
    padding: 10px 0;
  }
}

.logo img{
  width: 210px;
}
@media (max-width: 768px) {
   body{
    padding-top: 76.56px;
  }
  .logo{
    max-width: 45px;
  }
  .faqBox .questionHead span{
    width: 20px;
  }

  .faqBox  .questionHead{
        align-items: center;
  }

  .faqBox  .questionIcon{
        justify-content: flex-start;
  }
 /* .fixed-items{
    display: none;
  }*/
  /*.navMenu:not(.navMenu-mobile){
    display: none;
  }
  .navMenu-mobile{
    display: block;
  }*/

 .rowHead, 
 .rowBody{
    min-width: 100px;
  }

  .rowHead > div:nth-child(2),
  .rowBody > div:nth-child(2){
    min-height: 56px;
  }

  .rowHead > div:nth-child(2)
  {
    line-height: 40px;
  }
}

@media (max-width: 575px) { 

  
  .headerBox{
    padding: 10px 15px;
  }  

  .courseVideoView{
    padding: 25px 0;
  }
}




/*.custom-tel .input-group-text img{
  height: 50px;
}

.custom-tel .input-group-text{
  background-color: transparent;
  padding: 0;
  border:none;
}*/


.form-control[name="myconfirm"]{
  border:1px solid #ced4da;
}

.bankInfo p span{
  display: inline-block;
  direction: ltr;
}

.page-template-confirm-transfer .banksBox{

}

.lg-container{
  direction: ltr;
}

form .field.required > label:after{
  content:'(إلزامى)';
  color:red;
  font-size: 12px;
}

.quizCounts.sticky-top { top: 114px; }

.quizQuestionBody{
  padding-right: 30px;
}

.course-review .wpcf7 textarea{
  /*padding: 20px;*/
  border:1px solid #e0e0e0;
  /*border-radius: 10px;*/
}

.course-review  .wpcf7-form.sent .row{
    display: none;
}

.course-review .wpcf7-form-control,
.course-review .wpcf7-form-control .wpcf7-list-item{
    display: block;
}

.course-review .wpcf7-form-control .wpcf7-list-item label{
  cursor: pointer;
}
.course-review h4
{
  color: #41C0F0;
}

.team-member{
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 0;
}

.team-member h3{
    font-size:  22px;
}

.team-member h4{
    font-size: 18px;
}

.team-member p{
    font-size:  16px;
    font-family: 'Montserrat', sans-serif;
    direction: ltr;
}

#search_course_content{
  border: 1px solid #ECECEC;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    left: 20px;
    top: 7px;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-highlight{
  background-color: #ffff0073!important;
  transition: all .5s;
}

.select-course-list{
    justify-content: center;
    margin-top: 15px;
}

.select-course-wrap{
    border: 1px solid #dddddd;
    margin:  0 5px;
    height: auto;
    width: 150px!important;
}

.select-course-head{
    font-weight: bold !important;
    color: #ffffff !important;
    padding: 5px 0;
    background: #878787 !important;
}
.rate-by-mobile{
    justify-content: center;
}
.rate-by-mobile input {
    border: 1px solid #dddddd;
    width: 400px;
    height: 40px;
    text-align: left;
}

.rate-by-mobile .iti.iti--allow-dropdown{
    margin: 0 10px;
}

@media print {
    .bradCrumbBox,
    button,
    .header,
    .fixed-items,
    .text-danger,
    .footer {
        display: none!important;
    }

}

.result-pagination{
  text-align: center;
  margin: 30px 0;
}

.result-pagination a,.result-pagination span{
    border: 1px solid #1e89c5;
    margin: 0 2px;
    line-height: 12px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    /* font-weight: bold; */
    color: #1e89c5;
}
.result-pagination span.current{
    color: #ffffff;
    background: #1e89c5;
}
.result-pagination span.dots{
  border: none;
  color: #000000;
}

.course-rate-table{
  font-size: 14px;
}

.rcr-selects{
    border: 1px solid #ddd;
    margin-right: 10px;
    /*width: 80px;*/
}

.tr-no-data{
  display: none;
}

.blue-color{
  color: #115faf;
}
.exam-date{
  font-size: 13px;
  margin: 10px 0;
  direction: ltr;
  font-weight: normal;
}

.course-ltr .quizQuestions,
.course-ltr .courseView  h3{
  direction: ltr;
  text-align: left;
}

.course-ltr .quizQuestionHead > div {
  direction: rtl;
}

.course-ltr .quizQuestionBody label input{
  margin-left: 0;
  margin-right: 10px;
}
.quizQuestions img{
  max-width: 100%;
}
.course-number_ltr .quizQuestions *{
    font-family: 'Cairo';
}



.course-number_ltr .quizQuestions i.fas{
  font-family:"Font Awesome 5 Free";
}

.border-1{
  border: 1px solid #cccccc;
}




#registration .nav-tabs{
  border-bottom: 2px solid #41C0F0;
}


#registration .nav-tabs .nav-item.show .nav-link, 
#registration .nav-tabs .nav-link.active{
  border-width: 2px;
  border-color: #dee2e6 #dee2e6 #fff;
    border-top-color: #41C0F0;
    border-right-color: #41C0F0;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: #41C0F0;
    color: #ffffff;
    background-color: #41C0F0 ;
}


#registration .nav-tabs .nav-link{
    color: #41C0F0;
    border: none;
    font-size: 14px;
}

.course-table-control{
    width: 35%;
}

.course-table-control a{
    margin: 6px 0;
}

.course-lesson-attend-table label{
    cursor: pointer;
}


/* Checkbox slide  */

.k-switch  {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.k-switch  input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.k-switch  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}


.k-switch  .slider:before {
  position: absolute;  
  content: "\eee4";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-family: 'IcoFont';
  font-size: 20px;
  line-height: 28px;
  color: #ccc;
  
}
/*.k-switch  .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}*/

.k-switch input:disabled + .slider{
    cursor: default;
}

.k-switch  input:checked + .slider {
  background-color: #28a745;
}

.k-switch  input:checked + .slider:before {
    content: "\f021";
    color: #28a745;
}

.k-switch  input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

.k-switch  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.k-switch  .slider.round {
  border-radius: 34px;
}

.k-switch  .slider.round:before {
  border-radius: 50%;
}

.userAttendanceSheet hr{
    border-top-width: medium;
    margin: 40px 0;
}

.page-template-addlessontest .acf-radio-list li{
    float: right;
    margin-left: 20px;
}

.page-template-addlessontest .acf-radio-list li label{
  cursor: pointer;
  font-size: 18px;
}


.page-template-addlessontest .acf-radio-list li [type="radio"]{
    transform:scale(1.3);
    margin-left: 10px;
    height: auto;
    cursor: pointer;
}


.postid-19791 .pageInfo,
.postid-19791 .courseAddComments,
.postid-19791 .courseViewBox .row > .col-sm-4{
  display: none;
}


.postid-19791 .courseView h3{
  text-align: center;
}

.course-lesson-attend-table th:first-child, 
.course-lesson-attend-table td:first-child
{
  position:sticky;
  right:-1px;
  z-index: 1;
 
}

.course-lesson-attend-table td:first-child{
  background: #ffffff;
}


.page-template-courses-terms .card-header{
    background: #41C0F0;
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.page-template-courses-terms .card{
  border-color: #ffffff;
}

.page-template-courses-terms .card-header a{
    text-decoration: none;
    color: #ffffff;
}

/*
.page-template-courses-terms .course_block{
    margin-bottom: 50px;
}*/

.page-template-courses-terms .card-body p{
  color: #000000;
}

.home-video{
  margin-top: 20px;
  text-align: center;
  max-width: 100%;
}
.home-video iframe{
    border-radius: 20px;
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.moderator  .menu-item-32637,
.moderator #menu-item-7337 ul li:not(:first-child),
.moderator .userList a:not(:last-child)
{
  display: none!important;
}

@media screen and (max-width: 600px) {
  .intro-row .col-12.pt-5{
        padding-top: 0!important;
    }
}

@media screen and (max-width: 575px) {

    .page-template-signup .row-student-name {

        flex-direction: column;

    }

     .page-template-signup .row-student-name .form-control{
      margin-bottom: 10px;
     }


}


.page-numbers.current{
  background-color: #5f49d5;
  color: #ffffff;
  border-radius: 7px;
}

.custom-menu-link{
  display: none;
}

.custom-menu-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #41C0F0;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: fit-content;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 30px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

.custom-menu-link a:hover{
  color:#ffffff;
}

.custom-menu-link a i{
  margin-right: 7px;
}


/*#ez-toc-container ul{
  direction: rtl;
}
*/
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul{
    margin-right:1.5em;
    margin-left: auto;
}

.complaint-form{
  justify-content: center;
}

.complaint-form .row
{
    background: #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.complaint-form .wpcf7-select 
{
    height: 50px!important;
}


.contact-cta {
    margin-bottom: 3rem;
    margin-top: 6rem
}

.contact-cta-wrap {
    padding: 2.5rem;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1) ;
    border-radius: 7px;
    align-items: center
}

.contact-cta-wrap .content {
    flex-grow: 1;
/*    margin-bottom: 1.5rem*/
}

.contact-cta-wrap .title {
    margin-top: 0
}

.contact-cta-wrap .description {
    margin-top: .5rem;
    margin-bottom: 0
}

@keyframes pulse {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.logged-in .custom-menu-link{
  display: block;
}

.newCourse .select2-search__field{
  height: 25px;
}

.select2-container .select2-selection--single{
  height: 40px!important;
}

.blogCount .fa,
.courseCount .fa{
  color:#41C0F0;
}

body.home  .secHeader:not(.secHeaderWhite) {
    background: #1D71B8;
    color: #ffffff;
}

body.home .secHeader h2{
  font-size: 30px;
}

.mainCarousel{
  margin-bottom: 50px;
}

.mainCarousel .owl-item img{
    max-height: auto!important;    
    width: 100%;
} 

.mainCarousel .owl-nav div{
    position: absolute;
    bottom: 46%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.5);
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    margin: 0 10px;
    color: #1D71B8;
    transition: background .5s;
}

.mainCarousel .owl-nav div:hover{
  background: #ffffff;
  transition: background .5s;
}

.mainCarousel .owl-prev{
  right: 0;
}

.mainCarousel .owl-next{

  left: 0;
}

.country-selector.weglot-default{
  right: 0!important;
  bottom: 50%!important;
}

.country-selector.weglot-dropdown .wgcurrent a, 
.country-selector.weglot-dropdown .wgcurrent span{
  padding-right: 20px!important;
}

.weglot-flags>a:before, .weglot-flags>span.wglanguage-name:before{
  margin-left: 10px;
}

.country-selector.weglot-dropdown .wgcurrent,
.country-selector.weglot-dropdown ul{
  border:2px solid #41C0F0!important;
}

.certForm label{
  display: block;

}

.certForm label .select2,
.certForm label .form-control{
  margin-top: 10px!important;
  background: #ffffff;
  border:1px solid #aaaaaa;
}

.certForm .row{
  margin-bottom: 20px;
}

.cert-reg-notes li{
  margin-bottom: 10px;
}

.certForm  .invalid-feedback{
  margin-top: 10px;
}

.delivery_details{
  display: none;
}

#wpcf7-f4515-p44322-o1 .wpcf7-form-control-wrap.course-title{
  display: none;
}

.site-verified {
    background-color: #DAA520; 
    mask: url('../img/twitter-verified-badge.svg') no-repeat center / contain;
    -webkit-mask: url('../img/twitter-verified-badge.svg') no-repeat center / contain;
    display: inline-block;
    width: 20px;
    height: 26px;
    margin-right: 15px;
    vertical-align: middle;
}

.acf-image-uploader .image-wrap{
	float: right!important;
}

.quizQuestions.map-test-form .quizQuestionBody li:nth-child(3){
	display: none;
}

.quizQuestions.map-test-form .quiz-ques-pic{
	cursor:zoom-in;
	max-height: none;
/*	width: ;*/
}

.courseCatRow{
	min-height: 400px;
}

.course-category-filter {
	justify-content: center;
}