/* Keep this for all project */

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/SFPro/SF-Pro-Text-Light.otf);
}

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/SFPro/SF-Pro-Text-Regular.otf);
}

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SFPro/SF-Pro-Text-Medium.otf);
}

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/SFPro/SF-Pro-Text-Semibold.otf);
}

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/SFPro/SF-Pro-Text-Bold.otf);
}

@font-face {
  font-family: 'MainFont';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/SFPro/SF-Pro-Text-Heavy.otf);
}

@font-face {
  font-family: 'SecondFont';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/productsans/ProductSans-Regular.ttf);
}

.body, div, a, button, span, input, section,footer,header {
  font-family: "MainFont", "Arial", sans-serif;
}

.font2 {
  font-family: "SecondFont", sans-serif !important;
}

@font-face {
font-family: 'certificateProfile';
src: url('..css/fonts/cinzel/Cinzel-Bold.otf'); 
}
.certificateProfile{
  font-family: 'certificateProfile';
  
}


/* Keep until here */

.p-t-0 {
padding-top: 0px !important;
}
.p-r-0 {
padding-right: 0px !important;
}
.p-l-0 {
padding-left: 0px !important;
}

.p-b-0 {
padding-bottom: 0px !important;
}
.padding-0 {
padding: 0px !important;
}
.p-t-5 {
padding-top: 5px !important;
}
.p-r-5 {
padding-right: 5px !important;
}
.p-l-5 {
padding-left: 5px !important;
}
.p-b-5 {
padding-bottom: 5px !important;
}
.padding-5 {
padding: 5px !important;
}
.p-t-10 {
padding-top: 10px !important;
}
.p-r-10 {
padding-right: 10px !important;
}
.p-l-10 {
padding-left: 10px !important;
}
.p-b-10 {
padding-bottom: 10px !important;
}
.padding-10 {
padding: 10px !important;
}
.p-t-15 {
padding-top: 15px !important;
}
.p-r-15 {
padding-right: 15px !important;
}
.p-l-15 {
padding-left: 15px !important;
}
.p-b-15 {
padding-bottom: 15px !important;
}
.padding-15 {
padding: 15px !important;
}
.p-t-20 {
padding-top: 20px !important;
}
.p-r-20 {
padding-right: 20px !important;
}
.p-l-20 {
padding-left: 20px !important;
}
.p-b-20 {
padding-bottom: 20px !important;
}
.padding-20 {
padding: 20px !important;
}
.p-t-25 {
padding-top: 25px !important;
}
.p-r-25 {
padding-right: 25px !important;
}
.p-l-25 {
padding-left: 25px !important;
}
.p-b-25 {
padding-bottom: 25px !important;
}
.padding-25 {
padding: 25px !important;
}
.p-t-30 {
padding-top: 30px !important;
}
.p-r-30 {
padding-right: 30px !important;
}
.p-l-30 {
padding-left: 30px !important;
}
.p-b-30 {
padding-bottom: 30px !important;
}
.padding-30 {
padding: 30px !important;
}
.p-t-35 {
padding-top: 35px !important;
}
.p-r-35 {
padding-right: 35px !important;
}
.p-l-35 {
padding-left: 35px !important;
}
.p-b-35 {
padding-bottom: 35px !important;
}
.padding-35 {
padding: 35px !important;
}
.p-t-40 {
padding-top: 40px !important;
}
.p-r-40 {
padding-right: 40px !important;
}
.p-l-40 {
padding-left: 40px !important;
}
.p-b-40 {
padding-bottom: 40px !important;
}
.padding-40 {
padding: 40px !important;
}
.p-t-45 {
padding-top: 45px !important;
}
.p-r-45 {
padding-right: 45px !important;
}
.p-l-45 {
padding-left: 45px !important;
}
.p-b-45 {
padding-bottom: 45px !important;
}
.padding-45 {
padding: 45px !important;
}
.p-t-50 {
padding-top: 50px !important;
}
.p-r-50 {
padding-right: 50px !important;
}
.p-l-50 {
padding-left: 50px !important;
}
.p-b-50 {
padding-bottom: 50px !important;
}
.padding-50 {
padding: 50px !important;
}
.p-t-130 {
  padding-top: 130px !important
}
/* Generic Margin Helpers
------------------------------------
*/
.m-t-0 {
margin-top: 0px;
}
.m-r-0 {
margin-right: 0px;
}
.m-l-0 {
margin-left: 0px;
}
.m-b-0 {
margin-bottom: 0px;
}
.m-t-5 {
margin-top: 5px;
}
.m-r-5 {
margin-right: 5px;
}
.m-l-5 {
margin-left: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-t-10 {
margin-top: 10px;
}
.m-r-10 {
margin-right: 10px;
}
.m-l-10 {
margin-left: 10px;
}
.m-b-10 {
margin-bottom: 10px;
}
.m-t-15 {
margin-top: 15px;
}
.m-r-15 {
margin-right: 15px;
}
.m-l-15 {
margin-left: 15px;
}
.m-b-15 {
margin-bottom: 15px;
}
.m-t-20 {
margin-top: 20px;
}
.m-r-20 {
margin-right: 20px;
}
.m-l-20 {
margin-left: 20px;
}
.m-b-20 {
margin-bottom: 20px;
}
.m-t-25 {
margin-top: 25px;
}
.m-r-25 {
margin-right: 25px;
}
.m-l-25 {
margin-left: 25px;
}
.m-b-25 {
margin-bottom: 25px;
}
.m-t-30 {
margin-top: 30px;
}
.m-r-30 {
margin-right: 30px;
}
.m-l-30 {
margin-left: 30px;
}
.m-b-30 {
margin-bottom: 30px;
}
.m-t-35 {
margin-top: 35px;
}
.m-r-35 {
margin-right: 35px;
}
.m-l-35 {
margin-left: 35px;
}
.m-b-35 {
margin-bottom: 35px;
}
.m-t-40 {
margin-top: 40px;
}
.m-r-40 {
margin-right: 40px;
}
.m-l-40 {
margin-left: 40px;
}
.m-b-40 {
margin-bottom: 40px;
}
.m-t-45 {
margin-top: 45px;
}
.m-r-45 {
margin-right: 45px;
}
.m-l-45 {
margin-left: 45px;
}
.m-b-45 {
margin-bottom: 45px;
}
.m-t-50 {
margin-top: 50px;
}
.m-r-50 {
margin-right: 50px;
}
.m-l-50 {
margin-left: 50px;
}
.m-b-50 {
margin-bottom: 50px;
}
.m-b-200 {
margin-bottom: 200px;
}
.m-t-70 {
margin-top: 70px;
}
.m-t-100{
margin-top: 100px;
}
.m-t-130 {
margin-top: 130px;
}
.m-t-200 {
margin-top: 200px;
}

.px-0{
padding-left: 0;
padding-right: 0;
}

/* from bootstrap 4 alignment*/

.w-25 {
width: 25% !important;
}

.w-50 {
width: 50% !important;
}

.w-75 {
width: 75% !important;
}

.w-100 {
width: 100% !important;
}

.h-25 {
height: 25% !important;
}

.h-50 {
height: 50% !important;
}

.h-75 {
height: 75% !important;
}

.h-100 {
height: 100% !important;
}

.mw-100 {
max-width: 100% !important;
}

.mh-100 {
max-height: 100% !important;
}

.m-0 {
margin: 0 0 !important;
}

.mt-0 {
margin-top: 0 !important;
}

.mr-0 {
margin-right: 0 !important;
}

.mb-0 {
margin-bottom: 0 !important;
}

.ml-0 {
margin-left: 0 !important;
}

.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}

.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.m-1 {
margin: 0.25rem 0.25rem !important;
}

.mt-1 {
margin-top: 0.25rem !important;
}

.mr-1 {
margin-right: 0.25rem !important;
}

.mb-1 {
margin-bottom: 0.25rem !important;
}

.ml-1 {
margin-left: 0.25rem !important;
}

.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}

.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}

.m-2 {
margin: 0.5rem 0.5rem !important;
}

