@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


*{
  
  margin:0;padding:0;
  text-decoration:none;
  
}
body{
 
  background:#f3f3f3 !important;
  /* background-color: #EFEFEF; */
}


.avsdf{
  line-height: 2.5 !important;
}

.row-1{
  width: 100%;
}

.header-top{
  background: #140B5C;
  width: 100%;
  height:55px;

}


.p-sch12345{
  margin: 0px 0 0 -130px !important;
}


.li1{
 line-height: 0;
 list-style: none;
 /*text-align: center;*/
}

#a-left{
  text-align: center !important;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-right: 30%;
 
  
}

.row-header{
    margin-right: 0 !important; 
     margin-left: 0 !important; 
}


.col-header12{
line-height: 3;
   padding-right:0 !important;
     padding-left:0 !important; 
}


#a-right{
  text-align: center !important;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-left:30%;
  
}


header{ 
  position: sticky;
    width: 100%;
    background: #fff;
    top: -60px;
    z-index: 99999;
}
.logo{
  position:relative;
  z-index:123;
  
  font:18px verdana;
  color:#000;
  float:left;
  width:30%;
  text-align: center;
}
.logo a{color:#2fade2;}
nav{
  position:relative;
  width: 100%;
  margin:0 auto;
}
#pn_menu,#pn_menu ul,#pn_menu ul li,#pn_menu ul li a,#pn_menu #head-mobile{
  border:0;list-style:none;line-height:1;display:block;position:relative;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  box-sizing:border-box;
}
#pn_menu:after,#pn_menu > ul:after{ content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;
}
#pn_menu #head-mobile{display:none}
#pn_menu{
  font-family:sans-serif;
  background:#fff;
}
#pn_menu > ul > li{float:left;margin: 10px;}
#pn_menu > ul > li > a{
  padding:12px 12px;
  font-size:13px;
  letter-spacing:1px;
  text-decoration:none;
  color: #140b5c;
  font-weight:700;
 
  /* margin-top: 10px; */
}
/*#pn_menu > ul > li:hover > a,#pn_menu ul li.active a{color:#000}*/
#pn_menu > ul > li:hover,#pn_menu ul li.active:hover,
#pn_menu ul li.active,#pn_menu ul li.has-sub.active:hover {
  /*background: #004aad !important;*/
  border-bottom:3px solid #140b5c;
  -webkit-transition:background .3s ease;
  -ms-transition:background .3s ease;
  transition:background .3s ease;
  /*border-radius: 8px;*/
  
}

@media screen and (max-width:1000px){
    #pn_menu > ul > li:hover,#pn_menu ul li.active:hover,
    #pn_menu ul li.active,#pn_menu ul li.has-sub.active:hover {
          border-bottom:3px solid #fff !important;
    }
    
    .der123{
        display:none !important;
    }
}

#pn_menu > ul > li.has-sub > a{padding-right:10px}
/* #pn_menu > ul > li.has-sub > a:after {
  position:absolute;top:22px;right:11px;width:8px;height:2px;
  display:block;background:#ddd;content:''
}
#pn_menu > ul > li.has-sub > a:before{
  position:absolute;top:19px;right:14px;display:block;width:2px;
  height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;transition:all .25s ease
} */
#pn_menu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#pn_menu ul ul{
    margin-top:3px;
    position:absolute;
    left:-9999px;
    
}
#pn_menu ul ul li{
  height:0;
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  background: #fff;
  transition:all .25s ease;
  z-index: 999;

}
/* #pn_menu ul ul li:hover{} */
#pn_menu li:hover > ul{left:auto}
#pn_menu li:hover > ul > li{
  height:auto;
  /* height:35px  */
}
#pn_menu ul ul ul{margin-left:100%;top:0}
#pn_menu ul ul li a{
  border-bottom:1px solid rgba(150,150,150,0.15);
  padding:11px 15px;
  width:170px; 
  font-size:12px;
  text-decoration:none;
  color: #000;
  font-weight:400;
}
#pn_menu ul ul li:last-child > a,#pn_menu ul ul li.last-item > a{ 
  border-bottom:0 
}
#pn_menu ul ul li:hover > a,#pn_menu ul ul li a:hover {
  color:#000;
}
#pn_menu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#pn_menu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#pn_menu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#pn_menu ul ul li.has-sub:hover,#pn_menu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#pn_menu ul ul ul li.active a{border-left:1px solid #333}
#pn_menu > ul > li.has-sub > ul > li.active > a,#pn_menu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#pn_menu{width:100%}
#pn_menu ul{width:95%;display:none}
#pn_menu ul li{width:100%;border-top:1px solid #9e9e9e42}
#pn_menu ul li:hover{background:#fff;}
#pn_menu ul ul li,#pn_menu li:hover > ul > li{height:auto}
#pn_menu ul li a,#pn_menu ul ul li a{background: #fff;width:100%;border-bottom:0}
#pn_menu > ul > li{float:none}
#pn_menu ul ul li a{padding-left:25px}
#pn_menu ul ul li{background:#f7f5f5!important}
#pn_menu ul ul li:hover{background:#f7f5f5 !important}
#pn_menu ul ul ul li a{padding-left:35px}
#pn_menu ul ul li a{color:#140b5c;background:none}
#pn_menu ul ul li:hover > a,#pn_menu ul ul li.active > a{color:#fff}
#pn_menu ul ul,#pn_menu ul ul ul{
  position:relative;left:0;width:100%;margin:0;text-align:left
}
#pn_menu > ul > li.has-sub > a:after,#pn_menu > ul > li.has-sub > a:before,#pn_menu ul ul > li.has-sub > a:after,#pn_menu ul ul > li.has-sub > a:before{display:none}
#pn_menu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700;height: 60px;}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #000;border-bottom:2px solid #000;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#000;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#000;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#pn_menu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #9e9e9e42;height:46px;width:46px;cursor:pointer}
#pn_menu .submenu-button.submenu-opened{background:#f7f5f5}
#pn_menu ul ul .submenu-button{height:34px;width:34px}
#pn_menu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#9e9e9e42;content:''}
#pn_menu ul ul .submenu-button:after{top:15px;right:13px}
#pn_menu .submenu-button.submenu-opened:after{background:#140b5c}
#pn_menu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#9e9e9e42;content:''}
#pn_menu ul ul .submenu-button:before{top:12px;right:16px}
#pn_menu .submenu-button.submenu-opened:before{display:none}
#pn_menu ul ul ul li.active a{border-left:none}
#pn_menu > ul > li.has-sub > ul > li.active > a,#pn_menu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

.ul1212{
  padding: 0px !important;
}

.img-logo{
  margin: 10px;
  width: 200px;
  height: 50px;
}

/* .ul-1223{
  bottom: 120px !important;
} */


.slide-img{
  height: 600px !important;
 padding-left: 0px !important;
 padding-right: 0px !important;
  
}


.btn-slider{
  padding: 10px 20px;
  border: 1px solid #0F0844;
  color: #fff;
  border-radius: 20px;
  background-color: #0F0844;
  cursor: pointer;
}



.btn-slider:hover{
  border: 1px solid #0f0369;
  background-color: #0f0369;
}


/* ------------footer---------- */






footer{
  position: relative;
  background: #140B5C;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  /* top: 100px; */
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}
footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #0F0844;
}


.copyright_text,
        .policy_terms {
            font-size: 14px !important;
        }

        .copyright_text a {
            font-size: 14px !important;
        }

        .policy_terms a {
            font-size: 14px !important;
        }

        @media (min-width:750px) and (max-width:850px) {

            .copyright_text,
            .policy_terms {
                font-size: 12px !important;
            }

            .copyright_text a {
                font-size: 12px !important;
            }

            .policy_terms a {
                font-size: 12px !important;
            }

        }

        @media (min-width:600px) and (max-width:750px) {

            .copyright_text,
            .policy_terms {
                font-size: 11px !important;
            }

            .copyright_text a {
                font-size: 11px !important;
            }

            .policy_terms a {
                font-size: 11px !important;
            }

        }



        @media screen and (max-width:675px) {

            .bottom_text {
                display: block !important;
            }

            .copyright_text {
                font-size: 11px !important;
                display: block !important;
                width: 100% !important;
                text-align: center;
                margin-bottom: 10px;
            }

            .policy_terms {
                text-align: center;
                font-size: 11px !important;
                display: block !important;
                width: 100% !important;
            }

            .copyright_text a {

                font-size: 11px !important;
            }

            .policy_terms a {
                font-size: 11px !important;
            }

        }


footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}

.abcdef{
  line-height: 2.5 !important;
}

@media screen and (max-width:1000px) {
  .img-logo{
    margin: 0px;
    width: 200px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: inherit;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}
/* .col-3{
  border: 1px solid black;
} */


/* ---------slider-------- */


.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

.row-2{
  margin-left: 0px !important;
  margin-right: 0px !important;
}


/* side Botton */

a {
  cursor: pointer
}

a .request-call {
  position: fixed;
  /*background: #0F0844;*/
 
  right: 0px;
  top: 200px;
  padding: 0px;
  z-index: 2;
  border-radius: 6px;
 
 
  height: 261px;
  width: 50px;
  
}


.request-call1 {
  height: 200px !important;
}

a .request-call .phone {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 15px
}

a .request-call .phone svg {
  margin-left: 7px
}

a .request-call .rotate {
  transform: rotate(-90deg)
}

a .request-call .rotate p {
  color: #fff;
  margin: 115px 0 0 0;
  padding: 0;
  font-weight: 600;
  height: 30px;
  width: 160px
}

a:hover .request-call {
  background: #010101;
  transition: all 0.4s
}

/* --------------popular courses--------------- */

.ftco-section{
  padding-left: 8%;
  padding-right: 8%;
  background-color: #EFEFEF;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 60px;
  /* margin-bottom: 30px; */
  width: 100%;
}

.h2-home{
  text-align: center;
  font-size: 40px !important;
  margin-top: 10px;
  margin-bottom: 30px;
}

.col{
  margin-top: 20px !important;
  margin-bottom: 45px;
}
.box1{
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
    background: #EFEFEF;
    padding-top: 10px;
    padding-bottom: 25px;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #4986fc; }
  a:hover, a:focus {
    text-decoration: none;
    color: #4986fc;
    outline: none !important; }


.text-primary {
  color: #4986fc !important; }


.course-category {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  margin-bottom: 10px; 
  
}
  .course-category:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.5;
    z-index: -5;
   padding: 10px;
 }
  .course-category .text h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top:150px;
    text-shadow: 2px 2px #00000029;
 }
.img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }




  /* -------------Media------------- */

  .mdb-logotypes img {
    max-width: 50px;
  }

  @media (max-width: 1400px) {
    .mdb-logotypes img {
      max-width: 100%;
     
    }
  }
  .mdb-logotypes{
    margin-right: 0px;
    justify-content: center;

}
  /* .logo-icon {
    filter:;
  } */
  .btn-light{
    
    margin-top: 30px;
    border: 1px solid black;
  }
  .featured{
    float: left;
  }
  .mediacol{
  
    height: 100px;
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
    justify-content: center;
    box-shadow: 1px 1px 7px  black;
  }

  .h22-home{
    font-size: 65px !important;
    color: #004aad;
    text-align: center;
  }




  /* ---------------Testomonial------------------ */

  .section1{
    /* min-height: 100vh; */
    padding-bottom:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
  }
  .slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    background-color: #FFF;
   
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlay1{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #bd162a;
    border-radius: 25px 25px 0 25px;
  }
  .overlay1::before,
  .overlay1::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #bd162a;
  }
  .overlay1::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  
  .overlay2{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #14439f;
    border-radius: 25px 25px 0 25px;
  }
  .overlay2::before,
  .overlay2::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #14439f;
  }
  .overlay2::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  .card-image{
    position: relative;
    max-height: 150px;
    max-width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .card-image .card-img1{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #bd162a;
  }
  
  .card-image .card-img2{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #14439f;
  }
  
  .name{
    font-size: 18px;
    font-weight: 500;
    color: blueviolet;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .star{
    border: none;
    font-size: 16px;
    color: blue;
    padding: 8px 16px;
    
    border-radius: 6px;
    margin: 14px;
  
    transition: all 0.3s ease;
  }
  /*.button:hover{*/
  /*  background: #265DF2;*/
  /*}*/
  
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }

  .row-5{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
  
  @media (min-width:1318px) and (max-width:1600px){
.logo{
    width: 23%;
} 
  }
  
  
  @media (min-width:1254px) and (max-width:1318px){
.logo{
    width: 19%;
} 
  }
  
  

  .section22 {
    margin: 3% 0;
}
  
  .img-banner123{
    width: 100% !important;
  }

  @media (min-width:1400px) and (max-width:1500px) {

    .ftco-section {
     
      margin-top: 0px;
      padding-top: 30px;
      
    }
    
  .h22-home{
    font-size: 50px !important;
  }
    
  }


  @media (min-width:1285px) and (max-width:1400px) {

    .ftco-section {
     
      margin-top: 0px;
      padding-top: 40px;
      
    }
    /* .ul-1223 {
      bottom: 200px !important;
  } */
  .h22-home{
    font-size: 50px !important;
  }

  .text-box{
    top:50%;
  }
    
  }




  @media (min-width:1254px) and (max-width:1285px) {

    .ftco-section {
     
      margin-top: 0px;
      padding-top: 40px;
      
    }
    /* .ul-1223 {
      bottom: 200px !important;
  } */
  .h22-home{
    font-size: 50px !important;
  }

  .text-box{
    top:50%;
  }
    
  }


  @media screen and (max-width:1254px) {
    .logo{
      width: 26%;
    }

    #pn_menu > ul > li {
      float: left;
      margin-top: 10px;
      margin-right: 5px;
      margin-left:5px ;
  }

  #pn_menu > ul > li > a {
    padding: 8px 7px;
    font-size: 12px;
    letter-spacing: 0px;
    
}
  }


  @media screen and (max-width:999px){
    .logo{
      margin-left: 10%;
    }
  }


  @media (min-width:1130px) and (max-width:1254px) {

    .ftco-section {
     
      margin-top: -70px;
      padding-top: 55px;
      
    }
    .ul-1223 {
      bottom: 50px !important;
  }
  .h22-home{
    font-size: 50px !important;
  }

  .text-box{
    top:50%;
  }
    
  }

  @media (min-width:1000px) and (max-width:1130px){

    .ftco-section {
     
      margin-top: -130px;
      padding-top: 60px;
      
    }
    .ul-1223 {
      bottom: 120px !important;
  }
  .h22-home{
    font-size: 45px !important;
  }

  .text-box{
    top:50%;
  }
    
  .h22-home{
    font-size: 45px !important;
  }

  }


  @media (min-width:880px) and (max-width:1000px){

    .slide-img{
      height: 800px !important;
    }

    .ftco-section {
     
      margin-top: -385px;
      padding-top: 50px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 40px !important;
  }

  .text-box{
    top:30%;
  }

  .h2-home {
  
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }
    

  }



  @media (min-width:760px) and (max-width:880px){

    .ftco-section {
     
      margin-top: -240px;
      padding-top: 40px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 35px !important;
  }

  .text-box{
    top:30%;
  }

  .h2-home {
  
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

  @media (min-width:650px) and (max-width:760px){

    .ftco-section {
     
      margin-top: -290px;
      padding-top: 40px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 35px !important;
  }

  .text-box{
    top:30%;
  }
    
  .btn-slider {
    padding: 5px 12px;
    border-radius: 15px;
}

.h2-home {
  
  font-size: 30px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}
    

  }

@media (min-width:650px) and (max-width:1000px){
    
    .course-category .text h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 140px;
  
}
    
}


  @media (min-width:500px) and (max-width:650px){

    .ftco-section {
     
      margin-top: -362px;
      padding-top: 50px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 25px !important;
  }

  .text-box{
    top:25%;
  }
    
  .btn-slider {
    padding: 5px 12px;
    border-radius: 15px;
}
    
.h2-home {
  
  font-size: 30px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

#a-left {
  text-align: center !important;
  font-size: 12px;
  margin-right:20%
}


#a-right {
  text-align: center !important;
  font-size: 12px;
  margin-left: 20%;
}

.course-category .text h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 130px;
  
}

  }


  @media (min-width:400px) and (max-width:500px){

    .ftco-section {
     
      margin-top: -410px;
      padding-top: 40px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 20px !important;
  }

  .text-box{
    top:20%;
  }
    
  .btn-slider {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 15px;
}
    
.h2-home {
  
  font-size: 25px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}


#a-left {
  text-align: center !important;
  font-size: 11px;
  margin-right:15%;
}


