@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto Condensed', sans-serif !important;*/
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}
a,
a:focus,
a:hover {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: inherit;
}
a:hover {
    color: #004089;
}
ol,
ul {
    margin: 0;
}
ol li,
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
}
.text-primary {
    color: #2c3b86 !important;
}

.text-secondary
{
	 color:#811c7f !important;
}

.text-danger
{
	color:#ec3649 !important;
}

.btn-danger {
    border: 0;
    background: #e02335 !important;
}
label {
    font-weight: 600;
}
label.error {
    text-align: left;
    width: auto;
    padding: 0 0 0 20px;
    clear: none;
    display: block;
    color: #b92a45;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    border: none;
    background: url(images/required.png) no-repeat left top;
}

.btn-primary
{
	display: inline-block;
	background-image: linear-gradient(to right, #2c3b83 0%, #86347b  51%, #506fb5  100%);
	color: #fff;
	font-size: 110%;
	font-weight: 600;
	padding:10px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:0;
}

.btn-primary:hover
{
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;	
}

.btn-lg
{

	padding-left:50px;
	padding-right:50px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: white !important;
    background-color:#811c7f !important;
}


.but-next {
    padding-top: 25px;
}
.other-input {
    display: none;
    margin-top: 5px;
}
.other-input-block {
    display: block;
    margin-top: 5px;
}
ul.listing,
ul.listing li {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.listing {
    margin: 0 0;
}
ul.listing li {
    margin: 1em;
    margin-left: 3em;
}
ul.listing li:before {
    content: "\f111";
    font-family: FontAwesome;
    float: left;
    margin-left: -2.3em;
    color: #ccc;
    font-size: 75%;
    padding-top: 2px;
}
.section-padding-15 {
    padding: 15px;
    padding-bottom: 5px;
}
.section-padding-50 {
    padding: 80px 0;
    padding-bottom: 50px;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.preloader {
    background-color: #003679;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
#countdown {
    padding:0px 0;
	color:#811c7f;
}
#countdown li {
    display: inline-block;
    font-size: 80%;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
    padding: 0;
    margin: 2px;
}
#countdown li span {
    display: block;
    font-size: 200%;
    background: #811c7f;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 75px;
    height: 70px;
    line-height: 165%;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
}
.preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
slider-text .preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c61f2e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #c61f2e;
    margin-bottom: 20px;
}
.section-heading p {
    font-size: 100%;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase;
}
.section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0;
}
.section-heading.white .line {
    background-color: #fff;
}
.section-heading.white h2,
.section-heading.white p {
    color: #fff;
}
.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto;
}
.box-shadow {
    position: relative;
    z-index: 1;
}
.box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.tooltip-inner {
    background-color: #c61f2e;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.tooltip .arrow::before {
    border-bottom-color: #c61f2e;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-white {
    background-color: #fff !important;
}
.bg-dark {
    background-color: #000 !important;
}

.bg-primary
{
	 background-color: #132360 !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gray {
    background-color: #f1f7f9;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.bg-fixed {
    background-attachment: fixed !important;
}
#scrollUp {
    background-color: #2c3b85;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #fff;
    font-size: 10px;
    padding: 12px 0;
    height: 60px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}
#scrollUp i {
    font-size: 18px;
    display: block;
}
#scrollUp:hover {
    background-color: #c61f2e;
    color: #fff;
}
.web-btn {
    display: inline-block;
background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);
    color: #fff;
    font-size: 110%;
    font-weight: 600;
     padding:10px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: -20px;
}
.web-btn:focus,
.web-btn:hover {
    font-weight: 700;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
}
.web-btn.btn-2 {
    background-color: #003679;
    color: #fff;
}
.web-btn.btn-2:focus,
.web-btn.btn-2:hover {
    background-color: #c61f2e;
    color: #fff;
}
.web-btn.btn-3 {
    background-color: transparent;
    color: #003679;
    border: 2px solid #003679;
    line-height: 44px;
}
.web-btn.btn-3:focus,
.web-btn.btn-3:hover {
    border: 2px solid #003679;
    background-color: #003679;
    color: #fff;
}
.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
	background:#111 url(images/12cpb-top-bg.jpg) no-repeat center center;
	background-size:cover;
	background-position:0px -200px;
	
}
.header-area .top-header-area .logo,
.header-area .top-header-area .top-contact-info {
    display: table-cell;
    vertical-align: middle;
}
.header-area .top-header-area .top-contact-info {
    text-align: right;
}
.header-area .top-header-area {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100px;
}
.header-area .top-header-area .logo {
    padding: 10px 0;
}
.header-area .top-header-area .logo img {
    width: 200px !important;
	height:auto;
}
.header-area .top-header-area .top-contact-info a {
	display: inline-block;
	background:#2c3b86;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	padding:6px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left: 0px;
}

