*,
*::after,
*::before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Muli', sans-serif;
}

.banner {
	background-image: url(../images/about/banner.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 280px;
	position: relative;
}


.row1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  border: 5px solid #C0C0C0;
	border-radius: 3px;
  vertical-align: middle;
  width: 100%;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
   display:flex;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



#photos {
   /* Prevent vertical gaps */
   line-height: 1;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   1px;
   -moz-column-count:    5;
   -moz-column-gap:      1px;
   column-count:         5;
   column-gap:           1px;
}

#photos img {
  /* Just in case there are inline attributes */
    width: 100% !important;
  height: auto !important;
  border: 3px solid #C0C0C0;
	border-radius: 3px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

body {
  margin: 0;
  padding: 0;
}


.banner .heading {
	width: 450px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, 0);
	background-color: rgb(250, 250, 250, 0.8);
	padding: 22px 0;
}

.banner .heading h1 {
	color: #c00f1d;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 7px 44px;
}

.banner .heading h2 {
	color: #222224;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 7px 44px;
}

.abt img {
	width: 400px;
	border: 5px solid #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: -138px;
	transform: translate(-50%, -50%);
}

.abt h1 {
	margin-top: 120px;
	color: #c00f1d;
	font-size: 30px;
	font-weight: 600;
}
 .admission-process h1{
 	margin-top: 50px;
 }

.abt p {
	font-size: 16px;
	font-weight: 600;
	color: #222224;
	margin: 25px 0 30px;
}

.abt .admission {
	background-color: #c00f1d;
	display: inline-block;
	padding: 0 0 0 10px;
	margin-bottom: 44px;
}

.abt .admission a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.abt .admission:hover {
	background-color: #840a14;
}

.abt .admission .fa-angle-right {
	font-size: 20px;
	color: #fff;
	background-color: #840a14;
	padding: 10px 20px;
	margin-left: 20px;
}

.features {
	background-color: #f4f4f4;
}

.features .pic {
	padding: 0;
	/*background-image: url(../images/about/building.png);*/
	background-image: url(../images/about/about-adhira.jpg);
	height: 493px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.features ul {
	/*padding: 44px 0 20px;*/
	margin-bottom: 0;
}

.features ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	color: #222224;
	margin-bottom: 21px;
}

.features .fa-caret-right {
	color: #00559a;
	padding-right: 10px;
	margin-left: 40px;
}

.multi {
	padding: 50px 0;
}

.multi h1 {
	color: #c00f1d;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}

.multi h2 {
	color: #161d28;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 37px 0 31px;
}

.multi ul li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 18px;
	color: #222224;
	font-weight: 500;
	position: relative;
    margin-left: 20px;
    line-height: 2em;
}

.multi .fa-caret-right {
	color: #00559a;
	padding-right: 10px;
	/*margin-left: 40px;*/
	position: absolute;
    left: -20px;
    top: 7px;
    font-size: 20px;
}


/* tab  */

#tab h1 {
	font-size: 30px;
	font-weight: 600;
	color: #c00f1d;
	margin: 0 0 32px;
}

#tab ul li {
	/*width: 19.75%;*/
	list-style: none;
	border: 2px solid #e8e8e8;
	float: left;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 20px;
}


#tab ul li:last-child {
	border-right: none;
}

#tab ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #00559a;
	font-size: 14px;
	font-weight: 700;
}

#tab ul li a.active {
	background-color: #00559a;
	color: #fff;
	position: relative;
}
.admission ul li a.active:after{
	    left: 137px;
}
#tab ul li a.active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 12px solid #c00f1d;
	position: absolute;
	top: 48px;
	/*left: 113px;*/
	transform: translate(-50%, -50%);
}

.title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	display: none;
	margin-top: 150px;
	color: #595d64;
}
.admission .title{
	margin-top: 70px;
}
.title.active {
	display: block;
}

.fade-in {
	animation: opac 0.3s;
}

@keyframes opac {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* tab end  */

.tbl h1 {
	font-size: 30px;
	font-weight: 600;
	color: #c00f1d;
	margin: 144px 0 32px;
}

.tbl .table thead {
	background-color: #00559a;
}

.tbl .table thead th {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.tbl .table tbody tr td:nth-child(1) {
	color: #c00f1d;
	font-weight: 700;
	font-size: 16px;
}

.tbl .table tbody tr td {
	color: #414243;
	font-size: 14px;
	font-weight: 600;
}

.accor {
	padding-bottom: 54px;
}

.accor h1 {
	font-size: 30px;
	font-weight: 600;
	color: #c00f1d;
	/*margin: 101px 0 22px;*/
	margin: 0px 0 20px;
}

.accordianbody {
	display: none;
	color: #303236;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 20px;
}

.accor #Accordian .deactive {
	background-color: #f2f2f2;
	text-align: left;
	padding: 11px 0 11px 50px;
	color: #00559a;
	position: relative;
	font-size: 20px;
}

.accor #Accordian .active {
	background-color: #00559a;
	text-align: left;
	padding: 11px 0 11px 50px;
	color: rgb(255, 255, 255);
}

