

#detail-bg{
    background: url(static/img/bg.jpg) repeat-y;
    
}
.logoim
      {
        width:110 !important;
        height:110 !important;   
      }
  
 
  .fa{
       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
       }
 .fafront{
       color: #fff;
       }
 .recentr {
         background-color:#efeff3;
         padding: 12px 16px;   
         display: flex;    
         justify-content: space-between;
         border-bottom: 1px solid #eceef2;
         border-top: 1px solid #eceef2;
         height: 315px;
        
        }
 .upcoming-event
        {
         background-color:#efeff3;
         padding: 12px 16px;   
         font-size:12px;
         justify-content: space-between;
         
         border-bottom: 1px solid #eceef2;
         border-top: 1px solid #eceef2;
         height: 215px;
         border-radius: 10px;
        }

 .flogo{
       padding: 0 15px 15px 15px;
       } 
 .fileh{
          width:100%;
         height:500px;
         overflow-y: scroll;
         }
	.bd-placeholder-img {
			font-size: 1.125rem;
			text-anchor: middle;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}

  @media (min-width: 768px) {
			.bd-placeholder-img-lg {
				font-size: 3.5rem;
			}
		  }
		
	@media (min-width: 1300px) {
			.container {
				max-width: 1200px;
			}
		}

	#header {
			background: #fff;
      margin-bottom: 50px;
     box-shadow: 4px -6px 18px 9px rgb(0 51 102 / 53%);
    }
		
		nav ul li a:hover {
			text-decoration: none;
		}

		.blog-header {
			/* background-color: #d4af37; */
			background-color: #003366;
			line-height: 1;
			/* border-bottom: 1px solid #e5e5e5; */
		}

		.divider {
			border-bottom: 1px solid #e5e5e5;
		}

		@media (max-width: 768px) {
			.divider {
				border: none;
			}
		}
  
 .flex-caption {
        width: 100%;
        padding: 2%;
        left: 0;
        bottom: 0;
        background: #003366;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.3);
        font-size: 14px;
        line-height: 18px;
              }
.flex-caption a {
      color: #fff;
      }
li.css a {
        border-radius: 0;
    }



/* 
Colors:
	Body : #3d455c
	Headers : #212631
	Primary : #212631 #4BB92F #ff8700 #0078ff #8d00ff
	Dark : #212631
	Grey : #eceef2 #a7b3c6 #fbfbfd

Fonts: Nunito & Nunito-Sans

Table OF Contents
------------------------------------
GENERAL
NAVIGATION
HEADER
POST
POST PAGE
ASIDE
FOOTER
RESPONSIVE
------------------------------------*/
/*=========================================================
	GENERAL
===========================================================*/
/*----------------------------*\
	typography
\*----------------------------*/





h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 700;
  color: #212631;
  margin: 0px 0px 15px;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}


a {
  font-weight: 600;
  color: #003366;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ceab2b;
  text-decoration: none;
  outline: none;
}
p {
  margin: 0px 0px 20px;
}

blockquote.blockquote {
  position: relative;
  border-left: 0;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 20px;
}
blockquote.blockquote:before {
  content: "``";
  font-family: "Nunito Sans", sans-serif;
  display: block;
  position: absolute;
  left: -5px;
  top: 5px;
  font-size: 240px;
  line-height: 200px;
  color: #eceef2;
  letter-spacing: -30px;
  z-index: -2;
}
.h1 {
  font-size: 34px;
}
.h2 {
  font-size: 28px;
}
.h3 {
  font-size: 23px;
}
.h4 {
  font-size: 16px;
}
.h5 {
  font-size: 14px;
}
.h6 {
  font-size: 12px;
}