.header-area .top-header-area .top-contact-info a:hover
{
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
	background:#811c7f !important;
}

 

.header-area .top-header-area .top-contact-info a img {
    margin-right: 10px;
}
.header-area .top-header-area .top-contact-info a:first-child {
    margin-right: 30px;
}
.header-area .top-header-area .top-contact-info a:focus,
.header-area .top-header-area .top-contact-info a:hover {
    background-color: #2c3b85;
    color: #fff;
}
.header-area .web-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #811c7f;
	-webkit-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
}
.header-area .web-main-menu::after {
    width: 50%;
    height: 100%;
    background-color: #2c3b86;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}
.header-area .web-main-menu .classy-nav-container {
    background-color: transparent;
}
.header-area .web-main-menu .classy-navbar {
    height: 75px;
    padding: 0;
    background-color: #2c3b86;
}
.header-area .web-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform:uppercase;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}
.header-area .web-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .web-main-menu .classy-navbar .classynav ul li a:hover {
    color: #c19624;
}
.header-area .web-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 0;
}
.header-area .web-main-menu .classy-navbar .classynav ul li.has-down > a::after,
.header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
    color: #fff;
}
.header-area .web-main-menu .classy-navbar .classynav ul li ul li a {
    color: #003679;
    font-size: 14px;
}
.header-area .web-main-menu .classy-navbar .contact {
    position: relative;
    z-index: 1;
    padding-left: 50px;
	line-height:100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
	color:#ffffff !important;
	text-align:center;
}



.header-area .web-main-menu .classy-navbar .contact h5
{
	padding:0;
	margin:0;
	color:#ffffff !important;
	padding-top:14px;
}

.header-area .web-main-menu .classy-navbar .contact h6
{
	padding:0;
	margin:0;
	font-weight:400;
	color:#ffffff !important;
}



.header-area .web-main-menu .classy-navbar .contact::before {
    width: 100%;
    height: 200%;
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    z-index: -1;
    background-color: #811c7f;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.header-area .web-main-menu .classy-navbar .contact::after {
    width: 1000%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -1;
    background-color: #811c7f;
}
.header-area .web-main-menu .classy-navbar .contact a {
    display: inline-block;
    font-size: 24px;
    color: #d9c34c;
    font-weight: 700;
    line-height: 85px;
}
.header-area .web-main-menu .classy-navbar .contact a:hover {
    color: #fff;
}
.header-area .is-sticky .web-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services
{
  padding:60px 0px;
}

@media only screen and (max-width: 685px) 
{
.intro-text h3
{
  font-size:165% !important;
  line-height:100%;
}	

.intro-text p big
{
  font-size:85% !important;
  line-height:135%;
}	

.icon-box .description
{
	font-size:85%;
}



.header-area .top-header-area .logo img
{
	width: 125px !important;
	height:auto;
}


.header-area 
{
	background-position:0px -100px;
	
}

.header-area .top-header-area .top-contact-info a 
{
	padding:3px 25px;
	margin-left: 0px;
}

.header-area .top-header-area .top-contact-info .btn-register
{
	margin-right:0px !important;
}


}


.featured-services .icon-box {
  padding:0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  
}
.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #7d357d;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box .icon img
{
  width:auto;  
  height:65px !important;
}

.featured-services .icon-box .icon.icon-round01
{
	background:#333;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	

}

.featured-services .icon-box h4.sidebar-title
{
	font-size:100% !important;
	letter-spacing:0px;
	color:#000 !important;
}

.featured-services .icon-box.icon01 .title.sidebar-title a 
{
	color:#000 !important;
} 

.featured-services .icon-box.icon01:hover .title.sidebar-title a
{
	color:#fff !important;
} 