#Accordian .head .fa {
	float: right;
	color: #00559a;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#Accordian .head {
	position: relative;
}

#Accordian .num {
	content: "";
	width: 55px;
	background-color: #c00f1d;
	position: absolute;
	top: 24px;
	left: 27px;
	transform: translate(-50%, -50%);
	padding: 14px;
	clip-path: polygon(0% -75%, 80% 55%, 50% 92%, 0% 138%);
	z-index: 999;
	color: #fff;
}


/* .accor #Accordian h3::after{
     content: "";
     width: 55px;
    background-color: #c00f1d;
    position: absolute;
    top: 23px;
    left: 27px;
    transform: translate(-50%, -50%);
    padding: 22px;
    clip-path: polygon(0% -75%, 80% 55%,50% 92%, 0% 138%);
 } */

.conta {
	background-color: #f5f5f5;
	padding: 60px 0 60px;
}

.conta h1 {
	color: #c00f1d;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 45px;
}

.conta .form-group {
	display: flex;
}

.conta .form-group .fa {
	line-height: 32px;
	color: #254a9c;
	font-size: 18px;
	position: absolute;
    left: 0;
    top: 0px;
}

.conta .form-group .form-control {
	border: none;
	border-bottom: 1px solid #b7b7b7;
	background-color: transparent;
	border-radius: 0;
	/*margin-bottom: 30px;*/
	margin-bottom: 0px;
	box-shadow: none;
	font-size: 18px;
	color: #53585f;
    padding-left: 25px;
}
.conta input[type=radio]{
	margin-bottom: 0;
    height: 20px;
    /*margin-right: -100px;*/
        width: 20%;
    margin-right: -30px;
    margin-top: 0px;
}

.conta .form-group .form-control:focus {
	border-bottom: 1px solid #254a9c;
	box-shadow: none;
}

.conta .admission {
	background-color: #c00f1d;
	display: inline-block;
	padding: 0 0 0 10px;
	margin-bottom: 44px;
}

.conta .admission a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.conta .admission:hover {
	background-color: #840a14;
}

.conta .admission .fa-angle-right {
	font-size: 20px;
	color: #fff;
	background-color: #840a14;
	padding: 10px 20px;
	margin-left: 20px;
}


/* responsive  */

@media(max-width:1199px) {
	.banner {
		background-position: inherit;
	}
	.banner .heading {
		width: 250px;
		padding: 11px 0;
	}
	.banner .heading h1 {
		margin: 0 0 7px 15px;
		font-size: 25px;
	}
	.banner .heading h2 {
		margin: 0 0 7px 15px;
	}
	.abt img {
		width: 340px;
		top: -60px;
	}
	.abt h1 {
		margin-top: 30px;
		font-size: 28px;
	}
	.abt .admission {
		margin-bottom: 35px
	}
	.features .pic {
		height: 414px;
	}
	.features ul {
		padding: 30px 0 20px;
	}
	.features ul li {
		margin-bottom: 20px;
	}
	.features .fa-caret-right {
		margin-left: 0;
	}
	.multi {
		padding: 35px 0 20px;
	}
	.multi h1 {
		text-align: center;
		font-size: 28px;
	}
	.multi h2 {
		margin: 15px 0 25px;
	}
	.multi .fa-caret-right {
		margin-left: 0;
	}
	.multi ul li {
		margin-bottom: 20px;
	}
	#tab h1 {
		font-size: 28px;
		/* margin: 0 0 15px; */
		text-align: center;
	}
	#tab ul li a.active:after {
		top: 50px;
		left: 240px;
	}
	.tbl h1 {
		font-size: 28px;
		margin: 40px 0 15px;
		text-align: center;
	}
	.accor h1 {
		font-size: 28px;
		margin: 35px 0 25px;
		text-align: center;
	}
	.accor #Accordian h3 {
		font-size: 20px;
	}
	#Accordian .num {
		top: 22px;
		padding: 12px;
	}
	.conta {
		padding: 30px 0 30px;
	}
	.conta h1 {
		font-size: 28px;
		margin-bottom: 25px;
		text-align: center;
	}
	.conta .form-group .form-control {
		margin-bottom: 25px;
	}
	.conta .admission {
		margin-bottom: 0px;
	}
}


