/* Purple: #393572
Blue: #589fd8
Pink: ee6292
Orange: #f2a645
Purple2 : #a28bc3 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

  @import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
  
  
  @font-face {
  font-family: 'ansage-black';
  src: url('../Demo_Fonts/Ansage-Black.otf');
}
@font-face {
  font-family: 'ansage-black-medium';
  src: url('../Demo_Fonts/Ansage-Medium.otf');
}
@font-face {
  font-family: 'ansage-light';
  src: url('../Demo_Fonts/Ansage-Light.otf');
}
@font-face {
  font-family: 'ansage-regular';
  src: url('../Demo_Fonts/Ansage-Regular.otf');
}
@font-face {
  font-family: 'ansage-italic';
  src: url('../Demo_Fonts/Ansage-ThinItalic.otf');
}
@font-face {
  font-family: 'marathi';
  src: url('../Demo_Fonts/Gotu-Regular.ttf');
}


::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #323570;
}

::selection {
  color: #fff;
  background: #323570;
}
h1
{
  font-family:'ansage-black';
}
h2
{
  font-family:'ansage-black-medium';
}
h3
{
  font-family:'ansage-light';
}
h4
{
  font-family:'ansage-light';
  font-weight: 600;
}
h5
{
  font-family:'ansage-light';
  font-weight: 500;
}
h6
{
  font-family:'ansage-light';
  font-weight: 400;
}
body {
  font-family: "ansage-light";
  color: #444444;
}
#loading
{
  width: 100%;
  height: 100vh;
  background: #323570 url(../loader/editor-0.8s-47px.gif) no-repeat center;
  z-index: 999999;
  

}
a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ansage-regular'
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #589fd8;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #393570;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  height: 100px;
  width: 100px;
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  list-style: none;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "visby-cf",sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-family: 'ansage-regular';

}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e79f23;
}

@keyframes button-animation {
  form {
    color: #fff;
  }

  to {
    color: #f2a645;
  }
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #f2a645;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  /* animation: button-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite; */
  text-align: center;
}

@media(max-width:983px) {

  .navbar .getstarted,
  .navbar .getstarted:focus {
    text-align: center;
    align-items: center;
  }
  #header{
    height: 110px;
  }
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #a28bc3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #393570;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;

}

.navbar .dropdown ul li {
  min-width: 200px;
  list-style: none;
  font-family: 'ansage-regular';
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  font-family: 'ansage-regular';

}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e79f23;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar ul li a:hover,
  .navbar ul li .active {
    color: #f2a645;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
    list-style: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #d9232d;
}

@media(max-width:986px) {

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #f2a645;
  }
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #d9232d;
}

@media(max-width:986px) {

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #f2a645;
  }
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  cursor: grab;
  margin-top: 100px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(30, 35, 40, 0.6); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}
.container p
{
  font-family:'ansage-light';
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.2s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.1s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;

  transition: 0.2s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
   height: 80vh;   
  }
  
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
  font-family: 'ansage-regular';
}

