/*nav bar css start*/
body {
    font-family: 'Play', sans-serif;
}


/*navbar css*/
.header-logo img {
    width: 130px;
}

.nav-list li {
    padding: 0px 0px 0px 16px;
}

.nav-list {
    justify-content: center;
    align-items: center;
}

.nav-list li a {
    color: #393939;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
    display: inline-block;
    -o-transition: color 500ms !important;
    transition: color 500ms !important;
    -webkit-transition: color 500ms !important;
}

.nav-list li a:hover {
    color: #fab84c;
}

.register a {
    background-color: #ff731c;
    color: #fff !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 5px;
}

.register a:hover {
    background-color: #393939;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    padding: 5px 0;
    border-bottom: 3px solid #ff731c;
}

.scroll-navbard {
    display: block;
    position: fixed;
    transition: .5s;
    outline: none;
    border-bottom: solid 1px #eeeeee;
    top: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.nav-social-links a {
    font-size: 24px !important;
    padding: 0 5px 0 0 !important;
}

.nav-social-links a i:hover {
    color: #fab84c;
}

/*navbar css*/

/*home banner section*/
.home-banner-section {
    background-image: url(../images/home-banner-new.jpg);
    min-height: 500px;
    margin-top: 40px;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.flex-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-heading p:nth-child(1) {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0;

}

.home-heading p:nth-last-child(1) {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0 10px;
}

.home-heading h2 {
    font-family: play, Sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.overlay-view {
    background:none;
    height: 100%;
 /*   transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;*/
    padding: 20px 60px 20px;
}
.overlay-view a{
    color: #fff !important;
}

.home-list {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #666;
    transition: all .4s ease;
    cursor: pointer;
}

.home-list:hover {
    background-color: #fab84c;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: all .4s ease;
    border-radius: 10px;
}

.home-list li i {
    font-size: 50px;
}

.home-list li h3 {
    font-size: 28px;
    font-weight: 700;
    transition: opacity 0.24s ease-in-out;
}

/*home banner section*/

/*Worldwide Science, Business & Technology Conferences*/
.worldwide-section {
    padding: 20px 0;
        margin-top: 0px;
}

.worldwide-section1 {
    padding: 20px 0;
        margin-top: 60px;
}

.worldwide-box-view {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}

.worldwide-heading h2 {
    text-align: center;
    font-weight: 700;
    margin: 15px 0;
    color: #4c4c4c;
    font-size: 35px;
}

.worldwide-heading .decor-1 {
    text-align: center;
}

.worldwide-heading .decor-1:before,
.decor-1:after {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 90px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px dotted #000;
    content: '';
    margin: 0 15px 0px 16px;
}

.worldwide-box-view h3 {
    color: #222;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: bold;
    border-left: 4px solid #fab84c;
    padding: 0 0 0 10px;
}

.date-content {
    position: absolute;
    right: 12px;
    z-index: 9;
}

.date-content .date {
    width: 100%;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 9px 10px;
    line-height: 12px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.image-view {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}
.image-view a{
    color: #fff !important;
}
.image-view:hover img {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

.image-view img {
    width: 100%;
    border-radius: 10px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transition: all 0.2s ease-in-out;
}

.imgtext {
    position: absolute;
    top: 32%;
    color: #fff;
    padding: 0 30px;
    font-weight: 800;
    /*text-transform: capitalize;*/
    font-size: 17px;
}

.sharebox {
    width: 100%;
    background: #eaeaea;
    margin: 20px 0px 0px 2px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 3px 9px 4px 0px;
}

.social-share-hover {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.social-light {
    display: flex;
    margin: 0;
    width: 0;
    opacity: 0;
    transition: all .4s .1s ease;
    vertical-align: middle;
    overflow: hidden;
    justify-content: end;
    align-items: center;
}

.social-light li {
    margin: 6px 0px 2px 20px;
}

.social-light li a {
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
}

.social-light li:nth-child(1) a {
    background: #3b5998;
    color: #fff;
}

.social-light li:nth-child(2) a {
    background: #1da1f2;
    color: #fff;
}

.social-light li:nth-child(3) a {
    background: #db4437;
    color: #fff;
}

.social-light li:nth-child(4) a {
    background: #4fce5d;
    color: #fff;
}

.social-share-hover:hover .social-light {
    width: 220px;
    opacity: 1;
}

.view-more {
    background-color: #ff731c;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
}

.view-more:focus {
    border: none;
    outline: none;
}
.view-more:hover {
    background-color: #393939;
}
/*Worldwide Science, Business & Technology Conferences*/

/*testimonials-section*/
.testimonials-section {
    color: #ffffff;
    background-color: #676767;
    background: linear-gradient(135deg, #676767 0%, #313131 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    margin-top: 14px;
}

.flex-cloumn {
    display: flex;
    justify-content: center;
}

.carousel-img img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    border-radius: 50%;
}

.carousel-content {
    width: 100%;
    padding: 0 60px 0 0px;
}

.custom-control-prev {
    width: 4%;
}

.custom-control-next {
    width: 4%;
}

/*testimonials-section*/


/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 30px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #18d26e;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    /*height: 360px;*/
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure img {
    height: 240px;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    font-size: 22px;
    color: #333;
    line-height: 0;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 25px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 25px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #18d26e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #18d26e;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}




/*Latest Proceeding*/

.proceeding-book-area {
    padding: 0.8rem;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 2px rgb(221 221 221 / 75%);
    margin-bottom: 4.2rem;
    transition: all .2s ease-in-out 0s;
}
.proceeding-book-area img{
    width: 100%;
}

/*Latest Proceeding*/



/*footer*/
/*.footer-view {
    background: #222222;
    color: #ccc;
    padding: 40px 0 0px 0;
}*/

.subfooter {
    font-size: 12px;
    background: #282828;
    color: #ccc;
    /*    margin-top: 40px;*/
    padding: 30px 0 20px 0;
}

.social-icons.big i {
    font-size: 26px;
    width: auto;
    height: auto;
    margin: 0 14px;
    color: #fff;
}

.scroll-button {
    display: inline-flex !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 102;
    background-color: #fe4614;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.back-to-top i {
    font-size: 14px;
}

/*footer*/



.sub-banner-section{
           background-image: url(../../assets/images/home-banner.jpg);
    height: 306px;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    position: relative;
    width: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.content-address h4 {
  margin: 10px 0 10px 0;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
}
.content-address h5 {
  font-size: 20px;
  color: #333;
}
.id-color {
  color: #fe4614;
  font-size: 30px !important;
  font-weight: 600;
  padding-bottom: 24px;
}
.main-orginization{
border-top: 2px solid;
    padding: 15px 0;
    margin-top: 10px;
    
    }
#timer {
    margin-top: 15px;
	font-size: 1.5em;
	color:#fff;
	text-shadow: 0 0 20px #48C8FF;
	text-transform: uppercase;
	float: right;

}
#timer div {
    display: inline-block;
    min-width: 90px;
	text-align: center;
	background: none;
	margin-right: 3px;
    border: 1px solid #fff;
    border-radius: 5px;
}
#timer div span {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
	text-align: center;
}
.whatsapp {
  right: 0px;
  top: 235px;
  position: fixed;
  z-index: 1000000000;
  background-color: #2ab13f;
  border-radius: 12px 0 0 12px;
  border: 1px solid #FFF;
}
.whatsapp a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 1px 20px;
}
