
/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  v1
	Author     :  Siriraj_edu
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
	3. INTRO SECTION
		HEADER 
		INTRO 
	4. ABOUT SECTION
	5. EXPERIENCE SECTION
	6. PORFOLIO SECTION
	7. EDUCATION SECTION
	8. FOOTER
    9. SEARCH SECTION
    10. OTHER SECTION
    11. PROGRESSBAR & ACCORDIANS
    12. BTN SECTION
====================================================


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ 
    font-size: 100%; 
    height: 100%; 
    overflow-x: hidden; 
    margin: 0px;  
    padding: 0px; touch-action: manipulation; 
}


body{ 
    font-size: 16px; 
    font-family: 'Kanit', sans-serif; 
/*    font-family: 'Sarabun', sans-serif; */
    width: 100%; 
    height: 100%; 
    margin: 0; 
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 
    word-wrap: break-word; 
	color: #333; 
}

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ 
    margin: 0; 
    padding: 0; 
}

h1,h2,h3,h4,h5,h6{ 
    line-height: 1.5; 
    font-weight: inherit;
}

h1,h2,h3{ 
    font-family: 'Kanit', sans-serif; 
}

p{ 
    line-height: 1.6; 
    font-size: 1em; 
    font-weight: 400; 
    color: #777; 
}

h1{ 
    font-size: 4em; 
    line-height: 1; 
}
h2{ 
    font-size: 2.2em; 
    line-height: 1.1; 
}
h3{ 
    font-size: 1.8em; 
}
h4{ 
    font-size: 1.3em; 
}
h5{ 
    font-size: 1em; 
}
h6{ 
    font-size: .9em; 
    letter-spacing: 1px; 
}

a, button{ 
    display: inline-block; 
    text-decoration: none; 
    color: inherit; 
    line-height: 1; 
	-webkit-transition: all .25s ease-in-out; 
    transition: all .25s ease-in-out; 
}

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ 
    text-decoration: none; 
    color: #FFA804; 
}

b{ 
    font-weight: 600; 
}

img{ 
    width: 100%; 
}

li{ 
    list-style: none; 
    display: inline-block; 
}

span{ 
    display: inline-block; 
}

button{ 
    outline: 0; 
    border: 0; 
    background: none; 
    cursor: pointer; 
}

.icon{ 
    font-size: 1.1em; 
    display: inline-block; 
    line-height: inherit; 
}

[class^="icon-"]:before, [class*=" icon-"]:before{ 
    line-height: inherit; 
}

b.max-bold{ 
    font-weight: 700; 
}



/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.section{ 
    padding: 50px 0 50px; 
/*    border-bottom: 1px solid #ddd; */
}

.section .heading{
    margin-bottom: 20px; 
}

.section .heading:before{ 
    content:''; 
    height: 10px; 
    width: 50px; 
    border-radius: 5px;
	margin-bottom: 20px; 
    display: block; 
    background: #FFA804; 
}
	
.margin-t-10{ 
    margin-top: 10px; 
}

.margin-b-30{ 
    margin-bottom: 30px; 
}
.margin-b-50{ 
    margin-bottom: 50px; 
}

.margin-tb-30{ 
    margin-top: 30px; 
    margin-bottom: 30px; 
}

.font-yellow{ 
    color: #FFA600; 
}

.font-semi-white{ 
    color: #ddd; 
}

.font-lite-black{ 
    color: #999; 
}