.section-title {
  padding-bottom: 40px;
}
.icon-box h4 a{
  font-family: 'ansage-regular';
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'ansage-regular';
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'ansage-regular';
  color: #556270;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 80px;
  margin-top: 120px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  font-family: 'ansage-light';
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-head
{
  width: 100%;
  margin-top: 110px;
  height: 300px;
  background: linear-gradient(#323570a5,#323570a5),url(../img/about-bg-5.jpg);
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}
.vision-mission h4
{
  font-family: 'ansage-light';
  font-weight: 600;
}
.a-heading
{
  justify-content: center;
  text-align: center;
  padding-top: 8%;
}
.a-heading h3
{
  color: #fff;
  font-size: 45px;
  font-family: 'ansage-regular';
}
.a-heading h6{
  color: #fff;
  font-size: 22.5px;
 font-family: 'ansage-black';
 font-weight: 500;
}
@media(max-width:986px)
{
  .a-heading h6
  {
    width: auto;
  }
 
}
.main-contents
{
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  padding: 5%;
}
.solid-shapes
{
  width: 100%;
  height: auto;
}
.solid-shapes img
{
  width: 20%;
  height: 50%;
}
.triangle-img
{
  margin-left: 40%;
}
.triangle-img img{
  width: 30%;
}
.triangle
{
  transform: rotate(40deg);
  animation-name: triangle-animation;
  animation-duration: 8s;
}
.round-img
{
  margin-left: 50%;
}
.round-img img
{
  width: 40%;
 
}
@keyframes triangle-animation
{
  0%
  {
    transform: rotate(0deg);
  }
 
  100%
{
  transform: rotate(40deg);
}
}
.heading-about
{
  float: left;
  margin: 0;
  margin-top: -20%;
  font-family: 'ansage-light';
}
.heading-about h6
{
  font-size: 22px;
  font-family: 'ansage-black-medium';
  font-weight: 500;
  color: #323570;
  border-bottom: 2.6px solid #f2a645;
}
.about-cont-head
{
  width: 450px;
  margin-top: -15%;
}
.about-cont-head h3
{
  font-family: 'ansage-black-mediu';
  font-size: 25px;
  color: #000;
  font-weight: 500;
}
.about-cont
{
  width: 500px;
  text-align: justify;
  margin-top: 1%;
  color: #777;
  font-size: 16px;
  height: auto;
  padding-bottom: 2%;
}
.curly img
{
  width: 1.5%;
  height: auto;
  margin-top:-16.2%;
  position: relative;
}
.curly-left
{
  transform: rotate(180deg);
  float: left;
  margin-left: 50%;
  animation-name: curly-left;
  animation-duration: 5s;  
}
.curly-right
{
  float: right;
  margin-right: 34.2%;
  animation-name: curly-right;
  animation-duration: 5s;  
}
@keyframes curly-left
{
  0%
  {
    margin-left: 0;
  }
  100%
  {
    margin-right: 50%;
  }
}
@keyframes curly-right {
  0%
  {
    margin-right: 0;
  }
  100%{
    margin-right: 34.2%;
  }  
}
.right-img img
{
  float: right;
  width: 35%;
  margin-right: -5%;
  margin-top: -40%;
  border-radius: 5%;
  position: relative;
}
/* .sub-shlok{
  margin-left: -190px;
} */
@media(max-width:986px)
{
  .sub-shlok
  {
    margin-left: 0;
  }
}
.container h2 span
{
  margin-left: 10px;
}
.container h2
{
  margin-top: 0px;
  margin-left: -76px;
  font-family: 'marathi';

}
.counter 
{
  width: 100vw;
  height: 250px;
  background: linear-gradient(#323570a5,#323570a5),url(../img/blog/blog-3.jpg);
  margin-top: 7%;
  margin-left: -6%;
  position: relative;
  background-size: cover;
  justify-content: center;
  text-align: center;
  background-attachment: fixed;
  
}
.counter-text h5, .counter-text h3
{
  font-family: 'ansage-light';
  font-weight: 600;
}
.counter-text{
  display: flex;
  padding-top: 6%; 
  
}
.counter-text span
{
  
  font-weight: 800;
}
.counter-text h5
{
  border-bottom: 3px solid #f2a645;
}
.students
{
  text-align: center;
  color: #fff;
  margin-left: 10%;
  font-family: 'ansage-light';
}
.students-placed
{
  text-align: center;
  color: #fff;
  margin-left: 15%;
  font-family: 'ansage-light';

}
.students-placed h5
{
  font-family: 'ansage-light';

}
.batches
{
  text-align: center;
  color: #fff;
  margin-left: 12%;
}
.batches h5
{
  font-family: 'ansage-light';

}
.experience
{
  text-align: center;
  color: #fff;
  margin-left: 12%;
}
.vision-mission
{
  text-align: center;
  width: 80%;
  margin-left: 4%;
  margin-top: 5%;
  display: flex;
  text-align: justify;
}
.vision{
  width: 35%;
  margin-left: 15%;
}
.vision h4
{
  text-align: center;
  color: #323570;
 
}
.v-cont
{
  padding-top: 2%;
  color: #666;
}
.m-cont
{
  padding-top: 2%;
  color: #666;
}
.mission{
  width: 35%;
  margin-left: 15%;
}
.mission h4
{
  text-align: center;
  color: #323570;
}

@media(max-width:986px)
{
  .main-contents
  {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
    padding: 5%;
  }
  .solid-shapes
  {
    width: 100%;
    height: auto;
    display:block;
  }
  .solid-shapes img
  {
    width: 50%;
    height: 50%;
    display: block;
    margin-top: 5%;
  }
  .triangle-img
  {
    margin-left: 40%;
    display: none;
  }
  .triangle-img img{
    width: 30%;
  }
  .triangle
  {
    transform: rotate(40deg);
    animation: none;

  }
  .round-img
  {
    margin-left: 50%;
    display: none;
  }
  .round-img img
  {
    width: 40%;
   
  }
  
  .heading-about
  {
   margin-top: 5%;
   width: 90%;
   text-align: center;
   margin-left: 10%;

  }
  .heading-about h6
  {
    font-size: 22px;
    font-family: 'ansage-black';
    font-weight: 400;
    color: #323570;
    border-bottom: 2.6px solid #f2a645;
    display: flexbox;
    width: 90%;
  
   
  }
  .about-cont-head
  {
    width: 90%;
    margin-top: 5%;
    margin-left: 5%;
  }
  .about-cont-head h3
  {
    font-family: 'ansage-black';
    font-size: 22px;
    color: #000;
    font-weight: 400;
  }
  .about-cont
  {
    width: 90%;
    text-align: justify;
    margin-top: 1%;
    color: #777;
    font-size: 16px;
    height: auto;
    padding-bottom: 2%;
    margin-left: 5%;
  }
  .curly img
  {
   display: none;
  }
  
  .right-img img
  {
    float: right;
    width: 90%;
    margin-top: 5%; 
    margin-right: 5%; 
  }
  .counter 
  {
    
    margin-top: 75%;
    margin-left: -6%;
    height: auto;
    
  }
  .counter-text{
    display: block;
    padding-top: 6%; 
    padding-bottom: 6%;
    justify-content: center;
  }
  .counter-text span
  {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
  }
  .counter-text h5
  {
    border-bottom:none;
  }
  .students
  {
    text-align: center;
    color: #fff;
    margin-left: 0%;
  }
  .students-placed
  {
    text-align: center;
    color: #fff;
    margin-left: 0%;
  }
  
  .batches
  {
    text-align: center;
    color: #fff;
    margin-left: 0%;
  }
  .experience
  {
    text-align: center;
    color: #fff;
    margin-left: 0%;
  }
  .vision-mission
  {
    text-align: center;
    width: 80%;
    margin-left: 15%;
    margin-top: 5%;
    display: block;
    text-align: justify;
  }
  .vision{
    width: 90%;
    margin-left: 5%;
  }
  .vision h4
  {
    text-align: center;
    color: #323570;
   
  }
  .v-cont
  {
    padding-top: 2%;
    color: #666;
    width: 90%;
  }
  .m-cont
  {
    padding-top: 2%;
    color: #666;
    width: 90%;
  }
  .mission{
    width: 90%;
    margin-left: 5%;
  }
  .mission h4
  {
    text-align: center;
    color: #323570;
  }
  
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
/* -------------------------------------------------------------- */
.heading-text {
  justify-content: center;
  justify-items: center;
  position: relative;
  margin-top: 50px;
}

.heading-text h2 {
  text-align: center;
  font-weight: 600;
  font-family: 'ansage-regular';
  width: 220px;
  /* margin-left: 42%; */
  border-bottom: 2px solid #393570;
  line-height: 50px;
}

@media(max-width:986px) {
  .heading-text h2 {
    margin-left: 20%;
  }
}

.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
  font-family: 'ansage-black';
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}

.services .icon-box:hover h4 a {
  color: #d9232d;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
  
}
.portfolio{
  margin-top: 80px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d9232d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  width:420px;
  height:auto; 
}
@media(max-width:986px)
{
  .portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
    width:520px;
    height:auto; 
  }
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d9232d;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9232d;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: white;
}

.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #d9232d;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #edeff1;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  font-family: 'ansage-black';
}
.flex-course
{
  display: flex;
  flex-direction: row;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 5%;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
  font-family:'ansage-black';
}

.pricing h4 {
  font-size: 36px;
  color: #393570;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #d9232d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #589fd8;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #323570;
}

.pricing h3 {
  color: #fff;
  background: #589fd8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #393570;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}
#about h3
{
  text-align: center;
  margin-top: 2%;
  font-size: 25px;
  margin-left: -45px;
}
@media(max-width:986px)
{
  #about h3{
    font-size: 20px;
    margin-left: 0;
  }
  #about h2{
    font-size:21px;
    white-space: wrap;
    margin-left: 0px;
    margin-top: 2%;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f8d1d3;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
  font-family: 'ansage-regular';

}
.contact-ip
{
  font-family: 'ansage-light';
}
.email p a, .phone p a
{
  color:#556270 ;
  text-decoration: none;
  font-family: 'ansage-regular';
}
.contact .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;

}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
  font-family: 'ansage-regular';

}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
  font-family: 'ansage-light';

}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
  font-family: 'ansage-light';

}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #556270;
  color: #fff;
  font-family: 'ansage-light';

}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  font-family: 'ansage-light';

}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  font-family: 'ansage-light';

}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  font-family: 'ansage-light';

}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #d9232d;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #d9232d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e24d55;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
  margin-top: 80px;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #d9232d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;

}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #323570;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #a28bc3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a4afba;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #606f7e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #d9232d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #556270;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(85, 98, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6b7b8d;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #606f7e;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #556270;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #d9232d;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #de323c;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #556270;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #d9232d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  font-family: 'ansage-black-medium';
}

