html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  line-height: 1.5em;
  color: #222;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:active {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bd {
  display: none;
}
* {
  font-family: Montserrat, sans-serif, Arial;
}
body .header {
  width: 100%;
  max-width: 1224px;
  padding: 20px;
  margin: 0 auto;
}
.sha {
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 4;
}

.content {
  width: 100%;
  max-width: 1224px;
  padding: 30px 20px;
  margin: 0 auto;
}
.content-A {
  width: 100%;
  max-width: 1224px;
  padding: 10px 10px;
  margin: 0 auto;
}
/*End Layout Preset*/

/* Header Style */
.contact-sec {
  background: #800d4d;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-ele {
  padding: 0 20px;
  width: 1224px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-ele > .contacts > p {
  color: #ffb300;
  font-weight: bold;
  font-size: 18px;
}
.contact-ele > a,
.contacts > p > a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.contacts {
  display: flex;
}
.contacts > .mail {
  margin-left: 15px;
}
nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.navMenu {
  display: flex;
  flex-grow: 2;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 0 30px;
}
.menu > a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
}
.menu > a {
  margin-right: 30px;
}
.menu > a:hover {
  color: #8f8f8f;
}
.ham {
  display: none;
}
.close {
  display: none;
}
.enquiry-btn {
  z-index: 3;
  position: fixed;
  top: 40%;
  right: 0;
}

.enqBtn {
  display: inline-block;
  width: 40px;
  height: 110px;
  background: linear-gradient(to right, #e67e22, #d35400);
}

.enq-ico {
  background-image: url("/static/image/function/enquiry.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.text {
  color: #fff;
  font-size: 16px;
  transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -13px;
}

/* .enquiry-btn > a > .enq-ico {
  background-image: url("/static/image/function/enquiry.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.enquiry-btn > a > .text {
  color: #fff;
  font-size: 16px;
  transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -13px;
} */

.h1 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-weight: bold;
}
.gradBtn {
  display: block;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  margin: 18px auto;
  font-size: 16px;
  background: linear-gradient(to bottom, #e67e22, #d35400);
  color: #fff;
}
.iboxgradBtn {
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  margin: 18px auto;
  font-size: 16px;
  background: linear-gradient(to bottom, #e67e22, #d35400);
  color: #fff;
  cursor: pointer;
}
.h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  line-height: 30px;
  font-weight: bold;
}
.h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
}
p {
  font-size: 14px;
}
.pa {
  z-index:3;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flexb {
  display: flex;
}
.over {
  width: 100%;
  height: 320px;
  overflow-x: auto;
  overflow-y: hidden;
}
.over::-webkit-scrollbar {
  height: 10px;
}
.over::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;

  width: 300px;
}
.over::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #880e4f;
}

