@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

#status,
.social-icons li a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
menu,
nav,
section {
  display: block;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

a,
button,
input {
  outline: 0;
}

strong {
  font-weight: 600;
}

iframe {
  width: 100%;
  border: none;
}

p {
  line-height: 30px;
  margin: 0 0 15px;
}

::-moz-selection {
  background: #562b63;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #562b63;
  color: #fff;
  text-shadow: none;
}

.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-family: inherit;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #8093a8;
  padding: 10px 15px;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 15px;
  outline: 0;
  line-height: inherit;
  letter-spacing: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 11px 40px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
}

.header_cart .cart_count,
a,
img {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border: 1px solid #562b63;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: searchfield;
}

.box-shadow,
.slick_slider .slick-arrow {
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}

.video-background-container-hm {
    background-image: url('/images/life_dgu2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholde,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  /*margin-bottom: 15px;*/
  font-weight: 700;
  color: #131d3b;
}

h1 {
  font-size: 60px;
  line-height: 72px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
}

h3 {
  font-size: 34px;
  line-height: 48px;
}

h4 {
  font-size: 30px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  margin-bottom: 20px;

  line-height: 25px;
}

h6 {
  font-size: 16px;
  margin-top: 25px;
  line-height: 18px;
}

body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body .site-main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

body .page.sidebar-true .site-main {
  padding: 0;
  background-color: #fff;
}

.comment-meta .ttm-comment-owner h5,
.featured-icon-box.icon-align-before-content.style10 span,
.featured-icon-box.icon-align-before-content.style8
  .featured-content
  .featured-title
  h5,
.featured-imagebox-event .featured-content .featured-title h5,
.featured-imagebox-event .featured-content .featured-title h5 a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.pagination-block .page-numbers,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor
  .row
  > [class*="col-"]
  :not(.ttm-bgcolor-white)
  a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-bgcolor-white h3,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-blog-single blockquote,
.ttm-btn-style-border.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-comment-owner,
.ttm-commonform.ttm-floatingbar-form button,
.ttm-fid-view-circle-progress .ttm-fid-number,
.ttm-fid-view-circle-progress .ttm-fid-number sub,
.ttm-fid-view-circle-progress h4.ttm-fid-inner,
.ttm-fid.inside.style1 h4 span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-icon_element-color-darkgrey,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,
.ttm-list.ttm-list-style-icon.style1 .ttm-list-li-content,
.ttm-progress-bar .progressbar-title,
.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey h1,
.ttm-textcolor-darkgrey h2,
.ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4,
.ttm-textcolor-darkgrey h5,
.ttm-textcolor-darkgrey h6,
.ttm-textcolor-darkgrey i,
a,
nav.main-menu .megamenu-content .title,
nav.main-menu ul.menu > li > a {
  /* color: #390c46 */
}

a,
img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.alignleft {
  float: left;
  margin: 0.375em 1.45em 1.15em 0;
}

.alignright,
.reply,
ul.ttm-timelist-block li .service-time {
  float: right;
}

.alignright {
  margin: 0.375em 0 1.45em 1.15em;
}

.z-index_1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.font-family {
  font-family: "Dancing Script", cursive;
}

.border-18px-solid {
  border: 18px solid;
}

.spacing-1 {
  padding-top: 60px;
  padding-right: 70px;
  padding-bottom: 40px;
}

.spacing-2 {
  margin-left: -92px;
  padding-top: 10px;
  padding-bottom: 76px;
  padding-left: 50px;
}

.spacing-3 {
  margin-right: -385px;
  margin-left: 15px;
  padding: 57px 60px 58px;
}

.spacing-4 {
  margin-top: -225px;
  margin-left: -300px;
}

.spacing-5 {
  padding: 47px 60px 45px 50px;
}

.spacing-6 {
  padding: 75px 40px 88px 70px;
}

.spacing-7 {
  padding: 50px;
  /*margin-bottom: -50px;*/
  margin-left: -30px;
}

.spacing-8 {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 30px;
}

.spacing-9 {
  padding: 45px 60px 60px;
}

.spacing-10 {
  padding: 84px 25px 80px 65px;
}

.spacing-11 {
  margin-top: -110px;
  /*margin-left: -330px;*/
  padding: 36px 50px 10px 0;
}

.spacing-12 {
  margin-top: 0;
  margin-bottom: -75px;
}

.spacing-13 {
  padding: 32px 57px 48px 45px;
}

.spacing-14 {
  margin-top: 0;
  margin-bottom: -93px;
}

.spacing-15 {
  padding: 14px 0 0 45px;
}

.spacing-16 {
  margin-right: -100px;
}

.spacing-17 {
  margin-left: 0;
  padding: 105px 0 129px;
}

.spacing-18 {
  padding: 25px 45px 25px 15px;
  margin-left: -40px;
}

.spacing-19 {
  padding: 60px 0 80px 50px;
  margin-right: -138%;
  margin-left: -30px;
}

.spacing-20 {
  padding: 130px 320px 205px 40px;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt_5 {
  margin-top: -5px !important;
}

.mt_10 {
  margin-top: -10px !important;
}

.mt_15 {
  margin-top: -15px !important;
}

.mt_20 {
  margin-top: -20px !important;
}

.mt_25 {
  margin-top: -25px !important;
}

.mt_30 {
  margin-top: -30px !important;
}

.mt_40 {
  margin-top: -40px !important;
}

.mt_50 {
  margin-top: -50px !important;
}

.mt_60 {
  margin-top: -60px !important;
}

.mt_70 {
  margin-top: -70px !important;
}

.mt_80 {
  margin-top: -80px !important;
}

.mt_90 {
  margin-top: -90px !important;
}

.mt_100 {
  margin-top: -100px !important;
}

.mt_110 {
  margin-top: -110px !important;
}

.mt_128 {
  margin-top: -128px !important;
}

.mt_150 {
  margin-top: -150px !important;
}

.mt_232 {
  margin-top: -70px !important;
}

.mt_300 {
  margin-top: -300px !important;
}

.mt_350 {
  margin-top: -350px !important;
}

.mt_400 {
  margin-top: -400px !important;
}

.mt_450 {
  margin-top: -450px !important;
}

.mt_447 {
  margin-top: -447px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb_5 {
  margin-bottom: -5px !important;
}

.mb_10 {
  margin-bottom: -10px !important;
}

.mb_15 {
  margin-bottom: -15px !important;
}

.mb_20 {
  margin-bottom: -20px !important;
}

.mb_25 {
  margin-bottom: -25px !important;
}

.mb_30 {
  margin-bottom: -30px !important;
}

.mb_50 {
  margin-bottom: -50px !important;
}

.mb_60 {
  margin-bottom: -60px !important;
}

.mb_70 {
  margin-bottom: -70px !important;
}

.mb_80 {
  margin-bottom: -80px !important;
}

.mb_90 {
  margin-bottom: -90px !important;
}

.mb_100 {
  margin-bottom: -100px !important;
}

.mb_120 {
  margin-bottom: -120px !important;
}

.mb_140 {
  margin-bottom: -140px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml_15 {
  margin-left: -15px !important;
}

.ml_30 {
  margin-left: -30px !important;
}

.ml_35 {
  margin-left: -35px !important;
}

.ml_40 {
  margin-left: -40px !important;
}

.ml_50 {
  margin-left: -50px !important;
}

.ml_60 {
  margin-left: -60px !important;
}

.ml_70 {
  margin-left: -70px !important;
}

.ml_80 {
  margin-left: -80px !important;
}

.ml_90 {
  margin-left: -90px !important;
}

.ml_100 {
  margin-left: -100px !important;
}

.ml_130 {
  margin-left: -130px !important;
}

.ml_150 {
  margin-left: -150px !important;
}

.ml_180 {
  margin-left: -180px !important;
}

.ml_200 {
  margin-left: -200px !important;
}

.ml_337 {
  margin-left: -337px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr_15 {
  margin-right: -15px !important;
}

.mr_20 {
  margin-right: -20px !important;
}

.mr_25 {
  margin-right: -25px !important;
}

.mr_30 {
  margin-right: -30px !important;
}

.mr_40 {
  margin-right: -40px !important;
}

.mr_50 {
  margin-right: -50px !important;
}

.mr_60 {
  margin-right: -60px !important;
}

.mr_70 {
  margin-right: -70px !important;
}

.mr_80 {
  margin-right: -80px !important;
}

.mr_90 {
  margin-right: -90px !important;
}

.mr_100 {
  margin-right: -100px !important;
}

.mr_130 {
  margin-right: -130px !important;
}

.mr_150 {
  margin-right: -150px !important;
}

.breadcrumb-wrapper span a:hover,
.breadcrumb-wrapper span.current,
.featured-imagebox-event .featured-content-event .ttm-meta-details i,
.featured-imagebox-team .media-block .social-icons li a:hover,
.section-title h5,
.summary .star-rating li,
.testimonials.ttm-testimonial-box-view-style3
  .testimonial-avatar
  .testimonial-caption
  h5,
.top_bar .social-icons li a:hover,
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a:hover,
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white
  .top_bar_contact_item
  a:hover
  i,
.top_bar_icon i,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,
.ttm-blog-single blockquote:before,
.ttm-btn-color-skincolor,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-fid h4.ttm-fid-inner,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-list-icon-color-skincolor li i,
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor a,
.ttm-textcolor-skincolor h1,
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3,
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
a:hover,
nav.main-menu ul.menu li ul.mega-submenu li.active a span,
nav.main-menu ul.menu li ul.mega-submenu li:hover a span,
nav.main-menu ul.menu > li.active > a,
nav.main-menu ul.menu > li > a:hover,
ul.ttm-coursedetails-box li.ttm-course-price,
ul.ttm-timelist-block li:last-child .service-time {
  /*color: #562B63*/
}

#totop.top-visible,
.course-items .course-item .course-item-meta .item-meta,
.course-rate .review-bar .rating,
.fbar-main .fbar-btn a,
.featured-icon-box.icon-align-before-content.style10,
.featured-imagebox-course .featured-content-post .ttm-lp-price,
.featured-imagebox-course_highlight:hover .featured-content-highlight .ttm-icon,
.featured-imagebox-event .ttm-box-event-date,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-imagebox-procedure .process-num,
.featured-imagebox-team.style2:hover .featured-content,
.featured-imagebox-team.style3 .featured-content,
.header_cart .button-cart .cart_count,
.header_search_content button.close-search,
.heading-seperator:after,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover,
.products .product .ttm-shop-icon a:hover,
.progress-bar.progress-bar-color-bar_dark .progress-bar-percent,
.progress-bar.progress-bar-color-bar_skincolor,
.sidebar .widget-title:before,
.single-lp_course .course-tabs ul.tabs li.active:after,
.single-lp_course .course-tabs ul.tabs li:hover:after,
.slick-active.slick-current
  + .slick-active
  .testimonials.ttm-testimonial-box-view-style4
  h5,
.slick_slider .slick-dots li.slick-active button,
.slick_slider .slick-next:hover,
.slick_slider .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button:before,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.social-icons.circle li > a:hover,
.timeline .timeline-body h3:after,
.timeline .timeline-year,
.ttm-bgcolor-darkgrey .tooltip-bottom:after,
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-box-post-date,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(
    .btn-inline
  ):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
    .btn-inline
  ):hover:after,
.ttm-header-style-03 #site-header-menu .site-navigation:after,
.ttm-header-style-04 #site-header-menu .site-navigation:after,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-media-link a,
.ttm-tabs.tabs-style-01 ul.tabs li.active a,
.ttm-tabs.tabs-style-01 ul.tabs li:hover a,
.ttm-team-member-single-content .learn-press-message:before,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.ttm_subscribe_form .btn[type="submit"],
.widget .tagcloud a:hover,
div.product ul.tabs li.active a,
div.product ul.tabs li:hover a,
nav.main-menu ul.menu li ul.mega-submenu li a span,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
nav.main-menu ul.menu li > ul.mega-submenu li a:hover,
nav.main-menu ul.menu > li > a:before,
ul.tabs li.active a,
ul.tabs li:hover a {
  background-color: #390c46;
}

.programme ul.tabs li.active a,
ul.tabs li:hover a {
  background-color: #e4a640 !important;
}

.author-block,
.featured-imagebox-procedure:hover .featured-thumbnail img,
.featured-imagebox-team .featured-content:after,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.slick_slider.slick-dots-style1 li.slick-active button,
.social-icons.circle li > a:hover,
.tooltip:before,
.ttm-blog-single blockquote,
.ttm-btn.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.ttm-tabs.tabs-style-01 ul.tabs li.active a,
.ttm-tabs.tabs-style-01 ul.tabs li:hover a,
.widget .tagcloud a:hover,
[data-tooltip]:before,
ul.tabs li.active a,
ul.tabs li:hover a {
  border-color: #562b63;
}

#payment .payment_box,
.course-items,
.fbar-main .fbar-btn a:after,
.header_search .header_search_content,
.slick-active.slick-current
  + .slick-active
  .testimonials.ttm-testimonial-box-view-style4
  h5:before,
.ttm-bgcolor-darkgrey .tooltip-top:before,
.ttm-bgcolor-darkgrey .tooltip:before,
.ttm-bgcolor-grey .tooltip-top:before,
.ttm-bgcolor-grey .tooltip:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:after,
.ttm-form-coupon-info,
nav.main-menu,
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
  border-top-color: #562b63 !important;
}

.fbar-main .fbar-main-inner,
.featured-imagebox-course_highlight,
.featured-imagebox-post.style1:hover .featured-content.featured-content-post,
.header_search #searchbox:before,
.ttm-bgcolor-darkgrey .tooltip-bottom:before {
  border-bottom-color: #562b63;
}

.featured-imagebox-portfolio .ttm-box-view-overlay:before,
.featured-imagebox.style1 .featured-content .ttm-course-box-meta .ttm-lp-price,
.menubar-inner,
.menubar-inner:after,
.menubar-inner:before,
.progress-bar.progress-bar-color-bar_dark,
.progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent,
.slick_slider.slick-arrows-style1 .slick-arrow,
.tooltip:after,
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey
  .ttm-eventbox-footer
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
    .btn-inline
  ):hover::after,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-grey .tooltip:after,
.ttm-bgcolor-grey [data-tooltip]:after,
.ttm-bgcolor-skincolor .header_cart .button-cart .cart_count,
.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-box-view-overlay:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
    .btn-inline
  ):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a.active,
.widget.widget-download ul li a:hover,
.widget.widget-download ul li i,
[data-tooltip]:after,
nav.main-menu ul.menu > li ul.mega-submenu .sub-menu li:before,
nav.main-menu ul.menu > li ul.mega-submenu li:before {
  background-color: #562b63;
}

.tooltip-top:before,
.tooltip:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
[data-tooltip]:before {
  border-color: #131d3b;
}

.tooltip-top:before,
.tooltip:before,
.ttm-bgcolor-grey .tooltip-top:before,
.ttm-bgcolor-grey .tooltip:before,
.ttm-bgcolor-skincolor .tooltip-top:before,
.ttm-bgcolor-skincolor .tooltip:before,
.ttm-bgcolor-skincolor [data-tooltip]:before,
[data-tooltip]:before {
  border-top-color: #131d3b !important;
}

.fbar-main .fbar-btn a,
.featured-icon-box.icon-align-before-content.style10
  .featured-content
  .featured-desc
  p,
.featured-icon-box.icon-align-before-content.style10 .featured-title h5,
.featured-imagebox-event .ttm-box-event-date,
.featured-imagebox-portfolio.style2 .featured-desc p,
.featured-imagebox-portfolio.style2 .featured-title h5 a,
.featured-imagebox-portfolio.style2 h5,
.featured-imagebox-team .featured-content .featured-title h5 a:hover,
.featured-imagebox-team.style2:hover .featured-content .featured-title h5 a,
.featured-imagebox-team.style2:hover .featured-content .team-position,
.featured-imagebox-team.style3 .featured-content p,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover,
.products .product .ttm-shop-icon a:hover,
.row-title.style1 h5,
.row-title.style1 p,
.slick-active.slick-current
  + .slick-active
  .testimonials.ttm-testimonial-box-view-style4
  h5,
.slick_slider .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-arrow,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.social-icons.circle li > a:hover,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-darkgrey
  .ttm-eventbox-footer
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-darkgrey a,
.ttm-bgcolor-darkgrey h1,
.ttm-bgcolor-darkgrey h2,
.ttm-bgcolor-darkgrey h3,
.ttm-bgcolor-darkgrey h4,
.ttm-bgcolor-darkgrey h5,
.ttm-bgcolor-darkgrey h6,
.ttm-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor
  .row
  > [class*="col-"]
  :not(.ttm-bgcolor-white)
  a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-fid h4.ttm-fid-inner,
.ttm-bgcolor-skincolor a,
.ttm-bgcolor-skincolor h1,
.ttm-bgcolor-skincolor h2,
.ttm-bgcolor-skincolor h3,
.ttm-bgcolor-skincolor h4,
.ttm-bgcolor-skincolor h5,
.ttm-bgcolor-skincolor h6,
.ttm-bgcolor-skincolor i,
.ttm-bgcolor-skincolor nav.main-menu ul.menu > li > a,
.ttm-box-post-date,
.ttm-btn-color-white,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn:not(.btn-inline):hover,
.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,
.ttm-tabs.tabs-style-01 ul.tabs li.active a,
.ttm-tabs.tabs-style-01 ul.tabs li:hover a,
.ttm-textcolor-white,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-textcolor-white a,
.ttm-textcolor-white h1,
.ttm-textcolor-white h2,
.ttm-textcolor-white h3,
.ttm-textcolor-white h4,
.ttm-textcolor-white h5,
.ttm-textcolor-white h6,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.widget .tagcloud a:hover,
.widget.widget-download ul li a:hover,
nav.main-menu ul.menu li ul.mega-submenu li a span,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
nav.main-menu ul.menu li > ul.mega-submenu li a:hover,
ul.tabs li.active a,
ul.tabs li:hover a {
  color: #fff;
}

.top_bar_contact_item,
.ttm-bgcolor-darkgrey .inside h3,
.ttm-bgcolor-darkgrey
  .testimonials.ttm-testimonial-box-view-style1
  .testimonial-content,
.ttm-bgcolor-darkgrey .title-desc,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-darkgrey strong,
.ttm-bgcolor-skincolor .inside h3,
.ttm-bgcolor-skincolor
  .testimonials.ttm-testimonial-box-view-style1
  .testimonial-content,
.ttm-bgcolor-skincolor .title-desc,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor strong {
  color: rgba(255, 255, 255, 0.7);
}

.featured-icon-box.icon-align-before-content.style10 span,
.featured-imagebox-course.style2 .featured-content,
.featured-imagebox-portfolio.style1 .featured-content,
.featured-imagebox-team.style3 .ttm-media-link,
.ttm-bgcolor-darkgrey
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
    .btn-inline
  ):hover::after,