#a-right {
  text-align: center !important;
  margin-left:15%;
  font-size: 11px;
}

.a-btn-top{
  padding: 10px 10px !important;
}

.course-category .text h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 130px;
  
}

.sec-heading h2 {
  font-size: 25px !important;
}

  }


  @media (min-width:300px) and (max-width:400px){

    .ftco-section {
     
      margin-top: -455px;
      padding-top: 40px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 15px !important;
  }

  .text-box{
    top:15%;
  }
    
  .btn-slider {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 15px;
}
    
.h2-home {
  
  font-size: 25px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.course-category .text h3 {
  text-align: center;
  font-size: 12px;
  margin-top: 90px;
  
}
.img-p {
  width: 50px !important;
  height: 50px !important;
}

.sec-heading h2 {
  font-size: 20px !important;
}



#a-left {
  text-align: center !important;
  font-size: 10px;
  margin-right: 0%;
}


#a-right {
  text-align: center !important;
  font-size: 10px;
  margin-left: 0%;
}

.a-btn-top{
  padding: 10px 7px !important;
}

  }




  @media screen and (max-width:300px){

    .ftco-section {
     
      margin-top: -500px;
      padding-top: 40px;
      
    }
    .ul-1223 {
      display: none !important;
  }
  .h22-home{
    font-size: 15px !important;
  }

  .text-box{
    top:15%;
  }
    
  .btn-slider {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 15px;
}
    
.h2-home {
  
  font-size: 25px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.course-category .text h3 {
  text-align: center;
  font-size: 10px;
  margin-top: 90px;
  
}
.img-p {
  width: 40px !important;
  height: 40px !important;
}

#a-left {
   text-align: center !important;
  font-size: 8px;
  margin-right: 0px;
}


#a-right {
  text-align: center !important;
  font-size: 8px;
  margin-left: 0px;
}

.a-btn-top{
  padding: 10px 7px !important;
}


.sec-heading h2 {
  font-size: 15px !important;
}


  }





  /* -----------slider counrty---------------- */

  .sec-heading{
    margin-bottom: 20px;
}
.sec-heading h2 {
text-align: center;
font-family: allura;
font-size: 30px;
}

.boxnew {
display: grid;
align-items: center;
justify-items: center;
width: 50%;
height: auto;    
transition: transform .5s ease-in;
margin: 8px auto;
}

.boxnew img {
max-width: 100%;
max-height: 100%;
width: 70%;

}

.boxnew:hover {
transform: scale(1.2);
}



/* ----Country css--- */


.item {
display: grid;
align-items: center;
justify-items: center;
width: 80%;
height: auto;   
transition: transform .5s ease-in;
margin: 8px auto;
}

.item img {
max-width: 100%;
max-height: 100%;
width: 100%;
border-radius: 50%;
}

.item:hover {
transform: scale(1.1);
}



.img-p{
  width: 70px;
  height: 70px;
}


.section22{
  padding: 20px 0;
}




/* ------counter css ------ */
.sectioncounter{
    background: blue;
    margin-bottom: 20px;
    padding-bottom: 35px;
}
.counter {
    background-color:transparent;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


.header1234{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}



/* ------------Services----------- */


.ourservices .card11{
  text-align: center; 
  background: linear-gradient(#F3F2FF, #EDECF3); 
  border: none; 
  padding: 20px 0;

}
img.card-img-top{
  width: 90px; 
  height: 90px; 
  text-align: center; 
  margin: 10px auto;
}
.ourservices .card11 .read_more{
  color: var(--black);}


.footer__widget ul li{
  margin-bottom: 0px !important;
}

.loan-services{
  background: #f8e1b3;
  padding: 2rem 0;
}

.card-body {
    text-align: center;
    flex: 1 1 auto;
    padding: 1rem 1rem;

}
.text-center {
    text-align: center!important;
  /*margin-bottom: -65px !important;*/
}
.containers{
  margin-bottom: 50px !important;
}
.row12{
    --bs-gutter-x: 1.5rem;
    margin-bottom: 50px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-bottom: 30px !important;
}

.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 40% !important;
    margin: 20px;
}


/*.h22-counter{*/
/*  margin-bottom: 100px;*/
/*}*/



.card11 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 10px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    
}
.card11:hover {
  box-shadow:-1px 10px 20px 11px #a9a1a1;
  
}
.read_more{
  color: blue;
}



.h2-services{
     margin-top: 50px;
}


.h3-services{
  font-size: 1rem !important;
}



.college {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;    
    transition: transform .5s ease-in;
    margin: 8px auto;
   }

.college img {
    max-width: 100%;
    max-height: 100%;
    width: 80%;
   
}

.college:hover {
    transform: scale(1);
}

 .spaanclg{
 
 font-size: 18px;
    color:#140b5c;
   text-align: center;
}

@media (max-width: 450px){
    .college {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;    
    transition: transform .5s ease-in;
    margin: 8px auto;
   }
   .college img {
    max-width: 100%;
    max-height: 100%;
    width: 80%;
   
}
.spaanclg{
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

}


@media screen and (max-width:650px){
    a .request-call {
    height: 200px;
    width: 35px;
}

a .request-call .phone {
    padding: 7px 5px;
}

a .request-call .rotate p {
    padding:7px;
}
.p-sch12345{
  margin: 0px 0 0 -102px !important;
}

.request-call1 {
  height: 150px !important;
}
}


@media screen and  (max-width:1000px){
    .ftco-section{
        padding-bottom: 10px;
    }
}



.p-country-slider{
    font-size:15px;
    /*font-weight:700;*/
    color:#140b5c;
}






.blink123 {
  /*background: red;*/
  animation: mymove 2s infinite ;
    animation-direction: alternate;
   
}

@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}


.client-img123{
    width:100px !important;
    height:100px !important;
   
}

.client-img123:hover{
    
    animation-duration: 1s;
     transform: scale(1.1);
}

.a1234:hover{
    text-decoration:none !important;
}


.a123:hover{
    text-decoration:none !important;
    
}


.div-1234{
    padding-bottom:2%;
}



.insta{
    border-radius: 10px;
     transition: transform .5s ease-in;
}
.insta:hover {
    transform: scale(1.2);
}


h1, h2, h3, h4{
        font-family: allura !important;
}



/* -------MBBS College CSS--------- */



.row1231{
  display: flex;
  width: 100%;
}

.college-details{
  display: flex;
  width: 60%;
}

.col1{
  width: 25%;
}
.col2{
  width: 40%;
}

.col3{
  width: 60%;
}

.col4{
  width: 15%;
}

.college11{
  margin: 2% 5% 2% 5%;
  width: 90%;
}

.college-inner{
  width: 100%;
}

.img-college{
  width: 90% !important;
  height: 210px;
  border-radius: 10px;
}

.li-college12{
  /* display: flex; */
  list-style: none;
  line-height: 2;
}

.span-bold{
  font-weight: 700;
  font-size: 15px;
  display: flex;
 
}


