

@import url("https://fonts.googleapis.com/css2?family=Cairo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");


/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Cairo", serif;
  --mainColor: #006fba;
  --secounderyColor: #f2f1f8;
  --paragraphColor: #7A7A7A;
  --paragraphColorSecond: #B9B9BA;
  --whiteColor: #ffffff;
  --blackColor: #002147;
  --fontSize: 16px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.container-fluid{
  max-width: 1560px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-30 {
  padding-bottom: 25px;
}

.pr-line{
  height: 1px;
  max-width: 100%;
  background-color: #e2e3e4;
}

/*default-btn*/
.default-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 20px 45px;
  color: var(--whiteColor);
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
}

.default-btn:hover{
  color: var(--whiteColor);
  background-color: transparent;
  background-color: var(--blackColor);
}

a.under-btn {
  font-weight: 500;
  text-decoration: underline;
}

a.white-under-btn {
  color: var(--whiteColor);
  text-decoration: underline;
  font-weight: 500;
}

.default-btn.black{
  background-color: var(--blackColor);
}

/*section-title*/
.section-title {
  max-width: 800px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: "Cairo", serif;
}

.section-title .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.section-title .sub-title p{
  font-size: 20px;
} 

.section-title-2 .sub-title p{
  font-size: 20px;
  text-transform: uppercase;
}

.section-title .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.section-title-3 {
  position: relative;
  max-width: 100%;
}

.section-title-3 .sub-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: "Cairo", serif;
}

.section-title-3.text-start {
  margin-left: 0;
  margin-right: 0;
  padding-right: 550px;
  margin-bottom: 30px;
}

.section-title-3 .default-btn {
  position: absolute;
  content: '';
  font-weight: 500;
  top: 25%;
  right: 0;
  border-radius: 5px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--paragraphColorSecond);
}

/*================================================
Top Navbar Area CSS
=================================================*/
.top-area {
  padding: 15px 0 0;
  border-bottom: 1px solid #EEEEEE;
}

.top-left-items ul, .top-right-items ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.top-left-items ul li, .top-right-items ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  color: var(--paragraphColor);
}

.top-left-items ul li i, .top-right-items ul li i {
  color: var(--mainColor);
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: -30px;
  content: '';
}

.top-left-items ul li a {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}

.top-right-items {
  text-align: right;
}

.top-right-items ul li {
  margin-right: 12px;
  margin-left: 15px;
  position: relative;
}

.top-right-items ul li::before {
  position: absolute;
  top: -15px;
  right: -20px;
  content: '';
  height: 55px;
  width: 1px;
  background: #EEEEEE;
}

.top-right-items ul li a {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}


/*================================================
Banner Area CSS
=================================================*/
.big-bg-1{
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:600px;
  position: relative;
}
.big-bg-1::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.4;
}
.white-shape {
  position: relative;
  height: 240px;
}


.banner-content .content {
	padding-top: 30px;
	/* content: ''; */
	/* top: 55px; */
	/* left: 0; */
	/* padding: 0px 60px; */
	/* z-index: 1; */
}

.banner-content .content h1 {
  font-size: 49px;
  line-height: 76px;
  font-family: "Cairo", serif;
  font-weight: 700;
  color: #006fba;
  margin-bottom: 0;
  text-align: center;
}
.banner-content .content p {
	color: var(--whiteColor);
	width: 80%;
	margin-bottom: 40px;
}
.banner-content .content a{color: var(--whiteColor);}

/*================================================
About Us Area CSS
=================================================*/

.about-us-area.bg-color-1{
  background-color: var(--secounderyColor);
}

.about-us-area .text-content .sub-title{
  display: flex;
  margin-bottom:0px;
  align-items: center;
}

.about-us-area .text-content .sub-title p{
  margin-bottom: 0px;
  font-size: 20px;
}

.about-us-area .text-content .sub-title i{
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-us-area .text-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: "Cairo", serif;
}

.about-us-area .text-content p {
  margin-bottom: 30px;
}

.about-us-area .content{
  padding-left: 35px;
}

/*================================================
Courses CSS
=================================================*/

.course-item {
  padding: 10px;
  border: 1px solid #eee;
  margin: 2px 4px;
    margin-bottom: 33px;
}

.course-item .image img {
  border-radius: 5px;
  width: auto;
}

.course-item .content {
  padding: 10px 20px;
}

