@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
  font-family: 'Poppins', sans-serif;
}
.whats a{
position: fixed;
bottom: 20px;
left: 30px;
background: #26c281;
z-index: 999;
box-shadow: 0 0 4px #666;
font-size: 22px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
 color:#fff;
}

.whats a::after {
  content: "";
  top: -25px;
  left: -25px;
  background-color: rgba(38, 194, 129, 0.68);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-animation: jumper2 2.5s 0.66666s ease-out infinite;
  -moz-animation: jumper2 2.5s 0.66666s ease-out infinite;
  box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}


@-webkit-keyframes jumper2{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

}


@-webkit-keyframes jumper2{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}

.admison{
background-color: rgb(7, 69, 117, 0.7);
display: inline-block;
padding: 25px;
position: absolute;
top: 40%;
right: 0px;
z-index: 999;
width: 22%;
}
.admison form{
  margin-top: 10px;
}
.admison select{
  margin-top: 10px;
}

.admison input{
  margin-top: 10px;
}
.admison .btn{
background: #07a7e3;
color: #fff;
width: 100%;
margin-top: 20px;
}
.admison h3{
 font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#fff;
  font-size:20px;
  text-align:center;
  text-transform:uppercase;
}

.admison small{
  color: #fff;
}

.admison small a{
  color: #e2741a;
}

.f-control{
 display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
}



/*.admison{*/
/*position: fixed;*/
/*  bottom: 20px;*/
/*  left:  20px;*/
/*  z-index: 999;*/
/*}*/
/*.admison img*/
/*{*/
/*width: 200px;*/
/*}*/
.pad0{
  padding: 0;
}
/*header {
  position: absolute;
  top: 30px;
  z-index: 99;
  width: 100%;
}
.head-bg{
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 20px; 
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-bottom: 4px solid #c1c1c1;
}*/



marquee {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #f70000;

}
marquee  img{
    width:20%;
}


.logo img{
  float: left;
  width: 100%;
}
.log-nam h1{
 color: #074575;
font-size: 24px;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
margin-top: 22px;
margin-bottom: 5px;
text-transform: uppercase;

}
.log-nam p{
  color: #aaa;
    font-size: 13px;
  position: relative;
  letter-spacing: 0.4px;
}
/*.log-nam p::before{
  position: absolute;
  background: #eeee;
  content: '';
  top: 12px;
right: 0;
width: 190px;
  height: 1px;
}*/
header{
  background: #07a7e3;
   
}
.top{
  padding: 8px 0px;
}
.top-ryt {
  margin-top: 32px;

}
.t-lft{
  padding: 0;
}
.top-ryt  ul{
  padding: 0;
  margin: 0;
}
.top-ryt  ul li{
  list-style: none;
  display: inline-block;
}

.top-ryt  ul li span{
  background: #074575;
 width: 30px;
height: 30px;
margin-right: 6px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 15px;
  border-radius: 3px;
}
.top-ryt p{
  color: #aaa;
  font-size: 14px;
}
.top-ryt i{
    float: left;
  color:#074575;
  font-size: 25px;
  border-radius: 3px;
  margin-right: 7px;
margin-top: 8px;
}

.ast_header_bottom {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  margin-top: 0;
  z-index: 10;
  background:#e4ded4;
}
.ast_header_bottom.style_2{
  background-color: rgba(0, 0, 0, 0);
  margin-top: 21px;
  padding: 0px 50px;
}