.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after,
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):after,
.ttm-header-style-03 .menubar .menubar-inner,
.ttm-header-style-03 .menubar .menubar-inner:after,
.ttm-header-style-03 .menubar .menubar-inner:before,
.ttm-header-style-04 #site-header-menu .site-navigation ul.menu > li > a:before,
.ttm-header-style-04 .menubar .menubar-inner,
.ttm-header-style-04 .menubar .menubar-inner:after,
.ttm-header-style-04 .menubar .menubar-inner:before,
.ttm-icon_element-fill.ttm-icon_element-color-white,
nav.main-menu ul.menu li ul.mega-submenu li.active a span,
nav.main-menu ul.menu li ul.mega-submenu li:hover a span {
  background-color: #fff;
}

.ttm-bgcolor-darkgrey > .sep_holder .sep_line,
.ttm-bgcolor-skincolor > .sep_holder .sep_line,
.ttm-progress-bar .progress-bar-color-bar_white.progress-bar {
  border-color: rgba(255, 255, 255, 0.06);
}

.ttm-bgcolor-darkgrey
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.white-border {
  border-color: #fff;
}

#learn-press-profile-nav h4,
.checkout #payment,
.featured-icon-box.icon-align-before-content.style6,
.pagination-block .page-numbers,
.single-lp_course .course-tabs ul.tabs li,
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-blog-single blockquote,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-fid.inside.style3,
.ttm-form-coupon-info,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-team-member-single-content .learn-press-message,
.ttm-team-member-single-content .ttm-learn-press-profile-header,
.ttm-toggle-title-bgcolor-grey .toggle-title,
.widget_info .widget_icon {
  background-color: #f4f6f9;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey {
  border-color: #f4f6f9;
}

