@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@media ( min-width : 1200px) {
	.container {
		width: 1170px;
	}
}
a:hover
{
    text-decoration: none;
    
}
ul 
{
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.breadcrumb > li
{
    color: #fff;
}
body
{
    font-size: 14px;
 /*   font-family: 'Vidaloka', serif;*/
 font-family: 'Roboto', sans-serif;
    letter-spacing: px;
}
.white, .head_manage h2, .foot_activity h3, .foot_add h3, .ft_add li
{
    color: #fff;
}
.socialicons .icons ul .fa, .socialicons .icons ul .fa:hover, .online_wrapper .apply a, .online_wrapper .apply a:hover, .social_ft ul li a, .social_ft ul li:hover a, .foot_activity ul li a, .foot_activity ul li a:hover,
.footer_wrapper a, .footer_wrapper a:hover, .controls .btn, .controls .btn:hover 
{
    transition: all ease-in 0.8s;
}
/* ====================top_wrapper====================== */
.top_wrapper
{
    padding: 20px 0;
    border-top: 8px solid #00B8EE;
} 
.logo img
{
    margin-left: 32%;
}
.welc, .socialicons .icons ul .txt
{
    text-align: right;
    color: #3B3090;
    font-weight: bold;
    padding-top: 60px;
}
.socialicons .icons ul
{
    float: left;
}
.socialicons .icons ul li
{
    float: left;
}
.socialicons .icons ul .fa
{
    background-color: rgb(35, 63, 170);
    border-color: rgb(35, 63, 170);
    border-width: 1px;
    margin: 0px 2px;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    margin-top: 55px;
    margin-left: 5px;
    font-size: 14px !important;
}
.socialicons .icons ul .fa:hover
{
    background-color: #996600;
}
/* ====================menu_wrapper====================== */
.menu_wrapper
{
   background: #173EA8;
   padding: 27px 0;
}
/* ====================online_wrapper====================== */
.online_wrapper
{
    background: #333436;
}
.online_wrapper .apply
{
    padding: 50px 0;
}
.online_wrapper .apply .color
{
    padding: 15px 8px 15px 8px;
    float: left;
}
.online_wrapper .apply .color1
{
    background: #F2B930;
}
.online_wrapper .apply .color2
{
    background: #1E73BE;
}
.online_wrapper .apply .color3
{
    background: #D93AD0;
}
.online_wrapper .apply a i, .apply1 a i
{
    font-size: 32px !important;
    color: #fff;
}
.online_wrapper .apply a:hover
{
    background: #CC3131 !important;
}
.online_wrapper .apply h6
{
    color: #fff;
    font-size: 17px;
    margin-left: 70px;
    line-height: 25px;
    font-family: 'Righteous', cursive;
}
.online_wrapper .apply1
{
    background: #E6BE1E;
    padding: 50px 30px;
}
.online_wrapper .apply1 h6
{
    font-size: 25px;
    line-height: 30px;
    float: left;
    font-family: 'Amaranth', sans-serif;
}
.apply1 a i
{
    padding-top:30px;
    margin-left: 20px;
}
/* ====================about_wrapper====================== */
.about_wrapper
{
    padding: 50px 0;
}
.title h1 
{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
.title h1 span
{
    color: #CC3434;
}
.title h1::before 
{
    content: "";
    background: url(../images/heading-line.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.cnt_abt p, .clr_p
{
    text-align: justify;
    font-size: 15px;
    line-height: 27px;
}
.cnt_abt p
{
    color: #333436;
}
.clr_p
{
    color: #173EA8 !important;
    font-weight: bold;
}
.blocks1 a i
{
    font-size: 25px;
    color: #000;
}
.blocks1 a, .blocks2 a, .blocks3 a
{
    font-size: 15px;
    color: #000 !important;
    font-family: 'Ruluko', sans-serif;
    font-weight: bold;
}
.cnt_img img
{
    margin-top: 30px;
}
/* ====================gallery_wrapper====================== */
.gallery_wrapper
{
    padding-top: 60px;
}
/* ====================manage_wrapper====================== */
.manage_wrapper
{
    padding: 40px 0;
    background: #333436;
}
.manage_cnt
{
    padding-bottom: 30px;
}
.head_manage h2
{
    font-family : "Righteous", cursive;
    text-align: center;
}
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
}
.frame img {
	width: 300px;
	height: 300px;
}
.frame .details {
	width: 65%;
	height: 60%;	
	padding: 5% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 43%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(230, 190, 30,0.9);	
	opacity: 0;
	transition: all 0.4s ease-in;
	
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}
.details h1
{
    font-size: 30px;
    font-family: 'Ruluko', sans-serif;
}
/* ====================activity_wrapper====================== */
.activity_wrapper
{
	position: relative;
	padding-top: 70px;
}

.activity_wrapper .icon-balloon{
	top: auto !important;
	bottom: 160px !important;
	left: -260px !important;
}

.activity_wrapper .icon-rocket{
	top: auto !important;
	left: auto !important;
	right: -220px !important;
	bottom: 170px !important;
}

.activity_wrapper .icon-star-4{
	top: auto !important;
	bottom: 170px !important;
	left: -60px !important;
}

.icon-balloon{
	height: 310px;
	width: 218px;
	background-image: url(../images/icons/icon-balloon.png);
}

.icon-rocket{
	height: 144px;
	width: 116px;
	background-image: url(../images/icons/icon-rocket.png);
}

.icon-star-4{
	height: 51px;
	width: 43px;
	background-image: url(../images/icons/icon-star-4.png);
}

.activity_wrapper .image-column{
	position: relative;
	margin-bottom: 50px;
}

.activity_wrapper .image-column .inner-column{
	position: relative;
	padding-left: 80px;
	padding-top: 80px;
	padding-right: 30px;
}

.activity_wrapper .image-column .inner-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 280px;
	width: 270px;
	background-color: #ff4986;
	content: "";
	box-shadow: 0 20px 30px rgba(0,0,0,0.15);
	border-radius: 5px;
}

.activity_wrapper .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.activity_wrapper .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	border: 5px;
}

.activity_wrapper .content-column{
	position: relative;
	margin-bottom: 50px;
}

.activity_wrapper .content-column .inner-column{
	position: relative;
	padding-left: 30px;
}

.activity_wrapper .content-column .sec-title{
	margin-bottom: 30px;
}

.activity_wrapper .content-column .message{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 36px;
	color: #696478;
	font-weight: 400;
	margin-bottom: 50px;
}

.activity_wrapper .content-column .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #696478;
	font-weight: 400;
	margin-bottom: 66px;
}
.sec-title h2{
	position: relative;
	display: block;
	font-size:60px;
	line-height: 1.2em;
	color: #1e2c67;
	font-weight: 700;
	padding-top: 20px;
}