.mt-2 {
margin-top: 0.5rem !important;
}

.mr-2 {
margin-right: 0.5rem !important;
}

.mb-2 {
margin-bottom: 0.5rem !important;
}

.ml-2 {
margin-left: 0.5rem !important;
}

.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}

.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}

.m-3 {
margin: 1rem 1rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mr-3 {
margin-right: 1rem !important;
}

.mb-3 {
margin-bottom: 1rem !important;
}

.ml-3 {
margin-left: 1rem !important;
}

.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}

.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.m-4 {
margin: 1.5rem 1.5rem !important;
}

.mt-4 {
margin-top: 1.5rem !important;
}

.mr-4 {
margin-right: 1.5rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.ml-4 {
margin-left: 1.5rem !important;
}

.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}

.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.m-5 {
margin: 3rem 3rem !important;
}

.mt-5 {
margin-top: 3rem !important;
}

.mr-5 {
margin-right: 3rem !important;
}

.mb-5 {
margin-bottom: 4rem !important;
}

.ml-5 {
margin-left: 3rem !important;
}

.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}

.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.mt-rem2{
margin-top: 2rem!important;
}

.p-0 {
padding: 0 0 !important;
}

.pt-0 {
padding-top: 0 !important;
}

.pr-0 {
padding-right: 0 !important;
}

.pb-0 {
padding-bottom: 0 !important;
}

.pl-0 {
padding-left: 0 !important;
}

.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}

.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.p-1 {
padding: 0.25rem 0.25rem !important;
}

.pt-1 {
padding-top: 0.25rem !important;
}

.pr-1 {
padding-right: 0.25rem !important;
}

.pb-1 {
padding-bottom: 0.25rem !important;
}

.pl-1 {
padding-left: 0.25rem !important;
}

.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}

.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}

.p-2 {
padding: 0.5rem 0.5rem !important;
}

.pt-2 {
padding-top: 0.5rem !important;
}

.pr-2 {
padding-right: 0.5rem !important;
}

.pb-2 {
padding-bottom: 0.5rem !important;
}

.pl-2 {
padding-left: 0.5rem !important;
}

.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}

.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.p-3 {
padding: 1rem 1rem !important;
}

.pt-3 {
padding-top: 1rem !important;
}

.pr-3 {
padding-right: 1rem !important;
}

.pb-3 {
padding-bottom: 1rem !important;
}

.pl-3 {
padding-left: 1rem !important;
}

.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.p-4 {
padding: 1.5rem 1.5rem !important;
}

.pt-4 {
padding-top: 1.5rem !important;
}

.pt-rem2 {
padding-top: 2rem !important;
}

.pr-4 {
padding-right: 1.5rem !important;
}

.pb-4 {
padding-bottom: 1.5rem !important;
}

.pl-4 {
padding-left: 1.5rem !important;
}

.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.p-5 {
padding: 3rem 3rem !important;
}

.pt-5 {
padding-top: 3rem !important;
}

.pr-5 {
padding-right: 3rem !important;
}

.pb-5 {
padding-bottom: 3rem !important;
}

.pl-5 {
padding-left: 3rem !important;
}

.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.py-rem2 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}

.m-auto {
margin: auto !important;
}

.mt-auto {
margin-top: auto !important;
}

.mr-auto {
margin-right: auto !important;
}

.mb-auto {
margin-bottom: auto !important;
}

.ml-auto {
margin-left: auto !important;
}

.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}

.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}

@media (min-width: 576px) {
.m-sm-0 {
  margin: 0 0 !important;
}
.mt-sm-0 {
  margin-top: 0 !important;
}
.mr-sm-0 {
  margin-right: 0 !important;
}
.mb-sm-0 {
  margin-bottom: 0 !important;
}
.ml-sm-0 {
  margin-left: 0 !important;
}
.mx-sm-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-sm-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-sm-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-sm-1 {
  margin-top: 0.25rem !important;
}
.mr-sm-1 {
  margin-right: 0.25rem !important;
}
.mb-sm-1 {
  margin-bottom: 0.25rem !important;
}
.ml-sm-1 {
  margin-left: 0.25rem !important;
}
.mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-sm-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-sm-2 {
  margin-top: 0.5rem !important;
}
.mr-sm-2 {
  margin-right: 0.5rem !important;
}
.mb-sm-2 {
  margin-bottom: 0.5rem !important;
}
.ml-sm-2 {
  margin-left: 0.5rem !important;
}
.mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-sm-3 {
  margin: 1rem 1rem !important;
}
.mt-sm-3 {
  margin-top: 1rem !important;
}
.mr-sm-3 {
  margin-right: 1rem !important;
}
.mb-sm-3 {
  margin-bottom: 1rem !important;
}
.ml-sm-3 {
  margin-left: 1rem !important;
}
.mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-sm-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-sm-4 {
  margin-top: 1.5rem !important;
}
.mr-sm-4 {
  margin-right: 1.5rem !important;
}
.mb-sm-4 {
  margin-bottom: 1.5rem !important;
}
.ml-sm-4 {
  margin-left: 1.5rem !important;
}
.mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-sm-5 {
  margin: 3rem 3rem !important;
}
.mt-sm-5 {
  margin-top: 3rem !important;
}
.mr-sm-5 {
  margin-right: 3rem !important;
}
.mb-sm-5 {
  margin-bottom: 3rem !important;
}
.ml-sm-5 {
  margin-left: 3rem !important;
}
.mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-sm-0 {
  padding: 0 0 !important;
}
.pt-sm-0 {
  padding-top: 0 !important;
}
.pr-sm-0 {
  padding-right: 0 !important;
}
.pb-sm-0 {
  padding-bottom: 0 !important;
}
.pl-sm-0 {
  padding-left: 0 !important;
}
.px-sm-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-sm-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-sm-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-sm-1 {
  padding-top: 0.25rem !important;
}
.pr-sm-1 {
  padding-right: 0.25rem !important;
}
.pb-sm-1 {
  padding-bottom: 0.25rem !important;
}
.pl-sm-1 {
  padding-left: 0.25rem !important;
}
.px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-sm-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-sm-2 {
  padding-top: 0.5rem !important;
}
.pr-sm-2 {
  padding-right: 0.5rem !important;
}
.pb-sm-2 {
  padding-bottom: 0.5rem !important;
}
.pl-sm-2 {
  padding-left: 0.5rem !important;
}
.px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-sm-3 {
  padding: 1rem 1rem !important;
}
.pt-sm-3 {
  padding-top: 1rem !important;
}
.pr-sm-3 {
  padding-right: 1rem !important;
}
.pb-sm-3 {
  padding-bottom: 1rem !important;
}
.pl-sm-3 {
  padding-left: 1rem !important;
}
.px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-sm-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-sm-4 {
  padding-top: 1.5rem !important;
}
.pr-sm-4 {
  padding-right: 1.5rem !important;
}
.pb-sm-4 {
  padding-bottom: 1.5rem !important;
}
.pl-sm-4 {
  padding-left: 1.5rem !important;
}
.px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-sm-5 {
  padding: 3rem 3rem !important;
}
.pt-sm-5 {
  padding-top: 3rem !important;
}
.pr-sm-5 {
  padding-right: 3rem !important;
}
.pb-sm-5 {
  padding-bottom: 3rem !important;
}
.pl-sm-5 {
  padding-left: 3rem !important;
}
.px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-sm-auto {
  margin: auto !important;
}
.mt-sm-auto {
  margin-top: auto !important;
}
.mr-sm-auto {
  margin-right: auto !important;
}
.mb-sm-auto {
  margin-bottom: auto !important;
}
.ml-sm-auto {
  margin-left: auto !important;
}
.mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
}

.apiTable table, th, td{
/*border: 3px solid white;*/
border-top: 3px solid white;
}