@media(max-width:991px) {
	.sports .image{
		margin-bottom: 20px;
	}
	.sports .overlay{
		bottom: 20px!important;
		font-size: 17px!important;
	}
	.multi .col-md-7 p{
		margin-top: 20px;
	}
	.divider{
		display: none;
	}
	.conta input[type=radio]{
		margin-right: -50px;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
		.ts-service-icon-wrapper .ts-service-icon{
		height: 40px!important;
	    line-height: 40px!important;
	    width: 40px!important;
	}
	.contact-us .ts-service-wrapper {
    min-height: 85px!important;
}
	.banner {
		background-position: inherit;
	}
	.banner .heading {
		width: 250px;
		padding: 11px 0;
	}
	.banner .heading h1 {
		margin: 0 0 7px 15px;
		font-size: 25px;
	}
	.banner .heading h2 {
		margin: 0 0 7px 15px;
	}
	.abt img {
		width: 340px;
		top: -60px;
	}
	.abt h1 {
		margin-top: 30px;
		font-size: 28px;
	}
	.abt .admission {
		margin-bottom: 35px
	}
	.features .pic {
		height: 600px;
	}
	.features ul {
		padding: 30px 0 20px;
	}
	.features ul li {
		margin-bottom: 20px;
	}
	.features .fa-caret-right {
		margin-left: 0;
	}
	.multi {
		padding: 35px 0 20px;
	}
	.multi h1 {
		text-align: center;
		font-size: 28px!important;
	}
	.multi h2 {
		margin: 15px 0 25px;
	}
	.multi .fa-caret-right {
		margin-left: 0;
	}
	.multi ul li {
		margin-bottom: 20px;
	}
	#tab h1 {
		font-size: 28px;
		/* margin: 0 0 15px; */
		text-align: center;
	}
	.admission ul li a.active:after {
    left: 90px!important;
}
	#tab ul li a.active:after {
		top: 50px;
		left: 180px;
	}
	.tbl h1 {
		font-size: 28px;
		margin: 40px 0 15px;
		text-align: center;
	}
	.accor h1 {
		font-size: 28px;
		margin: 35px 0 25px;
		text-align: center;
	}
	.accor #Accordian h3 {
		font-size: 20px;
	}
	#Accordian .num {
		top: 22px;
		padding: 12px;
	}
	.conta {
		padding: 30px 0 30px;
	}
	.conta h1 {
		font-size: 28px;
		margin-bottom: 25px;
		text-align: center;
	}
	.conta .form-group .form-control {
		margin-bottom: 25px;
	}
	.conta .admission {
		margin-bottom: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-nav>li>a{
		padding: 0px 10px 0px 0;
	}
}


@media(max-width:767px) {
	.sports .overlay{
	margin: 0;
}
.sports .image{
	margin: 0 auto;
	    height: auto;
	/*width: 50%!important;*/
}
	.contact-us .ts-service-wrapper {
    min-height: 0!important;
}
	.curriculum-cbse ul li {
    width: 100%!important;
    float: none;
}
	#tab.admission ul li{
		width: 100%!important;
		float: none;
	}
	#tab.admission ul li a.active::after{
		display: none;
	}
	#tab.admission .title{
		margin-top:30px;
	}
	.banner {
		background-position: inherit;
	}
	.banner .heading {
		width: 250px;
		padding: 11px 0;
	}
	.banner .heading h1 {
		margin: 0 0 7px 15px;
		font-size: 25px;
	}
	.banner .heading h2 {
		margin: 0 0 7px 15px;
	}
	.abt img {
		width: 340px;
		top: -60px;
	}
	.abt h1 {
		margin-top: 30px;
		font-size: 28px;
	}
	.abt .admission {
		margin-bottom: 35px
	}
	.features .pic {
		height: 469px;
	}
	.features ul {
		padding: 30px 0 20px;
	}
	.features ul li {
		margin-bottom: 20px;
	}
	.features .fa-caret-right {
		margin-left: 0;
	}
	.multi {
		padding: 35px 0 20px;
	}
	.multi h1 {
		text-align: center;
		font-size: 28px;
	}
	.multi h2 {
		margin: 15px 0 25px;
	}
	.multi .fa-caret-right {
		margin-left: 0;
	}
	.multi ul li {
		margin-bottom: 20px;
	}
	#tab h1 {
		font-size: 28px;
		/* margin: 0 0 15px; */
		text-align: center;
	}
	#tab ul li a.active:after {
		/*top: 50px;
		left: 180px;*/
		display: none;
	}
	.tbl h1 {
		font-size: 28px;
		margin: 40px 0 15px;
		text-align: center;
	}
	.accor h1 {
		font-size: 28px;
		margin: 35px 0 25px;
		text-align: center;
	}
	.accor #Accordian h3 {
		font-size: 20px;
	}
	#Accordian .num {
		top: 22px;
		padding: 12px;
	}
	.conta {
		padding: 30px 0 30px;
	}
	.conta h1 {
		font-size: 28px;
		margin-bottom: 25px;
		text-align: center;
	}
	.conta .form-group .form-control {
		margin-bottom: 25px;
	}
	.conta .admission {
		margin-bottom: 0px;
	}
}

