﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
*, html, body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;*/
}
a{font-family: 'Raleway', sans-serif;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
p, ul, li {font-size: 16px;}
.mt-0{margin-top:0px}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mb-70{margin-top:70px}
.mb-80{margin-top:80px}
.mb-90{margin-top:90px}
.mb-100{margin-top:100px}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.mtb-10{margin-top:10px;margin-bottom:10px;}
.mtb-20{margin-top:20px;margin-bottom:20px;}
.mtb-30{margin-top:30px;margin-bottom:30px;}
.mtb-40{margin-top:40px;margin-bottom:40px;}
.mtb-50{margin-top:50px;margin-bottom:50px;}
.mtb-60{margin-top:60px;margin-bottom:60px;}
.mtb-70{margin-top:70px;margin-bottom:70px;}
.mtb-80{margin-top:80px;margin-bottom:80px;}
.mtb-90{margin-top:90px;margin-bottom:90px;}
.mtb-100{margin-top:100px;margin-bottom:100px;}
.ptb-10{padding-top:10px;padding-bottom:10px;}
.ptb-20{padding-top:20px;padding-bottom:20px;}
.ptb-30{padding-top:30px;padding-bottom:30px;}
.ptb-40{padding-top:40px;padding-bottom:40px;}
.ptb-50{padding-top:50px;padding-bottom:50px;}
.ptb-60{padding-top:60px;padding-bottom:60px;}
.ptb-70{padding-top:70px;padding-bottom:70px;}
.ptb-80{padding-top:80px;padding-bottom:80px;}
.ptb-90{padding-top:90px;padding-bottom:90px;}
.ptb-100{padding-top:100px;padding-bottom:100px;}
.nopadding{padding: 0;}

/*header*/
header .container .row {
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-box-align: start;
}
header .container .row [class*="col-"] .row {
    display: block;
}
.header { text-align: center; }
.header a { padding: 30px 0 0; display: block; font-size: 48px; text-decoration: none; color: #555; }
.header p { margin: 10px 0 40px 0; font-size: 18px; }
ul.contactDet {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}
ul.contactDet li {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
ul.contactDet li img {
    width: auto;
    height: 20px;
    margin-right: 10px;
}
ul.contactDet li, ul.contactDet li a{
    font-family: 'Lato', sans-serif;
    color: #353535;
    text-decoration: none !important;
    transition: 0.3s;
    font-size: 16px;
}
 ul.contactDet li a:hover {
    color: #405793;
}
.marquee {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #eaedf4;
}
.marquee div {
  display: block;
  width: 200%;
  height: 36px;
  position: absolute;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}
.marquee div:hover {
  animation-play-state: paused;
}
.marquee span {
  margin-right: 5%;
  line-height: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.socialSites ul li a {
    text-decoration: none;
}
.socialSites ul li i {
    color: #fff;
    background: #344e91;
    width: 36px;
    height: 36px;
    margin-right: 3px;
    display: block;
    line-height: 36px;
    text-align: center;
    transition: 0.3s;
}
.socialSites ul li:last-child i {
    margin-right: 0;
}
.socialSites ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    margin: 0;
}
header .socialSites {
    float: right;
}
header .pay .btn-primary {
    margin-top: 10px;
    padding: 10px 20px;
    border: 0;
    background: #344e91;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.2s ease-in all;
    float: right;
}
header .pay .btn-primary:hover, header .pay .btn-primary:active:focus, 
header .pay .btn-primary:active:hover {
    letter-spacing: 1px;
    background: #344e91;
    border-color: #344e91;
    transition: 0.3s ease-in all;
}
.socialSites ul li a img {
    height: 20px;
}
.stellarnav.dark li a.active {
    border-bottom: 2px inset #fff;
}

.videos img {
    margin-bottom: 30px;
}
.innerBanner {
    height: 300px;
}
.innerBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter {
    background: #344e91;
    margin-top: 40px;
    padding: 70px 0;
    width: 100%;
    float: left;
}
.newsletter .container .row {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
/*.newsletter::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(236, 30, 34, 0.85);
    top: 0;
    left: 0;
}*/
.newsletter h6 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
}
.newsletter small {
    font-size: 16px;
    font-weight: 300;
    color: #b7b7b7;
    margin-top: 10px;
}
.newsletter form input[type=email] {
    width: 70%;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #faf6f6;
    background: none;
    border: 2px solid #fff;
    margin-right: -3px;
    padding: 12px 0 12px 20px;
    vertical-align: middle;
    float: left;
}
.newsletter button {
    width: 29%;
    font-size: 24px;
    color: #344e91;
    background: #fff;
    border: 0;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in all;
    display: inline-block;
}

.newsletter button:hover {
    color: #000;
    transition: 0.3s ease-in all;
}
#name {
    font-size: 30px !important;
    font-family: 'Raleway', sans-serif !important;
}
.tcw {
    margin: 40px 0 !important;
    display: inline-block;
}

/*-------*/
.count {
    background: #052868;
    
}
.count .container {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.count .box {
    margin-left: 50px;
    padding: 20px 50px 20px 0;
    display: flex;
    display: -ms-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.count .box::after {
    width: 80%;
    height: 100%;
    background: #061630;
    transform: skew(-35deg);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    z-index: 0;
}
.count .box .img {
    position: relative;
    z-index: 1;
}
.count .box .img ul {
    margin: 0;
    text-align: left;
}
.count .box .img ul li {
    display: inline-block;
    position: relative;
}
.count .box .img ul li img {
    margin-right: 60px;
    display: block;
}
.count .box .img ul li::before {
    width: 35px;
    height: 35px;
    background: #0841a8;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    content: 'at';
    position: absolute;
    top: 30%;
    right: 4%;
    border-radius: 50%;
    font-weight: 800;
}
.count .box .img ul li:last-child img {
    margin-right: 0;
}
.count .box .img ul li:last-child::before {
    display: none;
}

ul#example {
  list-style: none;
  margin: 0 0 0 50px;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

ul#example li { 
    width: 50px;
    display: inline-block; 
}

ul#example li span {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

ul#example li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}

ul#example li p {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.count .ticket {
    padding-left: 50px;
}
.count .ticket h6 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 6px;
}
.count .ticket a {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #65b9ff;
    text-decoration: none;
    transition: 0.2s ease-in all;
    display: block;
}
.count .ticket a i {
    margin-left: 5px;
    transition: 0.2s ease-in all;
}
.count .ticket a:hover {
    color: #fff;
    transition: 0.3s ease-in all;
}
.count .ticket a:hover i {
    color: #fff;
    transition: 0.3s ease-in all;
}

/*banner*/
#bannerCarousel .item .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#bannerCarousel .item .container .row {
    height: 100%;
}
#bannerCarousel .item .container .bannercolumn {
    height: 100%;
}
#bannerCarousel .item .container .itemContent {
    transform: translate(-50%, -50%);
    position: relative;
    bottom: 0px;
    top: 50%;
    left: 50%;
}
#bannerCarousel .item .container .itemContent .innerContent h1 {
    font-size: 8vw;
    margin: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