.featured-imagebox-team.style3 .media-block .social-icons li a,
.featured-imagebox-team.style3 .media-block .social-icons li a i,
.ttm-bgcolor-skincolor .ttm-bgcolor-white p,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
  color: inherit;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -30px;
}

#status {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/preloader-1.gif) center no-repeat #fff;
}

ul.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  margin: 0 2px;
}

.comments-area .comment-form .comment-form-url,
.social-icons li:last-child,
.top_bar_contact_item:last-child {
  margin-right: 0;
}

.social-icons li a {
  min-width: 26px;
  text-align: center;
}

.social-icons.circle li > a {
  border: 1px solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: 50%;
}

.banner-slider .container,
.post-featured-wrapper,
.site-navigation,
.tooltip-top,
.ttm_subscribe_form,
.widget_info,
article.ttm-blog-classic {
  position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: 50%;
}

.tooltip-bottom:after {
  bottom: -65px;
  left: 0;
  margin-left: -42px !important;
}

.tooltip-bottom:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent !important;
  bottom: -21px;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -60px;
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

.slick-slide {
  border: 0;
  outline: 0;
}

.post-slide .owl-dots,
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots {
  padding: 45px 0 0;
  margin: 0;
  top: 100%;
  text-align: center;
  line-height: 0;
}

.top_bar_contact_item:last-child,
.top_bar_contact_item:nth-last-child(2),
li.ttm-author img {
  margin-right: 15px;
}

.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li {
  display: inline-block;
  list-style: none;
  line-height: 0;
}

.slick_slider.slick-dots-style1 .slick-dots li button {
  height: 19px;
  width: 19px;
  border: 0;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
}

.slick_slider.slick-dots-style1 .slick-dots li button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #e2e9f1;
}

.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
  margin: 0 7px;
}

.slick_slider.slick-dots-style2 .slick-dots li button {
  height: 9px;
  width: 13px;
  border: 0;
  font-size: 0;
  padding: 0;
  border-radius: 3px;
  position: relative;
  margin: 0 4px;
  background-color: #e2e9f1;
}

.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
  width: 25px;
}

.slick_slider.slick-dots-style2 .slick-dots li button:before,
.top_bar_contact_item:nth-child(2n):after {
  content: unset;
}

.slick_slider .slick-arrow {
  width: 41px;
  height: 41px;
  z-index: 1;
  border: 0;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.07);
}

.slick_slider.slick-arrows-style1 .slick-prev {
  left: -20px;
}

.slick_slider.slick-arrows-style1 .slick-next {
  right: -20px;
}

.slick_slider.slick-arrows-style2 .slick-next {
  right: auto;
  left: 50px;
  top: 90%;
}

.slick_slider.slick-arrows-style2 .slick-prev {
  left: 0;
  top: 90%;
}

.slick_slider .slick-next:before,
.slick_slider .slick-prev:before {
  font-family: themify;
  font-size: 14px;
  line-height: 31px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
  content: "\e64a";
}

.slick_slider .slick-next:before {
  content: "\e649";
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.top_bar,
.top_bar_contact_item {
  font-size: 16px;
  position: relative;
}

.slick_slider.slick-arrows-style3 .slick-arrow {
  width: 47px;
  height: 47px;
  z-index: 1;
  color: inherit;
  background-color: transparent;
  border: 1px solid #ccd5da;
  box-shadow: none;
}

.slick_slider.slick-arrows-style3 .slick-next {
  left: -368px;
  top: 95%;
}

.slick_slider.slick-arrows-style3 .slick-prev {
  top: 95%;
  left: -428px;
}

.top_bar {
  width: 100%;
  z-index: 1;
  height: 50px;
  line-height: 50px;
}

.top_bar_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.top_bar_contact_item {
  line-height: 18px;
  margin-right: 30px;
}

.footer.ttm-textcolor-white,
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item,
.top_bar.ttm-bgcolor-darkgrey.ttm-textcolor-white .top_bar_contact_item a {
  color: #fff;
}

/* .top_bar_contact_item:after {
	content: "";
	height: 20px;
	width: 1px;
	background-color: rgba(255, 255, 255, .08);
	display: block;
	position: absolute;
	right: -15px;
	top: 0
} */

.top_bar .social-icons li {
  min-width: 20px;
  margin-left: 0;
  font-size: 14px;
}

.top_bar .social-icons li a {
  min-width: auto;
}

.top_bar .ttm-btn {
  padding: 14px 25px;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px;
}

.fbar-main .fbar-main-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1002;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../images/floatingbar-bg-img.jpg) center center/cover
    no-repeat rgba(255, 255, 255, 0.01);
}

.fbar-main .fbar-main-inner.on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.fbar-main .fbar-btn {
  cursor: pointer;
  position: absolute;
  right: 95px;
  z-index: 1005;
  text-align: center;
  width: 0;
  height: 0;
  bottom: 0;
}

.fbar-main .fbar-btn a {
  position: relative;
  display: block;
  width: 40px;
  height: 54px;
  line-height: 60px;
  text-align: center;
}

.fbar-main .fbar-btn a:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #03acdc;
}

.fbar-main .widget {
  padding: 45px 0;
  margin: 0;
}

.side .close-side {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
}

.fbar-contents .widget .widget-title {
  margin-bottom: 30px;
}

.fbar-contents ul.ttm-timelist-block li .service-time {
  color: #666d81;
}

.fbar-contents .ttm-highlight-div {
  padding: 12px 35px;
}

.comment-body .author-content-wrap p,
.fbar-contents .ttm-highlight-div h5 {
  margin-bottom: 0;
}

.fbar-contents ul.ttm-timelist-block li {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 13px 0 12px;
}

.fbar-contents ul.ttm-timelist-block li:first-child {
  padding-top: 2px;
}

.ttm-commonform.ttm-floatingbar-form .form-group {
  display: block;
  font-size: 13px;
  line-height: 14px;
  position: relative;
  margin-bottom: 20px;
}

.ttm-commonform.ttm-floatingbar-form .form-group i {
  position: absolute;
  left: 0;
  top: 11px;
  opacity: 0.9;
  font-size: 14px;
}

.ttm-commonform.ttm-floatingbar-form .form-group textarea {
  height: 78px;
}

.ttm-commonform.ttm-floatingbar-form .form-group input,
.ttm-commonform.ttm-floatingbar-form .form-group textarea {
  padding-left: 25px;
  padding-bottom: 10px;
  padding-top: 5px;
  display: block;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
}

.site-branding img {
  /*max-height: 46px*/
}

.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header_extra > div {
  margin-left: 10px;
}

.header_cart .button-cart {
  display: block;
  position: relative;
  text-align: center;
  margin-left: 7px;
  padding-left: 15px;
  padding-right: 7px;
  font-size: 16px;
  z-index: 1;
}

.header_cart .button-cart:before {
  display: block;
  content: "";
  position: absolute;
  height: 21px;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -11px;
  background-color: rgba(19, 29, 59, 0.11);
}

.header_cart .cart_count {
  position: absolute;
  bottom: 17px;
  right: 0;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  font-size: 9px;
  color: #fff;
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_btn a.ttm-btn {
  display: block;
  font-size: 15px;
  padding: 18px 28px 17px;
  margin-left: 20px;
}

.header_search .header_search_content {
  position: absolute;
  top: 100%;
  right: 35px;
  width: 400px;
  background: #fff;
  border-top: 3px solid;
  opacity: 0;
  padding: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.header_search .header_search_content.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header_search #searchbox:before {
  position: absolute;
  content: " ";
  right: 27px;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}

.header_search #search_query_top {
  font-size: 14px;
  text-align: left;
  height: 47px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #f4f6f9;
  color: #626569;
  width: 85%;
  line-height: 47px;
  float: left;
}

.header_search_content button.close-search {
  font-size: 18px;
  width: 54px;
  border: 0;
  border-radius: 0;
  height: 47px;
  text-align: center;
  display: block;
  color: #fff;
  float: left;
}

.widget_info:not(:last-child) {
  padding-right: 60px;
}

.widget_info .widget_icon {
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  float: none;
  font-size: 18px;
  border: 1px solid #eaecf2;
}

.widget_info .widget_content {
  margin-left: 14px;
  position: relative;
}

.widget_info:not(:last-child) .widget_content:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #f3f3f3;
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
}

.widget_info .widget_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.widget_info .widget_desc {
  font-size: 16px;
  font-weight: 400;
  color: #666d81;
  line-height: 23px;
  margin-bottom: 0;
}

.banner-slider-overlay,
.banner-slider.banner-slider-overlay .banner-slide {
  height: 900px;
}

.banner-slider.slick_slider.slick-arrows-style1 .slick-prev {
  left: 15px;
  top: 50%;
}

.banner-slider.slick_slider.slick-arrows-style1 .slick-next {
  right: 15px;
  top: 50%;
}

.banner-slider.slick_slider .slick-next,
.banner-slider.slick_slider .slick-prev {
  opacity: 0;
  visibility: hidden;
}

.banner-slider.slick_slider:hover .slick-next,
.banner-slider.slick_slider:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}

.banner-slider .banner-slide {
  width: 100%;
  /* height: 705px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-slider .banner-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-slider .banner-caption .banner-text,
.ttm-post-featured-wrapper,
article.ttm-blog-classic .ttm-post-featured-wrapper {
  position: relative;
  overflow: hidden;
}

.banner-slider .banner-caption .banner-text .darklogo-icon {
  position: absolute;
}

.banner-slider .banner-caption .banner-text h3 {
  font-size: 50px;
  margin: 0;
  padding: 0;
}

.banner-slider .banner-caption .banner-text h5 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  overflow: hidden;
}

.banner-slider .banner-caption .banner-text h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
}

.banner-slider .banner-caption .banner-text h2,
.banner-slider .banner-caption .banner-text_1 h2 {
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 0;
  overflow: hidden;
}

.banner-slider .banner-caption .banner-text .text {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.banner-slider .banner-caption .banner-text_1 .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 4px;
  letter-spacing: 2px;
}

.banner-slider .banner-caption .featured-icon-box .featured-content {
  background-color: #fff;
  min-width: 118px;
}

.banner-slider .banner-caption .featured-icon-box .featured-content h5 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0;
}

.banner-slider
  .banner-caption
  .featured-icon-box
  .featured-content
  .featured-desc
  p {
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  color: #666d81;
  padding: 0;
}

.banner-slider .banner-caption .banner-text.right-content h6 {
  font-size: 18px;
  line-height: 25px;
}

.banner-slider .banner-caption .banner-text.right-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #b6bbcc;
}

.border-left-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.border-left-box_1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: right;
}

@media (min-width: 992px) {
  .banner-slide > img {
    /* height: 705px; */
    width: 100%;
  }

  .banner-slider-overlay .banner-slide > img {
    height: 900px;
  }
}

