@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
:root{
    --color : #ff8800;
    /* --color : #ff2600; */
    /* --color : #9e8e00; */
    --shadow : #ff880050
    /* --shadow : #ff260050; */
    /* --shadow : #9e8e0050; */
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: var(--color);
}

section {
  padding: 5rem 9%;
}

.btnn{
    margin-top: 1rem;
    display: inline-block;
    border: 0.2rem solid #fff;
    color: #fff;
    cursor: pointer;
    background: none;
    font-size: 1.7rem;
    padding: 1rem 3rem;
}
.btnn:hover{
  background: #fff;
  color: #000;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  border: 0.2rem solid var(--color);
  color: var(--color);
  cursor: pointer;
  background: none;
  font-size: 1.7rem;
  padding: 1rem 3rem;
}

.btn:hover {
  background: var(--color);
  color: #fff;
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #10221b;
}

.header {
  position: fixed;
  background-color: #ffffff25;
  /* background-color: #5681ab; */
  /* background-color: transparent; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  top: 30px;
  left: 0;
  right: 0;
  padding: 2rem 9%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.hidden{
    display:none;
}

.header.active {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .logo {
  margin-right: auto;
  font-size: 2.5rem;
  color: #10221b;
  font-weight: bolder;
  height:100px;
}
.logo img{
  height: 100%;
}
.header .logo i {
  color: var(--color);
}
.navbar{
  display:flex
}

.navbar li{
  list-style: none;
}

.header .navbar a {
  margin:0 1rem;
  font-size: 1.7rem;
  /* color: #10221b; */
  color: var(--color);
  font-weight: bolder;
}

.header .navbar a:hover {
  color: var(--color);
}

.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #10221b;
  display: none;
}

.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  /* color: #10221b; */
  color: var(--color);
}

.header .icons a:hover,
.header .icons div:hover {
  color: var(--color);
}

.header #menu-btn {
  display: none;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.search-form.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.search-form #close-search {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  cursor: pointer;
  color: #fff;
  font-size: 6rem;
}

.search-form #close-search:hover {
  color: var(--color);
}

.search-form form {
  width: 70rem;
  margin: 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form form input {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-transform: none;
  background: none;
  padding-right: 2rem;
}

.search-form form input::-webkit-input-placeholder {
  color: #aaa;
}

.search-form form input:-ms-input-placeholder {
  color: #aaa;
}

.search-form form input::-ms-input-placeholder {
  color: #aaa;
}

.search-form form input::placeholder {
  color: #aaa;
}

.search-form form label {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}

.search-form form label:hover {
  color: var(--color);
}

.home {
    /* margin-top:6%; */
  padding: 0;
}

.home .box {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 9%;
}

.home .box.second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home .box .content {
  /*width: 50rem;*/
  padding: 2rem;
  background: #00000075;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.8);
}

.home .box .content span {
  font-weight: bold;
  font-size: 4rem;
  color: #10221b;
  color: #fff;
}

.home .box .content h3 {
  font-size: 6rem;
  color: #fff;
  padding-top: .5rem;
  text-transform: uppercase;
}

.home .box .content p {
  line-height: 2;
  color: #10221b;
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: bold;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3rem;
  color: #10221b;
}

.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.category .box-container .box {
  text-align: center;
  /* padding: 1rem; */
  
  border: 1px solid rgb(0 0 0 / 70%);
  transition: all 0.5s;
  border-radius: 5%;
  overflow: hidden;
}
.category .box-container .box:hover {
  box-shadow: none;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
  
}

.category .box-container .box img {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
}
.category .box-container .box:hover img {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.category .box-container .box h3 {
  font-size: 2rem;
  color: var(--color);
}

.category .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.about {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.about .image img {
  width: 100%;
  -webkit-box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: var(--color);
}

.about .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.shop .slide {
  border: 0.2rem solid #10221b;
}

.shop .slide:hover .image .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.shop .slide .image {
  position: relative;
  overflow: hidden;
  height: 30rem;
  width: 100%;
}

.shop .slide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop .slide .image .icons {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
}

.shop .slide .image .icons a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #10221b;
  color: #fff;
  margin: 0 .2rem;
}

.shop .slide .image .icons a:hover {
  background: var(--color);
}

.shop .slide .content {
  padding: 1rem 0;
  text-align: center;
}

.shop .slide .content h3 {
  font-size: 2rem;
  color: #10221b;
}

.shop .slide .content .price {
  padding: 1rem 0;
  padding-top: .5rem;
  font-size: 2rem;
  color: var(--color);
}

.shop .slide .content .stars i {
  font-size: 1.7rem;
  color: #10221b;
}

.packages {
  background: #eee;
}

.packages .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}

.packages .box-container .box {
  text-align: center;
  background: #fff;
  border: 0.2rem solid #10221b;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
}

.packages .box-container .box:hover {
  /* background: #10221b; */
  background: var(--color);
}

.packages .box-container .box:hover .content > * {
  color: #fff ;
}

.packages .box-container .box:hover .btn {
  border-color: #fff;
}

.packages .box-container .box:hover .btn:hover {
  background: #fff;
  color: var(--color);
}

.packages .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 0;
  border-radius: .5rem;
}