#bannerCarousel .item .container .itemContent .innerContent h2 {
    margin: 0;
}
#bannerCarousel .item .container .itemContent .innerContent h2 label {
    font-size: 3vw;
    margin: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    background: rgba(64,87, 147, 0.7);
    padding: 10px 30px;
    line-height: 40px;
}
#bannerCarousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
#bannerCarousel .owl-nav button {
    pointer-events: auto;
    background: rgba(64,87, 147, 0.7);
    height: 60px;
    width: 20px;
    margin: 0;
    border-radius: 0;
    color: #fff;
}
#bannerCarousel .owl-nav .owl-prev {
    float: left;
}
#bannerCarousel .owl-nav .owl-next {
    float: right;
}
#bannerCarousel .owl-dots {
    position: absolute;
    bottom: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
}
#bannerCarousel .owl-dots .owl-dot span {
    border-radius: 0;
    background: #fff;
}
#bannerCarousel .owl-dots .owl-dot.active span {
    border-radius: 0;
    background: #fff; 
}
#bannerCarousel .owl-dots .owl-dot.active {
    transform: scale(1.4);
}

/*section 1*/
.sectiontitle {
    margin-top: 0;
    position: relative;
    clear: both;
}
.sectiontitle label {
    position: relative;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}
.sectiontitle label span {
    color: #344e91;
}
.sectiontitle label::after {
    content: '';
    width: 55px;
    height: 2px;
    background: #344e91;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.sectiontitle label::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #344e91;
    position: absolute;
    bottom: -12px;
    left: 0;
}
ul.points {
    list-style: none;
}
ul.points li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
ul.points li::before {
    content: '';
    background: url(../images/bullets.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
}
a.commBtn {
    background: #344e91;
    border-color: #344e91;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    transition: 0.3s;
}
a.commBtn:hover, a.commBtn:focus {
    background: #344e91;
    border-color: #344e91;
    color: #fff;
    letter-spacing: 1px;
}

/*section 2*/
.video-testimonial-block {
    position: relative;
    width: auto;
    height: 500px;
    overflow: hidden;
}
.video-testimonial-block .video-thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    top: 0;
    left: 0;
}
.video-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tagLine {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.tagLine h1 {
    position: relative;
    margin: 0 0 30px;
    font-weight: 600;
}
.tagLine h1::after {
    content: '';
    background: url(../images/divider1.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 145px;
    height: 10px;
    bottom: -15px;
}
.tagLine span {
    color: #000;
}
.tagLine label {
    font-weight: 300;
}
.video-testimonial-block .video-play {
    position: absolute;
    z-index: 2;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    width: 119px;
    height: 119px;
}
.video-testimonial-block .video-play::before {
    content: "";
    background: url(../images/playBtn.png);
    height: 119px;
    width: 119px;
    position: absolute;
    left: 0;
    background-size: cover;
}
.video-testimonial-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}
.secDiv::after {
    content: '';
    background: url(../images/divider2.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 145px;
    height: 10px;
    bottom: -15px;
}
.secDiv label::before, .secDiv label::after {
    content: none;
}
.eventBox .imgbox {
    height: 300px;
    position: relative;
}
.eventBox .imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.eventBox .imgbox .time {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(64,87, 147, 0.7);
    color: #fff;
}
#events .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
#events .owl-nav button {
    pointer-events: auto;
    background: rgba(64,87, 147, 0.7);
    height: 60px;
    width: 20px;
    margin: 0;
    border-radius: 0;
    color: #fff;
}
#events .owl-nav .owl-prev {
    float: left;
    margin-left: -10px;
}
#events .owl-nav .owl-next {
    float: right;
    margin-right: -10px;
}
.eventContent h3 {
    font-weight: 600;
}
.eventContent h3 a {
    color: #000;
    text-decoration: none !important;
}
.eventContent h3 a span {
    color: #344e91;
}
.health {
    position: relative;
}
.health .container {
    position: relative;
}
.health .item .content {
    width: 42%;
    position: absolute;
    top: 40px;
    right: 105px;
    padding: 30px 30px 0px;
    background: rgba(64,87, 147, 0.7);
    color: #fff;
}
.health .item .content h3 {
    font-size: 35px;
    position: relative;
    margin: 0 0 30px;
    font-weight: 600;
}
.health .item .content span {
    color: #000;
}
.health .item .content h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.health .item .content h3::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.health .item .content li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
}
.health .item .content li::before {
    content: '';
    background: url(../images/bullets-2.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
}
.health .imgbox {
    height: auto;
}
.health .item {
    position: relative;
}
.health .item::before {
    width: 100%;
    height: 191px;
    background: url(../images/i-back.png) repeat-x;
    position: absolute;
    content: '';
    bottom: -100px;
}
.health .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.health .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 6px solid #b2b2b2;
    background: #344e91;
    transition: 0.1s ease-in all;
}
.health .owl-theme .owl-dots .owl-dot.active span, .health .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px solid #b2b2b2;
    background: #344e91;
    transition: 0.3s ease-in all;
}
.sponsor {
    position: relative;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
.sponsor .owl-item .item {
}
.sponsor .owl-item .item img {
    width: auto;
    background: #d6dce9;
    margin: auto;
}
.sponsor .owl-carousel .owl-nav.disabled {
    display: block;
}
.sponsor .owl-carousel .owl-nav button.owl-prev, 
.sponsor .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 50px;
    background: rgba(52,78,145,0.70);
    border-radius: 0;
    top: 18%;
    font-size: 27px;
    color: #fff;
    transition: 0.1s ease-in all;
}
.sponsor .owl-carousel .owl-nav button.owl-next {
    right: -35px;
}
.sponsor .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}
.sponsor .owl-carousel .owl-nav button span {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
}
.sponsor .owl-carousel .owl-nav button.owl-prev:hover, 
.sponsor .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(52,78,145,1);
    transition: 0.3s ease-in all;
}
.main-footer {
    position: relative;
    padding: 40px 0 30px;
    background: #344e91;
}
.main-footer .container .row {
    display: -ms-flexbox;
    display: flex;
}
.footer-about-col.col-default, .footer-Tag-col {
    height: 100%;
    display: table;
}
.footer-logo {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.footer-Tag-col{
    width: 100%;
    position: relative;
}
.main-footer .footer-logo img {
    width: auto;
    height: auto;
}
.footer-post-col ul li {
    margin-right: 7px;
    display: inline-block;
}
.footer-post-col ul li a {
    text-decoration: none;
}
.footer-post-col ul li i {
    width: 40px;
    height: 40px;
    font-size: 19px;
    color: #344e91;
    background: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    transition: 0.3s ease-in all;
    display: block;
}
.fa-facebook:hover, .fa-twitter:hover, .fa-youtube:hover, .fa-linkedin:hover, .fa-instagram:hover {
    color: #fff !important;
    transition: 0.3s ease-in all;
}
.fa-facebook:hover {
    background: #3b5998;
}
.fa-twitter:hover {
    background: #55acee;
}
.fa-youtube:hover {
    background: #c4302b ;
}
.fa-linkedin:hover {
    background: #0077B5;
}
.fa-instagram:hover {
    background: #fb3958;
}
.main-footer h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.main-footer h4::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    bottom: 0;
}
/*.main-footer .heading-under-line {
    width: 100px;
    height: 2px;
    background-color: #6AB4FF;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}*/
