@charset "UTF-8";
@import "fonts/GothamBook/font.css";
@font-face {
  font-family: "dlove-header";
  src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "dlove-body";
  src: url("../fonts/apercu_regular_pro.woff2") format("woff2");
}
@font-face {
  font-family: "dlove-bodybold";
  src: url("../fonts/apercu_medium_pro.woff2") format("woff2");
}
@font-face {
  font-family: "dlove-header";
  src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "dlove-body";
  src: url("../fonts/apercu_regular_pro.woff2") format("woff2");
}
@font-face {
  font-family: "dlove-bodybold";
  src: url("../fonts/apercu_medium_pro.woff2") format("woff2");
}
/*responsive */
/* box shadow */
/* default */
body,
html {
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #181C43;
  letter-spacing: 0.15px;
}

a {
  color: #184797;
  text-decoration: none;
  background-color: transparent;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #4B586B;
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 18px;
  }
}

b {
  font-weight: 700;
}

body {
  font-family: "dlove-body", sans-serif;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

.xsmall {
  font-size: 65%;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 50px;
  line-height: 58px;
  font-family: "dlove-header", sans-serif;
  margin-bottom: 0.8em;
  font-weight: 900;
  color: #184797;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

h3 {
  font-size: 36px;
  line-height: 48px;
  font-family: "dlove-header", sans-serif;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
h3 span {
  color: #A42865;
}

h4 {
  font-size: 25px;
  line-height: 35px;
  font-family: "dlove-header", sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
h4 span {
  color: #A42865;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "dlove-header", sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    font-size: 12px;
    line-height: 18px;
  }
}

ul.no-style {
  list-style: none;
}

a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}
a .link {
  color: #A42865;
}
@media (min-width: 320px) and (max-width: 767px) {
  a {
    font-size: 12px;
    line-height: 18px;
  }
}

.text-accent {
  color: #A42865;
}

.text-primary {
  color: #184797 !important;
}

section {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.lh-xl {
  line-height: 35px !important;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 1024px) {
  .gutter-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  .gutter-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.bg-light {
  background: #f4f4f4;
}

.bg-primary {
  background-color: #184797 !important;
}

.bg-gray {
  background: rgba(244, 244, 244, 0.3);
}

/* input */
input[type=text],
textarea[type=text], input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  height: 56px;
  color: #181C43;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "dlove-bodybold", sans-serif;
}
input[type=text]::-webkit-input-placeholder, textarea[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  color: rgba(24, 28, 67, 0.5);
}
input[type=text]::-moz-placeholder, textarea[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: rgba(24, 28, 67, 0.5);
}
input[type=text]:-ms-input-placeholder, textarea[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: rgba(24, 28, 67, 0.5);
}
input[type=text]::-ms-input-placeholder, textarea[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  color: rgba(24, 28, 67, 0.5);
}
input[type=text]::placeholder,
textarea[type=text]::placeholder, input[type=email]::placeholder {
  color: rgba(24, 28, 67, 0.5);
}

textarea[type=text] {
  min-height: 229px;
  padding-top: 20px;
}

/*button */
.btn-primary {
  background: #184797;
  border: 0px;
}
.btn-primary:hover {
  background: #2453F5;
}

.button-primary {
  min-width: 160px;
  height: 56px;
  background: #184797;
  color: white;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 16px;
  font-family: "dlove-header", sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
}
.button-primary:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: #419945;
  color: white;
}
.button-primary-outline {
  background: transparent;
  border: 1px solid #184797;
  color: #184797;
}
.button-primary-outline:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: transparent;
  border: 1px solid #419945;
  color: #419945;
}

.button-accent {
  min-width: 190px;
  height: 56px;
  background: #A42865;
  color: white;
  font-weight: 700;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-family: "dlove-bodybold", sans-serif;
  line-height: 40px;
}
.button-accent:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: #A42865;
  color: white;
}
.button-accent-outline {
  background: transparent;
  border: 1px solid #A42865;
  color: #A42865;
}
.button-accent-outline:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: transparent;
  border: 1px solid #A42865;
  color: #A42865;
}

.button-default {
  min-width: 250px;
  height: 56px;
  background: #184797;
  color: white;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-family: "dlove-header", sans-serif;
  line-height: 42px;
}
.button-default:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: #184797;
  color: white;
}
.button-default-outline {
  background: transparent;
  border: 1px solid #184797;
  color: #A42865;
}
.button-default-outline:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: transparent;
  border: 1px solid #184797;
  color: #184797;
}

.btn-small {
  min-width: 180px;
  height: 39px;
  line-height: 25px;
}

