@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Mulish:wght@400;500;600;700&display=swap");
.carousel-icon {
  color: red;
}
@media (min-width: 250px) and (max-width: 480px) {
  .carousel-item {
    height: 300px;
    margin-top: 100px;
  }
  #carouselimg {
    height: 300px;
  }
  #carouselExampleIndicators {
    margin-top: 0px;
  }
  .properties__card {
    height: 780px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .carousel-item {
    height: 400px;
    margin-top: 100px;
  }
  #carouselimg {
    height: 400px;
  }
  #carouselExampleIndicators {
    margin-top: 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .carousel-item {
    height: 600px;
    margin-top: 100px;
  }
  #carouselimg {
    height: 600px;
  }
  #carouselExampleIndicators {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 2500px) {
  .carousel-item {
    height: 600px;
    margin-top: 70px;
  }
  #carouselimg {
    height: 600px;
  }
  #carouselExampleIndicators {
    margin-top: 25px;
  }
}

body {
  line-height: 1.5;
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.header-logo {
}
.heading-title {
  margin-bottom: 100px;
}
.text-right
 {
  text-align: right;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}
.team-img {
  height: 350px;
  background-size: cover;
}

.team-member,
.team-member .team-img {
  position: relative;
  border-radius: ;
}
.team-member {
  overflow: hidden;
}
.team-member,
.team-member .team-img {
  position: relative;
  margin-top:3px;
}
.bg-adjust {
  background-position: right;
}
.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border-width: 20px;
  border-style: solid;
  border-image: linear-gradient(to right, darkblue, darkorchid) 1;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 45%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}
.text-custom {
	color: #aa20a8 !important;
}
/* your CSS goes here*/
.titlee {
  color: #fa9746;
  margin-bottom: 30px;
  position: relative;
}
.titlee::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: "";
}
.titlee::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: "";
}
/* services */
.services {
  padding: 40px;
  position: relative;
}
.services .square {
  height: 100px;
  width: 100px;
  margin: 30px auto 40px;
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  background: linear-gradient(rgb(192, 84, 255) 0%, rgb(82, 116, 255) 100%);

  box-shadow: 0px 0px 27px 0px #ccc;
  border: 2px dotted #eaf3fa;
}
.square i {
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: "";
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color: #fa9746;
  content: "";
  transform: rotate(90deg);
}
i{
  
  color: #fff;
  
}
.exam-name {
  transform: rotate(-45deg);
  color: #fff;
  margin-top: 30px;
}
.services .serv .num {
  width: 60px;
  height: 60px;
  background-color: #7499f1;
  box-shadow: 0px 0px 15px 0px #00a9d3;
  margin: -38px auto 15px auto;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  padding-top: 7px;
  border: 1px dashed;
}
.services .serv h5 {
  color: #fa9746;
}
.services .serv p {
  color: #777;
}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}

/* services */

.cards {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
  max-width: 400px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
}
.card h2 {
  margin: 0;
  padding: 0 1rem;
}
.card .title {
  padding: 1rem;
  text-align: right;
  color: green;
  font-weight: bold;
  font-size: 12px;
}
.card .desc {
  padding: 0.5rem 1rem;
  font-size: 12px;
}
.card .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
}
.card svg {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.img-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  background-image: linear-gradient(
    rgb(192, 84, 255) 0%,
    rgb(82, 116, 255) 100%
  );
  top: 15px;
  left: 85px;
}

.card-textt {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}

.img-portada {
  width: 100%;
}

.portada {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("https://img1.wsimg.com/isteam/stock/3458/:/cr=t:19.23%25,l:0%25,w:86.58%25,h:64.94%25/rs=w:388,h:194,cg:true,m");
  background-position: bottom center;
  background-size: cover;
}