.over::-webkit-scrollbar-button:start {
  cursor: pointer;
  background: url("/static/image/function/left-arrow.png") no-repeat;
  background-size: contain;
}
.over::-webkit-scrollbar-button:end {
  cursor: pointer;
  background: url("/static/image/function/right-arrow.png") no-repeat;
  background-size: contain;
}
.tutreview {
  max-width: 400px;
  min-width: 380px;
  width: 100%;
  height: 250px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 10px;
  margin-right: 20px;
}
h1 {
  line-height: 30px;
}
.qBox {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  min-height: 300px;
  background: #fff;
}
.iflexb {
  display: inline-flex;
}
.tgrid {
  display: grid;
}
.fxcc {
  align-items: center;
}
.widthdd {
  width: 2000px;
  background: #434;
}
.tutBack {
  background-image: linear-gradient(to bottom, #480c2e, #840e4f);
  color: #fff;
}
.tutNewBack {
  background: #e4d2ba8f;
}
.section-de {
  background: #f2f2f2 0% 0% no-repeat padding-box;
}
.colorW {
  color: #fff;
}
.colorG {
  color: #e0e0e0;
}
.colorT {
  color: #880e4f;
}
.fbc {
  flex-direction: column;
}
.fbr {
  flex-direction: row;
}
.fsbc {
  justify-content: space-between;
}
.ffsc {
  align-items: flex-start;
}
.tutbordesign1 {
  border-top: 5px solid #880e4f;
  border-radius: 5px;
  padding: 15px 20px;
  background: #eee6eb;
  max-width: 350px;
  min-width: 300px;
  box-sizing: border-box;
  margin-right: 20px;
}
.tutbordesign2 {
  padding: 10px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-right: 15px;
  flex: auto auto;
}
.dMB {
  margin-bottom: 16px;
}
.dP{
  padding:5px 0;
}
.dfw {
  width: 300px;
}
.listTut li {
  background: url(/static/image/function/Ellipse.svg) no-repeat 1px 5px;
  padding-left: 35px;
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}
.syllabusSec {
  margin-bottom: 30px;
}
.enterimg {
  background: url("/static/image/function/title.svg");
  height: 28px;
  width: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.syllabusHead {
  display: flex;
}
.syllabus {
  max-width: 700px;
  min-width: 300px;
  margin-right: 30px;
}

.otherSt {
  margin-top: 0;
  width: 100%;
  margin-bottom: 25px;
}
.otherSl {
  margin-bottom: 12.5px;
}
.holder {
  position: sticky;
  top: 0;
  left: 0;
}
.invertColor {
  background: #880e4f;
  margin-bottom: 20px;
}
.instructorContent {
  width: 300px;
}
.instex {
  border-radius: 10px;
  padding: 20px 10px;
  min-height: 300px;
}
.locBox {
  min-width: 300px;
  max-width: 350px;
  margin-right: 20px;
  border: 1px solid #707070;
  padding: 5px;
  border-radius: 5px;
}
.contact-bn {
  width: 310px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px;
}
.fontWeight {
  font-weight: bold;
}
.sec2-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
  margin: 35px auto;
  justify-content: center;
  line-height: 18px;
}

.grid6fr {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px 5px;
  margin: 5px auto;
  justify-content: center;
}

.sec2-list-item {
  height: 75px;
  background-color: #fff;
  border-radius: 5px;
  justify-self: stretch;
  align-self: stretch;
  min-width: 300px;
  max-width: 320px;
  padding: 15px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #707070;
  cursor: pointer;
}
.sec2-list-item-sec {
  width: 70%;
}
.sec2-list-item-sec > .title {
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.sec2-list-item-sec > .type {
  font-size: 12px;
  color: #757575;
}
.mr40 {
  margin-right: 40px;
}
.mr30 {
  margin-right: 30px;
}
.inlineblock {
  display: inline-block;
}
.directIm {
  background-image: url(/static/image/function/direct.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.tfont {
  font-size: 14px;
  color: #720d45;
  text-decoration: underline;
}
.courseheader {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.coursePara {
  width: 635px;
}
.tbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  background: linear-gradient(to right, #2cabff, #1981dd);
  text-decoration: none;
  width: 140px;
  height: 45px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  cursor:pointer;
  z-index:3;
}
.tbuttons1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  background: linear-gradient(to bottom, #e67e22, #d35400);
  text-decoration: none;
  width: 140px;
  height: 45px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  cursor:pointer;
  z-index:3;
}

.tbuttons1:first-child {
  margin-right: 25px;
}
@media only screen and (max-width: 1023px) {
  .coursePara {
    width: 100%;
  }
  .courseImage {
    width: 310px;
    height: 340px;
  }
  .certImage {
    width: 310px;
    height: 230px;
  }
}

/* Header Responsive */
@media only screen and (max-width: 1023px) {
  .contact-bn {
    margin: 0 auto 15px;
  }
  .h1 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contact-sec {
    height: 80px;
    box-sizing: border-box;
  }
  .contact-ele {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .content {
    padding: 10px 10px;
  }
  .contact-ele > .contacts > p,
  .contact-ele > a,
  .contacts > p > a {
    font-size: 14px;
  }
  .contacts {
    flex-direction: column;
  }
  .contacts > .mail {
    margin-left: 0;
  }
  .navMenu {
    display: none;
  }
  .navMenuB {
    display: block;
    height: 100%;
    background: #f5f5f5;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.16), -3px 0 6px rgba(0, 0, 0, 0.23);
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 200;
    padding-left: 10px;
  }
  .navMenuB > .menu {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .tacenter {
    text-align: center;
  }
  .navMenuB > .menu > a {
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ham {
    display: block;
    font-weight: bolder;
    margin-top: 10px;
  }
  .ham-but {
    border: none;
    height: 25px;
    width: 30px;
    font-weight: bolder;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    justify-content: space-around;
  }
  .ham-but-line {
    height: 3px;
    width: 30px;
    background-color: #222;
  }
  nav {
    justify-content: space-between;
    align-content: center;
  }
  .sha {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
  }
  .close {
    display: inline-block;
    margin: 10px 0;
    padding: 5px;
    background: url("/static/image/function/close.png");
    background-position: center;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .bd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1s00;
  }
  .listTut li {
    font-size: 14px;
  }
  main {
    margin: 0 0 0;
  }
  .courseheader {
    flex-direction: column-reverse;
  }
  .featuregrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .fbr {
    flex-direction: column;
  }
  .qBox {
    margin: 0 auto;
  }
  .tutbordesign1 {
    margin: 0 10px 15px;
  }
  .tutbordesign2 {
    margin: 0 auto 15px;
  }
  .fxdow {
    flex-direction: column;
  }
  .fxrdow {
    flex-direction: row;
  }
  .locBox {
    margin: 0 auto 15px;
  }
}

/* End of Header Style */

/*Footer Style */

footer {
  background-color: #0f0f0f;
  color: #cccccc;
  /* box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23); */
}
.foot-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.foot-item > * {
  display: block;
}
.foot-item > h2 {
  font-size: 1.26em;
  margin: 15px 0;
}
.foot-item > a,
.foot-item > p {
  text-decoration: none;
  font-size: 0.9em;
  margin-bottom: 7px;
  color: #cccccc;
}
.foot-item > .social {
  display: inline-block;
  margin-right: 3px;
  height: 30px;
  width: 30px;
}
/* .foot-item>.store{
  display:inline-block;
  margin-right:3px;
  height: 35px;
  width:112px;
} */
.link-inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0px;
}
.link-inline > a {
  margin-right: 5px;
}
.store {
  width: 120px;
  height: 35px;
}
/* Footer Responsive */
@media only screen and (max-width: 1023px) {
  .over {
    width: 100%;
    height: 280px;
    overflow-x: auto;
  }

  p {
    font-size: 14px;
  }
  .foot-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
  }
  .foot-item > h1 {
    margin: 16px 0 10px;
  }
  .foot-item > a {
    margin-bottom: 10px;
  }
  footer {
    padding-bottom: 20px;
  }
  .sec2-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 0;
    margin: 20px auto;
    width: 300px;
  }
  .mgrid3fr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 0;
    margin: 2px auto;
    justify-items: center;
  }
  .sec2-list-item {
    min-width: 280px;
    max-width: 310px;
    padding: 5px 5px;
  }
  .sec2-list-item-sec {
    width: 70%;
  }
  .sec2-list-item-sec > .title {
    font-size: 14px;
    color: #424242;
  }
  .sec2-list-item-sec > .type {
    font-size: 11px;
    color: #757575;
  }
}
/*End of Footer Style */