.ast_menu ul {
  padding: 0;
  margin: 0;
}
.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:0px;
  position:relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*background: #0078ff;*/
}
.ast_menu ul li:last-child{
  margin-right:0px;
}
.ast_menu ul li a {
  display: block;
  color: #fff;
    padding:15px 25px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding:15px 25px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.ast_menu ul li a:hover {
  color:#074575;
  text-decoration: none;
}
.ast_menu ul li.active a {
  color: #074575;
}
.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:0px;
  width:220px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
  -moz-box-shadow: 0px 4px 22px -7px #000000;
  -o-box-shadow: 0px 4px 22px -7px #000000;
  -ms-box-shadow: 0px 4px 22px -7px #000000;
  box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 11px;
  border-radius: 4px;
}
.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ast_menu ul li ul.submenu li{
  float:left;
  width:100%;
  padding: 0px 0px;
}
.ast_menu ul li ul.submenu li a{
  margin: 0px;
}
.ast_menu ul li ul.submenu li a::before, .ast_menu ul li ul.submenu li a::after{
  display: none;
}
.ast_menu ul li ul.submenu li a{
  padding:10px;
  border-right: 0px solid #222;
  width: 100%;
  border-top: 0px;
  border-bottom:1px solid #f1f1f1;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat', sans-serif;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
  color:#de2021;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:140px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
  -moz-box-shadow: 0px 4px 22px -7px #000000;
  -o-box-shadow: 0px 4px 22px -7px #000000;
  -ms-box-shadow: 0px 4px 22px -7px #000000;
  box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ast_menu_btn{
  display:none;
}
.menu_fixed {
  position: fixed;
  z-index: 1000;
  padding: 0px 0px;
  -moz-box-shadow: 0px -5px 20px;
  -webkit-box-shadow: 0px -5px 20px;
  box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
  background-color:#e4ded4;
}

.menu_fixed .ast_menu ul li ul.submenu {
  background-color:#333333;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
  -moz-box-shadow: 0px 4px 22px -7px #000000;
  -o-box-shadow: 0px 4px 22px -7px #000000;
  -ms-box-shadow: 0px 4px 22px -7px #000000;
  box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
  background-color:#333333;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
  -moz-box-shadow: 0px 4px 22px -7px #000000;
  -o-box-shadow: 0px 4px 22px -7px #000000;
  -ms-box-shadow: 0px 4px 22px -7px #000000;
  box-shadow: 0px 4px 22px -7px #000000;
}
.ast_menu ul li a:before {
  position: absolute;
  left: 17px;
  bottom: 0px;
  height: 2px;
  width: 40px;
  content: "";
  background-color:#fff;
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.ast_menu ul li a:hover:before,
.ast_menu ul li.active a:before,
.ast_menu ul li a:hover:after,
.ast_menu ul li.active a:after {
  opacity: 1;
  transform: translate3d(0px, 0, 0);
  visibility: visible;
}

.carousel-caption {
  top: 25%;
  left: 10%;
  text-align: center;
  right: 20%;
}
.carousel-caption .btn{
  color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
  margin-top: 20px;
 transition: all 0.4s;
}
.carousel-caption .btn1{
  border: 1px solid #074575;
transition: all 0.4s;
background: #074575;
}

.carousel-caption .btn2{
  background:#07a7e3;
  transition: all 0.4s;
}
.carousel-caption h2{
font-family: 'Montserrat', sans-serif;
font-size: 50px;
margin-bottom: 20px;
font-weight: 700;
text-shadow: 0 2px 6px #222;
}
.carousel-caption h1 {
  color: #fff;
  font-family: tahoma;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 550px;
}
.carousel-caption h1 span {
  font-size: 40px;
}
.message {
  background-color: rgba(255, 255, 255, 0.9);
  color: #074575;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  left: 170px;
  animation: openclose 5s ease-in-out infinite;
  text-align: center;
}
.word1, .word2, .word3 {
  font-family: tahoma;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 250px;
  }
  30% {
    top: 0.2rem;
    width: 250px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.5rem;
    
  }
  48% {
    top: -4.5rem;
    width: 290px;
  }
  62% {
    top: -4.5rem;
    width: 290px;
  }
  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -9rem;
    width: 320px;
  }
  95% {
    top: -9rem;
    width: 320px;
  }
  98% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}