.readmore {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0px;
  left: 0px;
  font-family: "dlove-header", sans-serif;
  font-size: 18px;
  opacity: 0.8;
}
.readmore:hover {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

.btn-secondary {
  background-color: white;
  border: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #4B3CFF;
}

.btn-lg {
  min-width: 201px;
}

.btn-md {
  min-width: 150px;
}

a.btn-big, button.btn-big {
  height: 72px;
  line-height: 58px;
}

button.btn-mid {
  height: 52px;
  line-height: 28px;
  font-size: 20px;
}

/* Navbar */
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0% -50%) !important;
      -ms-transform: translate(0% -50%) !important;
          transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 10%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: #fff;
  text-shadow: 0 0 30px #fff;
}

.dropdown-menu .list-group .list-group-item {
  border: 0px;
  padding-left: 0px;
}
.dropdown-menu .card {
  margin: 1em 0em;
}

#header {
  background: #ffffff;
  padding: 1em 0 1em 0;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .w-25 {
    width: 100% !important;
  }
}

.navbar-nav {
  margin: 0px auto;
}
.navbar-nav .nav-item a.nav-link {
  font-family: "dlove-bodybold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  padding: 15px;
  color: #181C43;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav .nav-item a.nav-link:hover, .navbar-nav .nav-item a.nav-link.active {
  font-weight: 400;
  color: #184797;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav .nav-item a.nav-link.separator {
  padding: 15px 5px;
}

@media (max-width: 575.98px) {
     .video-fluid {
  width: 75%!important;
  height: 155px!important;
  border: solid 7px #a42865!important;
  margin-top:25px!important;
}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
   .video-fluid {
  width: 50%!important;
  height: 155px!important;
  border: solid 7px #a42865!important;
  margin-top:25px!important;
} 
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    
  .video-fluid {
  width: 75%!important;
  height: 200px!important;
  border: solid 7px #a42865!important;
  
}  
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .video-fluid {
  width: 75%!important;
  height: 200px!important;
  border: solid 7px #a42865!important;
  
}

.card-body ul li {
  padding-bottom: 10px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 60px;
}
.card-body ul li::before {
  content: "";
  left:140px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
 margin-left: -70px;
}

    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    .video-fluid {
  width: 75%!important;
  height: 280px!important;
  border: solid 7px #a42865!important;
 
}

}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-nav .nav-item a.nav-link {
    padding: 8px;
    line-height: initial;
  }
  
 

}

/*Offer banner*/
#offerbanner {
  text-align: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  background: #f4f4f4;
}
#offerbanner .banner-content span {
  color: #A42865;
}
#offerbanner .call {
  text-align: right;
  margin-right: 4%;
  line-height: 40px;
}

/*banner*/
#banner {
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  background: #2538EA;
}
#banner .banner-bg {
  background-image: url(../assets/images/banner-bg-new.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 2.5em;
  padding-bottom: 6em;
  min-height: 500px;
}
#banner1 .banner-bg {
  background-image: url(../assets/images/banner-bg.jpeg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 2.5em;
  padding-bottom: 6em;
  min-height: 500px;
}
#banner .banner-bg .container {
  padding: 0px 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #banner .banner-bg {
    min-height: 300px;
  }
}
#banner img {
  position: relative;
}
#banner h1 {
  margin-bottom: 0.4em;
}
#banner h1 span {
  color: #A42865;
}
#banner h1 thin {
  font-weight: 300;
  font-family: "dlove-body", sans-serif;
}
#banner p {
  font-size: 18px;
  line-height: 28px;
}
#banner p span {
  color: #4B3CFF;
}
#banner a.btn {
  height: 72px;
  line-height: 58px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #banner .banner-img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.get_parchi img {
  max-width: 153px;
}

/*welcome*/
#welcome .welcome-course, #welcome .welcome-services {
  text-align: left;
  margin-top: 40px;
}
#welcome .welcome-image {
  margin-top: 50px;
}
#welcome .welcome-image img {
  width: 80%;
}

.info ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.info ul li {
  padding-bottom: 25px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 35px;
}
.info ul li::before {
  content: "";
  left: 150px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}

.card-body ul li::before {
    content: "";
    left: 50px;
    position: absolute;
    background: url(../assets/images/pointer.svg) no-repeat left;
    width: 40px;
    height: 40px;
    margin-top: -5px;
}

/*faculities*/
#faculities {
  background: #f4f4f4;
}

.carousel-inner {
  padding: 1em;
}

.card {
  margin: 0 2em;
  border: none;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: block;
  }

  .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card .img-wrapper {
  max-width: 100%;
  height: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}
