/*

Theme Name: Tinto

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */
#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}

a {
  color: #24408E;
}

b, p strong, strong {
  font-weight: 600;
}
.text-primary{
  color: #5FBB36;
}
p:last-child{
  margin-bottom: 0;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

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

header.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  background: #fff !important;
}

header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 180px !important;
}

header.menu-fixed .menu-fix > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu > li.current-menu-item > a {
  font-weight: 600 !important;
}

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 220px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #fff !important;
/*  overflow: hidden;*/
}

header .elementor-nav-menu > li > a:after {
  bottom: 6px !important;
  width: 35px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border-radius: 100px;
}


header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 9px;
  fill: transparent !important;
  position: relative;
  top: 1px;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
.img-animation{
  animation: scaleUp 10s linear forwards;
}
/*banner subpage*/
.service-home-left {
    padding-left: calc((100vw - 1250px) / 2) !important;
}

.service-home-right {
    padding-right: calc((100vw - 1250px) / 2) !important;
}

.address-contact .elementor-icon-list-text > span{
  display: block !important;
  color: #00A956;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.accordion-course .e-n-accordion-item-title{
  position: relative;
  padding-left: 30px;
}

.accordion-course .e-n-accordion-item-title:before{
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  background: url('assets/images/tick.svg') no-repeat left center;
  width: 20px;
  height: 20px;
}
.circle-day .elementor-heading-title{
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #00A956;
}
.table-fees table{
  border: 1px solid #00A956;
  border-radius: 10px;
  overflow: hidden;
}
.table-fees tr td{
    background: #fff !important;
    font-size: 18px;
}
.table-fees tr th{
  padding-left: 30px;
}

.table-fees tr td{
  border-bottom: 1px solid #00A956 !important;
  border-right: 1px solid #00A956 !important;
}
.form-course .elementor-field-option label{
  text-transform: capitalize !important;
}
.form-course .elementor-field-group {
  align-content: flex-start !important;
    align-items: flex-start !important;
}
.form-course .elementor-field-type-html{
   margin-top: -20px !important;
   margin-bottom: 15px !important; 
}
.form-course .elementor-field-group select,
.form-course .elementor-field-group textarea,
.form-course .elementor-field-group input{
  padding-left:  0 !important;
}
.img-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 245%;
  background-position: 50% 50%;
  background-size: cover;
}
.img-cover img{
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.timetable-fee {

}

/*Table*/
  .tablepress tbody{
    border: 1px solid #D6EDE6 !important;
  }
  .tablepress tr:nth-child(even) td {
    background: #E9F7ED !important;
  }
  .tablepress>:where(thead,tfoot)>*>th{
    background-color: #00A956 !important;
    color: #fff !important;
  }

  table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
    border-block-start: none !important;
  }

  thead .row-1 .column-1{
    border-radius: 10px 0 0 0;
  }

  thead .row-1 .column-3{
    border-radius: 0 10px 0 0;
  }

  thead .row-1 th{
    padding: 20px !important;
  }

  tbody tr td{
    font-size: 16px !important;
    padding: 20px !important;
    border: 0 !important;
    vertical-align: middle !important;
    background: #fff !important;
  }

/*Table*/

.menu-course-scroll.elementor-sticky--active {
  box-shadow: 1px 1px 16px #00000012;
}
.admin-bar .menu-course-scroll.elementor-sticky--active{
  top: 64px !important;
}

.menu-course-top .elementor-icon-list-items li .elementor-icon-list-text{
  padding-left: 0 !important;
}
.menu-course-top .elementor-icon-list-items .elementor-icon-list-icon svg{
  margin-right: 0;
}


.menu-course-top .elementor-icon-list-items li:last-child .elementor-icon-list-text{
  font-weight: 600 !important;
  color: #00A956 !important;
}
:target {
    scroll-margin-top: 170px;
}

#form-field-courseDate{
  padding-left: 5px !important;
}


@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* or 1.2 if you want */
  }
}

