p {
  font-size: 14px;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
}

header {
  position: relative;
  z-index: 100;
}

.top_bar {
  background-color: #da2065;
  width: 100%;
}

.row__flex {
  display: flex;
  justify-content: space-between;
}

.email_and_phone_number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.email_and_phone_number ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.email_and_phone_number ul li {
  display: flex;
  list-style-type: none;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
}
.email_and_phone_number ul li span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}

.social_media_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_media_flex ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.social_media_flex ul li {
  list-style-type: none;
}
.social_media_flex ul li a {
  padding: 0 !important;
  width: 23px;
  height: 23px;
  color: #000 !important;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  font-size: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_media_flex ul li a:hover {
  color: #da2065 !important;
  transition-duration: 0.2s;
}

.banner_section {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 71vh;
  background-color: #163763;
  background-image: url(../images/net-bg.png);
}

nav {
  background-color: #fff;
  width: 100%;
  padding: 8px 0;
  transition-duration: 1.2s;
}

.logo {
  width: 240px;
  position: relative;
  top: 0em;
}
.logo a {
  list-style-type: none;
}
.logo a img {
  width: 100%;
}

.nav_row {
  display: flex;
  justify-content: space-between;
}

.nav_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.nav_menu ul li {
  list-style-type: none;
}
.nav_menu ul li a {
  padding: 0 1em;
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.nav_menu ul li a:hover {
  color: #da2065;
}

.latest_news {
  padding-left: -15px !important;
  padding-right: -15px !important;
  display: flex;
  width: 100%;
}
.latest_news h5 {
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  margin: 0 !important;
}

.news_panel {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-track {
  -webkit-animation: moveSlideshow 10s linear infinite;
          animation: moveSlideshow 10s linear infinite;
  width: 1000px;
}
.slide-track p {
  margin: 0 !important;
  color: #fff;
}

@-webkit-keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
.strip_gradient {
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
}

.gray_sec {
  background-color: #d6d6d6;
}

.main_section {
  padding: 30px 0;
}
.main_section h3 {
  text-transform: capitalize;
  font-size: 36px;
  margin-bottom: 20px;
  color: #00344a;
  text-align: center;
  color: #383838 !important;
}

.center_colm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient_flex {
  width: 100%;
  height: 181px;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  flex-direction: column;
  margin-bottom: 30px;
  transition: transform 0.2s;
}
.gradient_flex span {
  width: 40px;
  margin-bottom: 10px;
  display: block;
}
.gradient_flex span svg {
  width: 40px;
  fill: #fff;
}
.gradient_flex h3 {
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.gradient_flex:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.grid:nth-child(2) .gradient_flex {
  background: #fff !important;
}
.grid:nth-child(2) .gradient_flex svg {
  fill: #000 !important;
}
.grid:nth-child(2) .gradient_flex h3 {
  color: #000 !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(3) .gradient_flex {
  width: 100%;
  height: 181px;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  flex-direction: column;
  margin-bottom: 30px;
  transition: transform 0.2s;
}
.grid:nth-child(3) .gradient_flex span {
  width: 40px;
  margin-bottom: 10px;
  display: block;
}
.grid:nth-child(3) .gradient_flex span svg {
  width: 40px;
  fill: #fff;
}
.grid:nth-child(3) .gradient_flex h3 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(3) .gradient_flex:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.grid:nth-child(4) .gradient_flex {
  background: #fff !important;
}
.grid:nth-child(4) .gradient_flex svg {
  fill: #000 !important;
}
.grid:nth-child(4) .gradient_flex h3 {
  color: #000 !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(5) .gradient_flex {
  background: #fff !important;
}
.grid:nth-child(5) .gradient_flex svg {
  fill: #000 !important;
}
.grid:nth-child(5) .gradient_flex h3 {
  color: #000 !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(6) .gradient_flex {
  width: 100%;
  height: 181px;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  flex-direction: column;
  margin-bottom: 30px;
  transition: transform 0.2s;
}
.grid:nth-child(6) .gradient_flex span {
  width: 40px;
  margin-bottom: 10px;
  display: block;
}
.grid:nth-child(6) .gradient_flex span svg {
  width: 40px;
  fill: #fff;
}
.grid:nth-child(6) .gradient_flex h3 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(6) .gradient_flex:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.grid:nth-child(7) .gradient_flex {
  background: #fff !important;
}
.grid:nth-child(7) .gradient_flex svg {
  fill: #000 !important;
}
.grid:nth-child(7) .gradient_flex h3 {
  color: #000 !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(8) .gradient_flex {
  width: 100%;
  height: 181px;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  flex-direction: column;
  margin-bottom: 30px;
  transition: transform 0.2s;
}
.grid:nth-child(8) .gradient_flex span {
  width: 40px;
  margin-bottom: 10px;
  display: block;
}
.grid:nth-child(8) .gradient_flex span svg {
  width: 40px;
  fill: #fff;
}
.grid:nth-child(8) .gradient_flex h3 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid:nth-child(8) .gradient_flex:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.parallx {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/parallax.jpg);
  padding: 160px 0px 120px !important;
  position: relative;
}
.parallx::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.wrapper_grid {
  position: relative;
  width: 100%;
  padding: 9%;
  padding-top: 20% !important;
  background-color: rgba(255, 255, 255, 0.363);
  border-radius: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.2s;
}
.wrapper_grid:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.wrapper_grid h3 {
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-align: center;
  margin-bottom: 20px !important;
}
.wrapper_grid p {
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
}
.wrapper_grid span {
  width: 100%;
  border-radius: 100%;
  position: absolute;
  top: -56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper_grid span i {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #da2065;
  border: solid 5px #163763;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper_grid span i svg {
  width: 40px;
  fill: #fff !important;
}
.wrapper_grid span i img {
  width: 100%;
}

.it-training {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.training_row {
  padding: 0 20px;
}

.panel_col {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 35px -22px #000;
  height: 100%;
  transition: transform 0.2s;
}
.panel_col:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.panel_col ul {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 8% !important;
  margin-bottom: 20px;
  width: 100%;
}
.panel_col ul li {
  list-style-type: none;
  padding: 10px;
  position: relative;
  color: #000;
  font-size: 14px;
  padding-left: 20px !important;
}
.panel_col ul li i {
  position: absolute;
  left: 0;
  top: 13px;
  color: #ff007a;
}
.panel_col h4 {
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  padding: 15px 26px;
  text-align: left !important;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-weight: 100;
  width: 100%;
}
.panel_col h4 span {
  font-weight: 400;
}
.panel_col aside {
  padding: 6px;
  background-color: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.panel_col aside h5 {
  text-align: center !important;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}
.panel_col aside h6 {
  text-align: center !important;
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
  margin: 0;
}
.panel_col a {
  display: block;
  padding: 10px 37px;
  color: #fff;
  text-decoration: none;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  transition-duration: 0.2s;
}
.panel_col a:hover {
  background: #8a005d;
  transition-duration: 0.2s;
}

.video_section {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/video-bg.jpg);
  position: relative;
  padding: 70px 0;
}
.video_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}

.video_panel {
  width: 100%;
  height: 429px;
}
.video_panel iframe {
  width: 100%;
  height: 100%;
}

.testimonial {
  padding: 100px 0;
  background-color: #393939;
}

.testimonial_panel {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 8%;
  position: relative;
  height: 100%;
}

.test_pan {
  position: relative;
  height: 100%;
}

.position_wrapp {
  width: 100%;
  position: absolute;
  left: 0;
  top: -66px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.position_wrapp aside {
  width: 168px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.position_wrapp aside span {
  display: block;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 100%;
  border: solid 5px #fff;
  position: absolute;
  z-index: 2;
  top: 18px;
}
.position_wrapp aside span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonial .owl-stage-outer {
  overflow: inherit !important;
}
#testimonial .owl-stage-outer .owl-stage {
  display: flex;
}

.flow_control {
  overflow: hidden;
  padding-top: 69px;
}

.nav_fixed {
  position: fixed;
  top: -83px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 1.2s;
  margin-top: 83px;
  box-shadow: 0 0 30px -23px #000;
}

.panel {
  padding-top: 85px;
}
.panel p {
  text-align: justify;
  font-style: italic;
  font-family: math !important;
}
.panel h5 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.panel h6 {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.min_captions {
  padding-bottom: 30px;
}
.min_captions h5 {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.min_captions h4 {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.flex_direction {
  flex-direction: column;
}

.about_section {
  padding: 50px;
}

.image_cover {
  margin-bottom: 30px;
  width: 100%;
}
.image_cover img {
  width: 100%;
}

.map {
  position: relative;
  overflow: hidden;
}
.map iframe {
  border-radius: 10px;
}

.about_content {
  width: 100%;
  margin-bottom: 30px;
}
.about_content h3 {
  color: #163763;
  text-transform: capitalize;
  font-size: 34px;
}
.about_content h4 {
  color: #163763;
  text-transform: capitalize;
  font-size: 34px;
}
.about_content p {
  color: #163763;
  text-align: justify;
}
.about_content ul {
  padding: 0;
  margin: 0;
}
.about_content ul li {
  position: relative;
  padding: 5px;
  padding-left: 20px;
  color: #163763;
  font-size: 14px;
  list-style-type: none;
}
.about_content ul li i {
  position: absolute;
  left: 0;
  top: 8px;
}

.button_cover {
  margin-left: 30px;
  position: relative;
}
.button_cover span {
  position: absolute;
  width: 100%;
  left: 0;
  top: -21px;
  color: #000;
  text-transform: capitalize;
  font-size: 11px;
  text-align: right;
}
.button_cover a {
  background-color: #163763 !important;
  padding: 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  color: #fff !important;
  text-transform: uppercase !important;
}
.button_cover a:hover {
  background-color: black !important;
  transition-duration: 0.2s;
}

.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;
  z-index: 100;
}
.float:hover {
  color: #fff !important;
}

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

footer {
  background-color: #163763;
  padding-top: 30px;
}

.footer_panel {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  max-width: 100% !important;
}
.footer_panel p {
  color: #fff;
  font-size: 14px;
  margin: 0 !important;
}
.footer_panel p a {
  text-decoration: none;
  color: #ff389a;
}

.footer__contact_box {
  width: 100%;
  display: flex;
  color: #686868;
}
.footer__contact_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #da2065;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-right: 20px;
}
.footer__contact_box aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #5e5e5e;
}

.footer_min_title {
  margin-bottom: 30px;
}
.footer_min_title h3 {
  text-transform: capitalize;
  font-size: 30px;
  color: #5e5e5e;
}

.footer_top_sec {
  background-color: #fff;
  padding: 30px 0;
}

.footer_min_row {
  padding-top: 30px;
}

.footer_logo {
  width: 100%;
}
.footer_logo img {
  width: 100%;
}

.socialMedia {
  margin-bottom: 30px;
}
.socialMedia h3 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}
.socialMedia ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
}
.socialMedia ul li {
  list-style-type: none;
  display: inline-block;
}
.socialMedia ul li a {
  display: inline-block;
  width: 24px;
  height: 25px;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  line-height: 30px;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0px 3px;
}
.socialMedia ul li a:hover {
  color: #da2065;
  border: solid 2px #da2065;
}

.login {
  margin-right: 15px;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
}
.login:hover {
  text-decoration: none;
  color: #000;
}

.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;
  z-index: 100;
}
.float:hover {
  color: #fff;
  background-color: #0cab46;
}

.footer_col {
  width: 100%;
  margin-bottom: 30px;
}
.footer_col h4 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.footer_col p {
  color: #fff;
  text-align: justify;
}
.footer_col ul {
  padding: 0;
  margin: 0;
}
.footer_col ul li {
  list-style-type: none;
}
.footer_col ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 100%;
  display: block;
  padding: 5px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
}
.footer_col ul li a:hover {
  color: #da2065;
  transition-duration: 0.2s;
}
.footer_col ul li a i {
  position: absolute;
  color: #fff;
  left: 0;
  top: 11px;
  font-size: 10px;
}