.packages .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .5rem;
}

.packages .box-container .box .content {
  padding: 2rem;
}

.packages .box-container .box .content h3 {
  font-size: 2rem;
  color: #10221b;
}

.packages .box-container .box .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.packages .box-container .box .content .price {
  font-size: 2rem;
  color: var(--color);
}

.services {
  background: #eee;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1.5rem;
}

.services .box-container .box {
  text-align: center;
  padding: 2rem;
  border: 0.2rem solid #10221b;
  border-radius: .5rem;
  background: #fff;
}

.services .box-container .box:hover {
  background:  var(--color);;
}

.services .box-container .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.services .box-container .box:hover p,.services .box-container .box:hover h3 {
  color: #fff;
}

.services .box-container .box:hover .btn {
  border-color: #fff;
  color: #fff;
}

.services .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}

.services .box-container .box img {
  height: 10rem;
  margin-bottom: 1rem;
}

.services .box-container .box h3 {
  font-size: 2rem;
  color: var(--color);
}

.services .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.reviews .slide .text {
  padding: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  background: #eee;
  border-radius: .5rem;
  color: #10221b;
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}

.reviews .slide .text::before {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: .7rem;
  height: 3rem;
  width: 3rem;
  background: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reviews .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.reviews .slide .user img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide .user h3 {
  font-size: 2rem;
  color: #10221b;
}

.reviews .slide .user span {
  color: var(--color);
  font-size: 1.5rem;
}

.blogs .slide {
  text-align: center;
  padding: 2rem;
}

.blogs .slide img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .5rem;
}

.blogs .slide .icons {
  background: #10221b;
  border-radius: .5rem;
  padding: 1rem;
  position: relative;
  top: -2rem;
  display: inline-block;
}

.blogs .slide .icons a {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 1rem;
}

.blogs .slide .icons a:hover {
  color: var(--color);
}

.blogs .slide .icons a i {
  padding-right: .5rem;
  color: var(--color);
}

.blogs .slide h3 {
  font-size: 2rem;
  color: #10221b;
}

.blogs .slide p {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 2;
  color: #10221b;
}

.newsletter {
  background: #eee;
}

.newsletter .content {
  max-width: 70rem;
  margin: 1rem auto;
  text-align: center;
}

.newsletter .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #10221b;
}

.newsletter .content form {
  margin-top: 2rem;
  background: #fff;
  border-radius: 5rem;
  border: 0.2rem solid var(--color);
  padding: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .content form .email {
  width: 100%;
  background: none;
  text-transform: none;
  font-size: 1.6rem;
  color: #10221b;
  padding: 0 1.3rem;
}

.newsletter .content form .btn {
  margin-top: 0;
  border-radius: 5rem;
  background: var(--color);
  color: #fff;
}

.newsletter .content form .btn:hover {
  background: none;
  color: var(--color);
}

.clients .silde {
  text-align: center;
}

.clients .silde img {
  height: 12rem;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/footer-bg.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem 0;
  color: #fff;
}

.footer .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box a i {
  color: var(--color);
  padding-right: .5rem;
}

.footer .box-container .box a:hover {
  color: var(--color);
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color: #fff;
}

.footer .credit span {
  color: var(--color);
}

@media (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding-top: 7rem;
  }
  .home .box {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center !important;
  }
  .home .box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center !important;
  }
  .home .box .content {
    text-align: center;
  }
  .home .box .content span {
    font-size: 3rem;
  }
  .home .box .content h3 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 10000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
}



