:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(212 100% 14.71%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212 100% 14.71%); 
  --darkBlue: hsl(212 100% 14.71%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(0deg 0% 32.58%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}
.landing {
  margin: auto;
  padding: 0 1rem;
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.landing .container {
  padding: 0 5rem;
  /* flex: 1; */
  display: grid
;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem;
  align-items: center;
  margin: 3rem 0px;
}
.content h1 {
    margin-bottom: 1rem;
    /* font-size: 2rem; */
    font-size: 1.75vw;
    font-weight: 700;
    color: #00234b;
}
.content h1 span {
    font-weight: 400;
}
.content p {
  margin-bottom: 1rem;
  color:#6b7280;
    /* line-height: 1.75rem; */
    font-size: 1vw;
}
.content .btn {
    padding: 1rem 2rem;
    outline: none;
    border: none;
    font-size: 1rem;
    color: #fff;
    background-color: #253c6a;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.image {
    position: relative;
    text-align: center;
    isolation: isolate;
}

.image__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px;
    width: 350px;
    background-color: #00234b82;
    border-radius: 100%;
    z-index: -1;
  }
  
  .image img {
    width: 100%;
    max-width: 20vw;
  }
  
  .image__content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  }
  
  .image__content__1 {
    transform: translate(calc(-50% - 12rem), calc(-50% - 8rem));
  }
  
  .image__content__1 span {
    padding: 10px 12px;
    font-size: 1.5rem;
    color: #253c6a;
    background-color: #f9b11f;
    border-radius: 100%;
  }
  
  .image__content__1 h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
  }
  
  .image__content__1 p {
    color: #6b7280;
  }
  
  .image__content__2 {
    transform: translate(calc(-50% + 8rem), calc(-50% + 10rem));
  }
  
  .image__content__2 ul {
    list-style: none;
    display: grid;
    gap: 1rem;
  }
  
  .image__content__2 li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #787b80
  }
  
  .image__content__2 span {
    font-size: 1.5rem;
    color:#253c6a
  }
  .partners{
    /* margin: 0 4rem; */
    min-width: -webkit-fill-available;
  }
  .partners_row {
    display: flex !important;
   flex-wrap: wrap;
   justify-content: center;
   height: auto !important;
   margin-top: 0 !important; 
   /* display: grid; */
   gap: 20px;
   /* grid-template-columns: repeat(7, minmax(0, 1fr)); */
   align-items: center;
  }
  
  .partners_row img{
    /* width: 175px;
    height: 200px;
    margin: 0.75rem;
    -o-object-fit: contain;
    object-fit: contain; */
    width: 100%;
    max-width: 155px;
    height: auto;
    margin: 0.75rem;
    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__1{
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    /* height: fit-content; */
    /* min-height: calc(100vh - 10rem); */
    display: flex;
    margin-right: auto;
    margin-left: auto;
    /* max-width: 1620px; */
    padding: 0 3rem;
    margin-bottom: 2rem;
    align-items: flex-start;
    justify-content: space-around;
}
.section__1 .container{
    position: relative;
    width: 100%;
    /* height: 35vh; */
    align-content: center;
    border-radius: 20px;
    /* max-width: 1440px; */
    background-color: #00234b;
    /* background-image: url(/assets/img/avatar/ppperspective_2.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 2rem 3rem;
    overflow: unset;
    padding: unset;
    z-index: -10000;
    /* background: rgb(203 203 203 / 50%); */
    backdrop-filter: blur(50px);
}
.section__1 .row {
    display: block;
    /* max-width: 1440px; */
    display: flex;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px;
}

.section__1 .heading{
    padding-top: 2rem;
}
.section__1 .title{
  color: #fff !important;
  padding: 2rem 0;
  text-align: center;
  font-size: 2.3rem !important;
}
.section__1 .cards{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
    align-items: stretch; /* stretch all cards to same height */
    justify-items: center;
    
}
.section__1 .card{
  background: rgb(249 248 245 / 98%);
  backdrop-filter: blur(100px);
  padding: 0.5em;
  min-width: 25vh;
  align-content: center;
  /* min-height: 20vh; */
  height: 100%; /* Ensure full height */
  color: #00234b;
  text-align: center;
  /* border-radius: 10px; */
  box-shadow: 1px 1px 11px 5px #00000021;
}
.section__1 .card:nth-child(1) {
  border-radius: 30px 30px 0px 30px;
}
.section__1 .card:nth-child(2) {
  border-radius: 30px 30px 30px 0px;
}

.section__1 .card:nth-child(3) {
  border-radius: 30px 0px 30px 30px;
}
.section__1 .card:nth-child(4) {
  border-radius: 0px 30px 30px 30px;
}

.section__1 .card_3:nth-child(3) {
  border-radius: 30px 0px 0px 30px;
}
.section__1 .card_5 {
  border-radius: 30px 0px 30px 30px;
}

.section__1 .card_6 {
  border-radius: 0px 30px 30px 30px;
}

.section__1 .card_4:nth-child(4) {
  border-radius: 0px 30px 30px 0px;
}

.section__1 .card_5:nth-child(5) {
  border-radius: 30px 0px 30px 30px;
}

.section__1 .card_6:nth-child(6) {
  border-radius: 0px 30px 30px 30px;
}
.section__1 .card-title{
    /* font-size: 1.6rem;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem); */
    font-size: 1.75vw;
    font-weight: 600;
    margin: 0.5rem 0;
    padding: 0 5px;
}
.section__1 .card-text{
  /* font-size: 1rem;
  font-size: clamp(0.875rem, 1.2vw, 1rem); */
  font-size: 1vw;
  margin: 0.5rem 0;
  padding: 0 3.5rem;
}
.learn-more {
  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: 12rem;
  height: auto;
 }
 
 .learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #ca1f25;
  border-radius: 1.625rem;
 }
 
 .learn-more .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 .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 .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 .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:hover .circle {
  width: 100%;
 }
 
 .learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 .learn-more:hover .button-text {
  color: #fff;
 }

 #banking_img{
  max-width: 25vw;
 }
 #telecom_img{
  max-width: 21vw;
  margin-bottom: 3rem;
 }
 #ecommerce_img{
  max-width: 28vw;
 }