@media (max-width: 1199px) {
  .banner-slider-overlay,
  .banner-slider.banner-slider-overlay .banner-slide {
    height: auto;
  }

  .banner-slider-overlay .banner-slide > img {
    height: 700px;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    text-align: center;
  }

  .banner-slider .banner-caption .info,
  .banner-slider .banner-slide,
  .banner-slider-overlay,
  .banner-slider.banner-slider-overlay .banner-slide {
    height: auto;
  }

  .banner-slider .banner-text {
    margin-top: -20px;
  }

  .banner-slide > img,
  .banner-slider-overlay .banner-slide > img {
    /*height: 420px;*/
    width: 100%;
  }

  .banner-slider .banner-text.right-content p,
  .banner-slider .featured-icon-box,
  .banner-slider .ttm-icon,
  .banner-slider .ttm-play-icon-btn,
  .banner-text h5,
  .left,
  .right,
  .ttm-hide {
    display: none !important;
  }

  .banner-slider .banner-caption {
    justify-content: center !important;
  }

  .banner-slider .banner-caption .banner-text h2,
  .banner-slider .banner-caption .banner-text_1 h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .banner-slider .banner-caption .banner-text h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .banner-slider .nivo-directionNav a {
    display: none;
  }

  .banner-slider .banner-caption .banner-text .darklogo-icon {
    position: relative;
  }
}

@media (max-width: 767px) {
  .ttm-md-hide {
    display: none;
  }

  .banner-slide > img,
  .banner-slider-overlay .banner-slide > img {
    /*height: 380px;*/
    width: 100%;
  }

  .banner-slider .banner-caption .banner-text h2,
  .banner-slider .banner-caption .banner-text_1 h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-slider .banner-caption .banner-text h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .banner-slider .ttm-btn.ttm-btn-size-md {
    padding: 11px 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .banner-slide > img,
  .banner-slider-overlay .banner-slide > img {
    /*height: 340px;*/
    width: 100%;
  }

  .banner-slider .banner-caption .banner-text h2,
  .banner-slider .banner-caption .banner-text_1 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-slider .banner-caption .banner-text h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .banner-text img,
  .text {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 1;
  background-image: url(../images/footer-map.jpg);
  background-position: center center;
  background-attachment: scroll;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-logo img {
  max-height: 42px;
}

.footer .widget .widget-title,
.widget .widget-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  display: inline-block;
}

.footer .widget ul,
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul > li,
.widget ul > li {
  padding: 0 0 12px;
}

.second-footer .widget-area {
  margin: 55px 0 45px;
}

.second-footer > div > .row .widget-area .widget:not(:first-child) {
  margin-top: 15px;
}

.second-footer ul.ttm-timelist-block li {
  font-size: 16px;
  line-height: 23px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 0;
}

.second-footer ul.ttm-timelist-block li:first-child {
  padding-top: 0;
}

.widget ul#menu-footer-quick-links li a {
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.widget ul#menu-footer-quick-links li a:before,
.widget ul#menu-footer-services li a:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #fff;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

.widget ul#menu-footer-quick-links li:nth-child(9) {
  width: 100%;
}

.footer .widget ul.ttm-recent-post-list > li {
  padding-bottom: 15px;
  padding-top: 5px;
}

.footer .widget ul.ttm-recent-post-list > li > a {
  font-size: 16px;
  line-height: 21px;
  display: block;
  font-weight: 400;
}

.footer .widget ul.ttm-recent-post-list > li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px;
}

.footer .widget ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 14px;
  line-height: 25px;
}

.footer .widget ul.ttm-recent-post-list > li .post-date i {
  margin-right: 5px;
}

.footer .widget ul.ttm-recent-post-list li:after {
  content: " ";
  display: table;
  clear: both;
}

.widget ul#menu-footer-services li a {
  padding-left: 14px;
}

.widget ul#menu-footer-services li {
  display: inline-block;
  width: calc(50% - 2px);
  float: none;
  padding: 0 0 12px;
  position: relative;
}

.ttm_subscribe_form input[type="email"] {
  border: none;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  color: #b6bbcc;
  font-size: 13px;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.07);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 65px;
}

.ttm_subscribe_form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.ttm_subscribe_form .btn[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  border-radius: 0;
  height: 45px;
  width: 50px;
  color: #fff;
}

.footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.06);
}

.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 16px;
  padding-bottom: 0;
}

.footer-nav-menu li:last-child,
.lp-list-table tr th:last-child,
.lp-list-table tr:last-child td,
.ttm-blog-classic .post-meta .ttm-meta-line:last-child {
  padding-right: 0;
}

.footer-nav-menu li:first-child,
.lp-list-table tr td:first-child,
.lp-list-table tr th:first-child {
  padding-left: 0;
}

ul.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  padding-left: 7px;
}

.copyright {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 28px;
}

.copyright ul.list-inline {
  margin: 0;
}

#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
  animation: 4s infinite jump;
}

@keyframes jump {
  0%,
  100% {
    bottom: 20px;
  }

  50% {
    bottom: 40px;
  }
}

.ttm-page-title-row {
  background: url(../images/ttm-pagetitle-bg.jpg) center/cover;
  width: 100%;
  position: relative;
  z-index: 1;
}

.ttm-page-title-row-inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-row-inner .row {
  min-height: 260px;
  text-align: center;
  margin: 0;
}

.page-title-heading h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 4px;
}

.breadcrumb-wrapper {
  z-index: 99;
  display: inline-block;
}

.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

.single-lp_course .ttm-single-course-box {
  padding-bottom: 50px;
}

ul.ttm-coursedetails-box {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  clear: both;
  overflow: hidden;
  background-color: #f4f6f9;
  display: -webkit-flex;
  display: flex;
}

ul.ttm-coursedetails-box li {
  display: inline-block;
  padding: 20px 15px;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

ul.ttm-coursedetails-box li:not(:last-child):after {
  background-color: #eee;
  display: inline-block;
  content: "";
  width: 1px;
  height: 150px;
  vertical-align: middle;
  margin: 0 15px;
  top: -36px;
  position: absolute;
  right: -15px;
}

ul.ttm-coursedetails-box li:first-child {
  /*width: 185px*/
}

li.ttm-author img {
  width: 55px;
  height: 55px;
  float: left;
}

ul.ttm-coursedetails-box li strong {
  display: block;
  font-weight: 600;
  color: #131d3b;
  font-size: 17px;
  margin-bottom: 0;
}

ul.ttm-coursedetails-box li.ttm-course-price {
  font-size: 20px;
  font-weight: 600;
}

.review-stars-rated .review-stars.filled {
  position: absolute;
  top: 0;
  left: 0;
}

ul.ttm-coursedetails-box .review-stars-rated {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

ul.ttm-coursedetails-box .review-stars-rated .review-stars.empty,
ul.ttm-coursedetails-box .review-stars-rated .review-stars.filled,
ul.ttm-coursedetails-box .review-stars.filled:after,
ul.ttm-coursedetails-box .review-stars.filled:before {
  font-size: 14px;
  height: 14px;
}

.review-stars-rated .review-stars.empty:before,
.review-stars-rated .review-stars.filled:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: FontAwesome;
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
}

.review-stars-rated .review-stars.filled:before {
  content: "\f005\f005\f005\f005\f005";
}

ul.ttm-coursedetails-box .lp-button {
  line-height: 41px;
  padding: 0 10px;
  font-size: 13px;
}

.single-lp_course .course-tabs ul.tabs {
  display: flex;
  margin-bottom: 25px;
  border: none;
}

.single-lp_course .course-tabs ul.tabs li {
  border-right: 2px solid #eee;
  margin-bottom: 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}

.lp-list-table tr,
.lp-list-table tr.list-table-nav td,
.single-lp_course .course-tabs ul.tabs li:last-child {
  border: 0;
}

.single-lp_course .course-tabs ul.tabs li a {
  border: none;
  font-weight: 700;
  padding: 15px 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 18px;
}

.single-lp_course .course-tabs ul.tabs li.active a,
.single-lp_course .course-tabs ul.tabs li:hover a {
  background-color: transparent;
  color: inherit;
}

.single-lp_course .course-tabs ul.tabs li.active:after,
.single-lp_course .course-tabs ul.tabs li:hover:after {
  position: absolute;
  top: -3px;
  height: 3px;
  width: 100%;
  content: "";
  left: 0;
}

.course-items {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid;
}

.course-items .course-item {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: padding-left 0.15s linear;
  background: #fff;
  margin: 0;
  padding: 0;
}

.course-items .course-item .course-item-link {
  border-bottom: none;
  display: table;
  box-shadow: none;
  outline: 0;
  width: 100%;
  line-height: 1.5;
}

.course-items .course-item.course-item-lp_lesson .course-item-link:before {
  content: "\f0f6";
  font-family: fontawesome;
  font-size: 18px;
  left: 0;
  transition: left 0.15s linear;
  display: table-cell;
  width: 20px;
  padding: 10px 0;
}

.course-items .course-item .item-icon,
.course-items .course-item .item-name {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.course-items .course-item .course-item-meta {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 0;
  text-align: right;
}

.course-items .course-item .course-item-meta .item-meta {
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.course-items .course-item .course-item-meta i {
  margin-left: 8px;
  color: #ab6060;
}

.course-rate {
  overflow: hidden;
  margin: 10px 0;
}

.course-rate .review-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 10px;
  background: #e8ebf1;
  width: calc(100% - 100px);
  display: inline-block;
}

.course-rate .review-bar .rating {
  height: 15px;
}

.course-rate .review-bar .rating.w-0 {
  width: 0;
}

.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled {
  width: 120px;
  height: 24px;
  font-size: 18px;
  color: #f2b827;
}

.course-reviews-list,
.course-reviews-list-shortcode {
  padding-left: 0;
  list-style: none;
}

.course-reviews-list li,
.course-reviews-list-shortcode li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f4f6f9;
  border: 1px solid #eeeeef;
  overflow: hidden;
  display: flex;
}

.course-reviews-list .review-author-info,
.course-reviews-list li .review-author,
.ttm-team-member-single-content
  .ttm-learn-press-profile-header
  .ttm-learn-press-left,
.ttm-team-member-single-content
  .ttm-learn-press-profile-header
  .ttm-learn-press-right {
  /*display: inline-block;*/
  vertical-align: middle;
}

.course-reviews-list li .review-author img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.course-reviews-list li h4.user-name,
.review-stars-rated {
  font-size: 18px;
  line-height: 24px;
  margin: 0 14px 10px 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.review-stars-rated {
  margin: 0;
  font-size: 14px;
}

.course-reviews-list li .review-title,
.course-reviews-list-shortcode li .review-title {
  background-color: #fe541d;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 7px;
  padding: 2px 10px;
  font-weight: 400;
}

.course-reviews-list .review-stars-rated .review-stars.empty,
.course-reviews-list .review-stars-rated .review-stars.filled {
  font-size: 13px;
}

.ttm-team-member-single-content,
.ttm-team-member-single-list {
  position: relative;
  margin: 0;
}

.ttm-team-member-single-content .ttm-learn-press-profile-header {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #eeeeef;
}

.ttm-team-member-single-content
  .ttm-learn-press-profile-header
  .ttm-learn-press-profile-item {
  padding: 15px 15px 0;
}

.ttm-team-member-single-content
  .ttm-learn-press-profile-header
  .ttm-learn-press-left {
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}

.ttm-team-member-single-content
  .ttm-learn-press-profile-header
  .ttm-authorname {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 28px;
}

.ttm-team-member-single-content .ttm-social-links-wrapper {
  padding-top: 20px;
  margin-bottom: 20px;
}

.ttm-team-member-single-content .ttm-social-links-wrapper ul li a {
  border: 1px solid #f2f2f2;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  display: block;
  font-size: 16px;
  background-color: #fff;
}

#learn-press-profile-nav h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
}

#learn-press-profile-nav .ttm-tabs ul.tabs li a {
  text-transform: capitalize;
  font-weight: 500;
  border-color: #eeeeef;
}

