@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;

  margin: 0px;

  padding: 0px;
}

/* Navbar */

:root {
  --color-primary: #f2761e;

  --color-white: #000000;

  --color-black: #ffffff;

  --color-black-1: #000000;
}

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

/*whatsapp floating toggles start*/

.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 28px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 125px;
    background-color: #f2761e;
}

.btn-floating.phone:hover {
    background-color: #f2761e;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 185px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

/*whatsapp floating toggles end*/



.logo {
  height: 70px;

  width: auto;

  margin-top: -20px;
}

.logo span {
  color: var(--color-primary);
}

.menu-bar {
  background-color: var(--color-black);

  height: 80px;

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 5%;

  position: relative;
}

.menu-bar ul {
  list-style: none;

  display: flex;

  margin: 0;

  align-items: center;
}

.menu-bar ul > li {
  /* width: 120px; */

  /* padding: 30px 25px 15px; */

  /* text-align: center; */

  display: inline-flex;

  position: relative;
}

.menu-bar ul > li > a {
  font-size: 16px;

  color: var(--color-white);

  text-decoration: none;

  padding: 15px;

  transition: all 0.3s;
}

.menu-bar ul > li > a i {
  font-size: 14px;
}

.menu-bar ul li a:hover {
  color: var(--color-primary);
}

header.header-container {
  position: fixed;

  z-index: 999999;

  left: 0;

  right: 0;

  background-color: #fff;

  width: 100%;

  height: 80px;

  top: 0;
}

.header-right {
  margin-left: auto;

  display: flex;

  align-items: center;
}

.header-right .mainmenus {
  display: inline-flex;
}

.header-right .headersearch {
  position: relative;

  display: inline-flex;

  margin-left: 10px;
}

.header-right .headersearch .form-control {
  height: 40px;

  border-radius: 6px;

  box-shadow: none;

  outline: none;
}

.header-right .headersearch .form-control:focus {
  border-color: #f2761e;
}

.headersearch .search-btn {
  position: absolute;

  right: 0;

  height: 100%;

  background-color: transparent;

  border: none;

  width: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

.headersearch .search-btn:hover {
  color: #f2761e;
}

/* dropdown menu style */

.dropdown-menu {
  display: none;
}

.menu-bar ul li:hover .dropdown-menu {
  display: block;

  position: absolute;

  left: 10;

  top: 100%;

  background-color: rgb(255, 255, 255);
}

.menu-bar ul li:hover .dropdown-menu ul {
  display: block;
}

.menu-bar ul li:hover .dropdown-menu ul li {
}

.dropdown-menu-1 {
  display: none;
}

.dropdown-menu ul li .dropdown-menu-1 {
  position: absolute;

  left: 100%;

  top: 0;

  background-color: var(--color-black);

  width: 175px;
}

.dropdown-menu ul li:hover .dropdown-menu-1 {
  display: block;
}

/* navbar */

/* Slider */

#container {
  position: relative;

  text-align: center;

  color: white;
}

.bottom-left {
  position: absolute;

  bottom: 90px;

  left: 150px;
}

.top-left {
  position: absolute;

  top: 150px;

  left: 150px;

  font-weight: 500;

  font-size: 3rem;

  text-align: start;

  line-height: 55px;
}

.bottom-right {
  position: absolute;

  bottom: 80px;

  right: 16px;
}

.top-right {
  position: absolute;

  bottom: 170px;

  left: 150px;

  font-weight: 400;

  font-size: 1.3rem;

  text-align: start;

  line-height: 30px;
}

.centered {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

/* end of Sliders */

/* View Upcoming Cources */

#cards_landscape_wrap-2 {
  text-align: left;

  background: #f7f7f7;
}

#cards_landscape_wrap-2 .container {
  /* padding-top: 80px; 



  padding-bottom: 100px; */
}

#cards_landscape_wrap-2 a {
  text-decoration: none;

  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;

  overflow: hidden;

  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50); */

  border-radius: 5px 5px 0 0;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;

  -moz-transition: all 0.9s ease;

  -o-transition: all 0.9s ease;

  -ms-transition: all 0.9s ease;

  width: 100%;

  height: 200px;

  object-fit: cover;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;

  -webkit-transform: scale(1.15);

  -moz-transform: scale(1.15);

  -ms-transform: scale(1.15);

  -o-transform: scale(1.15);

  transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: left;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;

  -webkit-transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

  -ms-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
}