.footerBar {
  background-color: #da2065;
}

.copyright {
  padding-top: 10px;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.copyright p a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
}

.top_animate {
  width: 40px;
  height: 40px;
  background-color: #c1c1c1;
  color: #fff;
  position: fixed;
  bottom: 27px;
  right: 50px;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  z-index: 1000;
}
.top_animate:hover {
  background-color: #da2065;
  color: #fff;
}
.top_animate:focus {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
}

.footer_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.footer_menu ul li {
  list-style-type: none;
}
.footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

.banner {
  position: relative;
  z-index: 50;
}

.placement:nth-child(3) .wrapper_grid span i svg {
  width: 54px !important;
}

.student1 {
  width: 21%;
  max-width: 41%;
  position: absolute;
  right: 5%;
  bottom: -25px;
}

.student2 {
  width: 27%;
  max-width: 29%;
  position: absolute;
  right: 11%;
  bottom: -60px;
}

.list_item ul {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 0 !important;
  margin-bottom: 20px;
  width: 100%;
}
.list_item ul li {
  list-style-type: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-left: 20px !important;
}
.list_item ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
}

.inner_banner {
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51vh;
  position: relative;
}
.inner_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
}
.inner_banner h1 {
  color: #fff !important;
  text-transform: capitalize;
  font-size: 36px;
  margin-bottom: 20px;
  color: #00344a;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner_banner h1 span {
  font-weight: 100 !important;
}