.carousel .carousel-item.active .carousel-bg::before {
  z-index: 0;
  opacity: 1;
}
.carousel .carousel-item.active .carousel-bg {
  z-index: 2;
  opacity: 1;
}
.carousel .carousel-item .carousel-bg {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
.carousel .carousel-item img{
  width: 100%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec{
 text-align: center;
color: #fff;
position: relative;
top: -60px;
z-index: 99;

}
.sec-box p{
   font-size: 14px;
line-height: 28px;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.sec-box{
  position: relative;
  overflow: hidden;
  background:  #07a7e3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 /* border-bottom: 10px solid #2627c4;*/
}
.sec-box h3{
  color: #fff;
  margin-top: 15px;
}
.obj-box{
  background:#074575;
}
.vis-box{
 background: #000;
}
.sec-box a{
  text-decoration: none;
}
.sec-img{
  position: relative;
  padding: 35px;
  height: 300px;
}
.sec-img-text{
 position: absolute;
 top: 60px;
 left: 30%;
}
.sec-img-text i{
  font-size: 50px;
  color: #eee;
}
.sec-img-text h3{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  position: relative;
}
.sec-img-text h3::before{
  position: absolute;
  background: #07a7e3;
  content: '';
 bottom: -20px;
  left: 50px;
  width: 50px;
  height: 2px;
}



.sec-1 {
  padding: 40px 0px;
  position: relative;
/*    background-image: url(../images/ab-bg.png);
  background-size: cover;
  background-repeat: no-repeat;*/

}
.sec-1 h2{
 font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.sec-1 p{
  font-size: 14px;
line-height: 28px;
color: #777777;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-1 .btn{
  background: #074575;
  color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
}
.year{
  position: relative;
  margin:80px 0px;
  top: -65px;
}
.year h4{
    position: absolute;
  left: 0px;
  top: 10px;
  font-size: 60px;
  line-height: 27px;
  color: #07a7e3;
font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.year span{
  padding-left: 90px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  color: #222;
  position: absolute;
}
.sec-2 {
  padding: 80px 0px;
  position: relative;
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-2 h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
 margin-bottom: 8px;
position: relative;
margin-left: 15px;
}
.sec-2 span{
 color: #07a7e3;
}
.sec-2 h2::before{
position: absolute;
content: '';
background: #074575;
top: 8px;
left: -15px;
width: 2px;
height: 63px;
font-size: 18px;
}
.sec-2 h4{
  font-family: 'Montserrat', sans-serif;
  color: #000;
font-weight: 600;
font-size: 20px;
}
.sec-2 a:hover{
  text-decoration: none;
}
.sec-2 h6{
  font-size: 14px;
line-height: 28px;
color: #000;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
}
.side-btn {
  float: right;
  margin-top: 20px;

}
.side-btn .btn{
  background: #074575;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}
.cours-box{
  position: absolute;
z-index: 1;
top: 60%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 100%;
overflow: visible;
}
.cours{
  position: relative;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  display: block;
}
.cours a{
  display: block;
}
.cours:hover::before{
background-color: rgba(7, 58, 99, 0.3);
}
.cours::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 58, 99, 0.6);
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cours-box .btn{
  position: relative;
top: auto;
bottom: -2rem;
opacity: 0;
padding: 10px 26px;
display: inline-block;
font-size: 13px;
  border :1px solid #e8e8e8;
   color: #777777;
   border-radius: 0px;
   font-size: 14px;
     transition: all 0.4s;
     text-align: center;
   
}
.cours-box h4{
color: #fff;
margin-bottom: 0;
position: relative;
top: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
text-align: center;
}
.cours:hover p{
    top: -2.2rem;
}
.cours-box p{
position: relative;
top: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
  font-size: 14px;
line-height: 28px;
color: #fff;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.cours:hover h4{
  top: -2.2rem;
}
.cours:hover .btn{
  background: #07a7e3;
  color: #fff;
   border :1px solid #07a7e3;
  bottom: 35px;
  opacity: 1;
}
.sec-3{
  padding-top: 40px;
  padding-bottom: 80px;
/*  background-image: url(../images/sec3-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;*/
}
.sec-3 h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
 margin-bottom: 8px;
position: relative;
margin-left: 15px;
}
.sec-3 span{
 color:#07a7e3;
}
.sec-3 h2::before{
position: absolute;
content: '';
background: #074575;
top: 8px;
left: -15px;
width: 2px;
height: 63px;
font-size: 18px;
}
.sec-3 h6{
  font-size: 14px;
line-height: 28px;
color: #000;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
  margin-bottom: 35px;
}
.counter{
/*border: 1px solid #757474;*/
padding: 20px 30px;
position: relative;
transition: 0.3s ease-in-out;
text-align: center;
border-right: 2px solid #f0f0f0;
}
.counter img {
  width: 30%;
  margin-bottom: 10px;
  float: left;
}
.cout-4{
  border:none;
}
/*
.counter.design{
  margin-top: 90px;
 }
*/
.counter h3 {
font-size: 40px;
color: #000;/*
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #777;*/
text-align: center;
margin: 0;
 }

.counter h3::before {
  position: absolute;
  content: '\f067';
  top: 5%;
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 28px;
}

.counter.employees h3::before {
right: 10%;
}

.counter.design h3::before {
right: 15%;
}

.counter.customer h3::before {
right: 15%;
}

/*.counter:hover {
box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
 }*/

.counter p{
color: #000;
line-height: 28px;
font-size:18px;
text-align: center;
margin: 0;
font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.sec-4{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 20% 50%;
}
/*.sec-4::before{
  background: url(../images/sec5-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
}*/
.sec4-img{
   margin-top: 30px;
}
.sec4-box{
padding: 30px 30px;
height: 317px;
border: 1px solid #d7d7d7;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 background: rgba(255, 255, 255, 0.5);

}
.sec4-box h4{
  color: #07a7e3;
}
.sec4-box .btn{
 background: #074575;
   color: #fff;
   border-radius: 0px;
   font-size: 14px;
     transition: all 0.4s;
     margin-top: 10px;
}
.sec4-box ul{
  padding: 0;
  margin: 0;
}
.sec4-box ul li{
    font-size: 14px;
line-height: 28px;
color: #777777;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
list-style: none;
}
.pd0{
  padding: 0;
  margin-bottom: 40px;
}
.sec-5{
  background-image: url(../images/addm-bg.jpg);
background-size: cover;
}
.adm {
  color: #fff;
  padding: 48px 25px;

}
.sec-5 form{
  padding: 20px 0px;
}
.sec-5 form .btn{
 background: #07a7e3;
color: #fff;
border-radius: 0;
padding: 10px 40px;
}
.sec-5 form h2{
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 20px;

}
.adm h1{
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
.adm .btn{
  background:  #07a7e3;
  color:#fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  padding: 15px 25px;
border-radius: 0;
}
/*.sec-5{
  background:#0e63ff;
  padding: 80px 0px;
  position: relative;
}
.sec-5::before{
  background: url(../images/sec5-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
}
.sec5-text{
  position: relative;
  text-align: center;
}
.sec5-text h1{
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.sec5-text .btn{
  background: #fff;
  color:#0078ff;
  border-radius: 0px;
  padding: 10px 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
.overbox{
  position: relative;
}
.overbox::before {
  content: "";
  position: absolute;
  height: 824px;
  width: 824px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}*/

.sec-6{
  padding: 40px 0px;
}
.sec-6 h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
 margin-bottom: 8px;
position: relative;
margin-left: 15px;
}
.sec-6 span{
 color:#07a7e3;
}
.sec-6 h2::before{
position: absolute;
content: '';
background: #074575;
top: 8px;
left: -15px;
width: 2px;
height: 63px;
font-size: 18px;
}
.sec-6 h6{
  font-size: 14px;
line-height: 28px;
color: #000;
font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
  margin-bottom: 35px;
}

footer{
  padding: 80px 0;
  background: #222 url(../images/footer.jpg);
  background-size: cover;
}

.f-about h2{
color: #fff;

font-family: 'Montserrat', sans-serif;
font-size: 28px;
text-transform: uppercase;
font-weight: 700;
}

.f-about p {
  color: #e3e3e3;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.f-about ul {
  padding-left: 0px;
}

.f-about ul li {
  display: inline-block;
}

.f-about ul li a {
  text-decoration: none;
  color: #e3e3e3;
  font-size: 14px;
  display: block;
  border:1px solid #e3e3e3;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 6px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  font-family: 'Poppins', sans-serif;
  background: #07a7e3;
}

.f-about ul li a:hover{
background: #fff;
border: 1px solid #fff;
color:#074575;
  }



.f-links h3 {
  color: #fff;
  
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.f-links h3::before, .f-links h3::after {
  content: '';
  height: 2px;
  width: 60px;
  background-color:#e3e3e3;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.f-links h3::after {
  width: 3px;
  background-color: #e3e3e3;
  left: 65px;
  box-shadow: 8px 0px 0px 0px #e3e3e3;
}

.f-links ul {
  padding-left: 0px;
}

.f-links li {
  list-style: none;
}

.f-links li a::before {
content: '';
position: absolute;
left: 0;
top: 12px;
background: #e3e3e3;
width: 4px;
height: 4px;
}

.f-links li a {
  color:#e3e3e3;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-cnt p {
  color:#e3e3e3;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 8px 0px;
}

.f-cnt p span {
  padding-top: 3px;
  margin-right: 12px;
  font-size: 15px;
  color: #e3e3e3;
}
.map{
  padding: 0;
  line-height: 0;
}

.inr-ban{
  background: url(../images/inr-ban.jpg)fixed;
  background-size: auto;
background-position: bottom;
background-size: cover;
text-align: center;
position: relative;
overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;

}
.inr-ban h1
{
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 color: #fff;
}
.inr-ban ul{
  padding: 0;
  margin: 0;
}
.inr-ban ul li {
  color:#e3e3e3;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  }
.inr-ban ul li a{
  color: #fff;
}
.inr-ban ul li a:hover{
  text-decoration: none;
}
.inr-metter{
padding: 40px 0px;
}
.inr-metter h2{
   font-family: 'Montserrat', sans-serif;
 color: #074575;
 text-transform: uppercase;
  font-weight: 600;
}
.inr-metter span{
     font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #07a7e3;
  position: relative;
}
.inr-metter span::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 5000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 10px);
  background-color: #07a7e3;
}
.inr-metter p{
  color: #777;
  line-height: 28px;
   font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.inr-metter h3{
  font-family: 'Montserrat', sans-serif;
 color:  #074575;
 font-size: 20px;
 text-transform: uppercase;
 font-weight: 600;
/* border-bottom: 1px solid #ececec;*/
 padding-bottom: 5px;
margin: 0;
margin-top: 10px;
}
.ab-list {
  padding: 0;
  margin: 0;
}
.ab-list li{
   color: #777;
  line-height: 30px;
   font-family: 'Poppins', sans-serif;
  font-size: 14px;
  list-style: none;
}
.ab-list li i{
  margin-right: 10px;
   color: #07a7e3;
}
.ab-box {
  border: 1px solid#f0f0f0;
/*  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 20px;
}
.ab-box h3{
  text-align: center;
  position: relative;
/*  margin-bottom: 10px;
padding-bottom: 10px;*/
}
/*.ab-box h3::before{
   position: absolute;
  content: '*******';
color: #2627c4;
bottom: -17px;
left: 115px;

}*/
.manag-img{
 text-align: center;
border: 1px solid #e8e8e8;
padding: 20px;
margin-top: 20px;
}
.manag-img h4{
  font-family: 'Poppins', sans-serif;
 font-size: 20px;
}
.manag-img h6{
  color: #626262ed;
}
.manag-img h3{
  font-size: 14px;
  border:none;
}

.manag-img img{
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal-body .abu_txt td{
  color: #777;
   font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.modal-header .modal-title{
   font-family: 'Montserrat', sans-serif;
 color:  #fff;
 font-weight: 600;
 font-size: 17px;


}
.modal-header {
   border: none;
     background: #fe3200;
padding: 10px;
  }
.modal-body p{
  border-bottom: 1px solid #e8e8e8;
padding-bottom: 15px;
}
.modal-body img{
 width: 5%;
margin-right: 10px;
}
.btn-danger {
  background-color: #074575;
border-color: #074575;
  }
/*  .model-box  .btn-primary  p{
   margin-left: 30px;
margin-bottom: 0;
color: #fff;
  }*/
  .btn-primary {
  color: #fff;
 background: #f4f4f4;
  border-color: #f4f4f4;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-radius: 0px;
  text-decoration: none;
  transition: all .5s ease-out;
 position: relative;
  display: block;
  text-align: left;
  padding: 20px 10px;
   height:170px;
}

.btn-primary::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-primary i{
  float: left;
  font-size: 30px;
  margin-top: 6px;
  margin-right: 10px;
 border-right: 1px solid #ccc;
padding-right: 10px;
color: #074575;
}
.model-box{

}
.btn-text  h4{
  color: #222;
  font-size: 20px;
}
.btn-text {
  padding: 0px 0px 0px 60px;
  position: relative;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow:none;
}
.act-img{
  margin-top: 20px;
}
.btn-primary:hover {
background:#f4f4f4;
border-color: #074575;
text-decoration:none;
}   
/*.btn-primary:hover p{
  color: #222;
}*/
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: none;
  border-color: none;
}
  .btn-text:before{
  content: "\f061";
font-family: 'FontAwesome';
position: absolute;
right: 8px;
bottom: -38px;
text-align: center;
font-weight: bold;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
color: #074575;
font-size: 23px;
  } 
/*.btn-primary:before {
  content: "\f061";
font-family: "Font Awesome 5 Free";
  position: absolute;
 left: 0.5em;
  top: 50%;
  margin-top: -1em;
  color: #0078ff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}*/
/*.btn-primary:after {
  position: absolute;
  content: "";
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}*/

.btn-primary:hover:after {
  left: -.5em;
  border-left-color:#fc3300;
}

 .faculty-table{
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.faculty-table tbody tr th {
    text-align: center;
    border: 1px solid #fff;
    padding: 6px;
    background: #d02828;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.faculty-table  tbody tr:nth-child(2n) {
    background: #f0f0f0;
}

.faculty-table  tbody tr:nth-child(2n+1) {
    background: #fff;
}
.faculty-table  tbody tr td {
    border: 1px solid #eaeaea;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777;
}  
.staff-box {
margin-top: 30px;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 30px 12px;
  background: #f4f4f4;
  overflow: hidden;
  transition: .5s;
}
.staff-box:hover{
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);

}

/*.staff-box::before {
 position: absolute;
  content: '';
  background: #ff3201;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 0;

}*/
.staff-box::after {
content: "\f0f0";
font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  bottom: -14px;
  font-size: 45px;
  font-weight: bold;
  opacity: 0.3;
  color: #07a7e3;
  }

.staff-box h5{
   font-family: 'Montserrat', sans-serif;
   color:222;
   margin-left: 0px;
   font-size: 18px;
}
.staff-box h6{
  color: #777;
  margin-left: 0px;
}

.con-bg{
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cnt-left{
padding: 40px;
color: #222;  
background: #f9f9f9;
}
 
.cn-bx{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #f3f3f3;
}
.cn-bx img {
  width: 45px;
  float: left;
  margin-right: 20px;
}
.cn-txt{
  margin-left: 80px;
}
.cn-txt h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cn-txt p{
  color: #222;
  line-height: 26px;
  margin-bottom: 8px;
}
form{
  margin-top: 20px;
}
.form-control{
  border-radius: 0;
  height: 60px;
  padding: 18px 40px;
    font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
  font-size: 14px;
}
.form-group i{
  position: absolute;
  top: 23px;
  left: 27px;
  z-index: 0;
  color: #999;
}
.btn-my{
  background: #074575;
  border-radius: 0px;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
   font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
}
.btn-my:hover{
  background: #07a7e3;
  color: #fff;
}
.adm-pdf {
 float: right;
}
.adm-pdf img{
  width: 15%;
}
.adm-form{
  margin-bottom: 30px;
}
.adm-form tr th{
  background: #f2f2f2;
  padding: 8px 8px;
  font-size: 14px;
  color: #666;

}
.form-group h6{
  font-size: 14px;
  color: #222;
    font-family: 'Montserrat', sans-serif;
}


@media (min-width:320px) and (max-width:414px){

.log-nam h1 {
font-size: 20px;
margin-top: 8px;
}

.log-nam p {
  font-size: 11px;
  margin-bottom: 0;
}

.admison {
  background-color: rgb(226, 122, 22);
  position: relative;
  width: 90%;
  margin: 20px;
}

}




@media only screen and (min-width: 300px) and  (max-width:599px) {

header {
  position: relative;
  background: #222;
  top: 0px;
  }
  .head-bg {
  background: none;
  padding: 0px 20px;
  box-shadow:none;
  border-bottom:none;
}
.carousel-caption {
  top: 10%;
  right: 20%;
}
.carousel-caption h2 {
  font-size: 18px;
margin-bottom: 10px;
  }

.message .word1{
  font-size: 30px;
}
.message .word2{
  font-size: 30px;
}
.message .word3{
  font-size: 30px;
}
 .carousel-caption h1{
  line-height: 35px;
 }
  .carousel-caption h1 span {
  font-size: 20px;

}
.carousel-caption .btn{
  display: none;
  }
.message {
  left: 90px;
  }
  @keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 150px;
  }
  30% {
    top: 0.2rem;
    width: 150px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.2rem;
    
  }
  48% {
    top: -4.2rem;
    width: 190px;
  }
  62% {
    top: -4.2rem;
    width: 190px;
  }
  66% {
    top: -4.2rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -2rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -2rem;
    width: 220px;
  }
  95% {
    top: -2rem;
    width: 220px;
  }
  98% {
    top: -2rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}
.ast_main_menu_wrapper {
  width: 100%;
}
.ast_menu {
  float: left;
  }
  .ast_menu ul li {
    float: none;
  }
.ast_menu ul li a::before {
  left: 12px;
  background-color: #fff;

}
.sec{
  top: 0;
  z-index:initial;
}
.sec-img {
  padding: 20px;
  height: 250px;
}
.sec-2 h2 {
  font-size: 26px;
}
}

@media (min-width:667px) and (max-width:768px) {
.ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 32px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #1d1d1d;
  background-color: #e4ded4;
  border-radius: 3px;
  z-index: 99;
}

}



@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 18px;
  right:-16px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color:#e27a16;
  border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#333333;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.ast_menu {
    overflow-y: scroll;
    height: 100%;
}*/
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
/*.ast_menu ul li {
    border-bottom: 1px solid #535353;
}*/
/*.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color:#de2021;
  color:#fff;
  border-top: 0px;
}*/
.ast_menu ul li a{
    padding:10px 10px;
    border-top: 0px;
    color: #ffffff;
}
/*.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}*/

}



