
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  scroll-behavior: smooth;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  background: #e6e6e6;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}

/*header*/

.header {
  width: 100%;
  padding: 1.5rem 0 0;
  z-index: 9;
  position: absolute;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 0.5rem 0 0 0;
}

.navbar-dark .nav-link {
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0.5rem !important;
  height: 2.5rem;
  line-height: 2.5rem;
}
.navbar-dark .nav-item{ margin: 0 8px;}



.navbar-dark .nav-link:hover, .navbar-dark .active {
  color: #602f43 !important; background: #fdbe01 !important;
}
.fixed .navbar-dark .nav-link {
  color: #000 !important;
}
.fixed .navbar-dark .nav-link:hover, .fixed .navbar-dark .active {
  color: #602f43 !important; background: #fdbe01;
}

.fixed .navbar-brand img{max-height: 65px;}


.navbar-dark .nav-link:hover {
  color: #000;
}

.mt50 {
  margin-top: 30px;
}
.pt80{ padding-top: 80px;}
.title1 {
  font-size:3rem;
  line-height: 5rem;
  font-weight: 600;
  color: #602f43;
	text-transform: capitalize;
}

.title15
 {
  font-size:2.5rem;
  line-height: 5rem;
  font-weight: 500;
  color: #db2128;
	text-transform: capitalize;
	 text-align: center; margin-bottom: 1rem;
}

.title2 {
  font-size: 3.5rem;
  color: #602f43;
  font-weight: 700;
  line-height: 2.5rem;
}
.title3 {
  font-size: 2.5rem;
  color: #000;
  line-height: 5rem;
  font-weight: 600;
  padding-bottom: 2rem;
}

.title10 {
  font-size:2rem;
  line-height: 5rem;
  font-weight: 600;
  color: #ef7f1a;
	text-transform: capitalize;
}
#toTop { cursor: pointer; position: fixed; bottom: 25px; right: 25px; display: none; z-index: 9999;}
.about-text {
  
  color: #000;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
}
.custom-btn1 {
  background: #602f43;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 0.3rem 2rem;
  border-radius: 0.5rem;
}
.custom-btn1:hover {
  background: #000;
  color: #fff;
}