@media (min-width: 768px) {
.m-md-0 {
  margin: 0 0 !important;
}
.mt-md-0 {
  margin-top: 0 !important;
}
.mr-md-0 {
  margin-right: 0 !important;
}
.mb-md-0 {
  margin-bottom: 0 !important;
}
.ml-md-0 {
  margin-left: 0 !important;
}
.mx-md-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-md-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-md-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-md-1 {
  margin-top: 0.25rem !important;
}
.mr-md-1 {
  margin-right: 0.25rem !important;
}
.mb-md-1 {
  margin-bottom: 0.25rem !important;
}
.ml-md-1 {
  margin-left: 0.25rem !important;
}
.mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-md-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-md-2 {
  margin-top: 0.5rem !important;
}
.mr-md-2 {
  margin-right: 0.5rem !important;
}
.mb-md-2 {
  margin-bottom: 0.5rem !important;
}
.ml-md-2 {
  margin-left: 0.5rem !important;
}
.mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-md-3 {
  margin: 1rem 1rem !important;
}
.mt-md-3 {
  margin-top: 1rem !important;
}
.mr-md-3 {
  margin-right: 1rem !important;
}
.mb-md-3 {
  margin-bottom: 1rem !important;
}
.ml-md-3 {
  margin-left: 1rem !important;
}
.mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-md-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-md-4 {
  margin-top: 1.5rem !important;
}
.mr-md-4 {
  margin-right: 1.5rem !important;
}
.mb-md-4 {
  margin-bottom: 1.5rem !important;
}
.ml-md-4 {
  margin-left: 1.5rem !important;
}
.mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-md-5 {
  margin: 3rem 3rem !important;
}
.mt-md-5 {
  margin-top: 3rem !important;
}
.mr-md-5 {
  margin-right: 3rem !important;
}
.mb-md-5 {
  margin-bottom: 3rem !important;
}
.ml-md-5 {
  margin-left: 3rem !important;
}
.mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-md-0 {
  padding: 0 0 !important;
}
.pt-md-0 {
  padding-top: 0 !important;
}
.pr-md-0 {
  padding-right: 0 !important;
}
.pb-md-0 {
  padding-bottom: 0 !important;
}
.pl-md-0 {
  padding-left: 0 !important;
}
.px-md-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-md-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-md-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-md-1 {
  padding-top: 0.25rem !important;
}
.pr-md-1 {
  padding-right: 0.25rem !important;
}
.pb-md-1 {
  padding-bottom: 0.25rem !important;
}
.pl-md-1 {
  padding-left: 0.25rem !important;
}
.px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-md-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-md-2 {
  padding-top: 0.5rem !important;
}
.pr-md-2 {
  padding-right: 0.5rem !important;
}
.pb-md-2 {
  padding-bottom: 0.5rem !important;
}
.pl-md-2 {
  padding-left: 0.5rem !important;
}
.px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-md-3 {
  padding: 1rem 1rem !important;
}
.pt-md-3 {
  padding-top: 1rem !important;
}
.pr-md-3 {
  padding-right: 1rem !important;
}
.pb-md-3 {
  padding-bottom: 1rem !important;
}
.pl-md-3 {
  padding-left: 1rem !important;
}
.px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-md-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-md-4 {
  padding-top: 1.5rem !important;
}
.pr-md-4 {
  padding-right: 1.5rem !important;
}
.pb-md-4 {
  padding-bottom: 1.5rem !important;
}
.pl-md-4 {
  padding-left: 1.5rem !important;
}
.px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-md-rem2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p-md-5 {
  padding: 3rem 3rem !important;
}
.pt-md-5 {
  padding-top: 3rem !important;
}
.pr-md-5 {
  padding-right: 3rem !important;
}
.pb-md-5 {
  padding-bottom: 3rem !important;
}
.pl-md-5 {
  padding-left: 3rem !important;
}
.px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-md-auto {
  margin: auto !important;
}
.mt-md-auto {
  margin-top: auto !important;
}
.mr-md-auto {
  margin-right: auto !important;
}
.mb-md-auto {
  margin-bottom: auto !important;
}
.ml-md-auto {
  margin-left: auto !important;
}
.mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
}

@media (min-width: 992px) {
.m-lg-0 {
  margin: 0 0 !important;
}
.mt-lg-0 {
  margin-top: 0 !important;
}
.mr-lg-0 {
  margin-right: 0 !important;
}
.mb-lg-0 {
  margin-bottom: 0 !important;
}
.ml-lg-0 {
  margin-left: 0 !important;
}
.mx-lg-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-lg-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-lg-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-lg-1 {
  margin-top: 0.25rem !important;
}
.mr-lg-1 {
  margin-right: 0.25rem !important;
}
.mb-lg-1 {
  margin-bottom: 0.25rem !important;
}
.ml-lg-1 {
  margin-left: 0.25rem !important;
}
.mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-lg-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-lg-2 {
  margin-top: 0.5rem !important;
}
.mr-lg-2 {
  margin-right: 0.5rem !important;
}
.mb-lg-2 {
  margin-bottom: 0.5rem !important;
}
.ml-lg-2 {
  margin-left: 0.5rem !important;
}
.mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-lg-3 {
  margin: 1rem 1rem !important;
}
.mt-lg-3 {
  margin-top: 1rem !important;
}
.mr-lg-3 {
  margin-right: 1rem !important;
}
.mb-lg-3 {
  margin-bottom: 1rem !important;
}
.ml-lg-3 {
  margin-left: 1rem !important;
}
.mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-lg-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-lg-4 {
  margin-top: 1.5rem !important;
}
.mr-lg-4 {
  margin-right: 1.5rem !important;
}
.mb-lg-4 {
  margin-bottom: 1.5rem !important;
}
.ml-lg-4 {
  margin-left: 1.5rem !important;
}
.mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-lg-5 {
  margin: 3rem 3rem !important;
}
.mt-lg-5 {
  margin-top: 3rem !important;
}
.mr-lg-5 {
  margin-right: 3rem !important;
}
.mb-lg-5 {
  margin-bottom: 3rem !important;
}
.ml-lg-5 {
  margin-left: 3rem !important;
}
.mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-lg-0 {
  padding: 0 0 !important;
}
.pt-lg-0 {
  padding-top: 0 !important;
}
.pr-lg-0 {
  padding-right: 0 !important;
}
.pb-lg-0 {
  padding-bottom: 0 !important;
}
.pl-lg-0 {
  padding-left: 0 !important;
}
.px-lg-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-lg-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-lg-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-lg-1 {
  padding-top: 0.25rem !important;
}
.pr-lg-1 {
  padding-right: 0.25rem !important;
}
.pb-lg-1 {
  padding-bottom: 0.25rem !important;
}
.pl-lg-1 {
  padding-left: 0.25rem !important;
}
.px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-lg-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-lg-2 {
  padding-top: 0.5rem !important;
}
.pr-lg-2 {
  padding-right: 0.5rem !important;
}
.pb-lg-2 {
  padding-bottom: 0.5rem !important;
}
.pl-lg-2 {
  padding-left: 0.5rem !important;
}
.px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-lg-3 {
  padding: 1rem 1rem !important;
}
.pt-lg-3 {
  padding-top: 1rem !important;
}
.pr-lg-3 {
  padding-right: 1rem !important;
}
.pb-lg-3 {
  padding-bottom: 1rem !important;
}
.pl-lg-3 {
  padding-left: 1rem !important;
}
.px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-lg-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-lg-4 {
  padding-top: 1.5rem !important;
}
.pr-lg-4 {
  padding-right: 1.5rem !important;
}
.pb-lg-4 {
  padding-bottom: 1.5rem !important;
}
.pl-lg-4 {
  padding-left: 1.5rem !important;
}
.px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-lg-5 {
  padding: 3rem 3rem !important;
}
.pt-lg-5 {
  padding-top: 3rem !important;
}
.pr-lg-5 {
  padding-right: 3rem !important;
}
.pb-lg-5 {
  padding-bottom: 3rem !important;
}
.pl-lg-5 {
  padding-left: 3rem !important;
}
.px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-lg-auto {
  margin: auto !important;
}
.mt-lg-auto {
  margin-top: auto !important;
}
.mr-lg-auto {
  margin-right: auto !important;
}
.mb-lg-auto {
  margin-bottom: auto !important;
}
.ml-lg-auto {
  margin-left: auto !important;
}
.mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
}