/*companies*/
#companies .carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
#companies .carousel-item .companycard {
  border: 1px solid #f4f4f4;
  padding: 10px;
  height: 10em;
  margin: 0em 1em 1em 1em;
  overflow: hidden;
}
#companies .carousel-item .companycard img {
  height: 8.5em;
}
#companies a.btn {
  height: 72px;
  line-height: 58px;
}

/*shortcourse*/
#shortcourse {
  background: #f4f4f4;
}
#shortcourse .short-course {
  position: relative;
  margin-left: -10px;
}

/*associates*/
#associates .carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
#associates .carousel-item .associatecard {
  margin: 0 2em;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f4f4f4;
  background-clip: border-box;
  text-align: center;
}
#associates .carousel-item .associatecard img {
 
}
#associates .carousel-item .associatecard .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

/*scholarships*/
#scholarships {
  background: #181C43;
  position: relative;
}
#scholarships img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50% !important;
}
@media (min-width: 320px) and (max-width: 600px) {
    .info ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.info ul li {
  padding-bottom: 15px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 5px;
}
.info ul li::before {
  content: "";
  left: 20px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
    .info ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.info ul li {
  padding-bottom: 15px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 15px;
}
.info ul li::before {
  content: "";
  left: 70px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .info ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.info ul li {
  padding-bottom: 10px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 60px;
}
.info ul li::before {
  content: "";
  left:140px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
 margin-left: -15px;
}
.card-body ul li {
  padding-bottom: 10px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 60px;
}
.card-body ul li::before {
  content: "";
  left:140px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
 margin-left: -70px;
}

    
}



 @media (min-width: 601px) and (max-width: 767px) {
  .info ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
.info ul li {
  padding-bottom: 15px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 5px;
}
.info ul li::before {
  content: "";
  left: 80px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
.card-body ul li {
  padding-bottom: 10px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 60px;
}
.card-body ul li::before {
  content: "";
  left:140px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
 margin-left: -70px;
}

}
@media (min-width: 320px) and (max-width: 767px) {
  #scholarships img {
    width: 100% !important;
    position: relative;
  }
 .card-body ul li {
  padding-bottom: 10px;
  color: #4B586B;
  font-size: 16px;
  padding-left: 60px;
}
.card-body ul li::before {
  content: "";
  left:140px;
  position: absolute;
  background: url(../assets/images/pointer.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-top: -5px;
 margin-left: -60px;
}

  
}

/*techgigs*/
#techgigs .carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
#techgigs .carousel-item .techgigscard {
  margin: 0 2em;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f4f4f4;
  background-clip: border-box;
  text-align: left;
}
#techgigs .carousel-item .techgigscard img {
  width: 100px;
  height: 15em;
  margin: 0px auto;
}
#techgigs .carousel-item .techgigscard .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 2rem;
}

/*projects*/
#intro {
  background: #ffffff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #intro img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #intro img {
    width: 100%;
  }
}
#intro img {
  max-width: 1000px;
}

.intro-content p span {
  color: #4B3CFF;
}

/*courselist*/
.course-list {
  margin: 10px;
  -webkit-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.course-list .list-img {
  height: 185px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.course-list .list-img .badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.course-list .list-data {
  padding: 20px;
  text-align: left;
  padding-bottom: 40px;
}
.course-list .list-data .list-tag {
  font-size: 14px;
  margin: 10px 0px;
  border-radius: 30px;
  height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
}
.course-list .list-data .list-tag.color1 {
  background-color: #E0E7FD;
}
.course-list .list-data .list-tag.color1 p {
  color: #4B3CFF;
}
.course-list .list-data .list-tag.color2 {
  background-color: #F6E9EF;
}
.course-list .list-data .list-tag.color2 p {
  color: #A42865;
}
.course-list .list-data .list-tag.color3 {
  background-color: #E8F4F7;
}
.course-list .list-data .list-tag.color3 p {
  color: #1F96B2;
}

/* Footer */
#footer {
  background: #181C43;
  padding: 40px 0px 0px;
}
#footer .footer-copyright {
  background-color: #A42865;
  height: 50px;
}
#footer .footer-copyright p {
  line-height: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #footer img.w-100 {
    width: 20% !important;
  }
}
#footer .container {
  padding: 0px 40px;
}
#footer p,
#footer a {
  font-family: "dlove-bodybold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #f4f4f4;
}
@media (min-width: 768px) {
  #footer .footer-menu {
    right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#footer .footer-menu a {
  padding: 0px 0px 0px 10px;
  color: rgba(24, 71, 151, 0.8);
}
#footer .legal-menu a {
  padding-right: 15px;
  font-size: 14px;
}
#footer .company p {
  opacity: 0.8;
  padding: 5px 0px;
}
#footer .company h2 {
  font-family: "dlove-header", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