.footer-about-col p {
    color: #fff;
}
.footer-about-col .social {
    margin-top: 20px;
}
.footer-about-col .social i {
    font-size: 20px;
    margin-right: 10px;
    color: #6AB4FF;
}
.footer-about-col .social i:hover {
    color: #ffffff;
}
.main-footer .footer-Tag-col ul {
    column-count: 2;
}
.quick-link li {
    /*border-bottom: 1px solid #383838;*/
    position: relative;
    list-style: none;
}
.quick-link li:first-child {
    padding-top: 0;
}
.quick-link li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.quick-link li a {
    font-size: 17px;
    font-weight: 400;
    color: #eeeeee;
    padding: 4px 0 20px 25px;
    line-height: 10px;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.2s ease-in all;
    display: inline-block;
}
.quick-link li::before {
    content: '';
    background: url(../images/footer-list.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
}
.quick-link li a:hover {
    color: #a4bdff !important;
    padding-left: 20px;
    transition: 0.3s ease-in all;

}
.quick-link li a:hover {
    color: #6AB4FF;
}
.footer-post-col .post-box {
    position: relative;
    /*padding-left: 90px;*/
}
.footer-post-col .post-box img {
    position: absolute;
    left: 0;
    top: 0;
}
.footer-post-col .post-box h4 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-post-col .post-box h4 a {
    color: #6AB4FF;
}
.footer-post-col .post-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #eeeeee;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.footer-post-col .post-box p a {
    color: #eeeeee;
    text-decoration: none;
}
.footer-post-col .post-box .social {
    border-top: 1px solid #3e5aa3;
    padding-top: 20px;
}
.footer-post-col .post-box .social .pay {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.footer-flickr ul li {
    float: left;
}
.footer-flickr ul li img {
    width: 86px;
    height: auto;
}

/* Footer Two CSS Start */
.footer-two-section {
    padding: 100px 0 70px;
    background: #111111;
}
.footer-wrap h3 {
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #252525;
}
.footer-wrap p {
    color: #c6c6c6;
}
.footer-menu-wrap li {
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-menu-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-menu-wrap li a {
    color: #c6c6c6;
}
.footer-menu-wrap li a:hover {
    color: #6AB4FF;
}
.footer-post-wrap {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
}
.footer-post-wrap img  {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.footer-post-wrap h4 {
    font-weight: normal;
    letter-spacing: 1px;
}
.footer-post-wrap h4 a {
   color: #ffffff;;
}
.footer-post-wrap span a {
    color: #6AB4FF;
}
.mb0 {
    margin-bottom: 0;
}


/* COPY RIGHT CSS START */
.copyright {
    padding: 20px 0;
    background-color: #1e3776;
    text-align: center;
}
.copyright p {
    font-size: 17px;
    font-weight: 400;
    color: #97b4ff;
    text-align: center !important;
    margin: 0;
}
.copyright a {
    text-decoration: none;
    transition: 0.2s;
    color: #fff;
}
.copyright a:hover {
    font-weight: 600;
}
#toTop {
    position: fixed;
    width: 45px;
    height: 45px;
    color: #1e3776;
    background: #fff;
    border: 0;
    border-radius: 0;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: 28px;
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.3s ease-in all;
}
#toTop .fa-angle-up {
    transform: rotate(-45deg);
}
#toTop:hover {
    color: #fff;
    background: #344e91;
    transition: 0.3s ease-in all;
}