/*# sourceMappingURL=style.css.map */

.count{
  font-size: 4rem;
  font-weight: bolder;
}
.count-word{
  font-size: 2rem;
}
.study-list{
  position: relative;
}
.study-list:hover .study-ul{
  display:block;
}
.study-ul {
  padding: .25rem .5rem;
  background: #fff;
  line-height: 3.5rem;
  font-size: 1.7rem;
  color: #000;
  position: absolute;
  width: 100%;
  left: 0%;
  border-radius: 3px;
  display: none;
  transition: all 0.5s;
  border: 1px solid #fff;
  /* box-shadow: 0 0 8px rgba(0,0,0,0.3); */
}
.study-ul li:first-child{
  padding-top: 5px;
}
.navbar li{
  position: relative;
}
.navlist::before{
  position: absolute;
  content: '';
  /* width: 100%; */
  width:0px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%);
  background:var(--color);
  top: 0;
  transition: all 0.5s;
}
.navlist::after{
  position: absolute;
  content: '';
  /* width: 100%; */
  width:0px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%);
  background:var(--color);
  bottom: 0;
  transition: all 0.5s;
}

.navbar .navlist:hover::after,.navbar .navlist.active::after {
  height: 3px;
 width:40px;
 box-shadow: 0 0 15px 10px var(--shadow);
}

/* .breadcrumb-about {
  background: url(../images/about-bg.svg);
} */
.breadcrumb{
  /*background: linear-gradient(to right, #00bf8f, #001510); */
      background: linear-gradient(to right, #ffffff, #1e997b);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 234px;
  /* margin-bottom: 50px; */
  display: flex;
  justify-content: center;
  padding-top: 130px;
}
.breadcrumb h2{
  font-size:4.5rem;
  
  color:#fff;
}
.about h2{
  font-size:3rem;
  color:var(--color);
}
.about p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}
.about ul{
    list-style: none;
    font-size: 1.5rem;
    color: #10221b;
    padding: 1rem 0;
    line-height: 3;
}

.services .my-card{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin: 12px 9px;
  min-height: 250px;
  transition: all 0.5s;
}
.my-card .card-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-card .card-header span{
  padding: 1rem 1.25rem;
  background-color: var(--color);
  border-radius: 50%;
}
.my-card .card-header p{
  color: var(--color);
 font-size: 2rem;
}
.my-card .card-header span i{
  font-size: 2rem;
  color: #fff;
}
.my-card .card-body{
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}
.my-card:hover{
  background-color: var(--color);
  transform: scale(1.1);
  box-shadow: 0 25px 7px var(--color);
}
.my-card:hover  .card-header p{
  color: #fff !important;
}
.my-card:hover  .card-body{
  color: #fff !important;
}
.my-card:hover  .card-header span{
  background-color: #fff !important;
}
.my-card:hover  .card-header span i{
  color: var(--color) !important;
}
a{
  text-decoration: none;
}
.underline{
  text-decoration: underline;
  font-size: 1.9rem;
  color: var(--color);
}
.big-text{
  font-size: 3rem;
}

.my-card-2{
  margin: 20px;
  border-radius: 8px;
  overflow: hidden;
  /* border-radius: 0 !important; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-left: 10px;
}
.my-card-2::before{
  content: '';
  position: absolute;
  height: 100%;
  /* width: 100%; */
  width: 7.5px;
  background-color: var(--color);
  opacity: 1;
  top: 0;
  transition: all 0.8s;
  left: 0;
}
/* .my-card::after{
  content: '\2702';
  position: absolute;
  top: 50%;
  color: #000;
  right:2%;
  font-size: 1rem;
  transform: translateY(-50%) rotate(180deg);
  transition: 2s;
} */
/* .my-card-2:hover::before{
  
  width: 7.5px;
  opacity: 1;
} */
/* .my-card:hover::after{
 right: 180%;
 font-size: 5rem;
} */
.my-card-2 .card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-card-2 .card-header span{
  font-size: 1.7rem;
  margin-right: 5px;
}
.my-card-2 .card-body{
  font-size: 1.4rem;
  line-height: 2rem;
}
.btn_own_3 {
  display: inline-block;
  padding: 4.5px 8px;
  border-radius: 8px;
  font-size: 14px;
  background-color: var(--color);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .5s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid var(--color);
  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
  color: #fff;
}
.btn_own_3:hover {
  color: #fff;
  background-color: #008aff !important;
}
.btn_own_4 {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--color);
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .5s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid var(--color);
  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
  background-color: transparent;
}
.btn_own_4:hover{
  background-color: var(--color);
  color: #fff;
}
.my-input,.my-textarea{
  padding: .75rem .25rem;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 1.3rem;
}
.my-input-2{
  padding: .75rem .25rem;
  border: 1px solid #000;
  border-radius: 5px;
  height: 50px;
  font-size: 1.3rem;
}
.input-label{
  font-size: 1.3rem;
}
.contact-form-block{
  padding-right: 20px;
}
.contact-block{
  padding-left: 20px;
  border-left: 1px solid #222;
}
.contact-info{
  font-size: 1.7rem;
}
.other-country{
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 1.4rem 0;
    padding-right: 1rem;
    transition: all 0.5s;
    /* box-shadow: 0 0 8px rgba(112, 105, 105, 0.7); */
}
.other-country:hover{
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.8);
  padding-right: 0;
}
.other-country:hover img{
  border-radius: 0px;
 width: 100%;
}
.other-country:hover span{
  display: none;
}
.other-country img{
  border-radius: 50%;
  box-shadow: 0 10px 15px 4px rgba(112, 105, 105, 0.9);
  width: 50px;
}
.other-country span{
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.country-content p,ul li,ol li{
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.country-content h2{
  color: var(--color);
}



.alert-test{
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 999999999;
  opacity: 0.9;
  width: 100%;
  transition:all 0.75s;
}
.alert-test .content{
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 0, 0);
  box-shadow:  0 0 8px rgba(255, 0, 0, 0.4);
  padding: 0.5rem 1.5rem;
  color: #fff;
  align-items: center;
  height: 100px;
}
.alert-test p{
  text-transform: none !important;
  margin: 0;
  
}
.alert-test p a{
  text-transform: none !important;
  color: #fff;
  text-decoration: underline;
  font-weight: bolder;
}
.alert-test p,.alert-test span{
  font-size: 1.6rem;
}
.alert-test span{
  cursor: pointer;
}
.alert-test span i{
  color: black;
}




/* Preloader */
.loader-bg {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}
.loader-bg h3 {
  position: fixed;
  color: #ff5e31;
  font-size: 24px;
}
.loader {
  width: 8em;
  height: 8em;
  font-size: 22px;
  box-sizing: border-box;
  border-top: 0.3em solid #505050;
  border-radius: 50%;
  position: relative;
  animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}
.loader span {
  position: absolute;
  color: #FF5E31;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  animation: rotating 2s linear infinite;
}
.loader::before,
.loader::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  top: -0.2em;
}
.loader::before {
  border-top: 0.3em solid dodgerblue;
  transform: rotate(120deg);
}
.loader::after {
  border-top: 0.3em solid #ff5e31;
  transform: rotate(240deg);
}
@keyframes rotating {
  50% {
    transform: rotate(calc(180deg));
  }
  100% {
    transform: rotate(calc(360deg));
  }
}

/* #219150 to var(--color) */
.careers-text{
  font-size: 1.3rem;
  line-height: 1.9rem;
  background-color: var(--color)25;
  border-radius: 8px;
  margin-left: 10px;
  padding: 2rem;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
.no-capital{
  text-transform: lowercase !important;
}
.normal-words{
  text-transform:none;
}

.theme-text{
  color: var(--color);
  font-size: 1.7rem;
}
.send-msg-btn{
  position: relative;
}
.send-msg-btn::after{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 57%;
  border: 1px solid #fff;
  border-right: 1px solid transparent;
  border-radius: 50%;
  display: none;
  animation: round 1s linear 0s infinite forwards;
}
@keyframes round {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
.send-msg-btn.processing{
  opacity: 0.9;
  user-select: none;
  pointer-events: none;
}
.send-msg-btn.processing::after{
  display: initial;
}
.view-job h2{
  font-size: 2.7rem;
}
.view-job h3{
  font-size: 1.9rem;
}
.view-job p{
  font-size: 1.4rem;
}
.file-input{
  display: none;
  position: relative;
}
.input-label-file {
  font-size: 1.5rem;
  background: var(--color);
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.file-check{
  font-size: 2rem;
}
.file-check.hidden{
  display: none;
}
.apply-job-btn.disable{
  cursor: not-allowed;
  opacity: 0.5;
}
.apply-job p{
  font-size: 1.4rem;
  margin: 10px 0;
}
.user i{
  padding: 1rem;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  
}

ielts-pte{
  width: auto !important;
  display: flex;
  background-color: transparent !important;
  box-shadow:  none !important;
  flex-direction: column;
  align-items: center;
  align-items: center;
}
.ielts-pte h3{
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0 35%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem 2rem;
}
.ielts-pte span{
  margin: 0 1rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 8rem !important;
  background-image: 
    linear-gradient(90deg, #03aff0, #03b22c) !important;
  -webkit-background-clip: text;
  background-clip: text;
color: transparent !important;
}
.ielts-pte span:nth-child(1){
  border-bottom: 5px solid var(--color);
}
.ielts-pte h4{
  font-size: 3rem !important;
  color: #fff;
  padding: 1rem;
  border-radius: 5%;
  text-align:center;
}



.first-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
.first-slide h3{
    text-transform : uppercase;
    font-size:2.5rem;
    width:50%;
    text-align:right;
     transform: scale(0);
}
.first-slide h3.active{
     animation: stomp 1.5s linear 0s 1 forwards;
}

.first-slide img{
    width:50%;
    transition: all 1.5s;
    transform: scale(0);
}
.first-slide img.active{
     animation: stomp 1.5s linear 0s 1 forwards;
}
@keyframes stomp{
    0%{
        transform: scale(0);
    }
    50%{
        transform: scale(0.5);
    }
    75%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}








.content.ielts-pte {
    box-shadow: none !important;
    background: transparent !important;
    margin: auto;
}

@media (max-width: 450px) {
 .first-slide h3{
     font-size:1rem;
 }
}


slide-box{
  display: flex !important; 
  justify-content: space-around !important;
  align-items: center !important;
  text-align: center;
  flex-direction: column !important;
  padding: 0 !important;
}
 .study-content{
  background:#00000035;
  box-shadow:0 0 10px rgba(0,0,0,0.7);
  padding:1rem;
} 
.study-content h2{
  text-transform: uppercase;
  font-size: 3.5rem !important;
  width: 100%;
  height: 100%;
  color:#fff;
}
.countries-names{
  width: 100%;
  /* background-color: yellow; */
  font-size: 2.2rem;
  position: relative;
  line-height: 3rem;
  margin-bottom: 9rem;
}
.cntry-name{
  background-color: var(--color);
  padding: 1rem;
  margin: 1rem;
  width: 33%;
  border-radius:10px;

}
.cntry-row a{
  color: #fff !important;
}


.cntry-row{
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 5.5rem; */
}


.box.slide-box {
    flex-direction: column !important;
    text-align: center !important;
}

.offer-div{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-heading{
  display: inline;
  font-size: 2.5rem !important;
  padding: 1rem;
  border-radius: 3px;
  /* background-color: var(--color); */
  color: var(--color);
}
.offer-img{
  height: 250px;
}

.offer-img-box{
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.study-dest-div{
  padding: 1rem;
  margin-bottom: 1rem;
}
.study-dest-div img{
  width: 100%;
  height: 250px;
}
.study-dest-div{
  text-align: center;
}
.study-dest-div h3{
  color: var(--color);
  font-size: 2.7rem;
  margin-top: 0.5rem;
}


.whatsapp{
  position: fixed;
  right: 1%;
  bottom: 2%;
}
.whatsapp img{
  height: 60px;
  width: 60px;
}



.top-line{
    padding:0.5rem;
    font-size:1.1rem;
    background:var(--color);
    text-align:right;
    color:#fff;
}


.offer-text{
    font-size:1.7rem;
}