.btn-color{
background-color: #ff84ff;
background-image: linear-gradient(90deg, #ff84ff 0%, #ff8c8d 100%);
border-radius: 4px;
display: inline-block;
}
.btn-color1{
background-color: #ff84ff;
background-image: linear-gradient(90deg, #ff84ff 0%, #ff8c8d 100%);
border-radius: 5px;
padding: 12px 12px;
color: #fff;
text-shadow: none;
display: inline-block;
font-size: 18px;
}
.button_1{
  background:none;
  display:inline-block;
  color:#f58634;
  padding:15px 30px 15px 30px;
  margin-top:10px;
  font-weight:normal;
  border:1px solid #f58634;
}
.button_1:hover{
  background:#f58634;
  color:#fff!important;
}

#top{
  padding-top:10px;
  padding-bottom:10px;
  background-color: #333;
/*border-bottom: 1px solid #888;*/
}
#top .nav_1 .bord_l{
  border-right:1px solid #585555;
  padding-left:15px;
  padding-right:15px;
  font-size:14px;
}
#top .nav_1 {
  margin-top:3px!important;
}
#top .nav_1 .font_tag{
  padding:0; 
  color:#fff;
}
#top .nav_1 .font_tag:hover{
  color:lightblue;
  background:none;
}
#top .nav_1 .font_tag:focus{
  color:#fff;
  background:none;
}
#top .nav_1 .bord_l i{
  margin-right:5px; 
}
#top  .drop_1 a{
  font-size:14px;
  padding-top:10px!important;
  padding-bottom:10px!important 
}
#top  .drop_1 a:hover{
  color:#fff!important;
  background:#dfb858!important;
}
#top  .drop_1{
  margin-top:10px; 
  padding:0;
}
.top_1l ul li a{
 color:#fff;
 padding-left:5px;
 padding-right:5px;
 font-size:16px;
}
.top_1l ul li a:hover{
 color:#dfb858;
}

/*********************menu****************/
#menu{
  background:#222; 
}
#menu .navbar{
  margin-bottom: 0px; 
}
#menu .navbar-brand{
  font-size:34px;
  color:#dfb858;
  height:auto; 
  margin-right:30px;
  padding: 5px;
}
#menu .navbar-brand .logo-png{
  height: 80px;
}
#menu .navbar-toggle {
  background-color: #40547e;
  border: 1px solid #40547e;
  margin-top:9px;
}
#menu .navbar-toggle .icon-bar {
 background-color: #eee;
}
.m_tag{
  color:#fff;
  font-size:18px;
  font-weight: 550;
}
.m_tag:hover{
  color:lightblue;
  background:none!important; 
}
.m_tag:focus{
  color:lightblue!important;
  background:none!important; 
}
.active_tab{
  color:#fff;  
}
#menu  .drop_3{
  background-color: #333;
}
#menu  .drop_3 a{
  font-size:16px;
  padding-top:15px!important;
  padding-bottom:15px!important;
  color: #fff;
}
#menu  .drop_3 a:hover{
  color:#fff!important;
  background:#000!important;
}
#menu  .drop_3{
  padding:0;
  min-width:200px;
  margin-top:5px;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  left:0;
  right:0;
  box-shadow: 0 6px 12px #dfb8586e;
  border-color:#dfb8586e;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  font-size:16px;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #dfb858;
  background-color:none;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #dfb858;
  font-size: 20px;
  font-weight:bold;
  margin-bottom:10px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.cd-secondary-nav {
  position: static;
}
.cd-secondary-nav .is-visible {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s;
}
.cd-secondary-nav.is-fixed {
  z-index: 9999;
  position: fixed;
  left: auto;
  top: 0; 
  width:100%;
}
.nav_m{
  margin-top:3px; 
}
.nav_r .drop_1{
  min-width:320px; 
  left:auto;
  right:0;
  padding:20px 15px;
  margin-top:1px!important;
}
.nav_r .drop_1i{
 border-bottom:1px solid #dfb8584d;
 padding-bottom:10px;
}
.nav_r .drop_1i1l span i{
  display:inline-block;
  width:30px;
  height:30px;
  line-height:27px;
  border:1px solid #dfb8584d;
  text-align:center;
  font-size:14px;
  margin-top:10px;
  cursor:pointer; 
}
.nav_r .drop_1i1l span i:hover{
  background:#333;
  color:#fff;
  border-color:#333;
}
.nav_r .drop_1i1{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #dfb8584d;
}
.nav_r .drop_1i2{
  padding-top:10px;
  padding-bottom:10px; 
}
.nav_r .drop_1i3 .button{
 display:block;
}
.nav_r h2 a{
  color:#000;
}

.nav_r{
  padding-top:15px; 
}
.nav_r .drop_2 .btn {
  background: #dfb858;
  margin-left: 0!important;
  border-color: #dfb858;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/pexels-mikhail-nilov-7988236.jpg);
  background-position:center;
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/pexels-christina-morillo-1181396.jpg);
  background-position:center;
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slider3.jpg);
  background-position:center;
}
#center .carousel-indicators{
  bottom:0;
}
.fade-carousel .carousel-inner .slides .kb_caption_right h1{
  color: #fff;
}
.fade-carousel .carousel-inner .slides .kb_caption_right p{
  color: #fff;
}
.fade-carousel .carousel-indicators > li{
  background: #fff;
  border-color: #fff;
  width:20px;
  height:20px;
}
.fade-carousel .carousel-indicators > li.active{
  width:20px;
  height:20px;
  background:#dfb858;
  border-color:#dfb858;
}
.fade-carousel {
  position: relative;
  min-height: 600px;
}
.fade-carousel .carousel-inner .item {
  min-height: 500px;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 4px;
  opacity: .8;
}
.fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}

.hero hr{
  width:10%;
  border-color:#fff;
  border-color:#dfb858;
  margin-left:0;
}
.hero h1{
  font-size:60px;
  color:#222;
}
.hero p{
  color:#222;
}
.hero h4{
  display:inline-block;
  margin-left:4px;
  margin-right:4px;
  font-weight:normal;
}
#event{
  padding-top:40px;
  padding-bottom:40px; 
}
.event_2i1{
 border:1px solid #f5863440;
 padding:15px;
 border-left:3px solid #f58634;
}
.event_2{
  margin-top:30px; 
}
.internship-form{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 10px;
  border-top: 4px solid #679935;
}
.form-name{
  color: #f00;
}
.form-text{
  margin-bottom: 5px;
}
.file-upload{
  padding: 10px;
  height: 49px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: green;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    animation: pulseShadow 1.5s infinite alternate;
    z-index: 999;
}

.whatsapp-icon .fa {
    color: #fff;
    font-size: 25px;
}

@keyframes pulseShadow {
    to {
        box-shadow: 0px 0px 20px rgba(51, 202, 111, 0.8);
    }
}

.tellcaller-icon {
    position: fixed;
    bottom: 160px;
    width: 50px;
    height: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4166bf;
    border-radius: 50%;
    z-index: 999;
}

.tellcaller-icon .fa {
    color: #fff;
    font-size: 25px;
}