#learn-press-profile-nav .ttm-tabs .content-tab {
  padding: 15px;
  border-color: #eeeeef;
}

.lp-list-table td,
.lp-list-table th {
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  line-height: 1;
  font-size: 14px;
  padding: 14px 12px;
  background: #fff;
  text-align: left;
}

.ttm-team-member-single-content .learn-press-message {
  padding: 10px 12px 10px 15px;
  background: #f5f5f5;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ttm-team-member-single-content .learn-press-message:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

article.ttm-blog-classic {
  margin-bottom: 50px;
  padding-bottom: 0;
}

article.ttm-blog-classic:last-child {
  margin-bottom: 15px;
}

article.ttm-blog-classic .ttm-post-featured:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate3d(0, -50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -moz-transform: translate3d(0, -50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -ms-transform: translate3d(0, -50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -o-transform: translate3d(0, -50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, -50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

article.ttm-blog-classic:hover .ttm-post-featured:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  height: 100%;
  visibility: visible;
}

article.ttm-blog-classic .ttm-blog-classic-content {
  padding: 24px 0 0;
  background: #fff;
  z-index: 1;
  position: relative;
}

.ttm-blog-classic .post-meta,
.ttm-blog-single-content .post-meta {
  display: block;
  padding-bottom: 4px;
}

.ttm-blog-classic .post-meta .ttm-meta-line,
.ttm-blog-single-content .post-meta .ttm-meta-line {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
  position: absolute;
  background-color: #e7eaee;
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  vertical-align: middle;
  margin: 0 10px;
  top: 0;
}

.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line i {
  padding-right: 7px;
  font-size: 13px;
}

.ttm-blog-classic .entry-header .entry-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ttm-blog-classic .ttm-blogbox-desc-footer {
  padding-top: 15px;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}

.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 65px;
  width: 65px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ttm-blog-classic .ttm-box-post-date .entry-date,
.ttm-blog-single .ttm-box-post-date .entry-date {
  font-weight: 600;
  font-size: 24px;
  line-height: 17px;
}

.ttm-blog-classic .ttm-box-post-date .entry-month,
.ttm-blog-single .ttm-box-post-date .entry-month {
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

.ttm-blog-single-content .post-meta {
  display: block;
  margin-top: 20px;
}

.ttm-blog-single blockquote {
  display: block;
  padding: 25px 20px 25px 85px;
  position: relative;
  font-size: 19px;
  min-height: 100px;
  line-height: 28px;
  font-style: normal;
  margin: 24px 0;
  font-weight: 400;
  border-left-width: 5px;
  border-left-style: solid;
}

.ttm-blog-single blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 37px;
  line-height: 37px;
  top: 28px;
  left: 25px;
}

.ttm-blog-single .ttm-blogbox-desc-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #e8ecef;
}

.ttm-blog-single .ttm-blogbox-desc-media .ttm-social-share-wrapper {
  display: flex;
  align-items: center;
}

.ttm-blog-single .ttm-social-share-wrapper .ttm-social-share-title {
  font-size: 17px;
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.ttm-blog-single .ttm-blogbox-desc-media .ttm-tags-links a {
  padding: 6px 20px;
  background-color: #f4f6f9;
  font-size: 15px;
  display: inline-block;
  margin-right: 3px;
}

.comments-area {
  padding-top: 40px;
  margin-bottom: 0;
}

.comments-area h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
}

.comment-list li {
  position: relative;
  margin-top: 30px;
}

.comments-area ol.comment-list {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.comment-list .children {
  margin-left: 35px;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.single-post .comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}

.single-post .comments-area .comments-title {
  font-size: 33px;
  font-weight: 600;
}

.comment-body {
  /*margin-left: 105px;*/
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 22px 20px;
  position: relative;
  background-color: #f4f6f9;
  border: 1px solid #f4f6f9;
}

.comment-author {
  float: left;
  text-align: center;
  width: 87px;
  height: 87px;
  display: block;
  margin-right: 25px;
  overflow: hidden;
  margin-left: -125px;
  margin-top: -20px;
}

.comment-author img {
  max-width: 100%;
  height: auto;
}

.comment-reply-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}

.comment-notes {
  font-size: 15px;
  font-style: italic;
}

.comment-meta,
.reply {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.comment-meta,
.comment-meta span {
  font-size: 13px;
  line-height: 24px;
}

.comment-meta .ttm-comment-owner h5,
.ttm-comment-owner {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  font-style: normal;
}

.single article.post .comment-body p {
  margin-top: 10px;
}

.comment-list a.comment-reply-link {
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 4px 30px 2px 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.comment-list a.comment-reply-link:after {
  position: absolute;
  top: 6px;
  font-family: themify;
  content: "\e649";
  font-weight: 400;
  display: inline-block;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  line-height: 20px;
  font-size: 10px;
  margin-left: 6px;
}

.comments-area .comment-respond {
  padding-top: 10px;
}

#respond .comment-reply-title {
  margin: 0 0 20px !important;
}

.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  background-color: transparent;
  font-size: 17px;
  border: 1px solid #efefef;
  border-radius: 0;
  padding-bottom: 5px;
  text-indent: 0;
  font-style: italic;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}

.element-row {
  padding: 70px 0 0;
  position: relative;
}

.container,
.container-fluid {
  padding: 0 15px;
}

.element-row .section-title h2.title {
  margin-bottom: 25px;
}

.error-404 {
  background-image: url(../images/404-page-bg.jpg);
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #eee;
}

.row,
.row:not(.g-0) {
  margin-right: -15px;
  margin-left: -15px;
}

section.error-404 {
  padding: 140px 0;
  text-align: center;
}

section.error-404 .ttm-big-icon {
  font-size: 140px;
}

section.error-404 h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 100%;
}

section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

#map {
  display: block;
  height: 410px;
  width: 100%;
}

.container {
  max-width: 1360px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.g-0 > .col,
.g-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.dgu_about_bg {
  background-color: #e9ecef;
  font-size: 14px;
}

.text-justify {
  text-align: justify !important;
}

/* @media (max-width: 1024px) and (min-width: 768px) {
  .banner-slider .banner-slide {
    height: auto !important;
  }

  .banner-slide > img {
    height: auto !important;
  }
} */

@media (max-width: 380px) {
  .site-branding #logo-img {
    max-width: 220px;
  }
}

.text-right {
  text-align: right;
}

@media (max-width: 520px) {
  .grid-two-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .custmd-sz {
    padding-left: 20px;
  }

  .custmd-sz h3 {
    font-size: 18px;
  }

  .custmd-mrg {
    margin-left: 0px !important;
    padding: 20px !important;
  }
}

.px-3 {
  padding-inline: 30px;
}

@media (min-width: 768px) {
  .pl-3 {
    padding-left: 3rem !important;
  }
}

.featured-desc2 {
  text-align: justify;
}

.ffeatured-title2 {
  text-align: justify;
}

.recognition {
  font-style: oblique;
  font-weight: bold;
}

.table thead th {
  vertical-align: middle !important;
  background-color: #562b63;
  color: #fff;
  text-align: justify;
  padding: 8px !important;
}

.font-weight-normal2 {
  color: #860daa;
  margin-top: 30px;
}

.good_list {
  list-style: none;
  padding-left: 0px;
}

.good_list li {
  border-bottom: 2px solid rgb(255 79 1 / 10%);
  margin: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.good_list li > i {
  color: #17a984 !important;
  margin: 8px;
  padding-right: 10px;
}

.good_box-A {
  border: 1px solid;
  padding: 7px;
  font-weight: 600;
}

.good_box-A:hover {
  background: #17a984;
  color: white;
}

.new-1xl {
  font-size: 1.2rem !important;
  color: #a91717 !important;
  float: right;
  padding-top: 5px;
}

.points ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  line-height: 32px;
}

.points ul li i {
  color: #390c46;
  font-size: 20px;
  margin-top: 5px;
}

.cust-bx-style {
  border-bottom: 6px solid #390c46;
  min-height: 187px;
  display: flex;
  align-items: center;
  margin-block: 20px;
  flex-direction: column;
  transition: 0.4s;
}

.cust-bx-style:hover {
  transform: translateY(-5px);
}

.min-694 {
  min-height: 694px !important;
}

.min-663 {
  min-height: 663px !important;
}

@media (min-width: 1024px) {
  .vison-styling {
    font-style: italic;
    font-size: 26px;
    line-height: 40px;
    position: sticky;
    z-index: 9999;
  }

  .vison-styling-icon {
    color: #390c46 !important;
    position: absolute;
    right: 60px;
    bottom: -20px;
    font-size: 220px;
    z-index: 0;
    opacity: 0.4;
  }
}

@media (max-width: 1024px) {
  .vison-styling-icon {
    display: none;
  }
}

.featured-thumbnail img {
  outline: 2px solid #fff;
  outline-offset: -8px;
}

.masonry {
  column-count: 3;
  column-gap: 15px;
  row-gap: 15px;

  @media (min-width: 768px) {
    column-count: 4;
  }

  @media (min-width: 992px) {
    column-count: 5;
  }

  @media (min-width: 1199px) {
    column-count: 7;
  }

  .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
  }
}

