@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet.css');
/******* fonts *********/


body{
    font-family: 'Lato' !important;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

a{
    text-decoration: none !important;
}

p{
    color: #474747;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    /*text-align: left !important;*/
}



/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.main_logo{
    margin-top: 10px;
}
.navbar {
    margin-bottom: 5px;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #934444;
    text-transform: uppercase;
    font-size: 13px;
    /* font-weight: 600; */
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
.navbar-nav {
    margin-top: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #6D4589;
    background-color: #ffffff;
    font-weight: 900;
}
.social_media{
    margin-top: 15px;
}

.top_text_col{
    /*margin-top: 5%;*/
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    /*text-transform: uppercase;*/
/*    background-image:url('../images/bg_logo.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center right;*/
}

.top_text_col .logo{
    margin-top: 8%;
}

.top_text_col h1{
    font-weight: 900;
    color: #ed1c24;
    font-size: 60px;
    margin-top: 0px;
}

.top_text_col h2{
    font-weight: 900;
    color: #000000;
    font-size: 60px;
    margin-top: 0px;
}

.description{
    padding-top: 10px;
}

.enq_col{
    padding-left: 30px;
    padding-right: 30px;
}

.inner_header_bar{
    background-image: url('../images/inner_header.png');
    color: #ffffff;
    padding: 0 40px;
  }
  .inner_header_bar h1{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .heading{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #000;
  }
  .header_p{
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    color: #696969;
    font-weight: 400;
  }
  .header_p span{
    color: #6D4589;
  }
  .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
}
.dropdown-menu {
    border: 1px solid #000000;
    border-radius: 0;
    padding: 0px 0px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #6D4589;
    background-color: #ffffff;
    font-weight: 900;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #934444;
    background-color: #ffffff;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
}
/*****************************/
/*********header**************/



/*****************************/
/*********body**************/

.heading{
    font-size: 20px;
    color: #1D1D1D;
    font-weight: 900;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 900;
    text-transform: uppercase;
}

.mini_heading{
    font-size: 14px;
    color: #696969;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
}

.mess_01{
    border-right: 3px solid #ffffff;
    padding-top: 25px; 
    padding-bottom: 25px;
}

.mess_02{
    border-left: 3px solid #ffffff;
    padding-top: 25px; 
    padding-bottom: 25px;
}

.news_img_main{
    height: 300px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.news_img_sub{
    height: 250px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.news_row{
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .news_row:hover .mini_heading{
    color: #000000;
} */

.wrapper {
    overflow: hidden; 
    height: 300px;
}
.news-item {
   height: 300px;
   position: relative;
   text-align: center;
   cursor: pointer;
   margin-bottom: 20px;
   background-position: center;
   background-size: cover;
   overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
}

.news_row:hover .news-item {
    -webkit-transform: scale(1.1,1.1); 
    transform: scale(1.1,1.1);
    -webkit-transition: all 0.8s ease-in-out;
}

.wrapper_2 {
    overflow: hidden; 
    height: 200px;
}
.news-item_2 {
   height: 200px;
   position: relative;
   text-align: center;
   cursor: pointer;
   margin-bottom: 20px;
   background-position: center;
   background-size: cover;
   overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
}

.news_row:hover .news-item_2 {
    -webkit-transform: scale(1.1,1.1); 
    transform: scale(1.1,1.1);
    -webkit-transition: all 0.8s ease-in-out;
}

.project_intro{
    padding: 30px 50px;
}

.enroll_div{
    padding: 30px 50px;
     background-image:url('../images/bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.custom_btn {
    padding: 15px 30px;
    background-color: #6D4589;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #934444;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_date{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #934444;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 21px;
}

.event_row{
    margin-bottom: 20px;
}

.job_text_div{
    padding: 30px 30px;
}

.college_img {
    float: right;
    width: 45%;
    margin-left: 25px;
    margin-bottom: 20px;
}

.college_detail, .oba_detail, .AGM_2020, .executive_committee_detail, .contact_detail, .constitution_detail, .honary_secretary_detail,
.honary_patron_detail{
    padding: 0 0 30px 0;
}

.founder_img{
    float: left;
    width: 22%;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 15px;
}

.oba_img{
    float: left;
    width: 22%;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 15px;
}
.principal_name{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.principal_div{
    float: left;
    width: 22%;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 15px;
}
.membership_detail{
   background-image: url("../images/membership_bg.png");
   background-color: #6D4589;
   margin: 30px auto;
   padding: 50px 0;
}
.membership_detail h1, .membership_detail p{
    color: #ffffff;
}
.membership_detail img{
    width: 65%;
}
.executive_committee{
    background-color: #FAF5FF;
    margin: 15px 0;
    padding: 30px 0;
}
.executivel_name, .secretary_name, .patron_name, .g_name, .group_name{
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    /* line-height: 0; */
}
.executivel_designation, .secretary_period{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    /*color: #ffffff;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #C4C4C4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact_detail .section_2 img {
    margin-bottom: 10px;
    float: left;
    margin-right: 8px;
}
.contact_detail .section_2, .contact_detail .section_2 a{
    color: #696969;
}
.contact_detail .section_2 span, .contact_detail .section_2 span a {
    line-height: 1.7;
    font-weight: 500;
}
/*****************************/
/*********body**************/



/*****************************/
/*********footer**************/
.footer .section_2 img{
    margin-bottom: 10px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}
.footer .section_2 span, .footer .section_2 span a{
    line-height: 1.7;
    font-weight: 600;
    color: #6D4589;
}
.social_icon{
    float: none;
    margin-top: 8px;
}
.footer_img{
    margin-bottom: 10px;
    width: 75%;
}
.right_txt{
    float: right;
    color: #D0D0D0;
}
.footer_bar{
    background-color: #934444;
    color: #D0D0D0;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
}
.footer{
    padding: 40px 0;
    background-color: #F5F5F5;
}
/*****************************/
/*********footer**************/



/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #000000;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 0px;
    border: 1px solid #000000;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #cb9a29;
    color: #000000;
    border: 1px solid #000000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
.mini_heading:hover{
    color: #6D4589;
}
.bulk_txt:hover .link_arrow {
    padding-left: 20px;
}
.link_arrow , a , .btn, .constitution_main_txt p{
    -webkit-transition: all 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
}
.news_row:hover .mini_heading, .event_row:hover .mini_heading{
    color: #6D4589 !important;
}
.project_intro:hover .mini_heading{
    color: #000 !important;
}
.product_row:hover .news-item {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 0.8s ease-in-out;
}
.constitution_detail h1{
    font-size: 14px;
    color: #696969;
    line-height: 1.5;
}
hr { 
    width:50%; 
    height:1px; 
    background-color:#E5E5E5; 
    border:none; 
    margin:1.5em auto; 
}
.constitution_col{
    padding-bottom: 30px;
}
.constitution_row{
    padding-top: 20px;
}
.constitution_main_txt p:hover{
    color: #000;
}
.constitution_txt:hover p{
    color: #000;
}
.honary_secretary, .honary_patron{
    background-color: #FAF5FF;
    margin: 15px 0;
    padding: 30px;
}
.section_2 div{
    margin-bottom: 5px;
}
.pagination {
    display: inline-block;
    z-index: 9999;
    position: relative;
    
}
.pagination a {
    color: #934444;
    /* float: left; */
    padding: 11px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #6D4589;
    margin: 0 4px;
    text-align: right;
    font-weight: 600;
}
.pagination a.active {
    background-color: #6D4589;
    color: white;
    border: 1px solid #6D4589;
}
.pagination a:hover:not(.active) {
    background-color: #6D4589;
    color: #ffffff;
}
.pagination_c{
    margin-bottom: 30px;
}
.honary_secretary{
    background-color: #FAF5FF;
    margin: 15px 0;
    padding: 30px;
}
.patron_name{
    margin-bottom: 15px;
}
.honary_patron p{
    color: #000;
}
.navbar_header{
    padding: 0 40px;
}
.top_col {
    padding: 0;
}
.designation{
    color: #000;
    text-transform: uppercase;
}
.group_sec2{
    border-right: 1px solid #C4C4C4;
}
.group_item{
    margin-bottom: 20px;
}
.group_img{
    width: 75%;
}
.group_sec1{
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
}
.future_star_h1{
    font-size: 14px;
    color: #6D4589;
}
.future_star_col, .eshop_col{
    padding-bottom: 15px;
    padding-top: 15px;
}
.future_star, .eshop{
    padding:15px 0;
}
.eshop_txt, .job_opportunities_txt{
    padding: 0 150px;
    padding-top: 30px;
}
.eshop_h1{
    font-size: 14px;
    color: #696969;
    line-height: 1.5;
}
.eshop_price{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.eshop_col img{
    border: 1px solid #000;
}
.brown_btn{
    background-color: #934444;
    text-transform: uppercase;
    padding: 12px 30px;
}
.brown_btn:hover{
    padding: 12px 30px;
    background-color: #6D4589;
}
.apply_btn{
    text-transform: uppercase;
    padding: 12px 30px; 
}
.apply_btn:hover, .job_opportunities .brown_btn:hover{
    padding: 12px 30px;
    background-color: #000 !important;
}
.job_col hr{
    width: 100%;
}
.label{
    background-color: #6D4589;
    color: #ffffff;
    margin-left: 15px;
    font-size: 85%;
}
.events, .event_detail, .news_detail, .project_detail, .project_detail_page{
    padding: 30px 0;
}
.news_detail h1, .project_detail h1, .project_detail_page h1{
    font-size: 14px;
    color: #696969;
    line-height: 1.5;
}
.news_row2 h1{
    margin-top: 0px;
}
.news_col{
    padding-bottom: 30px;
}
.news_img{
    float: left;
    width: 45%;
    margin-right: 20px;
    /* margin-left: 15px; */
}

.news_item {
    height: 400px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
     -webkit-transition: all 0.3s ease-in-out;
 }
 
 .news_col:hover .news_item,  .news_col:hover .news_item2, .news_col:hover .news_item3 {
     -webkit-transform: scale(1.1,1.1); 
     transform: scale(1.1,1.1);
     -webkit-transition: all 0.8s ease-in-out;
 }
 .wrapper1 {
    overflow: hidden;
    height: 335px;
}
.wrapper2 {
    overflow: hidden;
    height: 150px;
}
.wrapper3 {
    overflow: hidden;
    height: 160px;
}
.news_item2 {
    height: 150px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
     -webkit-transition: all 0.3s ease-in-out;
 }
 .news_item3 {
    height: 160px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
     -webkit-transition: all 0.3s ease-in-out;
 }
 .news_col:hover .heading{
    color: #6D4589 !important;
}
.news_detail_img, .project_detail img{
    float: left;
    width: 45%;
    margin-right: 20px;
    z-index: 99;
    position: relative;
}
.carousel_slider.fill, .carousel_slider .fill {
    height: 70%;
    margin-bottom: -120px;
}
.carousel_slider .carousel-indicators {
    bottom: 150px;
}
/* more news slick slider */
.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
  }
  .slick-dots li.slick-active button {
    background-color: black;
  }
  .slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .slick-dots li :hover {
    background-color: black;
  }
  .slick_slider img {
    width: 100%;
    height: auto;
    padding: 5px;
  }
  
  /* Custom Arrow */
  .prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
  }
  .prev :hover {
    cursor: pointer;
    color: black;
  }
  
  .next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
  }
  .next :hover {
    cursor: pointer;
    color: black;
  }
  

  /* more news slick slider end */
.wrapper4 {
    overflow: hidden;
    height: 170px;
}
.news_item4 {
    height: 170px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
     -webkit-transition: all 0.3s ease-in-out;
 }
 .slick-slide:hover .heading{
    color: #6D4589 !important;
}
.slick-slide:hover .news_item4 {
    -webkit-transform: scale(1.1,1.1); 
    transform: scale(1.1,1.1);
    -webkit-transition: all 0.8s ease-in-out;
}
.slick-slide {
    padding: 15px;
}
.fa{
    color: #6D4589;
    margin-right: 6px;
}
.past_event_lbl{
    background-color: rgb(110, 110, 110);
}
/* .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
} */
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    color: #000000;
}
/*  */
.main {
    width:830px;
    display:block;
    margin:0 auto;
  }
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
  /* h3 {
    background: #000000;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
} */
.slick-next:before, .slick-prev:before {
    color: #000000 !important;
}
.main .slick-slide {
    padding: 5px;
}
.main .slick-slider {
    margin-bottom: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.main .slick-dots li button:before {
    font-size: 12px;
}
.main .slick-dots {
    bottom: -38px;
    display: none !important;
}
.AGM_2020{
    padding-bottom: 60px;
}
/*  */
.close_btn{
    position: absolute;
    right: -19px;
    top: -9px;
    background-color: #6D4589 !important;
    opacity: 1;
    border-radius: 19px;
    width: 25px;
    height: 25px;
    color: #ffffff;
}
.close_btn:hover{
    opacity: 1;
}

/* modal popup*/
.modal-dialog {
    width: 660px;
    margin: 30px auto;
    top: 80px;
}
.modal-body p, .modal-dialog{
    color: #000000;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -45px;
    margin-right: -34px;
    color: #fff;
    opacity: 1;
    background-color: #934444;
    border-radius: 20px;
    width: 25px;
    height: 25px;
}
.modal-title{
    font-weight: 800;
    font-size: 22px;
    margin-bottom: -10px;
}
.modal-content{
    padding: 20px 10px;
}
.modal-body p{
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
/* modal popup*/

/* special msg box */

.message_box {
    width: 33%;
    position: absolute;
    background-color: rgba(0,0,0, 0.6);
    right: 39px;
    top: 111px;
    padding: 16px;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
}
.news_heading {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.special_box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*=========================================================================================*/
/*=========================================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD======================================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA, SASINI JAYAMPATH==============*/
/*=========================================================================================*/
/*=========================================================================================*/