.key-highlights {
  background: url("../images/bg1.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 5rem 0;
}
.key-highlights .title1 {
  text-align: center;
  color: #fff;
}
.objectivebox {
  border: 5px solid #0098c7;
  border-radius: 0.5rem;
  min-height: 20.8rem;
  position: relative;
  color: #000;
  margin-top: 6.8rem;
  padding: 4rem 1rem 1rem;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-align: center;
}
.icon {
  background: #0098c7;
  border-radius: 100%;
  line-height: 5.8rem;
  font-weight: 700;
  border: 5px solid #fff;
  width: 68px;
  height: 68px;
  position: absolute;
  top: -4.4rem;
  font-size: 5.5rem;
  text-align: center;
  left: 50%;
  margin-left: -3.4rem;
}

.speakerbox{ background: #fff; padding: 7px 7px 0; min-height: 403px; overflow: hidden;}
.img-container {
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}


/* Gray Scale 
.speakerbox img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.speakerbox:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
*/
.speakerbox figure{    max-width: 257px;
    overflow: hidden;}

.speakerbox figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.speakerbox figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.content-part2{ padding:7px 0 0 0;}
h4.title{ font-weight: 400; font-size: 1.8rem; color: #db2128; padding-bottom: 5px;}
.desc{ font-size: 1.3rem; padding-bottom: 0px; line-height: 20px; }

.thematic {
  background: url("../images/bg2.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 5rem 0;
}
.whitetext{ color: #fff !important}
.subheader{ text-align: center; font-weight: 400; font-size: 2.2rem; color: #ef7f1a; line-height: 2.8rem; margin-bottom: 4rem;}
.thematic-list{ margin: 0px; padding: 1rem 0;}
.thematic-list li{ font-size:1.7rem; position: relative; list-style-type: none; color: #fff; padding-left: 25px; line-height: 2rem; padding-bottom:1.5rem;}
.thematic-list li::before{font-family:'FontAwesome'; position: absolute; top: 0px; left: 0px; font-size: 1.7rem; color: #fff; content: "\f18e"}
.artical{ background: url("../images/artical-bg.jpg") no-repeat 0 0; color: #fff;   background-size: cover;
  padding: 5rem 0; padding: 5rem 0; text-align: center; font-weight: 400; font-size: 1.8rem; line-height:2.5rem;}
.mb30{ margin-bottom: 30px;}
.textright{ text-align: right;}
#testimonial{ max-width: 90rem; margin:3rem auto 0; padding-bottom: 5rem; font-size: 1.7rem; color: #fff;}
.img-box2 img{ border-radius: 100%; max-width: 200px;}
.cname{ font-weight: 500; color: #fff;  font-size: 2rem; text-align: center; padding-top: 1.5rem;}
.cname2{ font-weight: 500; color: #fff;  font-size: 2rem; color: #ef7f1a; padding-top: 1rem;}
.thead{ color: #ef7f1a; font-size: 2.5rem; text-transform:uppercase;}
.form-contact{ padding-top:2rem;}
.form-contact label{ color: #fff; font-size: 1.8rem; padding-bottom: 0.5rem;}
.form-contact .btn-primary{ font-size: 1.5rem; padding: 1rem;}
#accordionExample{ font-size: 1.7rem; line-height: 2.8rem;}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #602f43;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 1.5rem;
}

.accordion-button{font-size: 1.5rem; font-weight: 500; background: #c29daa;}

.accordion-body img{ max-height: 300px; text-align: center;}
.contact-info-section{
	position: relative;
	padding: 150px 0 120px;
}

.contact-info-section .icon-circle-3{
	top: -490px !important;
	left: -535px !important;
	opacity: .10;
}

.contact-info-section .icon-circle-4{
	top: 65px !important;
	left: -430px !important;
	opacity: .50;
}

.contact-info-section .sec-title h2:before{
	background-image: url(../images/icons/shape-7.png);
	background-position: center;
	background-repeat: no-repeat;
}

.contact-info-block{
	position: relative;
	margin-bottom: 30px;
}

.contact-info-block .inner-box{
	position: relative;
	padding: 75px 15px;
	text-align: center;
	background-color: #f3f4f7;
	    min-height: 376px;
}

.contact-info-block .fa{
	position: relative;
	display: block;
	font-size: 75px;
	line-height: 1em;
	color: #ebc12d;
	margin-bottom: 15px;
}

.contact-info-block:nth-child(2) .fa{
	color: #86e4bc;
}

.contact-info-block:nth-child(3) .fa{
	color: #df5d6a;
}

.contact-info-block h4{
	font-size: 30px;
	color: #272a3b;
	margin-bottom: 10px;
}

.contact-info-block .contact-info{
	position: relative;
}

.contact-info-block .contact-info li{
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	list-style-type: none;
}

.contact-info-block .contact-info li a{
	display: inline-block;
	color: #848484;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-block .contact-info li a:hover{
	color: #df5d6a;
}

.shedule-section{
	position: relative;
}

.shedule-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image:url(../images/icons/pattern-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}

.shedule-section .sec-title .title{
	margin-bottom: 25px;
}

.shedule-section .sec-title h2{
	padding-bottom: 40px;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}




.shedule-tabs{
	position: relative;
}

.shedule-tabs .btns-box{
	position: relative;
	display: block;
	margin-bottom: 50px;
	 margin-top: 30px;
}

.shedule-tabs .tab-buttons{
	position: relative;
	display: inline-block;
	    display: flex;
    justify-content: center;
}

.shedule-tabs .tab-buttons li{
	position: relative;
	float: left;
	min-width: 215px;
	
	font-size: 20px;
	line-height: 30px;
	color: #fffefe;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	
	cursor: pointer;
	
	margin: 1px;
}

.shedule-tabs .tab-buttons li a{
	
	background-color: #602f43;
	color: #fffefe;
	padding: 22px 15px 28px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
}

.shedule-tabs .tab-buttons li:hover, .shedule-tabs .tab-buttons li a.active{
	
	 background: #cf9e00; color: #602f43;
	
}


.shedule-tabs .tab-buttons li span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fffefe;
	font-weight: 400;
	text-transform: capitalize;
	opacity: .60;
}
.shedule-tabs .tab-buttons li a{ color: #fff;}

.shedule-tabs .tab-buttons li a:before{
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	opacity: 0;
	border-top: 8px solid #602f43;
	content: "";
}

/*.shedule-tabs .tab-buttons li:nth-child(2){
	background-color: #e41f28;
}

.shedule-tabs .tab-buttons li:nth-child(3){
	background-color: #ef4232;
}
.shedule-tabs .tab-buttons li:nth-child(4){
	background-color: #372d12;
}
.shedule-tabs .tab-buttons li:nth-child(5){
	background-color: #602f43;
}*/

.shedule-tabs .tab-buttons li a:nth-child(2):before{
	border-top: 8px solid #454ab4;
}

.shedule-tabs .tab-buttons li a:nth-child(3):before{
	border-top: 8px solid #ffa200;
}

.shedule-tabs .tab-buttons li.active-btn{
	box-shadow: 0 12px 40px rgba(8,18,109,.12);
}

.shedule-tabs .tab-buttons li a.active:before{
	opacity: 1;
}

.shedule-block{
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f2f4f7;
}

.shedule-block:before{
	position: absolute;
	left: 0;
	top: 0%;
	height: 0;
	width: 100%;
	content: "";
	background: rgb(241,75,89);
	background: -moz-linear-gradient(left, rgba(241,75,89,1) 0%, rgba(69,74,180,1) 50%, rgba(255,162,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(241,75,89,1) 0%,rgba(69,74,180,1) 50%,rgba(255,162,0,1) 100%);
	background: linear-gradient(to right, rgba(241,75,89,1) 0%,rgba(69,74,180,1) 50%,rgba(255,162,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14b59', endColorstr='#ffa200',GradientType=1 );
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shedule-block:hover:before{
	height: 100%;
	top: 0;
}

.shedule-block .inner-box{
	position: relative;
	padding: 20px 35px 15px;
	background-color: #ffffff;
}

.shedule-block .thumbs-box{
	position: absolute;
	left: 35px;
	top: 25px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.shedule-block .thumbs-box img{
	display: block;
	width: 100%;
	height: auto;
}

.shedule-block .content-box{
	position: relative;
	float: left;
	width: 100%;
}



.shedule-block .date{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #212639;
	font-weight: 500;
	margin-bottom: 3px;
}

.shedule-block .date .icon2{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #f14b59;
	margin-right: 10px;
}

.shedule-block h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #212639;
	font-weight: 400;
	margin-bottom:15px;
}

.shedule-block h4 a{
	color: #212639;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shedule-block h4 a:hover{
	color: #f14b59;
}

.shedule-block .text{
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 15px;
}

.shedule-block .shedule-info{
	position: relative;
	margin: 0px; padding: 0px;
}

.shedule-block .shedule-info li{
	position: relative;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #212639;
	font-weight: 400;
	border-right: 2px dashed #f2f4f7;
	list-style-type: none;
}

.shedule-block .shedule-info li:last-child{
	border-right: 0;
}

.shedule-block .shedule-info li span{
	color: #848484;
}

.shedule-block .shedule-info li strong{
	color: #f14b59;
	font-weight: 800;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shedule-block .shedule-info li a:hover{
	color: #222222;
}

.shedule-block .btn-box{
	position: relative;
	float: right;
	padding-top: 80px;
}

.shedule-block .btn-box a{
	padding: 14px 40px;
	line-height: 20px;
	font-size: 15px;
}

.shedule-block .btn-box a:hover{
	box-shadow: 0 12px 40px rgba(8,18,109,.12);
}

/* === Shedule Section Style Two ===*/

.shedule-section.style-two:before{
	display: none;
}

.shedule-section.style-two .shedule-tabs .btns-box{
	margin-top: 0;
	margin-bottom: 0;
}

.shedule-section.style-two .tabs-content{
	position: relative;
	padding-left: 120px;
}

.shedule-section.style-two .shedule-tabs .tab-buttons{
	position: absolute;
	left: 100px;
	top: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 1;
}

.shedule-section.style-two .shedule-tabs .tab-buttons li{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.shedule-section.style-two .shedule-block{
	background:rgba(255,255,255,.20);
}

.shedule-section.style-two .shedule-block .inner-box{
	background-color: #ffffff;
}

.shedule-section.style-two .sec-title{
	margin-bottom: 65px;
}

.shedule-section.style-two .sec-title h2:after{
	bottom: -5px;
}

.shedule-section.style-two .icon-circle-5{
	top: -230px !important;
	left: -510px !important;
	opacity: .05;
}

.shedule-section.style-two .icon-circle-5:nth-child(2){
	left: -695px !important;
	top: 150px !important;
	opacity: .03;
}

/* === Shedule Section Style Three ===*/

.shedule-section.style-three .shedule-tabs .btns-box{
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.shedule-section.style-three .sec-title .title{
	margin-bottom: 25px;
}

.shedule-section.style-three .sec-title{
	margin-bottom: 60px;
}

.shedule-section.style-three .sec-title h2:before{
	right: auto;
	left: auto;
}

.shedule-section.style-three .sec-title h2:after{
	bottom: -10px;
}
.btn-style-three:hover {
    color: #ffffff;
    background-color: #f14b59;
}

/* === Shedule Section Style Four ===*/
.shedule-section.style-four{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.shedule-section.style-four:before{
	background-image: none;
	background-color: #454ab4;
	opacity: .70;
}

.shedule-section.style-four .icon-circle-5{
	top: -230px !important;
	left: -510px !important;
	opacity: .05;
}

.shedule-section.style-four .icon-circle-5:nth-child(2){
	left: -695px !important;
	top: 150px !important;
	opacity: .03;
}

.shedule-section.style-four .shedule-tabs .btns-box{
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
	border-bottom: 3px solid rgba(255,255,255,.15);
}

.shedule-section.style-four .sec-title .title{
	margin-bottom: 25px;
}

.shedule-section.style-four .sec-title{
	margin-bottom: 40px;
}

.shedule-section.style-four .sec-title h2:before{
	right: auto;
	left: auto;
}

.shedule-section.style-four .sec-title h2:after{
	bottom: -10px;
}

.shedule-section.style-four .shedule-tabs .tab-buttons li{
	font-size: 20px;
	font-weight: 500;
	background-color: transparent !important;
	margin-bottom: -10px;
	border-bottom: 5px solid transparent;
}

.shedule-section.style-four .shedule-tabs .tab-buttons li:before{
	display: none;
}

.shedule-section.style-four .shedule-tabs .tab-buttons li.active-btn{
	background-color: transparent;
	box-shadow: none;
	color: #e55361;
	border-bottom: 5px solid #e55361;
}

.shedule-section.style-four .shedule-block{
	background: rgba(255,255,255,.20);
}

.custom-toggler{ font-size: 2.5rem;}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(95,48,68, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(95,48,0.8);
} 


.gallery {
  display: inline-block;
  margin-top: 20px;
}

.footer {
  background: #502d4d;
  padding: 4rem 0;
  color: #fff;
  font-size: 2.2rem; line-height: 30px;
}
.ftitle{ font-size: 3rem;  font-weight: bold; color: #ef7f1a; padding-bottom: 2rem;}
.ftitle2{ font-size: 2.5rem; font-weight: 600;}
.custom-textbox{ background: #fff; font-size: 1.5rem; width: 100%; border: 0px; height: 40px; line-height: 40px; padding: 0 1.5rem; margin-bottom: 5px; color: #000; }
.custom-textbox2{ background: #fff; font-size: 1.5rem; width: 100%; border: 0px; min-height: 70px; line-height: 40px; padding: 1rem; margin-bottom: 5px; color: #000; }

::placeholder{ color: #000;}
.contact-parson-email{ font-size: 1.5rem; line-height: 2.8rem;}
.contact-parson-email a{ color: #fff;}
.fboutton{ background: #ef7f1a; color: #fff; font-size: 1.2rem; font-weight: bold; padding: 2px 15px; border: 0px;}
.copy {
  background: #221020;
  padding: 1.2rem 0;
  color: #fff;
  font-size: 1.7rem;
}
/*
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
*/
.icon-bar a {
  display:inline-block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.6rem;
  line-height: 25px;
  width: 25px;
  height: 25px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.cardbox {
  margin: 0.5rem 3rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  min-height: 20rem;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #555555;
  font-weight: 600;
  line-height: 2.2rem;
  font-size: 1.6rem;
  height: 60px;
}
.cardbox h3 {
  color: #87b939;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.regbtn {
  background: #033e5d;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1rem 2.5rem 0;
  color: #fff;
  padding: 0.4rem 1.5rem;
  border-radius: 0.5rem;
}
.regbtn:hover {
  background: #8e1536;
  color: #fff;
}

@media (max-width: 1000px) {
  html {
    font-size: 55.5%;
  }
  .mt50 {
    margin-top: 3rem;
  }
  .title1 {
    font-size: 3rem;
  }
  .gallery {
    margin-top: 0px;
  }
  .spname {
    font-size: 1.3rem;
  }
  .custom-btn {
    padding: 0 9rem;
  }
}
@media (max-width: 767px) {
  .header {
	   padding-top: 0.5rem;
    position: static;
    text-align: center;
  }
	.navbar-brand{    position: absolute;     
    right: 0px;
    top: -9px;}
  .header .col-4 {
    width: 100%;
  }
	.navbar-brand img{max-height: 65px;}
	.navbar-nav{ background:#e23527; }
  .datearea {
    min-height: 10.4rem;
  }
  .title1new {
    font-size: 2rem;
    padding-bottom: 1rem;
    line-height: 27px;
  }
  .carousel_block {
    min-height: 348px;
  }
	.shedule-section{
		padding: 70px 0 50px;
	}
}

@media only screen and (max-width: 1023px){
	.shedule-section.style-two .shedule-tabs .btns-box,
	.speaker-block .inner-box{
		text-align: center;
	}

	.shedule-section.style-two .tabs-content{
		padding-left: 0;
	}

	.shedule-section.style-two .shedule-tabs .tab-buttons{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.shedule-section.style-two .shedule-tabs .tab-buttons li{
		transform: none;
	}
	
	
}


@media only screen and (max-width: 1023px){
	
	.shedule-section.style-two .shedule-tabs .btns-box,
	.speaker-block .inner-box{
		text-align: center;
	}

	.shedule-section.style-two .tabs-content{
		padding-left: 0;
	}

	.shedule-section.style-two .shedule-tabs .tab-buttons{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.shedule-section.style-two .shedule-tabs .tab-buttons li{
		transform: none;
	}
}