/*about us*/
.pagetitle {
    padding: 10px;
    margin: 0 0 30px;
    background: #344e91;
    color: #fff;
}
.secTitle {
    color: #344e91;
}
ul.points2 {
    list-style: number;
    padding-left: 15px;
}
ul.points2 li {
    line-height: 28px;
    margin-bottom: 8px;
}
.grayBack::after {
    content: '';
    border: 2px solid #344e91;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}
.grayBack, .grayBack2 {
    background: #ececec;
    padding: 25px;
    height: 100%;
    color: #656565;
    position: relative;
}
.grayBack2 {
    padding: 0 15px;
}
.body-content.aboutPage .container .row .img4Part, .body-content.aboutPage .container .row .img4Part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grayBack .secTitle:nth-child(1), .grayBack2 .secTitle:nth-child(1) {
    margin-top: 0;
}
.grayBack p:last-child, .grayBack2 p:last-child, ul.points2 li:last-child, ul.points2 {
    margin-bottom: 0;
}
.body-content.aboutPage .container .row {
    display: -webkit-flex;
    display: flex;
}
.grayBack p a, .grayBack2 p a {
    text-decoration: none;
}
.organiser img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.body-content.aboutPage .container .row .row {
    align-items: center;
}
.body-content.aboutPage .container .row .organiser {
    background: #ececec;
}
.body-content.aboutPage .container .row .row [class*="col-"]:nth-child(1) {
    padding-right: 0;
}
.organiser .secTitle {
    margin: 0 0 10px;
}
.organiser p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 15px;
    color: #707070;
}
.organiser a.commBtn {
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 10px;
}
/*contact page*/
address p a {
    text-decoration: none !important;
}
#map {
    height: 400px;
    width: 100%;
    border: 3px solid #344e91;
    border-right: 0;
}
#contact-form input {
    border-radius: 0;
    height: 40px;
    border-color: #c1c1c1;
    box-shadow: none;
}
#contact-form textarea {
    border-radius: 0;
    height: 100px;
    resize: none;
    border-color: #c1c1c1;
    box-shadow: none;
}
#contact-form input[type="submit"] {
    background: #344e91;
    border-radius: 0;
    height: 40px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    border-color: #344e91;
    color: #fff;
}
.body-content.contactPage .container .row .contactForm {
    background: #ebebeb;
    padding: 15px;
}
.body-content.contactPage .container .row .row [class*="col-"] {
    padding: 0 15px;
    margin-bottom: 10px;
}
.body-content.contactPage .container .row [class*="col-"]:last-child h3 {
    margin: 0 0 15px; 
}
.body-content.contactPage .secTitle {
    margin: 0 0 15px;
}
.contactForm input, .contactForm textarea {
    color: #344e91;
}
.contactForm input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #344e91;
}
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder { /* Firefox 19+ */
  color: #344e91;
}
.contactForm input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #344e91;
}
.contactForm input:-moz-placeholder, .contactForm textarea:-moz-placeholder { /* Firefox 18- */
  color: #344e91;
}
.messages .alert.alert-success {
    background: #344e91;
    color: #fff;
}
.messages button.close {
    opacity: 1;
}

/*media page*/
.mediaLinks a {
    text-decoration: none !important;
}
.videos iframe {
    width: 100%;
    margin-bottom: 30px;
}

/*publicspeaking*/
.body-content.puclicspeaking {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
}
.speakerImg {
    height: 300px;
    width: 430px;
    background: url(../images/img5.jpg) no-repeat;
    float: right;
    shape-outside: inset(1% round 0%);
    margin-left: 20px;
    margin-bottom: 10px;
    background-position: center top;
}
.speakerContent {
    padding: 0 0 20px 20px;
    background: #fff;
}
.speakerContent h4 {
    font-weight: 700;
    font-size: 20px;
    color: #344e91;
}
#accordion-cat-1 .panel .panel-heading {
    background: #344e91;
}
#accordion-cat-1 .panel .panel-heading a {
    color: #fff; 
    text-decoration: none !important;
}
#accordion-cat-1 .panel .panel-heading a span i {
    top: 8px;
}
#accordion-cat-1 .panel .panel-heading a span i::before {
    font-weight: 900;
    font-size: 30px;
}
#regs-form input {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}
#regs-form textarea {
    height: 100px;
    border-radius: 0;
    box-shadow: none;
}
#regs-form input[type="radio"], #regs-form input[type="checkbox"] {
    height: auto !important;
}


/*consulting page*/
.consulting_head {
    font-weight: 700;
}
.consulting h5 {
    font-weight: 700;
}
.consulting p {
    font-weight: 500;
}
ul.planPoints {
    list-style: none;
}
ul.planPoints li {
    position: relative;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
ul.planPoints li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #909090;
    left: 0px;
    border-radius: 50%;
    top: 9px;
}
.plans a {
    text-decoration: none !important;
    margin-top: 4%;
    font-weight: 600;
    display: block;
    transition: 0.3s;  
}
.plans a:hover span {
    margin-left: 10px;
    transition: 0.3s;
}
.plans {
    background: #f5f5f5;
}
.plans .row [class*="col-"] {
    padding-left: 40px;
}
.plansImg h3 {
    margin: 0;
}
.plansImg h5 {
    margin-bottom: 20px;
}
.plansImg {
    background: #eeeeee;
    padding-top: 20px;
    height: 100%;
    overflow: hidden;
}
.planName {
    height: 100%;
}
.planName img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.plans .row [class*="col-"]:nth-child(2) {
    padding-bottom: 26px;
}
.plans .row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.planCharts .chart h3 {
    margin: 0;
    background: #595959;
    height: 76px;
    padding: 13px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.planCharts .chart {
    background: #f4f2f2;
    height: 100%;
    padding-bottom: 20px;
}
.planCharts .chart .points {
    padding: 0 0 0 15px;
}
.planCharts .chart .points ul {
    list-style: none;
}
.planCharts .chart .points li {
    position: relative;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
.planCharts .chart .points li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #909090;
    left: 0px;
    border-radius: 50%;
    top: 9px;
}
.planCharts .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.planCharts .chart .points a.commBtn {
    background: #595959;
    border-color: #595959;
}
.planCharts .chart:hover a.commBtn, .planCharts .chart:hover h3 {
    background: #344e91;
    border-color: #344e91;
}
.planCharts .chart .points p {
    padding-right: 15px;
    font-size: 14px;
    font-weight: 800;
}
.continuetopic {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}
.continuetopic h3, .continuetopic h2 {
    margin: 10px 0;
    display: inline-block;
    position: relative;
    color: #344e91;
}
.continuetopic label {
    position: relative;
}
.continuetopic label::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #344e91;
    position: absolute;
    left: -39px;
    top: 15px;
}
.continuetopic label::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #344e91;
    position: absolute;
    right: -39px;
    top: 15px;
}
.continuetopic h3 label::after {
    width: 84px;
    left: -98px;
}
.continuetopic h3 label::before {
    width: 84px;
    right: -98px;
}
.continuetopic h3::before {
    content: '';
    position: absolute;
    height: 51px;
    width: 1px;
    left: -98px;
    background: #344e91;
    top: 15px;
}
.continuetopic h3::after {
    content: '';
    position: absolute;
    height: 51px;
    width: 1px;
    right: -98px;
    background: #344e91;
    top: 15px;
}