.section__2{
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
  }
  .section__2 .row .section-title{
    font-size: 40px;
    text-align: center;
    font-weight:700;
    color: var(--title-color);
    padding: 0 2rem;
  }
  .section__3{

  }
  .section__3 .section-title{
    font-size: 40px;
    text-align: center;
    font-weight:700;
    color: var(--title-color);
    padding: 0 2rem;
  }
  .section__3 .section-description{
    font-size: 20px;
    text-align: center;
    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;
    justify-content: center;
    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;
      display: flex;
      justify-content: center;
      min-height: 270px;
    }
    .ag-courses-item_link:hover {

      box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);
      transition: box-shadow 0.1s ease-out;
    }
    .ag-courses-item_link {
      display: block;
      border-radius: 1rem;
      padding: 30px 20px;
      /* background-color: #2b2b2b; */
      background-color: #ebebeb;
      overflow: hidden;
      position: relative;
      width: 24vw;
      min-height: 17vw;
      /* box-shadow: inset 1px 1px 7px 6px rgb(0 0 0 / 5%); */
      transition: box-shadow 0.1s ease-out;
    }
    .ag-courses-item_button {
      bottom: -19px;
      padding-bottom: 18px;
      justify-self: anchor-center;
      width: 113px;
      /* height: 20px; */
      border-radius: 10px 10px 0px 0px;
      cursor: pointer;
      z-index: 200;
      background-color: hsl(12, 96%, 61%);
      color: #fff;
    }
    .ag-courses-item_button:hover {
      background-color: hsl(12, 69%, 52%);
      box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);
  
  
    }
    .ag-courses-item_link:hover,
    .ag-courses-item_link:hover .ag-courses-item_learn_more {
      text-decoration: none;
      color: #e9e9e9;
    }
  
  
    .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: 47px;
      margin: 0 0 25px;
      overflow: hidden;
      font-weight: bold;
      font-size: 30px;
      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;
      /* margin: 0 0 25px; */
      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;
  }
  .ag-courses-item_button {
    height: 50px;
    width: 160px;
    clip-path: path("M 0 25 C 0 -5, -5 0, 80 0 S 160 -5, 160 25, 165 50 80 50, 0 55, 0 25");
    border: none;
    border-radius: 13px;
    background-color: var(--primaryBg);
    box-shadow: 0px -3px 15px 0px var(--primaryHi) inset;
    color: var(--primaryFg);
    font-family: "Manrope";
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateY(0px);
    transition: all 0.2s ease;
  }
  .ag-courses-item_button {
    bottom: -19px;
    padding-bottom: 18px;
    justify-self: anchor-center;
    width: 113px;
    /* height: 20px; */
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    z-index: 200;
    background-color: hsl(12, 96%, 61%);
    color: #fff;
  }
  .ag-courses-item_button:hover {
    background-color: hsl(12, 69%, 52%);
    box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);


  }
