/*-- Reserve free counselling --*/
.mod-c{
    margin-left:20px;
}

/*-- Toggle Menu --*/
.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  margin-top: 35px;
  z-index: 100;
  background: red;
  border: 5px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top:10px;
}
.hamburger-menu-button-open::after {
  bottom: 10px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    background: #81333300;
    padding: 19px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#81333300;
}

/*----- Contact session ------*/
.card{
    background: aliceblue;
    padding: 15px 15px;
    border-radius: 15px;
    height: 193px;
    box-shadow: 3px 3px 4px 0px #ccc;
}
.btn-map {
    background-image: linear-gradient(#0e1863, #091a9c);
    font-size: 16px;
    color: aliceblue;
    font-weight: 500;
    border-radius: 25px;
}

.btn_counselling{
    position:relative;
}

 .btn-counselling{
    background-image: linear-gradient(#ba1719, #fb0104);
    font-size: 17px;
    color: aliceblue;
    padding: 9px 18px;
    font-weight: 500;
    border-radius: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-icon {
    margin-top:10px;
}

.btn-map:hover , .btn-map:visited , .btn-map:focus {
    background-image: linear-gradient(#ba1719, #fb0104);
    color:#fff;
}

.btn-counselling:hover , .btn-counselling:visited, .btn-counselling:focus{
    background-image: linear-gradient(#0e1863, #091a9c);
    color:#fff;
}

/*---- Book free counselling ----*/

.modal-ku {
  width: 400px !important;
  margin: auto;
}



.opacity-animate3{
    animation:opt-animation3 1s ;
  -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.25);}
  100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
   0%   { opacity: 0; transform: scale(0.25);}
  100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
  0%   { opacity: 0; transform: scale(0.25);}
  100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.25);}
  100% { opacity: 1; transform: scale(1);}
}




.heading_animation{
     animation: moveTop 1s ease-in-out;
}

@keyframes moveTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*------------ FAQ -----------*/

#faq .accordion .accordion-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background:#fff;
}
#faq .accordion .accordion-item button[aria-expanded="true"] {
  /*   border-bottom: 1px solid #03b5d2; */
}
#faq .accordion h2 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  /*    padding: 1em 0; */
  color: #333333;
  font-size: 1.55rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding: 0px;
  line-height: 25px;
  margin: 0px;
}
#faq .accordion h2:hover,
#faq .accordion h2:focus {
  cursor: pointer;
  color: #1c2160;
}
#faq .accordion h2:hover::after,
#faq .accordion h2:focus::after {
  cursor: pointer;
  color: #1c2160;
  border: 1px solid #1c2160;
}
#faq .accordion h2 .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
#faq .accordion h2 .icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -13px;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 22px;
}
#faq .faq-content {
  padding: 80px 0px;
}
#faq .accordion h2 .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
#faq .accordion h2 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 6px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
#faq .accordion h2[aria-expanded="true"] {
  color: #1c2160;
}
#faq .accordion h2[aria-expanded="true"] .icon::after {
  width: 0;
}
#faq .accordion h2[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
#faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
#faq .accordion .accordion-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0px;
  margin-top: 10px;

}
#faq .nav > li > a {
    padding: 12px 16px;
    margin: 10px 10px 0 10px;
    font-weight: 600;
    color:#000;
}
#faq ul{
    background: aliceblue;
}    
#faq .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: Red;
    cursor: default;
    background-color: #fff;
}






#faq  .button-container {
    display: none;
    background: #ba1719;
    padding: 15px 13px;
    margin: 6px 0px;
}

#faq  .btn_blue{
    background-color: #0E1863;
    color: #fff;
}
#faq .active-button {
    background-color: #ba1719; 
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#faq  .btn_blue:hover{
    background-color: #ba1719;
    color: #fff;
}

#faq  .btn_blue:focus, #faq  .btn_blue:active:focus, #faq .btn_blue.active:focus,  #faq .v.focus, #faq  .btn_blue:active.focus, #faq  .btn_blue.active.focus{
    outline: 0px auto -webkit-focus-ring-color;
}

#faq h3{
    color:#fff;
}

/**/

/**/

@media(max-width:480px){
    #faq .nav > li > a {
    padding: 10px 7px;
    }
    .#faq .accordion h2 .accordion-title{
    font-size: 14px !important;
    }
}



    /*------------//FAQ ----------*/




/**------------- Responsive --------------**/
@media (min-width:768px) and (max-width:991px){
     .card {
        height: 217px !important;
        margin-top: 30px !important;   
    }
    .btn-counselling {
    font-size: 13px;
    }
}

@media (max-width:767px){
    .logo-set img {
        width: 77%;
    }
    .card {
        height: 200px !important;
        margin-top: 30px !important;   
    }
    .line-blue {
        text-align:center;
    }
    .line-red{
        text-align:center;
    }
}