#cards_landscape_wrap-2 .card-flyer:hover {
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.11);
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;

  margin-bottom: 0px;

  padding-bottom: 0px;

  font-size: 14px;

  color: #000000;

  height: 63px;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;

  margin-bottom: 4px;

  font-size: 16px;

  font-weight: 500;

  font-family: "Poppins", sans-serif;

  color: #f2761e;
}

/* end of view upcoming courses */

#lbutton {
  display: inline-block;

  color: #fff;

  border: none;

  border-radius: 6px;

  background-color: #f2761e;

  font-size: 1rem;

  text-transform: uppercase;

  text-align: center;

  font-weight: 500;

  font-size: 1rem;

  letter-spacing: 0.075em;

  padding: 0.65em 1.5em;

  min-width: 190px;

  position: relative;

  overflow: hidden;

  cursor: pointer;

  box-shadow: none;

  transition: all 0.3s;
}

#keybutton {
  display: inline-flex;

  align-items: center;

  color: #fff;

  border: none;

  border-radius: 5px;

  background-color: #f2761e;

  font-size: 1rem;

  text-transform: uppercase;

  text-align: center;

  font-weight: 500;

  font-size: 15px;

  padding: 0 18px;

  height: 40px;

  position: relative;

  overflow: hidden;

  cursor: pointer;

  box-shadow: none;

  transition: all 0.3s;
}

#keybutton i {
  margin-left: 5px;
}

/* Our Customer */

.container {
  /* overflow: hidden; */
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Our Customer End */

/* testimoniyal */

.card {
  border: none;
}

.user-content p {
  margin-top: 5px;

  font-size: 12px;
}

.ratings i {
  color: #f2761e;
}

/* Blogs  */

.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;

  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  margin-bottom: 20px;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;

  opacity: 0;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;

  right: 0;

  bottom: 0;

  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;

  right: 5%;

  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.blog-post .content h1,
.blog-post .content h2,
.blog-post .content h3,
.blog-post .content h4,
.blog-post .content h5,
.blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #6dc77a !important;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  /* -webkit-transform: translateY(-7px);



          transform: translateY(-7px); */

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post:hover .blog-img .post-meta a {
  text-decoration: none;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;

  -webkit-text-fill-color: transparent;

  margin-right: 5px;
}

.blog-post .post-meta .like:active i,
.blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;

  -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
  height: 36px;
}

.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
  color: #8492a6 !important;
}

.para-desc {
  max-width: 600px;
}

.text-muted {
  color: #8492a6 !important;
}

.section-title .title {
  letter-spacing: 0.5px;

  font-size: 30px;
}

/* Blogs End */

/* our team */

*,
*:before,
*:after {
  box-sizing: inherit;
}