.featured-services .icon-box .icon.icon-round01 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round02
{
	background:#2b8cbc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round02 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round03
{
	background:#f2816f;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round03 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round04
{
	background:#f4c64d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round04 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box:hover::before {
  background: #7d357d;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon01:hover::before {
  background: #811c7f;  /* fallback for old browsers */
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon02:hover::before {
  background: #7d357d;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon03:hover::before {
  background: #7d357d;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon04:hover::before {
  background: #7d357d;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box .icon img
{
  width:auto;  
  height:65px !important;
}


.featured-services .icon-box:hover img
{
	filter:  brightness(0) invert(1);
}


.featured-services .icon 
{
  margin-bottom: 15px;
}






.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #2c3b86;
  text-transform:uppercase;
}





.featured-services .description {
 
  margin-bottom: 0;
  line-height:135%;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

.slider-bg
{
	padding:0px;
}

img.event-logo
{
	width:500px;
	height:auto;
	margin:auto;
}

img.event-theme
{
	width:400px;
	height:auto;
	margin:auto;
}

.event-date,
.event-venue
{
	font-family: 'Roboto Condensed', sans-serif !important;
	color: white;
  text-shadow: 2px 2px 4px #000000;
}

.table {
    border: 1px solid #811c7f;
    margin: 30px 0;
}
.table td {
    border: 0;
    border: 1px solid #811c7f;
	font-size:100%;
}
.table thead td {
    background: #811c7f;
    color: #fff;
    line-height: 115%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.special-feature-area {
    position: relative;
    z-index: 1;
}
.special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #c61f2e;
}
.special-feature-area .special-feature-content .feature-text {
    position: relative;
    z-index: 1;
    max-width: 555px;
    margin-left: auto;
    padding-right: 70px;
}
.special-feature-area .special-feature-content .feature-text h6 {
    color: #fff;
    line-height: 1.7;
    margin-bottom: 50px;
    font-weight: 600;
}
.special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.special-feature-area.style-2 .special-feature-content {
    background-color: #003679;
}
.special-feature-area.style-2 .special-feature-content .feature-text {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    padding-left: 70px;
}

/* ===========================
         TABS
============================ */

.tab-container {
border: 1px solid #0c3877;
border-top: 8px solid #0c3877;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.nav-tabs {
color: #fff;
background-color: #0c3877;
border-color: transparent;
}
ul.nav-tabs {
border-left: 10px solid #0c3877;
margin-top: 0px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
color: #fff;
cursor: pointer;
}
.nav-tabs > li > a:hover {
color: #ffffff;
background-color: #174991;
border-color: #174991;
border-bottom-color: transparent;
}
.tab-content {
padding: 20px 15px;
}

.tab-content h3 {
padding: 0px;
margin: 0px;
font-weight: 600;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
}
.tab-content h4 {
padding: 10px 0px;
margin: 0px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
color: #0089d0;
}
.spouse-section h4 {
background-color: #dddddd;
font-size: 100%;
padding-left: 10px;
color: #111111;
}



.cta-area {
    position: relative;
    z-index: 1;
}
.cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #63328a, #2c3b87);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #63328a, #2c3b87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	color:#ffffff;
	
}

.cta-area .cta-content h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
}
.cta-2-area {
    position: relative;
    z-index: 1;
    background-color: #2d3c67;
    padding-top: 50px;
}
.cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.cta-2-area .cta-content .cta-text h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
	font-size:140%;
}
.cta-2-area .cta-content .cta-text p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
.cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

	.cta-2-area a.btn
	{
		border: 2px solid #ffffff;
		color:#ffffff;
		border-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		border-radius: 70px;
		padding:8px 60px;
		font-size:105%;
		font-weight:600;
		text-transform:uppercase;
	}

.contact--area .section-heading h2,
.news--area .section-heading h2 {
    font-size: 24px;
}
.news--area {
    position: relative;
    z-index: 1;
}
.single-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.single-news-area:last-child {
    margin-bottom: 0;
}
.single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%;
}
.single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px;
}
.single-news-area .news-content span {
    font-size: 10px;
    color: #fff;
    background-color: #c61f2e;
    padding: 3px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
.single-news-area .news-content a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.single-news-area .news-content a:focus,
.single-news-area .news-content a:hover {
    color: #c61f2e;
}
.single-news-area .news-content .news-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    color: #838383;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.single-news-area .news-content .news-meta a img {
    margin-right: 5px;
}
.single-news-area .news-content .news-meta a:last-child {
    margin-left: 31px;
}
.single-news-area .news-content .news-meta a:last-child::after {
    content: "|";
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}
.single-news-area .news-content .news-meta a:focus,
.single-news-area .news-content .news-meta a:hover {
    color: #c61f2e;
}
.contact--area {
    position: relative;
    z-index: 1;
}
.contact--area .contact-content {
    padding: 55px 45px;
    background-color: #fff;
    border: 1px solid #afbace;
}
.contact--area .contact-content .single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.contact--area .contact-content .single-contact-content:last-child {
    margin-bottom: 0;
}
.contact--area .contact-content .single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    background-color: #c61f2e;
}
.contact--area .contact-content .single-contact-content .text p {
    font-weight: 600;
    color: #212121;
    margin-bottom: 0;
}



