/*-- Google Font --*/ 
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'Aptos';
  src: url('https://safogmasterclass2024.com/assets/css/Aptos.ttf');
}

/*-- Common Style --*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: Aptos !important;
  color: #141414;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #f67366;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-justify {
  text-align: justify;
}

::-moz-selection {
  background-color: #f67366;
  color: #ffffff;
}

::selection {
  background-color: #f67366;
  color: #ffffff;
}

.lsp {
  letter-spacing: 1px;
}
.lsp2 {
  letter-spacing: 2px;
}

.fsf {
  font-family: Aptos !important;
}

.w-20 {
  width: 20%;
}
.w-40 {
  width: 40%;
}

.h-60 {
  height: 60%;
}

.bg-green {
  background: #00af50;
}

.shadow-md {
  -webkit-box-shadow: 0px 0px 2px 3px rgba(179,179,179,1);
-moz-box-shadow: 0px 0px 2px 3px rgba(179,179,179,1);
box-shadow: 0px 0px 2px 3px rgba(179,179,179,1);
}

.title-wrap .heading {
  background: linear-gradient(-270deg, rgba(25,27,70,1) 0%, rgba(118,50,137,1) 100%);
  color: #fff;
  font-family: Aptos !important;
  letter-spacing: 2px;
  border-radius: 7px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 20px 8px 10px !important;
  font-size: 18px;
}

/* ---Custom Container--- */
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}

/* ---Custom Button--- */
.btn-custom {
  line-height: 16.8px;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 13px 30px;
  font-weight: 400;
  letter-spacing: 1px;
  background: linear-gradient(90deg, rgba(25,27,70,1) 0%, rgba(118,50,137,1) 100%);
  color: #fff;
  font-family: Aptos !important;
}

.btn-custom-md {
  line-height: 16.8px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 13px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-family: Aptos !important;
}

.btn-sm {
    padding: 9px 20px !important;
}
.btn-xs {
    padding: 2px 10px;
}

.logo-name small {
  font-size: 14px;
  line-height: normal;
  color: #c5c3c3;
  text-transform: uppercase;
}

.btn-custom:hover {
  background: linear-gradient(270deg, rgba(25,27,70,1) 0%, rgba(118,50,137,1) 100%);
  color: #fff;
}

.bg-gradient-light {
  background: linear-gradient(-270deg, rgba(213,213,226,1) 0%, rgba(240,219,246,1) 100%);
}

.nav-menu a {
  color: #763289;
  font-size: 14px;
  font-weight: 600;
  font-family: Aptos !important;
  text-transform: uppercase;
}

.nav-menu .nav-link.active, .nav-menu .nav-link.show {
  color: #763289;
}

.preadd label:before {
  content: 'RICHARCR';
  position: absolute;
  bottom: 212px;
  color: #2d2055;
  left: 60px;
  font-weight: 500;
  font-size: 14px;
}

.preadd input {
  text-indent: 76px;
}

.rounded-up {
  border-radius: 20px 0 20px 0;
}

.title {
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 2rem;
  font-family: poppins;
}

.outline {
  -webkit-text-stroke: 0.3px #ffffffd6 !important;
  text-transform: uppercase;
  font-size: 2.5rem;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

p {
  font-size: 16px;
}

.fs12 {
  font-size: 14px;
}

.csnme button {
  margin-top: -20px;
}

.course-div:before {
  content: '';
  position: absolute;
  left: -13px;
  bottom: 0;
  background: #ff0;
  width: 2px;
  height: 87%;
}

.docpanel {
  height: 80vh;
}

.pmrow {
  margin-inline: 10px;
  border: 2px solid #703085;
  border-radius: 80px 0;
  margin-top: 30px;
  position: relative;
  height: auto;
}

.fsp {
  font-family: poppins !important;
}

.fso {
  font-family: 'open-sans', sans-serif !important;
}

.pmrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: -16px;
  right: 0;
  width: 90%;
  height: 110%;
  background: #f9eff7;
  margin: auto;
  z-index: 1;
}

.program-inner {
  position: relative;
  z-index: 9;
  top: -50px;
}

.speak-card, .proitem  {
  transition: all 0.3s linear;
  transform: scale(1);
}

.speak-card:hover, .proitem:hover {
  transition: all 0.3s linear;
  transform: scale(1.175);
}

/* .topslider .carousel-item, .topslider .carousel-inner {
  height: 90vh !important;
} */

.header-btns button {
  font-size: 14px;
  padding: 10px 20px;
}
.speak-img img {
  width: 120px;
  padding: 12px;
  height: 120px !important;
}

.speak-inner {
  border: 1px dashed #743287;
  border-radius: 40px;
  padding-block: 10px;
}

button.btn.show {
  color: #fff;
}

.hgt li {
  color: #763289;
  font-size: 18px;
  font-family: Aptos !important;
}