.bg-section-blue{
/*    background: #e6ecf6;*/
    background: url(../img/bg1.jpg)center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section-gray{
    background: #edeff2;
}

.bg-section-research{
    background: url(../img/bg2.jpg)center top;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ---------------------------------
3. INTRO SECTION
--------------------------------- */

.intro-section{ 
    padding: 0 0px 50px 0px !important; 
    position: relative; 
    background-size: cover; 
	z-index: 1;
    background-image: url(../img/04-74.jpg); 
    background-position: center bottom;
}

.intro-section:before{ 
    content:''; 
    z-index: -1; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
	right: 0; 
    background: rgba(0,0,0, .2); 
}

	
/* HEADER */
.intro-section .heading-wrapper{ 
    border-radius: 5px; 
    padding: 30px 40px 20px; 
    margin-bottom: 50px;
/*	background: #1a458a; */
    background: transparent;
    color: #2d4e76; 
}

.intro-section .info{ 
    margin-bottom: 10px; 
}

.intro-section .info .icon{ 
    float: left; 
    font-size: 30px; 
}

.intro-section .info .right-area{ 
    margin-left: 45px; 
}


/* INTRO */

.intro{ 
    color: #fff; 
}

.intro .profile-img{ 
    max-width: 400px; 
    border-radius: 10px; 
    overflow: hidden; 
    border: 5px solid #ffc808;
    box-shadow: 2px 2px 20px 2px #212121;
}

.intro .information > li{ 
    display: block; 
    margin: 5px 0; 
}

.intro .social-icons > li > a{ 
    height: 35px; 
    line-height: 35px; 
    width: 35px; 
    border-radius: 20px; 
	overflow: hidden; 
    z-index: 1; 
    position: relative; 
    margin: 0 5px 5px; 
    text-align: center;
	background: #887392; 
    color: #fff; 
}

.intro .social-icons > li > a:after{ 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0;
	top: 0; 
    z-index: -1; 
    border-radius: 20px; 
    background: #FFA804; 
	-webkit-transition: all .2s ease; 
    transition: all .2s ease;
	-webkit-transform: scale(0); 
    transform: scale(0);
}

.intro .social-icons > li > a:hover:after{ 
    -webkit-transform: scale(1); 
    transform: scale(1); 
}


.intro .downlad-btn{ 
    padding: 15px 30px; 
    border-radius: 50px; 
/*    float: right; */
/*    margin-top: 30px;*/
	box-shadow: inset 0 0px 4px rgba(0,0,0,.3); 
    background: transparent; 
    color: #fff; 
	-webkit-transition: all .2s ease; 
    transition: all .2s ease; 
    border: 2px solid #009979;
}

.intro .downlad-btn:hover{ 
    -webkit-transform: translateY(-4px); 
    transform: translateY(-4px); 
    background: #009979;
}



/* ---------------------------------
4. ABOUT SECTION
--------------------------------- */

.radial-progress{ 
    position: relative; 
    max-width: 200px; 
    margin: 0 auto; 
}

.radial-progress .progressbar-text{ 
    font-size: 2.2em; 
    font-weight: 500; 
	padding-bottom: 25px!important; 
    color: #333!important; 
}

.radial-progress .progressbar-text:after{ 
    content:'%'; 
}

.radial-progress .progress-title{ 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 100%;
	letter-spacing: 0; 
    text-align: center; 
    transform: translate(-50%, 15px); 
    color: #777; 
}

	

/* ---------------------------------
5. EXPERIENCE SECTION
--------------------------------- */

.experience .list > li{ 
    display: block; 
    position: relative; 
    margin-bottom: 10px; 
    padding-left: 20px; 
}

.experience .list > li:before{ 
    content: ''; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    height: 10px; 
	width: 10px; 
    margin-top: -5px; 
    display: block; 
    border-radius: 10px; 
    border: 2px solid #555; 
}

	

/* ---------------------------------
6. PORFOLIO SECTION
--------------------------------- */

.portfolio-section{ 
    position: relative; 
}

.portfolio-section .portfolioFilter{
    margin-top: 60px; 
    color: #666; 
}

.portfolio-section .portfolioFilter a{ 
    margin: 10px 10px 0 0; 
}

.portfolio-section .portfolioFilter a.current{ 
    color: #FFA804; 
}

.portfolio-section .portfolioContainer{ 
    margin-left: -15px; 
    margin-right: -15px; 
}

.portfolio-section .p-item{ 
    width: 25%; 
    padding: 0 7.5px 0px; 
    margin-top: 15px; 
}

.portfolio-section .p-item a{ 
    display: inline-block; 
    position: relative; 
}


	
/* ---------------------------------
7. EDUCATION SECTION
--------------------------------- */

.education-wrapper{ 
    position: relative; 
}

.education-wrapper:after{ 
    content:''; 
    position: absolute; 
    top: 8px; 
    bottom: 0; 
    left: -51px;
	width: 2px; 
    background: #ccc; 
}

.education-wrapper .education{ 
    position: relative; 
}

.education-wrapper .education:after{ 
    content:''; 
    position: absolute; 
    top: 8px; 
    left: -58px; 
    width: 16px; 
	height: 16px; 
    border-radius: 10px; 
    z-index: 1;
	box-shadow: 0 0 0 8px rgba(255,171,0, .4); 
    background: #FFAB00; 
}
	
	
	
/* ---------------------------------
8. FOOTER
--------------------------------- */

.copyright{ 
    text-align: center; 
    padding: 30px 0; 
    background: #1a458a; 
    color: #FFFFFF;
}

/*-----------------------
9. SEARCH
-------------------------*/
   .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #1a458a;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: #f78f1e;
    color: #FFF;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }



    #custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
/*
        padding: 2px 5px;
        margin-top: 2px;
*/
        position: relative;
/*        left: -28px;*/
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#FFF;
        background: #000000;
        width: 100%;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
    input{
        font-family: inherit;
        padding-left: 10px;
    }

/*----------------
10.OTHER
-----------------*/
.card {
    margin-bottom: 10px;
    border: 0px solid #FFFFFF;
/*    box-shadow: 2px 0px 20px 5px #CCC;*/
}
.card1 {

    border: 2px solid #EEE;
}
.card-header {
/*    border-bottom: 1px solid #EEE ;*/
    color: #FFFFFF;
}
.card-body{
    background: #EEE;
/*    box-shadow: 2px 0px 20px 5px #CCC;*/
}
.first-col {
    position: absolute;
    width: 5em;
    margin-left: -5em;
}

.table-wrapper {
    overflow-x: scroll;
    width: 600px;
    margin: 0 auto;
}

.label-yallow{
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #ffc808;
    color: #212a32;
    text-align: center;
    opacity: .8;
    border-radius: 5px;
}

.bt-right{
    border-right: 1px solid #eee;
}
.imgicon{
    width: auto;
    height: auto;
}
.badge-line{
    margin-left: -50px;
    font-size: 16px;
}

.icon-box{
	width: 20%;
}

@media(max-width:400px){
	
	#shortcut_main{
		padding-top:15px !important;
	}
	
	.icon-b1{
		font-size: 24px;
		color: #FFFFFF;
		width: 40px;
		height: 40px;
		padding: 4px;
		border-radius: 50%;
		margin-bottom: 5px;
	}
	.icon-box h3{font-size:12px;}
	.icon-box .badge{font-size:11px; margin-left:-20px;}
}

@media(min-width:401px) and (max-width:590px){
	
	#shortcut_main{
		padding-top:20px !important;
	}
	
	.icon-b1{
		font-size: 30px;
		color: #FFFFFF;
		width: 52px;
		height: 52px;
		padding: 5px;
		border-radius: 50%;
		margin-bottom: 8px;
	}
	.icon-box h3{font-size:12px;}
	.icon-box .badge{font-size:11px; margin-left:-20px;}
}