.about_section_sec {
  background-color: #fff;
  padding: 50px 0;
}

.banner_bg-img {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/about-banner.jpg);
}

.text-control {
  width: 100%;
  margin-bottom: 30px;
}
.text-control p {
  color: #777;
  text-align: justify;
}
.text-control h3 {
  color: #777;
  text-transform: capitalize;
  font-size: 34px;
}
.text-control h4 {
  color: #777;
  text-transform: capitalize;
  font-size: 24px;
}
.text-control ul {
  padding: 0;
  margin: 0;
}
.text-control ul li {
  position: relative;
  padding: 5px;
  padding-left: 20px;
  color: #777;
  font-size: 14px;
  list-style-type: none;
}
.text-control ul li i {
  position: absolute;
  left: 0;
  top: 8px;
}

.googlemap {
  margin-bottom: 3px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.googlemap iframe {
  border: 0;
}

.address_box {
  width: 100%;
}
.address_box h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  color: #777;
  text-align: left;
  font-size: 36px;
  font-weight: bold;
}
.address_box ul {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 30px;
}
.address_box ul h4 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  color: #777;
}
.address_box ul li {
  list-style-type: none;
  padding: 10px;
  font-size: 14px;
  color: #777;
  position: relative;
  padding-left: 36px;
}
.address_box ul li:nth-child(2) i {
  font-size: 18px;
}
.address_box ul li i {
  position: absolute;
  left: 0;
  top: 14px;
  color: #ff0083;
  font-size: 23px;
}