/* ===========================
   RELATED AGENCIES & SOCIAL
============================ */

.related-agencies {
	text-align: center;
	padding:20px 10px;
}
.related-agencies h4 {
	font-weight: 500;
	font-size: 115%;
	padding-top: 20px;
}
.related-agencies h4.morespace 
{
	padding:15px 0px;
}
.related-agencies ul, .related-agencies li 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-agencies ul 
{
	text-align: center;
}

.related-agencies li {
	display: inline-block;
	padding: 0px;
}

.related-agencies ul li img 
{
	height:120px;
	width:auto;
	margin-bottom:10px;
}

.related-agencies ul li img.morespace 
{
	padding-left: 10px;
	padding-right: 10px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px;
    }
}
.contact--area .contact-content .single-contact-content .text span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #838383;
}
.contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #003679;
}
.contact--area.contact-page .contact-content h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
}
.contact--area.contact-page .contact-content .single-contact-content .text p,
.contact--area.contact-page .contact-content .single-contact-content .text span {
    color: #fff;
}
.newsletter-area {
    position: relative;
    z-index: 3;
}
.newsletter-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 54, 121, 0.7);
    z-index: -1;
}
.newsletter-area .nl-content {
    position: relative;
    z-index: 1;
}
.newsletter-area .nl-content h2 {
    color: #fff;
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    font-size: 30px;
}
.newsletter-area .nl-content form {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.newsletter-area .nl-content form input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px;
}
.newsletter-area .nl-content form button {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 130px;
    height: 45px;
    background-color: #c61f2e;
    border: none;
    border-radius: 0 30px 30px 0;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}