.input {
  height: 40px;
  border: 2px solid #eceef2;
  border-radius: 2px;
  width: 100%;
  padding: 0px 15px;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
.input:focus {
  border-color: #3d455c;
}
textarea.input {
  height: 90px;
  padding: 15px;
}
.in-focus h2 {
  color: #D2AC47;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;

}
.in-focus hr{
  width: 20%;
}
.primary-button {
  padding: 9px 45px;
  border: none;
  background-color: #D2AC47;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #003366;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.btn-outline-warning {
color: #D2AC47;

border-color: #D2AC47;
}

.search_box:hover,
.search_box:focus {
background-color: #f0f1f5
}
.Bio-btn {
  color: #D2AC47;
  /* background-color: #8b9ad6 */
}
.primary-button:hover,
.primary-button:focus {
background-color: #D2AC47;
  color: #fff;
  opacity: 0.9;
}
.section {
  padding-top: 40px;
}

.section.section-gallery .post {
  margin-bottom: 0;
}
.recentr {
  background-color: #fbfbfd;
  border-bottom: 1px solid #eceef2;
  border-top: 1px solid #eceef2;
}

.section.section-grey {
  background-color: #fbfbfd;
  border-bottom: 1px solid #eceef2;
  border-top: 1px solid #eceef2;
}
.section .section-title {
  margin-bottom: 40px;
}
.section .section-title h2 {
  font-size: 28px;
}
.section-row {
  margin-bottom: 40px;
}




/*=========================================================
Top-navigation
===========================================================*/
.top-text a {
  color: #D2AC47;
  text-decoration: none;
}

.top-text a:hover {
  color: #f8eca6;
  text-decoration: none;
}
.top-phone a > i {
  color: #D2AC47;
}
.top-phone a:hover > i:hover {
  color: #f8eca6;
}
.top-phone a > i span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.top-phone a:hover,
.top-phone a:focus {
  color: #f8eca6;
  opacity: 0.9;
}

.top-social li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #D2AC47;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  valign:middle;
}
.top-social li > a:hover,
.top-social li > a:focus {
  color: #8a9197;
  opacity: 0.9;
}


/*=========================================================
HEADER
===========================================================*/
.page-header {
  position: relative;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfd;
  border-bottom: 2px solid #f4f4f9;
}
.page-header .background-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.page-header .background-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(33, 38, 49, 0.3)),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    rgba(33, 38, 49, 0.3) 0%,
    transparent 100%
  );
}

.page-header h1 {
  text-transform: capitalize;
  margin-bottom: 0px;
}
#post-header.page-header h1 {
  color: #fff;
}
.page-header .post-meta {
  margin: 15px 0px;
}
.page-header .post-meta .post-date {
  color: #eceef2;
}
.page-header .page-header-breadcrumb {
  margin: 15px 0px;
}
.page-header .page-header-breadcrumb li {
  display: inline-block;
}
.page-header .page-header-breadcrumb li,
.page-header .page-header-breadcrumb li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #a7b3c6;
}
.page-header .page-header-breadcrumb li a {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.page-header .page-header-breadcrumb li a:hover,
.page-header .page-header-breadcrumb li a:focus {
  color: #0b0f28;
  text-decoration: none;
}
.page-header .page-header-breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  margin: 0px 10px;
}

/*=========================================================
NAVBAR
===========================================================*/
	.custom-toggler.navbar-toggler {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
		}

		.navbar-nav li:hover .dropdown-menu {
			display: block;
		}

		/* rotate caret on hover */
		.dropdown-menu>li>a:hover:after {
			text-decoration: underline;
			transform: rotate(-90deg);
		}

/*=========================================================
POST
===========================================================*/
/*----------------------------*\
post
\*----------------------------*/
.post {
  margin-bottom: 40px;
  
  
}

