/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/* top logo section */
.top-info {
  margin-bottom: 20px;
  text-align: center;
}
.top-info i {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00c1c1;
}
.top-info p {
  color: #000;
}
.cont {
  /* content: "\f095"; */
  background-color: #00c1c1;
  color: #fff;
  padding: 5px;
}

/* nav logos */
#sailogo {
  height: 150px;
  width: 150px;
  margin-left: -25px;
  margin-top: -10px;
}
@media (max-width: 780px) {
  #sailogo {
    height: 150px;
    width: 150px;
    margin-left: -25px;
    margin-top: 0px;
  }
}

#sailogo1 {
  height: 200px;
  width: 300px;
  margin-top: -30px;
}
@media (max-width: 780px) {
  #sailogo1 {
    height: 200px;
    width: 300px;
    margin-top: -5px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background-color: #00c1c1;
}
@media (max-width: 780px) {
  #header {
    box-shadow: none;
    z-index: 997;
    background-color: transparent;
  }
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  background: #00c1c1;
}
@media (max-width: 780px) {
  #header.header-scrolled {
    box-shadow: none;
    background: none;
  }
}
#header .logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  /* max-height: 100px; */
  height: 15%;
  width: 15%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0px;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  margin-top: -10px;
  display: block;
  position: relative;
  color: white;
  padding: 8px 0 12px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  height: 3px;
  font-weight: bold;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: black;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 30px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: black;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #222222;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #3498db;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 35px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 33px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin-top: 1%;
}

.mobile-nav-toggle i {
  color: black;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: white;
}

#logo {
  height: 200px;
  width: 50px;
}
#carousel {
  padding: 0%;
  margin: 0%;
  z-index: 0;
  margin-top: 3%;
}
@media (max-width: 780px) {
  #carousel {
    height: 60%;
    padding: 0%;
    margin-top: 0%;
  }
}

#carousel-img {
  height: 400px;
  width: 100%;
}
@media (max-width: 780px) {
  #carousel-img {
    height: 200px;
    width: 100%;
  }
}

#nav-us {
  margin-left: 30%;
}

@media (max-width: 780px) {
  #nav-us {
    margin-left: 0%;
  }
}
#nav-place {
  margin-left: 70%;
}
@media (max-width: 780px) {
  #nav-place {
    margin-left: 0%;
  }
}

#gal {
  margin-left: 250%;
}
@media (max-width: 780px) {
  #gal {
    margin-left: 0%;
  }
}

/* news Feed */
.index_course_scrolling {
  border: 2px solid #bedbeb;
}
.index_course_scrolling_heading {
  background: #bedbeb;
}
.index_course_scrolling h4 {
  color: #000;
  font-weight: 600;
}
.index_course_scrolling .panel {
  margin-bottom: 0 !important;
}
.index_marquee {
  width: 100%;
  color: red;
  font-weight: 600;
  padding-top: 10px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#main-text {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: black;
}
@media (max-width: 780px) {
  #main-text {
    margin-top: -15%;
  }
}
#sec-text {
  color: #484848;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
}

#get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}

#get-started:hover {
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#services-title {
  margin-top: -3%;
}

@media (max-width: 780px) {
  #services-title {
    margin-top: -15%;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}
/* 
.section-title h2::before, .section-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
} */

/* OPPORTUNITIES title*/
#career-title {
  text-align: center;
  padding-bottom: 30px;
}

#career-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

#career-title::before,
#career-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

#career-title::before {
  margin: 0 15px 10px 0;
}

#career-title::after {
  margin: 0 0 10px 15px;
}

#career-title p {
  margin: 15px 0 0 0;
}

/* OPPORTUNITIES title media query*/
@media (max-width: 780px) {
  #career-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
  }
  #career-title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #3498db;
    display: inline-block;
  }
  #career-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #3498db;
    display: inline-block;
  }

  #career-title::before {
    margin: 0px 20px 10px 0;
    margin-left: -5%;
  }

  #career-title::after {
    margin: 0 -20px 10px 20px;
  }

  #career-title p {
    margin: 15px 0 0 0;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
img {
  height: 200px;
  width: 100%;
}

.item {
  padding-left: 5px;
  padding-right: 5px;
}
.item-card {
  transition: 0.5s;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.item-card-title {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
}
.item-card-title i {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
}
.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.card-text {
  min-height: 280px;
  font-size: 16px;
  padding: 5%;
}

.card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.section-title1 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title1 h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}
@media (max-width: 667px) {
  .section-title1 h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
  }
}

/* .section-title1 h2::before, .section-title1 h2::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}
@media (max-width: 667px) {
  .section-title1 h2::before, .section-title1 h2::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #3498db;
    display: inline-block;
  }
}

.section-title1 h2::before {
  margin: 0 15px 10px 0;
}
@media (max-width: 667px) {
  .section-title1 h2::before {
    margin: 0 15px 8px 0;
  }
}

.section-title1 h2::after {
  margin: 0 0 10px 15px;
}
@media (max-width: 667px) {
  .section-title1 h2::after {
    margin: 0 0 8px 15px;
  }
} */

.section-title1 p {
  margin: 15px 0 0 0;
}

.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: black;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/* #com-img
{
  height:500px;
  width:1200px;
} 

@media (max-width: 667px) {
  #com-img
  {
    height:250px;
  }
} */

#pro-text {
  margin-top: -20px;
}

