@font-face {
  font-family: 'Gilroy-Regular', sans-serif;
  font-style: normal;
  src: local('☺︎'), url("../fonts/Gilroy-Regular.ttf") format("ttf");
  /* (C) 2015 Apple Inc. All rights reserved.*/
}

@font-face {
  font-family: 'Gilroy-Medium', sans-serif;
  font-style: normal;
  src: local('☺︎'), url("../fonts/Gilroy-Medium.ttf") format("ttf");
  /* (C) 2015 Apple Inc. All rights reserved.*/
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*default css*/
html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #11111194;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
}

ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;

}

a {
  color: #0047C6;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.client_logo img {
  width: 60%;
  margin: 20px;
}

/*---------------------
  Helper CSS
-----------------------*/
@media(min-width:1440px) {}

section {
  padding: 60px 0;
}

.hero-title {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

.hero-title span {
  color: #FF8B00;
}

.hero-content .input-group {
  width: 60% !important;
}

.testimonial {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  background: #0047C6;
  margin: 0 auto;
  border-radius: 80px;
}

.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
  height: 100%;
  width: 100%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  padding: 0px 21px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  padding: 0px 21px !important;
}

.nav-btn::after,
.nav-btn::before {
  font-size: 18px !important;
}

.slide p {
  text-align: center;
  padding: 0 100px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 22px;
  font-weight: 600;
  color: #ffb400;
}

.details .job {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.popup_block img {
  width: 80%;
}

.popup_block .modal-body {
  text-align: center;
}

.popup_block .modal-footer {
  justify-content: center;
}

/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }

  .nav-btn {
    display: none;
  }
}



.section-title {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
}

.partner_section .section-title {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.partner_section .img {
  border-radius: 28px;
  border: 9px solid #fff;
}

.partner_section .pt-40 {
  padding-top: 40px;
}

.partner_section .pt-20 {
  padding-top: 20px;
}

.section-title-in {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
}

.inner_content h3 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
}

.inner_content img {
  border: 10px solid #eaeaea;
  border-radius: 38px;
  width: 90%;
}

.block_clr {
  padding: 20px 30px 0;
  border-radius: 18px;
  margin-bottom: 30px;
  min-height: 430px;
}

.duration_section .block_clr {
  padding: 20px 30px 0;
  border-radius: 18px;
  margin-bottom: 30px;
  min-height: 140px;
}

.duration_section h4 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  padding: 30px 20px;
}

.our_counsellors {
  background: #f0f5ff;
}