#footer .company-link li > a {
  opacity: 0.8;
  padding: 10px 0px;
  display: block;
  letter-spacing: 0.75px;
}
#footer .company-link li > a:hover, #footer .company-link li > a.active {
  opacity: 1;
  text-decoration: none;
}
#footer .newsletter h5,
#footer .newsletter p {
  opacity: 0.8;
}
#footer .newsletter p {
  font-size: 14px;
}
#footer .newsletter input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  font-family: "dlove-body", sans-serif;
}
#footer .newsletter input[type=text]::-webkit-input-placeholder {
  opacity: 0.8;
}
#footer .newsletter input[type=text]::-moz-placeholder {
  opacity: 0.8;
}
#footer .newsletter input[type=text]:-ms-input-placeholder {
  opacity: 0.8;
}
#footer .newsletter input[type=text]::-ms-input-placeholder {
  opacity: 0.8;
}
#footer .newsletter input[type=text]::placeholder {
  opacity: 0.8;
}
#footer .newsletter .button-primary {
  opacity: 1;
  font-size: 0.8em;
  height: 42px;
}
#footer .follow {
  text-align: left;
}
#footer .follow p {
  opacity: 0.8;
  margin: 0px;
  padding: 0px;
}
#footer .follow-icon img {
  display: inline-block;
  padding-right: 10px;
  padding-top: 15px;
}
#footer .copyright {
  color: rgba(24, 71, 151, 0.8);
  font-size: 14px;
}
@media (min-width: 768px) {
  #footer .copyright {
    opacity: 0.8;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #footer .copyright {
    padding-top: 20px;
  }
}

/* backgrounds */
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60%;
  min-height: 239px;
  position: relative;
}
.background__portfolio {
  background-image: url(../assets/images/portfolio-bg.png);
}
.background__contact {
  background-image: url(../assets/images/contact-bg.png);
}
.background__blog {
  background-image: url(../assets/images/contact-bg.png);
}
.background__industries {
  background-image: url(../assets/images/industries-bg.png);
}
.background__about {
  background-image: url(../assets/images/about-bg.png);
}
.background__skills {
  background-image: url(../assets/images/skills-bg.png);
}
.background__gray {
  background: rgba(24, 28, 67, 0.05);
  min-height: 220px;
}

.background-content h1 {
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin: 20px 0px;
}
@media (min-width: 1024px) {
  .background-content h1 {
    font-size: 60px;
    line-height: 72px;
    font-family: "dlove-header", sans-serif;
  }
}

/* portfolio */
#portfolio-projects h1 {
  padding-left: initial;
}
@media (min-width: 768px) {
  #portfolio-projects h1 {
    padding-left: 30px;
  }
}