.college-inner{
  margin-bottom: 30px;
  background-color: #e6edf3;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 0px 0px #004aad;
}


.college-inner:hover{
  background-color: #e4dddd;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 0px 0px #eb0606;
  transition-duration: 2s;
}


.li-college123{
  list-style: none;
  margin: 20px 20px;
  display: block;
}

.a-college{
  display: block;
  text-align: center;
  font-size: 18px;
  width: 140px;
  padding: 10px 10px;
  background: #004aad;
  color: #fff;
  border-radius: 5px;
  box-shadow: 6px 6px 0px 0px #eb0606;
}

.a-college:hover{
  background: #eb0606;
  color: #fff;
  box-shadow: 6px 6px 0px 0px #004aad;
  text-decoration: none;
}


.h2-college{
  font-size: 28px !important;
  /* margin-left: 25%; */
  margin-bottom: 15px;
  font-weight: 700;
}


.span-college{
  font-size: 15px;
}

.ul-college{
  margin-left: 10px;
  padding: 0 !important;
}
.col321{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.col-colon{
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}
@media (min-width:1200px) and (max-width:1300px){
  .h2-college{
    font-size: 25px !important;
  }

  .span-bold{
    font-size: 14px !important;
  }
  .span-college{
    font-size: 14px !important;
  }
  .col-colon{
    font-size: 14px !important;
  }
  .a-college{
    width: 120px;
    font-size: 16px;
  }
}


@media (min-width:1000px) and (max-width:1200px){
  .h2-college{
    font-size: 22px !important;
  }

  .img-college{
    height: 190px;
  }

  .span-bold{
    font-size: 13px !important;
  }
  .col-colon{
    font-size: 13px !important;
  }
  .span-college{
    font-size: 13px !important;
  }
  .a-college{
    width: 85px;
    font-size: 13px;
  }
}


@media (min-width:800px) and (max-width:1000px){
  .h2-college{
    font-size: 20px !important;
  }

  .span-bold{
    font-size: 11px !important;
  }
  .span-college{
    font-size: 11px !important;
  }
  .col-colon{
    font-size: 11px !important;
  }
  .a-college{
    width: 75px;
    font-size: 11px;
    padding: 6px 8px;
  }
  .img-college{
    height: 170px;
  }
  .li-college123{
    margin: 20px 0px;
  }
}


@media screen and (max-width:800px) {
  .col11{
    width: 100% !important;
    display: block;
  }



  .row1231{
    display: block !important;
  }

  .college-details{
    display: block;
    width: 100%;
    margin: 5% 0;
  }

  .col2{
    width: 100% !important;
  }

  .col3{
    width: 100% !important;
    margin-top: -15px;
  }
  .ul11{
    display: flex;
    width: 100%;
  }

  .img-college{
    width: 100% !important;
  }

  .li-college123{
    margin: auto;
  }

  .span-bold{
    padding-left: 5px !important;
    padding-right: 5px !important;

  }

  .span-college{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
}


@media (min-width:570px) and (max-width:800px){

  .h2-college{
    font-size: 25px !important;
  }

  .span-bold{
    font-size: 15px !important;
  }
  .span-college{
    font-size: 15px !important;
  }

  .col-colon{
    font-size: 15px !important;
  }

  .a-college{
    width: 120px;
    font-size: 18px;
  }

  .img-college{
    height: 190px !important;
  }

}


@media (min-width:492px) and (max-width:570px){

  .h2-college{
    font-size: 22px !important;
  }

  .img-college{
    height: 160px !important;
  }

  .span-bold{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px !important;
  }
  .col-colon{
    font-size: 13px !important;
  }
  .span-college{
    font-size: 13px !important;
  }
  .a-college{
    width: 90px;
    font-size: 14px;
  }
}

@media (min-width:423px) and (max-width:492px){

  .h2-college{
    font-size: 20px !important;
  }

  .img-college{
    height: 160px !important;
  }

  .span-bold{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px !important;
  }
  .col-colon{
    font-size: 12px !important;
  }
  .span-college{
    font-size: 12px !important;
  }
  .a-college{
    width: 80px;
    font-size: 12px;
  }
}

@media (min-width:389px) and (max-width:423px){

  .h2-college{
    font-size: 19px !important;
  }

  .img-college{
    height: 160px !important;
  }

  .span-bold{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px !important;
  }
  .col-colon{
    font-size: 12px !important;
  }
  .span-college{
    font-size: 12px !important;
  }
  .a-college{
    width: 80px;
    font-size: 12px;
  }
}

@media (min-width:300px) and (max-width:389px){

  .h2-college{
    font-size: 17px !important;
  }

  .img-college{
    height: 160px !important;
  }

  .span-bold{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px !important;
  }
  .col-colon{
    font-size: 12px !important;
  }
  .span-college{
    font-size: 12px !important;
  }
  .a-college{
    width: 70px;
    font-size: 10px;
    padding: 8px 8px;
    box-shadow: 4px 4px 0px 0px #eb0606;
  }
  .a-college:hover{
    width: 70px;
    font-size: 10px;
    padding: 8px 8px;
    box-shadow: 4px 4px 0px 0px #004aad;
  }
}
@media screen and (max-width:300px){

  .h2-college{
    font-size: 13px !important;
  }

  .img-college{
    height: 160px !important;
  }

  .span-bold{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px !important;
  }
  .col-colon{
    font-size: 11px !important;
  }
  .span-college{
    font-size: 11px !important;
  }
  .a-college{
    width: 60px;
    font-size: 9px;
    padding: 6px 6px;
    box-shadow: 3px 3px 0px 0px #eb0606;
  }
  .a-college:hover{
    width: 70px;
    font-size: 10px;
    padding: 6px 6px;
    box-shadow: 3px 3px 0px 0px #004aad;
  }
}




/* --------------College Name------------- */


.section-cname{
  width: 90%;
  display: flex;
  margin: 3% 5%;
}

.about-college{
  width: 70%;
}

.slider-college{
  width: 30%;
  display: flex;
}

.img-college-about{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.about-img{
  width: 100%;
  border-radius: 10px;
  transition: transform 1s; 
}
.about-img:hover{
  transform: scale(1.07);
}


.college-logo{
  width: 14%;
}

.c-logo{
  width: 120px;
  height: 120px;
}

.img-down{
  display: flex !important;
  width: 67%;
  position: absolute;
  margin-top: -65px;
}


.h1-about-college{
  width: 80%;
  position: relative;
  

}

.h1-about-college1{
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow:-2px 1px #0c5cb8;

}

.div11{
  display: flex;
  width: 100%;
}

.div2{
  margin-top: -10px;
}

.p-country-name{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.country-name{
  width:100%;
  text-align: center;
}
.college-rating{
  width: 40%;
  text-align: right;
  margin-right: 3%;
  color: #f47b0c;
}

.div3{
  width: 100%;
  display: flex;
}

.nmc-img{
width: 100%;
}
.nmc-logo{
  width: 60%;
  margin-top: 30px;
  box-shadow: 1px 5px 6px 0px #9b9595;
}

.link12{
  width: 40%;
  display: flex;
}

.ul-link{
  display: flex;
  width: 100%;

}

.links1{
  list-style: none;
  margin: auto;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

.brochure, .apply{
background: #004aad;
box-shadow: 5px 5px 0px 0px #ec0505;
}

.brochure:hover, .apply:hover{
  background: #ec0505;
  box-shadow: 5px 5px 0px 0px #004aad;
  }


  .content11{
    margin: 5% 0px;
    padding: 3%;
    width: 100%;
    box-shadow: 0 1px 10px -2px #5b5959;
  }


  .nav{
    background-color: #004aad;
    padding: 5px 10px;
    border-radius: 25px 0px 25px 0px;
}

.nav-tabs {
    border-bottom: none !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 25px 0px 25px 0px !important;
}
#tabs .nav-tabs .nav-link {
    color: #fff;
    font-size: 18px;
  
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 1px solid #004aad !important;
  /* padding: 10px !important; */
  margin:5px 10px !important;
}

.nav-item {
    border-radius: 0 !important;
}

.nav-item:last-child {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.nav-item:first-child {
    border-radius: 25px 0px 25px 0px !important;
    
}

.nav-tabs .nav-link.active{
   background-color: #fff !important; 
   border-radius: 25px 0px 25px 0px !important;
}

.a12321{
  margin:5px 10px !important;
  padding: 10px !important;
}


.div-overview{
  display: flex;
  width: 100%;
}

.row32321{
  width: 100% !important;
}

.overview1{
  width: 45%;
}
.overview2{
  width: 55%;
}

.tabs12321{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}

.container213{
  margin: 0px 3% !important;
}


.right12-linkl{
 
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 7px -1px #004aad;

}

.apply-link-form{
  height: 540px;
  padding: 10px;
}

.right1321{
  height: auto;

}

.right12{
  top: 85px;
  position: sticky;
  margin-left: 10%;
  width: 90%;
  height: auto;

}

.top-college-link{
  height: 400px;
}

.latest-blog-link{
  height: 400px;
}

.div-h2-top-college{
  padding: 10px 10px 10px 10px;
  
}

.h2-college-link{
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  background: #004aad;
  border-radius: 24px 0px 24px 0px;
}

.ul-right-link{
  padding: 5px;
}

.li-right-link{
  list-style: none;
  margin: 10px 5px;
  padding: 5px 10px;
  box-shadow: 0 1px 7px -1px #300a0a;
}

.a-right-link{
  text-decoration: none;
  color: #121111;
}

.a-right-link:hover{
  text-decoration: none;
  color: #2677b5 !important;
}

.a21221{
  color: #fff;
  text-decoration: none;
}
.a21221:hover{
  color: #fff;
  text-decoration: none;
}

.university-content{
  width: 100%;
  margin-top: 3%;
}
/* .p-university-content{
  padding: 10px;
} */

.btn-college {
  
  padding: 10px;
  color: black;
  width: 200px;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px;
}

.btn-college:hover {
  color: blue;
  border: 1px solid red;
  border-radius: 10px;
}

.div-btn{
  display: flex;
  margin-bottom: 20px;
}

.btn-college{
  margin: auto;
}

.a21221{
  font-size: 14px;
}
.a-right-link {
  font-size: 16px;
}

@media (min-width:1368px) and (max-width:1475px){
  #tabs .nav-tabs .nav-link{
    font-size: 16px;
  }
  .c-logo {
    width: 110px;
    height: 110px;
}
.a-right-link {
  font-size: 15px;
}
}

@media (min-width:1261px) and (max-width:1368px){
  #tabs .nav-tabs .nav-link{
    font-size: 14px;
  }
  .h2-college-link {
    font-size: 16px !important;
  }
  .c-logo {
    width: 100px;
    height: 100px;
}
.btn-register{
  font-size: 12px !important;
}
.a-right-link {
  font-size: 15px;
}
}

@media (min-width:1153px) and (max-width:1261px){
  #tabs .nav-tabs .nav-link{
    font-size: 12px;
  }
  .h2-college-link {
    font-size: 16px !important;
  }
  .c-logo {
    width: 100px;
    height: 100px;
}
.btn-register{
  font-size: 12px !important;
}
.a-right-link {
  font-size: 14px;
}
}

@media (min-width:1000px) and (max-width:1153px){
  #tabs .nav-tabs .nav-link{
    font-size: 11px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 5px 5px !important;
  padding: 5px !important;
}

  .h2-college-link {
    font-size: 16px !important;
  }
  .c-logo {
    width: 90px;
    height: 90px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 5px 10px 10px 10px ;
}
.a-right-link{
  font-size: 12px;
}
}

@media screen and (max-width:1000px) {
  .apply-link-form{
    display: none;
  }
}


@media (min-width:863px) and (max-width:1000px){
  #tabs .nav-tabs .nav-link{
    font-size: 11px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 5px 5px !important;
  padding: 5px !important;
}

  .h2-college-link {
    font-size: 16px !important;
  }
  .c-logo {
    width: 90px;
    height: 90px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 5px 10px 10px 10px ;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 17%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -55px;
}
.h1-about-college1{
  font-size: 25px;
}
.h2-about-university{
  font-size: 25px !important;
}
}

