* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  font-size: 15px;
  line-height: 27px;
  color: #585858;
}

.col {
  padding-right: 0 !important;
  margin-left: -20px !important;
}

.empower-bg {
  background: linear-gradient(to top, #44000096, #82000bc7),
    url(../img/serv3.jpg);
  height: 310px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.empower-bg h3 {
  text-align: center;
  position: relative;
  top: 39%;
  color: white;
  font-size: 45px;
}

.empower-bg1 {
  background: linear-gradient(to top, #44000096, #82000bc7),
    url(../img/ser4.jpg);
  height: 310px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.empower-bg1 h3 {
  text-align: center;
  position: relative;
  top: 39%;
  color: white;
  font-size: 45px;
}

.empower-bg2 {
  background: linear-gradient(to top, #44000096, #82000bc7),
    url(../img/partner-bg.jpg);
  height: 310px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.empower-bg3 {
  background: linear-gradient(to top, #44000096, #82000bc7),
    url(../img/blog/blog-banner.jpg);
}

.empower-bg2 h3 {
  text-align: center;
  position: relative;
  font-weight: 700;
  top: 40%;
  color: white;
  font-family: poppins;
  font-size: 45px;
}

.empower-bg2 p {
  text-align: center;
  position: relative;
  top: 37%;
  color: white;
  font-size: 17px;
}

.text-para p {
  text-align: center;
  padding: 40px 0px 30px 0px;
}

.content1 {
  padding: 30px 0px 30px 0px;
  line-height: 31px;
  color: #444444;
}

.iner-im {
  overflow: hidden;
  position: relative;
  display: block;
}

.iner-im::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.8s ease-in-out;
}

.iner-im:hover::before {
  left: 75%;
}

.iner-im img {
  width: 100%;
  padding-bottom: 50px;
}

.visa-info p {
  padding: 16px 85px 11px 85px;
  font-size: 15px;
  text-align: center;
  line-height: 29px;
}

.visa img {
  width: 100%;
  border-radius: 5px;
}

.matter1 {
  padding: 30px 0px;
}

.serv-cont h3 {
  text-align: center;
  padding: 0px 0px 20px 0px;
  font-family: "Poppins", sans-serif;
}

.service-con {
  width: 80%;
  transform: translate(109px, 10px);
}

.footer-bg {
  background: linear-gradient(to top, #232323, #404040),
    url(../img/service_bg.jpg);
  /* height: 370px; */
  width: 100%;
  padding: 67px 0px 0px 0px;
}

/* ------------------- Model Box --------------------- */

.tile {
  width: 100%;
  text-align: center;
  /* background-color: #ececec66; */
  padding: 53px 30px;
}

.tile h2 {
  text-align: center;
  font-weight: 700;
}

#tile-1 .tab-pane {
  padding: 49px 0px 0px 0px;
}

#tile-1 .nav-tabs {
  position: relative;
  border: none !important;
  /* background-color:#fff; */
  border-radius: 6px;
}

#tile-1 .nav-tabs li {
  margin: 0px !important;
}

#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px !important;
  font-size: 16px;
  border: none !important;
  color: #333;
}

#tile-1 .nav-tabs a:hover {
  background: none !important;
  color: #c00d1b !important;
  border: none;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #c00d1b;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}

#tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #c00d1b !important;
}

.tabs-para p {
  text-align: left !important;
  line-height: 34px;
  font-size: 16px;
  margin: 0;
  padding: 9px;
}

.tabs-para a {
  background-color: #c00d1b;
  border-radius: 7px;
  padding: 10px 20px;
  color: white;
  position: absolute;
  left: 13px;
}

.main-distribute {
  margin-top: 60px;
  background-color: rgb(233, 233, 233);
}

.popup-flex img {
  width: 100%;
  cursor: pointer;
}

.distribute-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  padding: 0px 0px 0px 35px;
}

.i4ewOd-pzNkMb-haAclf {
  background: none !important;
}

.distribute-text p {
  line-height: 30px;
}

.distribute-text h2 {
  font-weight: bold;
}

.popup-flex:hover .back-distribute {
  opacity: 1;
}

.back-distribute {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.get-button a {
  background: linear-gradient(#d81121, #c01422);
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

/* pop pup */

button {
  border: none;
  background: #333;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  font-family: "Saira Semi Condensed", sans-serif;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.popup-content p {
  font-size: 17px;
  padding: 10px;
  line-height: 20px;
}

.popup-content span {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-content span:hover,
.popup-content span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.more-articles {
  margin: 30px 30px 50px;
  font-size: 20px;
}

.more-articles a {
  margin: 0 10px;
  text-decoration: underline;
}

.i4ewOd-pzNkMb-haAclf {
  background: red !important;
}

.map {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.map iframe {
  position: absolute;
  top: -50px;
  width: 100%;
}

.map-hero {
  margin-top: 90px;
}

.map-hero img {
  width: 100vw;
}

/* distrubution end */

.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #303f9f;
  background: #3f51b5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303f9f;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #fbc02d;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #fbc02d;
  padding: 15px 20px 15px 20px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}

.modl-box img {
  width: 100%;
  border: 2px solid black;
}

.tabs {
  position: relative;
  height: 70dvh;
  padding: 30px 20px;
}

.tabs .tab-header {
  float: left;
  width: 286px;
  height: 100%;
  border-right: 1px solid #ccc;
  padding: 50px 0px;
}

.tabs .tab-header > div {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  padding: 14px;
}

.tabs .tab-header > div:hover,
.tabs .tab-header > div.active {
  color: #d01927;
}

.tabs .tab-header div i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}

.tabs .tab-content {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

.tabs .tab-content::-webkit-scrollbar {
  width: 4px;
}

.tabs .tab-content::-webkit-scrollbar-track {
  background: transparent;
}

.tabs .tab-content::-webkit-scrollbar-thumb {
  background: rgb(158, 158, 158);
  border-radius: 10px;
}

.tabs .tab-content > div > i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #555;
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.tabs .tab-content > div {
  position: absolute;
  padding: 40px 40px;
  top: -200%;
  transition: all 500ms ease-in-out;
}

.tabs .tab-content > div.active {
  top: 0px;
}

.tabs .tab-indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #d01927;
  left: 303px;
  top: 80px;
  transition: all 500ms ease-in-out;
}

.tab-content ul li {
  padding: 0px 0px;
  list-style: auto;
}

/* contact us  */

.contact-banner {
  background: url(../img/contact-banner.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 120px 0px;
  text-align: center;
}

.contact-banner h3 {
  color: white;
  font-size: 45px;
  font-weight: bold;
}

.contact-banner p {
  color: white;
  width: 100%;
  padding: 0px 200px;
}

/* succes */

.succes h2 {
  text-align: center;
  padding: 32px 0px 20px 0px;
  color: rgb(110, 110, 110);
}

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

.success-txt h4 {
  font-size: 19px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.students-img {
  margin: 35px 0px;
}

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

.sucess-img img {
  width: 100%;
}

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

.success-uni img {
  width: 100%;
  margin-top: 20px;
}

.success-box {
  box-shadow: 1px 1px 6px 1px #dbdbdb;
  margin: 20px 0px;
  padding: 25px 21px 38px 21px;
  border-radius: 5px;
}

.success-line {
  background: #ad121e;
  height: 2px;
}

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

.success-story img {
  width: 150px;
  filter: drop-shadow(0 0 8px #d3d3d38e);
}

.success-story-content {
  margin-top: -70px;
  background-color: rgb(255, 255, 255);
  padding-inline: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-image: url("../img/story-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0px #d3d3d38e;
  border-bottom: 4px solid #a50311;
  border-top: 1px solid #e0e4e8;
  border-right: 1px solid #e0e4e8;
  border-left: 1px solid #e0e4e8;
}
.success-story-content p {
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  color: rgb(61, 61, 61);
}

.success-story-content h4 {
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
  /* text-transform: uppercase; */
  color: rgb(36, 36, 36);
  font-size: 20px;
}

.success-story-content h4::after {
  position: absolute;
  content: "";
  top: 110%;
  left: 39%;
  width: 50px;
  background-color: #a50311;
  height: 3px;
}

.uni-logo img {
  border-radius: 5px;
}

.nav-pills {
  border: 1px solid #d3d3d38e;
  box-shadow: 0 0 8px 0px #d3d3d38e;
  border-radius: 50px;
}

.nav-pills .nav-item a {
  color: #555;
  font-family: Poppins;
  text-transform: capitalize !important;
  font-size: 16px;
  padding: 8px 28px !important;
  border-radius: 50px;
  background: transparent;
}

.nav-pills .active {
  transition: 0.3s ease-in-out !important;
  background: linear-gradient(to top, #640000c9, #9e000dda) !important;
  color: white !important;
}

.nav-pills .active:hover {
  background: linear-gradient(to top, #9e000dda, #640000c9) !important;
}
