/*******************************************
*	Theme Name: WPCoder
*	Author: Md Dalwar
*	Author URI: http://www.wpcoderpro.com
*	Version: 1.0.0
*	Description: Awesome Responsive Multipupose HTML Template.
*******************************************/
/*===============================================
	TABLE OF CONTENTS

	1. General Styles
	2. Header
	3. Slider
	4. Iconbox
	5. About
	6. Facilities
	7. Team
	8. Plans
	9. Counter
	10. Blog
	11. Widgets    
   
==============================================*/
/* General Styles */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  color: #686868; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #0a1026; }

a {
  display: inline-block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  text-decoration: none;
  color: #0a1026;
  transition: .3s; }

a:hover {
  text-decoration: none; }

.btn, input, button, textarea {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.form-control:focus {
  border-color: #87499C; }

.nav-items li a, .nav-items li ul li a, .nav-items li ul ul li a {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left; }

.nav-items li ul, .nav-items li ul ul {
  position: absolute;
  min-width: 165px;
  border-top: 3px solid #87499C;
  z-index: 10;
  background: #ffffff;
  display: none;
  -webkit-animation: fadeIn .5s;
  -moz-animation: fadeIn .5s;
  animation: fadeIn .5s; }

.dark-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #87499C;
  border-color: #87499C;
  padding: 10px 20px; }

.dark-btn:hover {
  color: #ffffff;
  background-color: #FFCC32; }

.dark-btn-outline {
  font-size: 16px;
  text-transform: uppercase;
  color: #87499C;
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #87499C; }

.dark-btn-outline:hover {
  color: #ffffff;
  background-color: #87499C; }

.light-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #FFCC32;
  border-color: #FFCC32;
  padding: 10px 20px; }

.light-btn:hover {
  color: #ffffff;
  background-color: #87499C; }

.spacer {
  padding: 70px 0; }

.breadcrumb {
  background: transparent; }

/* Top Header */
.top-header {
  background: #87499C;
  padding: 5px 0; }

.top-info span {
  color: #ffffff; }

.top-social ul {
  text-align: right; }

.top-social ul li {
  display: inline-block; }

.top-social ul li a {
  font-size: .8rem;
  color: #ffffff;
  margin: 0 5px; }

/* Header */
.nav-items {
  width: 100%;
  margin-right: 2rem;
  text-align: right; }

.nav-items > li {
  display: inline-block; }

.nav-items li {
  position: relative;
  text-align: left; }
  .nav-items li a {
    color: #0a1026;
    padding: 30px 15px; }
  .nav-items li a:hover {
    color: #87499C; }
  .nav-items li ul {
    top: 100%;
    left: 0; }
    .nav-items li ul li a {
      color: #0a1026;
      padding: 5px 10px;
      display: block; }
    .nav-items li ul li a:hover {
      background-color: #87499C;
      color: #ffffff; }
    .nav-items li ul ul {
      top: 0;
      left: 100%; }
      .nav-items li ul ul li a {
        color: #0a1026;
        padding: 5px 10px;
        display: block; }
      .nav-items li ul ul li a:hover {
        text-decoration: none;
        background-color: #87499C;
        color: #ffffff; }

.nav-items li.has-submenu:hover > ul.submenu {
  display: block; }

.nav-items > .has-submenu > a:after {
  content: '\f078';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px; }

.submenu > .has-submenu > a:after {
  content: '\f054';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  right: 5%; }

.nav-items > li.current a {
  color : #87499C; }

.mobile-nav-icon, #nav_close {
  display: none; }

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  animation: .5s slideInDown both; }

.site-logo a {
  margin-top: 27px; }

.site-logo a img {
  width: 140px;
  height: auto; }

.search {
  margin-top: 30px;
  text-align: right; }

.search i, #nav_close i, .mobile-nav-icon i {
  cursor: pointer; }

.search i:hover {
  color: #87499C; }

/* Header Search */
.searchbox {
  position: absolute;
  right: 0;
  top: 100%;
  left: -250px;
  width: 315px;
  opacity: 0;
  padding: 20px;
  border-top: 3px solid #87499C;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.searchbox form input[type="text"] {
  border: 1px solid #ddd6d9; }

.searchbox form input[type="text"]:focus {
  border-color: #87499C; }

.searchbox form input, .searchbox form button {
  border-radius: 0; }

.searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  top: 100%;
  left: -240px;
  padding: 20px;
  border-top: 3px solid #87499C;
  background: #ffffff; }

.searchbox .input-group button {
  background: #87499C;
  color: #ffffff; }

.page-header {
  background: url("img/page-bg.jpg");
  background-position: top center;
  background-attachment: fixed;
  padding: 120px 0; }

.page-header h2 {
  color: #ffffff;
  font-size: 3rem; }

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff; }

.breadcrumb .breadcrumb-item a:hover {
  color: #87499C; }

.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.preloader img {
  background: #ffffff;
  position: fixed;
  top: 30%;
  left: 40%;
  z-index: 99999; }

/* Title Styles */
.site-subhead h4 {
  color: #87499C;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0; }

.site-head h2 {
  font-size: 3rem;
  color: #0a1026; }

.site-des p {
  font-size: 16px; }

/* Slider */
.slide-item {
  padding: 170px 0;
  background-position: center center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important; }

.slide-subhead h4 {
  text-transform: uppercase;
  color: #87499C; }

.slide-head h2 {
  font-size: 3.5rem;
  color: #ffffff;
  margin: 1.5rem 0; }

.slide-des p {
  font-size: 16px;
  color: #ffffff; }

.slide-co1-bg {
  background: url('img/slider/co1.jpg'); }

.slide-co2-bg {
  background: url('img/slider/co2.jpg'); }

.slide-co3-bg {
  background: url('img/slider/co3.jpg'); }

.slide1-bg {
  background: url("img/slider/1.jpg"); }

.slide2-bg {
  background: url("img/slider/2.jpg"); }

.slide3-bg {
  background: url("img/slider/3.jpg"); }

.bg-overlay {
  position: relative;
  z-index: 1; }

.bg-overlay::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.owl-nav {
  position: absolute;
  bottom: 0;
  right: 2%; }

.owl-nav button.owl-prev i, .owl-nav button.owl-next i {
  padding: 6px 10px !important;
  background: #87499C !important;
  color: #ffffff !important;
  display: inline-block;
  margin: 3px;
  transition: .3s; }

.owl-nav button.owl-prev i:hover, .owl-nav button.owl-next i:hover {
  background: #FFCC32 !important; }

/* Icon Box */
.iconbox {
  padding: 25px;
  margin: 10px 0;
  background: url("img/servicebg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  transition: .3s; }

.iconbox-head h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem; }

.iconbox .iconbox-icon i {
  display: inline-block;
  font-size: 35px;
  padding: 15px;
  border-radius: 50%;
  background: #87499C;
  color: #ffffff;
  border: 1px solid transparent;
  transition: .3s; }

.iconbox-des p {
  font-size: 16px; }

.iconbox:hover .iconbox-icon i {
  background: transparent;
  color: #87499C;
  border-color: #87499C; }

.iconbox:hover {
  -moz-transform: translate(0px, -4px);
  -webkit-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px); }

.icon-left .iconbox-icon {
  float: left; }

.icon-left, .icon-left .iconbox-head {
  overflow: hidden; }

.icon2 .iconbox-des p {
  margin-top: 1rem; }

.icon-left .iconbox-icon i {
  display: inline-block;
  font-size: 25px;
  padding: 10px;
  border-radius: 5px;
  background: #87499C;
  color: #ffffff;
  border: 1px solid transparent;
  transition: .3s; }

.icon-left .iconbox-head h4 {
  margin-top: 1rem; }

.iconbox-link a {
  color: #87499C;
  font-weight: bold;
  margin-top: 1rem; }

/* About */
.about-head h2 {
  color: #0a1026;
  margin-top: 1rem; }

.about-des p {
  font-size: 16px; }

.about-link a {
  font-size: 20px;
  color: #87499C;
  font-weight: bold; }

.about-link a i {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

.about-link a:hover {
  color: #FFCC32; }

.about-thumb {
  min-height: 350px;
  width: 100%;
  background: url("img/about.jpg");
  background-position: top center;
  background-size: 100% 100%; }

/* Video */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #87499C;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #87499C;
  border-radius: 50%;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #492889; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
/* Facilities */
.facilities-thumb {
  background: url("img/facilities.jpg");
  min-height: 350px;
  width: 100%;
  background-position: top center;
  background-size: 100% 100%; }

.facilities-head h2 {
  color: #0a1026; }

.list-items li {
  max-width: 300px;
  padding: 5px 10px;
  margin: 10px 0;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #87499C; }

.list-items li:before {
  content: '\f00c';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px; }

/* Team */
.member-thumb img {
  width: 100%;
  height: auto;
  transition: .5s; }

.member-thumb {
  position: relative;
  overflow: hidden; }

.member-social {
  position: absolute;
  top: 5%;
  right: 5%;
  animation: slideInRight .5s;
  display: none; }

.member-social ul li a {
  background: #87499C;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50%;
  margin: 5px 0; }

.member-social ul li a:hover {
  background: #FFCC32; }

.member-info {
  background: #ffffff;
  padding: 25px 0;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75); }

.member-info .member-name h4 {
  font-size: 1.2rem; }

.member-info .member-desig p {
  font-size: 1rem;
  color: #87499C;
  font-weight: bold; }

.member-info {
  position: relative;
  transition: .5s; }

.team-member:hover .member-info {
  background: #87499C; }

.team-member:hover .member-info .member-name h4, .team-member:hover .member-info .member-desig p {
  color: #ffffff; }

.team-member:hover .member-social {
  display: block; }

.team-member:hover .member-thumb img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* Plans */
.plans {
  background: #F2FAFF; }

.plan-item {
  background: #ffffff;
  transition: .5s; }

.plan-item .plan-head h4 {
  color: #87499C;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 2rem; }

.plan-item .plan-price h2 {
  font-size: 5rem;
  color: #87499C;
  margin-bottom: 0; }

.plan-item .plan-price h2 span {
  font-size: 2rem; }

.plan-item .plan-duration span {
  display: inline-block;
  background: #87499C;
  color: #ffffff; }

.plan-item .plan-includes ul li {
  color: #686868;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #daecff; }

.plan-item .plan-includes ul li:last-child {
  border-bottom: none; }

.plan-item .plan-btn .dark-btn {
  border-radius: 20px; }

.plan-item:hover {
  -moz-transform: translate(0px, -13px);
  -webkit-transform: translate(0px, -13px);
  -o-transform: translate(0px, -13px);
  -ms-transform: translate(0px, -13px);
  transform: translate(0px, -13px); }

/* Counter */
.counter {
  background: url("img/service-bg.jpg");
  background-position: top center;
  background-size: 100% 100%;
  background-attachment: fixed; }

.counter-item {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 30px 10px;
  border-radius: 10px;
  margin: 15px 0; }

.counter-item .counter-number span {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem; }

.counter-item .counter-head h4 {
  font-size: 1rem;
  color: #ffffff; }

/* Blog */
.blog-item {
  margin: 15px 0; }

.blog-thumb {
  overflow: hidden; }

.blog-thumb a img, .blog-thumb img {
  width: 100%;
  height: auto;
  -o-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; }

.blog-author img {
  width: 70px;
  height: 70px; }

.blog-meta {
  margin-top: 1rem; }

.blog-meta span {
  color: #0a1026;
  font-weight: bold;
  margin-right: 1rem; }

.blog-meta span:last-child {
  margin-right: 0; }

.blog-meta i {
  color: #0a1026;
  font-size: 18px; }

.blog-head h4 a, .blog-head h4 {
  color: #87499C;
  font-size: 1.5rem; }

.blog-info {
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75); }

.blog-head h4 a:hover {
  color: #87499C; }

.blog-item:hover .blog-thumb img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.blog-des blockquote {
  font-size: 1.3rem;
  font-style: italic;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 0; }

.author-box {
  -webkit-box-shadow: 1px 1px 10px 1px #cccccc;
  -moz-box-shadow: 1px 1px 10px 1px #cccccc;
  box-shadow: 1px 1px 10px 1px #cccccc; }

.author-box .author-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%; }

.author-box .share ul li {
  display: inline-block; }

.author-box .share ul li a {
  font-size: 1.3rem;
  margin: 0 6px;
  color: #0a1026; }

.author-box .share ul {
  margin-top: 1.1rem; }

.author-box .share ul li a:hover {
  color: #87499C; }

.comment-body img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%; }

.comment-content .dark-btn {
  padding: 2px 20px;
  text-transform: capitalize;
  margin-top: 1rem; }

.comment-body {
  margin: 2rem 0; }

.comment-form form input[type='submit'] {
  transition: .3s;
  border: none; }

/* Widgets */
footer {
  background: #0a1026; }

.sidebar-widget {
  margin: 2rem 0; }

.sidebar-widget:first-child {
  margin-top: 1rem; }

.widget-head h4 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem; }

.footer-widget .widget-head h4 {
  color: #ffffff; }

.footer-widget .widget-content p {
  color: #ffffff;
  font-size: 16px; }

.widget-content .form-control:focus {
  border-color: #87499C; }

.sidebar-widget .widget-content p {
  font-size: 16px; }

.widget-content .widget-social ul li {
  display: inline-block; }

.widget-content .widget-social ul li a {
  font-size: 18px;
  border: 1px solid transparent;
  padding: 5px 12px;
  border-radius: 5px; }

.footer-widget .widget-content .widget-social ul li a, .sidebar-widget .widget-content .widget-social ul li a {
  border-color: #87499C;
  background: #87499C;
  color: #ffffff; }

.footer-widget .widget-content .widget-social ul li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #87499C; }

.sidebar-widget .widget-content .widget-social ul li a:hover {
  background-color: #FFCC32;
  border-color: #FFCC32;
  color: #ffffff; }

.widget-links ul li a {
  font-size: 16px;
  display: block;
  margin: 7px 0;
  font-weight: bold; }

.widget-links ul li a span {
  float: right; }

.footer-widget .widget-links ul li a {
  color: #ffffff; }

.sidebar-widget .widget-links ul li a {
  color: #0a1026; }

.footer-widget .widget-links ul li a:hover, .sidebar-widget .widget-links ul li a:hover {
  color: #87499C; }

.widget-content .recent-post-item {
  margin-bottom: 10px;
  overflow: hidden; }

.widget-content .recent-post-item .post-thumb a img {
  width: 100%;
  height: auto; }

.widget-content .recent-post-item .post-thumb {
  float: left;
  width: 30%;
  margin-right: 5%; }

.widget-content .recent-post-item .post-content {
  overflow: hidden;
  width: 65%; }

.widget-content .recent-post-item .post-content h5 {
  margin-bottom: 0; }

.widget-content .recent-post-item .post-content h5 a {
  font-size: .9rem; }

.sidebar-widget .widget-content .recent-post-item .post-content h5 a {
  font-size: 1rem;
  color: #0a1026; }

.footer-widget .widget-content .recent-post-item .post-content h5 a:hover, .sidebar-widget .widget-content .recent-post-item .post-content h5 a:hover {
  color: #87499C; }

.footer-widget .widget-content .recent-post-item .post-content h5 a, .footer-widget .widget-content .recent-post-item .post-content span {
  color: #ffffff; }

.widget-content .subscribe-form .form-group button.dark-btn {
  border: none;
  transition: .3s; }

.widget-content .subscribe-form .form-group input:focus {
  border-color: #87499C; }

.scrolltop {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999; }

.scrolltop a {
  background: #87499C;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 50%;
  font-size: 20px; }

.scrolltop a:hover {
  background: #FFCC32; }

.search-widget input, .search-widget button {
  border-radius: 0; }

.search-widget button {
  background: #87499C;
  color: #ffffff; }

.search-widget button:hover {
  background: #FFCC32;
  color: #ffffff; }

.widget-content .tags ul li {
  display: inline-block; }

.widget-content .tags ul li a {
  font-size: 1rem;
  border-radius: 5px;
  padding: 0 6px;
  margin: 5px 0; }

.widget-content .tags ul li a:hover {
  background: #87499C;
  border-color: #87499C !important;
  color: #ffffff !important; }

.sidebar-widget .widget-content .tags ul li a {
  color: #0a1026;
  border: 1px solid #0a1026; }

.footer-widget .widget-content .tags ul li a {
  color: #ffffff;
  border: 1px solid #ffffff; }

.copyright span {
  font-weight: bold; }

.copyright span a {
  color: #FFCC32; }

.contact-form {
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75); }

.contact-form .form-control {
  border-radius: 0;
  height: calc(2.5em + .75rem + 2px); }

.contact-form textarea.form-control {
  height: calc(4em + .75rem + 2px); }

.contact-form .form-control:focus {
  border-color: #87499C; }

.contact-form input[type='submit'].dark-btn {
  border: 1px solid #87499C;
  border-color: #87499C;
  -o-transition: .3s;
  -ms-transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

.contact-form input[type='submit'].dark-btn:hover {
  border-color: #FFCC32; }

.contact-des p {
  font-size: 16px; }

.info-icon {
  margin: 1rem 0;
  overflow: hidden; }

.info-icon .icon {
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  padding-top: 20px;
  color: #0a1026;
  margin-right: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75); }

.info-icon .icon i {
  font-size: 2rem;
  display: inline-block; }

.info-icon .info {
  overflow: hidden; }

.info-icon .info h5 {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 1rem; }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title a {
	display: block;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
}
.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	float: right;
	color: #F58723;
	font-size: 18px;
	line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}
.panel-body {
	padding: 15px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd;
}
p.success_box {
  font-size: 16px;
  color: yellowgreen;
  margin-bottom: 15px;
}
p.message_success_box {
  font-size: 16px;
  color: yellowgreen;
  margin-bottom: 15px;
}
.mt-60 {
	margin-top: 60px;
}

.projects {
  background: #eafafa; }

.project-item {
  margin: 1rem 0; }

.project-thumb img {
  width: 100%;
  height: auto; }

.project-cat b {
  color: #87499C; }

.project-link {
  background: #87499C;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 1.1rem;
  color: #ffffff; }

.project-link:hover {
  background: #FFCC32;
  color: #ffffff; }

.about-link p {
  font-size: 16px;
}
.text_dot {
  font-size: 20px;
  color: #87499C;
  vertical-align: middle;
}
div.light-btn {
	display: inline;
}
/*# sourceMappingURL=style.css.map */