.blog .sidebar .recent-posts h4 a {
  color: #556270;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
  
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
  font-family: 'ansage-light';
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
 
}

#footer .footer-top {
  background: #515d6a;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  font-family: "ansage-black-medium";
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family:"ansage-light";
  font-weight:400;
  color: #fff;
}
#footer .footer-top .footer-info p a
{
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-family: 'ansage-black-medium';
  font-size: 20px;
  margin-left: 34%;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-family: 'ansage-light';
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}


/* -----------------------------------------------------------------------------
Admission Form
--------------------------------------------------------------------------------*/



/* Announcements */
#announcements {
  justify-content: center;
  text-align: center;
  justify-items: center;
  color: #fff;
  scroll-behavior: auto;
  display: flex;
}
#announcements a
{
  color: #fff;
  text-decoration: none;
}

#announcements .announcements {
  background: #393570;
  width: 250px;
  height: 350px;
  border-radius: 5px;
  align-self: center;
  align-items: center;
  margin-left: 5%;
  overflow: hidden;
  overflow-y: scroll;
  text-overflow: clip;
}

.announcements h4,
.notice h4 {
  background: #d4d5d7;
  color: #000;
  font-family: 'ansage-regular';
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
  /* position: fixed; */
}

.announcements p {
  color: #fff;
  font-family: 'ansage-light';
  margin-top: 5px;
}

.articles {
  /* margin-top: 50px; */

  text-align: center;
  scroll-behavior: smooth;
  padding-bottom: 5px;
  animation-name: animate-scroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  display: inline-block;
}
.articles:hover
{
  animation-play-state: paused;
}

@keyframes animate-scroll {
  0% {
    transform: translate(0, 110%);
  }
}
.articles p
{
  font-family: 'ansage-light';
}

.notice {
  background: #393570;
  width: 250px;
  height: 350px;
  border-radius: 5px;
  align-self: center;
  align-items: center;
  margin-left: 5%;
  overflow: hidden;
  overflow-y: scroll;
}

@media(max-width:986px) {
  #announcements {
    display: block;
  }

  #announcements .announcements,
  #announcements .notice,
  #announcements .achievements {
    width: 90%;
    height: auto;
    margin-top: 20px;
  }
}