.sec-title h2:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 4px;
	background-color: #ff4986;
	content: "";
	border-radius:2px;
}
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 25px 50px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 5px;
	background-color: #25bdd8;
    font-family : "Righteous", cursive !important;
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-animation: 2s rainbow infinite alternate !important;
	animation: 2s rainbow infinite alternate !important;
}

@keyframes rainbow{
	0% { background-color: #25bdd8!important; }
    25% { background-color: #5798fe!important; }
    50% { background-color: #7cbe47!important; }
    75% { background-color: #9c49fa!important; }
    100% { background-color: #ff4880!important; }
}

@-webkit-keyframes rainbow{
	0% { background-color: #25bdd8!important; }
    25% { background-color: #5798fe!important; }
    50% { background-color: #7cbe47!important; }
    75% { background-color: #9c49fa; }
    100% { background-color: #ff4880; }
}
.theme-btn {

    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Averia Sans Libre', cursive;
}
/* ====================foot_wrapper====================== */
.foot_wrapper
{
    background: #333436;
    padding: 60px 0;
}
.social_ft
{
    padding-top: 40px;
}
.social_ft ul
{
    margin-left: 80px;
}
.social_ft ul li
{
    float: left;
    margin-right: 10px;
}
.social_ft ul li a
{
    background: #fff;
    padding: 8px;
    border-radius: 50%;
}
.social_ft ul li a
{
    color:#173EA8;
}
.social_ft ul li:hover a
{
    background: #173EA8;
    color: #fff
}
.foot_activity h3, .foot_add h3
{
    font-family: "Righteous", cursive !important;
    text-align: center;
}
.foot_activity ul li a, .ft_add li, .footer_wrapper
{
    font-family: 'Josefin Sans', sans-serif;
    color: #eee;
}
.foot_activity ul li a:hover
{
    background: none;
    color: #18B2E2;
}
.ft_add li
{
    text-align: center;
    line-height: 30px;
}
/* ====================footer_wrapper====================== */
.footer_wrapper
{
    background: #000;
    padding: 20px 0;
    text-align: center;
}
.footer_wrapper a
{
    color: #DE7B7B;
}
.footer_wrapper a:hover
{
    color: #00B8EE;
}
/* ====================breadcrumb_wrapper====================== */
.breadcrumb
{
    background: none!important;
    padding: 0px!important;
    margin-bottom: 0px!important;
}
.breadcrumb_Cnt
{
   background: rgba(0, 0, 0, 0) url("../images/bg_bd.jpg") no-repeat top fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    display: block;
    position: relative;
    background-size: cover;
}
.Brd_Titl
{
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Supermercado One', cursive;
    color: #fff;
}
.breadcrumb > li + li::after {
    color: #cccccc!important;
    content: ">>"!important;
    padding: 0 5px!important;
}
.breadcrumb > li + li::before
{
    content: none!important;
}
ul.breadcrumb
{
     font-family: "ruluko";
}
ul.breadcrumb li a
{
    color: #F8D24B;
}
.breadcrumb_bg::before
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    z-index: 0;
}
.Bread_overlay_dark::before
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.Bread_overlay_dark
{
    position: relative;
}
.tt-topheading-title::after {
    background: #f8d24b none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    width: 50px;
}
.tt-topheading-title {
    color: #ffffff;
    font-family: "ruluko";
    margin-bottom: 16px;
    position: relative;
    margin-top: 1%;
    text-transform: capitalize;
}
.breadcrumb
{
    text-align: right;
}
.breadcrumb > .active, .page-header h2, .inr_area p i
{
     background: -webkit-linear-gradient(#2657c6, #00d59a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-header h2
{
    margin-top: -130px;
    color: #fff;
    font-family: 'Righteous', cursive;
}
/* ====================inner_wrapper====================== */
.inner_wrapper
{
    padding: 50px 0;
    background: #eee;
}
.page-header 
{
    border-bottom: none;margin: 0;
}
.inr_content
{
    padding-top: 50px;
}
.inner_link
{
    background: #fff;
    padding: 40px 0;
}
.inr_hd h2
{
    font-family: 'Fredoka One', cursive;padding-left: 20px;
}
.inr_area
{
    padding: 20px;
}
.inr_area p
{
    line-height: 30px;
    font-family: 'Taviraj', serif;
    letter-spacing: 1px;
    text-align:justify;
}
.inr_txt
{
    padding-left: 20px;
}
.inr_area p i
{
    font-size: 20px;
    padding-right: 5px;
}
ul.sigFreeClassic li.sigFreeThumb
{
    margin: 20px !important;
}
.inr_img img
{
    padding-top: 30px;
}
.page-header h1
{
    display: none;
}
.embedGoogleMap
{
    padding-left: 30px;
    padding-top: 20px;
}
.inr_img img
{
    padding-left: 10px;
}
/* ====================table_wrapper====================== */
.inr_area table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
.inr_area tr:nth-of-type(odd) { 
	background: #079948; 
	}
.inr_area tr:nth-of-type(even) { 
	background: #a4e2c0; 
	}
.inr_area th { 
	background: #392e8e; 
	color: white; 
	font-weight: bold; 
	}

.inr_area td, th { 
	padding: 10px; 
	border: 1px solid #fff; 
	text-align: left; 
	font-size: 18px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.inr_area table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
.inr_area table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
.inr_area thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
.inr_area tr { border: 1px solid #ccc; }
	
.inr_area td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

.inr_area td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}
/* ====================contact_wrapper====================== */
.form_contact
{
    padding: 0 30px;
}
/* ====================inner_wrapper====================== */
.inr_lft
{
    padding: 0;
}
.inr_lft .inr_hd h3
{
    font-family: 'Fredoka One', cursive;font-size: 30px;
}
.inr_para p
{
    color: #16B2F1;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 33px;
    text-align: justify;
}
.inr_list ul li a
{
    font-size: 20px;
    color: #00A34B;
    line-height: 40px;
}
.inr_list i 
{
    background: -webkit-linear-gradient(#2657c6, #92278F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
}
.sigFreeThumb
{
    margin:10px !important;
}

.inr_area p a
{
    border: 1px solid #FF3F3F;
    background: #FF3F3F;
    padding: 10px 15px;
    color: #fff;
}
.inr_lnk
{
    margin: 30px 0;
}
.inr_lnk li
{
    margin: 20px 0;
}
.inr_lnk li a
{
    font-size: 20px;
    color: #000;
}