.course-item .content span {
  color: var(--paragraphColor);
}

.course-item .content h2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Cairo", serif;
  margin-bottom: 20px;
  height: 70px;
  overflow: hidden;
}

.course-item .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
}

.course-item .content ul li {
  display: inline-flex;
  align-items: center;
}

.course-item .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.course-item .content ul li .image-circle {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  line-height: 31px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-left: 4px;
}

.course-item .content ul li .image-circle img {
  width: auto;
}
.course-item .btn-primary {
  background-color: #006fba;
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
}
.course-item .btn-sec {
  background-color: #ffffff;
  border: 1px solid #006fba;
  color: #006fba;
  padding: 6px 15px;
  border-radius: 50px;
}
.course-item .btn-primary:hover {

  background-color: var(--blackColor);
}
.teacher-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeee;
  padding-top: 17px;
}

.teacher-info .image {
  display: inline-flex;
  align-items: center;
}

.teacher-info .image img{
  border-radius: 100%;
}

.teacher-info .image p {
  margin-left: 20px;
}
.teacher-info .image p span {
  font-weight: 500;
  color: var(--blackColor);
}
.teacher-info .price p{
  font-weight: 500;
  color: var(--mainColor);
}

.courses-section .course-item{
  margin-bottom: 30px;
}

.grid-sorting{
  margin-bottom: 30px;
}
.grid-sorting .title p{
  font-size: 16px;
  font-weight: 700;
  font-family: "Cairo", serif;
  color: var(--blackColor);
}
.grid-sorting .select-box {
  position: relative;
  padding-left: 60px;
}
.grid-sorting .select-box .form-select {
  padding: 20px 25px 20px 100px;
  background-color: var(--secounderyColor);
  border: none;
}
.grid-sorting .select-box label {
  position: absolute;
  top: 20px;
  left: 90px;
  content: '';
}

.courses-area .owl-theme .owl-dots .owl-dot.active span, .courses-area .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blackColor);
}
.courses-area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

/* ------------------------login ----------------------- */
.input-group {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 20px;
}
.input-group input {
  border: none;
  outline: none;
  height: 100%;
  color: #77899e;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  width: 80%;
}
.title-login{
  font-size: 30px;
  margin-bottom: 30px;
}
.new-user{
  background-color: #d4eeff;
  padding: 30px;
  border-radius: 24px;
}
.email-text__text{
  margin-bottom: 0;
}
.email-text{
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.email-text svg{
  color: #006fba;
  width: 22px;
  margin-left: 6px;
}
.m-30{
  margin-bottom: 19px;
}
.app{
  color: #006fba;
  margin-bottom: 22px;
}
.app span{
  color: #ff7007;
}
.wizard-form-field .wizard-form-input {
  position: relative;
  z-index: 2;
}
.wizard-form-field .wizard-form-input {
  width: 100%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 12px;
}
.wizard-form-field .wizard-form-input input {
  width: 80%;
  height: 44px;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
}
.min-height{
  min-height: calc(100vh - 240px);
}
.mb-40{
  margin-bottom: 40px;
}
.bg-login{
  background-color: #d4eeff;
  padding: 57px;
  border-radius: 20px;
}
/*Motasem style*/
/*default-btn*/
.default-btn-cancel {
    background-color: #c70606;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px 45px;
    color: var(--whiteColor) !important;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    border: none;
    font-size: var(--fontSize);
    font-weight: 500;
    height: 50px;
    line-height: 10px;
}

    .default-btn-cancel:hover {
        color: var(--whiteColor);
        background-color: transparent;
        background-color: var(--blackColor);
    }

.default-btn-back {
    background-color: #c4b500d1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px 45px;
    color: var(--whiteColor) !important;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    border: none;
    font-size: var(--fontSize);
    font-weight: 500;
    height: 50px;
    line-height: 10px;
    /*margin-right: 20px;*/
}

    .default-btn-back:hover {
        color: var(--whiteColor);
        background-color: transparent;
        background-color: var(--blackColor);
    }

.plan-step3-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}
/*default-btn*/
.default-btn-next {
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px 45px;
    color: var(--whiteColor) !important;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    border: none;
    font-size: var(--fontSize);
    font-weight: 500;
    height: 50px;
    line-height: 10px;
    /*margin-right: 20px;*/
}

    .default-btn-next:hover {
        color: var(--whiteColor);
        background-color: transparent;
        background-color: var(--blackColor);
    }