/* Placement section */
#placement
{
  display: flex;
  justify-content:center ;
  margin-top: 40px;
}
.placements-nav
{
  background-color: #589fd8;
  width: 100%;
  height: 80px;
}
.placements-nav ul
{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  font-family: 'ansage-black';
}
.placements-nav ul li a
{
  color: #fff;
  text-decoration: none;
}
.placements-nav ul li 
{
  background: #323570;
  width: 250px;
  padding:5px;
  text-align: center;
  transition: .5s;
  border-radius: 5px;
}
.placements-nav ul li:hover
{
  background: #e24d55;
  
}
@media(max-width:986px)
{
  .placements-nav
{
  background-color: #589fd8;
  width: 100%;
  height:auto;
  
}
.placements-nav ul
{
  display: block;
  margin-top: 10px;
  
}
.placements-nav ul li 
{
  width: 80%;
  padding: 4px;
  margin-left: 6%;
  margin-top: 20px; 
  font-size: auto;
}
}
.images
{
  justify-items: center;
  background: #323570;
  margin-left: 2%;
  margin-right: 2%; 
  padding: .5%; 
  border-radius: 5px;
  display: none;
  justify-content: space-evenly;
  height: 60vh;
 
}
.images img
{
  width: 250px;
  height: 250px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-top: 5%;
  
}
.images .content
{
  margin-left: 6%;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.content-place
{
  justify-content: space-evenly;
  display: none;
  margin-top: -150px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.heading-place 
{
  justify-content: center;
  text-align: center;
  display: none;
}
.heading-place h4
{
  color: #323570;
  font-weight: 600;
  font-size: 25px;
  font-family: 'ansage-black';
}
.content p, .content li
{
  font-family: 'ansage-regular';
}
@media(max-width:986px)
{
  .images
  {
    display: block;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 0;
    display: none;
  }
  .content-place
  {
    display: none;
  }
  .images img
  {
    width: 90%;
    height: auto;
    margin-left: 5%;
    border: none;
  }
}


/* Placement table */

#placement-table
{
  background-color: #323570;
  margin-left: 5%;
  /* margin-right: 10%; */
  margin-top: -100px;
  padding: .5%;
  border-radius: 5px;
  width: 90%;
}
.heading-place-table h4
{
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
  font-family: 'ansage-regular';
}
#placement-table .table table
{
  justify-content: center;
  background: #fff;
  text-align: center;
  justify-items: center;
  width: 80%;
  border: 1px solid #000;
  font-family: 'ansage-black';
  margin-left: 10%;

}
.table table tr th
{
  border: 1px solid #000;
  font-family: 'ansage-regular';
  background: #f2a645;
  color: #fff;
  font-size: 18px;
}
.table table td
{
  border: 1px solid #000;
  font-family: 'ansage-light';
}
.table table tr:nth-child(odd)
{
  background: #f2a645;
  color: #fff;
}
@media(max-width:986px)
{
  #placement-table
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .heading-place-table h4
  {
    font-size: 18px;
  }
  #placement-table .table table
  {
    width: 90%;
    margin-left: 5%;
    white-space: pre-wrap;
    margin-right: 5%;
  }
  #placement-table .table table td
  {
    font-size: 9px;
  }
  #placement-table .table table th
  {
    font-size: 12px;
  }

}

/* ----------------------------------------------------------------------
Rules and Regulations
------------------------------------------------------------------------- */
#rules
{
  /* margin: 0;
  padding: 0; */
  justify-content: center;
  margin-top: 20px;
  /* text-align: center; */
  
}
#rules .head-rules h4
{
  margin-top: 50px;
  text-align: center;
  font-family: 'ansage-black';
  font-weight: 600;
  /* color: #fff; */
  font-size: 30px;
  color: #323570;
}
.rules-regulations
{
  padding-left: 5%;
  white-space: wrap;
}
.rules-regulations li
{
  list-style:none;
  margin-left: 0%;
  margin-top: 2%;

  
}


.test
{
  background: #000;
  
  color: #fff;
}


/* ===============================================================================================================
Chairmans Message
================================================================================================================== */
.chairman-section
{
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}
.chairman-img
{
  width: 100%;
  height: auto;
}
.chairman-img img
{
  width: 102%;
  height: auto;
  margin-top: -100px;
}
.head-chair
{
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
}
.head-chair h2
{
  text-align: center;
  font-family: 'ansage-regular';
  font-size: 34px;
  font-weight: 600;
  color: #323570;
  margin-top: 3.5%;
}
.chair-msg
{
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
}
.chair-msg p
{
  text-align: justify;
  line-height: 26px;
  margin-top: 30px;
}
.chair-quote
{
  width: 90%;
  height: 50px;
  display: flex;
  flex-direction: column;
  margin-left: 4%;
  margin-right: 2%;
  font-weight: 800;
  margin-top: 30px;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: 'marathi';
}

.chair-quote i
{
  font-size: 30px;
  color: #ee6292;
  padding: 11px;
}

.chair-quote h6
{
  font-size: 20px;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: 'marathi';
  text-align: center;
  font-weight: 600;
}
@media(max-width:968px)
{
  .chairman-section
  {
  
    margin-top: 180px;
  }
  
  
  .head-chair h2
  {
    text-align: center;
    font-family: 'ansage-black';
    font-size: 1.6rem;
    font-weight: 600;
    color: #323570;
    margin-top: 7.5%;
  }
  
  .chair-msg p
  {
    text-align: justify;
    line-height: 26px;
    margin-top: -56px;
    font-size: 0.9rem;
  }
  .chair-quote
  {
    width: 90%;
    height: 50px;
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    margin-right: 2%;
    font-weight: 800;
    margin-top: 30px;
  
  }
  .chair-quote i
  {
    font-size: 15px;
    color: #ee6292;
    padding: 11px;
  }
  
  .chair-quote h6
  {
    font-size: 0.8rem;
    text-align: justify;
    margin-top: -60px;
  }
}
.signature-chair .sign
  {
    font-size: 1.6rem;
    font-family:'ansage-italic';
    margin-left: 10%;
  }
  .signature-chair .post
  {
    font-size: 0.85rem;
    font-weight: 400;
    text-indent: 5px;
    margin-left: 10%;
    font-family: 'ansage-regular';
  }
/* ===============================================================================================================
Study Material
================================================================================================================== */
.study-material
{
  margin-top: 120px;
  padding-bottom: 20%;
}
.study-head 
{
  text-align: center;
}
.study-head h3
{
  font-size: 30px;
  font-family: 'ansage-black';
  font-weight: 500;
  color: #323570;
}
.study-material table
{
  width: 90%;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-left: 5%;
 
}
.study-table table tr
{
  border: 1.2px solid #000;
  text-align: center;
}
.study-table td,th
{
  border: 1.2px solid #000;
}
.study-table td
{
  padding: 0.7%;
}

.study-table button
{
  width: 50%;
  background-color: #323570;
  color: #fff;
  border: none;
  height: 30px;
  border-radius: 5px;
  transition: .4s;
}
.study-table button a
{
  color: #fff;
}
.study-table button:hover
{
  background: #f2a645;
}
/* .popup */
.popup
{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display:none;

}
.popup .pop-cont
{
  width: 450px;
  height: auto;
  background: #fff;
  opacity: 1;
  border-radius: 5px;
  margin-top: 25px;
  transition: .5s;
}
.pop-cont img
{
  max-width: 80px;
  margin-left: 40%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.pop-cont .input-pop
{
  width: 90%;
  height: 30px;
  margin-left: 5%;
  border: 1.2px solid #000;
  font-size: 14px;
  text-align: center;
  margin-top: 3%;
  outline: none;
}
.pop-cont button
{
  width: 80%;
  height: 35px;
  margin-left: 10%;
  margin-top: 5%;
  background: #f2a645;
  border: none;
  border: 5px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15%;
}
.close
{
  float: right;
  margin-right: 2%;
  padding: 5px;
  font-weight: 300;
  font-size: 30px;
  cursor: pointer; 
  border: none; 
  background: transparent;
}

@media(max-width:986px)
{
  .study-table button
  {
    width: 90%;
  }
  .study-head h3
  {
    font-size: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .pop-cont .input-pop
  {
    width: 85%;
    margin-left: 8%;
  }
}

.popup label
{
  background: rgba(255, 0, 0, 0.337);
  border: 1.5px solid red;
  border-radius: 5px;
  width: 60%;
  margin-left: 10%;
  margin-top: .6%;
  text-align: center;
  font-size: 14px;
  display: none;
}
.popup label span
{
  float: left;
  margin-left: 2%;
  background: red;
  width: 10%;
  height: 100%;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}


/* ===============================================================================================
Admission Form
================================================================================================== */

.admit-form
{
  background: #589fd8;
  width: 100%;
  height: auto;
  padding-left: 2%;
  margin: 0;
  margin-left: -1.5%;
  margin-top: -1%;
  padding-top: 3%;
}
.content-form
{
  width: 95%;
  background-color: #fff;
  margin-left: 2%;  
  border: 2px solid #e1444d;
  border-radius: 5px;
}
.heading-form
{
  display: flex;
  flex-direction: row;
}
@media(max-width:968px)
{
  .heading-form
  {
    display: flex;
    flex-direction: column;
  }
}
.left-logo-bg
{
  background: #323570;
  width: 130px;
  height: 130px;
  padding: 3%;
  border-bottom-right-radius: 80px;
  border-bottom: 3.5px solid #f2a645;
}
.left-logo-bg img
{
  width: 130px;
  height: 130px;
}
.right-content
{
  margin: 0;
  background-color: #323570;
  float: right;
  width:100%;
  text-align: center;
  height: 150px;
  border-bottom: 3.5px solid #f2a645;
  margin-left: -16px;
  
}


.right-content h2
{
  color: #fff;
  font-size: 35px;
  font-family: 'ansage-black';
}
.right-content p 
{
  color: #fff;
  font-size: 25px;
  margin-top: -10px;
  font-weight: 600;
}
@media(max-width:968px)
{
  .left-logo-bg
  {
    width: 94%;
    height: 120px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .left-logo-bg img
  {
    width: auto;
    height: 83%;    
  }
  .right-content
  {
    background: none;
    border: none;
    text-align: center;
    margin: 0;
    white-space: wrap;

  }
  .right-content h2
  {
    font-size: 1.5rem;
    color: #323570;
  }
  .right-content p{
    font-size: 1.2rem;
    color: #323570;
  }
}
.form-left
{
  width: 20%;
  margin-left: 5%;
  display: block;
  margin-top: 3.5%;
}
.form-left ul
{
  display: block;
  list-style: none;
}
.form-left ul li
{
  margin-top: 41px;
  font-size: 1rem;
}
.form-details
{
  display: flex;
  flex-direction: row;
}
@media(max-width:968px)
{
  .form-left
  {
    width: 2%;
    margin-left: 1%;
    display: block;
  }
  .form-left ul li
  {
    display: none;
  }

}
.right-form
{
  margin-top: 3.5%;
  width: 80%;
}
.right-form input
{
  margin-top: 38px;
  text-align: center;

}
.input-box-form
{
  width: 80%;
  border: 0;
  border-bottom: 2px solid #000;
  outline: none;
  font-family: 'ansage-black';
  font-size: 16px;
  text-transform: capitalize;
}

.right-form button
{
  width: 140px;
  height: 35px;
  background: #f2a645;
  color: #fff;
  border: 0;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30%;
  font-family: 'ansage-black';
  font-size: 16px;
  cursor: pointer;
  transition: 1s;
  
}
#disabled{
  color: #000;
  background: #999;
}
@media(max-width:968px)
{
  .right-form
  {
    width: 90%;
   ;
  }
  .input-box-form
  {
    background: transparent;
    text-align: center;
    font-size: 0.8rem;
    width: 100%;
  
  }
  .right-form button
  {
   margin-left: -18%;
   width:95%;
   margin-left:5%;
   
  }
  .right-form label
{
  font-size: .8rem;
  text-align: center; 
  
}
#check-box
{
  margin-left: 5%;
}
}
.right-form button:hover
{
  background: #323570;
}

#error_msg{
  color: red;
  font-size: 15px;
}
/* ===============================================================================================================
Enquiry Form
================================================================================================================== */
.enquiry-sect
{
  width: 100%;
  margin: 0;
  height: auto;
  position: relative;
  display: flex;
}
.right-enq-img img
{
  width: 120%;
  margin-top: -10px;
  margin-left: -10px;
  height: 100vh;
  float: left;
  overflow-y:hidden;

}
.left-enq-content
{
  float: right;
  background: #fff;
  border-left:2px solid #f2a645;
  width: 100%;
  height: 100vh;
}
.left-enq-content form
{
  float: right;
  background: #fff;
  border-left: 2px solid #f2a645;
  margin-top: -10px;
  width: 100%;
  height: 100vh;
  margin-right: -15.8%;
  position: fixed;
}
.left-enq-content h3
{
  font-size: 25px;
  background: #323570;
  padding: 2%;
  color: #fff;
  padding-left: 25%;
  margin-top: -10px;

}
.input-box-enq
{
  margin-left: 10%;
  margin-top: 3%;
  width: 40%;
  border: 0;
  border-bottom: 1.8px solid #888;
  position: relative;
  display: grid;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-family: 'ansage-black';
}
.input-box-enq-first
{
  margin-left: 10%;
  margin-top: 5.4%;
  width: 40%;
  border: 0;
  border-bottom: 1.8px solid #888;
  position: relative;
  display: grid;
  background: transparent;
  outline: none;
  font-family: 'ansage-black';
  font-size: 17px;
}
.left-enq-content label
{
  position: absolute;
  margin-left: 150px;
  margin-top:20px;  
  pointer-events: none;
  color: #888;
  transition: 0.5s;
  font-size: 17px;
}
.left-enq-content textarea
{
  margin-left: 10%;
  margin-top: 2.4%;
  width: 40%;
  border: 0;
  border-bottom: 1.8px solid #888;
  position: relative;
  display: grid;
  background: transparent;
  outline: none;
  font-family: 'ansage-black';
  font-size: 17px;
  

}
#wye
{
  margin-top: 20px;
}
.left-enq-content button
{
  margin-left: 25%;
  margin-top: 1.8%;
  width: 150px;
  height: 35px;
  color: #fff;
  background: #323570;
  border: none;
  border-radius: 5px;
  font-family: 'ansage-black';
  font-size: 16px;
  cursor: pointer;
  transition: .5s;
}
.left-enq-content button:hover
{
  background-color: #f2a645;
}
@media(max-width:986px)
{
  .right-enq-img img
  {
    display: none;
    border: 0;
  }
  .left-enq-content form
  {
    position: relative;
    width: 90%;
    margin: 0;
    border: 0;
    margin-left: -5%;
    position: fixed;
    
  }
  .left-enq-content h3{
    font-size: 20px;
    width: 100%;
    padding-left: 40%;
  }
  .input-box-enq
  {
    width: 90%;
    font-size: 15px;
    margin-top: 5%;
    margin-left: 10%;
  }
  .input-box-enq-first
  {
    width: 90%;
    font-size: 15px;
    margin-top: 12%;
    margin-left: 10%;
  }
  .left-enq-content label
  {
    margin-left: 5%;
    margin-top: 0;
    font-size: 14px;
    
  }
  .left-enq-content textarea
  {
    width: 90%;
    margin-top: 6%;
    font-size: 14px;
  }
  #wye
  {
    margin-top: 10px;
  }
  .left-enq-content button
  {
    width: 90%;
    margin-left: 12%;
    margin-top: 10%;
  }
}

@media (max-width:400px)
{
  .input-box-enq-first
  {
    width: 90%;
    font-size: 15px;
    margin-top: 15%;
  }
  }
  




  /* =======================================================================================================================
  Testimonials Review
  ========================================================================================================================== */
  .filter-container
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 8%;
}
.filter-container h3
{
    font-family: 'ansage-black';
    font-size: 25px;
    font-weight: 500;
    color: #323570;
    border-bottom: 1.8px solid #f2a645;
}
.filter-menu
{
  margin: 2% auto;
}
.filter-menu a
{
  background: #323570;
  color: #fff;
  transition: .5s;
}
.filter-menu a:hover{
  background: #f2a645;
  color: #fff;
}
.filter-box-img
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  transition: .5s;
}
.filterbox
{
  width: 350px;
  padding: 1rem;
  transition: .5s;
}

.filterbox img
{
  width: 100%;
  display: block;
  box-shadow: 7px 7px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}


@media(max-width:986px)
{
  .filter-container
  {
    margin-top:150px;
  }
  .filter-container h3
  {
    font-size: 18px;
    width: 95%;
  }

  .filter-container a
  {
    padding: 2%;
    width: 120px;
    margin: 2%;
  }
  .filterbox{
    width: 95%;
  }
}
.client-head
{
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}
.client-head h2
{
  font-size: 25px;
  color: #323570;
  font-family: 'ansage-regular';
}

@media(max-width:986px)
{
  .client-head h2
  {
    font-size: 20px;
  }
}


/* ============================================================================================================
Slider
=============================================================================================================== */
.small-slider
{
    /* min-height: 100vh; */
    display: grid;
    /* place-items: center; */
    padding-bottom: -50%;
}
.slider{
    height: 250px;
    margin-top: 100px;
    position: relative;
    width: 100%;
    display: grid;
    /* place-items: center; */
    overflow: hidden;
}
.slide-track
{
    display: flex;
    width: calc(250px*70);
    animation: scrolls 150s linear infinite;
    padding-bottom: -20%;
}
.slide-track:hover{
    animation-play-state: paused;
}
.slide-clients{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
.slide-clients img
{
  width: 250px;
  height: auto;
}

.slider img
{
    width: 100%;
    transition: transform 1s;
}
.slider img:hover
{
    transform: translateZ(20px);
}

@keyframes scrolls {
    0%{
        transform: translateX(0);
    }   
    100%{
        transform: translateX(calc(-250px*70));
    }
    
}
@media(max-width:986px)
{
    .slide-clients{
        height: 50%;
        width: 32%;
        padding: 8px;
    }
    .slider img
    {
        width: 100%;
    }
    .slide-track
    {
        width: calc(35%*14);
    }
    .small-slider{
        margin-left: -20%;
    }
    .small-slider
    {
      bottom: 50px;
    }
}
.slider::before,
.slider::after
{
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0)100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.slider::before
{
    left: 0;
    top: 0;
}
.slider::after
{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}


/* ======================================================================================================
Side Icons
 */

.side-icons
{
  position: fixed;
  margin: 0;
  top: 82%;
  display: flex;
  left: 95.5%;
  transition: .5s;
}
.side-icons .wapp a
{
  color: #fff;
}
.side-icons .wapp i
{
  background: #26e304;
  font-size: 48px;
  margin-right: 30px;
  padding: 10px;
  border-radius: 80%;
 
}
@media(max-width:986px)
{
  .side-icons
  {
    top: 90%;
    left: 88%;
  }
  .side-icons .wapp i
  {
    font-size: 35px;
  }
}



/* ======================================================================================================
Popup Image
=========================================================================================================*/
.pop-up-image
{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  transition: 1s;
}
.pop-up-image span
{
  position: absolute;
  top: 15%;
  right: 50px;
  font-size: 30px;
  color: #f2a645;
  font-weight: 400;
  cursor: pointer;
  z-index: 100;
}
.pop-up-image img
{
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}
@media(max-width:986px)
{
  .pop-up-image img
  {
    width: 95%;
    top: 35%;
  }
  .pop-up-image span
  {
    top: 18%;
    right: 30px;
  }
}


/* ==================================================================================================
OTP Validation
===================================================================================================== */
.otp-validate
{
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 400px;
  height: 200px;
  border: 1.2px solid #000;
  background: #fff;
  margin-left: 35%;
  margin-top: 5%;
}
.otp-validate h4
{
  font-size: 18px;
}
.otp-validate label{
  font-size: 15px;
}
.input-otp-box
{
  width: 92%;
  height: 30px;
  justify-content: center;
  margin-top: 3%;
}
.otp-validate button
{
  width: 150px;
  height: 35px;
  color: #fff;
  font-family: 'ansage-black';
  font-size: 16px;
  background: #323570;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 3%;
}
#msg-success
{
  color: #26e304;
  margin-top: 10%;
}
#msg-failed
{
  color: red;
}



/* ========================================================================================================
Placement Flow
=========================================================================================================== */
#placement-flow
{
  width: 100%;
  height:100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(45deg,#323570, #589fd8 );
  background-size: cover;
  background-position: center;
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  display: block;
  overflow-y: scroll;
}
.placement-head h2
{
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 140px;
  width: 100%;
  font-family: visby-cf-extrabold;
  font-size: 10rem;
  justify-content: center;
  text-align: center;
  opacity: 0.9;
  /* z-index: 1; */
  padding-bottom: 5%;
}
.multi{
  background-image: linear-gradient(45deg ,#f2a645,#ee6292);
  -moz-background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media(max-width:986px)
{
  .placement-head h2
  {
    padding: 5%;
    font-size: 4rem;
    position: absolute;
    flex-direction: column;
    margin-left: 0.3%;
    margin-right: 1%;
    /* z-index: 1; */
  }
}
.images-placement
{
  width: 250px;
  height: 250px;

}
.student-place
{
  width: 220px;
  height: 220px;
}
.student-place img
{
  width: 60%;
  height: 60%;
  border: 4px solid #fff;
  border-radius: 20px;
  position: relative;
  /* z-index: 1; */
}
.place-company
{
  width: 120px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  margin-top: -91px;
  margin-left: 10px;
}
.place-company img
{
 width: 85%;
 height: 95%;
 margin-left: 7%;
}
.data-place-std
{
  margin-top:14%;
  display: block;
  position: relative;
  padding: 5%;
}
.slider-std
{
  display: flex;
  flex-direction: row;
  margin-left: 2.5%;
  overflow: hidden;
  width: calc(200px*20);
  animation: slide-img 10s linear infinite;
}
@keyframes slide-img
{
  0%
  {
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-200px*7));

  }
}

@media(min-width:769px),(max-width:986px)
{
  .images-placement
  {
    width: 150px;
    height: 150px;
  }

  .student-place
  {
    width: 150px;
    height: 150px;
  }
  .student-place img{
    width: 70%;
    height: 71%;
    border: 2.6px solid #fff;
  }
  .place-company
  {
    width: 80px;
    height: 30px;
    margin-top: -30%;
    margin-left: 7%;
  }
  .data-place-std
  {
    margin-top: 26%;
    padding-top: 9%;
    top: 5%;
  }
}

@media(min-width:400px),(max-width:768px)
{
  .data-place-std
  {
    margin-top: 26%;
    padding-top: 9%;
    top: 4%;
  }
}
@media(min-width:200px),(max-width:400px)
{
  .data-place-std
  {
    margin-top: 12%;
    padding-top: 9%;
    top: 7%;
  }
}



/* slider
 */
 .carousel-inner img
{
   width: 90%;
   height: 70%;
   margin-top: 2%;
   transition: 1s;
}
.carousel-indicators {
    /* bottom: 10px; */
    bottom: -5px;
  }
  @media(min-width:208px),(max-width:400px)
  {
    .carousel-inner img
  {
     width: 90%;
     height: 70%;
     margin-top: 80px;
     
  }
  }
@media(min-width:400px) , (max-width:695px)
{
  .carousel-inner img
  {
     width: 90%;
     height: 70%;
     margin-top: 80px;
     
  }
  .carousel-control-prev, .carousel-control-next
{
  margin-top: 15%;
}
}
@media(max-width:400px)
{
  .carousel-inner img
  {
     width: 90%;
     height: 70%;
     margin-top: 0px;
     
  }
  .carousel-control-prev, .carousel-control-next
{
  margin-top: 15%;
  height: 200px;
  display: flex;
  flex-direction: row;
}
}
@media(min-width:695px), (max-width:986px)
{
  .carousel-inner img
  {
     width: 90%;
     height: 70%;
     margin-top: 110px;
     
  }
}

.carousel-indicators li
{
  width:10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin: 5px;
  transition: .5s;
}
.carousel-indicators li:hover, .carousel-indicators .active
{
  background: #f2a645;
  cursor: pointer;
}
.carousel-control-prev-icon, .carousel-control-next-icon
{
  width: 50px;
  height: 50px;
  margin-top: -30%;
  margin-left: -10%;

}


/* ========================================================================================================
OTP
=========================================================================================================== */
#otp_form
{
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../img/Enquiry-Assets/pikrepo.jpg);
  background-size: cover;
  background-position: center;
  width: 101%;
  height: 100vh;
  margin-top: -10px;
  margin-left: -10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  
  
  
}
.otp_enter
{
  width: 400px;
  height: 400px;
  background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6));
  border-radius: 5px;
  margin-left: 34%;
  border-left:4px solid #323570 ;
  margin-top: 7%;
  box-shadow: 1px 1px 1px 1px;
  
}
.otp-form-ip
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.otp-form-ip h3
{
  font-family: visby-cf-extrabold;
  font-size: 25px;
  color: #323570;
}
.input-otp
{
  width: 90%;
  border: 0px;
  border-bottom: 2px solid #000;
  background: transparent;
  text-align: center;
  font-family: 'ansage-black';
  margin-top: 50px;
  outline: none;
  font-size: 20px;
}
.otp-form-ip button
{
  width: 90%;
  height: 40px;
  background-color: #589fd8;
  color: #fff;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'ansage-black';
  transition: .5s;
}
.otp-form-ip button:hover
{
  background: #323570;
}
@media(max-width:986px)
{
  
  .otp_enter
  {
    width: 90%;
    height: auto;
    margin: 0;
    margin-left: 5%;
    margin-top: 60%;
    padding-bottom: 8%;
  }
  .otp-form-ip h3
  {
    font-size: 1.5rem;
  }
  .input-otp
  {
    font-size: 1rem;
  }
}