@media (min-width:800px) and (max-width:863px){
  #tabs .nav-tabs .nav-link{
    font-size: 10px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 5px 5px !important;
  padding: 4px !important;
}

  .h2-college-link {
    font-size: 14px !important;
  }
  .c-logo {
    width: 90px;
    height: 90px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 10px;
}
.links1{
  padding: 4px 9px 11px 9px ;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 17%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -55px;
}
.h1-about-college1{
  font-size: 25px;
}
.h2-about-university{
  font-size: 25px !important;
}
}

@media screen and (max-width:800px) {
  .slider-college{
    display: none;
  }
  .about-college{
    width: 100%;
  }
  .img-down{
    width: 95%;
  }
  .container1211{
    max-width: 100% !important;
  }
  
}

@media (min-width:700px) and (max-width:800px){
  #tabs .nav-tabs .nav-link{
    font-size: 12px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 5px 5px !important;
  padding: 4px !important;
}

  
  .c-logo {
    width: 105px;
    height: 105px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 1px 8px 6px 8px ;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 17%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -60px;
}
.h1-about-college1{
  font-size: 28px;
}
.h2-about-university{
  font-size: 25px !important;
}
.overview1{
  width: 42%;
}
.overview2{
  width: 58%;
}
}

@media (min-width:625px) and (max-width:700px){
  #tabs .nav-tabs .nav-link{
    font-size: 12px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 5px 5px !important;
  padding: 4px !important;
}

  
  .c-logo {
    width: 100px;
    height: 100px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 1px 8px 6px 8px ;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 17%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -60px;
}
.h1-about-college1{
  font-size: 28px;
}
.h2-about-university{
  font-size: 25px !important;
}
.overview1{
  width: 40%;
}
.overview2{
  width: 60%;
}
}


@media (min-width:569px) and (max-width:625px){
  #tabs .nav-tabs .nav-link{
    font-size: 11px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 4px 4px !important;
  padding: 3px !important;
}

  
  .c-logo {
    width: 90px;
    height: 90px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 1px 8px 6px 8px ;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 17%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -55px;
}
.h1-about-college1{
  font-size: 25px;
}
.h2-about-university{
  font-size: 25px !important;
}
.overview1{
  width: 40%;
}
.overview2{
  width: 60%;
}
}

@media (min-width:410px) and (max-width:569px){
    
    .p-university-content{
        font-size:14px;
    }
  #tabs .nav-tabs .nav-link{
    font-size: 15px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 4px 4px !important;
  padding: 8px !important;
  width:40%;
}

  
  .c-logo {
    width: 80px;
    height: 80px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 14px;
}
.links1{
  padding: 5px 10px 10px 10px;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 20%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -50px;
}
.h1-about-college1{
  font-size: 22px;
}
.h2-about-university{
  font-size: 22px !important;
}
.div-overview{
    display:block;
}
.overview1{
  width: 100%;
}
.overview2{
  width: 100%;
      margin-top: -15px;
}
.div3{
  display: block;
}
.nmc-logo{
  width: 70%;
  margin-top: 20px;
}
.link12{
  width: 100%;
  margin-top: 15px;
}
.container213{
  margin: 0px 0px !important;
}
}