.technoraysContact img {
  width: 100%;
}

.map-icon {
  font-size: 30px !important;
}

.phone-icon {
  font-size: 30px !important;
  top: 9px !important;
}

.address_row {
  padding-top: 100px;
}

.grid__panel {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  margin-bottom: 30px;
  flex-direction: column;
  padding: 6px;
}
.grid__panel span {
  width: 40px;
  margin-bottom: 10px;
}
.grid__panel span svg {
  width: 40px;
  fill: #fff;
}
.grid__panel h3 {
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
.grid__panel:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.it-training-kochi-ernakulam {
  padding-top: 18px;
}
.it-training-kochi-ernakulam p {
  color: #777;
  text-align: justify;
}

.it_training:nth-child(2) .ittraining-technorays:nth-child(1) {
  order: 2;
}
.it_training:nth-child(2) .ittraining-technorays:nth-child(2) {
  order: 1;
}
.it_training:nth-child(3) .ittraining-technorays:nth-child(1) {
  order: 1;
}
.it_training:nth-child(3) .ittraining-technorays:nth-child(2) {
  order: 2;
}
.it_training:nth-child(4) .ittraining-technorays:nth-child(1) {
  order: 2;
}
.it_training:nth-child(4) .ittraining-technorays:nth-child(2) {
  order: 1;
}
.it_training:nth-child(5) .ittraining-technorays:nth-child(1) {
  order: 1;
}
.it_training:nth-child(5) .ittraining-technorays:nth-child(2) {
  order: 2;
}
.it_training:nth-child(6) .ittraining-technorays:nth-child(1) {
  order: 2;
}
.it_training:nth-child(6) .ittraining-technorays:nth-child(2) {
  order: 1;
}
.it_training:nth-child(7) .ittraining-technorays:nth-child(1) {
  order: 1;
}
.it_training:nth-child(7) .ittraining-technorays:nth-child(2) {
  order: 2;
}
.it_training:nth-child(8) .ittraining-technorays:nth-child(1) {
  order: 2;
}
.it_training:nth-child(8) .ittraining-technorays:nth-child(2) {
  order: 1;
}
.it_training:nth-child(9) .ittraining-technorays:nth-child(1) {
  order: 1;
}
.it_training:nth-child(9) .ittraining-technorays:nth-child(2) {
  order: 2;
}

.it-training-kochi-ernakulam a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.it-training-kochi-ernakulam a:hover {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
}

.career_content p {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.career_content h4 {
  color: #777;
  text-transform: capitalize;
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}
.career_content h4 span {
  font-weight: 700;
  color: #ed068a;
}

.top_padding_text {
  padding-top: 80px;
}

.trainign_bg_panel {
  background-color: #f3f3f3;
  margin-bottom: 30px;
}

.list_row h3 {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #ed068a !important;
  margin-bottom: 5px;
  font-size: 26px;
}
.list_row h3 span {
  font-weight: 100 !important;
}
.list_row h5 {
  width: 100%;
  text-transform: capitalize;
  color: #777 !important;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 100 !important;
}

.job_list {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.job_list h3 {
  width: 100%;
  text-transform: capitalize;
  color: #ed0678 !important;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: left;
}
.job_list ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.job_list ul li {
  list-style-type: none;
  color: #777;
  font-size: 13px;
  position: relative;
  padding: 7px;
  padding-left: 30px;
}
.job_list ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 17px;
  color: #ed0678;
}
.job_list ul li a {
  text-decoration: none;
  color: #ed0678;
}

.career_section {
  background-color: #e8e8e8;
  padding-top: 50px;
}

.nav_cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  z-index: 300;
  display: none;
}

.nav_toggle {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  background: none;
  width: 47px;
  position: absolute;
  z-index: 500;
  right: 35px;
  top: 40px;
  display: none;
}
.nav_toggle:focus {
  outline: none !important;
}
.nav_toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 8px;
}