.default-btn-Paci {
    background-color: #17A2B8;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px 45px;
    color: var(--whiteColor) !important;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    border: none;
    font-size: var(--fontSize);
    font-weight: 500;
    height: 50px;
    line-height: 10px;
    /*margin-right: 20px;*/
}

    .default-btn-Paci:hover {
        color: var(--whiteColor);
        background-color: transparent;
        background-color: var(--blackColor);
    }


.default-btn-appsubmit {
    background-color: #28A745;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px 45px;
    color: var(--whiteColor) !important;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    border: none;
    font-size: var(--fontSize);
    font-weight: 500;
    height: 50px;
    line-height: 10px;
    /*margin-right: 20px;*/
}

    .default-btn-appsubmit:hover {
        color: var(--whiteColor);
        background-color: transparent;
        background-color: var(--blackColor);
    }


.btnTableSearch {
    border-radius: 30px;
    line-height: 30px !important;
    border: 1px solid #a7a7a7;
    padding: 6px;
}
.custom-buttons-container {
    padding: 4px;
}
.previous {
    border: 1px solid #565656;
    padding: 6px 18px;
    border-radius: 50px;
    cursor: pointer;
}
.next {
    padding: 6px 18px;
    border-radius: 50px;
    background-color: #2249a6;
    color: #fff;
    cursor: pointer;
}
.dataTables_paginate {
    display: flex;
    justify-content: center;
    gap: 2%;
}
#tblCertivcatedocuments_wrapper {
    width: 100%;
}
#tbldocuments_wrapper {
    width: 100%;
}
.table thead{
    width:100%
}
@keyframes slide {
    0% {
    scale: 1;
 }
  50% {
    scale: 2;
    opacity: 0.3;
 }
  100% {
    scale: 1;
 }
}
@media screen and (max-width: 1200px) {
  .banner-content .content p {
    width: 100%;
}
.banner-content .content h1 {
  font-size: 34px;
  line-height: 45px;
 }
 .ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title h2, .about-us-area .text-content h2 {
  font-size: 30px;
  }
.about-us-area .text-content {
  padding-bottom: 40px;
  }
  .about-us-area .content {
    padding-left: 0;
}
.footer-widget p{
  text-align: center;
}
}
.dataTables_paginate {
    display: flex;
    justify-content: center;
    gap: 2%;
    align-items: center;
}

    .dataTables_paginate span .paginate_button {
        padding: 10px;
        cursor: pointer;
    }

        .dataTables_paginate span .paginate_button.current {
            color: #487dff;
        }


    .block-option .checkbox-tick:after {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        top: 0px;
        right: -36px;
        border: 2px solid #b4d4e4;
    }


@media screen and (max-width: 767.98px) {
    .GroupBtn {
        display: flex;
        flex-direction: column;
        gap: 11px;
        padding: 20px;
        text-align: center;
    }

    .wizard-form-input {
        width: 100% !important;
    }

    .block-option .checkbox-tick:after {
        position: absolute !important;
        content: "" !important;
        height: 25px !important;
        width: 25px !important;
        top: 0px !important;
        right: 0px !important;
        border: 2px solid #b4d4e4 !important;
    }


    .wizard-form-field .wizard-form-input #CertificateRate,
    .wizard-form-field .wizard-form-input #CertificateRateInPoints {
        width: 82%;
        margin-right: 50px;
        margin-top: -11px;
    }
    .wizard-checkbox-option li .block-option .btnOpenSidebarDocument {
        width: 82%;
        margin-right: 40px;
        margin-top: -11px;
    }
    .wizard-checkbox-option li {
      
         padding-right: 0px !important;
       
    }
    .wizard-form-field .wizard-form-input .block-option .checkbox-tick:before {
        right: 4px;
    }
    .wizard-checkbox-option li .checkbox-tick:before {
        right: 4px;
    }
}

    @media print and (max-width: 767.98px) {
        input#chListAgreement_1 {
            width: 0;
        }

        input#chListAgreement_2 {
            width: 0;
        }

        input#chListAgreement_3 {
            width: 0;
        }
    }
.dataTables_paginate span{
    direction:ltr;
}
/*input[type="datetime-local"]::after {
    content: attr(data-date);
}
*/