
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #0eb582;
  transition: all 0.2s ease-in-out;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header{
  background-image: url(../images/banner.jpeg);
  min-height: 120vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
header::before {
  content: "";
  position: absolute;
  top: 54px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-2{
  background: transparent !important;
  min-height: 100% !important;
  background: #171717 !important;
  overflow: initial;
}
.header-2:after{
  content: none !important;
}
.top-bar {
    background-color: #1e2f50;
    padding: 15px 0;
}
.hasSticky .top-bar{
  display: none;
}
.hasSticky .nav-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #171717;
    z-index: 10;
}
.contact {
    display: flex;
    float: left;
}
.login{
    float:right;
}
.phone {
  padding-right: 1rem;
  border-right: 1px solid gray;
}
.phone a,
.email a,
.login a {
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.login p {
  color: white;
}
.email {
  padding-left: 1rem;
}
.nav-bar {
    position: relative;
    padding: 1.56rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    float:left;
}
.nav-links{
    float:right;
}
.logo a img {
  display: block;
  max-width: 200px;
}
.category-btn {
  margin: 0.19rem 1.7rem;
  background-color: #0eb582;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 15px 0 46px;
  border: none;
  position: relative;
}
.category-btn:before {
  content: "\f00b";
  position: absolute;
  top: 0;
  left: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 40px;
  color: #fff;
}
.categories-dropdown {
  position: absolute;
  top: 75%;
  left: 18%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 11;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  padding: 0.5rem 1rem;
}

.categories:hover .categories-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.4s ease-in;
}
.categories-dropdown ul li a:hover {
  color: #0eb582;
  transition: all 0.2s ease-in;
}
.search {
  border: 1px solid #dedfe2;
  width: 220px;
  margin: 3px 1.7rem 3px 0;
  color: white;
}
.search input {
  width: calc(100% - 30px);
  background-color: transparent;
  box-shadow: 0 0 0 0 #fff;
  height: 38px;
  padding: 0 20px;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  border: none;
}
.search input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.search-btn {
  border: none;
  position: relative;
}
.search input[type="text"]:focus {
  outline: none;
}
.search-btn:before {
  content: "\f002";
  position: absolute;
  bottom: -10px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
.sub-links1 ul li,
.nav-links ul li {
  display: inline-block;
  padding: 0px 10px;
}
.nav-links ul li:last-of-type{
    padding-right:0;
}
.sub-links1 ul li a,
.nav-links a,
.categories-dropdown a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: -0.14px;
  color: #fff;
  display: block;
}
.sub-links1 li {
    display: block !important;
}
.sub-links1 li a{
  display: block !important;
}
.sub-links{
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  min-width: 230px;
  box-shadow: 0 5px 10px 10 rgba(0, 0, 0, 0.2);
  border: none;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 6px;
  top: 75%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 999;
}
.courses-link{
  position: relative;
}
.sub-links1 {
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    width: 100%;
    box-shadow: 0 5px 10px 10 rgba(0, 0, 0, 0.2);
    border: none;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 6px;
    right: 0;
    top: auto;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 999;
    left: 210px;
    margin-top: -30px;
}
.courses-link1:hover .sub-links1{
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.4s ease !important;
  transform: translateY(0px) !important;
}
.courses-link1 li,
.courses-link1 a{
  position: relative !important;
}
.courses-link1 a i {
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    right: 5px;
    top: 16px;
}
.sub-links li a,
.categories-dropdown li a {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  font-size: 12px;
}
.sub-links li a:hover {
  color: #0eb582;
}
.about-link:hover .sub-links,
.courses-link:hover .sub-links,
.projects-link:hover .sub-links,
.services-link:hover .sub-links {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.custom-container {
  position: relative;
  padding: 0 1rem;
}
.main-content {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.main-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
  padding-bottom: 25px;
}
.main-content p {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 30px;
}
.main-btn {
  display: inline-block;
  background-color: #fff;
  color: #02863a;
  padding: 18px 30px 15px 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 35px;
  position: relative;
  transition: background ease-in-out 0.8s;
}
.main-btn:hover {
  color: #fff;
  background-color: #02863a;
  border-color: #02863a;
  transition: border-color ease-in-out 0.4s;
}
.main-btn:hover::before {
  color: #fff;
}
.main-btn:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #02863a;
  top: 16px;
  left: 30px;
}
.first-btn:before {
  content: "\f590";
}
.first-btn {
  margin-right: 2rem;
}
.second-btn:before {
  content: "\f5d2";
}
.about-us {
  padding: 80px 15px 50px;
  display: flex;
  justify-content: space-between;
}
.about-text {
  width: 50%;
}
.about-text h1 {
  color: #333;
  padding: 0 0 10px 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
}
.about-text p {
  border-left: 1px solid #02863a;
  padding-left: 15px;
  color: #555;
  line-height: 26px;
  padding-bottom: 0;
}
.about-text a {
  line-height: 26px;
  color: #02863a;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-text a:hover {
  color: #333;
}
.about-cards {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-card {
  border: 2px solid #93d8c3;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  margin: 15px;
  width: 100%;
  max-width: 215px;
  background-color: #f0fdfa;
  cursor: pointer;
  transition: all ease-in-out 0.6s;
}
.about-card:hover {
  border-color: #fff;
}
.about-card h4 {
  color: #0eb582;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
}
.about-card h6 {
  color: #02863a;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 0;
}
.departments-section {
  padding: 2.5rem 0;
}
.section-title {
  text-align: center;
  color: #333;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 55px;
  position: relative;
}
.section-title:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #02863a;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35px;
}
.department-cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.department-card {
  width: 25%;
  padding: 1rem 1rem;
}
.card-content {
  border: 2px solid #e8e8e8;
  border-radius: 15px;
  padding: 40px 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all ease-in-out 0.4s;
}
.card-content:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #1e2f50;
  border-radius: 10px;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  transform: scale(0);
  transition: transform ease-in-out 0.4s;
}
.card-content img {
  display: block;
  margin: 0 auto 25px;
  max-width: 100px;
  transition: transform ease-in-out 0.4s;
}
.card-content h4 {
  font-size: 22px;
  line-height: 25px;
  color: #333;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 50px;
}
.card-content:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/dots.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  transform: scale(0);
  transition: transform ease-in-out 0.4s;
}
.card-content:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.card-content:hover img {
  transform: scale(0.9);
}
.card-content:hover::before {
  transform: scale(1);
}
.card-content:hover::after {
  transform: scale(1);
}
.featured-section {
  background-image: url(../images/featured.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 150px 0;
  margin-bottom: 60px;
}
.featured-content .section-title {
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.featured-cards {
  display: flex;
  flex-wrap: wrap;
}
.featured-card {
  padding: 5px 15px;
  width: 33.33%;
}
.featured-card-content {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.featured-card-content img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #0eb582;
  height:250px;
}
.featured-card-content h2 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.24px;
  color: #333;
  padding-bottom: 0;
  min-height: 60px;
}
.caption {
  padding: 40px 35px;
}
.featured-card-content .caption h2 {
  min-height: unset;
}
.featured-card-content .over-cap {
  position: absolute;
  background-color: #0eb582;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.featured-card-content:hover .over-cap {
  opacity: 1;
}
.featured-card-content:hover .top-cont {
  transform: translateY(20px);
}
.featured-card-content:hover .cour-prices {
  bottom: -30px;
}
.featured-card-content .over-cap .top-cont {
  padding: 40px 35px 30px;
  background-image: url(../images/featured-hover-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.5s;
}
.top-cont h2 {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.featured-card-content ul {
  padding-top: 15px;
}
.featured-card-content ul li.num-clas {
  margin-right: 60px;
}
.featured-card-content ul li.num-clas:before {
  content: "\f15c";
  line-height: 26px;
}
.featured-card-content ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-card-content ul li.cou-dur:before {
  content: "\f15c";
}
.clearfix {
  display: flex;
}
.clearfix .num-clas,
.cou-dur {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.cour-prices {
  background-image: url(../images/featured-hover-bottom.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 160px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: bottom ease-in-out 0.5s;
}
.sin-cour-price {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  line-height: 75px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #1e2f50;
  display: inline-block;
  width: 75px;
  border-radius: 50%;
  padding-bottom: 0;
  text-align: center;
}
.student-section {
  padding: 60px 0;
}
.title-left {
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title-left .section-title:before {
  margin: 0;
}
.item {
  padding: 0 5px;
}
.carousel-container {
  width: 100%;
  padding: 0 1rem;
}
.carousel-container .owl-carousel-one .item {
  width: 100%;
  height: 230px;
}
iframe {
  width: 101%;
  /*height: 100%;*/
  border: 2px solid #0eb582;
}
.owl-pagination .owl-page span {
  background-color: white;
}
.owl-pagination .owl-page .active span {
  background-color: #0eb582 !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: white;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #0eb582;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0eb582;
}
.partner-section {
  padding: 20px 0 40px;
}
.partner-logo img {
  max-height: 90px;
  object-fit: cover;
  width: auto !important;
  margin: auto;
}
.news-section {
  padding: 115px 0;
  background-image: url(../images/news-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-date {
  font-size: 14px;
  line-height: 26px;
  color: #555;
  padding: 0 15px;
  letter-spacing: -0.14px;
  position: relative;
  margin-bottom: 8px;
}
.news-date:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0eb582;
  line-height: 26px;
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 2px;
}
.news-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: -0.24px;
  padding: 0 0 20px 0;
  color: #222;
  min-height: 80px;
}
.news-link {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  transition: margin-left ease-in-out 0.4s;
}
.news-link:before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.news-link:hover::before {
  color: #0eb582;
}
.news-link:hover {
  margin-left: 20px;
}
.item .card {
  height: 450px;
  border-radius: 15px;
}
.item .card img {
  border-radius: 15px 15px 0 0;
  height: 100%;
  width: 100%;
}
.newsletter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0eb582;
  background-image: url(../images/newsletter_bg.png);
  background-size: cover;
  background-position: left center;
  max-width: 85%;
  margin: -60px auto 0;
  border-radius: 15px;
  padding: 50px;
  position: relative;
}
.newsletter-left,
.newsletter-right {
  width: 50%;
}
.newsletter-left h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.42px;
  padding-bottom: 0;
}
.newsletter-link {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #1e2f50;
  padding: 20px 35px;
  border-radius: 50px;
  text-align: center;
  margin: 10px auto;
  max-width: 320px;
  transition: background-color ease-in-out 0.5s;
  font-weight: 700;
}
.newsletter-link:hover {
  color: #1e2f50;
  background-color: #fff;
}
.big-footer {
    background-color: #1e2f50;
    padding: 100px 0 50px;
    margin-top: 0;
}
.big-footer-container {
  display: flex;
}
.col-4 {
  width: 33.33%;
}
.col-2 {
  width: 16.67%;
}
.col-3 {
  width: 25%;
}
.col-3 {
  width: 25%;
}
.big-footer ul.tws-social {
  display: flex;
  padding: 2rem 0;
}
.tws-social li {
  padding-left: 30px;
}
.big-footer ul.tws-social li a {
  line-height: 40px;
  font-size: 16px;
  color: #a5b7d9;
  width: 40px;
  display: block;
  border: 1px solid #a5b7d9;
  border-radius: 50%;
  text-align: center;
}
.big-footer ul.tws-social li a:hover,
.widget_nav_menu ul li a:hover,
.icon-text-block a:hover {
  color: #0eb582;
}
.certification {
  margin: 20px 0 0 0;
}
.certification img {
  max-height: 80px;
  margin: 0 15px;
}
h4.widget-title {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.18px;
  padding-bottom: 30px;
}
.widget_nav_menu ul li {
  padding-left: 30px;
  position: relative;
}
.widget_nav_menu ul li:before {
  content: "\f141";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
  font-size: 16px;
  color: #a5b7d9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.widget_nav_menu ul li a {
  line-height: 36px;
  font-size: 16px;
  color: #a5b7d9;
}
h4.widget-title {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.18px;
  padding-bottom: 30px;
}
.icon-text-block {
  margin-bottom: 20px;
}

.icon-text-block .icon-block {
  width: 20%;
}
.icon-text-block i {
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  background: #0eb582;
}
.icon-text-block p {
  padding-bottom: 0;
  font-size: 16px;
  color: #a5b7d9;
}
.icon-text-block a {
  font-size: 16px;
  color: #a5b7d9;
  display: block;
  line-height: 30px;
}
.icon-text-block .content {
  width: 80%;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.icon-text-block {
  margin-bottom: 20px;
}
.icon-text-block:last-child {
  margin-bottom: 0;
}
.col-5 {
  width: 41.67%;
}
.col-7 {
  width: 58.33%;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.copyright p {
  padding-bottom: 0;
  line-height: 40px;
  font-size: 16px;
  color: #1e2f50;
}
.pay-meth {
  position: relative;
  text-align: right;
}
.pay-meth:before {
  content: "We Accept";
  font-size: 15px;
  color: #1e2f50;
  font-weight: 700;
  padding-right: 15px;
  position: relative;
  top: -10px;
}
.pay-meth li {
  display: inline-block;
  padding: 0 5px;
}
.pay-meth li img {
  display: block;
  max-height: 25px;
  margin: 5px 0 6px;
  cursor: pointer;
}

/*
--------------------
 Tainer Css
--------------------
*/
.cy-tainer-dtls-sec-wrp{
  padding: 50px 0;
  background: #ddd;
}
.cy-tainer-dtls-lft{
  background: #fff;
  padding: 30px 30px;
  border-radius: 5px;
}
.cy-tainer-dtls-img{
  position: relative;
}
.cy-tainer-dtls-img img{
  width: 100%;
}
.cy-tainer-dtls-title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 15px 15px;
  background: #0eb582;
}
.cy-tainer-info ul li {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid#ddd;
}
.cy-tainer-info ul li a{
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
}
.cy-tainer-socail ul{
  text-align: center;
  padding-top: 20px;
}
.cy-tainer-socail ul li{
  display: inline-block;
  vertical-align: baseline;
  padding: 0 5px;
}
.cy-tainer-socail ul li a {
    display: inline-block;
    vertical-align: baseline;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 2px dotted#0eb582;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #0eb582;
    border-radius: 30px;
}
.cy-tainer-dsc-wrp{
  background: #fff;
  padding: 30px 30px;
}
.cy-tainer-dsc-wrp h3{
  margin-bottom: 15px;
}
.cy-tainer-dsc-wrp p{
  margin-bottom: 30px;
}

/*
--------------
 Founder Css
--------------
*/
.cby-founder-sec-wrp{
  padding: 50px 0;
  background: #ddd;
}
.cby-founder-tp-img{
  background: #fff;
  padding: 20px 20px;
  border: 2px solid#0eb582;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cby-founder-tp-img img{
  width: 100%;
}
.cby-founder-tp-dsc p{
  margin-bottom: 30px;
  text-align: justify;
}
.cby-founder-grid-img{
  background: #fff;
  padding: 15px 15px;
  border: 2px solid#0eb582;
}
.cby-founder-grid-img img{
  width: 100%;
}
.cby-founder-grid{
    padding: 40px 15px;
    background: #fff;
    margin-bottom: 30px;
}
.cby-founder-grid strong{
  display: inline-block;
  vertical-align: baseline;
  padding-bottom: 20px;
}
.cby-founder-grid p{
  text-align: justify;
}
.cby-mision-vision-head{
  text-align: center;
}
.cby-mision-vision-head h2{
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid#0eb582;
  display: inline-block;
  vertical-align: baseline;
}
.cby-mision-vision-lft-dec{
  padding-right:15px;
}
.cby-mision-vision-rgt-dec{
  padding-left: 15px;
}
.cby-mision-vision-lft-dec p{
  text-align: justify;
}

/*
----------------
 Tainer List
----------------
*/
.cyb-trainer-list-sec-wrp{
  padding: 70px 0 50px;
}
.cyb-trainer-list-wrp ul li{
  float: left;
  width: 25%;
  padding: 0 15px 20px;
}
.cyb-trainer-list-grid {
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 10px;
}
.cyb-trainer-list-img{
    width: 150px;
    height: 150px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    padding-bottom: 20px;
}
.cyb-trainer-list-img img {
    width: 100%;
    height: 150px;
    border-radius: 100% 100%;
    border: 2px solid#ddd;
}
.cyb-trainer-list-dsc h4 {
    font-size: 20px;
    line-height: 1;
    color: #0eb582;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cyb-trainer-list-dsc a{
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.cyb-trainer-list-dsc span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

/*
-------------------
 Contact Css
-------------------
*/
/*
------------------------
ht-contact-form-sec-wrp
------------------------
*/
.ht-contact-form-sec-wrp {
    padding: 70px 0 100px;
}
.ht-contact-form-dsc-innr{
  border-bottom: 1px solid#ddd;
}
.ht-contact-form-dsc{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px 30px;
}
.ht-contact-form-dsc h2{
  margin-bottom: 10px;
  text-transform: capitalize;
}
.ht-contact-form-cntlr{
  padding-top: 30px;
}
.ht-contact-form-lft{
  float: left;
  width: 65%;
  padding-right: 20px;
}
.ht-contact-form-field{
  margin-bottom: 20px;
}
.ht-contact-form-textarea label,
.ht-contact-form-field label{
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #334e6f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ht-contact-form-textarea textarea,
.ht-contact-form-field input[type="email"],
.ht-contact-form-field input[type="text"]{
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 1;
  color: #334e6f;
  font-weight: 400;
  border:1px solid#ddd;
  padding: 10px 15px;
}
.ht-contact-form-textarea textarea{
  height: 200px;
  resize: none;
  padding-top: 20px;
}
.ht-contact-form-btn button{
  max-width: 200px;
  width: 100%;
  height: 45px;
  background: #1e2f50;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  border:2px solid#1e2f50;
  cursor: pointer;
  border-radius: 50px;
}
.ht-contact-form-btn button:hover{
  background: transparent;
  color: #1e2f50;
}
.ht-contact-form-textarea textarea:focus,
.ht-contact-form-field input[type="email"]:focus,
.ht-contact-form-field input[type="text"]:focus{
  border-color:#1e2f50;
}

/*
-------------------
ht-contact-form-rgt
-------------------
*/
.ht-contact-form-rgt {
    float: right;
    width: 35%;
    padding-left: 20px;
    padding-top: 25px;
}
.ht-contact-info-item{
  padding: 20px 20px;
  position: relative;
  background: #fff;
  border: 1px solid#ddd;
  padding-left: 70px;
  margin-bottom: 20px;
}
.ht-contact-info-icon{
  position: absolute;
  left: 20px;
  top: 20px;
}
.ht-contact-info-icon i{
  display: inline-block;
  vertical-align: baseline;
}
.ht-contact-info-dsc strong{
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #334e6f;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ht-contact-info-dsc a{
  display:block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  color: #334e6f;
  font-weight: 400;
}
.ht-contact-info-dsc a:hover{
  color:#0eb582;
}

/*page-bnr*/
.page-bnr-cntlr{
  position: relative;
}
.page-bnr-cntlr-inr{
  position: relative;
  overflow: hidden;
}
.page-banner{
  height: 250px;
}
.page-banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-banner-title-cntlr{
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 50px 50px;
}
.banner-title{
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.bnr-breadcum{
  max-width: 660px;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.25);
  padding: 18px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.bnr-breadcum > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr-breadcum > ul > li{
  padding: 0 20px;
  position: relative;
}
.bnr-breadcum > ul > li:after{
    content: "\f104";
    position: absolute;
    right: -4px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: inherit;
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
}
.bnr-breadcum > ul > li:last-child:after{
  content: none;
}
.bnr-breadcum > ul > li > a{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.bnr-breadcum > ul > li > a:hover{
  color: #d80100;
}

/*
-------------------
 Cource Details
-------------------
*/
.cy-cource-dtls-sec-wrp{
  padding: 70px 0 120px;
}
.cy-cource-dtls-wrp {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ddd;
    padding: 10px 10px;
}
.cy-cource-dtls-img{
  
}
.cy-cource-dtls-img img{
  width: 100%;
}
.cy-cource-dtls-dsc{
  padding: 20px 20px;
}
.cy-cource-dtls-dsc h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid#ddd;
    padding-bottom: 15px;
}
.cy-cource-dtls-dsc span {
    display: block;
    border-bottom: 1px solid#ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cy-cource-dtls-dsc strong {
    display: block;
    padding-bottom: 10px;
    line-height: 1;
}
.cy-cource-dtls-dsc ul li{
  padding-bottom: 10px;
}
.cy-cource-dtls-dsc ul {
    padding-bottom: 10px;
    border-bottom: 1px solid#ddd;
    margin-bottom: 10px;
}
.cy-cource-dtls-dsc ul li i{
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.cy-cource-dtls-dsc p{
  margin-bottom: 10px;
}
.cy-cource-dtls-dsc p {
    margin-bottom: 10px;
    text-align: justify;
}
.cy-cource-dtls-dsc-1{
  border: 1px solid#ddd;
}
/*
------------------
 About Css
------------------
*/

.cy-about-sec-wrp{
  padding: 70px 0 100px;
}
.cy-about-img{
  padding: 10px 10px;
  background: #fff;
  border: 1px solid#ddd;
}
.cy-about-img img{
  width: 100%;
}
.cy-about-dsc h2 {
    margin-bottom: 20px;
    font-size: 35px;
}
.cy-about-dsc p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}
.cy-about-dsc ul li{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 10px;
}
.cy-about-dsc ul li i{
  color: #0eb582;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.cy-about-dsc a{
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #0eb582;
  padding: 10px 20px;
  border: 2px solid#0eb582;
  margin-top: 10px;
}
.cy-about-dsc a:hover{
  background: transparent;
  color:#0eb582;
}
/*
------------------
 Responsive Css
------------------
*/
@media(max-width: 1499px){

}

@media(max-width: 1399px){

}

@media(max-width: 1299px){

}

@media(max-width: 1199px){
  .ht-contact-info-dsc a br{
    display: none;
  }
  #googlemap {
      height: 650px;
  }
  

}

@media(max-width: 991px){
  .ht-contact-form-rgt {
      width: 37%;
      padding-left: 10px;
  }
  .ht-contact-form-lft {
      width: 63%;
      padding-right: 10px;
  }
  .ht-contact-info-item {
      padding: 20px 10px;
      padding-left: 65px;
  }
  #googlemap {
      height: 600px;
  }
    
}

@media(max-width: 767px){
  .ht-contact-form-sec-wrp {
      padding: 35px 0;
  }
  .ht-contact-form-rgt {
      width: 100%;
      padding-left: 0;
  }
  .ht-contact-form-lft {
      width: 100%;
      padding-right: 0;
  }
  #googlemap {
      height: 550px;
  }
  

  
}

@media(max-width: 575px){
  .ht-contact-form-textarea label,
  .ht-contact-form-field label{
    font-size: 16px;
  }
  .ht-contact-form-textarea textarea{
    height: 150px;
  }
  .ht-contact-form-btn button {
      max-width: 180px;
      width: 100%;
      height: 45px;
      font-size: 16px;
  }
  #googlemap {
      height: 500px;
  }
  .ht-contact-form-textarea textarea,
  .ht-contact-form-field input[type="email"],
  .ht-contact-form-field input[type="text"]{
    font-size: 14px;
  }
  .ht-contact-form-dsc {
      padding: 0 10px 20px;
  }
    

}

@media(max-width: 479px){
  #googlemap {
      height: 400px;
  }
  .ht-contact-info-icon{
    left: 10px;
  }
  .ht-contact-info-item {
      padding-left: 50px;
  }
  .ht-contact-info-dsc strong{
    padding-bottom: 5px;
  }

}

@media(max-width: 359px){
  #googlemap {
      height: 350px;
  }
}