.column {
  float: left;

  width: 33.3%;

  margin-bottom: 16px;

  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;

    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after,
.row::after {
  content: "";

  clear: both;

  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;

  outline: 0;

  display: inline-block;

  padding: 8px;

  color: white;

  background-color: #000;

  text-align: center;

  cursor: pointer;

  width: 100%;
}

.button:hover {
  background-color: #555;
}

/* our team end */

/* contact us */

.contact_us_2 * {
  font-family: Nunito, sans-serif;
}

.contact_us_2 .text-blk {
  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 0px;

  margin-left: 0px;

  line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_2 input:focus {
  outline-color: initial;

  outline-style: none;

  outline-width: initial;
}

.contact_us_2 .container-block {
  min-height: 75px;

  width: 100%;

  padding-top: 10px;

  padding-right: 10px;

  padding-bottom: 10px;

  padding-left: 10px;

  display: block;
}

.contact_us_2 .submit-btn:hover {
  background-image: initial;

  background-position-x: initial;

  background-position-y: initial;

  background-size: initial;

  background-repeat-x: initial;

  background-repeat-y: initial;

  background-attachment: initial;

  background-origin: initial;

  background-clip: initial;

  background-color: #0381fe;
}

.contact_us_2 .responsive-container-block {
  min-height: 75px;

  height: fit-content;

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-start;

  margin-top: 0px;

  margin-right: auto;

  margin-bottom: 50px;

  margin-left: auto;

  padding-top: 0px;

  padding-right: 0px;

  padding-bottom: 0px;

  padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
  padding-top: 10px;

  padding-right: 30px;

  padding-bottom: 10px;

  padding-left: 30px;

  position: relative;

  height: auto;
}

.contact_us_2 .responsive-container-block.container {
  position: static;

  min-height: 75px;

  flex-direction: column;

  z-index: 2;

  max-width: 800px;

  margin-top: 120px;

  margin-right: auto;

  margin-bottom: 50px;

  margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
  background-color: rgb(255, 255, 255);

  max-width: 799px;

  text-align: center;

  padding-top: 50px;

  padding-right: 40px;

  padding-bottom: 50px;

  padding-left: 40px;

  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;

  border-top-left-radius: 6px;

  border-top-right-radius: 6px;

  border-bottom-right-radius: 6px;

  border-bottom-left-radius: 6px;

  margin-top: 0px;

  margin-right: auto;

  margin-bottom: 0px;

  margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
  font-size: 36px;

  line-height: 50px;

  font-weight: 900;
}

.contact_us_2 .text-blk.contactus-subhead {
  color: #9c9c9c;

  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 50px;

  margin-left: 0px;
}

.contact_us_2
  .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 26px;

  margin-left: 0px;

  min-height: 50px;
}

.contact_us_2 .input {
  width: 96%;

  height: 50px;

  padding-top: 1px;

  padding-right: 15px;

  padding-bottom: 1px;

  padding-left: 15px;

  border-top-width: 2px;

  border-right-width: 2px;

  border-bottom-width: 2px;

  border-left-width: 2px;

  border-top-style: solid;

  border-right-style: solid;

  border-bottom-style: solid;

  border-left-style: solid;

  border-top-color: #afadad;

  border-right-color: #afadad;

  border-bottom-color: #afadad;

  border-left-color: #afadad;

  border-image-source: initial;

  border-image-slice: initial;

  border-image-width: initial;

  border-image-outset: initial;

  border-image-repeat: initial;

  font-size: 16px;

  color: black;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
  width: 98%;

  min-height: 150px;

  padding-top: 20px;

  padding-right: 15px;

  padding-bottom: 20px;

  padding-left: 15px;

  border-top-width: 2px;

  border-right-width: 2px;

  border-bottom-width: 2px;

  border-left-width: 2px;

  border-top-style: solid;

  border-right-style: solid;

  border-bottom-style: solid;

  border-left-style: solid;

  border-top-color: #e6e6e6;

  border-right-color: #eeeeee;

  border-bottom-color: #eeeeee;

  border-left-color: #eeeeee;

  border-image-source: initial;

  border-image-slice: initial;

  border-image-width: initial;

  border-image-outset: initial;

  border-image-repeat: initial;

  font-size: 16px;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
  width: 98%;

  background-color: #f2761e;

  height: 60px;

  font-size: 20px;

  font-weight: 700;

  color: white;

  border-top-width: 0px;

  border-right-width: 0px;

  border-bottom-width: 0px;

  border-left-width: 0px;

  border-top-style: outset;

  border-right-style: outset;

  border-bottom-style: outset;

  border-left-style: outset;

  border-top-color: #767676;

  border-right-color: #767676;

  border-bottom-color: #767676;

  border-left-color: #767676;

  border-image-source: initial;

  border-image-slice: initial;

  border-image-width: initial;

  border-image-outset: initial;

  border-image-repeat: initial;

  border-top-left-radius: 4px;

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

  cursor: pointer;
}

.contact_us_2 .form-box {
  margin-top: 0px;

  margin-right: auto;

  margin-bottom: 0px;

  margin-left: auto;
}

.contact_us_2 .social-media-links {
  width: 250px;

  display: flex;

  justify-content: space-evenly;

  margin-top: 50px;

  margin-right: auto;

  margin-bottom: 0px;

  margin-left: auto;
}

.contact_us_2 .link-img {
  width: 30px;

  height: 30px;
}

.contact_us_2 .text-blk.input-title {
  text-align: left;

  padding-top: 0px;

  padding-right: 0px;

  padding-bottom: 0px;

  padding-left: 10px;

  font-size: 14px;

  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 5px;

  margin-left: 0px;

  color: #9c9c9c;
}

.contact_us_2 ::placeholder {
  color: #dadada;
}

.contact_us_2 .blueBG {
  position: absolute;

  width: 100%;

  left: 0px;

  top: 0px;

  height: 300px;

  background-image: url(image/contact-us.jpg);

  max-width: 100%;
}

@media (max-width: 768px) {
  .contact_us_2 .submit-btn {
    width: 100%;
  }

  .contact_us_2 .input {
    width: 100%;
  }

  .contact_us_2 .textinput {
    width: 100%;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 80px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 80px;

    margin-right: 0px;

    margin-bottom: 50px;

    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 30px;

    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_2 .container-block.form-wrapper {
    padding-top: 50px;

    padding-right: 15px;

    padding-bottom: 50px;

    padding-left: 15px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 60px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;
  }

  .contact_us_2
    .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 15px;

    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block {
    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 35px;

    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 50px;

    margin-right: 0px;

    margin-bottom: 50px;

    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;

    padding-right: 20px;

    padding-bottom: 10px;

    padding-left: 20px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 26px;

    line-height: 34px;
  }

  .contact_us_2 .input {
    height: 45px;
  }
}

/* resposive */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap");

*,
*:before,
*:after {
  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

body {
  margin: 0;

  padding-top: 80px;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* end of */

.menu-bar .header-right .dropdown-menu {
  width: 175px;

  margin: 0;
}

.menu-bar .header-right .dropdown-menu ul {
  padding: 0;

  margin: 0;

  width: 100%;
}

.menu-bar .header-right .dropdown-menu ul li {
  width: 100%;
}

.menu-bar .header-right .dropdown-menu ul li a {
  padding: 8px 15px;

  margin: 0;

  display: flex;

  align-items: center;

  font-size: 14px;

  width: 100%;
}

.menu-bar .header-right .dropdown-menu ul li a i {
  margin-left: 4px;
}

.menu-bar .header-right .dropdown-menu ul li a:hover {
  background: #f2761e;

  color: #fff;
}

.bannercontent {
  max-width: 100%;

  width: 75%;

  margin: auto;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.bannercontent h2 {
  font-size: 38px;

  font-weight: 500;

  margin: 0 0 20px;
}

.bannercontent h2 span {
  color: #f2761e;
}

.bannercontent p {
  font-size: 16px;

  margin: 0;

  line-height: 1.6;

  margin-bottom: 20px;
}

.btn.btn-primary {
  display: inline-flex;

  align-items: center;

  color: #fff;

  border-radius: 5px;

  background-color: #f2761e;

  border-color: #f2761e;

  font-size: 16px;

  text-transform: uppercase;

  text-align: center;

  font-weight: 500;

  font-size: 15px;

  padding: 0 18px;

  height: 40px;

  cursor: pointer;

  box-shadow: none;

  transition: all 0.3s;
}

.btn.btn-primary:hover {
  background-color: #f2761e;

  border-color: #f2761e;
}

.commansection {
  padding: 20px 0;
}

.upcomingcourse {
  margin: 0;
}

.subtitle {
  text-align: center;

  font-size: 32px;

  margin: 0 0 30px;

  font-weight: 500;

  line-height: 1.3;
}

.subtitle span {
  text-align: left;

  display: block;

  font-size: 16px;

  margin: 0 0 10px;
}

.content-panel .subtitle {
  text-align: left;

  margin-bottom: 20px;

  font-size: 26px;

  line-height: 1.4;
}

.content-panel p {
  margin: 0;
}

.content-panel p + p {
  margin-top: 10px;
}

.content-panel .btn {
  margin-top: 30px;
}

.bgwrap {
  background-color: #f7f7f7;
}

.testimoniawrap .card {
  height: 100%;

  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);

  border-color: #efefef;
}

.testimoniawrap .card .user-image {
  margin-bottom: 15px;
}

.testimoniawrap .card .user-content h5 {
  font-size: 16px;

  font-weight: 500;

  margin: 0 0 15px;

  display: block;

  line-height: 1.3;
}

.testimoniawrap .card .user-content h5 span {
  color: #919191;

  font-size: 13px;

  font-weight: normal;

  display: block;
}

.testimoniawrap .card .user-content p {
  margin-top: 0px;

  font-size: 13px;

  line-height: 1.6;
}

.blogwrap .blog-post {
  height: 100%;
}

.blogwrap .blog-post .content h4 .title {
  text-decoration: none;

  margin-bottom: 4px;

  font-size: 16px;

  font-weight: 500;

  font-family: "Poppins", sans-serif;

  color: #f2761e;
}

.blogwrap .blog-post .content p {
  margin-bottom: 0px;

  padding-bottom: 0px;

  font-size: 14px;

  color: #000000;
}

.enquirewrap {
  padding: 25px 0;

  text-align: center;
}

.enquirewrap h6 {
  font-size: 16px;

  margin: 0 0 20px;
}

.footer-items {
  padding: 35px 0 15px;
}

.footer-items p {
  display: flex;

  font-size: 13px;
}

.footer-items p i {
  flex-shrink: 0;

  padding-top: 4px;
}

.footer-items p a {
  text-decoration: none;
}

.termsleft a:hover,
.footer-items p a:hover {
  color: #dd2427 !important;

  text-decoration: none;
}

.pmcbar {
  font-size: 13px;
}

.termsleft a,
.termsleft span {
  font-size: 12px;
}

.termsleft a + a {
  margin-left: 9px;
}

.termsleft span {
  margin-right: 9px;
}

.termsleft a {
  text-decoration: none;
}

.copybar {
  padding-bottom: 15px;
}

.social-foot a + a {
  margin-left: 15px;
}

.logoswrap .slick-slide img {
  margin: auto;
}

.logoswrap .slick-dotted.slick-slider {
  margin: 0;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1280px;

    width: 100%;
  }
}

.mobilemenu {
  cursor: pointer;

  width: 40px;

  height: 40px;

  display: none;

  justify-content: center;

  align-items: center;

  border: none;

  outline: none;

  background-color: #f2761e;

  border-radius: 5px;
}

.mobilemenu svg path {
  fill: #fff;
}

.innerbannerimg {
  object-fit: cover;
}

.smtitle {
  font-size: 20px;

  margin: 0 0 15px;
}

.content-value-panel {
  padding: 0;

  margin: 30px 0 0;

  text-align: left;
}

.content-value-panel a {
  width: 60px;

  height: 60px;

  margin-bottom: 15px;

  display: inline-flex;
}

.content-value-panel a img {
  max-height: 100%;

  width: auto !important;
}

.content-value-panel p {
  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  line-height: 1.6;

  margin: 0;
}

.teamcontent .imgteam {
  float: left;

  margin-right: 30px;

  margin-bottom: 20px;

  max-width: 100%;
}

.teamcontent + .teamcontent {
  margin-top: 50px;
}

.traninglist [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}

.traninglist [class*="col-"] .content-panel .subtitle {
  font-size: 20px;

  margin-bottom: 10px;
}

.traningtable {
  margin-top: 30px;
}

.traningtable .table-body-main {
  display: block;

  width: 100%;

  border: solid 1px #dee2e6;

  width: 100%;

  overflow-x: auto;
}

.traningtable .table-body-main .table thead th {
  white-space: nowrap;
}

.traningtable .table-body-main .table thead th img {
  margin-right: 5px;
}

.traningtable .table-body-main .table tr td {
  min-width: 200px;
}

.traningtable .table-body-main .table tr td:last-child {
  min-width: auto;
}

/* 



.traningtable .tableouterbox {



    display: table-row-group;



    border-spacing: 0px;



}



.traningtable .tableouterbox .row {



    display: table-row;



    margin: 0;



    display: table-cell;



}



.traningtable .tableouterbox .row [class*="col-"] {



    display: table-cell;



    padding: 10px;



    border-bottom: solid 1px #000;



} */

@media (max-width: 1300px) {
  .menu-bar ul > li > a {
    padding: 10px;
  }

  .header-right .headersearch {
    width: 140px;
  }

  #keybutton {
    padding: 0 10px;

    text-transform: none;
  }
}

@media (max-width: 1199px) {
  .menu-bar ul > li > a {
    font-size: 13px;

    padding: 10px;
  }

  .header-right .headersearch {
    width: 140px;
  }

  #keybutton {
    font-size: 13px;

    padding: 0 13px;

    text-transform: none;
  }
}

@media (max-width: 991px) {
  .header-right .mainmenus {
    display: none;
  }

  .mobilemenu {
    display: flex;
  }

  #cards_landscape_wrap-2 .card-flyer {
    margin-bottom: 30px;
  }

  .expertpanel .image-panel {
    margin-bottom: 20px;
  }

  .blogwrap .row [class*="col-"] {
    width: 100%;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .blogwrap .blog-post {
    height: auto;

    margin-bottom: 30px;
  }

  .footer-container {
    padding-top: 40px;
  }

  .footer-container .col-lg-3.col-md-6.mb-4.mb-lg-0 {
    width: 100%;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;
  }

  .footer-items {
    padding-top: 0;
  }

  .pmcbar {
    text-align: center;
  }

  .footer-container .copyouter {
    justify-content: center;

    align-items: center;

    flex-flow: column;

    padding: 15px 0;
  }

  .footer-container .social-foot {
    margin: 15px auto 0 !important;
  }
}

@media (max-width: 767px) {
  .mainbannerpt {
    position: relative;
  }

  .mainbannerpt::before {
    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.22);

    top: 0;

    left: 0;
  }

  .bannertopimg {
    height: 500px !important;

    object-fit: cover;
  }

  .bannercontent {
    width: 90%;
  }

  .bannercontent h2 {
    font-size: 22px;
  }

  .bannercontent p {
    font-size: 13px;
  }

  .commansection {
    padding: 40px 0;
  }

  .content-panel .subtitle,
  .subtitle {
    font-size: 22px;

    margin-bottom: 15px;
  }

  .content-panel .subtitle br {
    display: none;
  }

  .footer-container .copyouter .termsleft {
    flex-wrap: wrap;

    text-align: center;

    /* display: flex; */

    justify-content: center;
  }

  .content-value-panel {
    text-align: center;
  }
}