.bfr-opacity {
  position: relative;
}

.bfr-opacity::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
}

.cust-smth-slide .slick-slide + .slick-active {
  transform: scale(0.9);
  opacity: 0.7;
  transition: 0.4s;
}

.cust-smth-slide .slick-active + .slick-current {
  transform: scale(1.1) !important;
  opacity: 1;
  transition: 0.4s;
}

.cust-smth-slide .featured-imagebox-team {
  min-height: 410px !important;
}

.programme ul.tabs li.active a {
  background-color: #390c46 !important;
}

.programme .tabs li.tab a {
  width: 200px !important;
}

.ttm-btn.ttm-btn-shape-round {
  border-radius: 2em !important;
}

.programme .tabs li.tab {
  margin: 0 !important;
  flex: 0 !important;
}

.programme .tabs {
  gap: 20px;
}

.programme .tabs li.tab {
  margin: 0 !important;
  flex: 0 !important;
}

.programme ul.tabs li.active a {
  background-color: #390c46 !important;
}

@media (min-width: 1024px) {
  .programme .tabs li.tab a {
    width: 260px !important;
  }

  .programme .tabs li.tab a.cust-m-width {
    max-width: 500px !important;
    width: 100vw !important;
  }
}

@media (max-width: 1024px) {
  .ttm-tabs.tabs-style-01 ul.tabs {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }

  .ttm-tabs.tabs-style-01 ul.tabs li {
    flex: 1 !important;
  }

  .ttm-tabs.tabs-style-01 ul.tabs li a {
    font-size: 14px !important;
  }

  .programme .tabs li.tab a {
    width: auto !important;
  }

  .cust-m-width {
    max-width: 380px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .accordion .toggle.ttm-style-classic .toggle-title a {
    font-size: 14px !important;
  }
}

@media (min-width: 1192px) and (max-width: 1599px) {
  .custmd-mrg .pl-3 {
    padding-left: 10rem;
  }
}

.content-relative {
  position: relative;
}



.ce-update .slick-next,
.ce-update .slick-prev {
  border-radius: 50%;
  background-color: #fff !important;
  top: 50%;
}

@media (min-width: 1280px) {
   .ttm-bgcolor-grey .cust-bx-slideone {
      margin-right: 30px !important;
  }
}

.overflow-hidden .cust-bx-slideone .slick-next {
   right: -20px !important;
}
.overflow-hidden  .cust-bx-slideone .slick-prev {
   left: -20px !important;
}


.cust-bx-slideone .slick-next {
   right: -40px !important;
}
.cust-bx-slideone .slick-prev {
   left: -40px !important;
}

.ce-update .slick-next {
   right: -10px;
}
.ce-update .slick-prev {
   left: -10px;
}

.cust-bx-slideone .slick-list {
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  .content-absolute {
    position: absolute !important;
    left: 50%;
    bottom: -90px;
    width: 99%;
    transform: translateX(-50%);
  }

  .pl-xs--0 {
    padding-left: 0px;
  }

  .pr-xs-0 {
    padding-right: 0px;
  }
}

.ce-placement .ttm-box-post-date {
  left: 20px;
  width: fit-content;
}

.placed-amt {
  background: #f5f5f5;
  padding: 10px !important;
  text-align: center !important;
  font-weight: 600;
  border-bottom: 2px solid purple;
  border-radius: 5px;
  margin-top: 20px !important;
}

.placement-icn {
  color: #f1f1f1;
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 300px;
  opacity: 0.25;
  transform: rotate(25deg);
}

.cust-bx-style2 {
  border-top: 6px solid #390c46;
  min-height: 260px;
  display: flex;
  margin-block: 20px;
  flex-direction: column;
  transition: 0.4s;
  border-radius: 12px !important;
  box-shadow: 0 0 16px #d3d2d2;
}

.cust-bx-style2:hover {
  transform: translateY(-6px);
}

.ce-placement .featured-content-post {
  background-color: #7e2d7a !important;
}

.ce-placement .featured-content-post {
  font-size: 15px !important;
}

.ce-placement .featured-content-post * {
  color: #fff;
  position: sticky;
  z-index: 9;
}

.ce-placement .ttm-box-post-date {
  position: absolute !important;
}

.ce-placement .placement-icn {
  color: #4a2148 !important;
  position: absolute !important;
  left: 20px !important;
  font-size: 240px !important;
}

.banner-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
}

.header {
  background: linear-gradient(180deg, #390c46, transparent);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  backdrop-filter: blur(2px);
}

.menu > li > a:first-child {
  color: #fff;
}

.fixed-header .menu > li > a:first-child {
  color: #390c46 !important;
}

.video-slider .slick-next {
  right: 0 !important;
}

.video-slider .slick-prev {
  left: 0 !important;
}

/*.video-slider img {
  height: 1080px;
  object-fit: cover;
}*/

/* .video-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.5%;
  background-color: #0000006e;
} */

.schools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 30px;
}

.school-item {
  transition: transform 0.3s ease-in-out;
  position: relative;
}

.name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative;
  cursor: pointer;
  z-index: 5;
  transition: 0.4s ease-in-out;
}

.school-item:hover .name-container {
  transform: translateY(-10px);
}

.school-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.school-icon {
  color: #562b63;
  font-size: 36px;
  transition: color 0.3s ease-in-out;
  width: 40px;
  text-align: center;
}

.school-name-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.school-prefix {
  font-size: 0.8rem;
  font-weight: 500;
  color: #888;
  line-height: 1.1;
  transition: color 0.3s ease-in-out;
}

.school-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  flex-grow: 1;
  line-height: 1.3;
  transition: color 0.3s ease-in-out;
}

.arrow {
  font-size: 1rem;
  color: #888;
  transition: all 0.3s ease-in-out;
}


  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    grid-template-rows: unset;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    max-height: 400px;
    overflow-y: auto;
  }

  .dropdown-content-inner {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  }

  .dropdown-line {
    height: 2px;
    width: 40px;
    background-color: #562b63;
    margin-bottom: 15px;
  }

  .dropdown-options {
    flex-direction: column;
    gap: 12px;
  }

  .school-item:hover .school-name,
  .school-item:hover .school-icon,
  .school-item:hover .school-prefix {
    color: #562b63;
  }

  .school-item:hover .arrow {
    color: #562b63;
    transform: rotate(90deg);
  }

  .school-item:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .school-item.is-active .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
   display: block !important;
  }

  .school-item.is-active .dropdown-content .dropdown-options {
     padding-bottom: 40px;
}


.dropdown-options li {
  line-height: 1.4;
}

.dropdown-options a {
  text-decoration: none;
  color: #562b63;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s, padding-left 0.2s;
}

.dropdown-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.student-stories-header {
  max-width: 1280px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.student-stories-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 1rem;
}

.student-stories-header h2::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: rgb(127, 38, 114);
}

.more-stories-button {
  display: inline-block;
  background-color: rgb(127, 38, 114);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
  white-space: nowrap;
}

.student-stories-content {
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  margin: 0px auto;
  gap: 2rem;
}

.story-image-wrapper {
  position: relative;
  transform: translateX(0px);
  flex: 1 1 0%;
  padding: 1rem;
  transition: transform 0.3s;
  overflow: hidden;
}

.story-image-wrapper.zoom img {
  transform: scale(1.1);
}

.story-image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.story-image-wrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.story-list-wrapper {
  display: flex;
  position: relative;
  padding-left: 2rem;
  flex-direction: column;
  margin-top: 20px;
  flex: 1 1 0%;
}

.story-list-container {
  position: relative;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 480px;
}

.story-list {
  width: 100%;
  will-change: transform;
  transform: translateY(0px) !important;
  list-style: none;
  padding: 0px;
  margin: 0px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
  min-height: 120px;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 1.5rem 0px;
  transition: background-color 0.3s;
}

.story-item:hover::before,
.story-item.active::before {
  width: 5.5rem !important;
}

.story-item::before {
  content: "";
  position: absolute;
  top: 43px;
  left: -6.5rem;
  height: 4px;
  width: 0px;
  background-color: rgb(127, 38, 114);
  transition: width 0.3s;
}

.story-item:hover .story-number,
.story-item.active .story-number {
  color: rgb(127, 38, 114);
}

.story-number {
  font-size: 3.1rem;
  font-weight: 700;
  color: rgb(204, 204, 204);
  margin-right: 2rem;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.3s;
}

.story-text-content {
  flex-grow: 1;
  padding-right: 2rem;
}

.story-item:hover .story-text-content h4,
.story-item.active .story-text-content h4 {
  color: rgb(127, 38, 114);
}

.story-text-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: rgb(204, 204, 204);
  margin: 0px 0px 0.5rem;
  transition: color 0.3s;
}

.story-text-content p {
  font-size: 0.9rem;
  color: rgb(119, 119, 119);
  margin: 0px;
}

.story-arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: rgb(204, 204, 204);
  font-size: 1.2rem;
  opacity: 1;
  transition: transform 0.3s, color 0.3s;
}

.story-arrow-container_1 {
  text-align: center;
}

.story-list-container::-webkit-scrollbar {
  width: 5px;
}

.story-list-container::-webkit-scrollbar-thumb {
  background: #390c46;
}

.custitem {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  background: #390c464a;
  padding-right: 17px;
  border-radius: 110px;
  height: 100px;
  backdrop-filter: blur(20px);
}

.custitem .icon {
  border-radius: 50px;
  border: 1px solid #390c46;
  padding: 10px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 40px;
}

.custitem .icon i {
  font-size: 40px;
  color: #390c46;
  transition: 0.4s;
}