@media only screen and (min-width: 1200px) {
  .des-testimonial {
    min-height: 145px;
}
  ul li.li-contact{
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }

}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }
  
}
@media only screen and (min-width: 768px) {
  .bd-left:before{
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    border-left: 1px dashed #BCBCBC;
  }
  .bd-left1:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    border-left: 1px dashed #BCBCBC;
    height: 100%;
  }
  .menu-course-top .elementor-icon-list-items li,
  .menu-course-top .elementor-icon-list-items li > a{
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .menu-course-top .elementor-icon-list-items li:last-child{
    border-radius: 10px;
    border: 1px solid #00A956;
    background: #EDF6EE;
    padding: 14px 12px 5px;
    gap: 3px;
  }
  .tab-curriculum .e-n-tabs{
    flex-direction: row !important;
  }
  .tab-curriculum .e-n-tabs .e-n-tabs-heading{
    flex-direction: column !important;
  }

.tab-curriculum .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
  position: relative;
}
.tab-curriculum .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before{
  position: absolute;
  top: 55%;
  right: -10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid #00A956;
  border-top: 10px solid transparent;
  rotate: 315deg;
  opacity: 0;
}
.tab-curriculum .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:before,
.tab-curriculum .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before{
  opacity: 1;
}
.bg-mobile{
  background: transparent !important;
}
}

@media only screen and (max-width: 767px) {
  :target {
    scroll-margin-top: 180px;
  }
  header.menu-fixed .elementor-widget-image img{
    width: 160px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }
 .circle-day .elementor-heading-title {
    width: 120px;
    height: 120px;
  }
/*.table-fees,
.timetable-fee .elementor-shortcode{
  -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}*/
  .menu-course-top .elementor-icon-list-items,
  .menu-course-top .elementor-icon-list-items li > a{
    justify-content: flex-start !important;
  }
  .menu-course-top .elementor-icon-list-items li > a{
    gap: 5px;
  }
  .menu-course-top .elementor-icon-list-items li{
    padding: 7px 10px !important;
    width: calc(100% / 3) !important;
  }
  .menu-course-top .elementor-icon-list-items li{
    position: relative;
  }
  .menu-course-top .elementor-icon-list-items li:before{
    position: absolute;
    content: '';
    left: 10px;
    width: 85%;
    bottom: 0;
    border-bottom: 1px dashed #CDCDCD;
  }
  .menu-course-top .elementor-icon-list-items li:after{
    position: absolute;
    content: '';
    right: -10px !important;
    height: 85%;
    bottom: 0;
    border: 0 !important;
    border-right: 1px dashed #CDCDCD !important;
  }
  .menu-course-top .elementor-icon-list-items li:nth-child(7):before,
  .menu-course-top .elementor-icon-list-items li:nth-child(8):before,
  .menu-course-top .elementor-icon-list-items li:nth-child(9):before,
  .menu-course-top .elementor-icon-list-items li:nth-child(3n+3):after{
    display: none;
  }
  .tablepress tbody tr td {
    font-size: 14px !important;
    padding: 10px 10px !important;
    background: #fff !important;
  }
  .tablepress tr:nth-child(even) td{
    background: #fff !important;
  }
  .tablepress tbody{
    border: 0 !important;
    border-left: 1px solid #D6EDE6 !important;
    border-right: 1px solid #D6EDE6 !important;
    border-bottom: 1px solid #D6EDE6 !important;
  }
   .tablepress {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .tablepress thead {
    display: none;
  }

  .tablepress tbody,
  .tablepress tr,
  .tablepress td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .tablepress td {
    padding: 10px;
    position: relative;
    border: none;
    border:0;
  }
   .tablepress tr{
    margin-bottom: 15px;
    border-bottom: 1px dashed #004C45;
   }
   .tablepress tr:last-child{
    margin-bottom: 0;
    border-bottom: 0;
   }
  .tablepress td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #000;
    left: -10px;
    position: relative;
    background: #EDF6EE;
    padding: 10px;
    width: 106%;
    top: -8px;
    font-size: 16px;
  }
}