.nav-close {
  display: none;
}

.sm_banner {
  display: none;
}

.sm__banner {
  background: #89005d;
  background: linear-gradient(to right, #89005d 0%, #fd1563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89005d", endColorstr="#fd1563",GradientType=1 );
  display: block !important;
}

.inner_row {
  display: flex;
  width: 100%;
  height: 100%;
}

.title_colm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_colm h1 {
  text-transform: capitalize;
  font-size: 36px;
  margin-bottom: 20px;
  color: #00344a;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.modals {
  width: 25%;
  position: relative;
  height: 100%;
}
.modals img {
  width: 100%;
  bottom: 0;
  right: 0;
}

.logo-lg {
  display: block;
}

.logo-sm {
  display: none;
}

.sm_navigation {
  display: none;
}

.choose_heading h3 {
  color: #fff !important;
  position: relative;
  margin-bottom: 90px;
}

.dropdown_list {
  position: relative;
}
.dropdown_list ul {
  width: 200px;
  position: absolute;
  left: 0;
  flex-direction: column;
  top: 20px;
  padding-top: 33px;
  display: none;
}
.dropdown_list ul li a {
  width: 100%;
  padding: 7px;
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #da2065;
  border-bottom: solid 1px #fff;
}
.dropdown_list ul li a:hover {
  background-color: #fff;
  color: #000 !important;
}
.dropdown_list:hover ul {
  display: flex;
}

.drop_down {
  position: relative;
}
.drop_down::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: -2px;
}

.lg_grid_bg_1 {
  background-color: #da2065;
}

.lg_grid_bg_2 {
  background-color: #163763;
}

.lg_grid {
  width: 100%;
  padding: 10%;
}
.lg_grid h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.lg_grid p {
  text-align: justify;
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}