.portada-3 {
  background-image: url("https://img1.wsimg.com/isteam/stock/Y8bZpRY/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
  background-size: cover;
}
.portada-2 {
  background-image: url("https://img1.wsimg.com/isteam/stock/39107/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
  background-size: cover;
}
.portada-3 {
  background-image: url("https://img1.wsimg.com/isteam/ip/d88bc50f-96eb-4584-955b-96774ae2fb0f/high-school-classroom-1-1068x600.jpg/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
  background-size: cover;
  background-position: center;
}
.portada-4 {
  background-image: url("https://img1.wsimg.com/isteam/ip/d88bc50f-96eb-4584-955b-96774ae2fb0f/1563947705_Indian_Students_Studying_Abroad.jpg/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}
.portada-5 {
  background-image: url("https://img1.wsimg.com/isteam/stock/PaJgZzR/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}
.portada-6 {
  background-image: url("https://img1.wsimg.com/isteam/stock/6139/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}
.portada-7 {
  background-image: url("https://img1.wsimg.com/isteam/stock/295/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
  background-position: contain;
  background-size: cover;
}
.portada-8 {
  background-image: url("https://tse3.mm.bing.net/th?id=OIP.yVTk0oJiEAq1RenlvAwg0AHaE7&pid=Api&P=0&h=180");
}

button {
  border: none;
  background: none;
  font-size: 24px;
  color: #8bc34a;
  cursor: pointer;
  transition: 0.5s;
  &:hover {
    color: #4caf50;
    transform: rotate(22deg);
  }
}

/* about */
.vision-icon {
  font-size: 150px;
  color: #22145b;
}

/* testomials */

.testimonals-sec {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-repeat: no-repeat;
}
.testimonals-icon {
  font-size: 50px;
}

.card {
  box-shadow: 0px 4px 8px 0px #bdbdbd;
  background-image: linear-gradient(
    rgb(192, 84, 255) 0%,
    rgb(82, 116, 255) 100%
  );
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #1e88e5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
  
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0d47a1 !important;
  background-color: transparent !important;
}
.owl-prev::before{
  content: "\f177";
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  color: black;
}
.owl-next::before{
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  color: black;
}

.owl-dots {
  display: none;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.item {
  display: none;
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.item.show {
  display: block;
  transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {
  .next,
  .prev {
    transform: scale(1);
    opacity: 1;
  }

  .item {
    display: block !important;
  }
}

.about1 {
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 15px;
}

.about h1 {
  padding: 10px 0;
  margin-bottom: 20px;
}

.about h2 {
  opacity: 0.8;
}

.about span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  opacity: 0.7;
  background-image: linear-gradient(100deg, #348feb 0%, #e534eb 100%);
  border: 2px solid #4c0822;
  webkit-transition: all 0.5s ease;
  moz-transition: all 0.5s ease;
  os-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-item:hover img {
  opacity: 1;
  font-size: 42px;
  -webkit-transform: scale(1.1, 1.1) rotate(360deg);
  -moz-transform: scale(1.1, 1.1) rotate(360deg);
  -o-transform: scale(1.1, 1.1) rotate(360deg);
  transform: scale(1.1, 1.1) rotate(360deg);
}

.about-item:hover h2 {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.about .lead {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
/* added */


.owl-theme .owl-nav [class*="owl-"] {
  
  font-size: 0px;
  margin-top: 20px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  text-decoration: none;
}





/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(rgb(192, 84, 255) 0%, rgb(82, 116, 255) 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: linear-gradient(rgb(192, 84, 255) 0%, rgb(82, 116, 255) 100%);
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
  padding: 100px 0;
  position: relative;
}
.section-title {
  padding-bottom: 45px;
}
.section-title h2 {
  font-weight: 700;
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}

/* contactform */

.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
  color: #5543ca;
  background: #5543ca;
  background: -moz-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #f4524d 0%,
    #5543ca 100%
  ) !important;
  background: linear-gradient(to right, #f4524d 0%, #5543ca 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #5543ca;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  background-image: linear-gradient(125deg, #a72879, #064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width: 200px;
  cursor: pointer;
}