/****************************************** Section 2 ******************************************/
.section_custom_2{
  height: fit-content ;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} 

.section_custom_2 .title {
  margin-bottom: 4rem;
  color: #00234b;
  font-size: 2rem;
  text-align: center;
}

.section_custom_2 .container {
  width: 100%;
  max-width: 1300px;
  background: url(/assets/img/avatar/d1.jpg) no-repeat;
  /* background-size: cover; */
  background-size: contain;
  background-position: center center;
  /* background-attachment: fixed; */
  border-radius: 16px;
}

.section_custom_2 .row {
  position: relative;
  /* background: #00234b; */
  border-radius: 16px;
  color: #00234b;
  padding: 40px;
  overflow: hidden;
  background: rgb(0 0 0 / 58%);
  backdrop-filter: blur(53px);
  text-align: center;
}
.section_custom_2 .section_text{
  padding: 0 3rem;
}
.section_custom_2 .text_h2 {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 24px;
  color: #fff;
}
.section_custom_2 .text_p {
  position: relative;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 24px;
  color: #fff;
}
.section_custom_2 .btn_talk_with {
  color: #ffffff;
  background: #fb623c;
  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;
}

/****************************************** Section 2 ******************************************/
  
/****************************************** Section 3 ******************************************/
.section__apps__3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 70vh; */
    overflow: hidden;
    justify-content: space-between;  
    justify-content: center;
}
.section__apps__3 .row{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    margin: 1.5rem 5rem;
    padding: 0 2rem;
}
.section__apps__3 .content{
    text-align: center;
}
.section__apps__3 .content h2{
    margin: 4rem;
    color: #00234b;
    font-size: 2rem;
}
.section__apps__3 .chooses{
    display: grid;
    background-color: #00234b;
    padding: 4rem 2rem;
    border-radius: 16px;
    justify-content: space-around;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section__apps__3 .choose{
    padding: 0 2rem;
    max-width: 41vw;

}
.border{

    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF33;
}

.section__apps__3 .choose_title h3{
  color: #ffffff;
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0.5rem 0;
  padding: 0 1rem;
}

.section__apps__3 .choose_title h4{
    color: #ffffff;
    font-weight: 400;
    font-size: 1.3rem;
    margin: 2rem 0;
    padding: 0 1rem;
}
.section__apps__3 .choose_content p{
    color: #ffffff;
}

.section__apps__4{
    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;
    background-attachment: fixed;
  }
  .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;


  }
  .section__apps__4 .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;
  }
  .section__apps__4 .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;
    padding-right: 15rem;
  }
  .section__apps__4 .text_p {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.34;
    color: #323338;
    margin-bottom: 24px;
    margin-bottom: 32px;
    font-weight: 300;
    color: #fff;
    padding-right: 13rem;
  }
  .section__apps__4 .btn_talk_with {
    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;
  }

  
/*================================ section__6 =====================================*/

.section__6 {
  margin: 10rem 0;
  min-height: 80vh;
}
.section__6 h1 {
  color: #00234b;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 100px;
  font-size: 2.2rem;
  padding: 0 8px;
}

.section__6 .box {
  border-radius: 20px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px 20px;
  margin: 20px;  
  width: 20%;
  min-height: 14rem;
  text-align: center;
  align-content: center;
}

.section__6 .box h2 {
  color: #00234b;
  font-weight: var(--weight3);
  margin: 0.5rem 0;
}