.apartwrap .content-panel [class*="col-"] {
  margin-bottom: 30px;
}

.menu-bar .header-right .result-box .dropdown-menu {
  background-color: rgb(255, 255, 255);
}

.menu-bar .header-right .result-box .dropdown-menu li a {
  padding: 6px 12px;

  margin: 0;

  display: flex;

  align-items: center;

  font-size: 14px;

  width: 100%;

  text-decoration: none;

  color: #000000;
}

.menu-bar .header-right .result-box .dropdown-menu li a i {
  margin-left: 4px;
}

.menu-bar .header-right .result-box .dropdown-menu li a:hover {
  background: #f2761e;

  color: #fff;
}

.mobile-side-nav {
  position: fixed;

  right: -700px;

  top: 0;

  z-index: 99999999;

  background: #ffffff;

  height: 100%;

  max-width: 700px;

  width: 100%;

  transition: ease-in-out 0.3s;
}

@media (min-width: 992px) {
  .mobile-side-nav {
    display: none;
  }
}

.mobile-side-nav .mobile-inside-nav {
  position: relative;

  width: 100%;

  display: flex;

  flex-direction: column;

  height: 100%;

  background: #ffffff;

  z-index: 1;
}

.mobile-side-nav ul {
  padding: 0px 0px;

  margin: 0;
}