/*journal page*/
.body-content.journalPage {
    background: url(../images/bg4.jpg) no-repeat;
    background-size: cover;
}
.yearChart h3 {
    margin: 0;
    background: #3d3d3d;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yearChart h3 a {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; 
    color: #fff;
    width: 100%;
    text-decoration: none !important;
    position: relative;
}
.yearChart h3 a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #686868;
    width: calc(100% - 19vw);
    height: 1px;
    margin: 0 auto;
    z-index: 0;
}
.yearChart h3 span {
    margin: 0;
    background: #3d3d3d;
    z-index: 1;
}
.yearChart h3 span:nth-child(2) {
    color: #c9c9c9;
    font-size: 14px;
}
.yearChart {
    background: #fff;
    border-bottom: 3px solid #3d3d3d;
}
.yearChart .monthChart {
    padding: 15px 15px 0 15px;
}
.yearChart .monthChart ul {
    list-style: none;
    -moz-column-count: 3;
    column-count: 3;
}
.yearChart .monthChart ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}
.yearChart .monthChart ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #909090;
    left: 0px;
    border-radius: 50%;
    top: 9px;
}
.yearChart .monthChart ul li a {
    text-decoration: none !important;
}
/*instructor page*/
.body-content.instractorPage .container .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.aboutInstructor img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aboutInstructor {
    position: relative;
    height: 100%;
}
.aboutInstructor .aboutInst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
}
.aboutInstructor .aboutInst h4 {
    color: #fff;
    font-weight: 800;
    margin: 0 0 10px;
}
.aboutInstructor .aboutInst h5 {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}
.aboutInstructor .aboutInst span {
    display: block;
    color: #d9d9d9;
    white-space: nowrap;
    margin: 10px;
}
.aboutInstructor .aboutInst img {
    width: auto;
}
.aboutInstructor .aboutInst a {
    color: #d9d9d9;
    text-decoration: none !important;
}
.instimg {
    position: relative;
}
.instimg img {
    width: 100%;
}
.instimg h4 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #344e91;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}
.courseContent {
    background: url(../images/bg7.jpg) no-repeat;
    background-size: cover;
}
.courseContent h4::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #344e91;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.courseContent h4 {
    position: relative;
    font-weight: 600;
}
ul.coursePoints {
    list-style: none;
}
ul.coursePoints li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
ul.coursePoints li::before {
    content: '';
    background: url(../images/bullets-3.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    height: 12px;
    width: 12px;
}

/*publishing page*/
.publisherImg {
    height: 600px;
    width: 400px;
    background: url(../images/book.png) no-repeat;
    float: right;
    shape-outside: inset(1% round 0%);
    margin-left: 20px;
    margin-bottom: 10px;
    background-position: right bottom;
    background-size: contain;
}
.body-content.puclicspeaking.publishing h3 {
    font-weight: bold;
    color: #000;
    position: relative;
}
.body-content.puclicspeaking.publishing h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #344e91;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.body-content.puclicspeaking.publishing h3::after {
    content: '';
    width: 55px;
    height: 2px;
    background: #344e91;
    position: absolute;
    bottom: -9px;
    left: 0;
}
ul.publishingpoints {
    list-style: none;
}
ul.publishingpoints li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
ul.publishingpoints li::before {
    content: '';
    background: url(../images/bullets.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background-size: 13px;
    top: 4px;
}
ul.publishingpoints li a {
    text-decoration: none !important;
}
.body-content.puclicspeaking.publishing p {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}
.extraLink a {
    text-decoration: none !important;
    display: block;
}
.extraLink a label {
    text-decoration: underline !important;
    cursor: pointer;
}

/*testimonial page*/
.body-content.puclicspeaking.testimonial .row:nth-child(2), 
.body-content.puclicspeaking.testimonial .add .row {
    padding: 0px 15px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.body-content.puclicspeaking.testimonial .row:nth-child(2) [class*="col-"] {
    background: #fff;
}
.body-content.puclicspeaking.testimonial .row:nth-child(2) [class*="col-"]:nth-child(1) {
    padding: 0;
}
.body-content.puclicspeaking.testimonial .row:nth-child(2) [class*="col-"] h5 {
    font-style: italic;
}
.body-content.puclicspeaking.testimonial .row:nth-child(5) {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.bottomTesti {
    /*height: 100%;*/
    padding: 15px;
    color: #fff;
}
.bottomTesti.testi1 {
    background: url(../images/img10.jpg) no-repeat;
    background-size: cover;
}
.bottomTesti.testi2 {
    background: url(../images/img11.jpg) no-repeat;
    background-size: cover;
}
.body-content.puclicspeaking.testimonial .row:nth-child(2) [class*="col-"]:nth-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.body-content.puclicspeaking.testimonial .add {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px 0 0;
}
/*---------------------------------
------ GALLERY PAGE SECTION -------
---------------------------------*/
.gallery-style-one #info {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;              
    background:#fcf8e3;
    border:1px solid  #fbeed5;
    width:95%;
    max-width:900px;
    margin:0 auto 40px auto;
    font-family:arial;
    font-size:12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.gallery-style-one #info .info-wrapper {
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.gallery-style-one #info a {
    color:#c09853;
    text-decoration:none;
}
.gallery-style-one #info p {
    margin:5px 0 0 0;
}
.gallery-style-one .container { 
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;  
}
.gallery-style-one #filters {
    margin:1%;
    padding:0;
    list-style:none;
    text-align: center;
}
.gallery-style-one #filters li {
    display: inline-block;
}
.gallery-style-one #filters li span {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #344e91;
    cursor: pointer;
    background: #d1d1d1;
    transition: 0.2s ease-in all;
}
.gallery-style-one #filters li:hover span {
    background: #344e91;
    color: #fff;
    transition: 0.3s ease-in all;
}
.gallery-style-one #filters li span.active {
    background: #344e91;
    color:#fff;
}
.gallery-style-one #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:31.333%;
    margin:1%;
    display:none;
    float:left;
    overflow:hidden;
}
.gallery-style-one .portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #fff;
    cursor:pointer;
}
.gallery-style-one .portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);     
}
.gallery-style-one .portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-style-one .portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.gallery-style-one .portfolio .label-text {
    color:#fff;
    position: relative;
    z-index:500;
    padding:5px 8px;
}
.gallery-style-one .portfolio .text-category {
    display:block;
    font-size:9px;
}
.gallery-style-one .portfolio:hover .label {
    bottom:0;
}
.gallery-style-one .portfolio:hover img {
    top:-30px;
}  
.hm-gradient {
    background-color: #eee;
}
.darken-grey-text {
    color: #2E2E2E;
}
.video {
    width: 100% !important;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .gallery-style-one #portfoliolist .portfolio {
        width:48%;
        margin:1%;
    }       

    .gallery-style-one #ads {
        display:none;
    }
    
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gallery-style-one #ads {
        display:none;
    }
    
}