@media (min-width: 1200px) {
.m-xl-0 {
  margin: 0 0 !important;
}
.mt-xl-0 {
  margin-top: 0 !important;
}
.mr-xl-0 {
  margin-right: 0 !important;
}
.mb-xl-0 {
  margin-bottom: 0 !important;
}
.ml-xl-0 {
  margin-left: 0 !important;
}
.mx-xl-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-xl-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-xl-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-xl-1 {
  margin-top: 0.25rem !important;
}
.mr-xl-1 {
  margin-right: 0.25rem !important;
}
.mb-xl-1 {
  margin-bottom: 0.25rem !important;
}
.ml-xl-1 {
  margin-left: 0.25rem !important;
}
.mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-xl-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-xl-2 {
  margin-top: 0.5rem !important;
}
.mr-xl-2 {
  margin-right: 0.5rem !important;
}
.mb-xl-2 {
  margin-bottom: 0.5rem !important;
}
.ml-xl-2 {
  margin-left: 0.5rem !important;
}
.mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-xl-3 {
  margin: 1rem 1rem !important;
}
.mt-xl-3 {
  margin-top: 1rem !important;
}
.mr-xl-3 {
  margin-right: 1rem !important;
}
.mb-xl-3 {
  margin-bottom: 1rem !important;
}
.ml-xl-3 {
  margin-left: 1rem !important;
}
.mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-xl-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-xl-4 {
  margin-top: 1.5rem !important;
}
.mr-xl-4 {
  margin-right: 1.5rem !important;
}
.mb-xl-4 {
  margin-bottom: 1.5rem !important;
}
.ml-xl-4 {
  margin-left: 1.5rem !important;
}
.mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-xl-5 {
  margin: 3rem 3rem !important;
}
.mt-xl-5 {
  margin-top: 3rem !important;
}
.mr-xl-5 {
  margin-right: 3rem !important;
}
.mb-xl-5 {
  margin-bottom: 3rem !important;
}
.ml-xl-5 {
  margin-left: 3rem !important;
}
.mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-xl-0 {
  padding: 0 0 !important;
}
.pt-xl-0 {
  padding-top: 0 !important;
}
.pr-xl-0 {
  padding-right: 0 !important;
}
.pb-xl-0 {
  padding-bottom: 0 !important;
}
.pl-xl-0 {
  padding-left: 0 !important;
}
.px-xl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-xl-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-xl-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-xl-1 {
  padding-top: 0.25rem !important;
}
.pr-xl-1 {
  padding-right: 0.25rem !important;
}
.pb-xl-1 {
  padding-bottom: 0.25rem !important;
}
.pl-xl-1 {
  padding-left: 0.25rem !important;
}
.px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-xl-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-xl-2 {
  padding-top: 0.5rem !important;
}
.pr-xl-2 {
  padding-right: 0.5rem !important;
}
.pb-xl-2 {
  padding-bottom: 0.5rem !important;
}
.pl-xl-2 {
  padding-left: 0.5rem !important;
}
.px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-xl-3 {
  padding: 1rem 1rem !important;
}
.pt-xl-3 {
  padding-top: 1rem !important;
}
.pr-xl-3 {
  padding-right: 1rem !important;
}
.pb-xl-3 {
  padding-bottom: 1rem !important;
}
.pl-xl-3 {
  padding-left: 1rem !important;
}
.px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-xl-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-xl-4 {
  padding-top: 1.5rem !important;
}
.pr-xl-4 {
  padding-right: 1.5rem !important;
}
.pb-xl-4 {
  padding-bottom: 1.5rem !important;
}
.pl-xl-4 {
  padding-left: 1.5rem !important;
}
.px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-xl-5 {
  padding: 3rem 3rem !important;
}
.pt-xl-5 {
  padding-top: 3rem !important;
}
.pr-xl-5 {
  padding-right: 3rem !important;
}
.pb-xl-5 {
  padding-bottom: 3rem !important;
}
.pl-xl-5 {
  padding-left: 3rem !important;
}
.px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-xl-auto {
  margin: auto !important;
}
.mt-xl-auto {
  margin-top: auto !important;
}
.mr-xl-auto {
  margin-right: auto !important;
}
.mb-xl-auto {
  margin-bottom: auto !important;
}
.ml-xl-auto {
  margin-left: auto !important;
}
.mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
}

.text-justify {
text-align: justify !important;
}

.text-nowrap {
white-space: nowrap !important;
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.text-left {
text-align: left !important;
}

.text-right {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

@media (min-width: 576px) {
.text-sm-left {
  text-align: left !important;
}
.text-sm-right {
  text-align: right !important;
}
.text-sm-center {
  text-align: center !important;
}
}

@media (min-width: 768px) {
.text-md-left {
  text-align: left !important;
}
.text-md-right {
  text-align: right !important;
}
.text-md-center {
  text-align: center !important;
}
}

@media (min-width: 992px) {
.text-lg-left {
  text-align: left !important;
}
.text-lg-right {
  text-align: right !important;
}
.text-lg-center {
  text-align: center !important;
}
}

@media (min-width: 1200px) {
.text-xl-left {
  text-align: left !important;
}
.text-xl-right {
  text-align: right !important;
}
.text-xl-center {
  text-align: center !important;
}
}

@media (min-width: 300px) and (max-width: 767px)
{
.pM-t-rem3{
  padding-top: 3rem;
}
.mM-t-rem3{
  margin-top: 3rem;
}
}


.f-12{
font-size: 12px;
}

.f-13{
font-size: 13px;
}

.f-14{
font-size: 14px;
}

.f-15{
font-size: 15px;
}

.f-16{
font-size: 16px;
}

.f-17{
font-size: 17px;
}

.f-18{
font-size: 18px;
}

.f-19{
font-size: 19px;
}

.f-20{
font-size: 20px;
}

.f-21{
font-size: 21px;
}

.f-22{
font-size: 22px;
}

.f-23{
font-size: 23px;
}

.f-24{
font-size: 24px;
}

.f-25{
font-size: 25px;
}

.f-26{
font-size: 25px;
}

.f-27{
font-size: 25px;
}

.f-28{
font-size: 25px;
}

.fw-1{
font-weight: 100!important;
}

.fw-2{
font-weight: 200!important;
}

.fw-3{
font-weight: 300!important;
}

.fw-4{
font-weight: 400!important;
}

.fw-5{
font-weight: 500!important;
}

.fw-6{
font-weight: 600!important;
}

.fw-7{
font-weight: 700!important;
}
/* End bootstrap 4 alignment*/

html, body {
height: 100%;
margin: 0;
}

.footer{
height: 100px;
}

#page-container {
background-color: #fff;
margin: 0 auto -100px;
}

#page-container .container {
max-width: 90%;
}

header .container {
max-width: 90%;
}

footer .container {
max-width: 90%;
}

@media (min-width:768px){
.container{width:750px}
}
@media (min-width:992px){
.container{width:970px}
}
@media (min-width:1200px){
.container{width:1170px}
}

/* Dashboard */


/*Canvas message in head.php*/
#canvasMessage .modal-header,
#canvasMessage .modal-body,
#canvasMessage .modal-footer {
  text-align: center;
  border: 0;
  justify-content: center !important;
}

#canvasMessage .modal-footer {
padding-bottom: 10px;
}

#canvasMessage .modal-title i {
display: block;
padding-top: 25px;
}

.btn-primaryCustom {
background-color: rgb(65, 86, 120)!important;
color: #ffffff !important;
}

.modal .btn {
padding: 13px;
}

.modal-title {
font-weight: bold;
}

.modal-body {
padding: 5px 15px;
color: #000;
}

.modal-header {
position: relative;
flex-direction: column;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

#canvasMessage .modal-header,
#canvasMessage .modal-body {
align-items: center !important;
}

.alert {
justify-content: center !important;
}

.modal-open .modal {
padding-left: 10px !important;
padding-right: 10px !important;
}

.modal-open {
overflow: hidden !important;
}