.wrapper_lg_img {
  height: 100%;
  position: relative;
}
.wrapper_lg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper_lg_img aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.wrapper_lg_img aside::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 3000px;
  background-color: #fff;
  transform: rotate(-38deg);
  top: -2780px;
  right: 0;
  z-index: 10;
  transition-duration: 1.2s;
  opacity: 0.5;
}
.wrapper_lg_img aside:hover::before {
  content: "";
  top: 690px;
}

.enquiry_btn_cover {
  display: flex;
}
.enquiry_btn_cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  padding: 7px 20px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 5px;
  text-transform: capitalize;
  transition: transform 0.2s;
}
.enquiry_btn_cover a:hover {
  transform: scale(1.2);
}
.enquiry_btn_cover a:nth-child(1) {
  background-color: #00b8d9;
  color: #fff;
}
.enquiry_btn_cover a:nth-child(2) {
  background-color: #4ec05d;
  color: #fff;
}

.min_section {
  padding: 30px 0;
}

.image_panel {
  height: 100%;
}
.image_panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form_sec form {
  background-color: #da2065;
  padding-top: 30px;
  height: 100%;
  width: 100%;
  padding: 3em;
}
.form_sec form h3 {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.form_sec form .form-group input {
  width: 100%;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  background-color: #f8f8f8;
  padding: 10px;
  border: solid 1px #e9e9e9;
}
.form_sec form .form-group select {
  width: 100%;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  background-color: #f8f8f8;
  padding: 10px;
  border: solid 1px #e9e9e9;
}
.form_sec form .form-group textarea {
  width: 100%;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  background-color: #f8f8f8;
  padding: 10px;
  border: solid 1px #e9e9e9;
}
.form_sec form .form-group button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #163763;
  color: #fff;
}
.form_sec form .form-group button:hover {
  background-color: black;
  color: #fff;
  transition-duration: 0.2s;
}

.service_section {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/net.png);
  background-color: #fff;
  padding: 80px 0;
}

.service_pannel_block {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.service_pannel_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_pannel_block h3 {
  color: #4e4e4e;
  margin-bottom: 30px;
  font-size: 48px;
}
.service_pannel_block p {
  color: #c1c1c1;
}

.srvice_list {
  width: 100%;
  padding: 20px;
}
.srvice_list h3 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
}
.srvice_list ul {
  padding: 0;
  margin: 0;
}
.srvice_list ul li {
  list-style-type: none;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  padding-left: 29px;
  text-transform: capitalize;
}
.srvice_list ul li::before {
  content: "\f046";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}

.theam_skin {
  background-color: #da2065;
}

.serviceRow {
  margin-bottom: 30px;
}

.img_cover {
  width: 100%;
  background-color: #da2065;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.img_cover img {
  width: 100%;
  transition: transform 0.2s;
}
.img_cover::before {
  content: "";
  width: 200px;
  height: 2500px;
  background-color: #fff;
  position: absolute;
  top: -200px;
  left: 0;
  transform: rotate(-43deg);
  transition-duration: 2.2s;
  opacity: 0.8;
}
.img_cover:hover::before {
  content: "";
  top: -2670px;
  transition-duration: 2.2s;
  z-index: 1;
}
.img_cover:hover img {
  transform: scale(1.5);
}

.content-box {
  width: 100%;
}
.content-box p {
  text-align: justify;
  font-size: 14px;
}
.content-box h5 {
  text-transform: uppercase;
  color: #707070;
  font-size: 24px;
}
.content-box ul {
  padding: 0;
  margin: 0;
}
.content-box ul li {
  list-style-type: none;
  position: relative;
  padding: 10px;
  padding-left: 20px;
}
.content-box ul li::before {
  content: "\f054";
  position: absolute;
  font-family: "FontAwesome";
  top: 12px;
  left: 0;
  font-size: 14px;
}