/* #Clearing */

/* Self Clearing Goodness */
.gallery-style-one .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.gallery-style-one .clearfix:before,
.gallery-style-one .clearfix:after,
.gallery-style-one .row:before,
.gallery-style-one .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.gallery-style-one .row:after,
.gallery-style-one .clearfix:after {
  clear: both; }
.gallery-style-one .row,
.gallery-style-one .clearfix {
  zoom: 1; }

.gallery-style-one .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
    font-size: 18px;
    border: 1px solid #344E91;
    border-radius: 0;
    text-align: center;
    color: #344E91;
    margin-bottom: 30px;
    transition: 0.3s ease-in all;
}
.filter-button:hover {
    border: 1px solid #344E91;
    text-align: center;
    color: #ffffff;
    background-color: #344E91;
    transition: 0.5s ease-in all;
}
.filter-button:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.filter-button:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}
.port-image {
    width: 100%;
}
.gallery_product {
    margin-bottom: 30px;
}
.slide-gallery {
    position: relative;
}

.slide-gallery .item {
    position: relative;
}
.slide-gallery .item .overly {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transform: scale(0.0);
    transition: all 500ms ease;
    background: rgba(243, 99, 113, 0.85);
}
.slide-gallery .item:hover .overly {
    transform: scale(1);
    transition: all 500ms ease;
}
.slide-gallery .item .overly h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.slide-gallery .item .icon-box {
    position: absolute;
    right: -41px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f9be4d;
    line-height: 40px;
    visibility: hidden;
    transition: .7s ease;
    opacity: 0;
}
.slide-gallery .item:hover .icon-box {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.slide-gallery .item .icon-box i:before {
    color: #ffffff;
    font-size: 16px;
}
.slide-gallery .item figure {
    margin-bottom: 0px;
}
.slide-gallery .owl-theme .owl-nav {
    margin-top: 0px;
}
.slide-gallery .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    margin: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.slide-gallery .owl-theme .owl-nav span {
    color: #ffffff;
}
.slide-gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -25px;
}
.slide-gallery .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -25px;
}*/
.gallery_product {
    overflow: hidden;
}
.gallery {
    width:100%;
    display:inline-block;
}
.gallery-style-one {
    position:static !important;
}
.portfolio-item-one{
    position:relative;
    /*margin-bottom:30px;*/
}
.portfolio-item-one.mix{
    display:none;
}
.full-width .portfolio-item-one{
    padding:0px !important;
    margin:0px !important;
}
.portfolio-item-one .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
}
.portfolio-item-one .image-box{
    position:relative;
    display:block;  
}
.portfolio-item-one .image-box img{
    position:relative;
    display:block;
    width:100%;
}
.portfolio-item-one .caption-box{
    position:relative;
    display:block;
    padding:15px 25px;
    color:#ffffff;
    background:#fbca00;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.portfolio-item-one:hover .caption-box{
    background:#012f5d; 
}
.portfolio-item-one .caption-box h4{
    font-size:16px;
    text-transform:uppercase;
    color:#ffffff;
    line-height:24px;
}
.portfolio-item-one .caption-box h4 a{
    display:block;
    color:#ffffff;
}
.portfolio-item-one .caption-box .icon{
    position:absolute;
    right:25px;
    top:50%;
    margin-top:-15px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    font-size:24px;
}
.portfolio-item-one .overlay-box{
    position:absolute;
    left:0px;
    top:-100%;
    width:100%;
    height:100%;
    color:#ffffff;
    opacity:0;
    text-align:center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.portfolio-item-one .inner-box:hover .overlay-box{
    top:0px;
    opacity:1;  
}
.portfolio-item-one .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:0 0 70px;
    background-color:rgba(52, 78, 145, 0.9);
}
.agency-theme .portfolio-item-one .overlay-inner{
    background-color:rgba(255,67,42,0.90);
}

