
	*{
 		margin: 0;
 		padding: 0;


 	}

 	body
 	{
 		background:#f2f2f2;
 	}


.ait_video_container
	{
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
 	.program_right_for_you
	{
	  position: fixed;
	  right: 0;
	  top: 40%;
	  z-index: 9999;
	  width:40px;
	  background:#00365d;
	  color: #fff;
	  padding: 10px;
	 
	  height: 40px;	  
	   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	   transition: width 0.3s ease;
	   overflow: hidden;
	   border-radius: 100%;
	}
	.program_active
	{
		width: 300px;
		border-radius: 0;
		border-top-left-radius: 5px;
	  border-bottom-left-radius: 5px;
	
	   height: auto;	 
	}
	.instance_top
	{
		
	}



	@media(max-width: 768px)
	{
		.instance_top
		{
			margin-top: 10%; margin-bottom: 15px;
		}
	}
	.top_layer_redesign
	{
		
		background: #f5f5f5;
		height: 100px;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		padding: 20px 80px;

		
	}

	.img_cont_holder
	{
		position: absolute;
		left:45%;
		z-index: 99;
		
		height: 100px;
		width: 100px;
		line-height: 100px;
		text-align: center;
		padding-left: 5px;
		border-radius: 100%;
		top: 4px;
	}
	.right_link_ait
	{
		position: absolute;
		right: 0;
		top: 0;
	}

	.right_link_ait ul
	{
		padding: 0;
		margin: 0;
		background: #2c2c2c;
	}
	.right_link_ait ul li
	{
		list-style: none;
		margin: 0;
		display: inline-block;
		padding: 5px 8px;
		
		color: #fff;
		font-size: 12px;
	}
	.right_link_ait ul li a
	{
		color: #fff;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}



/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post{width: 100%;height: 50px;list-style-type: none;}
.post-img i {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    transition: 0.5s;
}

.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#F39C12;}
.post-img img:hover{border: 5px solid #F39C12;}
 .loader {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 75px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .loader-star {
        position: absolute;
        top: calc(50% - 12px);
    }
    /*LOADER-1*/
    
    .loader-1 .loader-outter {
        position: absolute;
        border: 4px solid #00365d;
        border-left-color: transparent;
        border-bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
        animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    }
    
    .loader-1 .loader-inner {
        position: absolute;
        border: 4px solid #00365d;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        border-right: 0;
        border-top-color: transparent;
        -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
        animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    }
   /* ----------------     KEYFRAMES    ----------------- */
    
    @-webkit-keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
    
    @keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
    #loader_onset_holder
    {
    	text-align: center;
    	height: 500px;
    	line-height: 500px;
    	background: #f5f5f5;
    }

    .loader_container_extendss
{
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  z-index: 99999;
  background: #fff;
  position: fixed;
}

.loader_content_extendss

{
  position: absolute;
  top: -5px;
  background: #00365d;
  width: 0%;
  height:4px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  transition: width 0.1s ease;
}
.scroll_to_top_container 
{
	position: fixed;
	bottom: 10%;
	right: 20px;
	background: #ef6c00;
	height: 40px;
	color: #fff;
	z-index: 9999;
	width: 40px;
	text-align: center;
	
	transition: all 300ms ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}
.scroll_to_top_container:hover
{
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*bot*/
.explore_course_container_feed
{
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 300px;
	
	z-index: 999999999999;
}
.body_explore_holder_content
{
	background: #fff;
	height: 70px;
	border-top-right-radius:  6px;
	border-top-left-radius:  6px;
	 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	 transition: all 0.6s ease;

}

.open_bot
{
	height: 500px;
}

.top_header_body_explore
{
	height: 60px;
	background: #023957;
	border-top-right-radius:  4px;
	border-top-left-radius:  4px;
	position: relative;

}
.bot_holder
{
	height: 60px;
	width: 60px;
	position: absolute;
	left: 10px;
	top: -50%;
	background: #fff;
	border-radius: 60%;

}

.bot_name_holder
{
	position: absolute;
	left: 25%;
	color: #8ba4b1;
	font-size: 17px;
	top: 10px;
	font-family: 'Titillium Web', sans-serif;
}

.bot_quest_holder
{
	position: absolute;
	bottom: 4px;
	font-size: 13px;
	font-family: 'Padauk', sans-serif;
	color: #fff;
	left: 3%;
}
.type_message_container
{
	height: 70px;
	 box-shadow: 0 5px 44px rgba(0,0,0,0.25);
	 position: relative;
}

.type_message_container textarea
{
	outline: none;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	width: 100%;
	height: 100%;
	resize:none;
font-family: 'Titillium Web', sans-serif;

}

.type_message_container .bot_speak_here
{
	height: 30px;
	min-width: 30px;
	background: #fff;
	position: absolute;
	right: 10px;
	bottom: -10px;
	border-radius: 40px;
	font-size: 13px;
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25);
	 padding-left: 10px;
	 padding-top: 7px;
	 padding-right: 10px;
	 transition: all 0.6s ease;
   
	
}

.add_padding_first
{
	width: 300px;
	padding-left: 14px;
	 padding-top: 7px;
	 padding-right: 10px;
}

.cancel_explore_container
{
	position: absolute;
	right: 10px;
	bottom: 20px;
	height: 40px;
	width: 40px;
	background: #023957;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	  box-shadow: 0 14px 28px rgba(0,0,0,0.25);

}
.cancel_explore_container span
{
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-family: 'Padauk', sans-serif;
}
.open_botss
{
	font-size: 23px;
}
.content_appears_here_bot
{

	max-height: 300px;
	padding: 10px;
	overflow: auto;
	margin-top: 10px;
}

    .content_appears_here_bot::-webkit-scrollbar {
    width: 0.2em;

}

 
.content_appears_here_bot::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.content_appears_here_bot::-webkit-scrollbar-thumb {
    background:#277085;
  outline: 1px solid;
  outline-color:linear-gradient(#227290,#227290);
  border-radius: 4px;
}
.content_appears_here_bot ul li
{
	position: relative;
}
.content_appears_here_bot ul li .icon_holder
{
	height: 10px;
	width: 10px;
	position: absolute;
	left: -3px;
	background: transparent;
	border: 1px solid #808080;
	top: 6px;
}
.content_appears_here_bot ul li .question_holder
{
	font-family: 'Padauk', sans-serif;
	color: #1688b2;
	font-size: 14px;
}

.content_appears_here_bot ul li .answer_holder
{
	font-family: 'Padauk', sans-serif;
	 text-align: justify;
	font-size: 13px;
}

.content_appears_here_bot ul li
{
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	padding-top: 4px;
	padding-left:13px;
	padding-right: 5px;
}
.img_styler
{
	font-size: 14px;
	text-align: center;
	font-family: 'Padauk', sans-serif;
}

.animated_bacground_color {
	width: 100wh;
	
	color: #fff;
	background: linear-gradient(-45deg, #1c70a0, #1c70a0, #23A6D5, #034b65);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.fixed_me_after_height
{
	position: fixed; width: 100%; z-index: 999999; top: 0;
}

.footer_down
{
	height: 60px; 
	background: #1b1d26;
}

.footer_down p
{
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
}

.set_designr h3
{
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  	font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
  	font-weight: normal;

}


.footer_standard
{
	background:#20232e; min-height: 600px; color: #fff; margin: 0; padding-top: 0; padding-top: 50px;
}

.set_designr .normal_list li
{
	list-style: none;
	padding-top: 0;
	margin: 0;
	padding-bottom: 10px;
	color: #aac4cc;
	
}

.set_designr .normal_list li a
{
	text-decoration: none;
	color: #aac4cc;
	font-size: 12px;
}

.set_designr .normal_list li a:hover
{
	color: #fff;
}

.connect_lis ul li 
{
	list-style: none;
	display: inline-block;
	background: #757676;
	
}
.connect_lis ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	margin: 7px 10px;
}

.find_a_program
{
	height: 200px;
	background: transparent;
}

.discover_container
{
	height: 300px;
	background: #fff;
	padding-left: 5px;
	background: transparent;
	overflow: hidden;
	

	
}

.find_a_course_extend
{
  height: 160px;
  background: transparent;
  	padding: 10px 0px;
  	text-align: center;
  	background: transparent;
  	border-bottom:1px solid #f5f5f5;
  	padding-top: 30px;
  

}

.find_a_course_extend h1
{
	font-size: 25px;
	position: relative;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}
.find_a_course_extend span
{
	display: inline-block;
}
.find_a_course_extend .titling
{
	font-size: 25px;

	width: 180px;

	color:#2b99b5;
	
	background:transparent;
	

}
.right_for_you
{
	height: 50px;
	width: 300px;
	padding: 10px;
	border: none;
	outline: none;
}

@media(max-width: 768px)
{
	.find_a_course_extend
{
  height: 140px;
  background: #e9e8e6;
  	padding: 10px 0px;
  	text-align: center;
  	
  

}
	.right_for_you
{
	height: 50px;
	width: 100px;
	padding: 10px;
	border: none;
	outline: none;
}
.find_a_course_extend .titling
{
	font-size: 18px;

	width:100%;
	display: block;

	color:#2b99b5;
	text-align: center;
	background:transparent;
	

}
}
.find_a_course_extend span button
{
	  border: none;
  outline: none;
  background: #ffab25;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 2px solid #f89b08;
	border:none;
	outline: none;
	height: 50px;
	width: 120px;
}

.find_a_course_extend span button:hover
{
	background: #e08d0a;
}
.logo_keeper_on_bg
{
	background: #000;
	opacity: .3;
	position: absolute;
	width: 100%;
	height:20%;
	z-index: 22;
}
.logo_keeper_on_bg_content
{
	top: 10px;
	position: absolute;
	width: 100%;
	height: 120px;
	z-index: 33;
	left: 5%;
}
.explore_external
{
	font-size: 35px;
	color: #000;
	padding: 10px;text-align: center;
	padding-left: 40px;
}
.caption_tit
{
	text-align: center;
	color: #888;
	font-size: 18px;
	margin-bottom:10px;
	font-family: 'Lato', sans-serif;
}

.explore_list_container
{
	width: 100%;

	text-align: center;
}

.explore_list_container .explore_list_content
{
	display: inline-block;
	width: 160px;
	height: 160px;
	background: red;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
}
.explore_list_content_inner
{
	position: absolute;
	left: 0;
	height: auto;
	background: #000;
	opacity: .8;
	bottom: 0;
	height: 40px;
	transition: all 0.7s ease;
	padding: 10px;

}
.explore_list_content:hover .explore_list_content_inner
{
	height: 200px;
	cursor: pointer;
}
.explore_list_content_inner h4 a
{
	color: #fff;

	font-size: 17px;
}

.explore_list_content_inner p
{
	color: #fff;
	font-size: 13px;


	
}


.explore_list_content_inner a
{
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
}


@media(max-width: 768px)
{

	.discover_container
{
	height: auto;
	background: #fff;
	

	
}
	.explore_external
{
	font-size: 25px;
	padding: 10px;
}
.find_a_course_extend h1
{
	font-size: 18px;
}
.explore_list_container
{
	width: 100%;
	
	padding: 10px 10px;
}

.explore_list_container .explore_list_content
{
	display: inline-block;
	width:100%;
	height: 200px;
	background: red;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
}
.explore_list_content_inner
{
	position: absolute;
	left: 0;
	height: auto;
	background: #000;
	opacity: .8;
	bottom: 0;
	height: 40px;
	transition: all 0.7s ease;
	padding: 10px;

}
.explore_list_content:hover .explore_list_content_inner
{
	height: 200px;
	cursor: pointer;
}
.explore_list_content_inner h4 a
{
	color: #fff;

	font-size: 17px;
}

.explore_list_content_inner p
{
	color: #fff;
	font-size: 13px;


	
}
}
.news_getter
{
	height: 350px;
	padding: 10px 14px;


}
.left_news_feed
{
	background: transparent;
	height:100%;
	padding: 0;
	

}

	.amplitude_cont
	{
		background: #fff;
		border-right: 1px solid #f5f5f5;
		padding: 10px;
		height: 100%;
		margin: 0;
	}

	@media(max-width: 768px)
	{
		.news_getter
	{
		height: auto;
		padding: 10px 0px;

	}
	}

.why_designz
{
	margin-top: 10px;
	
	height: 300px;
	 background:url(../images/bg.png) no-repeat 0px 0px;
      background-size:cover;
  padding: 0em 0em 0;
}
.why_title
{
		font-size: 30px;
	color: #fff;
	padding: 10px;
	padding-left: 4	0px;
	text-align: center;
	padding-top: 30px;
}
.whyAit_extend
{
	font-size: 25px;
}
.carousel-control.right{right:-10%;left:auto;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x;}


@media(max-width: 768px)
{

.why_designz
{
	height: 200px;
	 background:url(../images/bg.png) no-repeat 0px 0px;
      background-size:cover;
  padding: 0em 0em 0;
}
	.why_title
{
		font-size: 20px;
	color: #fff;
	padding: 10px;
	padding-left: 4	0px;
}
.whyAit_extend
{
	font-size: 14px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.carousel-control.right{right:-10%;left:auto;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x;}

}

.beyond_ait
{
	height: 300px;
	background:transparent;
}
.beyond_title
{
	border-bottom: 1px solid #fff;
}

.message_drop
{
	height: 200px;
	background: #e9e8e6;
}

.hear_from_our_student
{
	margin-top: 40px;
	height: 500px;
	background: #fff;
	position: relative;
	
	 background:url(../images/AITFACTS.jpg) no-repeat 0px 0px;
      background-size:cover;

   /*   background-attachment: ;*/

   
}


@media(max-width:768px)
{
	.hear_from_our_student
{
	height: 300px;
	background: #fff;
	
	padding: 20px;
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
	  background-attachment: fixed;
	 background:url(../images/BG_AIT_STUDENT.jpg) no-repeat 0px 0px;
      background-size:cover;

   
}
}



.grid_3.carousel-article .caroufredsel_wrapper{
    width: 100% !important;
}

.carousel-article{
    width: 100%;
}

.grid_3.carousel-article .carousel-li > li{
    width: 220px;
    margin-right: 0;
}

.carousel-pagination {
    text-align: center;
    float: left;
    margin-top: 10px;
}

.carousel-pagination a {
    background: url('../images/btn.png') no-repeat;
    width: 19px;
    height: 5px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.carousel-pagination a.selected {
    background: url('../images/btn-active.png') no-repeat;
    cursor: default;
}

.carousel-pagination a span {
    display: none;
}



/*hear slider*/

#background_shadow_extend_for_hear
{
	height: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	background: #003a64;
	opacity: .8;

	top: 0;
}

#text_container_hear
{
  width: 100%;
  height: 100%;
}

#text_container_hear ul
{
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent;
	left: 0;
	text-align: center;	
	padding-top: 50px;
}

#text_container_hear ul li
{
	font-size: 30px;
	color: #fff;
	height: 100px;
	margin-bottom: 20px;
	background: transparent;
	line-height: 100px;
	list-style: none;

}

#play_tour_ait  i
{
	font-size: 90px;
	transition: all 0.5s ease;
	color: #fff;
	
}

#play_tour_ait  i:hover
{
	transform: scale(1.1);
	cursor: pointer;
	color:  #f2a96d;

	border-radius: 100%;


}

.playtour_scroll
{animation: punch 0.6s infinite;}

@keyframes punch
{
	0%
	{
		transform: scale(0.9);
	}
	20%
	{
		transform: scale(1.0);
	}
	30%
	{
		transform: scale(1.1);
	}
	40%
	{
		transform: scale(1.2);
	}
	60%
	{
		transform: scale(1.3);
	}
	100%
	{
		transform: scale(1.4);
	}
}
.right_link_ait_new
{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 13px;
	
}
.right_link_ait_new ul
{
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20%;
}

.right_link_ait_new ul li
{
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	height: 100%;

	line-height: 60px;
	border-right: 1px dotted #003a64;
}

.right_link_ait_new ul li a
{
	color: #73c5e9;
	width: 50px;
	height: 100%;
	padding: 0 20px;
	font-size: 13px;
	font-size: 12px;
}

.right_link_ait_new ul li a:hover
{
	color: #fff;
}

@media(max-width: 768px)
{
	#text_container_hear ul
{
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent;
	left: 0;
	text-align: center;	
	padding-top: 3px;
}

#text_container_hear ul li
{
	font-size: 30px;
	color: #fff;
	height: 90px;
	margin-bottom: 20px;
	background: transparent;
	line-height: 60px;
	list-style: none;

}

#play_tour_ait  i
{
	font-size: 90px;
	transition: all 0.5s ease;
	color: #fff;
}

#play_tour_ait  i:hover
{
	transform: scale(1.1);
	cursor: pointer;
	color:  #f2a96d;

	border-radius: 100%;

}
}

#serach_to_right
{
	position: absolute;
	right:12em;
	top: 0px;
	color: #fff;
	font-size: 13px;
	width: 120px;
	height:100%;
	background: transparent;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
#serach_to_right i
{
	font-size: 16px;
	padding-right: 10px;
}
@media(max-width: 768px)
{
	#text_container_hear ul li
{
	font-size: 30px;
	color: #fff;
	height: 60px;
	margin-bottom: 20px;
	background: transparent;
	line-height: 60px;
	list-style: none;

}

.footer_down
{
	height: 80px; 
	background: #1b1d26;
}

.footer_down p
{
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
}

.explore_list_container
{
	width: 100%;
	
	padding: 20px 4px;
	padding-left: 0;
}
#play_tour_ait a i
{
	font-size: 60px;
	transition: all 0.5s ease;
	color: #fff;
}

.find_a_course_extend
{
  height: auto;
  background: transparent;
  	padding: 10px 0px;
  	text-align: center;
  	background: transparent;
  	border-bottom:1px solid #f5f5f5;
  	padding: 10px;
  	margin: 10px 0;
  

}
.right_for_you
{
	height: 50px;
	width: 100%;
	display: block;
	margin: 10px;
	padding: 10px;
	border: none;
	outline: none;
}
.why_designz
{
	margin:10px 0 0 0;
	
	height: auto;
	 background:url(../images/bg.png) no-repeat 0px 0px;
      background-size:cover;
  padding: 0em 0em 0;
}
}


@media(max-width: 329px)
{
	.right_for_you
{
	height: 50px;
	width: 90%;
	display: block;
	margin: 10px;
	padding: 10px;
	border: none;
	outline: none;
}	


#text_container_hear ul li
{
	font-size: 20px;
	color: #fff;
	height: 60px;
	margin-bottom: 20px;
	background: transparent;
	line-height: 60px;
	list-style: none;

}

a .ait_banner_content_read_more
{
  text-decoration: none;
  background: #8b0000;
  padding: 3px 4px;
  color: #fff;
  font-family: arial;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  top: -10%;
  right: 15%;
}
.explore_list_container
{
	width: 100%;
	
	padding: 20px 4px;
	padding-left: 0;
}

}
li.chang_bg_def
{
	background: #112c6c;
}