@media (min-width:350px) and (max-width:410px){
  #tabs .nav-tabs .nav-link{
    font-size: 14px;
  }
  
   .p-university-content{
        font-size:13px;
    }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 4px 4px !important;
  padding: 8px !important;
  width:40%;
}

  
  .c-logo {
    width: 70px;
    height: 70px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 13px;
}
.links1{
  padding: 1px 10px 6px 10px;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 22%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -45px;
}
.h1-about-college1{
  font-size: 18px;
}
.p-country-name{
font-size: 12px;
}
.h2-about-university{
  font-size: 22px !important;
}
.div-overview{
    display:block;
}
.overview1{
  width: 100%;
}
.overview2{
  width: 100%;
      margin-top: -15px;
}
.div3{
  display: block;
}
.nmc-logo{
  width: 70%;
  margin-top: 20px;
}
.link12{
  width: 100%;
  margin-top: 15px;
}
.container213{
  margin: 0px 0px !important;
}
.country-name{
  width: 50%;
}
}

@media (min-width:280px) and (max-width:350px){
  #tabs .nav-tabs .nav-link{
    font-size: 14px;
  }
  
   .p-university-content{
        font-size:13px;
    }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 4px 4px !important;
  padding: 8px !important;
   width:40%;
}

  
  .c-logo {
    width: 60px;
    height: 60px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 1px 10px 6px 10px;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 22%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -40px;
}
.h1-about-college1{
  font-size: 14px;
}
.p-country-name{
font-size: 10px;
}
.h2-about-university{
  font-size: 22px !important;
}
.overview1{
  width: 100%;
}
.overview2{
  width: 100%;
  margin-top: -15px;
}
.div3{
  display: block;
}
.nmc-logo{
  width: 70%;
  margin-top: 20px;
}
.link12{
  width: 100%;
  margin-top: 15px;
}
.container213{
  margin: 0px 0px !important;
}
.country-name{
  width: 50%;
}
.div-overview{
  display: block;
}
}

@media screen and (max-width:280px){
  #tabs .nav-tabs .nav-link{
    font-size: 15px;
  }
  
   .p-university-content{
        font-size:12px;
    }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    margin: 3px 5px !important;
    padding: 10px 5px 5px 5px;
  }

  .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-radius: 15px 0px 15px 0px !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 15px 0px 15px 0px !important;
}

.a12321 {
  margin: 3px 15px !important;
  padding: 8px !important;
   width:80%;
}

  
  .c-logo {
    width: 50px;
    height: 50px;
}
.btn-register{
  font-size: 12px !important;
}
.a21221 {
  font-size: 12px;
}
.links1{
  padding: 1px 10px 6px 10px;
}
.a-right-link{
  font-size: 10px;
}

.college-logo {
  width: 22%;
}
.h1-about-college{
width: 75%;
}
.img-down{
  margin-top: -35px;
}
.h1-about-college1{
  font-size: 12px;
}
.p-country-name{
font-size: 8px;
}
.h2-about-university{
  font-size: 22px !important;
}
.overview1{
  width: 100%;
}
.overview2{
  width: 100%;
  margin-top: -15px;
}
.div3{
  display: block;
}
.nmc-logo{
  width: 70%;
  margin-top: 20px;
}
.link12{
  width: 100%;
  margin-top: 15px;
}
.container213{
  margin: 0px 0px !important;
}
.country-name{
  width: 50%;
}
.div-overview{
  display: block;
}
}


.img-gallery{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.btn1233{
  background: #004aad;
    border: 1px solid #004aad;
    color: #fff;
}

.btn1233:hover{
  background: #ec0505;
    border: 1px solid #ec0505 !important;
    color: #fff;
}

img{
    width:100% ;
}



table {
  width: 100% !important;         
  border: solid 1px black;
border-collapse: collapse;



  }
  tr,th, td {
    font-size: 15px;
  text-align: left;
  padding: 8px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }
  td{
    font-size: 15px;
  }
  h2{
    font-size: 30px !important;
  }

  p{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0rem !important;
  }

  p strong{
    font-size: 25px;
    font-weight: 500;
  }

  ul{
    padding: 20px;
  }

  

@media (min-width:1000px) and (max-width:1200px){

  h2{
    font-size: 25px !important;
  }

  p strong{
    font-size: 23px;
  }

  p{
    font-size: 15px !important;
  }

  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 15px;
  text-align: left;
  padding: 8px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}


@media (min-width:800px) and (max-width:1000px){

  h2{
    font-size: 22px !important;
  }

  p strong{
    font-size: 20px;
  }

  p{
    font-size: 15px !important;
  }

  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 12px;
  text-align: left;
  padding: 8px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}


@media (min-width:600px) and (max-width:800px){

  h2{
    font-size: 22px !important;
  }

  p strong{
    font-size: 20px;
  }

  p{
    font-size: 15px !important;
  }

  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 13px;
  text-align: left;
  padding: 8px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}

@media (min-width:520px) and (max-width:600px){

  h2{
    font-size: 20px !important;
  }

  p strong{
    font-size: 18px;
  }

  p{
    font-size: 13px !important;
  }
li{
  font-size: 13px;
}
  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 11px;
  text-align: left;
  padding: 8px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}


@media (min-width:440px) and (max-width:520px){

  h2{
    font-size: 18px !important;
  }

  p strong{
    font-size: 16px;
  }

  p{
    font-size: 12px !important;
  }
li{
  font-size: 12px;
}
  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 10px;
  text-align: left;
  padding: 5px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}


@media (min-width:350px) and (max-width:440px){

  h2{
    font-size: 18px !important;
  }

  p strong{
    font-size: 15px;
  }

  p{
    font-size: 12px !important;
  }
li{
  font-size: 12px;
}
  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 8px;
  text-align: left;
  padding: 4px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}

@media (min-width:290px) and (max-width:350px){

  h2{
    font-size: 15px !important;
  }

  p strong{
    font-size: 24px;
  }

  p{
    font-size: 12px !important;
  }
li{
  font-size: 12px;
}
  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 7px;
  text-align: left;
  padding: 2px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}

@media screen and (max-width:290px){

  h2{
    font-size: 13px !important;
  }

  p strong{
    font-size: 12px;
  }

  p{
    font-size: 10px !important;
  }
li{
  font-size: 10px;
}
  
  
  ul{
    padding: 20px;
  }

  tr,th, td {
    font-size: 6px;
  text-align: left;
  padding: 1px;
  border: solid 1px black;
 border-collapse: collapse;
 
  }

}
















/* --------------------Contact Page CSS-------------------- */



.container121{
 margin: 1% 5%;
}

.div-contact{
  display: flex;
  width: 100%;
  margin-bottom: 5%;
}

.div-form{
  background: #1163d2;
  width: 70%;
  /* display: flex; */
  box-shadow: 0 0 10px 0 #333;
  border-radius: 15px;
}


.div-address{
 width:30%;
 margin:auto;
}
.c-address{
  margin-left: 10%;
  background: #1163d2;
  box-shadow: 0 0 10px 0 #333;
  border-radius: 15px;
  padding-top: 2%;
  padding-bottom: 5%;
}


.f1-contact{
  width: 100%;
}

.c1-div{
  display: flex;
  width: 100%;
}

.input-contact{
  width: 45%;
  margin: auto;
  height: 45px;
  border-radius: 1pc;
  border: none;
  font-size: 15px;
}


.input-msg{
  width: 95%;
  margin: auto;
  border-radius: 1pc;
  border: none;
  font-size: 15px;
}
.h2-contact{
  color: #FFF;
}

.check-box1{
  width: 20px;
  height: 20px;
}

.p-contact{
  color: #fff;
}

.icon-contact{
  color: #fff;
  font-size: 25px;
}

.a-contact{
  color: #fff;
  text-decoration: none;
}

.a-contact:hover{
  color: #f3e1e1;
  text-decoration: none;
}

/* .address-more{
  width: 100%;
  display:flex;
} */

.address-more-inner{

  background: #1163d2;
  box-shadow: 0 0 10px 0 #333;
  border-radius: 15px;
  padding-top: 2%;
  padding-bottom: 5%;
  height: 320px;
  margin: 10px !important;

}
.btn-contact{
  margin: auto;
  background: #0d3061;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
  border: none;
}
.btn-contact:hover{
  background-color:#062044 ;
}



#id01{
  display: none;
  width: 34%;
  position: fixed;
  z-index: 999;
  top: 20%;
  left: 33%;
}