.default-theme .portfolio-item-one .overlay-inner{
    background-color:rgba(0,115,221,0.90);
}
.portfolio-item-one .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}
.portfolio-item-one .overlay-inner .option-btn{
    position:relative;
    display:inline-block;
    line-height:42px;
    color:#fff;
    font-size:24px;
    width: 100%;
    height: 190px;
    margin: 0px 5px 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    line-height: 190px;
}
.agency-theme .portfolio-item-one .overlay-inner .option-btn{
    color:#ffffff;  
}
.portfolio-item-one .overlay-inner .option-btn:hover{
    color:#000; 
}
.default-theme .overlay-inner .option-btn{
    color:#ffffff;
}
.portfolio-item-one .inner-box .caption{
    position:absolute;
    text-align:center;
    background:#000000;
    left:0px;
    bottom:-150px;
    width:100%;
    padding:12px 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.portfolio-item-one:hover .inner-box .caption{
    bottom:0px; 
}
.portfolio-item-one .inner-box .caption h3{
    font-size:16px;
    color:#ffffff;
    font-weight:400;
    text-transform:capitalize;
}
.portfolio-item-one .inner-box .caption h3 a{
    color:#ffffff;
    text-decoration: none;
}
.fancybox-next span,
.fancybox-prev span{
    background-image:none !important;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    text-align:center;
}
.fancybox-next span:before,
.fancybox-prev span:before{
    content:'';
    position:absolute;
    font-family: 'FontAwesome';
    left:0px;
    top:0px;
    font-size:12px;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    background-color: rgba(52, 78, 145, 0.7) !important;
    color:#ffffff;
    visibility:visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.fancybox-next span:before{
    content:'\f178';
}
.fancybox-prev span:before{
    content:'\f177';
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
    background-color: #000 !important;
    color: #fff;
}
.fancybox-type-image .fancybox-close{
    right:0px;
    top:0px;
    width:45px;
    height:45px;
    background:url(../images/icon-cross.png) center center no-repeat;
    background-color: rgba(52, 78, 145, 0.7) !important; 
}
.fancybox-type-image .fancybox-close:hover{
    background-color:#000000 !important;    
}
.fancybox-type-image .fancybox-skin{
    padding:0px !important; 
}
.btn.btn-default.filter-button.active {
    background: #344e91;
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}
.adjunct .main {
    position: relative;
    background: url(../images/adjunct-1.jpg) no-repeat;
    background-size: contain;
}
.adjunct .main .left {
    position: relative;
}
.adjunct .main::before {
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,0.9);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.adjunct .main .left h5 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}
.adjunct .main .left small {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    position: relative;
    margin: 5px 0 35px;
    padding-bottom: 5px;;
    display: block;
}
.adjunct .main .left small::after {
    content: '';
    background: url(../images/divider1.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 145px;
    height: 10px;
    bottom: -15px;
}
.adjunct .main .left p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.adjunct .main .left p:first-child {
    margin-bottom: 15px;
}
.n-padding {
    padding: 0;
}
.adjunct .right {
    position: relative;
}
.adjunct .right .title {
    position: absolute;
    color: #fff;
    background: #344e91;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.adjunct .main .row {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.course {
    background: url(../images/adjunct-3.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.course::before {
    width: 100%;
    height: 100%;
    background: rgba(239,239,239,0.9);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.course h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #344e91;
    margin-bottom: 25px;
    position: relative;
}
.course small {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    display: block;
    position: relative;
}
.course span {
    color: #344e91;
}
.course h4 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #2d2d2d;
    margin: 30px 0 15px;
    padding-bottom: 10px;
}
.course h4::before {
    width: 60px;
    height: 2px;
    background: #344e91;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    position: absolute;
}
.course em {
    font-size: 20px;
    font-weight: 300;
    color: #484848;
    position: relative;
}
.course .box {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #344e91;
    position: relative;
}
.course ul {
    column-count: 2;
    margin-top: 30px;
}
.course ul li {
    position: relative;
    list-style: none;
}
.course ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #3e3e3e;
    text-decoration: none;
    text-align: left;
    padding: 6px 0 6px 25px;
    display: block;
}
.course ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
}
.course .btn-container{
  margin: auto;
  height:44px;
  width:300px;
  
}
.course #text{
display:none;
}
.course button {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer;
  border:none;
  padding:8px 20px;
  font-size:18px;
  background: #344e91;
  color:white;
  box-sizing:border-box;
  position: relative;
  transition: 0.5s ease-in all;
}
.course button:hover {
    letter-spacing: 1px;
    transition: 0.5s ease-in all;
}
#name {
    font-size: 30px !important;
    font-family: Raleway,Sans-serif !important;
}

.bo img {
    padding: 5px 30px;
    background: #d4a251;
}
.vo input[type="text"] {
    border: 1px solid #ccc;
    display: ;
    width: 100%;
    margin-top: 3px;
    padding-left: 15px;
    color: #344e91;
}
.sponsors .box {
    width: 18%;
    margin:0 1% 2%;
    float: left;
}
.sponsors .box img {
    width: 100%;
}