/* Verify certificate */
#verify
{
  background: #f2a645;
  width: 101%;
  height: 1050vh;
  margin-top: -10px;
  margin-left: -10px;
  position: fixed;
}
.verify
{
  display: flex;
  justify-content: center;
}
.verify-form
{
  width: 400px;
  height: 280px;
  background: #fff;
  box-shadow: 1px 2px 23px 8px;
  margin-top: 6%;
  border-radius: 5px;
  text-align: center;
  margin-top: 10%;
}
.verify-content
{
  display: flex;
  flex-direction: column;
  
}
.verify-content h2
{
  font-family: 'ansage-black';
  color: crimson;
  margin-top: -1px;
  margin-top: 4%;
  font-size: 22px;
}
.verify-content input
{
  width: 90%;
  margin-left: 2%;
  text-align: center;
  font-family: 'ansage-black';
  font-size: 15px;
  color: #000;
  border: 0;
  border-bottom: 1.5px solid #000;
  outline: none;
  margin-top: 5%;
}
.verify-content button
{
  width: 90%;
  height: 30px;
  margin-left: 2%;
  background: green;
  margin-top: 3%;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: 'ansage-black';
  font-size: 14px;
  cursor: pointer;
}
.verify-img img
{
  width: 120px;
  height: 100px;
  background: #e79f23;
  border-radius: 5px;
  padding: 5px;
  margin-top: -60px;
  border: 5px solid #323570;
}
#errormsg
{
  color: red;
  font-size: 13px;
  margin-left: 3%;
  margin-right: 3%;
  width: 90%;
}
#successmsg{
  color: green;
  font-size: 13px;
  margin-top: 4%;
}
@media(max-width:986px)
{
  #verify
{
  width: 105%;
}
  .verify-form
  {
    width: 90%;
    height: auto;
    padding-bottom: 5%;
    margin-left: 5%;
    margin-top: 250px;
    margin-right: 5%;
  }
  .verify-content h2
  {
    font-size: 18px;
  }
  #erromsg,#successmsg
  {
    font-size: 12px;
  }
  .verify-img img
  {
    width: 80px;
    height: 60px;
  }
}