@media (min-width:768px) and (max-width:992px){
  .h2-contact{
    font-size: 25px !important;
  }
  .p-contact{
    font-size: 13px !important;
  }
  .icon-contact{
    font-size: 20px;
  }
  .a-contact{
    font-size: 12px;
  }
  .address-more-inner{
    height: 300px;
  }
}

@media screen and (max-width:768px){
  .div-contact{
    display: block;
  }
  .div-form{
    width: 100%;
    padding-bottom: 5px;
  }
  .div-address{
    margin-top: 30px;
    width: 100%;
  }
  .c-address{
    margin-left: 0;
  }

  /* .f1-contact{
    padding-bottom: 5px;
  } */

  
}

@media (min-width:305px) and (max-width:768px){
  .h2-contact{
    font-size: 25px !important;
  }
  .p-contact{
    font-size: 13px !important;
  }
  .icon-contact{
    font-size: 20px;
  }
  .a-contact{
    font-size: 12px;
  }
  .address-more-inner{
    height: 300px;
  }
}


@media (min-width:256px) and (max-width:305px){
  .h2-contact{
    font-size: 20px !important;
  }
  .p-contact{
    font-size: 12px !important;
  }
  .icon-contact{
    font-size: 18px;
  }
  .a-contact{
    font-size: 10px;
  }
  .address-more-inner{
    height: 300px;
  }
}

@media screen and (max-width:256px){
  .h2-contact{
    font-size: 18px !important;
  }
  .p-contact{
    font-size: 10px !important;
  }
  .icon-contact{
    font-size: 15px;
  }
  .a-contact{
    font-size: 8px;
  }
  .address-more-inner{
    height: 300px;
  }
}


/* -----------FAQ---------- */



.faq1{
  background: #ecf3f0;
  border-radius: 10px;
}

.active .div-p-faq{
  display: block !important;
}

.div-p-faq{
  display: none !important;
}

.col-minus1{
  display: none !important;
}

.active .col-minus1{
  display: block !important;
}

.col-plus1{
  display: block !important;
}

.active .col-plus1{
  display: none !important;
}


#btn-enquiry1{
    background: #004aad;
    border:1px solid #004aad;
    color:#fff;
}

#btn-enquiry1:hover{
    background: #eb0606;
    border:1px solid #eb0606;
    color:#fff;
}



.enquiry123{
    background:#fee9e9;
    padding:5px 5px 5px 5px !important;
}

.icon-cross12{
    font-size:25px;
    cursor: pointer;
}




.col-header12{
  padding-top: 4px;
  display: grid;
  place-items: center;
}

.a-btn-top {
	position: relative;
	padding: 10px 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 700 30px consolas;
	overflow: hidden;
}

.a-btn-top span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #171618, #eb0606);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.a-btn-top span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #171618, #eb0606);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.a-btn-top span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #171618, #eb0606);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.a-btn-top span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #171618, #eb0606);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}



/* ------------Counrty---------------- */


.country{
  margin: 1% 3%;
  display: flex;
}

.country-left{
  width: 60%;
}

.country-right{
  width: 40%;
}

.h1-country{
  font-size: 60px;
}


.div-region{
  background: #e2e6ef;
  margin: 20px;
  box-shadow: 1px 2px 10px 2px #140b5c;
}

.div-flag{
  width: 50%;
  margin: auto;
}

.img-flag{
  padding: 25px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  cursor: pointer;
}

.a-country{
  text-decoration: none;
  
}

.a-country:hover{
  text-decoration: none !important;
}

.h2-country{
  font-size: 35px !important;
  margin: 10px 0px 15px 15px;
}

.p-country{
  font-size: 18px;
  margin: 5px 10px 30px 10px;
}


.btn-country{
  display: flex;
  padding: 20px;
}
.a-btn{
  display: contents;
}

.btn1212{
  margin: auto;
}


@media screen and (max-width:350px) {
  .h2-country{
    font-size: 25px !important;
  }
}




.course-det{
  /* padding: 10px; */
  margin: 10px;
  background: #dae5eb6b;
  box-shadow: 15px 15px #004aad;
}


.course-det:hover{
  /* padding: 10px; */
  margin: 10px;
  background: #dae5eb6b;
  box-shadow: 15px 15px #9d0310;
  transition-duration: 3s;
}

.img-courses{
  border-radius: 10px;
}


.div-btn-courses{
  padding: 20px 10px;
}

.btn-courses{
  border: none;
}

.btn-courses:hover{
  border: none;
}

.a-courses{
  font-size: 18px;
  padding: 10px 18px;
  background: #004aad;
  color: #fff;
  border-radius: 6px;
}


.a-courses:hover{
  
  background: #02357a;
  color: #fff;
  text-decoration: none;
  
}


.a-h3{
  text-decoration: none;
}

.a-h3:hover{
  text-decoration: none;
}










/* -------------scholarship--------------- */

.div-sch-img{
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  width: 100%;
}



.div-sch-btn{
  margin-top: 22%;
  position: absolute;
  margin-left: 25%;
}

.btn-sch{

border:none;

}

.btn-sch:hover{
  border:none;
 
  }


.a-sch{
  background: #004aad;
border-radius: 6px;
  padding: 15px 20px;
  color: #fff;
}


.a-sch:hover{
  color: #fff;
  text-decoration: none;
  background: #02357a;
}



@media (min-width:800px) and (max-width:1100px){
  .div-sch-btn{
    margin-top: 20% !important;
    margin-left: 15%;
   
  }

  .btn-sch{
    padding: 15px 20px;
    border-radius: 6px;
    }
}


@media (min-width:600px) and (max-width:800px){
  .div-sch-btn{
    margin-top: 21%;
    margin-left: 18%;
  }

  

    .a-sch{
      font-size: 14px;
      padding: 10px 15px;
    border-radius: 6px;
    }
}


@media (min-width:400px) and (max-width:600px){
  .div-sch-btn{
    margin-top: 20%;
    margin-left: 15%;
  }

  

    .a-sch{
      font-size: 12px;
      padding: 8px 12px;
      border-radius: 5px;
    }
}

@media (min-width:280px) and (max-width:400px){
  .div-sch-btn{
    margin-top: 18%;
    margin-left: 10%;
  }

  

    .a-sch{
      font-size: 10px;
      padding: 5px 10px;
      border-radius: 4px;
    }
}


@media screen and (max-width:280px){
  .div-sch-btn{
    margin-top: 18%;
    margin-left: 10%;
  }

  

    .a-sch{
      font-size: 8px;
      padding: 4px 8px;
      border-radius: 4px;
    }
}


.container-sch{
  margin: 2% 2%;
}


.scholarship{
  display: flex;
  width: 100%;
}

.div-img2{
width: 40%;
margin: auto;
}

.div-sch-content{
width: 60%;
}

.h1-sch{
  font-size:35px;
}

@media (min-width:800px) and (max-width:1000px){
  .h1-sch{
    font-size:30px;
  }
}


@media (min-width:580px) and (max-width:800px){
  .h1-sch{
    font-size:30px;
  }
}

@media screen and (max-width:750px){
  .scholarship{
    display: block;
    width: 100%;
  }

  .div-img2{
    width: 100%;

  }

  .div-sch-content{
width: 100%;
  }
}


@media (min-width:450px) and (max-width:580px){
  .h1-sch{
    font-size:25px;
  }
}


@media (min-width:350px) and (max-width:450px){
  .h1-sch{
    font-size:22px;
  }
}

@media (min-width:290px) and (max-width:350px){
  .h1-sch{
    font-size:18px;
  }
}

@media screen and (max-width:290px){
  .h1-sch{
    font-size:16px;
  }
}


.item-sch{
  width: 100% !important;
}


.winners-img{
  border-radius: 10px !important;
}

.div-winner{
  padding: 20px;
  display: flex;
  width: 100%;
  margin-top: -100px;
  
}