@media screen and (min-width: 1024px) and (max-width: 2560px) {
  .sm__banner {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .item {
    height: 26vh !important;
    overflow: hidden !important;
  }
  .banner_section {
    height: auto !important;
  }
  .line {
    border: none !important;
  }
  .digitalmarketingstudentskochi aside {
    height: 160px !important;
  }
  .inner_banner {
    height: 270px !important;
  }
}
.our-team {
  padding: 50px 0;
  background-color: #da2065;
}
.our-team .container .row h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

.team_col {
  margin-bottom: 30px;
}
.team_col h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.team_col h6 {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.team_col h5 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 15px;
}
.team_col aside {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: solid 5px #fff;
  margin-bottom: 20px;
}
.team_col aside img {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .form_sec form {
    padding: 3em 0 !important;
  }
  .footer__contact_box {
    margin-bottom: 20px;
  }
  .enquiry_btn_cover a {
    font-size: 11px;
  }
  .lg_grid {
    padding: 10% 0;
  }
  .digitalmarketingstudentskochi aside {
    height: 197px !important;
  }
  .banner_bg-img::before {
    display: none !important;
  }
  .banner_section {
    height: auto !important;
  }
  .button_cover {
    margin-top: 20px;
  }
  .button_cover a {
    position: relative;
    top: 5px;
    text-transform: uppercase;
  }
  .button_cover span {
    top: -10px;
    text-align: left;
    padding-left: 6px;
    color: #fff;
  }
  .gray_sec {
    padding-top: 100px !important;
  }
  .footer_panel {
    padding: 0 15px !important;
  }
  .float {
    bottom: 67px !important;
  }
  .top_animate {
    bottom: 67px !important;
  }
  .video_panel {
    height: 289px !important;
  }
  .training_row .col-12 {
    margin-bottom: 30px !important;
  }
  .it-training-kochi-ernakulam {
    padding-left: 0 !important;
  }
  .grid:nth-child(5) {
    order: 6 !important;
  }
  .parallx {
    padding: 160px 0px 0px !important;
  }
  .placement {
    margin-bottom: 109px !important;
  }
  .row__flex {
    justify-content: end !important;
  }
  .sm_banner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .banner-img {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .banner-img img {
    width: 100%;
    position: relative;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-img aside {
    width: 200px;
    border-radius: 20px;
    background-color: #fb1563;
    padding: 10px;
    position: absolute;
    bottom: -46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner-img aside h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-img aside h4 i {
    font-size: 24px;
    margin-right: 5px;
  }
  .banner-img aside h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
  }
  .banner-img aside h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    margin: 0;
  }
  .nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 58px;
    background-color: #000;
    text-decoration: none;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    border-radius: 100%;
  }
  .nav-close:hover {
    background-color: #ff007a;
  }
  .nav_toggle {
    display: block !important;
  }
  .nav_menu ul {
    left: -450px;
    top: 0;
    transition-duration: 0.2s;
    z-index: 400;
  }
  .nav_menu ul li {
    padding: 6px 7px;
  }
  .nav_menu ul li a {
    color: #000;
    font-size: 13px;
  }
  .nav_menu .nav_animate {
    left: 0;
    transition-duration: 0.2s;
  }
  .button_cover {
    margin-left: 16px;
    display: none !important;
  }
  .logo {
    width: 140px !important;
  }
  .nav_toggle_add {
    top: 35px !important;
  }
  .inner_banner {
    display: none;
  }
  .nav_toggle {
    display: none !important;
  }
  .banner .item .cover .header-content h1 {
    font-size: 1.9vw !important;
  }
  .banner .item .cover .header-content h1 {
    font-size: 3.9vw !important;
  }
  .banner .item .cover .header-content h2 {
    font-size: 2.9vw !important;
  }
  .banner .item .cover .header-content h3 {
    font-size: 3.9vw !important;
  }
  .banner .item .cover .header-content h5 {
    font-size: 3.9vw !important;
    line-height: 1em !important;
  }
  .list_item ul {
    display: none !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 767px) {
  .logo {
    width: 199px !important;
  }
  .nav_toggle {
    top: 51px;
  }
  .active {
    transition-duration: 0.2s;
    display: block !important;
  }
  .sm_navigation {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .sm_navigation ul {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    position: relative;
    top: 109px;
    padding-bottom: 40px !important;
  }
  .sm_navigation ul li {
    list-style-type: none;
  }
  .sm_navigation ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #000;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .nav_fixed {
    background-color: #fff !important;
  }
  .nav_fixed .logo-sm {
    display: block !important;
  }
  .nav_fixed .logo-lg {
    display: none !important;
  }
  .nav_fixed .sm_menu {
    top: 81px !important;
    background-color: rgba(0, 0, 0, 0.637) !important;
  }
  .nav_fixed .sm_menu li {
    border-bottom: solid 1px #999;
  }
  .nav_fixed .sm_menu li a {
    color: #999 !important;
  }
  .nav_fixed .nav_toggle span {
    background-color: #000 !important;
  }
  .menu_list {
    display: none !important;
  }
  header {
    position: relative;
    z-index: 100000 !important;
  }
  .nav_cover {
    z-index: 1000 !important;
  }
  .nav_menu {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .nav_menu ul {
    position: absolute;
    padding: 20px;
    width: 100%;
    top: 38px;
    left: 0;
    flex-direction: column;
    display: none;
  }
  .nav_menu ul a {
    color: #fff !important;
  }
  .nav_toggle {
    display: block !important;
  }
  .address_row .contact_grid:nth-child(1) {
    display: none !important;
  }
  .address_box {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 575px) {
  .address_box {
    padding: 0 30px !important;
  }
  .career_content p br {
    display: none !important;
  }
  .career_content {
    margin: 0 !important;
  }
  .text-control {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job_list {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .it_training {
    justify-content: center;
  }
  .it_training .ittraining-technorays:nth-child(1) {
    order: 1 !important;
  }
  .it_training .ittraining-technorays:nth-child(2) {
    order: 2 !important;
  }
  .it-training-kochi-ernakulam {
    padding-left: 0 !important;
  }
  .about_section {
    padding: 50px 0 !important;
  }
  .about_content {
    padding: 0 15px !important;
  }
  .footer_panel {
    flex-direction: column;
  }
  .footer_panel p {
    text-align: center;
    order: 2;
  }
  .footer_menu {
    order: 1;
    margin-bottom: 5px;
    border-bottom: solid 1px #777;
  }
  .footer_menu ul {
    justify-content: center !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 425px) {
  .img_controller {
    width: 100% !important;
  }
  .img_controller img {
    position: absolute;
    bottom: -50px;
  }
  .digitalmarketingstudentskochi aside {
    height: 182px !important;
  }
  .address_box h3 {
    font-size: 26px !important;
  }
  .it_training {
    justify-content: center;
    margin-bottom: 30px !important;
  }
  .it_training .ittraining-technorays:nth-child(1) {
    min-width: 210px !important;
  }
  .grid__panel {
    margin-bottom: 0 !important;
  }
  .flow_control {
    margin: 0 !important;
  }
  .about_content h3 {
    font-size: 22px !important;
  }
  .gradient_flex {
    height: 141px !important;
  }
  .gradient_flex h3 {
    font-size: 13px !important;
  }
  .email_and_phone_number {
    display: none;
  }
  .logo {
    width: 188px;
  }
}
@media only screen and (min-width: 411px) {
  .img_controller img {
    bottom: -100px !important;
  }
}
@media only screen and (min-width: 375px) {
  .img_controller img {
    bottom: -60px !important;
  }
  .digitalmarketingstudentskochi aside {
    height: 182px !important;
  }
}
@media screen and (max-width: 320px) {
  .digitalmarketingstudentskochi aside {
    height: 152px !important;
  }
}
.digitalmarketingstudentskochi {
  margin-bottom: 30px;
  width: 100%;
}
.digitalmarketingstudentskochi aside {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 5px;
  border: solid 5px #fff;
  transition: transform 0.2s;
}
.digitalmarketingstudentskochi aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.digitalmarketingstudentskochi h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #242424;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.digitalmarketingstudentskochi h6 {
  text-transform: capitalize;
  color: #484848;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.digitalmarketingstudentskochi p {
  text-align: center;
  font-size: 10px;
}

#students .owl-stage-outer {
  padding-top: 30px;
}

.gallery_section {
  background-color: #393939;
}
.gallery_section h3 {
  color: #fff !important;
}

#photo_gallery {
  padding: 30px 0px;
}

.gallery_photo {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_photo img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */