
main{
 
}

.section{
  margin: 5vh 0;
}

.home__section{
  margin: 4rem 0;
  height: 40vh;
}

.section__1{
	min-height: 40vh; 
  height: fit-content;
	background-image: url(/assets/img/avatar/rain.svg);
  background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 2rem 0;
}

.section__1 .row .section-title{
  font-size: 2.25em;
  font-weight: var(--font-bold);
  color: #fff
}
.section__1 .row .section-description{
  font-size: 1.25em;
  padding: 1.25rem 11vw;
  font-weight: var(--font-medium);
  text-align: center;
  color: #fff;
}
#home::after {
  height: 60rem;
  width: 60rem;
  background: #ca1f25c9;
  top: -10rem;
  right: -10rem;
}

.get_started button {
  border-radius: .25rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  height: 40px;
  font-size: 0.7rem;
  line-height: 14px;
  letter-spacing: 1.2px;
  transition: .2s .1s;
  background-image: linear-gradient(90deg,#182b51,#ca1f25);
  border: 0 solid;
  overflow: hidden;
}

.get_started button:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  padding-right: 30px;
  padding-left: 30px;
}
.get_started button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg,#182b51,#ca1f25);
  -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  transform: translateX(-100%);
  transition: all .3s ease-in;
  z-index: -1;
}
.section-title{
  /* font-size: 1.75rem; */
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
}
.section-description{
  font-size: 1.25rem;
  padding: 1.25rem 6rem;
  font-weight: var(--font-medium);
  text-align: center;
}

.section__2 {
  /* height: 70vh; */
  height: fit-content;
  /* height: 100vh; */
  /* min-height: 70vh; */
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__2 .row .section-title{
  font-size: 2.5rem;
  font-weight:700;
  padding: 3rem 0px;
  color: var(--title-color);
}
.partners{
  margin: 0 1rem;
}
.partners_row_1 {
  /* display: flex !important;
 flex-wrap: wrap;
 justify-content: center;
 height: auto !important;
 margin-top: 0 !important;  */
 /* display: grid;
 gap: 20px;
 grid-template-columns: repeat(5, minmax(0, 1fr));
 align-items: center; */


  display: flex;
  align-items: center;
  justify-content: center;
}

.partners_row img{
  /* width: 175px;
  height: 200px;
  margin: 0.75rem;
  -o-object-fit: contain;
  object-fit: contain; */
  width: 100%;
  /* max-width: 175px; */
  /* max-width: 12vw; */
  max-width: 7%;
  height: auto;
  margin: 1rem;
  object-fit: contain;

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity .1s linear, -webkit-filter .1s linear;
  transition: opacity .1s linear, -webkit-filter .1s linear;
  transition: filter .1s linear, opacity .1s linear;
  transition: filter .1s linear, opacity .1s linear, -webkit-filter .1s linear;
}
.partners_row img:hover{
  /* cursor: pointer; */
  -webkit-filter: grayscale(100%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: opacity .1s linear, -webkit-filter .1s linear;
  transition: opacity .1s linear, -webkit-filter .1s linear;
  transition: filter .1s linear, opacity .1s linear;
  transition: filter .1s linear, opacity .1s linear, -webkit-filter .1s linear;
}
.section__3{
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}
.section__3 .row .section-title{
  font-size: 40px;
  font-size: 2.7vw;
  text-align: center;
  font-weight:700;
  color: var(--title-color);
  padding: 0 2rem;
}

.ag-format-container {
  /* width: 1300px; */
  margin: 0 4rem;
}

.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}

  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 22px;
    /* cursor: pointer; */
    /* -webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 35%); */
    /* box-shadow: inset 1px 1px 20px 20px rgb(0 0 0 / 92%);*/
  }
  .ag-courses_item:hover {
    box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);
    transition: box-shadow 0.1s ease-out;
  }
  .ag-courses-item_link:hover {
    box-shadow: unset;
    transition: box-shadow 0.1s ease-out;
  }
  .ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    /* background-color: #2b2b2b; */
    background-color: #ebebeb;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    width: 24vw;
    min-width: 100%;
    /* box-shadow: inset 1px 1px 7px 6px rgb(0 0 0 / 5%); */
    transition: box-shadow 0.1s ease-out;
  }

.learn_more{
  justify-self: center;
}
  .learn_more_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 13rem;
    height: auto;
    z-index: 999999;
  }
   
  .learn_more_btn .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: hsl(12, 96%, 61%);
    border-radius: 1.625rem;
  }
   
  .learn_more_btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
   
  .learn_more_btn .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
   
  .learn_more_btn .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
   
  .learn_more_btn .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
   
  .learn_more_btn:hover .circle {
    width: 100%;
     background: #fff;
  }
   
  .learn_more_btn:hover .circle .icon.arrow {
    background: #00234b;
    transform: translate(1rem, 0);
  }
    .learn_more_btn:hover .icon.arrow::before {
    border-top: 0.125rem solid #00234b;
    border-right: 0.125rem solid #00234b;
  }
    .ag-courses-item_link:hover .button-text {
    color: #fff;
  }
   
  .learn_more_btn:hover .button-text {
    color: #00234b;
  }


  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .ag-courses-item_title {
    min-height: 65px;
    font-size: 1.5vw;
    padding: 0 5px;
    overflow: hidden;
    font-weight: bold;
    color: #00234b;
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_title {
    color: #FFF;
  }
  .ag-courses-item_learn_more-box {
    font-size: 1vw;
    min-height: 7vw;
    margin-bottom: 9%;
    color: #4e4e4e;
    font-weight: 600;
    z-index: 2;
    position: relative;
    /* padding-right: 2rem;*/
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover  .ag-courses-item_learn_more-box {
    color: #FFF;
  }
  .ag-courses-item_learn_more {
    font-weight: bold;
    color: #df9b23;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .ag-courses-item_learn_more::after{
    display: inline-block;
    padding-left: 5px;
    content: "➞";
    transition: transform 2s ease-in;
  }
  .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #BD1E23;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .ag-courses_item:nth-child(1n) .ag-courses-item_bg {
    background-color: #BD1E23;
  }
  .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #012c5d;
  }
  .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #f9b234;
  }

.section__4 {
  /* background-image: url(/assets/img/avatar/wave-zigzag.svg); */
  /* background-attachment: fixed; */
  
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.section__4 .row .section-title{
  font-size: 40px;
  font-weight:700;
  color: var(--title-color);
  margin: 1rem 0;
}
.section__4 .row .cards{
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 7rem;
  margin-top: 3rem;
  max-width: 1300px;
}
.section__4 .row .card{
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem 2rem;
  justify-items: anchor-center;
  box-shadow: 0 0 3px #0000003d;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.section__4 .row .card .card__icon{
  /* --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  padding: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  display: inline-block; */
}
/* .section__4 .row .card .card__icon svg{
  width: 1.5rem;
  height: 1.5rem;
} */
.section__4 .row .card h3{
  margin: 5px 0;
  color:rgb(0 35 75);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem; 
  text-align: center;
}
.section__4 .row .card p{
  margin: 0;
  text-align: center;
}





.section__5 {
  height: fit-content;
  min-height: 50vh;
  align-content: center;
  margin-top: 5.5rem;
}
.section__5 .row .section-title{
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
}
.section__5 .row .section-subtitle{
  font-size: 17px;
  padding: 1.25rem 11vw;
  font-weight: 400;
  text-align: center;
}

.section__5 .row .customer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 90%;
}
.slider {
  /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1300px;
  margin: 4rem 0;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4); */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1300px;
  margin: 2rem 0;
  overflow: hidden;
  background: rgb(255 255 255);
  border-radius: 20px;
  box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / 3%);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider::after{
  content: "";
  position: absolute;
  top: -50px;
  left: -45px;
  width: 161px;
  height: 17rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 7px 1px 20px 20px #ffffff;
}
.slider::before{
  content: "";
  position: absolute;
  top: -50px;
  right: -45px;
  width: 161px;
  z-index: 1;
  height: 17rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 7px 1px 20px 20px #ffffff;
}
.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
  0% { transform: translateX(80%); }
  100% { transform: translateX(-20%);}
}

.slider-items img {
  width: 12%;
  margin: 20px;
  max-width: 155px;
}

.section__6{
  height: fit-content ;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  padding: 0 50px;
}
.locations_content {
  position: relative;
  background: #00234b;
  border-radius: 16px;
  color: #fff;
  padding: 40px;
  overflow: hidden;
  background: #00234b;
  background: url(/assets/img/avatar/mesh-5.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.image.image-globe {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  left: auto;
  transform: translateX(10%) !important;
  width: 100%;
  top: 4rem;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  align-items: center;
}
img.talk_with_us_img {
  height: 27rem;
}
.row_talk_with_us {
  min-height: 220px;
  align-items: center;
  align-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.side-text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
h2.text_h2 {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.34;
  color: #323338;
  margin-bottom: 24px;
  margin-bottom: 32px;
  font-weight: 300;
  color: #fff;
}
button.btn_talk_with_us {
  color: #323338;
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
  width: 227px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 40px;
  border: none;
  font-weight: 400;
  text-align: center;
  cursor: pointer;

  line-height: 17px;
}
.btn-icon svg{
  padding-top: 2px;
}

@media only screen and (max-width: 979px) {


  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
    width: 100%;
  }
  .section__3{
   min-height: 150vh;
    margin: 7rem 0;
  }
  .section__4 .row .cards {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 1rem;
    margin-top: 3rem;
  }
}
  
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}

@media only screen and (max-width: 639px) {

  .section__1 .row .section-title {
    font-size: 25px;
    align-items: center;
    text-align: -webkit-center;
  }
  .section__1 .row .section-description {
    font-size: 14px;
    padding: 1.25rem 11vw;
    font-weight: 400;
  }
   .section__2 {
    margin: 2rem 0;
  
  } 

  .section__2 .row .section-title {
    text-align: center;
    font-size: 30px;
    margin: 1rem 0;
  }
  .row_flex {
    flex-direction: column-reverse;
  }
  .partners{
    margin:unset;
  }
  .partners_row {
    flex-direction: column;
  }
  .partners_row_1 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}
  .partners_row img {
    width: 100%;
    max-width: 114px;
    height: auto;
    margin: 0.5rem;
  }


  .section__4 .row .cards {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 1rem;
    margin-top: 3rem;
  }

  .ag-courses_box{
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 1rem;
    margin-top: 3rem;
    
  }
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    justify-items: anchor-center;
    box-shadow: 0 0 3px #0000003d;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
    width: 100%;
  }
  .ag-courses-item_learn_more-box {
    font-size: 16px;
  }
  .section__3 .row .section-title {
    text-align: center;
    font-size: 27px;
    margin: 0 1rem;
  }
  .section__4 .row_flex .col .section-title {
    font-size: 30px;
    margin: 2rem 0;
  }
  .section__4 .row_flex .col ul li h3 {
    font-size: 18px;
  }
  .section__4 .row_flex .col ul li p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .slider {
    width: 386px;
    max-width: 1250px;
  }
  .slider::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -152px;
    width: 161px;
    height: 17rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 7px 1px 20px 20px #ffffff;
  }
  .slider::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -117px;
    width: 161px;
    z-index: 1;
    height: 17rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 7px 1px 20px 20px #ffffff;
  }
  .image.image-globe {
    transform: translateX(-40%) !important;
  }
}