.post-main {
  max-width: 60%;
}
.post .post-img {
  display: block;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.post .post-img:hover,
.post .post-img:focus {
  opacity: 0.9;
}

.post .post-img > img {
  width: 100%;
      
}
.post .post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta .post-category {
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 2px;
  margin-right: 15px;
  color: #fff;
  background-color: #212631;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.post-meta .post-category:hover,
.post-meta .post-category:focus {
  text-decoration: none;
  opacity: 0.9;
}
.post-meta .post-category.cat-1 {
  background-color: #4bb92f;
}
.post-meta .post-category.cat-2 {
  background-color: #D2AC47;
}
.post-meta .post-category.cat-3 {
  background-color: #D2AC47;
}
.post-meta .post-category.cat-4 {
  background-color: #D2AC47;
}
.post-meta .post-category.cat-5 {
  background-color: #00c3ff;
}
.post-meta .post-category.cat-6 {
  background-color: #ff00dd;
}
.post-meta .post-date {
  font-size: 13px;
  font-weight: 600;
}
.post .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}
.post-tags li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
.post-tags li a {
  display: block;
  color: #fff;
  background-color: #212631;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
/*----------------------------*\
post thumb
\*----------------------------*/
.post.post-thumb {
  position: relative;
}
.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(33, 38, 49, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    to top,
    rgba(33, 38, 49, 0.3) 0%,
    transparent 100%
  );
}
.post.post-thumb .post-body {
  position: absolute;
  bottom: 0px;
  padding: 20px 15px;
}
.post.post-thumb .post-meta .post-date {
  color: #eceef2;
}
.post.post-thumb .post-title {
  font-size: 22px;
}
.post.post-thumb .post-title > a {
  color: #fff;
}

/*----------------------------*\
post gallery
\*----------------------------*/

.gallery.gallery-thumb.gallery{
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(33, 38, 49, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    to top,
    rgba(33, 38, 49, 0.3) 0%,
    transparent 100%
  );*/
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .3s ease;
} 

.gallery:hover .overlay {
  height: 100%;
}

.gallery .gallery-body {
  padding: 70px 15px 15px;
  margin-top: 30px;
}

.gallery  a{ 
  color: #ffffff;
}
.gallery .gallery-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery-main {
  max-width: 60%;
}
.gallery .gallery-img {
  display: block;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.gallery .gallery-img > img {
  width: 100%;
}

/*----------------------------*\
post widget
\*----------------------------*/
.post.post-widget:after {
  content: "";
  display: block;
  clear: both;
}
.post.post-widget .post-img {
  width: 100%;
  height="150px;
  float: left;
  margin-right: 15px;
}
.post.post-widget .post-img img {
  width: 100%;
}
.post.post-widget .post-title {
  font-size: 18px;
}
/*----------------------------*\
post row
\*----------------------------*/
.post.post-row:after {
  content: "";
  display: block;
  clear: both;
}
.post.post-row .post-img {
  width: 50%;
  float: left;
  border: 1px solid #ddcfcf;
}
.post.post-row .post-body {
  margin-left: calc(50% + 30px);
}
.post.post-row .post-meta {
  margin-top: 0px;
}
.post.post-row .post-title {
  margin-bottom: 15px;
}

/*----------------------------*\
author
\*----------------------------*/
.post-author .media .media-left {
  padding-right: 40px;
}
.post-author .media .media-left .media-object {
  width: 120px;
  border-radius: 50%;
}
.post-author .author-social {
  margin-top: 15px;
}
.post-author .author-social li {
  display: inline-block;
  margin-right: 5px;
}
.post-author .author-social li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #a7b3c6;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.post-author .author-social li > a:hover,
.post-author .author-social li > a:focus {
  color: #fff;
  opacity: 0.9;
}

/*----------------------------*\
gallery
\*----------------------------*/


/*=========================================================
Aside
===========================================================*/
.aside-widget {
  margin-bottom: 40px;
}
/*----------------------------*\
category
\*----------------------------*/
.category-widget ul li {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceef2;
}
.category-widget ul li + li {
  margin-top: 10px;
}
.category-widget ul li > a {
  display: block;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.category-widget ul li > a > span {
  float: right;
  color: #fff;
  background-color: #212631;
  padding: 0px 5px;
  font-weight: 600;
  border-radius: 2px;
}
.category-widget ul li > a.cat-1 > span {
  background-color: #4bb92f;
}
.category-widget ul li > a.cat-2 > span {
  background-color: #D2AC47;
}
.category-widget ul li > a.cat-3 > span {
  background-color: #D2AC47;
}
.category-widget ul li > a.cat-4 > span {
  background-color: #D2AC47;
}
.category-widget ul li > a:hover,
.category-widget ul li > a:focus {
  text-decoration: none;
}
.category-widget ul li > a.cat-1:hover,
.category-widget ul li > a.cat-1:focus {
  color: #4bb92f;
}
.category-widget ul li > a.cat-2:hover,
.category-widget ul li > a.cat-2:focus {
  color: #D2AC47;
}
.category-widget ul li > a.cat-3:hover,
.category-widget ul li > a.cat-3:focus {
  color: #D2AC47;
}
.category-widget ul li > a.cat-4:hover,
.category-widget ul li > a.cat-4:focus {
  color: #D2AC47;
}
/*----------------------------*\
tags
\*----------------------------*/
.tags-widget ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
.tags-widget ul li a {
  display: block;
  color: #fff;
  background-color: #212631;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
/*----------------------------*\
archive
\*----------------------------*/
.archive-widget ul li {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceef2;
}
.archive-widget ul li + li {
  margin-top: 10px;
}
.archive-widget ul li > a {
  display: block;
}
/*=========================================================
FOOTER
===========================================================*/
#footer {
  padding-bottom: 10px;
  background-color:  #003366;
}
#footer .container {
  padding-top: 30px;
  /* border-top: 1px solid #F4f4f9; */
}
.footer-widget {
  margin-bottom: 20px;
}
.footer-widget .footer-title {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
  color: #D2AC47;
}
.footer-widget a {
  color: #a7b3c6;
  font-weight: normal;
  font-size: 14;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.footer-widget a:hover,
.footer-widget a:focus {
  text-decoration: none;
  color: #cacbcf;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-nav li {
  display: inline-block;
  margin-right: 15px;
}
.footer-links li + li {
  margin-top: 5px;
}
.footer-copyright {
  margin-top: 20px;
  color: #a7b3c6;
  font-size: 13px;
}
.footer-newsletter form {
  position: relative;
}
.footer-newsletter form > input.input {
  padding-right: 55px;
}
.footer-newsletter form > .newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #a7b3c6;
  background: transparent;
  border: none;
  border-radius: 0px 2px 2px 0px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.footer-newsletter form > .newsletter-btn:hover {
  opacity: 0.9;
}
.footer-social {
  margin-top: 20px;
}
.footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.footer-social li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #D2AC47;
  color:  #003366;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.footer-social li > a:hover,
.footer-social li > a:focus {
  color: #fff;
  opacity: 0.9;
}
#footer .copyright {
  padding-top: 5px;
  border-top: 1px solid #a7b3c6b0;
}

/*=========================================================
BIOGRAPHY MODAL
===========================================================*/
.personal-profile {
  color: #D2AC47;
  background-color: #003366;
}
.personal-profile .personal-profile__avatar {
  position: relative;
  
}
.personal-profile .personal-profile__avatar img {
  position: absolute;
  top: 50px;
  right:30px;
}
.personal-profile__contacts ul li {
  padding: 6px 4px;
}
.personal-profile__contacts ul li a {
  color: #D2AC47;
  opacity: 70%;
}
.personal-profile__contacts ul li a:hover,
.personal-profile__contacts ul li a:focus {
  color: #D2AC47;
  opacity: 90%;
}
.personal-profile__social {
margin-top: 10px;
}
.personal-profile__social i {
color: #D2AC47;
opacity: 70%;
font-size: large;
padding: 0 10px;
}
.personal-profile__social i:focus,
.personal-profile__social i:hover {
color: #D2AC47;
opacity: 90%;
}
.personal-profile-detailed p:first-of-type {
  margin-top: 100px;
}

.personal-profile-detailed p b {
  color:#D2AC47;
}

.resume-list {
    margin-top: 30px;
    margin-bottom: 30px
}

.resume-list .resume-list_title {
    font-family: Roboto Mono,monospace;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 5px;
   text-transform: uppercase;
    font-weight: 700;
    color: #999;
    margin-bottom: 40px
}

.resume-list {
position: relative;
}

.resume-list .resume-list__block {
    border-left: 2px solid #D2AC47;
    padding-left: 25px;
    padding-bottom: 50px;
}

.resume-list .resume-list__block p {
    margin: 0
}

.resume-list .resume-list__block:before {
    width: 12px;
    height: 12px;
    border: 2px solid #D2AC47;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    left:7px
}

.resume-list .resume-list__block:last-child {
    padding-bottom: 0
}

.resume-list .resume-list__block-title {
    text-transform: uppercase;
    color: #D2AC47;
    font-size: small;
    padding-bottom: 5px
}

.resume-list .resume-list__block-date {
    font-size: small;
    color: #999;
    padding-bottom: 10px
}


/*=========================================================
RESPONSIVE
===========================================================*/
@media (min-width: 1300px) {
				.container {
					max-width: 1300px;
				}
}
@media only screen and (max-width: 991px) {
  #nav .nav-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 28px;
  }
  .post.post-row .post-img {
    width: 100%;
    float: none;
  }
  .post.post-row .post-body {
    margin-left: 0px;
  }
  .post.post-row .post-meta {
    margin-top: 15px;
  }
  .post.post-row .post-body p {
    display: none;
  }
}