@media(max-width:580px) {
	.conta input[type=radio]{
		margin-right: -28px!important;
	}
	.banner {
		background-position: inherit;
	}
	.banner .heading {
		width: 250px;
		padding: 11px 0;
	}
	.banner .heading h1 {
		margin: 0 0 7px 15px;
		font-size: 25px;
	}
	.banner .heading h2 {
		margin: 0 0 7px 15px;
	}
	.abt img {
		display: none;
	}
	.abt h1 {
		margin-top: 30px;
		font-size: 28px;
	}
	.abt .admission {
		margin-bottom: 35px
	}
	.features .pic {
		height: 355px;
	}
	.features ul {
		padding: 30px 0 20px;
	}
	.features ul li {
		margin-bottom: 20px;
	}
	.features .fa-caret-right {
		margin-left: 0;
	}
	.multi {
		padding: 35px 0 20px;
	}
	.multi h1 {
		font-size: 25px!important;
	}
	.multi h2 {
		margin: 15px 0 25px;
	}
	.multi .fa-caret-right {
		margin-left: 0;
	}
	.multi ul li {
		margin-bottom: 20px;
	}
	#tab h1 {
		font-size: 28px;
		margin: 0 0 15px;
	}
	#tab ul li a.active:after {
		top: 69px;
		left: 55px;
	}
	.tbl h1 {
		font-size: 28px;
		margin: 40px 0 15px;
	}
	.accor h1 {
		font-size: 28px;
		margin: 35px 0 25px;
	}
	.accor #Accordian h3 {
		font-size: 20px;
	}
	#Accordian .num {
		top: 22px;
		padding: 12px;
	}
	.conta {
		padding: 30px 0 30px;
	}
	.conta h1 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.conta .form-group .form-control {
		margin-bottom: 25px;
	}
	.conta .admission {
		margin-bottom: 0px;
	}
}

@media(max-width:480px) {
	.conta input[type=radio] {
    margin-right: -10px!important;
}
	.main-wrapper .multi h1, .main-wrapper #tab h1{
		font-size: 22px!important;
	}
	.day-care h3, .sports h3{
		font-size: 20px!important;
	}

	.ts-service-info p {
    	font-size: 13px!important;
	}
	.ts-service-icon-wrapper .ts-service-icon{
		font-size: 18px!important;
	    height: 30px!important;
	    line-height: 30px!important;
	    margin: 0 10px 0 0!important;
	    width: 30px!important;
	}

	.banner {
		background-position: inherit;
	}
	.banner .heading {
		width: 200px;
		padding: 11px 0;
	}
	.banner .heading h1 {
		margin: 0 0 7px 15px;
		font-size: 25px;
	}
	.banner .heading h2 {
		margin: 0 0 7px 15px;
	}
	.abt img {
		display: none;
	}
	.abt h1 {
		margin-top: 30px;
		font-size: 28px;
	}
	.abt .admission {
		margin-bottom: 35px
	}
	.features .pic {
		height: 282px;
	}
	.features ul {
		padding: 30px 0 20px;
	}
	.features ul li {
		margin-bottom: 20px;
	}
	.features .fa-caret-right {
		margin-left: 0;
	}
	.multi {
		padding: 35px 0 20px;
	}
	.multi h1 {
		font-size: 28px;
	}
	.multi h2 {
		margin: 15px 0 25px;
	}
	.multi .fa-caret-right {
		margin-left: 0;
	}
	.multi ul li {
		margin-bottom: 20px;
	}
	#tab h1 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	#tab ul li a.active:after {
		top: 69px;
		left: 36px;
	}
	.tbl h1 {
		font-size: 28px;
		margin: 40px 0 15px;
	}
	.accor h1 {
		font-size: 28px;
		margin: 35px 0 25px;
	}
	.accor #Accordian h3 {
		font-size: 20px;
	}
	#Accordian .num {
		top: 22px;
		padding: 12px;
	}
	.conta {
		padding: 30px 0 30px;
	}
	.conta h1 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.conta .form-group .form-control {
		margin-bottom: 25px;
	}
	.conta .admission {
		margin-bottom: 0px;
	}
}