#regs-form .checkbox:last-child {
    margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
    .health .item .content ul.points {
        margin-top: 0;
    }
}
@media screen and (max-width: 1199px) {
    header .pay .btn-primary {
        margin-top: 5px;
    }
    .health .item .content {
        min-width: 48%;
        top: 40px;
        padding: 15px 20px 0px;
    }
    .health .item .content p {
        font-size: 14px;
    }
    .health .item .content li {
        font-size: 15px;
    }
    .health .item .content ul.points {
        margin-bottom: 20px;
    }
    .health .item .content li {
        margin-bottom: 5px;
    }
    .quick-link li a {
        font-size: 15px;
    }
    .portfolio-item-one .overlay-inner .option-btn {
        height: 150px;
        line-height: 150px;
    }
    .footer-post-col ul li i {
        width: 38px;
        height: 38px;
    }
    .count .logo {
        width: 150px;
    }
    .count .box {
        margin-left: 20px;
    }
    ul#example {
        margin: 0 0 0 20px;
    }
    .footer-post-col .post-box .social .pay {
        margin-bottom: 5px;
    }
    .course .btn-container {
        width: 320px;
    }
}
@media screen and (max-width: 992px) {
    .health .item .content {
        min-width: 53%;
        top: 40px;
        right: 28px;
        padding: 15px 20px 0px;
    }
}
@media screen and (max-width: 991px) {
    .stellarnav > ul > li > a { padding: 20px 23px; }
    .body-content.aboutPage .container .row .row {
        flex-direction: column;
    }
    .body-content.aboutPage .container .row .row [class*="col-"]:nth-child(1) {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .body-content.aboutPage .container .row .organiser {
        padding: 10px;
    }
    .health .item .content {
        top: 10px;
    }
    .health .item .content h3 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .health .item .content p {
        font-size: 13px;
    }
    .footer-about-col.col-default, .footer-Tag-col {
        display: block;
    }
    .main-footer .container .row {
        display: block;
    }
    .footer-logo {
        display: inline-block;
    }
    .main-footer .footer-logo img {
        width: 100%;
    }
    .quick-link li a {
        font-size: 14px;
    }
    .footer-post-col ul li i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .footer-about-col p {
        font-size: 13px;
    }
    header .container .row [class*="col-"]:nth-child(1) a {
        display: block;
    }
    header .container .row [class*="col-"]:nth-child(1) a img {
        text-align: center;
        margin: 0 auto;
    }
    .section1 .sectiontitle {
        margin-top: 15px;
    }
    .socialSites {
        margin-top: 10px;
    }
    .plans .row [class*="col-"] {
        padding-left: 15px;
    }
    .plans .row [class*="col-"]:nth-child(2) {
        padding: 0 30px 20px;
    }
    .continuetopic h3::before, .continuetopic h3::after {
        height: 53px;
    }
    .yearChart .monthChart ul {
        list-style: none;
        -moz-column-count: 2;
        column-count: 2;
    }
    .portfolio-item-one .overlay-inner .option-btn {
        height: 130px;
        line-height: 130px;
    }
    .adjunct .main {
        background-size: cover;
    }
    .adjunct .main .left p {
        font-size: 14px;
    }
    .gallery-style-one #portfoliolist .portfolio {
        width: 48%;
    }
    .newsletter {
        padding: 30px 0;
    }
    .footer-post-col ul li {
        margin-right: 3px;
    }
    #toTop {
        bottom: 50px;
    }
    .count .logo {
        width: 120px;
    }
    .count .box {
        margin-left: 10px;
        padding: 20px 30px 20px 0;
    }
    .count .box .img ul li {
        width: 80px;
    }
    .count .box .img ul li img {
        width: 60%;
    }
    .count .box .img ul li::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -3%;
    }
    ul#example {
        margin: 0 0 0 -20px;
    }
    .count .ticket {
        padding-left: 30px;
    }
    .count .ticket h6 {
        font-size: 12px;
    }
    .count .ticket a {
        font-size: 12px;
    }
    ul#example li span {
        font-size: 20px;
    }
    ul#example li p {
        font-size: 10px;
    }
    header .pay img {
        margin: 0;
    }
    header .socialSites {
        float: left;
    }
    header .pay .btn-primary {
        margin-top: 7px;
    }
    .body-content.puclicspeaking.testimonial .add  img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    
}
@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 767px) {
    .sponsor .owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }
    .sponsor .owl-carousel .owl-nav button.owl-prev {
        left: -5px;
    }
    .health .item .content {
        width: 100%;
        background: rgba(64,87, 147, 1);
        position: static;
        padding-bottom: 15px;
    }
    .health .item::before {
        display: none;
    }
    .main-footer .footer-logo img {
        width: auto;
    }
    .main-footer .footer-Tag-col ul {
        column-count: 3;
    }
    .copyright p, .copyright p a {
        font-size: 13px;
        margin: 0;
    }
    .body-content.aboutPage .container .row {
        flex-direction: column;
    }
    .body-content.aboutPage .container .row [class*="col-"]:nth-child(1) {
        margin-bottom: 20px;
    }
    header .container .row {
        flex-direction: column;
    }
    .socialSites ul {
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .socialSites ul li {
        margin: 0 auto;
        text-align: center;
    }
    .planCharts .chart .points ul {
        height: auto !important;
    }
    .continuetopic h3::before, .continuetopic h3::after, .continuetopic h3 label::before, .continuetopic h3 label::after, .continuetopic h2 label::before, .continuetopic h2 label::after  {
        content: none;
    }
    .yearChart .monthChart ul {
        list-style: none;
        -moz-column-count: 1;
        column-count: 1;
    }
    .speakerImg {
        height: 260px !important;
    }
    .publisherImg, .speakerImg {
        height: 460px;
        width: 100%;
        margin-left: 0;
        background-position: right top;
        background-size: contain;
		

		
		
		
    }
    .speakerContent {
        padding: 15px;
        background: #fff;
    }
    .adjunct .right img {
        width: 100%;
    }
    .newsletter h6, .newsletter small {
        text-align: center;
    }
    .newsletter button {
        font-size: 23px;
        padding: 9px 0;
    }
    .newsletter small {
        margin-bottom: 10px;
        display: block;
    }

    .count .box::after {
        width: 83%;
        transform: inherit;
    }
    .count .ticket {
        padding: 15px 0;
        width: 100%;
    }
    .count .ticket h6 {
        font-size: 16px;
    }
    .count .ticket a {
        font-size: 16px;
    }
    .sponsors .box {
        width: 23%;
    }
    header .pay img {
        margin: 3px 0;
    }
    header .socialSites {
        margin: 6px 0 0;
    }
    header .pay .btn-primary {
        margin-top: 1px;
    }
}
@media screen and (max-width: 640px) {
    .health .item .content li {
        margin-bottom: 10px;
    }
    .filter-button {
        font-size: 14px;
        padding: 6px 10px;
    }
    .course ul {
        column-count: 1 !important;
        margin-top: 10px;
    }
    .course em {
        font-size: 15px;
    }
    .course h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .course small {
        font-size: 14px;
    }
    .course h4 {
        font-size: 20px;
        margin: 20px 0 10px;
        padding-bottom: 10px;
    }
    .count .logo {
        width: auto;
        margin: 10px auto;
    }
    .count .box {
        margin: 0 auto;
        padding: 0;
    }
    .count .box::after {
        width: 81%;
    }
    .sponsors .box {
        width: 31.333%;
    }
    #toTop {
        bottom: 30px;
    }
    header .socialSites {
        margin: 3px 0;
    }
    /*.socialSites ul li i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }*/

}
@media screen and (max-width: 575px) {
    .gallery-style-one #portfoliolist .portfolio {
        width: 100%;
    }
    .mixitup-gallery {
        text-align: center;
    }
    /*#toTop {
        bottom: 60px;
    }*/
}
@media screen and (max-width: 480px) {
    .health .item .content h3 {
        font-size: 25px;
    }
    .health .item .content li {
        font-size: 13px;
    }
    .main-footer .footer-Tag-col ul {
        column-count: 2;
    }
    .copyright p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright {
        padding: 10px 0;
    }
    .filter-button {
        font-size: 11px;
        padding: 5px;
    }
    .gallery_product {
        width: 100%;
        margin-bottom: 10px;
    }
    .portfolio-item-one.mix {
        width: 100%;
    }
    .filter-button {
        margin-bottom: 10px;
    }
    .adjunct .main .left {
        padding: 0 6px;
    }
    .course h3 {
        font-size: 15px;
    }
    .course small {
        font-size: 12px;
    }
    .course h4 {
        font-size: 17px;
    }
    .course ul li a {
        font-size: 14px;
    }
    .course ul li::before {
        top: 6px;
    }
    .gallery-style-one #filters li span {
        padding: 5px 15px;
        font-size: 14px;
    }
    .newsletter h6 {
        font-size: 27px;
        line-height: 30px;
    }
    .publisherImg, .speakerImg {
        height: 300px;
    }
    .count .box {
        padding-top: 10px;
    }
    .count .box .img {
        margin: auto;
    }
    .count .box .img ul li img {
        margin: auto;
    }
    .count .box .img ul li::before {
        right: -30%;
    }
    ul#example {
        margin: auto;
    }
    .count .box::after {
        width: 100%;
    }
    .sponsors .box {
        width: 48%;
    }
    /*.socialSites ul li i {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }*/
}
@media screen and (max-width: 360px) {
    .health .item .content li {
        font-size: 11px;
    }
    .filter-button {
        font-size: 10px;
        padding: 4px;
    }
    .gallery-style-one #filters li span {
        padding: 5px 10px;
    }
    /*.socialSites ul li i {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 9px;
    }*/
    .socialSites ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    header .pay .btn-primary {
        margin-top: 3px;
        padding: 6.5px 12px;
        font-size: 13px;
    }
    .course button {
        padding: 6px 20px;
        font-size: 16px;
    }
}