@media(min-width:591px) and (max-width:768px){
	.icon-b1{
		font-size: 32px;
		color: #FFFFFF;
		width: 70px;
		height: 70px;
		padding: 10px;
		border-radius: 50%;
		margin-bottom: 10px;
	}
	.icon-box h3{font-size:12px;}
	.icon-box .badge{font-size:11px; margin-left:-20px;}
}

@media(min-width:769px){
	.icon-b1{
		font-size: 80px;
		color: #FFFFFF;
		width: 150px;
		height: 150px;
		padding: 10px;
		border-radius: 50%;
		margin-bottom: 20px;
	}
}


.icon-b1:hover{
    color: #FFFFFF;
    background: #042d6e;
}
.box-x{

    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    background: #EEEEEE;
/*    box-shadow: 2px 4px 20px 5px #CCC;*/
}
.hr-l{
    border: 4px solid #e15987;
    border-radius: 50px;
    width: 50px;
    float: left;
}
.box-blank{
    background: #FFFFFF;
    border: 5px solid #1a458a;
    color: #1a458a;
}
.box-orange{
    background: #ee8b22;
}
.box-green{
    background: #afdab5;
}
.box-pink{
    background: #f5a1bc;
}
.box-yallow{
    background: #f4e4d1;
}
.box-white{
    background: #FFFFFF;
}
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
     background-color: #FFF; 
    /* border-radius: 0.25rem; */
    margin-top: -40px;

}