.toolbar {
  padding-left: initial;
}
@media (min-width: 768px) {
  .toolbar {
    padding-left: 30px;
  }
}
.toolbar .fil-cat {
  font-size: 24px;
  line-height: 40px;
  font-family: "dlove-header", sans-serif;
  opacity: 0.5;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .toolbar .fil-cat {
    font-size: 17px;
    line-height: 28px;
  }
}
.toolbar .fil-cat span {
  z-index: 5;
  position: relative;
}
.toolbar .fil-cat:focus, .toolbar .fil-cat.active {
  opacity: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toolbar .fil-cat:focus:after, .toolbar .fil-cat.active:after {
  content: "";
  height: 10px;
  background: #184797;
  display: block;
  position: relative;
  bottom: 14px;
  z-index: 1;
}

.portfolio-data {
  margin: 1rem 0;
}

.tile {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  height: 397px;
  margin-bottom: 3rem;
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tile {
    height: 246px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tile {
    height: 188px;
    margin-bottom: 1rem;
  }
}
.tile:after {
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  height: 2px;
  background: #f4f4f4;
  display: block;
  position: relative;
  bottom: 0px;
}
.tile:before {
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  height: 2px;
  background: #f4f4f4;
  display: block;
  position: relative;
  top: 99%;
  width: 0px;
}
.tile img {
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  margin-bottom: 1rem;
  height: 315px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tile img {
    height: 168px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tile img {
    height: 120px;
  }
}
.tile:hover:after {
  width: 0px;
}
.tile:hover:before {
  width: 100%;
  background: #184797;
}
.tile:hover img {
  -webkit-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.scale-anm {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*tell us project*/
.tellus-projects-content h1 {
  margin-bottom: 0em;
}
@media (min-width: 1024px) {
  .tellus-projects-content h1 {
    font-size: 50px;
    line-height: 58px;
    font-family: "dlove-header", sans-serif;
  }
}

/* contact */
.contact-info-content .bg-gray {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 40px;
}
.contact-info-content .bg-gray h4 {
  padding-bottom: 20px;
}
.contact-info-content .bg-gray img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.contact-info-content .bg-gray .contact-card {
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*blog*/
.blog-current .row {
  padding-bottom: 4em;
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-current .row {
    padding-bottom: 2em;
  }
}
.blog-current .blog-img {
  padding: 0px 20px 10px 0px;
}
.blog-current .blog-img img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.blog-current .button-default {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "dlove-header", sans-serif;
}
.blog-current .blog-item__publish {
  font-size: 12px;
  font-family: "dlove-header", sans-serif;
  line-height: 26px;
  color: rgba(24, 28, 67, 0.3);
  text-transform: uppercase;
  padding-bottom: 5px;
}
.blog-current .blog-item__publish span {
  color: rgba(24, 28, 67, 0.6);
}
.blog-current .blog-item__title {
  font-size: 28px;
  font-family: "dlove-header", sans-serif;
  line-height: 40px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-current .blog-item__title {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-current .blog-item__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog-current .blog-item__by {
  font-size: 16px;
  font-family: "dlove-bodybold", sans-serif;
  padding-bottom: 15px;
  color: rgba(24, 28, 67, 0.3);
}
.blog-current .blog-item__by span {
  color: rgba(24, 28, 67, 0.6);
}
.blog-current .blog-item__desc {
  font-size: 16px;
  font-family: "dlove-bodybold", sans-serif;
  line-height: 28px;
  margin-bottom: 15px;
  color: rgba(24, 28, 67, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-current .blog-item__desc {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-current .blog-item__desc {
    font-size: 12px;
    line-height: 20px;
  }
}

.item-card {
  background: white;
  margin-bottom: 10vh;
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-card {
    margin-bottom: 4vh;
  }
}
.item-card img {
  height: 245px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.item-card-content {
  padding: 25px 18px;
}
.item-card-content__publish {
  font-size: 11.5px;
  font-family: "dlove-header", sans-serif;
  line-height: 26px;
  color: rgba(24, 28, 67, 0.8);
  text-transform: uppercase;
  padding-bottom: 5px;
}
.item-card-content__title {
  font-size: 19px;
  font-family: "dlove-header", sans-serif;
  line-height: 23px;
  padding-bottom: 10px;
}
.item-card-content__by {
  font-size: 15px;
  font-family: "dlove-bodybold", sans-serif;
  padding-bottom: 15px;
  color: rgba(24, 28, 67, 0.3);
}
.item-card-content__by span {
  color: rgba(24, 28, 67, 0.6);
}
.item-card-content__desc {
  font-size: 13px;
  font-family: "dlove-bodybold", sans-serif;
  line-height: 21px;
  margin-bottom: 15px;
  color: rgba(24, 28, 67, 0.6);
  text-transform: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-card-content .readmore {
  font-size: 11.5px;
}
.item-card:hover {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
}

/*industries */
.industries-content {
  margin-bottom: 80px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .industries-content {
    margin-bottom: 20px;
  }
}

#industries-verticals {
  background: rgba(244, 244, 244, 0.3) url(../assets/images/pattern-bg2.png) center no-repeat;
  background-position: 0 200px;
  padding-top: 8%;
  background-repeat: no-repeat;
}
#industries-verticals .industries-verticals-content img.vertical {
  margin-top: -220px;
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #industries-verticals .industries-verticals-content img.vertical {
    margin-top: -135px;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #industries-verticals .industries-verticals-content img.vertical {
    margin-top: -70px;
    margin-bottom: 30px;
  }
}
#industries-verticals .industries-verticals-content .nav-tabs {
  text-align: center;
  display: block;
}
#industries-verticals .industries-verticals-content .nav-tabs .nav-item {
  display: inline-block;
  min-width: 18%;
}
#industries-verticals .industries-verticals-content .nav-tabs .nav-item a {
  padding: 20px 20px 10px;
  background: transparent;
  border: 0px;
  position: relative;
  color: inherit;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a {
    padding: 20px 10px 10px;
  }
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a img {
    width: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a {
    padding: 20px 10px 10px;
  }
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a img {
    width: 30px;
  }
}
#industries-verticals .industries-verticals-content .nav-tabs .nav-item a span {
  display: block;
  padding: 25px 0px 10px;
  opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a span {
    padding: 15px 0px 5px;
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #industries-verticals .industries-verticals-content .nav-tabs .nav-item a span {
    padding: 15px 0px 5px;
    font-size: 12px;
  }
}
#industries-verticals .industries-verticals-content .nav-tabs .nav-item a.active span {
  opacity: 1;
}
#industries-verticals .industries-verticals-content .nav-tabs .nav-item a.active:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background: #A42865;
  bottom: 0px;
  left: 0px;
}
#industries-verticals .industries-verticals-content .tab-content {
  padding: 60px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #industries-verticals .industries-verticals-content .tab-content {
    padding: 30px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #industries-verticals .industries-verticals-content .tab-content {
    padding: 20px 0px;
  }
}
#industries-verticals .industries-verticals-content .tab-content .tab-pane {
  color: rgba(24, 28, 67, 0.6);
  text-align: left;
}
#industries-verticals .industries-verticals-content .tab-content .tab-pane ul {
  list-style: none;
}
#industries-verticals .industries-verticals-content .tab-content .tab-pane ul li {
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #industries-verticals .industries-verticals-content .tab-content .tab-pane ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #industries-verticals .industries-verticals-content .tab-content .tab-pane ul li {
    padding-bottom: 10px;
  }
}
#industries-verticals .industries-verticals-content .tab-content .tab-pane ul li::before {
  content: "•";
  color: rgba(24, 28, 67, 0.2);
  font-size: 20px;
  font-weight: "dlove-header", sans-serif;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*About*/