@media (max-width: 667px) {
  #pro-text {
    margin-top: -20px;
  }
}

.card-body1 {
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  font-size: 16px;
  font-family: open sans;
  text-align: justify;
}

/* completed projects */

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}
#dw_btn {
  text-decoration: none;
  color: #fff;
}

/* Patner Section */

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/* compnay logos */
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

#clients {
  padding: 60px 0;
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
}
/* course section */
#category {
  color: #595959;
  font-weight: 700;
  font-size: 18px;
  margin: 12px 0;
  letter-spacing: 0;
}
#main-id {
  list-style: none;
  padding: 0%;
  margin: 0%;
}
#sub {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  padding: 6px 0;
  background: #00c1c1;
}

.conte {
  background-image: url(images/widget_arrow_right.png);
  background-repeat: no-repeat;
  background-position: -3px center;
  padding-left: 9px;
  text-decoration: none;
  border-left: 2px;
  border-left-style: solid;
  border-left-color: #ccc;
  border-left-width: 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.conte:hover {
  text-decoration: none;
}

#main-txt {
  font-size: 20px;
  color: #00c1c1;
  text-transform: uppercase;
  padding: 20px;
}

#cou-btn {
  color: white;
  background-color: #00c1c1;
  border: none;
}
.cd1 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd1 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd1 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd1 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd2 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd2 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd3 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd3 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd3 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd3 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd4 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd4 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd5 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd5 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd5 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd5 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd6 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd6 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd7 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd7 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd7 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd7 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd8 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd8 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd9 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd9 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd9 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd9 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd10 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd10 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd11 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd11 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd11 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd11 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd12 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd12 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}

.cd13 #first {
  text-align: justify;
  margin-top: 5%;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}
@media (max-width: 767px) {
  .cd13 #first {
    text-align: justify;
    margin-top: 5%;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd13 #second {
  text-align: justify;
  text-indent: 5%;
  margin-left: 35%;
  padding-right: 3%;
}

@media (max-width: 767px) {
  .cd13 #second {
    text-align: justify;
    text-indent: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
.cd14 #first {
  text-align: justify;
  margin-top: 5%;
  margin-left: 35%;
}
@media (max-width: 767px) {
  .cd14 #first {
    text-align: justify;
    margin-top: 5%;
    margin-left: 3%;
    padding-right: 3%;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #00c1c1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00c1c1;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

#course30:hover {
  text-decoration: none;
}
#course31:hover {
  text-decoration: none;
}
#course32:hover {
  text-decoration: none;
}

#img-bot {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #img-bot {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/* team section end */
/*--------------------------------------------------------------
# Work with us section
--------------------------------------------------------------*/

.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
  min-height: 100%;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

#career-img {
  width: 540px;
  height: 280px;
}
#career-img1 {
  width: 540px;
  height: 280px;
}

@media (max-width: 767px) {
  #career-img1 {
    width: 100%;
    height: 100%;
  }
}
#work_with_us_ul {
  text-align: left;
  text-transform: capitalize;
  list-style-type: disc;
  padding: 5%;
  font-size: 16px;
  text-align: justify;
  font-family: "open sans";
}

/* facilities */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}

.index_specilities ul li:first-child {
  background: #ccc;
  border-radius: 50%;
  padding: 10px;
}

img {
  vertical-align: middle;
}

.index_specilities tr td ul {
  vertical-align: middle !important;
  padding: 5px 0 5px 20px;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  #fac {
    margin-bottom: 2%;
  }
}
/*--------------------------------------------------------------
# Partner Carousel
--------------------------------------------------------------*/
#part_img {
  height: 100px;
  width: 170px;
  padding: 5px;
}
@media (max-width: 767px) {
  #part_img {
    height: 65px;
    width: 80px;
    padding: 8px;
  }
}

#part_img1 {
  height: 200px;
  width: 200px;
  padding: 2px;
}
@media (max-width: 767px) {
  #part_img1 {
    height: 130px;
    width: 130px;
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  min-height: 470px;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #00c1c1;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #2a2a2a;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #00c1c1;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading {
  color: #ffffff;
}
.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 275px;
  position: relative;
  background-color: #b0e0e6;
  /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: black;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  /* color: ; */
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00c1c1;
}
.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
.contact .contact-info a {
  color: #000;
}
.contact .contact-info a:hover {
  color: #3498db;
}
.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #3498db;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #3498db;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3498db;
}
.contact .php-email-form button[type="submit"] {
  background: #00c1c1;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #3498db;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f6;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* contact us end */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111111;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 14px;
}
#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #00c1c1;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #00c1c1;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #18d4ca;
  color: #fff;
}

#footer-name {
  color: #3498db;
  text-decoration: none;
}

/* send message form button */
.send-message {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 30px;
  padding: 10px 25px;
  border: none;
}

.validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
/* footer section end */

/* Top navbar */
.top-navbar {
  background-color: #00c1c1;
  border-bottom-left-radius: 50px;
}
.top-navbar ul {
  list-style-type: none;
}
.top-navbar ul li {
  display: inline-block;
  padding: 1%;
}
.top-navbar li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: capitalize;
}

/* marquee section */
.marquee-left {
  background-color: #00c1c1;
}
.marquee-left p {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 5%;
}
.marquee-right {
  border: 2px solid #00c1c1;
}
.marquee-right marquee {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 5%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