/* EVENT LIST */
.event-list .info .row{
        padding-left: 10px;
        font-size: 80%;
    }
    
    .event-list {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
/*		background-color: rgb(255, 255, 255);*/
/*		box-shadow: 0px 0px 5px rgb(51, 51, 51);*/
/*		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);*/
/*        box-shadow: 2px 4px 20px 5px #EEEEEE;*/
        border: 2px solid #EEEEEE;
        background: #FFFFFF;
		padding: 20px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
/*		background-color: rgb(197, 44, 102);*/
        background: #4198b9;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
/*		background-color: rgb(165, 82, 167);*/
        background: #ffc808;
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 30px;
		font-weight: 500;
        margin-top: 15px;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 20px;
		font-weight: 500;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
/* ticket */

/* collapse list */


[data-toggle="collapse"]:after {
display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*  content: "\f054";*/
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  }   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}


/* last research */
.card-custom {
  overflow: hidden;
/*  min-height: 450px;*/
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}
.research-t{
    padding: 20px;
}

.form-search{
    
    height: 42px;
    border: 2px solid #EEEEEE;

}
.btn{
    border: 2px solid #EEEEEE;
    font-size: 14px;
}
/* Budget */
.badge-dark{
    background: #212121;
    padding: 5px;
}
/* Color text */
.white-t{
    color: #FFFFFF;
}
.yallow-t{
    color: #fcc51f;
}
.red-t {
    color: #ed1c24;
}
.green-t {
    color: #00997f;
}
.blue-t {
    color: #1a458a;
}
/* Gallary */
.gallery_box li{ 
    width:20%; 
    max-width: 100% ; 
    display:inline-block; 
    float: left; 
    text-align: center; 
    overflow: hidden;    
    position: relative;
}

.gallery_box{ 
    padding:0;
    display: flow-root;
}

