﻿/* -- Introduction Section */
.introduction-block {
	background-color: #ececec;
	padding: 50px 70px 65px 80px;
	position: relative;	
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.introduction-block:hover {
	opacity: 0.9;
}
.introduction-section .col-md-12.no-padding::before  {
	background: url("../images/introduction-overlay.html");	
	background-size: cover;		
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.introduction-block::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	/*	background-color: #29363e;*/
	background-image: linear-gradient(#103855c4 , rgb(42 55 63 / 86%)) , url(../images/schedule.html);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	opacity: 0;
}
.introduction-block:hover::before {
	opacity: 1;
}
.introduction-block .block-title {
	color: #222;
	display: inline-block;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	padding-bottom: 25px;
	position: relative;
	margin-top: 11px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.introduction-block .block-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 35px;
	background-color: #ff9930;
	height: 2px;
}
.introduction-block span {
	height: 50px;
	width: 50px;
	text-align: center;
	color: #fff;
	background-color: #f1783cb8;
	display: inline-block;
	font-size: 26px;
	padding: 10px;
	float: right;
	position: relative;
	z-index: 2;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.introduction-block span:hover {
	color: #000;
}
.introduction-block  p {
	font-size: 14px;
    /* letter-spacing: 0.42px; */
    line-height: 28px;
    color: #000;
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.introduction-block a {
	background-color: transparent;
	color: #222;
	display: inline-block;
	font-family: "Raleway",sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 28px;
	margin-top: 20px;
	padding: 3.5px 26.5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 2;
	border: 2px solid #f1783cb8;
	overflow: hidden;
}
.introduction-block a::after {
	position: absolute;
	content: "";
	background-color: #f1783c;
	height: 0;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 100%;
	z-index: -1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.introduction-block a:hover::after {
	height: 260%;
    opacity: 1;
}
.introduction-block a:hover {
	border-color: #f1783cb8;
	font-weight: 600;
}
.introduction-block:hover a {
	color: #fff;
	background-color: transparent;
}
.introduction-block:hover p,
.introduction-block:hover .block-title {
	color: #fff;	
}
.intro p,
.intro .block-title {
	color: #fff !important;	
}
.intro a{
    	color: #fff !important;	
}

.introduction-section .owl-theme .owl-controls {
	margin-top: 0;
}

body {
font-family: open sans, Arial, sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.8;
color: #b3b3b3
}
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
text-decoration: none
}
a:hover {
text-decoration: none
}
h1,
h2,
h3,
h4,
h5 {
color: #fff;
font-family: playfair display, times, serif
}
.white p{color:#fff!important;} 
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Text Overlay */
#lab_video_text_overlay h2 {
  font-size:4em
}

#lab_video_text_overlay .btn {
  border-radius:0;
  text-transform:uppercase;
  font-weight:200;
}
#lab_video_text_overlay .btn-warning {
  background-color:#F5D328;
}

#lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
}

#lab_video_text_overlay .container {
  text-align: center;
  margin: 0px auto;
//  background-color: #669900;
}