.main-wrapper, .minh {
  min-height: 100vh;
}

.btn-blue {
  background-color: #3390bb;
  color: #fff;
  border-color: #3390bb;
}
.btn-blue:hover {
  background-color: #51bbec;
  color: #fff;
  border-color: #51bbec;
}

.spekgroups img {
  width: 80px;
  padding: 8px;
  height: 80px !important;
}
@media screen and (max-width: 767px) {
  .spekgroups img {
    width: 100px !important;
    padding: 8px;
    height: 100px !important;
}
}
@media screen and (max-width: 767px) {
  button.btn-close {
    top: 0;
    right: 17px !important;
    font-size: 10px !important;
}
}
a.text-right.cloo {
  color: #fff;
  font-size: 20px;
  text-align: right;
  right: 0;
  top: 0;
  margin-right: 20px;
}

.btn-close {
  position: absolute;
  right: 30px;
}

.modal-header {
  border-bottom: 5px solid #3390bb;
}

.panel-heading img {
  background: #ffffff3b;
  border-radius: 8px;
  padding: 10px;
}

.scroll-to-top {
  background-color: #FFCA2C;
  border-radius: 4px;
  color: #000;
  position: fixed;
  right: -50px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 23px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  right: 30px;
  transition: all 0.5s linear;
}

.scrolltop .icon {
  font-size: 30px;
  text-align: center;
  margin-top: 2px;
}

.scrolltop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}

.footer-inner small, .footer-inner p {
  font-size: 13px;
}

.mqtext {
  animation: move 60s linear infinite;
  display: block;
  width: 100%;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-74%);
  }
  100% {
    transform: translateX(0%);
  }
}

.carousel-item img {
  width: 100% !important;
}

.dashboard-area th, .dashboard-area td {
  font-size: 14px;
}

.table-responsive table {
  width: 114%;
}

.table-responsive::-webkit-scrollbar {
  height: 7px;
  background: #ba8ec7;
  border-radius: 5px;
  width: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #763289;
  border-radius: 5px;
}

input[value="Filter"] {
  background: #000 !important;
  border-color: #000;
}

#refreshbtn {
  background: #098ece !important;
  border-color: #098ece !important;
}

#filter-form label, .regifield span {
  color: #000 !important;
}

.dashboard-area .col-lg-3:nth-child(1) .card {
  background: #7030A0 !important;
}

.dashboard-area .col-lg-3:nth-child(2) .card {
  background: #00AF50 !important;
}

.dashboard-area .col-lg-3:nth-child(3) .card {
  background: #0071C1 !important;
}

.dashboard-area .col-lg-3:nth-child(4) .card {
  background: #ED7D31 !important;
}

.dashboard-area .btn-custom option {
  color: #000 !important;
  padding-left: 10px !important;
}

.dashboard-area .btn-custom option {
  padding-left: 0 !important;
  text-align: left !important;
}

/* .dashboard-area select:hover, .dashboard-area select:active, select:focus {
  color: #fff !important;
}

.dashboard-area .btn-custom:active option, .dashboard-area .btn-custom option[selected] {
  color: #fff !important;
} */

.selectmodule, .selectmodule:hover, .selectmodule:active, .selectmodule:focus, .selectmodule option  {
  color: #fff !important;
}

#registrationForm select {
  color: #000 !important;
}

/*------ Footer ---------*/

.footer-top {
  padding: 50px 0;
}



.footer-widget-logo {
  padding-bottom: 20px;
}

.footer-widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 30px;
}

.footer-widget-desc {
  line-height: 21px;
  color: #fff;
  padding-right: 40px;
}

ul.footer-widget-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-widget-list-item>li a {
  color: #fff;
}

.footer-widget-list-item>li a:hover {
  color: #f67366;
}

.social-link ul {
  display: flex;
  gap: 20px;
}

.social-link i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  font-size: 23px;
  color: #2c2d5b;

}

/* ---Copyright--- */
.copyright {
  border-top: 1px solid #E5E5E566;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.logoimg{
  margin-left: -37px;
}

.lgflag {
  width: 40px;
  display: table;
  margin: auto;
  height: 40px;
  border-radius: 50%;
}

/* .video {
  margin-top: -20px !important;
} */

.title-wrap .heading {
  font-size: 14px !important;
}

.selectmodule option {
  text-align: left !important;
  color: #000 !important;
}

/*----------------------------------------*/
/*   Mobile Friendly
/*----------------------------------------*/

@media  (max-width: 424px) {
  .title-wrap .heading {
    font-size: 22px !important;
  }
}

@media  (max-width: 767px) {
  .title-wrap .heading {
    font-size: 22px !important;
  }
}
@media  (max-width: 1023px) {
  .title-wrap .heading {
    font-size: 22px !important;
  }
}
@media (min-width: 2561px) and (max-width: 4500px) {
  .video iframe {
    height: 960px !important;
    margin-top: 20px;
}
 }