.mobile-side-nav ul + ul {
  border-top: solid 1px #d8d8d8;

  margin-top: 16px;

  padding-top: 10px;
}

.mobile-side-nav ul li {
  list-style: none;

  padding: 0 24px;

  position: relative;
}

.mobile-side-nav .mob-nav-body ul li {
  padding-right: 50px;

  min-height: 44px;
}

.mobile-side-nav .mob-nav-body ul li + li {
  border-top: solid 1px #f3f3f3;
}

.mobile-side-nav ul li a {
  font-family: "Poppins", sans-serif;

  font-size: 16px;

  font-weight: 500;

  text-decoration: none;

  color: #000000;

  display: block;

  padding: 10px 0;

  display: flex;

  align-items: center;
}

.mobile-side-nav .mob-nav-body .arrowrightjs {
  position: absolute;

  right: 5px;

  height: 79%;

  display: flex;

  top: 5px;

  bottom: auto;

  align-items: center;

  justify-content: center;

  width: 34px;

  height: 34px;

  background: #ededed;

  color: #000;

  border-radius: 4px;

  z-index: 9999;
}

.mobile-side-nav ul li a .icon-box {
  margin-right: 5px;
}

.mobile-side-nav .mob-nav-header {
  padding: 10px 15px;

  padding-right: 60px;

  align-items: flex-start;

  background: #eff3f8;

  flex: 1;

  display: flex;

  flex-flow: column;

  justify-content: center;
}