.newsletter-area .nl-content form button:hover {
    background-color: #003679;
}
.newsletter-area .nl-content form button:focus {
    outline: 0;
    box-shadow: none;
}
.newsletter-area .nl-content p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
.single-team-member-area {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-team-member-area .team-thumb {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    z-index: 1;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto 40px;
    height: 180px;
}
.single-team-member-area .team-thumb::after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 8px solid #003679;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.single-team-member-area .team-thumb img {
    border-radius: 50%;
}
.single-team-member-area .team-thumb .view-more a {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 15px;
    background-color: #c61f2e;
    text-align: center;
    bottom: -10px;
    right: 0;
    z-index: 300;
    color: #fff;
    line-height: 62px;
    font-size: 18px;
}
.single-team-member-area .team-thumb .view-more a:hover {
    background-color: #003679;
}
.single-team-member-area .team-thumb:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.single-team-member-area .team-thumb:hover::after {
    opacity: 1;
    visibility: visible;
}
.single-team-member-area .team-info {
    position: relative;
    z-index: 1;
}
.single-team-member-area .team-info h5 {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 18px;
    margin-bottom: 5px;
}
.single-team-member-area .team-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #6e6e6e;
}
.single-team-member-area:hover .team-info h5 {
    color: #c61f2e;
}
.page-content {
    padding:30px 0;
}
.footer-area {
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.footer-area .copyright {
    color: #666;
    font-size: 90%;
    padding: 20px 0;
}
.footer-area img {
    width: 225px;
    height: auto;
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
    background: url(images/necmo/banner-bg-top.jpg) no-repeat top right;
    background-size: cover;
	color: #d9c34c !important;
	-webkit-box-shadow: 2px 1px 5px 0px rgba(3,3,5,0.3);
-moz-box-shadow: 2px 1px 5px 0px rgba(3,3,5,0.3);
box-shadow: 2px 1px 5px 0px rgba(3,3,5,0.3);
}
.breadcrumb-area .breadcrumb-content h2 {
    font-size: 180%;
    text-transform: uppercase;
    display: block;
    color: #2b3b8a !important;
	padding-bottom:5px;
	margin-bottom:0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
	font-size:90%;
	
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    
    font-weight: 400;
	color: #333333 !important;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-weight: 400;
	color: #333333 !important;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
    color: #c61f2e;
}
.pagination {
    position: relative;
    z-index: 1;
}
.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #c61f2e;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #c61f2e;
}
.sidebar-area {
    position: relative;
    z-index: 1;
}
.single-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.single-widget-area:last-child {
    margin-bottom: 0;
}
.single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.single-widget-area .widget-heading .line {
    width: 30px;
    height: 8px;
    background-color: #c61f2e;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}
.single-widget-area.search-widget {
    position: relative;
    z-index: 1;
}
.single-widget-area.search-widget form {
    position: relative;
    z-index: 1;
}
.single-widget-area.search-widget form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #f1f7f9;
    padding: 0 20px;
    font-size: 12px;
    font-style: italic;
}
.single-widget-area.search-widget form button {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 125px;
    height: 50px;
    border: none;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #003679;
    color: #c61f2e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.contact-advisor {
    position: relative;
    z-index: 1;
    background-color: #c61f2e;
    padding: 35px;
}
.contact-advisor h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.contact-advisor .single-advisor:last-child {
    margin-bottom: 0;
}
.contact-advisor .single-advisor .advisor-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    margin-right: 30px;
}
.contact-advisor .single-advisor .advisor-info h6 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}
.contact-advisor .single-advisor .advisor-info span {
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}
.contact-advisor .single-advisor .advisor-info p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #f1f7f9;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.contact-form-area .form-control:focus {
    box-shadow: none;
}
.contact-form-area textarea.form-control {
    height: 250px;
}
.map-area {
    position: relative;
    z-index: 2;
    height: 960px;
}
.map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0;
}
.map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.map-area .contact---area .contact-page {
    background-color: #003679;
    padding: 70px 45px;
}
.map-area .contact---area .contact-page h4 {
    color: #fff;
    font-weight: 600;
}
.elements-title {
    position: relative;
    z-index: 1;
}
.elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #c61f2e;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}
.elements-title h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.credit-tabs-content {
    position: relative;
    z-index: 1;
}
.credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}
.credit-tabs-content .nav-tabs .nav-link {
    background-color: #f1f7f9;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #212121;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.credit-tabs-content .nav-tabs .nav-link.active {
    background-color: #003679;
    color: #fff;
}
.credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}
.credit-tabs-content .credit-tab-text p {
    margin-bottom: 0;
}
.credit-tabs-content .tab-content h6 {
    font-size: 18px;
}
.single-icons {
    position: relative;
    z-index: 1;
    background-color: #003679;
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px;
}
.single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}
.single-icons span {
    display: block;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 28px;
    }
    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 20px;
    }
    .special-feature-area .special-feature-content .feature-text {
        max-width: 465px;
        padding-right: 40px;
    }
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 40px;
    }
    .single-news-area .news-content .news-meta a {
        font-size: 10px;
    }
    .contact--area .contact-content {
        padding: 30px;
    }
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
   
    .breadcrumb-area {
        background: url(images/banner-bg.jpg) no-repeat right top;
        font-size: 85%;
    }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a,
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
        font-weight: 400;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 24px;
    }
    .header-area .top-header-area .top-contact-info a {
        font-size: 13px;
    }
    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        color: #003679;
    }
    .header-area .web-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
    .header-area .web-main-menu .classy-navbar .classynav ul li.has-down > a::after,
    .header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
        color: #003679;
    }
    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 18px;
    }
    .single-slide {
        height: 600px;
    }
    .single-slide .welcome-text h2 {
        font-size: 42px;
    }
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px;
    }
    .special-feature-area .special-feature-content .feature-text {
        max-width: 350px;
        padding-right: 20px;
    }
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 20px;
    }
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .cta-2-area .cta-content .cta-text h4 {
        font-size: 18px;
    }
    .sidebar-area {
        margin-top: 100px;
    }
    .map-area {
        height: 1200px;
    }
    .single-cool-fact .scf-text h2 {
        font-size: 30px;
    }
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
	

	
}
@media only screen and (max-width: 767px) {
	


	
    .page-content {
        padding: 40px 10px;
    }
	
	.related-agencies 
{
	padding:0px 10px;
}	

.related-agencies hr
{
	border-width:1px;
}


    #countdown {
        padding: 15px 0;
    }
    #countdown li {
        font-size: 0.8rem;
        padding: 0.25em;
    }
    #countdown li span {
        font-size: 180%;
        padding: 10px;
        width: 60px;
        height: 55px;
        line-height: 145%;
    }
    .slider-text h1 {
        font-size: 180%;
        line-height: 100%;
    }
    .slider-text h4 {
        font-size: 125%;
        line-height: 115%;
    }
    .slider-text {
        background: 0 0;
    }
    .text-to-center {
        text-align: center;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .header-area .top-header-area .top-contact-info a span {
        display: none;
    }
    .header-area .web-main-menu .classy-navbar {
        height: 70px;
    }
    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        color: #003679;
    }
    .header-area .web-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
    .header-area .web-main-menu .classy-navbar .classynav ul li.has-down > a::after,
    .header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
        color: #003679;
    }
    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 130%;
        line-height: 70px;
    }
    .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px;
    }
    .special-feature-area .special-feature-content .feature-text {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px;
    }
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
	

	
    .single-news-area .news-content .news-meta a {
        font-size: 10px;
    }
    .contact--area .contact-content {
        padding: 20px;
    }
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px;
    }
    .newsletter-area .nl-content h2 {
        font-size: 18px;
    }
    .newsletter-area .nl-content form button {
        width: 100px;
    }
    .sidebar-area {
        margin-top: 100px;
    }
    .map-area {
        height: 1200px;
    }
    .map-area .contact---area .contact-page {
        padding: 40px 30px;
    }
    .single-cool-fact .scf-text h2 {
        font-size: 24px;
    }
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 685px) {
	
	.featured-services
{
  padding:20px 0px;
}

    .header-area .top-header-area .top-contact-info a {
        font-size:90%;
        padding: 8px 25px;
        margin-left: -30px;
    }
	
	.header-area .web-main-menu .classy-navbar {
    height:60px;
    padding: 0;
    background-color: #2c3b86;
}
	
	
    footer {
        font-size: 90%;
    }

    .dates-box {
        padding: 0 20px;
		font-size:80%;
		line-height:120%;
		
    }
    .dates-box h4 {
        font-size: 145%;
		
    }
    .secretariat-contact {
        font-size: 85%;
    }
	
	
.related-agencies h4 {
	padding-top: 30px;
	font-size:85%;
}


.related-agencies ul li img 
{
	width:auto;
	height:75px;
	margin-bottom: 10px;
}

.related-agencies h4
{
	font-size: 100%;
}

.btn-lg
{
	font-size:100%;
	padding-left:10px;
	padding-right:10px;
}

#countdown {
    padding: 30px 0;
}
#countdown li {
    font-size:65%;
    padding: 10px 5px;
    margin:1px;
}