@media (min-width: 1921px) and (max-width: 2150px) {
  .video iframe {
    height: 740px !important;
}
}
@media (min-width: 2151px) and (max-width: 2560px) {
  .video iframe {
    height: 760px !important;
}
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .video iframe {
    height: 520px !important;
    margin-top: 00px;
}
}

@media (min-width: 1600px) and (max-width: 1720px) {
  .video iframe {
    height: 550px !important;
    margin-top: 00px;
}
}
@media (min-width: 1721px) and (max-width: 1920px) {
  .video iframe {
    height: 656px !important;
    margin-top: 20px;
}
}

@media (min-width: 1401px) {
p {
  font-size: 18px;
}
#myVideo {
  margin-top: 20px;
}

.pdfbtns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

@media (max-width: 1400px) {
  #myVideo {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
.header-inner {
  justify-content: space-between;
}

.achs {
  margin-top: 0 !important;
}

.header-area {
  padding: 20px 0;
 
}

.hero-area {
  padding: 60px 0;
}

.hero-content {
  margin-top: 30px;
}

.hero-content .title, .hero-content .title span {
  font-size: 30px;
  line-height: 40px;
}

.toolbar-btn i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c2d5b;
  border-radius: 50px;
  box-shadow: 0px 0px 25px 0px #97979761;
  font-size: 20px;
}

button.btn-close {
  top: 0;
  right: 0;
}

.megamenu {
  padding: 0;
  flex-direction: column;
  width: 100%;
}

.footer-widget-desc {
  padding-right: 0px;
}

.form-area {
  padding: 50px 0;
}

.form-inner {
  padding: 30px 10px;
  margin: 0;
}

.mega-title h2 {
  font-size: 18px;
  line-height: 24.8px;
}

.cirle-img {
  left: 0;
}

.cirle-img img {
  width: 60%;
}

.btn-custom-size {
  padding: 20px 25px;
}
.mobile-logo {
  position: absolute;
  top: 30px;
}

.logo-wrap.hmd {
  width: 70%;
}
.docthd {
  width: 68%;
  margin: auto;
}

.logo-wrap.hmd img, .docthd img {
  max-width: 60px;
}



.navbar-toggler, .navbar-toggler:focus {
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0;
}

.logo-name h3 {
  font-size: 18px;
}

.course-div:before {
display: none;
}

.hgt li {
  display: inline-flex;
}

.news-inner {
  height: auto;
  margin: 20px 0;
}

.docpanel {
  height: auto;
}
.title-wrap{
  margin-top: 30px;
}
.btn-sm {
  padding: 9px 27px !important;
}
.asr {
  margin-top: 0 !important;
}
.vdr{   margin-top: -140px;

}

.mobvdo iframe {
  width: 100% !important;
  height: 360px;
}

#myVideo {
  margin-top: 0;
}

.mobvdo .vdr {
  margin-top: 0 !important;
}

.dashboard-area .title-wrap {
  display: flex;
  justify-content: space-between;
}

.logout-btn-groups {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.refreshbtn, .download {
  top: 10px !important;
}
.radiorow {
  width: 100% !important;
}

}

@media (max-width: 767px) {

  #journals .jouitem {
    margin: auto;
}

.quefield {
  text-align: center;
}

.mobvdo iframe {
  width: 100% !important;
  height: 250px;
}

.course-area .container-fluid {
  padding-inline: 0 !important;
}

.quefield .row {
  margin: auto;
}

  .pmrow:before {
    top: -40px;
    width: 90%;
    height: 104%;
}

.footright {
  padding-inline: 25px;
}

  
  .hero-area {
    padding: 60px 0 0;
}



.hero-area .row {
  flex-direction: column-reverse;
}

form#filter-form {
  display: flex;
  align-items: start !important;
  gap: 10px !important;
  flex-wrap: wrap;
  align-items: center !important;
}

.dashboard-area {
  padding-inline: 0 !important;
}



.dashboard-area .btn {
  font-size: 14px !important;
  padding-inline: 10px !important;
}

.lgflag {
  width: 30px !important;
}

}
@media (min-width:1024px) and (max-width:1199px){
  .nav-menu a, .btn-custom {
    font-size: 14px;
  }
  .course-img.rounded-up.bg-primary.bg-gradient.text-center.text-white {
    width: 50%;
    margin-left: 235px;
}
  

}


@media (max-width: 375px) {
.hero-btn {
display: block;
}

.docthd {
  width: 81% !important;
  margin: auto;
}

.alemedic {
  margin-left: 0 !important;
}
 .footer-inner {
  flex-wrap: wrap !important;
 }

 .footright {
  border-left: 0 !important;
}



}
/* ..........vr...................................... */
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

body .select2-container .select2-selection--single {
  height: 35px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