.custitem:hover .custitem .icon i {
  transform: rotateY(180deg);
}

.text-custprimary {
  color: goldenrod;
}

.dgu-paste-section__cards-wrapper {
  flex: 2;
  display: flex;
  align-items: center;
}

.dgu-paste-cards-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
  min-height: 185px;
}

.dgu-paste-card {
  flex: 1;
  background: #fff;
  backdrop-filter: blur(10px);
  /* color:#fff; */
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: flex 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease;
  overflow: hidden;
  cursor: pointer;
  border-right: 16px solid white;
  max-height: 170px;
}

.dgu-paste-card__icon-wrapper {
  background-color: #e01e79;
  border-radius: 8px;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.dgu-paste-card__title {
  font-size: 18px;
  line-height: 28px;
}

.dgu-paste-card__icon {
  stroke: #fff;
  width: 32px;
  height: 32px;
}

.dgu-paste-card__content {
  flex-grow: 1;
}

.dgu-paste-cards-container .dgu-paste-card:hover {
  flex: 4;
}

.dgu-paste-card:hover {
  border: none;
}

.placements_header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}

.placements_header_left {
  flex: 1;
  min-width: 300px;
}

.placements_header_left h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px 0;
  line-height: 1.1;
}

.placements_header_left .placements_subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #777;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.placements_header_right {
  flex: 2;
  padding-left: 40px;
  border-left: 3px solid #e0c56e;
}

.placements_header_right p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.more-stories-button:hover {
  background-color: #7f2672;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.dropdown-options a:hover {
  color: #000;
  font-weight: 700;
  padding-left: 5px;
}

.name-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: #562b63;
  transition: width 0.3s ease-in-out, background-color 0.3s;
}

.school-item:hover .name-container::after {
  width: 100%;
}

.mega-submenu .mega-submenu {
  max-height: 600px;
  overflow-y: auto;
}

.mega-submenu .mega-submenu::-webkit-scrollbar {
  width: 5px;
}

.mega-submenu .mega-submenu::-webkit-scrollbar-thumb {
  background: #390c46;
}

.slider-lyt {
  position: relative;
}

.hero-content {
  position: absolute;
  left: 50%;
  /* bottom: 6rem; */
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-subtext {
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  font-style: italic;
  opacity: 0.9;
  color: white;
  padding-bottom: 30px;
}

.hero-animated-text {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: bold;
  color: #ffa500;
  position: relative;
  height: 1.2em;
  margin-top: 0.5rem;
}

.hero-animated-text .word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(-30px);
}

.hero-animated-text .word.is-active {
  animation: slideIn 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.hero-animated-text .word.is-exiting {
  animation: slideOut 0.6s cubic-bezier(0.75, 0, 0.2, 1) forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.scroll-arrow {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 1rem;
  cursor: pointer;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0.8;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(45deg) translateY(0);
    opacity: 0.8;
  }

  40% {
    transform: rotate(45deg) translateY(-15px);
    opacity: 1;
  }

  60% {
    transform: rotate(45deg) translateY(-7px);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .header {
    background: #390c46 !important;
    height: 100px;
  }

  nav.main-menu li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 15px;
    line-height: 20px;
    border-top: solid 1px #e0e0e0 !important;
    text-align: left;
    color: #390c46 !important;
    width: 340px !important;
    background-color: #fff;
  }

  .menubar-inner,
  .menubar-inner:after,
  .menubar-inner:before {
    background-color: #fff !important;
  }

  .ttm-header-style-02 .site-branding {
    position: absolute;
    top: -99px !important;
    left: 50%;
    transform: translateX(-50%);
  }

  nav.main-menu ul.menu li ul.mega-submenu li.active > a,
  nav.main-menu ul.menu li ul.mega-submenu li:hover > a {
    background-color: #fff !important;
  }

  nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
    width: 360px;
  }

  .ttm-header-style-02 nav.main-menu,
  .ttm-header-style-04 nav.main-menu {
    top: 100px;
    height: calc(100vh - 140px);
    overflow-y: auto;
    /*width: 400px;*/
    background-color: transparent;
    box-shadow: none;
    border: none;
  }

  .ttm-header-style-02 .menubar {
    right: -20px !important;
  }

  .schools-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-content {
    display: grid;
    grid-template-rows: 0fr !important;
    transition: grid-template-rows 0.4s ease-out;
  }

  .dropdown-content-inner {
    overflow: hidden;
    padding: 0;
    transition: padding 0.4s ease-out;
    background: #f7f7f7;
  }

  .schools-grid {
    gap: 30px !important;
  }

  .dgu-paste-cards-container {
    flex-direction: column !important;
    padding: 20px;
  }

  .dgu-paste-card .dgu-paste-card__description {
    display: none;
    transition: 0.4s;
  }

  .dgu-paste-is-open .dgu-paste-card__description {
    opacity: 1;
    display: block;
  }

  .placements_header {
    flex-direction: column;
    gap: 20px !important;
  }

  .placements_header_right {
    border-top: 3px solid #e0c56e;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .student-stories-content {
    flex-direction: column;
    align-items: center;
  }
}

.dgu-paste-card__description {
  opacity: 1;
  transition: 0.4s ease-in;
}

.dgu-paste-card:hover .dgu-paste-card__description {
  opacity: 1;
}

@media (min-width: 1200px) {
  .ce-placement .ttm-post-thumbnail img {
    height: 523px;
    object-fit: cover; 
width : 100% !important;
margin: auto;
  }

  .ttm-widget_header {
    margin-inline: 9rem;
    margin-top: 1rem;
  }

  .ttm-header-style-02 #site-header-menu .site-navigation ul.menu > li > a {
    padding: 19px 20px !important;
  }

  nav.main-menu ul.menu > li > a {
    /*font-size: 14px !important;*/
    font-weight: 600 !important;
  }

  .top_bar_contact_item a {
    font-size: 13px;
  }

  .menu .mega-menu-item:last-child .mega-submenu {
    right: 0 !important;
  }

  .menu .mega-menu-item:last-child ul {
    right: 0 !important;
  }

  .menu .mega-menu-item:last-child ul li ul {
    left: -100% !important;
  }

  .menu .mega-menu-item:last-child ul li ul a::before {
    transform: rotate(180deg) !important;
  }

  .cust-mx-9 {
    padding-inline: 10rem !important;
  }

  .featured-imagebox-portfolio.style2:hover
    .ttm-portfolio-box-view-overlay:before {
    opacity: 1 !important;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, left 0s 0.4s,
      top 0s 0.4s, width 0s 0.4s, height 0s 0.4s;
    left: -20px !important;
    right: -20px !important;
    top: -20px !important;
    bottom: -20px !important;
  }

  .featured-imagebox-portfolio.style2 .ttm-portfolio-box-view-overlay:before {
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
  }

  .featured-content-portfolio .featured-title h4 {
    font-size: 16px !important;
    line-height: normal !important;
  }

  .featured-imagebox-portfolio.style2 .featured-title h5 {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
  }

  .ttm-box-content-overlay small {
    font-size: 13px;
  }

  .ttm-box-content-overlay p {
    font-size: 14px;
    line-height: 20px;
    /* margin-bottom: 5px !important; */
  }

  .ttm-box-content-overlay hr {
    margin-block: 4px;
  }

  .ttm-box-content-overlay .ttm-btn.ttm-btn-size-sm {
    font-size: 12px;
    padding: 5px 20px 5px 20px;
  }

  .featured-imagebox-portfolio .ttm-box-view-overlay img,
  .featured-imagebox-portfolio .ttm-box-view-overlay:before,
  .ttm-box-view-overlay img,
  .ttm-box-view-overlay:before {
    transform: scale(1.4);
    height: 320px;
    object-fit: cover;
  }

  .featured-imagebox-portfolio.style2 .featured-content {
    margin-top: -55px !important;
    margin-left: auto !important;
    transition: all 0.4s;
    bottom: 18px;
    position: relative;
    z-index: 2;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    padding: 5px;
    background-color: transparent !important;
    margin-right: 35px;
    color: white;
    text-align: left !important;
    padding-left: 20px;
  }

  .featured-content-portfolio .featured-title h4 {
    color: #fff !important;
    font-size: 18px !important;
  }

  .featured-imagebox-portfolio.style2 {
    border-radius: 20px;
  }

  .blog-section_2 iframe.content {
    border-radius: 20px;
  }
}

.placements_section .placements_grid-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.placements_section .placements_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  transition: transform 0.5s ease-in-out, grid-template-columns 0.1s;
}

.placements_section .placements_box {
  position: relative;
  aspect-ratio: 10 / 20;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  color: white;
  transition: transform 0.4s ease-out;
  cursor: pointer;
}

.placements_section .placements_default-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.placements_section .placements_default-content h3 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.placements_section .placements_default-content p {
  font-size: 0.9rem;
  margin: 4px 0 0;
  opacity: 0.9;
}

.placements_section .placements_hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #7d2d7a;
  z-index: 1;
  opacity: 0;
  transform: scale(0.95);
  border-radius: 20px;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, left 0s 0.4s,
    top 0s 0.4s, width 0s 0.4s, height 0s 0.4s;
}

.placements_section .placements_hover-content h2,
.placements_section .placements_hover-content .placements_subtext,
.placements_section .placements_hover-content .placements_description,
.placements_section .placements_hover-content .placements_learn-more {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.placements_section .placements_hover-content h2 {
  font-size: 2rem;
  margin: 0;
  color: #fff;
}

.placements_section .placements_hover-content .placements_subtext {
  font-size: 0.9rem;
  margin: 2px 0 0 0;
  opacity: 0.8;
}

.placements_section .placements_hover-content .placements_description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 25px;
}

.placements_section .placements_hover-content .placements_learn-more {
  display: inline-block;
  margin-top: 25px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0c56e;
}

@media (min-width: 901px) {
  .placements_section .placements_box:hover {
    transform: scale(1.03);
    z-index: 20;
  }
}

.placements_section .placements_box:hover .placements_default-content {
  opacity: 0;
  transform: scale(0.95);
}

.placements_section .placements_box:hover .placements_hover-content {
  opacity: 1;
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transform: scale(1);
  left: -20.5%;
  width: 130%;
  top: -5%;
  height: 110%;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, left 0.4s ease-out,
    top 0.4s ease-out, width 0.4s ease-out, height 0.4s ease-out;
}

