.image-wrap {
	max-height: 450px;
	overflow: hidden;
	max-width: 800px;
	-webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: max-width .5s ease-out;  /* FF4+ */
	-ms-transition: max-width .5s ease-out;  /* IE10? */
	-o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
	transition: max-width .5s ease-out;
}
.image-wrap img {
	width: 100%;
	-webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: margin-top .5s ease-out;  /* FF4+ */
	-ms-transition: margin-top .5s ease-out;  /* IE10? */
	-o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
	transition: margin-top .5s ease-out;
}

@media only screen and (min-width: 1160px) {
.image-wrap {
	max-width: 1000px;
}
}

/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.navbar .container {
	width:100%;
	max-width:unset; 
	margin: 0 10px;
}

.navbar-brand {
	margin-right:0;
}
	
	
	
#main-slide .carousel-caption {
	top: 32%;
}
.carousel-indicators {
	font-size: 14px;
}
#main-slide .carousel-item .carousel-caption .heading {
	font-size: 20px;
	margin-top: 5px;
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 13px;
}
#hero-area .contents .head-title {
	font-size: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 10px;
}
.counter-section .counter p {
	font-size: 14px;
}
.schedule .schedule-tab-title .nav-tabs .nav-link {
	width: 210px;
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 35px 10px 45px;
}
#sponsors .spnsors-logo img {
	width: 80%;
}
.modal-header .header-right {
	padding: 10px;
}
}

/* tablets */
@media (max-width: 991px) {
#main-slide .carousel-caption {
	top: 32%;
}
#main-slide .carousel-item .carousel-caption .heading {
	font-size: 20px;
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 13px;
}
.page-title-section {
	padding: 40px 0;
}
.section-titile-bg {
	display: none;
}
.section-title {
	position: relative;
	margin-bottom: 10px;
}
/* .about-item {
    margin-bottom: 30px;
  }*/
.accordion .header-title {
	font-size: 14px;
}
/*.schedule .schedule-tab-title .nav-tabs .nav-link {
    width: 150px;
  }*/
.schedule .card-header h4 {
	font-size: 14px;
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 35px 10px 45px;
}
#sponsors .spnsors-logo img {
	width: 80%;
}
.padding-none {
	border-left: none;
	border-right: none;
}
.padding-none-four {
	border-right: none;
}
.grid-wrapper {
	margin-top: 0;
}
/*.padding-none:nth-child(1) {
    border-left: none;
  }
  .padding-none:nth-child(3) {
    border-left: none;
  }
  .padding-none:nth-child(4) {
    border-bottom: none;
    border-left: 1px solid #ddd;
  }
  .padding-none:nth-child(5) {
    border-bottom: none;
    border-left: none;
  }
  .padding-none:nth-child(6) {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }*/
.footer-area h3 {
	margin-top: 30px;
}
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#main-slide .carousel-caption {
	top: 32%;
}
#main-slide .carousel-item .carousel-caption .heading {
	font-size: 20px;
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 13px;
}
.countdown-timer .heading-count h2 {
	font-size: 25px;
}
.schedule .schedule-tab-title .nav-tabs .nav-link {
	width: 150px;
}
.schedule .card-header h4 {
	font-size: 14px;
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 35px 10px 60px;
}
.about-item {
	margin: 15px 0;
}
.accordion .header-title {
	font-size: 14px;
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 60px 10px 45px;
}
#sponsors .spnsors-logo {
	padding: 30px;
}
.padding-none {
	border-bottom: 1px solid #555;
}
.padding-none:nth-child(2) {
	border-left: 1px solid #555;
}
.padding-none:nth-child(4) {
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
}
.padding-none:nth-child(6) {
	border-bottom: none;
	border-left: 1px solid #555;
}
.padding-none:nth-child(5) {
	border-bottom: none;
}
.footer-area h3 {
	margin-top: 30px;
}
.persona-modal .modal-header img {
	height: 100%;
	width: 30%;
	object-fit: cover;
	float: left;
	display: inline;
	position: absolute;
}
.modal-header .close {
	padding: .5rem;
}
.modal-header .header-right {
	padding: 10px;
	left: 30%;
	position: relative;
	width: 70%;
}
#myModal4 .modal-header .header-right, #myModal5 .modal-header .header-right {
	left: 0;
}
.modal-header .header-right h4 {
	line-height: 1;
}
}