@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {
  #lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 2em;
  }
  #lab_video_text_overlay p {
    font-size: .9em;
  }
}
.serBox{
    margin-top: 50px;
    border-bottom: 2px solid #3f484f;
    z-index: 1;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
}
.serBox:hover{
    top: -20px;
    border-bottom: 1px solid #3f484f;
}
.serBox:after{
    content: "";
    width: 2px;
    height: 100%;
    background: #3f484f;
    position: absolute;
    bottom: 0;
    left: 37.5px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.serBox:hover:after{
    background: #58a4b0;
}
.serBox .ser-icon{
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #c2c2c2;
    text-align: justify;
    line-height: 70px;
    float: left;
    font-size: 40px;
    color: #c2c2c2;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serBox:hover .ser-icon{
    border-color: #58a4b0;
    color: #58a4b0;
    margin-top: -30px;
    animation: bounce 1s ease normal none 1;
}
.serBox .ser-content{
    margin-left: 150px;
    padding-bottom: 70px;
}
.serBox .title{
   font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-left: 0px;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.serBox .description{
       font-size: 18px;
    color: #444;
    line-height: 24px;
    font-family: open sans-serif;
}
.serBox .read-more{
    display: inline-block;
    padding: 4px 16px;
    font-size: 13px;
    color: #58a4b0;
    text-transform: capitalize;
    border: 2px solid #58a4b0;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.serBox:hover .read-more{
    bottom: 25px;
    opacity: 1;
}
.serBox .read-more:hover{
    background: #58a4b0;
    color: #fff;
}
.btn,
.form-control {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
outline: none
}
.form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-width: 2px
}
textarea.form-control {
height: inherit
}
.btn {
font-size: 15px;
text-transform: uppercase;
padding: 15px 25px;
letter-spacing: 0;
border-radius: 0;
}
.btn.btn-primary {
color: #fff;
border-width: 2px
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
border-color: #ffce3a;
background: #ffce3a
}
.btn.btn-sm {
font-size: 12px
}
.btn.btn-outline-primary {
border-width: 2px;
color: #ffc107
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
color: #fff
}
.btn.btn-outline-white {
border-width: 2px;
border-color: #fff;
color: #fff
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
background: #fff;
color: #000;
border-width: 2px;
font-weight: 600;
}
.btn:hover {
text-decoration: none
}
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 5;
background: #fff;
position: fixed;
box-shadow: 2px 2px 2px 2px #0000001c
}
header .navbar-brand {
text-transform: uppercase;
letter-spacing: .2em;
font-weight: 400
}
header .navbar-brand.absolute {
position: absolute
}
@media(max-width:991px) {
header .navbar-brand.absolute {
position: relative
}
#sticky-social {
display: none;
}
#tabs {
padding: 12px !important;
}
}
header .navbar-brand span {
color: #ffc107
}
header .navbar {
padding-top: 0;
padding-bottom: 0;
background: 0 0 !important;
position: relative
z-index:999;
}
@media(max-width:767px) {
header .navbar {
background: #fff !important;
padding-top: .5rem;
padding-bottom: .5rem
}
.marquee img {
    width: 40% !important;
}
}
header .navbar .nav-link {
padding: 1em 1rem;
outline: none !important;
font-size: 14px;
/* text-transform:uppercase; */
/* letter-spacing:.2em; */
color: #222 !important;
font-weight: 600;
}
@media(max-width:767px) {
header .navbar .nav-link {
padding: .5rem 0
}
}
header .navbar .nav-link.active {
color: #006c6c !important;
}
header .navbar .dropdown-menu {
font-size: 14px;
border-radius: 4px;
border: none;
-webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .2);
box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .2);
min-width: 13em;
margin-top: -10px;
margin-left: -14px;
border: 1px solid #1e355d;
}
header .navbar .dropdown-menu:before {
bottom: 100%;
left: 10%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #fff;
border-width: 7px;
}
@media(max-width:991px) {
header .navbar .dropdown-menu:before {
display: none
}
}
header .navbar .dropdown-menu .dropdown-item:hover {
background: #006c6c;
color: #fff
}
header .navbar .dropdown-menu .dropdown-item.active {
background: #ffc107;
color: #fff
}
header .navbar .dropdown-menu a {
padding-top: 7px;
padding-bottom: 7px
}
header .navbar .cta-btn a {
background: #ffc107;
color: #000 !important;
padding-left: 20px !important;
padding-right: 20px !important;
text-transform: uppercase;
padding-top: 26px !important;
padding-bottom: 26px !important;
line-height: 1;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease
}
header .navbar .cta-btn a:hover {
color: #fff !important;
-webkit-box-shadow: 2px 0 30px -5px rgba(255, 193, 7, .9);
box-shadow: 2px 0 30px -5px rgba(255, 193, 7, .9)
}
.half {
border-bottom: 1px solid #2e2e2e
}
.half .text,
.half .image {
width: 50%
}
@media(max-width:991px) {
.half .text,
.half .image {
width: 100%
}
}
.half .text h2,
.half .text h3,
.half .image h2,
.half .image h3 {
color: #000
}
.half .text {
padding: 7%
}
.half .image {
background-size: cover;
background-position: center center
}
@media(max-width:991px) {
.half .image {
height: 350px
}
}
.section-heading {
background: #ffc107;
padding: 2px 15px;
display: inline-block;
font-size: 11px;
color: #fff;
text-transform: uppercase;
letter-spacing: .2em;
margin-bottom: 15px
}
.custom-media img {
width: 120px
}
.custom-media h3 {
font-size: 18px;
line-height: 1.5
}
.custom-media .post-meta {
text-transform: uppercase;
font-size: 11px;
letter-spacing: .1em
}
.custom-media .post-meta a {
color: #fff
}
.custom-media .post-meta a:hover {
opacity: .8
}
.custom-icon {
font-size: 70px;
color: #ffc107
}
.owl-carousel .owl-item {
opacity: .4
}
.owl-carousel .owl-item.active {
opacity: 1
}
.owl-carousel .owl-nav {
position: absolute;
top: 50%;
width: 100%
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -10px;
opacity: .2;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
outline: none;
opacity: 1
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
font-size: 40px
}
.owl-carousel .owl-nav .owl-prev {
left: 30px !important
}
.owl-carousel .owl-nav .owl-next {
right: 30px !important
}
.owl-carousel .owl-dots {
text-align: center
}
.owl-carousel .owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
background: 0 0
}
.owl-carousel .owl-dots .owl-dot.active {
background: #fff
}
.owl-carousel.home-slider {
z-index: 1;
position: relative
}
.owl-carousel.home-slider .btn-link {
color: #fff
}
.owl-carousel.home-slider .owl-nav {
opacity: 0;
visibility: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease
}
.owl-carousel.home-slider .owl-nav button {
color: #fff
}
.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
opacity: 1;
visibility: visible
}
.owl-carousel.home-slider .slider-item {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: calc(100vh - 217px);
min-height: 600px;
position: relative
}
.owl-carousel.home-slider .slider-item:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .2);
content: ""
}
.owl-carousel.home-slider .slider-item .slider-text {
color: #fff;
height: calc(100vh - 217px);
min-height: 575px;
}
.owl-carousel.home-slider .slider-item .slider-text .child-name {
font-size: 40px;
color: #fff
}
.owl-carousel.home-slider .slider-item .slider-text h2 {
font-size: 33px;
color: #fff;
line-height: 1.2;
font-weight: 300 !important;
margin-bottom: 22px;
}
@media(max-width:991px) {
.owl-carousel.home-slider .slider-item .slider-text h2 {
font-size: 30px
}
}
.owl-carousel.home-slider .slider-item .slider-text h3 {
font-size: 20px;
line-height: 1.5;
/*	font-weight: 300;
*/
color: #fff;
opacity: 0.9;
}
.owl-carousel.home-slider.inner-page .slider-item {
height: calc(50vh - 117px);
min-height: 550px
}
.owl-carousel.home-slider.inner-page .slider-item .slider-text {
color: #fff;
height: calc(50vh - 117px);
min-height: 550px
}
.owl-carousel.home-slider .owl-dots {
position: absolute;
bottom: 100px;
width: 100%
}
.owl-carousel.home-slider .owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 5px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, .5);
outline: none !important;
position: relative;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
border: 2px solid #fff
}
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
background: #fff
}
.owl-carousel.major-caousel .owl-stage-outer {
padding-top: 30px;
padding-bottom: 30px
}
.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: #495057
}
.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
color: #868e96;
outline: none
}
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
color: #dee2e6
}
.owl-carousel.major-caousel .owl-nav .owl-prev {
left: -60px !important
}
.owl-carousel.major-caousel .owl-nav .owl-next {
right: -60px !important
}
.owl-carousel.major-caousel .owl-dots {
bottom: -30px !important;
position: relative
}
.owl-custom-nav {
float: right;
position: relative;
z-index: 10
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
padding: 10px;
font-size: 30px;
background: #ccc;
line-height: 0;
width: 60px;
text-align: center;
display: inline-block
}
.section {
padding: 7em 0
}
.section-subscribe {
padding: 2em 0
}
.contact-form-contact-info p {
margin-bottom: 30px;
font-size: 20px;
line-height: 1.5;
color: #000
}
.contact-form-contact-info p .icon {
top: -4px;
position: relative;
width: 0;
font-size: 30px;
color: #ffc107
}
.load-more {
display: block;
padding: 40px;
text-align: center;
background: #e9ecef;
color: #000;
font-size: 20px
}
.load-more:hover {
background: #ffc107;
color: #fff
}
.cover_1 {
background-size: cover;
background-position: center center;
padding: 7em 0
}
.cover_1 .sub-heading {
color: rgba(255, 255, 255, .7);
font-size: 22px
}
.cover_1 .heading {
font-size: 50px;
color: #fff;
font-weight: 300
}
.heading {
color: #000
}
.heading.border-bottom {
position: relative;
padding-bottom: 30px
}
.heading.border-bottom:before {
bottom: 0;
position: absolute;
content: "";
width: 50px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #ffc107
}
.text-black {
color: #000 !important
}
.border-t {
border-top: 1px solid #f8f9fa
}
.copyright {
font-size: 14px
}
#about h3 {
color: #1E355D;
font-weight: 600;
}
#about p {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
    color: #222222c7;
    font-family: playfair display, times, serif;
    font-weight: 600;
    line-height: 32px;
    font-size: 15px;
    text-align: justify;
    color: #222222c7;
    font-family: playfair display, times, serif;
    font-weight: 600;
}
footer {
background: #f8f8fa;
padding-top: 45px;
}
.logo-footer {
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 7px;
}
.logo-footer img {
margin-right: 8px;
}
.footer-text {
margin-bottom: 18px;
line-height: 35px;
margin-top: 5px;
color: #222;
font-weight: 600;
font-family: playfair display, times, serif;
}
.soc-link {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
footer .soc-link li:not(:last-child) {
margin-right: 25px;
}
.soc-link li:not(:last-child) {
margin-right: 18px;
}
footer .soc-link li a .fa {
color: #4c4747 !important;
}
.soc-link li a {
color: #c4c4c4;
font-size: 20px;
}
.version-2 h1,
.version-2 h2,
.version-2 h3,
.version-2 h4,
.version-2 h5,
.version-2 h6 {
color: #060631;
}
footer h6 {
letter-spacing: 0;
    margin: 10px 0 15px;
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: playfair display, times, serif;
}
footer ul {
    padding-left: 0;
    list-style: none;
    line-height: 31px;
    font-size: 15px;
    color: #f5803e;
    font-family: playfair display, times, serif;
}
footer ul a {
    color: #222222;
    font-weight: 600;
    font-size: 15px;
}
footer h5 {
    text-transform: capitalize;
    font-size: 17px;
    color: #1E355D;
    font-weight: 600;
    margin-top: 9px;
}
.footer-bottom {
font-weight: 600;
margin-top: 35px;
padding: 32px 0;
font-size: 15px;
color: #222;
}
.copyright {
color: #fff;
}
.journals h6 {
line-height: 26px;
text-transform: capitalize !important;
font-size: 15px;
font-weight: 600 !important;
color: #1E355D;
font-family: playfair display, times, serif;
}
.journals p {
font-size: 14px;
}
.download {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    padding: 22px;
    background: #006c6c;
    border-right: 1px solid;
    color: #fff;
    display: flex;
    border-bottom: 1px solid #ffffff7a;
    /* margin-top: -6px; */
    border-top: 1px solid #fff;
}
.download .fa {
font-size: 33px;
color: #ffffff;
margin-bottom: 10px;
margin-top: 6px;
}
.download a {
color: #fff !important;
}
.ts-facts-icon i {
font-size: 36px;
color: rgba(255, 255, 255, .7);
width: 100px;
line-height: 90px;
margin-top: 6px;
border-bottom: 1px solid #ff8c03;
display: inline-block;
text-align: center;
}
.offer-icon .svg-inline--fa {
font-size: 34px;
}
.offers hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.48);
width: 71px;
}
.download span {
color: #f5803e;
font-weight: 600;
}
.breadcrumb-active {
color: #f5803e;
}
#about .svg-inline--fa.fa-w-14,
.call-paper .svg-inline--fa.fa-w-14 {
color: #f5803e;
}
span hr {
margin-top: 8px !important;
margin-bottom: 0rem !important;
border: 0;
border-top: 2px solid rgb(255, 255, 255);
}
.call-paper .ui.accordion .title:not(.ui) {
padding: 0.7em 15px;
font-size: 17px;
color: #05203e !important;
border-top: 1px solid #5e6e82a6;
border-bottom: 1px solid #d8e2ef;
background: #006c6c;
color: #fff !important;
}
.call-paper .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
padding-left: calc(0% + 30px) !important;
padding-bottom: 18px;
width: 100% !important;
font-weight: 600;
line-height: 45px;
background: #f6f6f6;
padding-top: 25px;
}
.attend-conf p {
text-align: inherit !important;
}
.attend-conf hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgb(30, 53, 93) !important;
}
.conf-form label {
font-weight: 600 !important;
color: #585555;
padding-left: 5px;
font-size: 15px;
font-family: playfair display, times, serif;
}
.abstract {
    line-height: 40px;
    font-size: 15px;
    color: #111e33ba;
    font-weight: 600;
    font-family: playfair display, times, serif;
}
.txt {
color: #f5803e !important;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #fff !important;
font-size: 13px;
background: #006c6c;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #6b65655e;
font-size: 15px;
text-align: center;
}
.bank-detl tr td:first-child {
font-weight: 600;
}
.bank-detl tr td {
padding: 10px;
font-size: 14px;
color: #222;
}
.deliverables {
padding: 0px;
}
.deliverables h5 {
padding-bottom: 3px;
background: #006c6c;
padding: 13px;
color: #fff;
}
.deliverables p {
line-height: 25px !important;
font-size: 14px !important;
}
.cancel {
font-size: 15px;
line-height: 35px;
margin-bottom: 25px;
}
.journal {
padding: 2%;
border: 1px solid #dcddde;
/* height: 150px; */
margin-bottom: 30px;
box-shadow: 2px 2px 0px 0px #006c6c2b;
}
.journal h6 {
font-size: 14px;
color: #1E355D;
line-height: 23px;
font-weight: 600;
font-family: playfair display, times, serif;
}
.journal p {
font-size: 14px !important;
}
.journal a{
	color: #202f3ee0 !important;
}
.gall img {
width: 250px;
height: 217px;
margin-right: 20px;
}
.abt-venue p {
line-height: 30px;
font-size: 16px;
text-align: justify;
}
.visa-letter {
border: 1px solid #001534 !important;
padding: 10px;
border-radius: 10px;
margin-bottom: 13px;
padding-top: 19px;
}
.visa-letter h5 {
font-size: 16px;
}
.event {
position: relative;
top: -122px;
z-index: 1;
}
section {
padding-top: 3rem;
padding-bottom: 3rem;
}
.fa {
color: #f5803e;
}
.breadcrumbs h1 {
font-size: 26px !important;
font-weight: 600;
letter-spacing: 0px;
margin-bottom: 15px;
font: normal bold 30px / 40px "Roboto", Helvetica, Arial, Verdana, sans-serif;
color: #ffffff;
text-transform: uppercase;
}
.breadcrumbs a {
color: #006c6c !important;
}
.abt-conf p:before {
font-family: 'FontAwesome';
content: '\f054';
position: absolute;
left: 0px;
top: 9px;
width: 20px;
height: 20px;
border: 2px solid #006c6cbd;
text-align: center;
line-height: 17px;
font-size: 11px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.abt-conf p {
position: relative;
line-height: 30px;
padding: 0px 0px 9px 35px;
margin-top: 15px;
}
.abt-conf p:hover:before {
background: #006c6c;
border-color: #006c6c;
color: #ffffff;
}
.text-info {
color: #f5803e !important;
font-weight: 600;
}
.card-body .img {
background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.78)), url(../img/date-bg.jpg);
/* padding: 30px; */
width: 60px;
height: 60px;
border-radius: 100%;
background-position: center;
background-size: cover;
text-align: center;
line-height: 54px;
font-size: 22px;
}
.card-body .img .fa {
color: #d6d6d6;
}
.text-dark {
font-weight: 600;
color: #4e4f50 !important;
}
.media-body {
line-height: 32px;
font-size: 14px;
}
.bg-overlay-primary {
background-color: rgb(57, 102, 217);
}
.bg-holder {
position: absolute;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center;
overflow: hidden;
will-change: transform, opacity, filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-repeat: no-repeat;
z-index: 0;
}
.bg-holder.bg-overlay-primary:before {
background-color: rgba(38, 38, 74, 0.78);
}
.bg-holder.overlay:before {
position: absolute;
content: '';
background: rgba(30, 20, 73, 0.25);
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bg-holder.bg-overlay-primary:before {
background-color: rgba(38, 38, 74, 0.78);
}
.text-white {
color: #fff !important;
font-weight: 600;
}
.btn-primary {
color: #111;
background-color: rgba(68, 120, 255, .85);
border-color: rgba(68, 120, 255, .85);
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
border-color: #006c6c;
background: #006c6c;
}
.rounded-soft {
border-radius: .375rem !important;
}
.journals p {
font-size: 14px !important;
font-weight: 600;
}
.journals img {
height: 185px;
}
.offer-icon .fa {
font-size: 34px;
color: #fff;
}
.border {
border: 1px solid #d8e2ef !important;
background: #fff;
}
.bg-holder.overlay-white:before {
background-color: rgba(250, 250, 252, .95);
}
.divider {
width: 1px;
height: 100px;
background: #fff;
overflow: hidden;
z-index: 0;
}
.flex-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.footer-bg-color {
background-color: #006c6c;
}
.letter {
background-image: linear-gradient(rgba(27, 21, 54, 0.56), rgba(23, 17, 50, 0.39)), url(../img/speaker-bg.png);
border-radius: 5px;
background-position: center;
padding-bottom: 20px;
}
.letter a {
        font-weight: 600;
    font-size: 13px;
    color: #e68c62;
    border: 1px solid #b6b9bd;
    padding: 5px;
}
/* entypo */
[class*="entypo-"]:before {
font-family: "entypo", sans-serif;
}
a {
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#sticky-social {
left: 0;
position: fixed;
top: 230px;
z-index: 1;
}
#sticky-social a {
background: #333;
color: #fff !important;
display: block;
height: 45px;
font: 18px "Open Sans", sans-serif;
line-height: 35px;
position: relative;
text-align: center;
width: 45px;
}
#sticky-social a .fa {
color: #fff;
}
#sticky-social a span {
line-height: 45px;
left: -120px;
position: absolute;
text-align: center;
width: 120px;
}
#sticky-social a:hover span {
left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
background: #00aced;
}
/*
#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }	
*/
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
background: #007bb6;
}
#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
background: #517fa4;
}
#sticky-social a[class*="whatsapp"],
#sticky-social a[class*="whatsapp"]:hover,
#sticky-social a[class*="whatsapp"] span {
background: #00e676;
}
.box > .icon {
text-align: center;
position: relative;
}
.box > .icon > .image {
position: relative;
z-index: 2;
margin: auto;
width: 60px;
height: 60px;
border: 8px solid white;
line-height: 48px;
/* border-radius: 50%; */
background: #006c6c;
vertical-align: middle;
}
.box > .icon:hover > .image {
background: #333;
}
.box > .icon > .image > i {
font-size: 21px !important;
color: #fff !important;
}
.box > .icon:hover > .image > i {
color: white !important;
}
.box > .icon > .info {
margin-top: -24px;
background: #fafafc;
border: 1px solid #e0e0e0;
padding: 15px 0 10px 0;
}
.box > .icon:hover > .info {
background: rgba(0, 0, 0, 0.04);
border-color: #e0e0e0;
color: white;
}
.box > .icon > .info > h3.title {
font-size: 17px;
color: #222;
font-weight: 600;
margin-top: 15px;
}
.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
color: #222;
}
.box > .icon > .info > .more a {
font-size: 12px;
color: #222;
line-height: 12px;
text-transform: uppercase;
text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
color: #fff;
padding: 6px 8px;
background-color: #4770ed;
}
.box .space {
height: 30px;
}
.faq-content #accordion .panel-title > a.accordion-toggle::before,
.faq-content #accordion a[data-toggle="collapse"]::before {
content: "−";
float: left;
margin-right: 14px;
margin-left: 10px;
color: #fff;
font-size: 13px;
font-weight: 300;
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
text-align: center;
font-size: 10px;
background: #006c6c;
margin-top: 8px;
}
.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before,
.faq-content #accordion a.collapsed[data-toggle="collapse"]::before {
content: "+";
color: #fff;
font-size: 10px;
font-weight: 300;
background: #333;
}
.faq-content {
float: left;
width: 100%;
}
.faq-content .panel-heading {
padding-left: 0px;
border-radius: 0px !important;
padding: 8px;
}
.faq-content .panel-heading a {
text-decoration: none;
}
.faq-content .panel {
border-radius: 0px !important;
}
.faq-content .panel-default {}
.faq-content .panel-heading {
background: #f3f3f3 !important;
color: #666666;
border-bottom: 1px solid #22222229;
}
.faq-content .panel-body {
font-size: 14px;
color: #666666;
padding-left: 28px;
padding-top: 16px;
}
.faq-saelect {
background: #f3f3f3;
padding: 15px;
border-bottom: 2px solid #666666;
float: left;
width: 100%;
margin-bottom: 20px;
margin-top: -10px;
}
.faq-saelect span {
font-size: 16px;
color: #333;
margin-right: 20px;
}
.faq-saelect select {
border: 1px solid #dcdcdc;
color: #999999;
width: 300px;
height: 40px;
}
.faq-content .panel {
border-top: none !important;
border-right: none !important;
border-left: none !important;
}
.faq-content .panel-body {
border: 1px solid #f3f3f3;
background: #f7f7f7;
}
.panel-title span {
color: #222;
font-size: 18px;
font-weight: 600;
}
.carousel {
width: 100%;
margin: 0 auto;
}
.carousel .item {
color: #999;
font-size: 14px;
/* text-align: center; */
overflow: hidden;
min-height: 395px;
background-image: linear-gradient(#006c6c, #006c6c);
padding: 20px;
}
.carousel h5 {
margin-bottom: .25rem;
margin-bottom: 15px;
margin-top: 10px;
color: #f5803e;
font-weight: 600;
}
.carousel ul {
line-height: 32px;
padding-left: 25px;
color: #e0dfdf;
list-style: circle;
}
.carousel .carousel-control {
width: 30px;
height: 30px;
border-radius: 50%;
background: #c7c1c4;
text-shadow: none;
top: 4px;
}
.carousel-control i {
font-size: 20px;
margin-right: 2px;
color: #212020;
font-weight: 600;
}
.carousel-control.left {
left: auto;
right: 40px;
}
.carousel-control.right i {
margin-right: -2px;
}
.form-control {
border: 1px solid #dfdfe1;
font-size: 15px;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #e8743e47;
}
.why-attend p {
color: #fff !important;
}
select.form-control:not([size]):not([multiple]) {
height: auto;
}
.navbar-dark .navbar-toggler {
/* color: rgba(228, 0, 0, 0.5); */
border-color: rgba(95, 85, 85, 0.1);
background: #dc6d39c7;
}
.topics {
background: #1e355d;
padding: 10px;
text-align: center !important;
font-size: 15px;
text-transform: uppercase;
color: #fff !important;
}
.breadcrumbs {
background-image: linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.45)), url('../img/breadcrumb.jpg');
padding: 3%;    margin-top: 50px;
background-position: left;
}
@media (min-width: 1200px) #committee .container {
max-width: 90% !important;
}
.abt-conf h5,
.abt-conf h3,
.abt-conf h2,
.abt-conf h1 {
color: #1E355D;
font-weight: 600;
}
.committee {
border-left: 1px solid;
border-right: 1px solid;
}
.committee h4 {
font-size: 16px;
font-weight: 600;
color: #1e355d;
}
.comm-card img {
border: 1px solid #00000042;
padding: 1px;
width: 160px;
height: 180px;
}
.committee {
border-left: 2px solid #f580448f;
border-right: 2px solid #f580448f;
margin-top: 19px;
margin-bottom: 60px;
}
.committee p {
font-size: 15px;
color: #222222b8;
font-family: playfair display, times, serif;
font-weight: 600;
}
.committee h5 {
font-size: 16px;
font-weight: 600;
color: #79482e;
font-style: italic;
}
.main-timeline {
font-family: 'Nunito Sans', sans-serif;
position: relative;
}
.main-timeline .fa {
color: #fff !important;
}
.main-timeline:after {
content: '';
display: block;
clear: both;
}
.main-timeline .timeline {
width: 50%;
margin: 0 10px 30px 0;
float: left;
}
.main-timeline .timeline-content {
color: #fff;
text-align: right;
display: block;
position: relative;
z-index: 1;
}
.main-timeline .timeline-content:hover {
text-decoration: none;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
content: "";
background: #006c6c;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
-webkit-clip-path: polygon(10% 0, 100% 10%, 95% 100%, 0 90%);
clip-path: polygon(10% 0, 100% 10%, 95% 100%, 0 90%);
}
.main-timeline .timeline-content:after {
background-color: #050206c9;
z-index: -2;
-webkit-clip-path: polygon(10% 10%, 95% 0, 90% 90%, 5% 100%);
clip-path: polygon(10% 10%, 95% 0, 90% 90%, 5% 100%);
}
.main-timeline .timeline-icon {
color: #fff;
background-color: #2f2f4e;
font-size: 30px;
text-align: center;
line-height: 72px;
height: 70px;
width: 70px;
border-radius: 50%;
box-shadow: 0 0 7px #000, 0 0 0 22px #fff, 0 0 10px 20px #000;
display: block;
transform: translateY(-50%);
position: absolute;
top: 60%;
right: -45px;
}
.main-timeline .inner-content {
padding: 30px 85px 40px 40px;
}
.main-timeline .title {
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
margin: 0 0 10px;
color: #fff;
text-shadow: 1px 1px #006c6c;
}
.main-timeline .description {
font-size: 15px;
margin: 0;
}
.main-timeline .timeline:nth-child(even) {
float: right;
margin: 0 0 30px 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
text-align: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after {
transform: rotateY(180deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
left: -45px;
right: auto;
}
.main-timeline .timeline:nth-child(even) .inner-content {
padding: 30px 40px 40px 85px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
background-color: rgb(69, 69, 86);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
background-color: #006c6c;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
background-color: #6b7680;
}
@media screen and (max-width:767px) {
.main-timeline .timeline {
width: 100%;
margin: 0 0 40px;
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content {
text-align: left;
margin: 0 0 0 40px;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
transform: rotateY(180deg);
}
.main-timeline .timeline-content:before {
-webkit-clip-path: polygon(3% 0, 100% 5%, 97% 100%, 0 95%);
clip-path: polygon(3% 0, 100% 5%, 97% 100%, 0 95%);
}
.main-timeline .timeline-icon,
.main-timeline .timeline:nth-child(even) .timeline-icon {
font-size: 30px;
line-height: 60px;
height: 60px;
width: 60px;
box-shadow: 0 0 5px #000, 0 0 0 10px #fff, 0 0 10px 7px #000;
right: auto;
left: -30px;
top: 50%;
}
.main-timeline .inner-content,
.main-timeline .timeline:nth-child(even) .inner-content {
padding: 30px 20px 40px 50px;
}
.main-timeline .title {
font-size: 18px;
}
}
.why-attend .event-info p{
text-align: center !important;
}
.oral {
font-size: 14px;
line-height: 23px;
}
.poster p {
line-height: 24px;
font-size: 15px;
margin-bottom: 12px;
}
.poster ul {
padding-left: 18px;
line-height: 30px;
font-family: playfair display, times, serif;
margin-bottom: 15px;
list-style: circle;
}
.poster strong {
font-family: playfair display, times, serif;
color: #1e355d;
}
.guidelines p {
line-height: 30px !important;
font-size: 14px !important;
text-align: justify;
color: #222222b8;
font-family: playfair display, times, serif;
font-weight: 600;
margin-bottom: 1px;
margin-top: 0px;
}
.registration{
border: 1px solid #001534 !important;
padding: 10px;
border-radius: 10px;
margin-bottom: 13px;
padding-top: 19px;
}
.registration strong {
color: #006c6c;
font-family: playfair display, times, serif;
}
.reg-guidelines{
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3); 
padding: 25px; 
background: #006c6cc4; 
color: #fff;
font-size: 14px;
font-family: playfair display, times, serif;
line-height: 28px;
}
.reg-guidelines h5{
color: #f5803e;
margin-top: 15px;
margin-bottom: 15px; font-weight:600;
}
.reg-guideline{
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  padding: 25px;
  background:#0a1759;
  color: #fff;
  font-size: 14px;
  font-family: playfair display, times, serif;
  line-height: 28px;
  border-radius: 10px;
  border: 3px solid #ff7739;
}
.reg-guideline:hover{
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 25px;
    background: #230A59;
    color: #fff;
    font-size: 14px;
    font-family: playfair display, times, serif;
    line-height: 28px;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.reg-guideline h5{
color: #f5803e;
margin-top: 15px;
margin-bottom: 15px; font-weight:600;
}
.cancel {
font-size: 15px;
line-height: 35px;
margin-bottom: 25px;
color: #222222ba;
list-style: circle;
padding-left: 50px;
font-weight: 600;
}
.deliverables .fa-check {
color: #006c6c;
}
.deliverables p {
padding-left: 20px;
}
.abt-venue h4{
font-weight: 600;
line-height: 1;
color: #1E355D;
}
.hotel-info {
background: #1e355d;
padding: 5px;
color: #fff;
}
.awards-title {
border-bottom: 1px solid #1e355d;
padding: 7px;
/* text-align: center; */
border-radius: 3px;
color: #3e3b3b;
/* background: #1e355d; */
font-weight: 600;
font-family: playfair display, times, serif;
font-size: 20px;
}
.awd-card {
background: #eeeeee9e;
padding: 10px 15px;
}
.awd-card p {
line-height: 23px !important;
font-size: 14px !important;
margin-bottom: 0px !important;
padding-bottom: 0;
}
.awd-card p:before {
font-family: 'FontAwesome';
content: '\f00c';
position: absolute;
left: 7px;
top: 5px;
width: 15px;
height: 15px;
border: 2px solid #006c6cb5;
text-align: center;
line-height: 12px;
font-size: 8px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.sponsor-card{
	padding: 10px 15px;
}
.sponsor-card p {
line-height: 23px !important;
font-size: 14px !important;
margin-bottom: 0px !important;
padding-bottom: 0;
}
.sponsor-card p:before {
font-family: 'FontAwesome';
content: '\f00c';
position: absolute;
left: 7px;
top: 5px;
width: 15px;
height: 15px;
border: 2px solid #006c6cb5;
text-align: center;
line-height: 12px;
font-size: 8px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}


.card-bg {
background: #fff;
border: 1px solid #1e355d;
}
.award img {
width: 250px;
height: 200px;
margin-right: 20px;
}
.contact h5 {
font-weight: 600;
color: #1E355D;
}
.contact strong {
color: #060207;
font-size: 19px;
font-family: playfair display, times, serif;
}

.sponsor{
	color: #1E355D;
}
.btn-dwn{
	background: #1e355d;
}
.btn-dwn a{
	color: #fff;
}
.blink {
        color: #FF0000;
    }

    .blink span {
        color: #006c6c;
        animation: blink 1.5s linear infinite;
    }

    @keyframes blink {
        0% {
            opacity: .1;
        }

        50% {
            opacity: .5;
        }

        100% {
            opacity: 1;
        }
    }

    .blink span {
          color: #ffffff;
    background: #e1723e;
    padding: 3px;
    border-radius: 3px;
    font-size: 11.5px;
      font-weight: 600;
    }

    	.get-quote-button {
		   position: fixed;
    right: -79px;
    padding: 5px 20px;
    top: 45%;
    left: auto;
    display: block;
    transform: rotate(90deg);
    background-color: #006c6ce8;
    text-transform: uppercase;
    z-index: 999;
    cursor: pointer;
	}

	.get-quote-button {
		color: #fff;
		text-transform: uppercase;
		font-size: 15px;
        font-weight: 600;
		transform: rotate(90deg);
        border-bottom: 3px solid #f5803e;
	}

	.get-quote-button a {
		color: #fff;
	}
	.exhibit h5{
		    color: #1E355D;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    font-size: 18px;
	}

	.cnt-detail h6{
          font-size: 16px !important;
    color: #060207;
    font-weight: 600;
    font-family: playfair display, times, serif;
	}
	.cnt-detail h5{
           font-size: 16px;
	}

	.cnt-detail ul li a{
		        color: #18325c;
    font-size: 15px;
    font-weight: 600;
    font-family: playfair display, times, serif;
    line-height: 32px;
	}
    .conf-det img {
    border: 1px solid #777;
    background: #fff;
    padding: 5px;
    float: left;
    margin: 2px;
}
.marquee img {
        margin-right: 15px;
    width: 14%;
    border: 1px solid #0000004f;
    padding: 15px;
}

.sponsor-dwn{
        width: 100%;
    border: 1px solid #001534a1;
    padding: 15px;
}

.serv-section-3 {
    position: relative;
    border: 5px solid #d0d0d0;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 37px 20px;
  margin-bottom: 25px;
}

.serv-section-3:hover {
    border: 5px solid #1E355D;
}

.serv-section3-desc {
    position: relative;
}

.serv-section-3 h4 {
position: relative;
  color: #223a66;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: justify;
  margin-bottom: 5px;
}

.serv-section-3 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left3 {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #990e21;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-3 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-3:hover:before {
    background: #990e21;
}

table td, table th {
  border:1px solid #b4b4b4 !important;
padding:.5rem 1px !important;
text-align: center;
}
.lgx-table thead tr {
  background:rgba(85, 75, 185, .2) !important;
}
.lgx-table thead tr th {
  border-bottom:0;
  padding-top:2rem;
  padding-bottom:2rem;
  font-family:Oswald, sans-serif;
/*  text-transform:uppercase;*/
  color:#1b273d
}
.lgx-table tbody tr td, .lgx-table tbody tr th {
  padding-top:2rem;
  padding-bottom:2rem;
  border-top:4px solid #f9f9f9;
  background:rgba(85, 75, 185, .05);
  text-align:center;
  border-right:2px solid #f9f9f9
}
.lgx-table tbody tr td:hover, .lgx-table tbody tr th, .lgx-table tbody tr th:hover {
  background:rgba(85, 75, 185, .1)
}
.lgx-page-wrapper *, .lgx-page-wrapper :after, .lgx-page-wrapper :before {
  box-sizing:border-box!important
}
.lgx-table thead tr th, blockquote {
  font-weight:400;
  text-align:center
}
.bg-color {
   background:#1E355D;
   color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 9px !important;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-danger {
  background-color: #ff0124;
}
.line{
     width: 100%;
    background-color: #990e21;
    height: 2px;
    text-align: center;
    margin: 30px 0 30px 0;
}
.spacing {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1030px){
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .3rem !important;
      padding-left: .3rem !important;
    }
    header .navbar .nav-link {padding: 4px;outline: none !important;font-size: 9px;color: #222 !important;font-weight: 500;}
 .blink span {
   color: #ffffff;
   background: #e1723e;
   padding: 0px;
   border-radius: 3px;
   font-size: 10px;
   font-weight: 500;
   font-family: playfair display, times, serif;
 }
}


.author {
    padding: 15px 25px;
    background-color: #373756;
    /* margin-top: 15px; */
    margin-bottom: 15px;
}

.author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    color: #f5803e ;
}


figure.snip1139 img {
    max-width: 100%;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
        border: 1px dashed #1b1a1a94;
    padding: 3px;
}


figure.snip1139 {
    overflow: hidden;
    margin: 10px 1%;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-weight: 600;
}

.snip1139 p{
    text-align: center !important;
}

.d-sess h4{
        
    border-left: 5px solid #f58050 !important;
    padding: 22px;
    padding-left: 20px;
    font-weight: 600;
    border: 1px dashed #333;
}

.d-sess h4 a{
     color: #1e355d;
    
}
.d-sess h4 .fa{
    padding-right: 15px;
}