.placements_section .placements_box:hover .placements_hover-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.placements_section
  .placements_box:hover
  .placements_hover-content
  .placements_subtext {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.placements_section
  .placements_box:hover
  .placements_hover-content
  .placements_description {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.placements_section
  .placements_box:hover
  .placements_hover-content
  .placements_learn-more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

@media (max-width: 480px) {
  .placements_section .placements_grid-container {
    width: 85%;
  }

  .placements_section .placements_hover-content {
    padding: 20px;
  }

  .placements_section .placements_hover-content h2 {
    font-size: 1.5rem;
  }

  .placements_section .placements_hover-content .placements_description {
    font-size: 0.85rem;
    margin-top: 15px;
  }

  .placements_section .placements_hover-content .placements_learn-more {
    margin-top: 15px;
  }
}

@media (max-width: 900px) {
  .placements_section .placements_grid-container {
    width: 90%;
    padding: 0;
  }

  .placements_section .placements_grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    padding: 0;
  }

  .placements_section .placements_box {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 3 / 4;
  }

  .placements_section .placements_nav {
    display: flex !important;
  }

  .placements_section .placements_box:hover .placements_hover-content {
    opacity: 1;
    z-index: 10;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1);
    left: 0;
    width: 100%;
    top: -5%;
    height: 110%;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out,
      left 0.4s ease-out, top 0.4s ease-out, width 0.4s ease-out,
      height 0.4s ease-out;
  }
}

.placements_section .placements_arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #555;
}

.placements_section .placements_arrow {
  background-color: #002d62 !important;
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 30px;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, opacity 0.3s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placements_section .placements_nav {
  display: none;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media (max-width: 1199px) {
  .site-navigation {
    width: 100vw;
  }

  .menubar-inner {
    background-color: #fff !important;
  }

  .menubar-inner::before {
    background-color: #fff !important;
  }

  .menubar-inner::after {
    background-color: #fff !important;
  }

  nav.main-menu ul.menu li a {
    width: 100% !important;
  }

  .ttm-header-style-02 .menubar {
    right: 10px !important;
  }

  .ttm-header-style-02 .site-branding {
    top: 10px !important;
    left: 20px !important;
    transform: translateX(0) !important;
  }

  .top-quick-menu {
    display: none !important;
  }
}

.prt_floting_customsett {
  height: auto !important;
  border-radius: 10px 0 0 10px;
}

.tmtheme_fbar_icons:hover {
  background-color: #0000006e;
}

.tmtheme_fbar_icons:hover i {
  color: orange;
}

.tmtheme_fbar_icons > span {
  background: rgb(34 33 34 / 70%) !important;
  border-radius: 10px 0 0 10px;
}

.tmtheme_fbar_icons {
  height: 53px !important;
}

.is-hidden {
  display: none !important;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.item {
  position: relative;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.expand-img {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  pointer-events: none;
  transition: top 0.4s ease, left 0.4s ease, width 0.4s ease, height 0.4s ease,
    opacity 0.3s;
  opacity: 0;
  z-index: 20;
  pointer-events: none;
  will-change: top, left, width, height, opacity;
}

@media (min-width: 1280px) and (max-width: 1752px) {
  nav.main-menu ul {
    display: flex;
    gap: 10px;
  }

  .ttm-header-style-02 #site-header-menu .site-navigation ul.menu > li > a {
    padding: 19px 7px !important;
  }

  .ttm-widget_header {
    margin-inline: 2rem;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-quick-menu {
    display: none;
  }

  .ttm-header-style-02 .menubar {
    right: 30px !important;
    position: fixed;
    z-index: 999999;
    top: 40px !important;
    height: fit-content;
  }
}

@media (max-width: 1024px) {
  .placements_section .placements_box:hover .placements_hover-content,
  .placements_section .placements_box.is-active .placements_hover-content {
    opacity: 1;
    z-index: 10;
    transform: scale(1);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    box-shadow: none;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }

  .placements_section .placements_hover-content h2,
  .placements_section .placements_hover-content .placements_subtext,
  .placements_section .placements_hover-content .placements_description,
  .placements_section .placements_hover-content .placements_learn-more {
    opacity: 1;
    transform: translateY(25px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }

  .blog-section_2 iframe.content {
    padding: 1.5rem;
    border-radius: 50px;
  }
}

.gallery-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#gallery-container {
  position: relative;
  width: min(90vw, 1366px);
  height: auto;
  aspect-ratio: 4 / 2;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  overflow: hidden;
}

#gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  width: 100%;
  height: 100%;
}

.grid-item {
  position: relative;
  cursor: pointer;
  overflow: visible;
  transition: z-index 0s, opacity 0.5s ease-in-out;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

#grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-color: transparent;
  box-sizing: border-box;
}

#grid-overlay > div {
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border: none;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.grid-item.expanded {
  z-index: 10;
}

.grid-item.expanded .image-wrapper {
  opacity: 1;
  pointer-events: none;
}

/* @media (width: 320px) {
  .slider-video {
    height: 114px !important; 
  }
}

@media (max-width: 520px) {
  .banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .slider-video {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .slider-lyt {
    margin-top: 100px;
  }

  .hero-animated-text {
    font-size: clamp(12px, 8vw, 5rem);
  }
}

@media (min-width: 521px) and (max-width: 992px) {
  .slider-video {
    width: 100%;
    object-fit: cover;
    height: 280px;
  }

  .banner-slide img {
    width: 100% !important;
    height: auto !important;
  }

  .slider-lyt {
    margin-top: 100px !important;
  }
}

@media (min-width: 993px) and (max-width: 1042px) {
  .slider-video {
    width: 100%;
    object-fit: cover;
    height: 380px;
  }

  .banner-slide img {
    width: 100% !important;
    height: auto !important;
  }

  .ttm-header-style-02 .menubar {
    top: 50px !important;
  }

}

@media (min-width: 1025px) and (max-width: 1199px) {
  .slider-video {
    width: 100%;
    object-fit: cover;
    height: 450px;
  }

  .banner-slide img {
    width: 100% !important;
    height: auto !important;
  }

  .ttm-header-style-02 .menubar {
    top: 50px !important;
  }

} */

@media (min-width: 320px) and (max-width: 992px) {
  .banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .slider-video {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .slider-lyt {
    margin-top: 100px;
  }

  .hero-animated-text {
    font-size: clamp(12px, 8vw, 5rem);
  }

  .video-slider::after {
    height: 100% !important;
  }

  .hero-content {
    display: none;
  }

 
}

 @media (max-width: 1024px) {
    .img-sm {
      display: block !important;
    }
    .img-lg {
      display: none !important;
    }
 }
 
 @media (min-width: 1024px) {
    .img-sm {
      display: none !important;
    }
    .img-lg {
      display: block !important;
    }
 }

.video-slider {
  width: 100%;
}

.banner-slide {
  position: relative;
}

.banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.43);
  pointer-events: none;
}

.banner-slide {
  width: 100%;
  height: auto;
  display: block;
}

.target-video {
  width: 100%;
  object-fit: cover;
}

.cust-dropdown {
     display: none;
     transition: .4s ease;
     max-height: 550px;
}

.cust-dropdown li {
 position: static !important;
}

@media (min-width: 1024px) and (max-width: 1440px) {
   .mega-submenu-item:hover .cust-dropdown {
 width: 1170px;
 left: -532px;
}
}
@media (min-width: 1441px) and (max-width: 1920px) {
   .mega-submenu-item:hover .cust-dropdown {
 left: -582px;
 width: 1440px;
}
}

.mega-submenu-item:hover .cust-dropdown {

 background-color: #eee;
 position: absolute;
 display: block;
 border-radius: 20px;
 overflow: hidden;
 padding: 30px;
 box-shadow: 0 0 10px #424242;
}

.mega-submenu-item:hover .cust-dropdown .mega-submenu:first-child {
 display: block !important;
 opacity: 1 !important;
}


.mega-submenu-item:hover .cust-dropdown .mega-submenu:first-child {
 display: block !important;
 opacity: 1 !important;
 position: static !important;
 background: none;
 border: none;
 box-shadow: none;
}

nav.main-menu ul.menu li ul.mega-submenu .cust-dropdown li a {
 color: #000 !important;
}

@media (min-width: 1441px) {
     nav.main-menu .cust-dropdown li.mega-menu-item:hover>ul.mega-submenu {
            left: 414px !important;
     }
}

nav.main-menu .cust-dropdown li.mega-menu-item:hover>ul.mega-submenu {
 opacity: 1;
 display: block;
 visibility: visible;
 height: auto;
 border-top: 3px solid;
 position: absolute;
 left: 310px;
 background: none;
 border: none;
 box-shadow: none;
 max-height: 440px;
height: 100%;
}

.cust-dropdown li {
 border-bottom: 1px solid #c9c8c8;
}

.cust-dropdown ul li:last-child {
 border-bottom: none;
}

@media (max-width: 1024px) {
    .banner-slider {
        margin-top: 0px;
    }
}


.img-right{
float: right;
padding-left: 25px;
}

.jon-thumb {
    background: #fff;
    padding: 15px;
    border-radius:6px;
    margin-bottom: 15px;
    min-height: 68px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    border: 1px dashed #999;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    background-color: #ecedf0;
    display: flex;
    align-items: center;
}


.jon-thumb p{
    font-size: 16px;
    line-height: 20px;
}
 .jon-thumb:hover{
    background: #390c46;
    transition: 0.6s;
    border: 1px dashed #e999ff;
 }

  .jon-thumb:hover p span{
    color:#f77708;
 }
.jon-thumb:before {
    content: '';
    background: url('images/ok-icon.png');
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 9px;
}
 .jon-thumb p span{
    color: #c92039;
    font-size: 14px;
 }
.arrowLink-new{
    width: 23px;
}
.Course_Link_new{
    color: #390c46;
    text-decoration: none;
}
.Course_Link_new:hover{
    text-decoration: underline;
    color: #c92039;
}
 .jon-thumb:hover .Course_Link_new{
    text-decoration: underline;
    color:#fff;
 }

@media (max-width : 1440px) and (min-width: 1280px){
.featured-content-post.p-5{
padding : 20px !important;
}

.featured-content-post h4{
    font-size:20px!important;
}

.section-title h2.title{
font-size: 25px !important;
}
.ce-placement .ttm-post-thumbnail img {
    height: 400px;
width : 100% !important;
margin: auto;
}
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .cust-mx-9 {
    padding-inline: 6rem !important;
  }
}