/* details  */
#details
{
  width: 100%;
  height: 100vh;
  background: #f2a645;
}
.details-study
{
  display: flex;
  justify-content: center;
}
.details-form
{
  width: 400px;
  height: auto;
  border-radius: 5px;
  background: #fff;
  margin-top: 80px;
  padding-bottom: 5%;
}
.details-img
{
  display: flex;
  justify-content: center;
}
.details-img img
{
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.details-form h3
{
  font-size: 25px;
  font-family: visby-round;
  color: crimson;
  text-align: center;
  margin-top: 2%;
}
.details-details
{
  display: flex;
  flex-direction: column;
}
.details-details input
{
  width: 90%;
  border: 0;
  border-bottom: 1.5px solid #000;
  margin-left: 5%;
  outline: none;
  text-transform: capitalize;
  font-size: 14px;
}
.details-details label
{
  margin-left: 6%;
  margin-top: 3%;
  font-size: 14px;
}
.details-details button
{
  width: 80%;
  height: 30px;
  background-color: #323570;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: visby-round;
  margin-left: 10%;
  margin-top: 8%;
}
.details-details button:hover{
  background: #f2a645;
  transition: .5s ease-out;
}
.details-details span
{
  color: red;
}
@media(max-width:986px)
{
  .details-form
  {
    width: 90%;
    height: auto;
    padding-bottom: 5%;

  }
  .details-details label
  {
    font-size: 10px;
    white-space: wrap;
  }
  
}
#red
{
  color:red;
}
.marathi
{
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'marathi';
}
.para{
  text-align: justify;
  font-size: 17px;
  
}
.full-para p
{
  width: 100%;
  text-align: justify;
  margin-top: -15px;
}
.form-cont form
{
  display: flex;
  flex-direction: column;
  font-family: 'ansage-light';
}
.form-cont form input
{
  margin-top: 15px;
  width: 90%;
  border: 1.5px solid #000;
  border-radius: 5px;
  font-family: 'ansage-light';
  height: 30px;
  padding-left: 2%;
  outline: none;
}
.form-cont form textarea
{
  width: 90%;
  height: 80px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1.5px solid #000;
  padding-left: 2%;
  outline: none;
  font-family: 'ansage-light';

}
.form-cont h4
{
  font-family: 'ansage-regular';
  font-size: 22px;
  text-align: center;
}
.btn-cont
{
  display: flex;
  justify-content: center;
}
.form-cont button
{
  width: 120px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  background: crimson;
  margin-top: 15px;
  border: none;
  margin-top: 15px;
}
@media(max-width:986px)
{
  .form-cont form input,.form-cont form textarea
  {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* whatsapp .icon */
.wapp-icon img
{
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 30px;
  display:flex ;
  top: 86%;
  position: fixed;
 left: 96%;
}
@media(max-width:986px)
{
  .wapp-icon img
{
  left: 80%;
  top:88%;
}
}


.videobranding iframe
{
  width: 350px;
  height: auto;
  margin: 10px;
  border: 2px solid #323570;
  border-radius: 5px;
}

#get
{
  float: right;
  width: 120px;
  height: 25px;
  margin-top: 5px;
  margin-right: 25px;
  /* margin-bottom: 0; */
}
#get_btn
{
  float: right;
  width: 120px;
  height: 25px;
  margin-top: 5px;
  margin-right: 25px;
}


/* course section 
 */
 .course-container
{
  width: 93%;
  height: auto;
  padding: 0px;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: 'ansage-regular';
  
}
.c-heading
{
  width: 100%;
  height: 70px;
  background: #323570;
  text-align: center;
  align-items: center;
  display: flex;
  font-family: 'ansage-regular';
  
}
.c-heading h2{
  font-size: 22px;
  color: #fff;
  text-align: center;
  width: 90%;
  height: auto;
  margin-left: 20px;
  position:relative;
  text-transform: capitalize;
  font-family: 'ansage-regular';
}
.course-container .sub-container
{
  width: 30%;
  height: auto;
  /* padding: 5px; */
  border: 1.2px solid #323570;
  border-radius: 5px;
  margin-top: 60px;
}
.course-container .c-img{
  width: 100%;
  height: auto;
}
.course-container .c-img img{
  width: 100%;
  height: auto;
}
.c-details
{
  width: 100%;
  height: auto;
}
.c-details table{
  width: 100%;
  height: auto;
  border: 0px ;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.c-details tr{
  width: 60%;
}
.c-details tr td{
  width: 40%;
}
.c-button
{
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin-left: 36%; */
  margin-left: 2.5%;
}
.c-button p{
  text-align: center;
  justify-content: center;
  margin-top: 25px;
  background: #323570;
  width: 95%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;  
  font-family: 'ansage-light';
}
.c-button p a{
  color: #fff;
}

@media(max-width:986px)
{
  .course-container
{
  width: 100%;
  height: auto;
  padding: 0px;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  /* justify-content: space-around;
  flex-wrap: wrap; */
  
}
.c-heading
{
  width: 100%;
  height: 70px;
  background: #323570;
  text-align: center;
  align-items: center;
  display: flex;
  font-family: 'ansage-regular';
  
}
.c-heading h2{
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 90%;
  height: auto;
  margin-left: 10%;
  position:relative;
  text-transform: capitalize;
}
.course-container .sub-container
{
  width: 95%;
  height: auto;
  /* padding: 5px; */
  border: 1.2px solid #323570;
  border-radius: 5px;
  margin-top: 60px;
  /* margin-left: 2.5%; */
  /* margin-right: 2.5%; */
  margin-right: 5%;
}
.course-container .c-img{
  width: 100%;
  height: auto;
}
.course-container .c-img img{
  width: 100%;
  height: auto;
}
.c-details
{
  width: 100%;
  height: auto;
}
.c-details table{
  width: 100%;
  height: auto;
  border: 0px ;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.c-details tr{
  width: 60%;
  font-family: 'ansage-regular';
  
}
.c-details tr td{
  width: 40%;
}
.c-button
{
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin-left: 36%; */
  margin-left: 2.5%;
}
.c-button p{
  text-align: center;
  justify-content: center;
  margin-top: 25px;
  background: #323570;
  width: 95%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;  
  font-family: 'ansage-black';
}
.c-button p a{
  color: #fff;
}
}

#batch
{
  margin-top: 40px;
  text-align: center;
}