.div-img222{
  width: 20%;
  padding: auto;
}

.winner-name{
  width: 80%;
  padding: auto;
}

.name-sch{
  color: #fff;
}


.state{
  color: #fff;
}

.winner-svg{
  border-radius: 1px !important;
  
}

.sch-h2{
  margin-bottom: 20px;
}

.sch-form{
  padding: 1% 2% 2% 2%;
  background: #b6dff5;
}

.form123{
width: 70%;
margin: auto;
padding-top: 20px;
}


.input-sch{
  margin: 20px;
}

.input-type{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #8282ca;
  background: #cfd3da;
  color:#161b16;
  font-size: 18px;
  
}

.input-type:focus-visible{
  border: 1px solid blue;
  background-color:#92d1d8;
  color:#161b16;
}

.input-type:hover{
  
  border: 1px solid #8282ca;
}

.submit-btn{
  padding: 10px 30px;
  border: none;
  background: #004aad;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn:hover{
  border: none;
  background: #02357a;
}

@media screen and (max-width:992px){
  .form123{
width: 100%;
  }
}







/* ------------Become A Partner----------- */




.div1-bp{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.div2-bp{
  width: 20%;
}

.div3-bp{
color: #0015ad;
  height: 280px;
  margin: 10px;
  padding: 20px;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 7px 1px rgb(220 204 204);
}

.div4-bp{
  
  width: 70%;
  margin: auto;
 

}

.icon111{
  padding: 33%;
  border: 1px solid #0015ad;
  border-radius: 50%;
  font-size: 35px;
}

.div6-bp{
  margin-top: 10%;
}


.boxnew5{
  width: 100%;
  
}

@media (min-width:350px) and (max-width:400px){
  .icon111{
    padding: 32%;
    font-size: 25px;
  }

  .div4-bp{
    width: 100%;
  }
}


@media (min-width:300px) and (max-width:350px){
  .icon111{
    padding: 30%;
    font-size: 20px;
  }

  .div4-bp{
    width: 70%;
  }
}

@media screen and (max-width:300px){
  .icon111{
    padding: 33%;
    font-size: 35px;
  }

  .div4-bp{
    width: 100%;
  }
}


.section1-bp{
  padding: 5% 10%;
  background-image: linear-gradient(to bottom, rgba(21, 32, 151, 0), rgb(141 139 149));
}


.div13-bp{
  margin: 5% 5%;
  
}

.div12-input{
  display: flex;
  flex-wrap: wrap;
}

.div-input2{
  width: 48%;
  margin: auto;
  padding: 10px 5px;
}

.input-bp{
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.label-bp{
  width: 100%;
  margin: 5px;
}

.btn-bp{
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 50px;
  border: none;
  color: #fff;
 background: #004aad;
}

.btn-bp:hover{
 background: #0015ad;
}


@media screen and (max-width:900px){
  .div-input2{
    width: 100%;
    margin: auto;
    padding: 10px 5px;
  }
}

.section-bp12{
  background: #e1f2f0;
  margin-top: 25px;
}



@media (min-width:450px) and  (max-width:800px){
  #id01{
    width: 60%;
    left: 20%;
  }
}


@media (min-width:320px) and  (max-width:450px){
  #id01{
    width: 80%;
    left: 10%;
  }
}

@media screen and  (max-width:320px){
  #id01{
    width: 100%;
    left: 0%;
  }
}














.div-paynow{
  display: flex;
  flex-wrap: wrap;
}

.div-form-paynow{
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #333;
  background-image: linear-gradient(to bottom right, rgb(121 102 234), rgb(7 170 195));
  margin: auto;
  width: 60%;
  
}


.form-paynow{
  padding: 5%;
}

.input-form{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.div-btn-paynow{
  margin: auto;
  width: 25%;
}

.btn-paynow{
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #004aad;
  color: #fff;
}

.btn-paynow:hover{
  background: #0015ad;
}


@media (min-width:768px) and (max-width:992px){
  .div-form-paynow{
    width: 70%;
  }

  .div-btn-paynow{
    width: 25%;
  }
}

@media (min-width:544px) and (max-width:768px){
  .div-form-paynow{
    width: 90%;
  }
  .div-btn-paynow{
    width: 30%;
  }
}

@media screen and (max-width:544px){
  .div-form-paynow{
    width: 95%;
  }
  .div-btn-paynow{
    width: 40%;
  }
}



/* --------------------Filter--------------- */













.div-filter{
  display: flex;
  flex-wrap: wrap;
}

.div-filter-left{
  display: block;
  width: 21%;
  padding-right: 20px;
  height: auto;
}

.div-filter-right{
  width: 79%;
  height: auto;
}

.filter-details{
  margin: 2% 4%;
}

.div-filter1{
  position: sticky;
  height: auto;
  top: 90px;
}
.filter-icon{
  display: none;
}


.filter2{
  padding: 10px;
  background-color: #eae2e2;
}



.img-college-filter{
  width: 90% !important;
    height: 250px;
    border-radius: 10px;
}

.col321-filter{
  font-size: 14px;
  display: flex;
  padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.span-bold-filter {
  font-weight: 700;
  font-size: 14px;
  display: flex;
}
.a-filter{
  text-decoration: none;
}

.a-filter:hover{
  text-decoration: none;
}

.li-college123-filter {
  list-style: none;
  margin: 20px 0px;
  display: block;
}


.p-filter{
  padding:1px 10px 10px 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: allura;
}


.span-filter2{
  padding:2px 15px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: allura;
}

.div5-filter{
  padding: 2px 1px;
}


.span-filter{
  /* letter-spacing: 1px; */
  font-family: allura;
}

@media screen and (max-width:900px){
  .div-filter{
    display: block;
    flex-wrap: wrap;
  }
  .div-filter-icon{
    display:flex;
  }
  
  #fiter122{
    margin-top: 15px;
    display: none;
  }

  
 

  .animate {
    
    animation: animatezoom 1s ease;
  }


  @keyframes animatezoom {
    0% {
        transform: translateX(-300px);
    }
    to {
        transform: translateX(0px);
    }
}
  
  /* @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  } */
  

  .filter-icon{
    
    margin-left: 4%;
    padding: 5px 25px;
    border-radius: 20px;
    color: #fff;
    background: #004aad;
    display: block;
    letter-spacing: 1px;
  }

  .filter1221{
    padding-right: 10px;
  }
  
  .div-filter-left{
    width: 50%;
    display: block;
    padding: 20px;

    /* background: #f3f3f3; */
    height: auto;
    position: sticky;
   top: 60px;

    z-index: 999;
  }

  
  
  .div-filter-right{
    width: 100%;
    height: auto;
  }
  
  
}

@media (min-width:700px) and (max-width:900px){
  .div-filter-left{
    width: 40%;
  }
}

@media (min-width:600px) and (max-width:700px){
  .div-filter-left{
    width: 50%;
  }
}

@media (min-width:500px) and (max-width:600px ){
  .div-filter-left{
    width: 60%;
  }
}

@media screen and (max-width:500px){
  .div-filter-left{
    width: 100%;
  }
}

@media (min-width:800px) and (max-width:900px){
  .img-college-filter{
    height: 190px;
  }
}




@media (min-width:1000px) and (max-width:1200px){
  .col321-filter{
    font-size: 12px;
  }
 
}



@media screen and (max-width:800px){
  .li-college123-filter{
    margin: auto;
  }
  .img12{
    display: flex;
  }
  .img-college-filter{
margin: auto;
  }
}







/* -------------Scroll Bar------------- */



    /* width */
    ::-webkit-scrollbar {
      width: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
      background: #140B5C;
      border-radius: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: #370cd2;
  }

















/* ---------------EVENT------------- */

.section12111{
  background: #cdcdea;
}

.div-event{
  border-radius: 5px;
  
  background: #fff;
}


.img-event{
  border-radius: 15px 15px 0px 0px;
}






  