@media (max-width:320px){
	.sports .overlay{
	margin: 0;
}
	.conta input[type=radio] {
    margin-right: -3px!important;
}

.contact-us .ts-service-wrapper {
    min-height: 0;
}

	#tab ul li a.active::after{
		top: 87px;
left: 29px;
	}
	#tab.admission .title{
		margin-top:30px;
	}
}

.features h2{
	margin: 20px 0;
    font-size: 30px;
    color: #c00f1d;
}
.accor p{
	font-size: 16px;
    font-weight: 600;
    color: #222224;
}
.tbl.admission table{
	text-align: left;
}
.documents li{
	list-style: none;
    margin-bottom: 25px;
    font-size: 18px!important;
    color: #222224;
    font-weight: 500;
    border: none!important;
    width: 100%!important;
    text-align: left!important;
}
.documents li .fa-caret-right {
    color: #00559a;
    padding-right: 10px;
    /*margin-left: 40px;*/
}
ul.documents-list {
    margin-left: 60px;
}

.admission h2{
	font-size: 20px;
    font-weight: 600;
    color: #c00f1d;
    /*margin: 20px 0;*/
        padding: 20px 0 10px;
}
.admission p {
    text-align: left;
}
#tab.admission ul li {
	width: 25%;
}

/*Contact form*/
.internalPage {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #181818;
    font-size: 15px;
    line-height: 25px;
    color: #4e4e4e;
}
.ts-service-icon-wrapper {
    float: left;
}
.ts-service-icon-wrapper .ts-service-icon {
    background: #003468 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: -5px 20px 0 0;
    width: 40px;
    text-align: center;
}
.ts-service-info {
    display: table-cell;
}
.ts-service-info p {
    font-size: 16px;
}
form#cont {
    padding: 0px 0px 0px;
    color: #fff;
    border-radius: 10px;
    margin: 20px 30px;
}
.validateField {
    position: relative;
    width: 100%;
}
form#cont input, form#cont textarea {
    margin-left: 0px !important;
    height: 40px !important;
    border-radius: 4px;
    outline: none;
    margin-bottom: 15px;
    border: none;
    color: #000;
    border: 1px solid #003468;
    font-size: 15px;
}
#btn {
    border: none;
    background: rgb(0, 52, 104);
    padding: 6px 15px;
    color: #fff!important;
    border: none!important;
}

.coming-soon{
	padding: 50px 0;
}
.coming-soon h2{
    color: #c00f1d;
    font-size: 30px;
    font-weight: 600;
}
.curriculum-cbse ul li{
	width: 50%;
}
.curriculum-cbse ul li a.active:after{
	left: 273px;
}
.curriculum-cbse .title{
	text-align: left;
}
.curriculum-cbse{
	    padding: 30px 0 60px;
}
.day-care p{
	font-size: 16px;
    font-weight: 600;
    color: #222224;
    /*margin: 25px 0 30px;*/
    line-height: 2em;
}

.sports .image {
  display: block;
  width: 100%;
  /*height: auto;*/
  height: 230px;
      margin-bottom: 30px;
}

.sports .overlay {
  position: absolute; 
  bottom: 30px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  /*width: 100%;*/
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.sports .col-md-4:hover .overlay {
  opacity: 1;
}
@media (max-width: 767px){
	.conta input[type=file]{
		font-size: 14px!important;
	}
.sports .col-md-4 img{
	margin-bottom: 20px;
}
.conta input[type=radio]{
	margin-right: -36px;
}
}
@media (max-width: 350px){
	.conta input[type=file] {
    font-size: 10px!important;
}
.contact-us .ts-service-wrapper {
    min-height: 60px;
}
}
.gallery-tab{
	padding: 20px 0;
}
.gallery img{
	width: 100%;
}

.mission{
	padding: 50px 0 0;
}

.advertisement{
	padding: 50px 0;
}
.advertisement img{
	width: 100%;
}

.gallery-tab ul li {
    width: 20%!important;
}
.multi p{
	font-size: 16px;
    font-weight: 600;
    color: #222224;
}
.gallery-tab .filter{
        padding: 10px;
}
.gallery-tab .title{
	margin-top: 60px!important;
}