.mobile-side-nav .mob-nav-header .logo {
  max-height: 45px;

  width: auto;
}

.mobile-side-nav .mob-nav-header .close-btn {
  position: absolute;

  right: 10px;

  top: 20px;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  background-color: rgba(0, 0, 0, 0.03);

  display: flex;

  justify-content: center;

  align-items: center;
}

.mobile-side-nav .mob-nav-header .close-btn svg {
  width: 28px;

  height: 28px;
}

.mobile-side-nav .mob-nav-header .titlenav {
  font-size: 21px;

  margin: 0;
}

.mobile-side-nav .mob-nav-header .btn {
  margin-top: 12px;

  width: auto;

  font-size: 20px;

  margin-right: auto;
}

.mobile-side-nav .mob-nav-header .log-in-name .profile-header {
  margin: 0 10px 0 0;
}

.mobile-side-nav .mob-nav-header .log-in-name .titlenav {
  color: #2f327d;
}

.mobile-side-nav .mob-nav-header .log-in-name .titlenav span {
  display: block;

  font-size: 87.5%;

  line-height: 160%;

  margin-top: 0.2px;
}

.mobile-side-nav .mob-nav-body {
  flex: 10;

  overflow-y: scroll;

  padding: 12px 0px;
}

.mobile-side-nav .mob-nav-body .install-outer {
  padding: 10px;
}