@media (min-width: 320px){
#canvasMessage .modal-dialog {
    max-width: 500px;
    margin: 20px auto;
}
}

@media (max-width: 768px){
.courses-header-text{
  padding-top: 50px;
  text-align: center;
  font-size: 48px;
}
.courses-header-text > span{
  text-align: center;
  font-size: 48px !important;
}
}
.courses-header span{
color: black;
font-size: 3rem;

}

/*override menu color */
.site-menu ul li a{
  color: black ;

}

.badge{
  padding: 0;
}

.trainer-header-shadow {
-moz-box-shadow: inset 0 -30px 30px -30px #718096;
-webkit-box-shadow: inset 0 -30px 30px -30px #718096;
box-shadow: inset 0 -30px 30px -30px #718096;
}

.courses-header-shadow {
-moz-box-shadow: inset 0 -30px 30px -30px #000000;
-webkit-box-shadow: inset 0 -30px 30px -30px #000000;
box-shadow: inset 0 -30px 30px -30px #000000;
}
#CoursesSection{
  text-align: center;
  background-color: #415678;
  /* color: black;
  background-image: url("../images/homepage/background2.png");
  background-repeat: no-repeat;
  background-size: cover; */
  padding-bottom: 50px;
  padding-top: 30px;
}

.courseContainer{
background-color: white;
border: 1px solid #e2e1e1;

}

.topCourseContainer{
background-color: white;
border-top: 1px solid #e2e1e1;
border-bottom: 1px solid #e2e1e1;
}

#coursePointer{
cursor: pointer;
max-width: 105%!important;
}
.background{
background-color: 	#008B8B;
}

.courseContainerImg{

background-image: url('../images/courses/default_course.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 150px;
width: 100%;
}

.trainerJobTitleContent{
margin: 10px 0px;
text-align: left;
padding-right: 10px;
/* min-height: 70px; */
/* min-height: 40px;
max-height: 40px; */
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  
overflow: hidden;
}

.trainerDescriptionContent{
margin: 10px 0px;
text-align: left;
padding-right: 10px;
/* min-height: 70px; */
min-height: 90px;
max-height: 90px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
}

@media (max-width: 768px) and (min-width:320px){
.nameTag{
  text-align:center;
  margin:30px;
  color:white;
  font-weight:600;
  overflow-wrap: break-word;
  /* min-height:auto;
  max-height:auto;
  min-width:100px;
  max-width:100px */
}
}

@media (max-width: 767px) and (min-width:426px) {
.achievement_position{
margin-top: 10%;
}
}

@media (max-width: 425px) {
.achievement_position{
  margin-top: 15%;
}
}

.positionProfileDescription{
margin-top:10%
}

@media (min-width: 768px) {
.nameTag{
  text-align:center;
  margin:30px;
  color:white;
  font-weight:600;
  overflow-wrap: break-word;
  /* min-height:auto;
  max-height:auto;
  min-width:300px;
  max-width:300px */
}
}



.trainerContent{
margin: 10px 0px;
text-align: left;
padding-right: 10px;
/* min-height: 70px; */
/* min-height: 60px;
max-height: 60px; */
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
}

.courseName{
margin: 10px 0px;
text-align: left;
padding-right: 10px;
min-height: 90px;
max-height: 90px;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;  
overflow: hidden;
}

.findOutMoreCourse{
margin: 10px 0px;
text-align: left;
padding-right: 10px;
font-size: 18px;
min-height: 90px;
max-height: 90px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;  
overflow: hidden;
}

.circle {
position: absolute;
left: 0;
width: 20px;
height: 20px;
border: 2px solid #777;
border-radius: 100%;
}


.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
flex-wrap: wrap;
}
.row > [class*='col-'] {
/* display: flex; */
flex-direction: column;
padding-block: 20px;
}


.sharetip {
position: relative;
display: inline-block;

}

.sharetip .sharetiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;

width: 120px;
bottom: 100%;
left: 50%;
margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */

/* Position the tooltip */
position: absolute;
z-index: 1;
}

.sharetip:hover .sharetiptext {
visibility: visible;
}

.coursePrice{
font-size: 13px;


}

.coursePricePosition{
text-align:left;
padding:5px;
padding-top:8px;
margin-top:10px
}

#courseTable {
border-collapse: collapse;
width: 100%;
}

#courseTable td, #courseTable th {
padding: 8px;
font-weight: 300;
}

#courseTable tr:nth-child(even){background-color: #f2f2f2;}

#courseTable tr:hover {background-color: #ddd;}

#courseTable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #415678;
color: white;
}

#paymentHistoryTable {
border-collapse: collapse;
width: 100%;
}

#paymentHistoryTable td, #paymentHistoryTable th {
padding: 8px;
font-weight: 300;
}

#paymentHistoryTable tr:nth-child(even){background-color: #f2f2f2;}

#paymentHistoryTable tr:hover {background-color: #ddd;}

#paymentHistoryTable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #415678;
color: white;

}

/* #bookDuration{
margin-top:30%;
} */

#bookDuration{
margin-top:50%;
}

.coursePrice.foc{
color: white;
height:fit-content;
width:fit-content;
background-color:#1aac24;
}

.coursePrice.foc2{
height:fit-content;
color:black;
width:fit-content;
background-color: #e3e3e3;

}

.divider{
background-color: grey;
height: 1px;
margin-left: 15px;
margin-right: 15px;
}
.applyNowBtn{
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-size: 18px;
color: #646c9a;

}


.applyNowBtn:hover{
 cursor: pointer;
}
/* table, th, td {
border: 1px solid grey;
border-collapse: collapse;
padding: 10px;
} */
th{
background-color: black;
color: white;
}

.courses-header span{
color: black;
font-size: 2.5rem;

}

/*override menu color */
.site-menu ul li a{
  color: black ;

}

.courses-header-shadow {
-moz-box-shadow: inset 0 -30px 30px -30px #000000;
-webkit-box-shadow: inset 0 -30px 30px -30px #000000;
box-shadow: inset 0 -30px 30px -30px #000000;
}
.coursesInfoRow{
border-radius: 5px;
border: 1px solid grey;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgb(64, 193, 245) 0%, rgba(64, 193, 245,1) 50%, rgba(64, 193, 245,1) 100%);
height: 100px;
overflow: hidden;
color: black ;
}
.coursesInfoRow > div{
text-align: left;
vertical-align: middle;
line-height: 50px;
}

.coursesInfoTitle{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(236,243,255,255) 0%, rgba(236,243,255,255) 50%, rgba(236,243,255,255) 100%);
/* height:70px; */
width: auto;
overflow: hidden;
color: black ;

}
.contactPhone{
width: 100%;
font-size: 16px;
background-color: white;
height: 50px;
border-radius: 4px;
display: flex;
align-items: center;
}
.contactPhoneBox{
float: left;

}
.textColor{
color: black;
font-weight: 450;
}
#clientName::placeholder {
color: #ccc;
}

#clientEmail::placeholder {
color: #ccc;
}

#clientPhone::placeholder {
color: #ccc;
}

#clientCompany::placeholder {
color: #ccc;
}

#clientInterest::placeholder {
color: black;
}

#clientQuestion::placeholder {
color: black;
}

.footer-text{
color:white
}

.copyright{
position: relative;
left: 50%;
transform: translate(-50%);
height: 100px;
width: 100%;
border-radius: 100% 100% 0 0;
background-color: #223756;
color:white;
bottom:-50px;
/* border-top:2px solid blue;
border-radius :50%; */
}


.copyright-text{
text-align:center;
margin-left:auto;
margin-right:auto;

margin-top:15px;
font-weight:300;
}

.content-spacing{
  gap: 70px;
}