.block_clr .icon_n {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.block_clr.clr1 .icon_n {
  -webkit-box-shadow: 1px 5px 15px -2px rgba(226, 223, 164, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(226, 223, 164, 1);
  box-shadow: 1px 5px 15px -2px rgba(226, 223, 164, 1);
}

.block_clr.clr2 .icon_n {
  -webkit-box-shadow: 1px 5px 15px -2px rgba(229, 190, 245, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(229, 190, 245, 1);
  box-shadow: 1px 5px 15px -2px rgba(229, 190, 245, 1);
}

.block_clr.clr3 .icon_n {
  -webkit-box-shadow: 1px 5px 15px -2px rgba(168, 234, 229, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(168, 234, 229, 1);
  box-shadow: 1px 5px 15px -2px rgba(168, 234, 229, 1);
}

.block_clr.clr4 .icon_n {
  -webkit-box-shadow: 1px 5px 15px -2px rgba(246, 198, 198, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(246, 198, 198, 1);
  box-shadow: 1px 5px 15px -2px rgba(246, 198, 198, 1);
}

.client_logo h4 {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.client_logo p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.client_logo .col-md-2 {
  text-align: center;
}

.block_clr .icon_n img {
  width: 100%;
}

.block_clr.clr1 {
  background: #fffee7;
}

.block_clr.clr2 {
  background: #fbf1ff;
}

.block_clr.clr3 {
  background: #eefbfa;
}

.block_clr.clr4 {
  background: #ffecec;
}

.section-subtitle {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.section-title span {
  color: #0047C6;
}


.text-right {
  text-align: right;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.btn-1 {
  font-size: 16px;
  color: #ffffff;
  background: #0047C6;
  border-radius: 5px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0047C6;
  cursor: pointer;
}

.btn-1:hover,
.input-group-text:hover {
  color: #0047C6;
  border: 1px solid #0047C6 !important;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.btn-2 {
  font-size: 16px;
  color: #ffffff;
  background: #FF8B00;
  border-radius: 5px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
}

.btn-2:hover {
  color: #fff;
  border: 1px solid #FF8B00 !important;
}

.btn-white {
  font-size: 16px;
  color: #0047C6;
  background: transparent;
  border-radius: 5px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0047C6;
}

.btn-white:hover {
  color: #fff;
  border: 1px solid #0047C6;
  background: #0047C6;
}

.btn-1:hover {
  background: transparent;
}

/*background*/
.bg-1 {
  background-color: #E9F3FA;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid green;
  position: absolute;
  right: -40px;
  z-index: 9;
  transform: translateY(-50%);
  top: 50%;
}

.block {
  text-align: left;
  border: 1px solid #c2c2c2;
  border-radius: 35px;
  padding: 10px 0;
  padding-left: 0px;
  min-height: 280px;
}

.block ul li {
  list-style: none;
}

.path_block {
  position: sticky;
  margin-bottom: 100px;
}

.block.block1 {
  position: absolute;
  top: 2%;
  width: 40%;
  z-index: -8;
}

.block.block2 {
  position: absolute;
  top: 2%;
  width: 40%;
  z-index: -8;
  right: -40px;
  padding-left: 60px;
}

.block.block3 {
  position: absolute;
  bottom: -14%;
  width: 40%;
  z-index: -8;
}

.block.block4 {
  position: absolute;
  bottom: -14%;
  width: 40%;
  z-index: -8;
  right: -40px;
  padding-left: 60px;
}

.path_block img {
  width: 40%;
}

ul.primary-list {
  padding: 0;
  list-style: none;

}

ul.primary-list li {
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
}

ul.primary-list li::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #0047C6;
  left: 0;
  top: 5px;
}

.fs-40 {
  font-size: 40px;
}

.about-us ul {
  margin-bottom: 30px;
  margin-left: 6%;
}

.about-us ul li {
  line-height: 38px;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

/*Header css start*/
header {
  z-index: 999;
  position: relative;
}

header .logo {
  /* height: 50px; */
  max-width: 25%;
  /* margin-top: 10px; */
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}

header .navbar {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.flow_block {
  padding: 0;
  background: #f1f2f2;
  overflow: hidden;
  position: relative;
}

.cloud img {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.video_section img {
  border: 6px solid #554859;
  margin-bottom: 20px;
  border-radius: 8px;
}

.faq_section h3 {
  color: #0047C6;
  font-size: 20px;
  padding-top: 40px;
}

header nav {
  display: flex;
  justify-content: space-between;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  padding-right: 17px;
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  transition: all ease .3s;
}

header nav ul li a:hover,
header nav ul li a.active {
  color: #0047C6;
  text-decoration: none;
  transition: all ease .3s;
}

.menu-toggle {
  color: #0047C6;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.social-menu li a img {
  width: 20px;
}

.social-menu li a span {
  position: relative;
}

.social-menu li a span::after {
  position: absolute;
  content: attr(data-cart);
  width: 16px;
  height: 16px;
  border-radius: 100px;
  right: -6px;
  background: red;
  top: -6px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  padding: 3px;
}

.social-menu li:not(:first-of-type) a .social-icon {
  border-radius: 100px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.student_flow_block img {
  width: 60%;
}

.student_flow_block {
  position: relative;
}

.student_flow_block .st {
  position: absolute;
  text-align: left;
}

.student_flow_block .st h2 {
  color: #000000;
  font-size: 16px;
}

.student_flow_block .st1 {
  bottom: 22%;
  left: 34%;
}

.student_flow_block .st2 {
  bottom: 38%;
  left: 33%;
  width: 13%;
  text-align: left;
}

.student_flow_block .st3 {
  bottom: 28%;
  left: 47%;
  width: 15%;
}

.student_flow_block .st4 {
  bottom: 50%;
  left: 39%;
  width: 12%;
}

.student_flow_block .st5 {
  bottom: 50%;
  left: 56%;
}

.student_flow_block .st6 {
  bottom: 73%;
  left: 51%;
  width: 12%;
}

.student_flow_block .st7 {
  bottom: 61%;
  left: 66%;
  width: 20%;
}

.pro_workflow img {
  width: 60%;
}

.pro_workflow .container {
  position: relative;
}

.pro_workflow .pt h4 {
  color: #000000;
  padding-bottom: 5px;

}

.pro_workflow .pt h2 {
  color: #000;
  font-size: 17px;
  text-transform: capitalize;
}

.pro_workflow .pt.pt1 {
  width: 15%;
  position: absolute;
  left: 21%;
  bottom: 14%;
}

.pro_workflow .pt.pt2 {
  width: 10%;
  position: absolute;
  left: 23%;
  bottom: 40%;
}

.pro_workflow .pt.pt3 {
  width: 14%;
  position: absolute;
  left: 30%;
  top: 18%;
}

.pro_workflow .pt.pt4 {
  width: 13%;
  position: absolute;
  left: 43%;
  top: 8%;
}

.pro_workflow .pt.pt5 {
  width: 15%;
  position: absolute;
  right: 29%;
  top: 18%;
}

.pro_workflow .pt.pt6 {
  width: 12%;
  position: absolute;
  right: 22%;
  top: 42%;
}

.pro_workflow .pt.pt7 {
  width: 13%;
  position: absolute;
  right: 22%;
  bottom: 15%;
}

.contact-us a {
  color: #000000;
}

.package_section ul {
  background: #f0f0f0;
  padding: 10px;
  width: 43%;
  margin: 0 auto;
  margin-bottom: 0px;
  border-radius: 10px;
  justify-content: center;
}

.package_section ul li {
  background: #f0f0f0;
}

.package_section ul li .nav-link {
  color: #0047C6;
}

.package_section ul li .nav-link.active {
  background: #0047C6 !important;
}

.px-6 {
  padding: 0px 35px;
}

.cloud_logo img {
  position: absolute;
  left: -200px;
  width: 30%;
  top: -60px;
}

.flow_block .section-subtitle {
  padding-top: 20px;
}

.flow_block .section-subtitle span {
  color: #0047C6;
}

.cloud {
  text-align: right;
  margin-bottom: -40px;
}

@media (max-width: 991px) {

  div.pattern-1 {
    display: none;
  }

  div.pattern-2 {
    display: none;
  }

  section.platform-provides .nav.nav-pills {
    justify-content: center !important;
  }

  .menu-toggle {
    display: block;
  }

  .blogs .blog-card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .blogs .blog-card .blog-content {
    order: 2;
  }

  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh);
    background: #fff;
    top: 0;
    left: -100%;
    transition: 0.5s;
  }

  header nav.active {
    left: 0;
  }

  header nav ul:not(.social-menu) {
    display: block;
    overflow-y: scroll;
  }


  header nav {
    flex-direction: column;
  }

  header nav ul:not(.social-menu) li {
    list-style: none;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header nav ul.social-menu {
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }

  .close-btn {
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .close-btn svg {
    font-size: 24px;
  }

  .logo-mob {
    max-width: 100px;
  }

  header {
    position: relative;
  }

  .navbar {
    position: initial;
  }

}

@media (max-width:1300px) {
  .prgogram_title h3 {
    font-size: 15px !important;
  }

  .prgogram_title h4 {
    top: 115px;
    font-size: 17px;
  }

  .prgogram_title h4 {
    font-size: 17px;
  }

  header nav ul li a {
    /* height: 50px; */

    font-size: 12px;

  }

  .social-menu li:not(:first-of-type) a .social-icon {

    width: 25px;
    height: 25px;

    font-size: 10px;
  }

  .social-menu li a img {
    width: 16px;
  }

  .nav-menu li a {
    text-transform: capitalize;
    font-size: 12px;
  }

  header nav ul li a {

    padding-right: 15px;
  }

}



nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li a:focus {
  color: #2D7ABE;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown li a {
  display: block;
  padding: 5px 20px;
  line-height: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }



  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}


/*Header css end*/



/*--------------Banner --------------*/
.banner_bg {
  background-image: url("../images/Herobanner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_bg .banner_section {
  padding-top: 40px;
}

/*--------------Banner End --------------*/

/*--------------About Us --------------*/

.pattern-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pattern-2 {
  position: absolute;
  top: -10%;
  right: 0;
  z-index: -1;
}

.list-style-type-none {
  list-style-type: none;
}

.list-style-type-none li {
  margin-bottom: 15px;
}

.info-div {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-div p {
  padding-left: 30px;
  margin-bottom: 0;
}

.info-div:before {
  position: absolute;
  content: url("../images/icons/Cube.svg");
}

/*--------------About Us End--------------*/

/*--------------Service Provided --------------*/
.service-provided,
.workflow,
.career_banner_bg {
  background-image: url("../images/sectionbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.custm_title {
  color: #000;
  padding: 20px;
  font-size: 20px;
}

/* .workflow{
  padding-bottom: 0;
  padding-top: 0;
} */
.service-provided .card-div {
  margin-top: 70px;
}

.service-provided .service_card {
  background: #F8F8F8;
  border-radius: 9px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  border: none;
  text-align: left;
  -webkit-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
}

.owl_custom .owl-dots {
  display: none !important;
}

.owl-theme .item {
  /* height: 10rem;
  background: #4dc7a0; */
  padding: 1rem;
}

.owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.4375rem;
  margin-top: 0rem;
}

.home_services .service_card {
  padding: 60px 20px 20px 30px;
}

.service-provided .service_card .service_icon {
  position: absolute;
  top: 0px;
  left: 15%;
  transform: translate(-30px, -30px);
}

.service_card .service_content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}

.sub_title {
  font-weight: 500;
  font-size: 26px;
  color: #000;
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
  text-transform: uppercase;
}

.service_card .service_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  height: 70px;
}

.service_content img {
  width: 20%;
  margin-bottom: 10px;
}

.min-h-270 {
  min-height: 270px !important;
}

.custm_services .service_card .service_content p {
  height: 150px;
}

.custm_services2 .service_card .service_content p {
  height: 100px;
}

.home_services .service_card .service_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  height: auto;
}

.bg_blue {
  background: #0047c6;
  text-align: center;
  padding: 20px 0 125px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: #1d468e;
}

.projectFactsWrap .item:nth-child(2) {
  background: #2454a9;
}

.projectFactsWrap .item:nth-child(3) {
  background: #1d4182;
}

.projectFactsWrap .item:nth-child(4) {
  background: #16356b;
}

.projectFactsWrap .item p.number {
  font-size: 50px;
  padding: 0;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}

.projectFactsWrap .item span {
  color: #fff;
  font-size: 30px;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #ffffff;
}

.projectFactsWrap .item svg {
  color: #ffffff;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* AUTHOR LINK */
footer {
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: 'Open Sans';
  width: 100%;
  word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }
}

.bg_blue h3 {
  color: #fc0;
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.eva_block {
  position: relative;
  height: 240px;
}

.eva_block .block_n {
  position: absolute;
  top: -40%;
  width: 85%;
}

.eva_block .block_n p {
  min-height: 140px;
  margin-bottom: 0;
}

.eva_block .block_n .btn {
  padding: 10px 40px;
}

.gap-20 {
  gap: 20px;
}

.eva_block .block_n h2 {
  padding-top: 30px;
}

.eva_block .block_n img {
  width: 14%;
  margin-bottom: 20px;
  background: #e0ebff;
  border-radius: 18px;
  padding: 14px;
}

.bg_white {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
}

.service-provided .service_card:hover {
  background: rgba(79, 168, 220, 0.12);
  box-shadow: none;
  cursor: pointer;
}

/*--------------Service Provided End--------------*/

/*--------------Platform Towards --------------*/
.platform-provides .nav.nav-pills {
  width: 95%;
  margin: auto;
}

.platform-provides .nav.nav-pills .nav-link {
  width: 270px;
  text-align: center;
  padding: 17px 0;
  background-color: #D9D9D9;
  color: #000;
  border-radius: 0;
  position: relative;
  padding-left: 20px;
}

.platform-provides .nav.nav-pills .nav-link.active {
  background-color: #0047C6;
  color: #fff;
}

.platform-provides .nav.nav-pills .nav-link .tab-button-icon {
  position: absolute;
  background: #fff;
  padding: 15px;
  border-radius: 100%;
  box-shadow: inset 0 0 10px #cdcdcd;
  top: -2px;
  left: -12%;
  width: 60px;
}

.platform-provides .nav.nav-pills .nav-link.active .tab-button-icon {
  box-shadow: inset 0 0 10px #0047c638;
}

/*--------------Platform Towords End--------------*/


/*--------------Workflow --------------*/

.workflow .workflow-card {
  padding: 20px;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
}

.workflow .workflow-card ul {
  list-style-type: square;
  padding-left: 15px;
}

.workflow .workflow-card ul li {
  margin-bottom: 15px;

}

.workflow .workflow-card .stepcount {
  background: lightgray;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.workflow .workflow-card .stepribbon {
  position: absolute;
  height: 55px;
  width: 7px;
  top: 5%;
  left: 0;
}

.workflow .workflow-card .stepribbon.bg1 {
  background: #ff8b0096;
}

.workflow .workflow-card .stepribbon.bg2 {
  background: #00b232a3;
}

.workflow .workflow-card .stepribbon.bg3 {
  background: #0047c6a3;
}

a {
  text-decoration: none;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/*--------------Testimonials End --------------*/


/*--------------Workflow End --------------*/
.testimonials .card-testimonials {
  border: none;
  box-shadow: 0 0 10px #cdcdcd;
}

.card-testimonials p {
  font-size: 16px;
}

.blog-content p {
  font-size: 14px;
}

.client-info {
  background-image: url("../images/bg-testimonials.jpg");
  background-repeat: no-repeat;
  padding: 20px;
  flex-direction: column;
  background-size: cover;
}

.testimonials .card-testimonials .content-client {
  padding: 20px;
}

.client-info .client-img {
  margin-top: -40px;
}

.client-info .client-name {
  margin-top: 20px;
}

.testimonials .owl-carousel .item {
  margin: 10px;
}

.testimonials .card-testimonials .content-client svg {
  color: #0047C6;
  font-size: 30px;
}

/*--------------Testimonials .card-testimonials{
 End --------------*/
/*--------------Blogs --------------*/

.blogs .blog-card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  -moz-box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
  box-shadow: 1px 5px 15px -2px rgba(224, 235, 255, 1);
}

.how_section h4 {
  color: #000;
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-top: 20px;
}

.how_section p {
  min-height: 160px;
}

.blogs .blog-card .blog-img img {
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.blogs .blog-card .blog-img {
  position: relative;
}

.blogs .blog-card .blog-content {
  padding: 20px;
}

.blogs .blog-card .blog-content h3 {
  color: #000;
  font-weight: 600;
  margin: 25px 0;
  font-size: 20px;
}

/*--------------Blogs End--------------*/
/*--------------Our Partner --------------*/
.our-partner {
  background-color: #F1F7FF;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffe5cf;
  width: 15px;
  height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0047C6;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

/*--------------Our Partner End--------------*/
/*--------------Subscribe Footer --------------*/
.subscribe {
  background-color: #0047C6;
  padding: 20px 0;
}

.contact-us {
  /* background-image: url("../images/mapbg.jpg"); */
  /* background-size: cover;
  background-repeat: no-repeat; */
  background: #eef2fb;
}

.copywrite {
  background: #0047c6;
  padding-top: 15px;
}

.copywrite p {
  color: #ffffff;
}

.contact-us .contct-sec {
  background: #fceddb;
  padding: 30px;
  border-radius: 20px;
}

.contact-us textarea {
  height: 100px;
}

.form-control {
  font-size: 14px;
}

.contact-us input.form-control {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  font-size: 14px;
}

.contact-us input::placeholder {
  font-size: 14px;
}

.mn_ht_100 {
  min-height: 110px;
}

.w-60 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
}

.footer {
  padding: 60px 0;
  background-color: #fafafa;
  clear: both;
}

.footer p {
  font-size: 14px !important;
}

.footer .footer-social {
  display: flex;
  flex-direction: row;
}

.footer .footer-social a {
  border-radius: 5px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
  box-shadow: inset 0 0 10px #bcbcbc38;
  border: 1px solid #e9e9e9;
}


footer .usefull-links {
  list-style-type: none;
}

footer .pb-50 {
  padding-bottom: 60px;
}

footer .usefull-links li {
  padding: 6px 0;
}

footer .usefull-links li a {
  padding: 5px 0;
  text-decoration: none;
  color: #000;
}

footer .usefull-links li a:hover {
  color: #0047C6;
}

footer .contct-stl ul {
  list-style-type: none;
}

footer .contct-stl ul li {
  padding: 6px 0;

}

footer .contct-stl ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
}

footer .contct-stl ul li a span {
  width: 30px;
}

footer .contct-stl ul li a p {
  margin: 0;
  color: #fff;
}

footer .copywrite-links {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  list-style-type: none;
}

footer .copywrite-links li a {
  color: #fff;
  text-decoration: none;
}

footer .copywrite p.font-12 {
  font-size: 12px;
}

footer .copywrite p {
  margin-bottom: 0;
}

.block .title {
  color: #0047C6;
  font-weight: bold;
  padding-left: 30px;
  font-size: 25px;
  margin-bottom: 7px;
  display: none;
}

/* About Us Page */

.about_bg {
  background: #0047C6;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content-inner {
  padding: 40px 0;
}

.hero-content-inner .hero-title {
  font-size: 30px;
  text-transform: uppercase;
}

.address-card {
  position: absolute;
  background-color: #0047c6;
  border-radius: 10px;
  padding: 40px 15px;
  border: 5px solid #D3E3FF;
  left: -30px;
  top: -30px;
  width: 50%;
}

.about-services {
  background-color: #fbd2a5;
  padding: 0px;
  border: none;
  text-align: center;
  border-radius: 20px;
}

.about-services.color2 {
  background-color: #f6930f;
}

.about-services.color3 {
  background-color: #eb4a7d;
}

.about-services.color4 {
  background-color: #1980cd;
}

.about-services h2 {
  font-size: 25px;
  color: #000000;
}

.about-services h2 span {
  color: #000000;
}

.img_bg {
  background: #0046c6;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
}

.about_services_content {
  padding: 5px 20px;
}

.about-services p {
  color: #000000;
}

.about-services img {
  width: 40%;
  padding: 20px;
}

.privacy_section ul li {
  list-style: none;
}

.about-services .about_services_content h3 {
  color: #000;
  margin-bottom: 20px;
}

.about-services .about_services_content p {
  min-height: 310px;
  text-align: left;
}

.card-team {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 20px;
}

/* .card-team:hover {
  border-bottom: 2px solid #0047C6;
} */
.card-team .team-content {
  width: 60%;
}

.team-content p {
  font-size: 15px;
  color: #888888;
  padding: 0;
  margin: 0;
}

.team-content .btn {
  font-size: 13px;
}

.card-team .team-img img {
  height: 200px;
  width: 230px;
}

.card-team .team-img {
  width: 40%;
}

/* .card-team .team-img img {
  border-radius: 100%;
} */

.bg-img-none {
  background-image: none !important;
}

.form-contact {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
}

/* Career Assesment Tests */
.career_banner_bg .hero-content {
  padding: 40px 0 30px;
}

.form-control::placeholder {
  color: #ccc;
}

.take-test .take-your-test {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 20px;
}

.card-counter {
  background: #e0e0e0;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
}

.card-counter:hover {
  box-shadow: 0 0 10px #ccc;
  background-color: aliceblue;
}

.accordion-item {
  margin-bottom: 15px;
  /* box-shadow: 0 0 10px #cdcdcd; */

}

.accordion-button:focus {
  border-color: none !important
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
}

.accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 500;
}

/*Timeline*/
.my-timeline {
  position: relative;
}

.my-container {
  padding: 32px 0px;
  position: relative;
  width: 50%;
  opacity: 1;
}

.my-container:nth-child(1) {
  animation-delay: 0s;
}

.my-container:nth-child(2) {
  animation-delay: 1s;
  padding-left: 40px;
}

.my-container:nth-child(3) {
  animation-delay: 2s;
}

.my-container:nth-child(4) {
  animation-delay: 3s;
  padding-left: 40px;
}

.my-container:nth-child(5) {
  animation-delay: 4s;
}

.my-container:nth-child(6) {
  animation-delay: 5s;
  padding-left: 40px;
}

.my-container:nth-child(7) {
  animation-delay: 6s;
}

.my-container:nth-child(8) {
  animation-delay: 7s;
  padding-left: 40px;
}

.text-box {
  padding: 20px 30px;
  position: relative;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 400;
  background-color: white;
  /* border: 2px solid #0047C6; */
  filter: drop-shadow(0px 0px 20px rgba(190, 190, 190, 0.25));
  border-radius: 6px;
  box-shadow: 0 0 10px #b7d1ff;
}

.left-container {
  left: 0;
}

.right-container {
  margin-left: auto;
}

.my-container {
  display: flex;
  align-items: center;
}

.border-r40 {
  border-radius: 40px;
}

.my-container h5 {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  width: 100%;
}


.timeline-line {
  position: absolute;
  width: 4px;
  background-color: #0047C6;
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
  height: 0;
  transition: height 0.5s ease;
}

.timeline-image {
  position: absolute;
  left: 47.6%;
  width: 60px;
  height: auto;
  transition: top 0.5s ease;
  top: 0;
}

.my-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #A3A3A3;
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: -1;
  height: 100%;

}

@media screen and (max-width:1370px) {
  .student_flow_block .st h2 {
    font-size: 14px;
  }

  .prgogram_title h4 {
    top: 115px;
    font-size: 17px;
  }

  .prgogram_title h4 {
    font-size: 17px;
  }

  .student_flow_block .st4 {
    bottom: 50%;
    left: 39%;
    width: 12%;
  }

  .team-content h4 {
    padding-left: 10px;
  }

  .team-content p {
    padding-left: 15px;
  }

  .tabbed-about-us-v2.tabbed-about-us .tabs-nav li {
    width: 168px !important;
    margin-right: 15px !important;
  }

  .service_card .service_content p {
    height: 120px;
  }

  .block.block3 {
    bottom: -34%;
  }

  .section-title-in {
    font-size: 21px;
  }

  .inner_content h3 {
    font-size: 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .about-services .about_services_content p {
    min-height: 360px;
  }

  .block.block4 {
    bottom: -34%;
  }

  .hero-title {
    font-size: 30px;
  }

  .workflow-card-content .btn-1 {
    font-size: 13px;
  }

  .workflow-card-content .btn-white {
    font-size: 13px;
  }
}

@media screen and (max-width:1360px) {
  .popup_block img {
    width: 60%;
  }

  .about-us ul li {
    font-size: 14px;
    line-height: 29px;
  }

  .prgogram_title h4 {
    top: 115px !important;
    font-size: 17px !important;
  }

  .prgogram_title h4 {
    font-size: 17px !important;
  }
}

@media screen and (max-width:1240px) {

  .prgogram_title h4 {
    top: 115px !important;
    font-size: 17px !important;
  }

  .prgogram_title h4 {
    font-size: 17px !important;
  }

  .popup_block img {
    width: 60%;
  }

  .about-us ul li {
    font-size: 14px;
    line-height: 29px;
  }
}

@media screen and (max-width:1150px) {
  .prgogram_title h4 {
    top: 115px;
    font-size: 17px;
  }

  .prgogram_title h4 {
    font-size: 17px;
  }

  .about-us ul li {
    font-size: 14px;
    line-height: 29px;
  }
}

@media screen and (max-width: 600px) {
  .prgogram_title h5 {
    bottom: 84px;
  }

  .my-timeline {
    margin: 50px auto;
  }

  .prgogram_title h4 {
    top: 175px;
  }

  .my-timeline::after {
    left: 40px;
  }

  .my-container {
    width: 100%;
    padding-left: 36px;
  }

  .text-box {
    font-size: 14px;
    order: 2;
  }

  .right-container {
    left: 0;
  }
}

@media screen and (max-width:820px) {
  .pro_workflow img {
    width: 80%;
  }

  .pro_workflow .pt h2 {
    font-size: 14px;
  }

  .pro_workflow .pt h4 {
    font-size: 18px;
  }

  .pro_workflow .pt.pt1 {
    width: 19%;
    position: absolute;
    left: 12%;
    bottom: 13%;
  }

  .pro_workflow .pt.pt2 {
    width: 15%;
    position: absolute;
    left: 14%;
    bottom: 39%;
  }

  .pro_workflow .pt.pt3 {
    width: 16%;
    position: absolute;
    left: 25%;
    top: 19%;
  }

  .pro_workflow .pt.pt4 {
    width: 18%;
    position: absolute;
    left: 41%;
    top: 7%;
  }

  .pro_workflow .pt.pt5 {
    width: 16%;
    position: absolute;
    right: 24%;
    top: 17%;
  }

  .pro_workflow .pt.pt6 {
    width: 16%;
    position: absolute;
    right: 13%;
    top: 40%;
  }

  .pro_workflow .pt.pt7 {
    width: 13%;
    position: absolute;
    right: 16%;
    bottom: 12%;
  }

  .flow_block .section-subtitle {
    padding-top: 40px;
    font-size: 24px;
  }

  .student_flow_block .st h2 {
    font-size: 14px;
  }

  .cloud img {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 50%
  }

  .cloud_logo img {
    position: absolute;
    left: -160px;
    width: 45%;
    top: -51px;
  }

  .flow_block {
    height: 690px;
  }

  .student_flow_block img {
    width: 100%;
  }

  .student_flow_block .st1 {
    bottom: 22%;
    left: 24%;
  }

  .student_flow_block .st2 {
    bottom: 36%;
    left: 26%;
    width: 13%;
    text-align: left;
  }

  .student_flow_block .st3 {
    bottom: 27%;
    left: 46%;
    width: 40%;
  }

  .student_flow_block .st4 {
    bottom: 50%;
    left: 36%;
    width: 17%;
  }

  .student_flow_block .st5 {
    bottom: 46%;
    left: 61%;
    width: 30%;
  }

  .student_flow_block .st7 {
    bottom: 59%;
    left: 76%;
    width: 29%;
  }

  .student_flow_block .st6 {
    bottom: 73%;
    left: 56%;
    width: 19%;
  }
}

@media screen and (max-width:780px) {

  .path_block {
    position: static;
    margin-bottom: 100px;
  }

  .block.block1 {
    position: initial;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .block.block2 {
    position: initial;
    width: 100%;
    display: block;
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .block.block3 {
    position: initial;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .block.block4 {
    position: initial;
    width: 100%;
    display: block;
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .path_block img {
    display: none;
  }

  .block .title {
    display: block;
  }
}

@media screen and (max-width:440px) {
  .eva_block {
    position: relative;
    height: 650px;
  }

  .eva_block .block_n {
    position: absolute;
    top: -15%;
    width: 95%;
  }

  .w-60 {
    width: 100%;
  }

  .bg_blue h3 {
    width: 90%;
    padding-top: 10px;
  }

  .eva_block .block_n img {
    width: 34%;
  }

  .eva_block .block_n h2 {
    padding-top: 10px;
  }

  .about-services .about_services_content p {
    min-height: 200px;
  }

  .team-content h4 {
    font-size: 20px;
  }

  .card-team .team-img img {
    height: 170px;
    width: 230px;
  }

  .about-services {
    margin-bottom: 20px;
  }

  .pro_workflow img {
    width: 90%;
  }

  .pro_workflow .pt h2 {
    font-size: 9px;
  }

  .pro_workflow .pt h4 {
    font-size: 12px;
  }

  .pro_workflow .pt.pt1 {
    width: 17%;
    position: absolute;
    left: 11%;
    bottom: 12%;
  }

  .pro_workflow .pt.pt2 {
    width: 15%;
    position: absolute;
    left: 11%;
    bottom: 37%;
  }

  .pro_workflow .pt.pt3 {
    width: 16%;
    position: absolute;
    left: 23%;
    top: 16%;
  }

  .pro_workflow .pt.pt4 {
    width: 18%;
    position: absolute;
    left: 41%;
    top: 5%;
  }

  .pro_workflow .pt.pt5 {
    width: 17%;
    position: absolute;
    right: 22%;
    top: 14%;
  }

  .pro_workflow .pt.pt6 {
    width: 16%;
    position: absolute;
    right: 10%;
    top: 37%;
  }

  .pro_workflow .pt.pt7 {
    width: 13%;
    position: absolute;
    right: 15%;
    bottom: 12%;
  }

  .cloud_logo img {
    left: -118px;
    width: 60%;
    top: -21px;
  }

  .flow_block .section-subtitle {
    padding-top: 40px;
    font-size: 21px;
    text-align: right !important;
  }

  .student_flow_block .st h2 {
    font-size: 11px;
  }

  .student_flow_block .st2 {
    bottom: 39%;
    left: 16%;
    width: 23%;
    text-align: left;
  }

  .student_flow_block .st4 {
    bottom: 50%;
    left: 41%;
    width: 17%;
  }

  .student_flow_block .st7 {
    bottom: 54%;
    left: 76%;
    width: 28%;
  }

  .student_flow_block .st5 {
    bottom: 41%;
    left: 61%;
    width: 21%;
  }

  .student_flow_block .st6 {
    bottom: 73%;
    left: 58%;
    width: 24%;
  }

  .flow_block {
    height: 420px;
  }

}

@media screen and (max-width:420px) {
  .details .job {
    width: 74%;
    text-align: center;
  }

  .team-content h4 {
    padding-left: 10px;
    font-size: 18px;
    padding-top: 19px;
  }

  .team-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .flow_block .section-subtitle {
    padding-top: 40px;
    font-size: 20px;
    text-align: right !important;
  }

  .student_flow_block .st h2 {
    font-size: 10px;
  }

  .cloud img {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 60%;
  }

  .cloud_logo img {
    position: absolute;
    left: -120px;
    width: 65%;
    top: -31px;
  }

  .flow_block {
    height: 380px;
  }

  .student_flow_block img {
    width: 100%;
  }

  .student_flow_block .st1 {
    bottom: 22%;
    left: 24%;
  }

  .student_flow_block .st2 {
    bottom: 36%;
    left: 17%;
    width: 26%;
    text-align: left;
  }

  .student_flow_block .st3 {
    bottom: 27%;
    left: 46%;
    width: 40%;
  }

  .student_flow_block .st4 {
    bottom: 50%;
    left: 36%;
    width: 17%;
  }

  .student_flow_block .st5 {
    bottom: 46%;
    left: 61%;
    width: 30%;
  }

  .student_flow_block .st7 {
    bottom: 54%;
    left: 77%;
    width: 26%;
  }

  .student_flow_block .st6 {
    bottom: 73%;
    left: 56%;
    width: 19%;
  }

  .bg_blue h3 {
    width: 100%;
  }

  .eva_block .block_n img {
    width: 45%;
    padding: 0px 14px;
  }

  .eva_block .block_n h2 {
    padding-top: 10px;
    font-size: 18px;
  }

  .eva_block {
    height: 740px;
  }

  .bg_white {
    margin-top: 10px;
  }

  section.service-provided .service_card {
    margin-bottom: 20px !important;
  }

  .btn-1 {
    margin-bottom: 0px;
  }

  .eva_block .block_n {
    top: -15%;
  }

  .sub_title {
    font-size: 19px;
    width: 90%;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 25px !important;
    margin-top: 20px;
  }

  .w-60 {
    width: 97%;
    font-size: 16px;
    line-height: 24px;
  }

  .banner_bg {
    background: #f5f8fd;
    padding-right: 20px;
    padding-left: 10px;
  }

  .about-services .about_services_content p {
    min-height: 180px;
    text-align: left;
  }

  .about-services {
    margin-bottom: 15px;
  }

  .card-team .team-img img {
    height: 150px;
  }

  .card-team .team-content {
    width: 56%;
  }
}



.pricing__table {
  display: flex;
  margin: 30px 30px 40px 30px;
}

@media (max-width: 640px) {
  .pricing__table {
    margin: 60px 15px;
  }
}

.pricing__table .pt__title {
  max-width: 25%;
  flex: 1;
  background: #ffe5c9;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 991px) {
  .pricing__table .pt__title {
    max-width: 50%;
  }
}

.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
  }
}

.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  min-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  text-align: left;
  align-items: flex-start;
}

.pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.pricing__table .pt__option {
  position: relative;
  flex: 1;
}

@media (max-width: 991px) {
  .pricing__table .pt__option {
    max-width: 50%;
  }
}

.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 40px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}

.pricing__table .bg_l {
  background: #ebebeb;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}

@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}

.pricing__table .pt__option .pt__option__item {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}

.pricing__table .pt__option .pt__option__item .pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  background: #f8f8f8;
  margin-right: 4px;
}

@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item {
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
}

.pricing__table .pt__option .pt__option__item .pt__item.recommend {
  background-color: rgba(0, 97, 255, 0.15);
  border: 1px solid #0061FF;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    font-size: 1.3rem;
  }
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
  display: inline-flex;
  padding: 10px 15px;
  align-items: center;
  border-bottom: 0;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
  padding: 11px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #0047C6;
  transition: 0.25s;
  font-size: 14px;
  border: 1px solid #0047C6;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a:hover {
  background-color: #ffffff;
  border: 1px solid #0047C6;
  color: #0047C6;
}

@media (max-width: 576px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    padding: 12px 20px;
  }
}

@media (max-width: 640px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 14px;
    font-weight: 400;
  }

  .prgogram_title h5 {
    bottom: 85px !important;
  }

  .prgogram_title h4 {
    top: 175px !important;
  }

  .fns-5 {
    font-size: 18px !important;
    width: 90% !important;
  }
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.slide-content .card {
  border-radius: 25px;
  background-color: #FFF;
}

.slide-content ul {
  padding: 30px;
  min-height: 460px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
}

.slide-content ul li {
  margin-bottom: 7px;
  list-style: none;
  border-bottom: 1px dashed #9a9a9a;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 15px;
}

.slide-content ul li:last-child {
  border-bottom: none;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 45px 0 15px;
}

.slide-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0046c6;
  border-radius: 25px 25px 0 25px;
}

.slide-content .overlay::before,
.slide-content .overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #0046c6;
}

.slide-content .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.slide-content .card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
  margin-bottom: -50px;
}

.slide-content .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0046c6;
}

.slide-content .name {
  font-size: 22px;
  font-weight: 600;
  color: #0046c6;
  margin-top: 40px;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 38px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}

.vertical-align-middle {
  vertical-align: middle;
}

.item .disc p {
  font-size: 14px;
  margin: 0;
  padding: 4px 0 0;
  line-height: 15px;
  color: #11111194;
}

.item .disc h5 {
  color: #000000;
  margin-top: 5px;
  font-size: 17px;
}

.item img {
  margin-top: 20px;
  border: 6px solid #efefef;
}

.item .disc {
  text-align: center;
}

.prgogram_title {
  position: relative;
}

.prgogram_title img {
  width: 90%;
}

.prgogram_title h3 {
  font-size: 20px;
  color: #000;
  position: absolute;
  width: 40%;
  right: 17%;
  bottom: 78px;
}

.cp_block h3 {
  font-size: 20px;
  color: #0047C6;
}

.cp_block_con {
  background: #2a4280;
  padding: 20px;
  border-radius: 18px;
  margin-top: 30px;
  min-height: 456px
}

.cp_block_con h4 {
  color: #fff;
  padding: 15px 0px;
  font-size: 22px;
}

.cp_block_con ul li {
  list-style: none;
  color: #ffffff;
  line-height: 25px;
  margin-left: 10px;
}

.cp_block_con p {
  color: #ffffff;
  padding: 0;
  margin: 2px 0;
}

.cp_block_con.clr2 {
  background: #48a05e
}

.cp_block_con.clr3 {
  background: #cca44f
}

.mt-10 {
  margin-top: 30px;
}

.fns-5 {
  font-size: 24px;
  width: 60%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 40px;
}

.prgogram_title h4 {
  font-size: 19px;
  color: #fff;
  position: absolute;
  width: 54%;
  right: 30%;
  top: 135px;
}

.prgogram_title h5 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 54%;
  right: 30%;
  bottom: 55px;
}

.blog_title {
  width:60%;
  margin: 0 auto;
  font-size: 25px;
  margin-bottom: 10px;
}

.banner_list {
  margin-bottom: 10px;
}

.banner_list li {
  list-style: none;
  margin-bottom: 5px;
}