/* mobile or only mobile */
@media (max-width: 767px) {
.carousel-caption {
	right: 10%;
	left: 10%;
}
#main-slide .carousel-item .carousel-1 {
	display: none;
}
#main-slide .carousel-item .carousel-1-mob {
	display: block;/*height: 100vh;*/
}
#main-slide .carousel-item .carousel-2 {
	display: none;
}
#main-slide .carousel-item .carousel-2-mob {
	display: block;
	height: 100vh;
}
#main-slide .carousel-item .logo img {
	padding: 0;
	width: 75px;
	height: auto;
	margin-top: 0;
	margin-bottom: 5px;
}
#main-slide .carousel-control i {
	line-height: 20px;
	font-size: 12px;
	width: 25px;
	height: 25px;
}
.table td, .table th {
	padding: .25rem;
}
.footnote, p.footnote {
	margin-top: 1em;
}
#myModal1, #myModal2, #myModal3, #myModal4, #myModal5 {
	margin-top: 4em;
	overflow-y: scroll;
}
.section-padding {
	padding: 4em .5em .5em .5em;
}
.section-title {
	font-size: 22px;
}
.section-sub {
	font-size: 16px;
}
#main-slide .carousel-caption {
	top: 0;
}
#main-slide .carousel-item .carousel-caption .heading {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 13px;
	margin-bottom: 5px;
}
#main-slide .carousel-indicators {
	display: none;
}
#hero-area .contents {
	padding: 100px 0;
}
#hero-area .contents .head-title {
	font-size: 15px;
}
#hero-area .contents .btn {
	margin: 25px 3px 0 0;
}
.h2, h2 {
	font-size: 1.5rem;
}
.h3, h3 {
	font-size: 1.35rem;
}
.h4, h4 {
	font-size: 1.15rem;
}
.about-item .about-text h4 {
	padding: 10px 30px 20px 30px;
}
.section-title-header p {
	padding-bottom: 20px;
}
.about-item .flipcard .image-wrap {
	max-height: 200px;
}
.countdown-timer .heading-count {
	padding: 10px;
}
.countdown-timer .heading-count h2 {
	font-size: 24px;
}
.countdown-timer .heading-count h4 {
	font-size: 12px;
}
.schedule .card-body {
	padding: 15px;
}
/*.schedule .schedule-tab-title .nav-tabs .nav-link {
    width: 288px;
  }*/
.accordion .header-title {
	font-size: 14px;
}
#work .accordion .card-body {
	font-size: 14px;
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 30px 10px 40px;
}
#sponsors .spnsors-logo {
	margin-bottom: 15px;
}
.blog-item .descr h3 a {
	font-size: 18px;
}
.subscribe-inner {
	padding: 30px 15px;
}
.subscribe-inner .subscribe-title {
	font-size: 18px;
}
.subscribe-inner .form-inline {
	width: 100%;
}
.subscribe-inner .form-control {
	width: 100%;
}
.subscribe-inner .sub-btn {
	margin: 20px auto;
	text-align: center;
	position: inherit;
}
.container-form .form-wrapper {
	padding: 20px;
}
.contact-item {
	margin-bottom: 40px;
}
.thumb-left img {
	width: 60%;
}
#sponsors .spnsors-logo img {
	width: 80%;
}
.footer-area h3 {
	margin: 20px;
	padding: 0;
}
.padding-none:nth-child(1) {
	border-bottom: 1px solid #555;
}
.padding-none:nth-child(4) {
	border-bottom: 1px solid #555;
}
.padding-none:nth-child(5) {
	border-bottom: 1px solid #555;
}
/* 4 tile option */
.padding-none-four {
	border-left: none;	
}
.padding-none-four:nth-child(3) {
	border-bottom: 1px solid #555;
}

/*End 4 tile */
.persona-modal .modal-header img {
	height: 100%;
	width: 30%;
	object-fit: cover;
	float: left;
	display: inline;
	position: absolute;
}
.modal-header .close {
	padding: .5rem;
}
.modal-title {
	font-size: 20px;
}
.modal-header .header-right {
	padding: 10px;
	left: 30%;
	position: relative;
	width: 70%;
}
#myModal4 .modal-header .header-right, #myModal5 .modal-header .header-right {
	left: 0;
}
.modal-header .header-right h4 {
	line-height: 1;
}
.modal-header .header-right p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.2;
}
}

/* (min-width: 320px) and */

@media (max-width: 480px) {
#main-slide .carousel-item .carousel-caption .heading {
	letter-spacing: 0;
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#main-slide .carousel-caption .btn {
	margin: 0;
}
#main-slide .carousel-indicators {
	display: none;
}
#about .title-sub {
	font-size: 24px;
}
.contact-map .container-form {
	width: 350px;
}
.newsletter-wrapper .sub-btn {
	padding: 11px 20px;
}
.btn {
	padding: 5px 7px;
	font-size: 13px;
}
/*.persona-modal .modal-header img {
	
	display:none;
}*/
}