.long-text-spacing {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-anim-1, .about-anim-2, .about-anim-3 {
  display: none;
}

.about-anim-1.animate {
  display: block;
  animation: slideUp;
  animation-duration: 1s;
}

.about-anim-2.animate {
  display: block;
  animation: slideUp;
  animation-duration: 2s;
}

.about-anim-3.animate {
  display: block;
  animation: slideUp;
  animation-duration: 3s;
}

.slide-right-1.animate{
  display: block;
  animation: slideFromRight;
  animation-duration: 1s;
}

.slide-right-2.animate{

  display: block;
  animation: slideFromRight;
  animation-duration: 2s;

}

.slide-right-3.animate {
  display: block;
  animation: slideFromRight;
  animation-duration: 3s;
}

.slide-right-4.animate {
  display: block;
  animation: slideFromRight;
  animation-duration: 4s;
}

.slide-right-5.animate {
  display: block;
  animation: slideFromRight;
  animation-duration: 5s;
}

.slide-right-6.animate {
  display: block;
  animation: slideFromRight;
  animation-duration: 6s;
}


.contact-section, .agreement-section, .scheduling-section, .audit-section {
  display: none;
}


.box-animate-1, .box-animate-2, .box-animate-3 {
  display: none;
}

.overall-animate-1 {
  display: none;
}

.overall-animate-1.animate {
  display: block;
  animation:slideFromRight;
  animation-duration:2s
}

.box-animate-1.animate {
  display: block;
  animation: slideUp;
  animation-duration: 1s;
}

.box-animate-2.animate {
  display: block;
  animation: slideUp;
  animation-duration: 2s;
}

.box-animate-3.animate {
  display: block;
  animation: slideUp;
  animation-duration: 3s;
}

.benefit-1, .benefit-2, .benefit-3, .benefit-4, .benefit-5, .benefit-6 {
  display: none;
}

.benefit-1.animate {
  display: block;
  animation: slideUp;
  animation-duration: 1s;
}

.benefit-2.animate {
  display: block;
  animation: slideUp;
  animation-duration: 1.5s;
}

.benefit-3.animate {
  display: block;
  animation: slideUp;
  animation-duration: 2s;
}

.benefit-4.animate {
  display: block;
  animation: slideUp;
  animation-duration: 2.5s;
}

.benefit-5.animate {
  display: block;
  animation: slideUp;
  animation-duration: 3s;
}

.benefit-6.animate {
  display: block;
  animation: slideUp;
  animation-duration: 3.5s;
}

.vision-section, .mission-section {
  display: none;
}

.vision-section.animate {
  display: block;
  animation: slideUp;
  animation-duration:2s
}

.mission-section.animate {
  display: block;
  animation: slideUp;
  animation-duration:3s
}

.iso-animation-1, .iso-animation-2, .iso-animation-3 {
  display: none;
}

.iso-animation-1.animation {
  display: block;
  animation: slideFromRight;
  animation-duration: 1s;
}

.iso-animation-2.animation {
  display: block;
  animation: slideFromRight;
  animation-duration: 2s;
}

.special-font-1{
  font-size: 18px!important;
}

.special-font-2 {
  font-size: 18px;
}

.iso-animation-3.animation {
  display: block;
  animation: slideFromRight;
  animation-duration: 3s;
}

.modal-password-container {
  position: relative;
}

.modal-eye-lash {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-85%, -115%);
}

.credential-modal-container {
  padding: 0;
}

.modal-login-btn {
  margin-left: 0!important;
}

.modal-body.modal-container {
  padding-inline: 35px;
}

.content-font-signup {
  font-size: 15px;
}

.training-title div:first-child {
  color: #46a6bc;
}

.training-title  {
  flex-direction: unset!important;
}

@keyframes slideUp {
  0%{
    opacity: 0.1;
    transform: translateY(100%);

  }

  100% {
    opacity: 1;
    transform: translateY(0%);

  }
  
}


@keyframes slideFromRight {
  0%{
    opacity: 0.1;
    transform: translateX(100%);

  }

  100% {
    opacity: 1;
    transform: translateX(0%);

  }
  
}

@media (min-width: 768px){
.homepagefooterMargin{
  margin-left:0.5%;
}
}
@media (min-width: 1024px){
.homepagefooterMargin{
  margin-left:10%;
  margin-right:10%;
}
}

@media (min-width: 1440px){
.homepagefooterMargin{
  margin-left:9%;
  margin-right:9%;
}
}

@media (min-width: 2560px){
.homepagefooterMargin{
  margin-left:28%;
  margin-right:28%;
}
}
.bgsize{
  font-size: 15px;
  max-width: 100%;
  margin: 1px 0;
  border: none;
  font-weight: 200;
}
.mobileCenter img{
height: 45px;
width: 171px;
}
.bgsize-box img{
height: 30px;
width: 30px;
}
.bgsize-box{
display: flex;
align-items: center;
}
@media (max-width: 768px){
.coursesInfoTitle{
  font-size: 12px;
}
}
@media (max-width: 425px){
.coursesInfoTitle{
  font-size: 9px;
}
.coursesInfoRow{
  font-size: 9px;
}
}

.bookingLabel{
font-size: 12px !important;
color: black !important;
font-weight:300;
}


.shareBtn{
color : white;
height: 36px; 
width: 37px;
}
.downloadBtn{

color : white;
background-image: url('../images/keyn_element_courses/keyn_download.png');
height: 36px; 
width: 37px;
}

.certBox{
width: 100%;
height: 200px;
color: black;
padding-top:30px;
padding-bottom:50px;
background-color: white;
text-align : center;
border: 1px solid rgb(65, 86, 120);

}

.imgSizeControlFive{
height: 85px;
width: 70px;
}

.imgSizeControlSix{
height: 84px;
width: 90px;
}

.courseDescription{
margin-bottom: 40px;
text-align: justify;
}

.customSelect {
-webkit-appearance: none !important;
appearance: none !important;
-moz-appearance: none !important;

/* Add paddings to accommodate arrow */
margin-right: -10px;

/* Add arrow icon */
/* Source: https://material.io/tools/icons/?icon=keyboard_arrow_down&style=baseline */
background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>') !important;
background-position: center right;
background-repeat: no-repeat;
}

#coursesPage header .site-menu ul li a{
color: black;
}

#trainerPage header .site-menu ul li a{
color: black;
}

#blogPage header .site-menu ul li a{
color: black;
}
#blogdescription p{
  text-align: left;
  font-weight: bold;
  line-height: 120%;
  color: rgba(117,132,153,255);
  cursor: pointer;


}

#image_middle{

left:auto;
right:auto;
width: 100%;
height:100%;
}


#image_background{
background-image: url("../images/certificate/keyn_course_bg1.png");
background-size: 100% 70%;
background-repeat: no-repeat;
}


#pointerImage {
cursor: pointer;
}

@media (min-width:998px) and (max-width: 1024px) {
#pointerImage img {
  height: 200px;
}
}

@media (min-width:767px) and (max-width: 997px) {
#pointerImage img {
  height: 150px;
}
}

.vl {
text-align: center;
width: auto;
border-left: 3px solid #efefef ;
height: 100%;
}


/* The actual timeline (the vertical ruler) */
/* .timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
} */

#adjustContent{
float:right;
left:-0px;
top:-400px;
position:relative;
}

/* The actual timeline (the vertical ruler) */
/* .timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #c0d4f0;
top: 30px;
bottom: 0;
left: 50%;
margin-left: -3px;
} */


/* Place the container to the left */


/* Place the container to the right */
/* .right {
left: 50%;
} */

/* Add arrows to the left container (pointing right) */
/* .left::before {
content: " ";
height: 0;
position: absolute;
top: 10px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
} */

/* Add arrows to the right container (pointing left) */
/* .right::before {
content: " ";
height: 0;
position: absolute;
top: 15px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
} */

/* Fix the circle for containers on the right side */
/* .left::after {
right: -5px;
} */

/* Fix the circle for containers on the right side */
/* .right::after {
left: -5px;
} */

/* The actual content */
.content {
padding: 20px 30px;
background-color: white;
position: relative;
top:-40px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {


#adjustContent{
float: none;
left:0px;
top:0;
}

/* Place the timelime to the left */
/* .timeline::after {
left: 20px;
}
 */

/* Make sure all circles are at the same spot */
/* .left::after, .right::after {
left: 15px;
} */

/* Make all right containers behave like the left ones */
/* .right {
left: 0%;
} */
}

