
.counter-area{
    background-color: #061b49;
  }
  .counter-card-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
    .counter-card-wrap .counter-card{
      display: flex;
      align-items: center;
      gap: 15px;
      position: relative;
    }
    .counter-card-wrap .counter-card:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 80%;
      background-color: #b5b5b5a3;
      right: -27px;
      top: 50%;
      transform: translateY(-50%);
    }
    .counter-card-wrap .counter-card:last-of-type:after{
      display: none
    } 
    .counter-card-wrap .counter-card .counter-icon img{
      
  width: 60px;
    }
    .counter-card-wrap .counter-num{
      position: relative;
    }
    .counter-card-wrap .counter-card:nth-of-type(3) .counter-num:after,
    .counter-card-wrap .counter-card:nth-of-type(4) .counter-num:after{
      content:"+";
      position: absolute;
      right: 40px;
    }
    .counter-card-wrap .counter-num,
    .counter-card-wrap .counter-text{
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      color: #ffffff;
      font-size: 1.6em;
    }
    .counter-card-wrap .counter-text p{
      margin: 0;
      color: #fff;
      font-size: 13px;
    }

    .life-at-the-academy{
        padding: 20px 0;
    }
    .life-at-the-academy .left-content{}
    .life-at-the-academy .left-content > h4{
    color: var(--fuchsia);
    font-size: 1.1em;
    font-weight: 600;
}
    .life-at-the-academy .left-content > h2{
    font-weight: 800;
    font-size: 40px !important;
    letter-spacing: 0;
    /* color: #333434; */
}
    .life-at-the-academy .left-content > p{
    width: 90%;
    font-size: 1.05em;
    font-weight: 600;
    margin: 30px 0 0;
}
    .life-at-the-academy .img-right{
        border-radius: 50%;
        width: 400px;
        height: 400px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        object-fit: cover;
        background-position: center;
        text-align: center;
        margin: auto;
}
.life-at-the-academy .img-right > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.life-at-the-academy .video-apply{
    position:absolute;
    left: 20%;
    bottom: -50px;
    border-radius: 50%;
    background-color: #fff;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}


.life-at-the-academy .video-apply i{
    background:linear-gradient(to right, #f43274, #ff9472);
    width: 120px;
    height: 120px;
    line-height: 100px;
    font-size: 25px;
    border-radius: 50%;
    border: 10px solid #f3eded;
    font-size: 30px;
  }
  .life-at-the-academy .video-apply i:after{
    -webkit-box-shadow: 0 0 0 0 #c62a73;
    box-shadow: 0 0 0 0 #c62a73;
    content: "";
    position: absolute;
    top: -10px;
    left: -12px;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #c62a73;
    box-shadow: 0 0 0 0 #c62a73;
    -webkit-animation: button-bulls 3s infinite;
    animation: button-bulls 3s infinite;
    opacity: .6;
    }


    .life-at-the-academy .icons-left-content{
        display: flex;
        align-items: center;
        justify-content: start;
        height: 100%;
        gap: 10px;
        margin: 10px 0;
    }
    .life-at-the-academy .icons-left-content img{
    width: 60px;
}
    .life-at-the-academy .icons-left-content p{
    margin: 0;
    color: #142e6b;
    font-size: 1.3em;
    font-weight: 700;
}
    .student-affairs{
        margin: 50px 0;
    }
    h2.head{
        font-size: 2.3em;
        color: #191a1a;
        position: relative;
        margin: 0;
        margin-bottom: 40px;
        font-weight: 700;
    }
   h2.head:before,
   h2.head:after{
        position: absolute;
        content: '';
        bottom: -15px;
    }
    h2.head:after{
        width: 50px;
        height: 4px;
        background-color: var(--fuchsia);
        left: 0;
    }
    h2.head:before{
        left: 51px;
        border: 2px dashed var(--fuchsia);
        width: 30px;
    }
    .student-affairs .right-affaiers{
        /*! width: 542px; */
        /*! height: 360px; */
        /*! overflow: hidden */
    }
    .student-affairs .right-affaiers > img{
        width: 100%;
        object-fit: cover;
        background-size: cover;
    }
    .student-affairs .right-affaiers .icons-box{
    width: 90%;
    margin: 40px auto 0;
}
    .student-affairs .right-affaiers .icons-box .box{
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 0 30px;
}
    .student-affairs .right-affaiers .icons-box .box img{
    width: 70px;
}
    .student-affairs .right-affaiers .icons-box .box .content{}
    .student-affairs .right-affaiers .icons-box .box .content h4 {
    font-size: 1.3em;
    margin: 0;
    font-weight: 600;
}
    .student-affairs .right-affaiers .icons-box .box .content p {
        margin: 5px 0 0;
        font-size: 1em;
        line-height: 1.3;
    }
    .student-affairs .img-location{
        position: relative;
        text-align: center
    }
    .student-affairs .img-location img{
        position: absolute;
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
    }
    .student-affairs .locations-links{
        margin-top: 4em;
    }
    .student-affairs .locations-links a{
        display: block;
        border-bottom: 1px solid #f2f1f1cc;
        padding: 20px 20px 20px;
        text-align: center;
        color: #142e6b;
        font-weight: 700;
        font-size: 1.6em;
    }

    .arts-culture{
        margin: 60px 0;
    }
    .carousel-arts-culture .items{
    cursor: pointer;
    position: relative;
    /* margin: 0 10px 0 0; */
    border-bottom: 4px solid #ff5a3c;
    overflow:hidden;
    width: 415px !important;
    height: 385px !important;
}
.carousel-arts-culture .items:hover  .content .icon{
background-color: #ff5a3c;
color: #fff;
}
    .carousel-arts-culture .items > img{
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
.carousel-arts-culture .items:hover > img{
    transform:  rotate(2deg) scale(1.1);
}
    .carousel-arts-culture .items .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 80%;
}
    .carousel-arts-culture .items .content p{
    margin: 0;
    padding-left: 10px;
    font-weight: 700;
    color: #07266a;
    font-size: 1.2em;
}
    .carousel-arts-culture .items .content .icon{
    background-color: #e2e6e5;
    width: 50px;
    /* height: 50px; */
    text-align: center;
    line-height: 50px;
    transition: all .3s ease;
}
    .carousel-arts-culture .items .content .icon img{
    width: 19px;
}

 .carousel-arts-culture .owl-theme .owl-controls .owl-nav div.owl-prev,
 .carousel-arts-culture .owl-theme .owl-controls .owl-nav div.owl-next{
     display: block !important;
     background-color: #c7cecf;
    }
    .carousel-arts-culture .owl-theme .owl-controls .owl-nav div.owl-prev{
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
    }
    .carousel-arts-culture .owl-theme .owl-controls .owl-nav div.owl-next{
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        le: auto !important;
        top: auto !important;
    }
    .carousel-arts-culture .owl-theme .owl-controls .owl-nav{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 50px !important;
        position: relative !important;
        top: 50px !important;
    }

    .our-campuses{
    margin-bottom: 50px;
}
    .our-campuses .title-sec{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--fuchsia);
}
    .our-campuses .contant-left p{
    width: 90%;
    font-weight: 500;
}
    .our-campuses .contant-left .place-city-aastmt h4.header{
    color: #163b92;
}
    .our-campuses .contant-left .place-city-aastmt .places{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
    .our-campuses .contant-left .place-city-aastmt .places span{
    color: var(--fuchsia);
    font-size: 16px;
    font-weight: 600;
}

.our-campuses .maps{
    background: url('../img/single-img-map.jpg');
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    object-fit: cover;
}
.our-campuses .maps h5{
    position: relative;
    -webkit-text-fill-color: #ffffff;
    font-size: 60px;
    color: #4f7cfe;
    -webkit-text-stroke-color: #4f7cfe;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-color: #DC1A1A;
    -moz-text-stroke-width: 1px;
    -moz-text-fill-color: transparent;
    line-height: 90px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    position: relative;
    left: 30px;
}
.our-campuses .maps .dots{
    position: absolute;
    z-index: 1;
}
.our-campuses .maps .dots.dots-one{
    left: 60%;
    bottom: 1%;
}
.our-campuses .maps .dots.dots-two{
    left: 53%;
    top: 32%;
}
.our-campuses .maps .dots.dots-theree{
    top: 25%;
    left: 28%;
}
.our-campuses .maps .dots.dots-four{
    right: 15%;
    bottom: 15%;
}
.our-campuses .maps .dots.dots-five{
    top: 22%;
    right: 15%;
}
.our-campuses .maps .dots .dot{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #ffc107;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ececec;
}
.our-campuses .maps .dots .why__map-dot-content{
    position: absolute;
    top: 120%;
    left: 0;
    -webkit-transform: translateX(-39%);
    -moz-transform: translateX(-39%);
    -ms-transform: translateX(-39%);
    transform: translateX(-39%);
    padding: 5px 15px 10px;
    background: #ffffff;
    border: 1px solid #E3E6EE;
    width: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 50px rgb(48 90 174 / 7%);
    -moz-box-shadow: 0px 0px 50px rgba(48, 90, 174, 0.07);
    box-shadow: 0px 0px 50px rgb(48 90 174 / 7%);
    transition: .5s ease all;
}
.our-campuses .maps .dots .why__map-dot-content::after{
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}
.dots:hover .why__map-dot-content{
    visibility: visible !important;
    opacity: 1 !important;
    top: 100% !important;
}
.our-campuses .maps .dots .why__map-dot-content span{
    font-size: 14px;
    color: #030329;
    font-weight: 500;
    line-height: 1;
}
.our-campuses .maps .dots .why__map-dot-content p{
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
}
    @media(max-width:992px){}
    @media(max-width:768px){
        .counter-card-wrap{
            flex-direction: column;
            align-items: center;
            justify-content: start;
            gap: 35px;
            text-align: center;
          }
          .counter-card-wrap .counter-card{
            display: flex;
            align-items: center;
            gap: 15px;
            position: relative;
            width: 70%;
            justify-content: space-between;
          }
          .counter-card-wrap .counter-num, .counter-card-wrap .counter-text{
            text-align: right
          }
          .counter-card-wrap .counter-card:after{
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            background-color: #b5b5b5a3;
            bottom: -20px;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            top: auto;
          }
          .counter-card-wrap .counter-card:nth-of-type(3) .counter-num:after, 
          .counter-card-wrap .counter-card:nth-of-type(4) .counter-num:after{
            left: 35px;
            right: auto
          }
          .life-at-the-academy {
            padding: 20px 0;
        }
        .student-affairs .img-location img{
            top: -20px;
        }
        .our-campuses .maps h5{
            left: 0;
            font-size: 25px;
        }
        .our-campuses{
            margin-bottom: 80px;
        }
        .life-at-the-academy .img-right{
            width: 100%
        }
    }












    @keyframes button-bulls {
        70% {
            -webkit-box-shadow: 0 0 0 15px #c62a73;
            box-shadow: 0 0 0 15px #c62a73;
            opacity: 0
        }
      
        100% {
            -webkit-box-shadow: 0 0 0 0 #c62a73;
            box-shadow: 0 0 0 0 #c62a73;
            opacity: 0
        }
      }
      


/* video-container */
    
.video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000b8;
    padding: 60px;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease;
  }
  .video-container.open {
    visibility:visible;
    opacity:1
  }
  
  .close-video {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /* video-container */

   .header-logo-title img{
    width: 260px;
  }

  .student-affairs .left-sec{
      width: 427px;
      height: 555px;
      overflow: hidden;
  }
.student-affairs .left-sec img{
width: 100%;
height: 100%;
}
/*********/
.places a {  color: #3b3e3e;}
.places a:hover {  color: #e82f51;  text-decoration: underline;}
.student-affairs .locations-links a:hover {  text-decoration: underline;  color: #d53571;}
.icons-left-content a:hover {  color: #cb3b7c;}