.about-content__img img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.about-content__desc {
  padding: 0px 20px;
}
.about-content__desc h3 {
  font-size: 24px;
}
.about-content__desc p.sub-head {
  padding: 25px 0px;
}
.about-content__desc .m-auto {
  padding-left: 20px;
}

.about-solutions-content .solution-item {
  width: 98%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-solutions-content .solution-item {
    text-align: center;
  }
  .about-solutions-content .solution-item img {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-solutions-content .solution-item {
    text-align: center;
    padding-bottom: 40px;
  }
  .about-solutions-content .solution-item img {
    padding-bottom: 20px;
  }
}
.about-solutions-content .solution-item__info {
  padding: 0px 10px 0px;
}
.about-solutions-content .solution-item__info p {
  opacity: 0.5;
}

/*about-team*/
#about-team {
  background: #f4f4f4 url(../assets/images/elements-bg.png) center no-repeat;
  background-position: top;
  background-repeat: no-repeat;
}

.team-slider {
  margin-bottom: 50px;
}
.team-slider .carousel-item > div {
  float: left;
}
.team-slider .carousel-by-item [class*=cloneditem-] {
  display: none;
}
.team-slider .carousel-inner {
  padding-top: 80px;
  padding-bottom: 30px;
  min-height: 300px;
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-slider .carousel-inner .carousel-item .team-item {
  height: 160px;
  -webkit-transition: all 0.5s;
  /* Safari */
  /* Safari */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: white;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  z-index: 100;
}
.team-slider .carousel-inner .carousel-item .team-item img.teampc {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  margin: -60px auto 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-slider .carousel-inner .carousel-item .team-item img.teampc {
    width: 90px;
    height: 90px;
    margin: -40px auto 20px;
  }
}
.team-slider .carousel-inner .carousel-item .team-item p {
  color: rgba(24, 28, 67, 0.5);
  font-size: 14px;
}
.team-slider .carousel-inner .carousel-item .team-item img.social {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-slider .carousel-inner .carousel-item .team-item img.social {
    display: block !important;
  }
}
.team-slider .carousel-inner .carousel-item.active {
  z-index: 1000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-slider .carousel-inner .carousel-item.active .team-item {
    height: 190px;
    -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.team-slider .carousel-inner .carousel-item.active .team-block:nth-child(2) .team-item {
  height: 190px;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.team-slider .carousel-inner .carousel-item.active .team-block:nth-child(2) img.social {
  display: block !important;
}
.team-slider .carousel-control-next,
.team-slider .carousel-control-prev {
  bottom: -20px;
  top: initial;
}
.team-slider .carousel-control-next span,
.team-slider .carousel-control-prev span {
  border: 1px solid rgba(24, 28, 67, 0.5);
  padding: 5px;
  background: url(../assets/images/arrow.png) no-repeat center;
  width: 30px;
  height: 30px;
}
.team-slider .carousel-control-next {
  right: 40.5%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-slider .carousel-control-next {
    right: 38.5%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-slider .carousel-control-next {
    right: 30.5%;
  }
}
.team-slider .carousel-control-next span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team-slider .carousel-control-next span:hover {
  background: url(../assets/images/arrow-active.png) no-repeat center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 1px solid #184797;
}
.team-slider .carousel-control-prev {
  left: 40.5%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-slider .carousel-control-prev {
    left: 38.5%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .team-slider .carousel-control-prev {
    left: 30.5%;
  }
}
.team-slider .carousel-control-prev span:hover {
  background: url(../assets/images/arrow-active.png) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border: 1px solid #184797;
}

/*skills*/
.skills-content .skills-node {
  margin: 0px;
  padding: 0px;
}
.skills-content .skills-node li {
  display: inline-block;
  padding: 30px 40px;
  font-size: 20px;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .skills-content .skills-node li {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.skills-content .skills-node li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.skills-content .left-tab-process .book-process-ltab {
  min-width: 43%;
  z-index: 100;
  position: relative;
  background: #184797;
  padding: 30px 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .skills-content .left-tab-process .book-process-ltab {
    min-width: 47%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .book-process-ltab {
    padding: 10px 10px;
    text-align: center;
  }
}
.skills-content .left-tab-process .book-process-ltab li {
  display: block;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .book-process-ltab li {
    display: inline-block;
    width: auto;
    margin: 0px auto;
  }
}
.skills-content .left-tab-process .book-process-ltab li a {
  padding: 20px 10px 20px 80px;
  margin: 0px;
  opacity: 0.6;
  font-size: 24px;
  border: 0px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .skills-content .left-tab-process .book-process-ltab li a {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .book-process-ltab li a {
    font-size: 13px;
    padding: 10px 10px 10px 10px;
  }
}
.skills-content .left-tab-process .book-process-ltab li a.active {
  background: #419945;
  border: 0px !important;
}
.skills-content .left-tab-process .book-process-ltab li a.active:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a42865;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  margin-left: -30px;
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .book-process-ltab li a.active:before {
    width: 0px;
    height: 0px;
  }
}
.skills-content .left-tab-process .tab-content .tab-pane {
  background: white;
  border-radius: 3px;
  position: relative;
  top: -50px;
  width: 70%;
  -webkit-box-shadow: 3px;
          box-shadow: 3px;
  left: 30%;
  min-height: 560px;
  color: #181C43;
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .tab-content .tab-pane {
    left: 0%;
    width: 100%;
    top: 20px;
    min-height: 400px;
  }
}
.skills-content .left-tab-process .tab-content .tab-pane-content {
  position: absolute;
  left: 15%;
  top: 8%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .tab-content .tab-pane-content {
    left: 8%;
    top: 4%;
  }
}
.skills-content .left-tab-process .tab-content .tab-pane-content img {
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: 0%;
  margin-bottom: 0%;
}
.skills-content .left-tab-process .tab-content .tab-pane-content p {
  padding: 20px 40px 0px 0px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 767px) {
  .skills-content .left-tab-process .tab-content .tab-pane-content p {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 10px 0px 0px;
  }
}

@media (max-width: 767px) {
  .modal-fullscreen-xs-down {
    padding: 0 !important;
  }
  .modal-fullscreen-xs-down .modal-title {
    position: absolute;
  }
  .modal-fullscreen-xs-down .modal-header,
.modal-fullscreen-xs-down .modal-body {
    padding: 40px 100px;
    border: 0px;
    padding-bottom: 20px;
  }
  .modal-fullscreen-xs-down .modal-header p,
.modal-fullscreen-xs-down .modal-header ul,
.modal-fullscreen-xs-down .modal-header li,
.modal-fullscreen-xs-down .modal-body p,
.modal-fullscreen-xs-down .modal-body ul,
.modal-fullscreen-xs-down .modal-body li {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-fullscreen-xs-down .modal-header ul li,
.modal-fullscreen-xs-down .modal-body ul li {
    padding-bottom: 15px;
  }
  .modal-fullscreen-xs-down .modal-header ul li ul li,
.modal-fullscreen-xs-down .modal-body ul li ul li {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .modal-fullscreen-xs-down .modal-header,
.modal-fullscreen-xs-down .modal-body {
    padding: 40px 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen-xs-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen-xs-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .modal-fullscreen-sm-down {
    padding: 0 !important;
  }
  .modal-fullscreen-sm-down .modal-title {
    position: absolute;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-body {
    padding: 40px 100px;
    border: 0px;
    padding-bottom: 20px;
  }
  .modal-fullscreen-sm-down .modal-header p,
.modal-fullscreen-sm-down .modal-header ul,
.modal-fullscreen-sm-down .modal-header li,
.modal-fullscreen-sm-down .modal-body p,
.modal-fullscreen-sm-down .modal-body ul,
.modal-fullscreen-sm-down .modal-body li {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-fullscreen-sm-down .modal-header ul li,
.modal-fullscreen-sm-down .modal-body ul li {
    padding-bottom: 15px;
  }
  .modal-fullscreen-sm-down .modal-header ul li ul li,
.modal-fullscreen-sm-down .modal-body ul li ul li {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) and (min-width: 320px) and (max-width: 767px) {
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-body {
    padding: 40px 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .modal-fullscreen-sm-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .modal-fullscreen-sm-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .modal-fullscreen-md-down {
    padding: 0 !important;
  }
  .modal-fullscreen-md-down .modal-title {
    position: absolute;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-body {
    padding: 40px 100px;
    border: 0px;
    padding-bottom: 20px;
  }
  .modal-fullscreen-md-down .modal-header p,
.modal-fullscreen-md-down .modal-header ul,
.modal-fullscreen-md-down .modal-header li,
.modal-fullscreen-md-down .modal-body p,
.modal-fullscreen-md-down .modal-body ul,
.modal-fullscreen-md-down .modal-body li {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-fullscreen-md-down .modal-header ul li,
.modal-fullscreen-md-down .modal-body ul li {
    padding-bottom: 15px;
  }
  .modal-fullscreen-md-down .modal-header ul li ul li,
.modal-fullscreen-md-down .modal-body ul li ul li {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 320px) and (max-width: 767px) {
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-body {
    padding: 40px 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .modal-fullscreen-md-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .modal-fullscreen-md-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
.modal-fullscreen {
  padding: 0 !important;
}
.modal-fullscreen .modal-title {
  position: absolute;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body {
  padding: 40px 100px;
  border: 0px;
  padding-bottom: 20px;
}
.modal-fullscreen .modal-header p,
.modal-fullscreen .modal-header ul,
.modal-fullscreen .modal-header li,
.modal-fullscreen .modal-body p,
.modal-fullscreen .modal-body ul,
.modal-fullscreen .modal-body li {
  font-size: 14px;
  line-height: 22px;
}
.modal-fullscreen .modal-header ul li,
.modal-fullscreen .modal-body ul li {
  padding-bottom: 15px;
}
.modal-fullscreen .modal-header ul li ul li,
.modal-fullscreen .modal-body ul li ul li {
  padding-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal-fullscreen .modal-header,
.modal-fullscreen .modal-body {
    padding: 40px 40px;
    padding-bottom: 20px;
  }
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
}

/* Article */
.b-0 {
  bottom: 0;
}

.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.71)), to(rgba(19, 19, 19, 0.8)));
  background: -o-linear-gradient(top, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=0 );
}

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.zoom img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.article-content a:hover {
  text-decoration: none;
}

.article-content .post-title {
  font-size: 20px;
  font-weight: 700;
}

.article-content .news-meta {
  font-size: 12px;
  padding-top: 10px;
}
.article-content .news-meta .news-author {
  font-weight: 700;
}

.article-content .news-article {
  font-family: "dlove-bodybold", sans-serif;
  margin: 0px 0px 10px;
  opacity: 0.6;
  min-height: 90px;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 20px;
}

.article-content .news-link {
  padding-left: 20px;
}
.article-content .news-link p.link {
  opacity: 1;
  padding-top: 15px;
}
.article-content .news-link p.link a {
  font-size: 18px;
  text-decoration: underline;
}

.article-content .news-content {
  padding: 18px 10px;
  border: 1px solid #DAE6F5;
}

/* Course-details */
#course-details-banner {
  position: relative;
  background-color: #181C43;
}
#course-details-banner .breadcrumb {
  position: absolute;
  color: #f4f4f4;
  top: 20px;
}

.btn-rating {
  border-radius: 100px;
  color: #e3e3e3!IMPORTANT;
}

span.rating-number {
  position: absolute;
  margin-top: 24px;
  margin-left: 20px;
}

/* course-tabs */
#course-tabs {
  background: #f4f4f4;
  padding-top: 1em;
  padding-bottom: 0em;
}
#course-tabs a.nav-link {
  color: #181C43;
  opacity: 0.5;
}
#course-tabs a.nav-link.active {
  opacity: 1;
  border-bottom: 2px solid #A42865;
  padding-bottom: 1em;
}

/*course-details*/
#course-details {
  text-align: left;
}

/*course-singup*/
#course-singup {
  width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: white;
  right: 8%;
  border-radius: 2px;
}
#course-singup .course-duration {
  background: #184797;
  text-align: left;
  padding: 20px;
  border-radius: 2px 2px 0px 0px;
}
#course-singup .course-duration p, #course-singup .course-duration h4 {
  color: #f4f4f4;
}
#course-singup .course-bookseat {
  padding: 20px;
}
#course-singup .course-bookseat button {
  margin: auto 0px auto auto;
  display: block;
}
#course-singup.sticky {
  position: fixed;
  margin-top: -35%;
  right: 8%;
  z-index: 1;
}



.form-group {
  padding-bottom: 10px;
  padding-top: 10px;
}