@media (max-width: 767px)
{
#courseLeaflet img[src^="images/courses/defaultCert.png"] {
  width :25px ! important;
  height:34px ! important;
}
}

.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

#ISOVideo{
background-color:#425478;
color:white;
}

.video-iframe {
padding-bottom:56.25%;
display:block;
width: 100%;
height: 0;
border: 0;
overflow: hidden;
/* bottom:-120px; */
}

.modal .modal-content .modal-header .close:before{
content:"";
font-size: 35px;
color:#646c9a;
font-weight: 300;
font-family: 'MainFont', 'Arial', 'sans-serif';
}

.modal .modal-content .modal-header .close span {
display: block;
font-size: 35px;
color:#646c9a;
font-weight: 300;
}

.tababoutus {
overflow: hidden;
border: 1px solid #ccc;
background-color: #ffffff;
color:#7b7b7b;
font-weight:300;
}

.profiletablinks{
color:#7b7b7b;
}

.tababoutus .active{
overflow: hidden;
border: 1px solid #ccc;
background-color: #5577ad;
color:white !important;
font-weight:900;
}

/* .videoDescription {
text-align: center;
background-image: -webkit-linear-gradient(90deg, #CDCDCD 0%, white 30%);
} */

.textWithTwoCircle {
width: 100%;
display: flex;
justify-content: space-between;
border-top: 2px solid #5177ad;
padding-top: 15px;

}


.textWithTwoCircle div {
background-color: #5177ad;
font-weight: bold;
color: #7ea5cc;
border: 2px solid #5177ad;
margin-top: -24px;
width: 15px;
height: 15px;
line-height: 45px;
text-align: center;
border-radius: 50%;
z-index: 99;
display: block;
}

@media (max-width: 767px) {
.textWithTwoCircle div {
  display: none;
}

.textWithTwoCircle {
  display: inline-block;
}
}

.timelineListing{ background: #e7e7e7; }
.main-timeline{
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-timeline:before{

  content: "";
  width: 6px;
  height: 100%;
  background: #c6d7ee;
  position: absolute;
  top: 1%;
  left: 50%;
}

.main-timeline .timeline{
  /* margin-bottom: 50px; */
  position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

@media (max-width:767px){
.main-timeline .timeline-iconRight{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5177ad;
  position: absolute;
  top:11%;
  left: 5px;
}
.main-timeline .timeline-icon{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5177ad;
  position: absolute;
  top: 2.8%;
  left: 5px;
  
}
}

@media (min-width:768px){
.main-timeline .timeline-icon{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5177ad;
  position: absolute;
  top: 2.8%;
  right: -11px;
}


.main-timeline .timeline-iconRight{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5177ad;
  position: absolute;
  top:11%;
  left: -4.5px;
}
}

.main-timeline .timeline-content{
  width: 88%;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
  content: "";
  border-left: 7px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right:10.5%;
  
}
.main-timeline .title{
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  padding: 4px;
  background: #5177ad;
  border-radius: 3px 3px 0 0;
  margin: -20px -20px 10px;
}
.main-timeline .description{
  font-size: 14px;
  color: #726f77;
}
.main-timeline .read-more{
  display: inline-block;
  font-size: 12px;
  color: #64d8c1;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 2px solid #64d8c1;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 #64d8c1;
  -moz-box-shadow: 2px 2px 0 #64d8c1;
  -ms-box-shadow: 2px 2px 0 #64d8c1;
  box-shadow: 2px 2px 0 #64d8c1;
}
.main-timeline .read-more:hover{
  top: 2px;
  left: 2px;
  box-shadow: none;
}
.main-timeline .timeline-content.right{
  float: right;
}
.main-timeline .timeline-content.right:before{
  content: "";
  right: 88%;
top:11%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ffffff;
}

.main-timeline:before, .main-timeline.cert:before{
top:20px;
}

#pastCoursesLink .main-timeline .timeline-content {
padding: 0;
padding-top: 20px;
}

#pastCoursesLink .main-timeline .title {
margin: -20px 0px 10px;
}

.last:before{
content: "";
  width: 10px;
  height: 550px;
  background: #e7e7e7;
  position: absolute;
  margin-top:20px;
  left: 49.9%;
}

.last2:before{
content: "";
  width: 10px;
  height: 550px;
  background: #e7e7e7;
  position: absolute;
  margin-top:70px;
  left: 49.9%;
}

.lastCert:before {
content: "";
  width: 10px;
  height: 490px;
  background: #e7e7e7;
  position: absolute;
  margin-top:20px;
  left: 49.9%;
}

.last2Cert:before{
content: "";
  width: 10px;
  height: 500px;
  background: #e7e7e7;
  position: absolute;
  margin-top:70px;
  left: 49.9%;
}

@media (max-width: 2560px) {
.last2Cert:before {
  bottom: -30px;
}

.lastCert:before{
  height: 510px;
}
}

@media (max-width: 1199px) {
.last2Cert:before {
  bottom: -70px;
}
}

@media (max-width: 1040px) {
.last2Cert:before {
  bottom: -105px;
}
}

@media (max-width: 991px) {
.last2Cert:before {
  bottom: -130px;
}
}

@media (max-width: 797px) {
.last2Cert:before {
  bottom: -110px;
}
}

@media (max-width: 767px) {
.last:before {
  left: 0;
}

.lastCert:before{
  left: 0;
  height: 520px;
}

.last2:before {
  left: 0;
  height: 540px;
  bottom: -60px;
}

.last2Cert:before {
  left: 0;
  bottom: -30px;
  height: 510px;
}
}

@media (max-width: 670px) {
.last2Cert:before {
  height: 480px;
}

.lastCert:before {
  height: 490px;
}
}

@media (max-width: 600px) {
.last2Cert:before {
  height: 450px;
}
}

@media (max-width: 577px) {
.last2:before {
  bottom: -30px;
}
}

@media (max-width: 535px) {
.last2Cert:before {
  height: 420px;
}
}

@media (max-width: 479px) {
.last2Cert:before {
  height: 390px;
}
}

@media (max-width: 434px) {
.last2Cert:before {
  height: 420px;
}
}

@media (max-width: 425px) {
.last2Cert:before {
  height: 390px;
}
}

@media (max-width: 402px) {
.last2:before {
  height: 550px;
  bottom: -20px;
}
}

@media (max-width: 375px) {
.lastCert:before {
  height: 430px;
}

.last2Cert:before {
  height: 370px;
}
}

@media (min-width:320px) and (max-width:340px) {
.last2Cert:before {
  height: 360px;
}
}

/* @media (min-width: 320px) and (max-width: 325px) {
.last2:before {
  bottom: -60px;
}
} */

@media (min-width:1240px){
.main-timeline .timeline-content:before{
  content: "";
  border-left: 7px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right:11%;
  
}
}
@media only screen and (max-width: 990px){
  .main-timeline .title{
      font-size: 25px;
  }
  .main-timeline .timeline-content::before{
      top: 16px;
  }
}

@media only screen and (max-width: 767px){
  .main-timeline{ margin-left: 20px; }
  .main-timeline:before{ left: 0%; }

  .main-timeline .timeline-content{
      width: 90%;
      float: right;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content.right:before{
      left: 10%;
      right: inherit;
      margin-left: -6px;
      border-left: 0;
      border-right: 7px solid #ffffff;
  }

}

@media (max-width:425px){
.main-timeline .timeline-iconRight{
  left:5px;
}
.main-timeline .timeline-icon{
  left:5px
}
}
@media only screen and (max-width: 479px){
  .main-timeline .timeline-content{
      width: 85%;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content.right:before{
      left: 15%;
  }
  .main-timeline .title{
      font-size: 20px;
  }
  .main-timeline .timeline-content:before{
      top: 13px;
  }
}

.rowPadding {
padding-top: 5px;
}

@media only screen and (max-width: 767px){
#completedCertificate .timeline-content .col-md-6 {
  max-width: 50%;
}

.rowPadding {
  padding-top: 0px;
}
}  

@media (min-width: 1840px) {
.certIframe, #certListDiv iframeF {
  height: 540px;
}
}

@media (min-width: 1720px) {
.certIframe, #certListDiv iframe {
  height: 500px;
}
}

@media (min-width: 1600px) {
.certIframe, #certListDiv iframe {
  height: 460px;
}
}

@media (min-width: 1500px) {
.certIframe, #certListDiv iframe {
  height: 420px;
}
}

@media (min-width: 1440px) {
.certIframe, #certListDiv iframe {
  height: 400px;
}
}

@media (min-width: 1200px) and (max-width: 1439px) {
.certIframe, #certListDiv iframe {
  height: 320px;
}
}

@media (min-width: 1041px) and (max-width: 1199px) {
.certIframe, #certListDiv iframe {
  height: 270px;
}
}

@media (min-width: 860px) and (max-width: 1040px) {
.certIframe, #certListDiv iframe {
  height: 210px;
}
}

@media (min-width: 768px) and (max-width: 859px) {
.certIframe, #certListDiv iframe {
  height: 180px;
}
}

@media (max-width: 767px) {
.certIframe, #certListDiv iframe {
  height: 300px;
}
}

@media (min-width: 601px) and (max-width: 670px) {
.certIframe, #certListDiv iframe {
  height: 270px;
}
}

@media (min-width: 536px) and (max-width: 600px) {
.certIframe, #certListDiv iframe {
  height: 240px;
}
}

@media (min-width: 480px) and (max-width: 535px) {
.certIframe, #certListDiv iframe {
  height: 200px;
}
}

@media (min-width: 426px) and (max-width: 479px) {
.certIframe, #certListDiv iframe {
  height: 170px;
}
}

@media (min-width: 376px) and (max-width: 425px) {
.certIframe, #certListDiv iframe{
  height: 140px;
}
}

@media (min-width: 341px) and (max-width: 375px) {
.certIframe #certListDiv iframe{
  height: 125px;
}
}

@media (max-width: 340px) {
.certIframe #certListDiv iframe{
  height: 110px;
}
}

@media (max-width: 320px) {
.certIframe, #certListDiv iframe{
  height: 100px;
}
}

@media (max-width: 425px) {
#havingcourse {
  width: 79% !important;
}
}

@media (max-width: 371px) {
#havingcourse {
  width: 75% !important;
}
}

#havingcourse span {
font-weight:600;
color:#415678;
font-size: 23px;
} 

/* #displayName {
font-size: 15px !important;
overflow-wrap: break-word;
} */

#name span, #displayEmail {
font-size: 23px;
}

@media (max-width: 425px) {
/* #displayName, #name span {
  font-size: 30px !important;
} */

#displayEmail {
  font-size: 22px;
  padding-bottom: 20px !important;
}

#havingcourse span {
  font-size: 13px;
}

.certificateProfile {
  font-size: 23px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
}

@media (max-width: 375px) {
/* #displayName, #name span {
  font-size: 23px !important;
} */

#displayEmail {
  font-size: 21px;
  overflow-wrap: break-word;
  padding-bottom: 20px !important;
}

#havingcourse span {
  font-size: 12px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.pastCourseSession {
  text-align: right !important;
  padding: 0;
}

.pastCourseDuration {
  text-align: center !important;
  padding: 0;
}

#noResult img {
  width: 30%;
}
}

@media (max-width: 767px) {
.pastCourseDuration , .pastCourseSession {
  text-align: center !important;
  padding: 0;
}

#noResult img {
  width: 30%;
}
}

@media (max-width: 425px) {
.site-menu-toggle .fa-bars:before, .site-menu-exit .fa-times:before {
  color: white;
}

#noResult img {
  width: 50%;
}
}

#certDirectory {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}

#course-sidebar-menu > ul > li > a {
font-size: 15px;
color: #808080;
padding: 10px;
width: 100%;
display: block;
}

#course-sidebar-menu > ul > li > a.active, .logouttab:hover {
color: #223655 !important;
border-left: 3px solid #223655;
}

#course-sidebar-menu > ul > li > a > i {
padding-left: 10px;
padding-right: 10px;
}

.form-item {
position: relative;
margin: 5px 0;
}

#profileCourseName {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 90px;
max-height: 90px;
}

.coursetablinks, .logouttab, #imageDiv {
cursor: pointer;
}

#changeProfilebtn {
height: 30px;
width: 30px;
border-radius: 50%;
position: absolute;
right: 0.5rem; 
bottom: 1.5rem;
cursor: pointer;
}

#changepassword .fa-eye , #changepassword .fa-eye-slash{
position: absolute;
right: 1.5rem;
top: 3.5rem;
cursor: pointer;
}

/* Training Promo Landing Page */
.training-promo-header {
  background-color: #fff;
  padding: 20px 10%;
}

.keyn-logo {
  width: 180px;
  object-fit: contain;
}

.training-promo-section1 {
  background-image: url('../images/keyn/traning-promo-bg1.png');
  background-size: cover;
  background-position: center;
  padding: 100px 10%;
}

.training-promo-section2 {
  background-image: url('../images/keyn/traning-promo-bg2.png');
  background-size: cover;
  background-position: center;
  padding: 100px 10%;
}

.training-promo-section3,
.training-promo-section5 {
  background-color: #fff;
  padding: 100px 10%;
}

.training-promo-section4 {
  background-color: #effbf8;
  padding: 100px 10%;
}

.training-promo-section6 {
  background-image: url('../images/keyn/traning-promo-bg4.png');
  background-size: cover;
  background-position: center;
  padding: 80px 10%;
}

.training-promo-section7 {
  background-image: url('../images/keyn/traning-promo-bg5.png');
  background-size: cover;
  background-position: center;
  padding: 80px 10%;
}

.training-promo-footer {
  background-color: #f4f6f7;
  padding: 30px 10px;
  position: relative;
}

.training-promo-content .title {
  color: #324f5c;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.training-promo-content .title2 {
  color: #324f5c;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.training-promo-content .description {
  color: #324f5c;
  font-size: 26px;
}

.training-promo-content .description2 {
  color: #324f5c;
  font-size: 20px;
}

.training-promo-content .caption {
  color: #8e9ba1;
  font-style: italic;
}

.training-promo-content .title-caption {
  font-size: 30px;
  color: #324f5c;
  font-style: italic;
}

.btn.btn-lightgreen {
  background-color: #37cea8;
  color: #fff;
  padding: 12px 0;
  border-radius: 25px;
  width: 100%;
}

.section2-card {
  min-height: fit-content;
}

.card-item {
  background-color: #fff;
  padding: 50px 10%;
  border-radius: 8px;
  border-bottom: 10px solid #37cea8;
  height: 100%;
}

.card-item-title {
  font-size: 30px;
  color: #324f5c;
  font-weight: 500;
}

.card-item-subtitle {
  font-size: 26px;
  color: #324f5c;
  font-weight: 500;
  line-height: 1.2;
}

.card-item-description {
  font-size: 18px;
  color: #4d6873;
}

.plusIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plusIcon img {
  width: 80px;
}

.section3-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}

.numText {
  font-size: 40px;
  font-weight: 600;
  color: #37cea8;
}

.profitable-icon {
  height: 100px;
}

.border-none {
  border: none;
}

.lh-base {
  line-height: 1.2 !important;
}

.training-promo-footer .footer-text {
  color: #425c69;
}

.training-promo-footer .footer-text2 {
  font-size: 20px;
  font-weight: 500;
  color: #425c69;
}

.footer-follow-us {
  position: absolute;
  top: 25px;
  right: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-img {
  height: 40px;
}

#quoteMe .text-danger {
  font-size: 13px;
}

.coursesName2,
.findOutMoreCourse2 {
  min-height: 140px;
  max-height: 140px;
}

.coursesName2 {
  min-height: 248px;
}

.coursePrice2 {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .plusIcon {
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}

.cursor-pointer,input[type='date']::-webkit-calendar-picker-indicator {
  cursor: pointer;
}