.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box li img{
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.gallery_box li:nth-child(even) {
    height: auto;
}
.gallery_box li:nth-child(odd) {
    height: auto; 
}
.gallery_box li:nth-child(odd) .box_data{ 
    background:rgba(0,0,0,0.17) 
}
.gallery_box li:nth-child(even) .box_data{
    background:rgba(0,44,255,0.27) 
}
.gallery_box .box_data{ 
    position:absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    color:#fff;
}
.gallery_box .box_data span{ 
    position:absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    left:0 ; 
    right:0; 
    font-size:24px;
}

.gallery_box li:hover .box_data{ 
    background:rgba(8,77,171,0.55)
}


/* space page */

.p-t-5{
    padding-top: 5px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.p-t-30{
    padding-top: 30px;
}

.p-b-5{
    padding-bottom: 5px;
}
.p-b-10{
    padding-bottom: 10px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-b-30{
    padding-bottom: 30px;
}

/* table */

.table-dark{
    background: #212121;
    color: #FFFFFF;
}
.thead-dark{
    background: #212121;
    color: #FFFFFF;
    font-size: 14px;
}
.thead-purple{
    background: #7632af;
    color: #FFFFFF;
    font-size: 14px;
}

/* Text color */
.w-t{
    color: #FFFFFF;
}
/* ---------------------------------
11. PROGRESSBAR & ACCORDIANS
--------------------------------- */

/* LINE PROGRESSBAR */
	
.line-progress{ position: 
    relative; padding-bottom: 25px;
}

.line-progress .progressbar-text{ 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    font-size: 1.1em; 
	font-weight: 500; 
    color: #777!important; 
}

.line-progress .progress-title{ 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    color: #777; 
}


/* ACCORDIANS */

.panel-area .panel-title{ 
    padding: 10px 20px; 
    cursor: pointer; 
    position: relative; 
    color: #fff;
	border-radius: 5px; 
    background: #FFAD01; 
    color: #fff; 
    font-size: 18px;
}

.panel-area .panel-desc{ 
    max-height: 0; 
/*    overflow: hidden; */
    opacity: 0;
	-webkit-transition: all .05s, opacity .25s .1s, -webkit-transform .1s; 
	transition: all .05s, opacity .25s .1s, transform .1s; 
	-webkit-transform: scaleY(0); 
    transform: scaleY(0); 
	-webkit-transform-origin: top; 
    transform-origin: top; 
}

.panel-area .panel-title .icon{ 
    float: right; 
/*
    font-size: .7em; 
    margin-top: 5px; 
*/
}

.panel-area .panel-title.active{ 
    background: #1a458a; 
}

.panel-area .panel-title.active + .panel-desc{ 
    opacity: 1; 
    padding: 1px; 
    max-height: 300px; 
	-webkit-transform: scaleY(1); 
    transform: scaleY(1); 
    
}

.panel-area .panel-title .icon.plus,
.panel-area .panel-title.active .icon.minus{ 
    display: block; 
}

.panel-area .panel-title .icon.minus,
.panel-area .panel-title.active .icon.plus{
    display: none; 
}

/* ---------------------------------
12. BTN SECTION
--------------------------------- */

.btn-section{ 
    padding-top: 100px; 
}

.btn{ 
    margin: 0 10px 10px; 
    padding: 10px; 
    border-radius: 5px; 
    font-family: inherit;
}

.form-control{
    font-family: inherit;
}
.btn-bg-yellow{ 
    border: 1px solid #FFAD01; 
    background: #FFAD01; 
    color: #fff; 
}

.btn-bg-purple{ 
    border: 1px solid #28023D; 
    background: #28023D; 
    color: #fff; 
}

.btn-border-purple{ 
    border: 1px solid #28023D; 
    color: #222; 
}

.btn-color-yellow{ 
    border: 1px solid #28023D; 
    background: #28023D; 
    color: #FFAD01; 
}


.btn-bg-yellow:hover{ 
    background: none; 
    color: #111; 
}

.btn-bg-purple:hover{ 
    background: none; 
    color: #111; 
}

.btn-border-purple:hover{ 
    background: #28023D; 
    color: #fff; 
}

.btn-color-yellow:hover{ 
    background: none; 
    color: #111; 
}

.btn-link{
    padding:5px 10px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #009979;
    border-radius: 50px;
    border: 2px solid #009979;
    width: 60px;
    margin: 5px;
}
.btn-link:hover{
    padding:5px 10px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    background: #009979;
    width: 60px;
    margin: 5px;
}

.btn-uploadfile{
    margin-top: 10px;
    padding:5px 10px;

    text-align: center;
    font-size: 14px;
    color: #009979;
    border-radius: 50px;
    background: transparent;
    width: auto;
    border: 2px solid #009979;

}

/* ---------------------------------
13. PROGRESSIONS SECTION
--------------------------------- */
.counter{ 
    position: relative;
    padding-top: 10px;
    margin-top: 10px;

}
	
.counter .title{ 
/*
    text-align: right; 
    margin-right: 130px; 
*/
    color: #FDAC05; 
}

.counter .desc{ 
/*    position: absolute; */
    bottom: 4px; 
    right: 0px; 
    width: 100%; 
}

/* ---------------------------------
14. ICONBOXES SECTION
--------------------------------- */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    margin: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



figure.effect-ravi {
    background: #303fa9;
    margin: 0;
}

.grid [class^="col"] {
    padding: 2px;
}

figure.effect-ravi h2 {
    font-size: 158.75%;
}

figure.effect-ravi h2,
figure.effect-ravi p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-ravi p a {
    color: #fff;
}

figure.effect-ravi p a:hover,
figure.effect-ravi p a:focus {
    opacity: 0.6;
}

figure.effect-ravi p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-ravi p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}

figure.effect-ravi p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}

figure.effect-ravi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-ravi:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-ravi:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}