.section__6 .box h3 {
  font-size: 1.2rem;
  color: #00234b;
  font-weight: 700;
  margin: 0.5rem 0;
}

.section__6 .box h5 {
  color: #001227;
  font-weight:500;
  margin: 0.5rem 0;
}


.section__6 .box strong {
  font-weight: 700;
  color: #00234b
}
.section__6 .box p {
  color: 500;
}

.section__6 .cyan {
  border-top: 3px solid var(--cyan);
}
.section__6 .red {
  border-top: 3px solid var(--red);
}
.section__6 .blue {
  border-top: 3px solid var(--blue);
}
.section__6 .orange {
  border-top: 3px solid var(--orange);
}


.section__6 .row1-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__6 .row2-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__6 .box-down {
  position: relative;
  top: 150px;
}


/*================================ section__6 =====================================*/

  
@media (width < 900px) {
    .landing {
        margin: 10% auto;
        max-width: 93%;
    }
    .landing .container  {
        padding: 1rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
    .image__bg {
        height: 250px;
        width: 250px;
    }
    .image img{
        max-width: 250px;
    }
    #banking_img {
      max-width: 250px;
    }
    #telecom_img {
      max-width: 250px;
      margin-bottom: 3rem;
    }
    #ecommerce_img {
      max-width: 350px;
    }
    .content {
        text-align: center;
    }

    .image {
        grid-area: 1/1/2/2;
    }
    .content h1 {
        font-size: 1.5rem;
    }
    .partners{
      margin:unset;
    }
    .partners_row {
      flex-direction: column;

      display: flex;
      gap: 10px;
      /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
      align-items: center;
      justify-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .partners_row img {
        width: 100%;
        max-width: 114px;
        height: auto;
        margin: 0.5rem;
    }
  /*================================ section__1 =====================================*/
  .section__1 .container{
    height: auto;
    overflow: none;
    margin: 2rem 0rem;
  }
  .section__1 .title {
    font-size: 2rem !important;
  }
  .section__1 .cards{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .section__1 .card{
    border-radius: 30px !important;
  }
  .section__1 .card-title {
    font-size: 1.2rem;
  }
  .section__1 .card-text{
    font-size: .9rem;
    padding: 0;
  }
  .section__1 .row{
    padding: 23px;
  }
  .section_custom_2 .section_text {
    padding: 0 0rem;
  }
  .section_custom_2 .text_p {
    font-size: 1.1rem;
  }
  .section_custom_2 .btn_talk_with {
    width: 175px;
  }
/*================================ section__1 =====================================*/

    .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%;
        min-height: 290px;
      }
      .ag-format-container {
        width: 96%;
      }
      .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: 42px;
        line-height: 1;
    
        font-size: 24px;
      }

      .ag-courses-item_learn_more-box {
        font-size: 16px;
      }
      .section__2 .row .section-title {
        text-align: center;
        font-size: 27px;
        margin: 0 1rem;
      }
      .section__apps__3 .content h2 {
        margin: 1rem;
        margin-bottom: 3rem;
    }
    .section__apps__3 .chooses {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        gap: 5rem;
    }

    .section__apps__3 .choose {
        max-width: unset; 
        padding: 0rem;
    }
    .section__apps__4 .text_p{
        padding-right: unset;
    }
    .border{
        border-style: none;
    }
    .section__apps__4 .text_h2 {
        padding-right: unset;
        font-size: 1.75rem;
    }
    .image.image-globe {
      top: 12rem;
  }

    /*================================ section__6 =====================================*/
    .section__6 .row1-container{
      flex-direction: column;
      margin: 0 2rem;
    }
    .section__6 .row2-container{
      flex-direction: column;
      margin: 0 2rem;
    }
    .section__6 .box {
      text-align: center;
      height: 200px;
      width: 100%;
      position: unset;
    }

    .section__6 .box-down {
      /* position: relative; */
      margin: 0 1rem;
      top: 150px;

      width: 100%;
    }
    .section__6 h1 {
      font-size: 2rem;
    }
    .section__6 .box h3 {
      font-size: 1.5rem;
    }
    .section__6 .box h5 {
      font-size: 0.8rem;
    }
    /*================================ section__6 =====================================*/

}