#countdown li span {
        font-size: 160%;
        padding: 10px 5px;
        width: 50px;
        height: 45px;
        line-height: 145%;
    }
	
	
	.slider-bg
	{
	
	padding:0px 0px;
	}
	
/*	
.header-area .top-header-area .logo,
.header-area .top-header-area .top-contact-info {
    display: block;
	width:100%;
}
*/
.header-area
{
	
	padding:0;
	margin:0;
}

.header-area .top-header-area .top-contact-info
{
	padding:0px;
	margin:0px;
}

.header-area .top-header-area .top-contact-info a 
{

	font-size: 85%;
	font-weight: 600;
	padding:7px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
	


.header-area .top-header-area .top-contact-info
{
	margin-bottom:10px;
	margin-left:10px;
}



.breadcrumb-area {
    height: auto;
    background:#f5f5f5;
    background-size:contain;
	font-size:75% !important;
	line-height:100%;
	padding:15px 0px;
	padding-bottom:25px;
}

.header-area .web-main-menu .classy-navbar .contact 
{

}

.header-area .web-main-menu .classy-navbar .contact h5
{
	padding-top:12px;
	font-size:17px;
}

.header-area .web-main-menu .classy-navbar .contact h6
{
	padding:0;
	margin:0;
	font-weight:400;
	color:#ffffff !important;
}



}
@media only screen and (max-width: 480px) {




.header-area .web-main-menu .classy-navbar .contact h6
{
font-size:12px;
}

    footer {
        font-size:80%;
    }
	
	.footer-area .copyright {
    color: #666;
    font-size:80%;
    padding: 20px 0;
}


#countdown {
    padding:10px 0;
}





img.event-logo
{
	width:400px;
	height:auto;
	margin:auto;
}
}