.mobile-side-nav .mob-nav-body .install-outer .install-model {
  background: #f5f5f5;

  padding: 12px;
}

.mobile-side-nav
  .mob-nav-body
  .install-outer
  .install-model
  .install-content-row
  .install-content
  h3 {
  font-size: 16px;

  line-height: normal;
}

.mobile-side-nav .mob-nav-footer {
  flex: 1;

  background-color: #eff3f8;
}

.mobile-side-nav .mob-nav-footer ul li a {
  width: 100%;
}

.mobile-side-nav .mob-nav-footer ul li a button {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.mobile-side-nav .shadow-box {
  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.6);

  opacity: 0;

  visibility: hidden;
}

.mobile-side-nav.open-it {
  right: 0;
}

.mobile-side-nav.open-it .shadow-box {
  opacity: 1;

  visibility: visible;
}

.mobile-side-nav ul li .dropdown-menu {
  position: static;

  width: 100%;

  float: none;

  background: #f9f9f9;

  border: none;

  padding: 0;

  margin-bottom: 10px;

  width: calc(100% + 25px);
}

.mobile-side-nav ul li .dropdown-menu li {
  padding: 0 15px;
}

.mobile-side-nav ul li.open-menu .dropdown-menu {
  display: block;
}

.mobile-side-nav .dropdown-menu ul li .dropdown-menu {
  width: 100%;
}

.mobile-side-nav ul li .dropdown-menu .dropdown-menu a {
  font-weight: normal;
}

.mobile-side-nav .mob-nav-footer .dropdown-menu {
  position: absolute;

  top: auto;

  bottom: 100%;

  margin: 0;

  z-index: 999999;
}

.slick-dots {
  display: flex;

  justify-content: center;

  margin: 0;

  padding: 10px 0;

  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;

  width: 10px;

  height: 10px;

  padding: 0;

  outline: none;

  border: none;

  border-radius: 100%;

  background-color: #343a40;

  text-indent: -9999px;

  cursor: pointer;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #f2761e;
}

.testominional-carousel {
  min-height: 320px;
}

.testominional-carousel .carousel-item {
  padding: 10px;

  min-height: 270px;
}

.testominional-carousel .carousel-item .card {
  border: none;
}

.user-content h5 {
  text-align: left;
}

.user-content p {
  text-align: left;
}

.commansection.blogpanel {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .logo {
    height: auto;
    max-width: 178px;
    margin: 0;
  }

  .mainbannerpt {
    top: 35px;
  }

  .mainbannerpt .carousel-caption {
    padding-top: 0;
    margin-top: 15px !important;
    padding-left: 15px;
  }

  .mainbannerpt .carousel-caption h3,
  .mainbannerpt .carousel-caption h1 {
    font-size: 16px !important;
  }

  .mainbannerpt .carousel-caption ul li {
    font-size: 12px;

    line-height: 1.6;
  }

  .banner_img img {
    height: 330px !important;
  }

  .banner_button {
    margin-top: 15px !important;
  }

  .enroll-details-row {
    flex-flow: column;
  }

  .enroll-details-row .table_section {
    width: 100%;
  }

  .enroll-details-row .payment_section {
    width: 100%;
    padding: 20px;
  }

  .enroll-details-row .payment_section .course_price {
    margin-bottom: 15px;
  }

  .secure_transaction {
    margin-top: 10px;
  }

  .subtitle_section {
    font-size: 22px;

    line-height: 1.6;
  }
}
