*{

	margin: 0;

	padding: 0;

}

body{

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	background: #fff;

	font-family: 'Poppins', sans-serif;

}



h1,h2,h3,h4,h5,h6,p{

	margin: 0;

	padding: 0;

}



ul{

	list-style: none;

	margin: 0;

	padding: 0;

}

a:hover{

	text-decoration: none;

}

a{

	text-decoration: none;

}



.nav_sec {

    width: 100%;

}

button.owl-prev span {
    font-size: 40px;
    outline:none;
    border:none;
}

button.owl-next span {
    font-size: 40px;
    outline:none;
    border:none;
}

.nav_sec.black {

    position: fixed;

    z-index: 123112;

    background: #fff;

    top: 0;

    transition: .5s linear;

}



.header_sec{

	width: 100%;

	height: auto;

}



.nav_sec .navbar-brand {

    height: auto;

    padding: 9px 15px;

}



.nav_sec ul{

	padding: 50px 0px;

}



.nav_sec .nav>li>a {

    padding: 10px 12px;

    text-transform: uppercase;

    color: #000000;

}



.nav_sec .nav>li>a.live_chat{

	background: #000000;

	color: #fff;

	border-radius: 4px;

	padding: 10px 20px;

	margin-right: 7px;

}

.nav_sec .nav>li>a.apply_now{

	background: #d4260d;

	color: #fff;

	border-radius: 4px;

	padding: 10px 20px;

}



button.apply_now{

	background: #d4260d;

	color: #fff;

	border-radius: 4px;

	padding: 10px 20px;

	border:none;

}



button.live_chat{

	background: #000;

	color: #fff;

	border-radius: 4px;

	padding: 10px 20px;

	border:none;

}



.nav_sec .navbar {

    min-height: auto;

    margin: 0;

    border: none;

}



.top_sec{

	width: 100%;

	border-bottom: 1px solid #d4260d;

	padding: 5px 0px;

}



ul.social{}

ul.social li{

	display: inline-block;

}

ul.social li a{

	display: block;

}



ul.info_sec{

	text-align: right;

}

ul.info_sec li{

	display: inline-block;

}

ul.info_sec li a{

	display: block;

	color: #000000;

}



.caption_title {
    width: 100%;
    text-align: left;
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    right: 8%;
}



.slider_sec{

	width: 100%;

	height: auto;
/*
	background: url(../../assets/images/slider-banner.png);

	background-repeat: no-repeat;

	background-size: cover;

	padding: 140px 0px;*/
	position: relative;

}

.slider_sec .owl-dots {
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
}

.slider_sec .owl-dots button.owl-dot span{
	width: 17px;
    height: 17px;
    margin: 5px 4px;
    background: #d4260d;
}

.slider_sec .owl-dots button.owl-dot.active span{
	background: #fff;
}



.caption_title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
}

.caption_title p{

	padding: 10px 0px;

	font-size: 15px;

	color: #fff;

}



.caption_title h1 span{

	color: #d4260d;

}



.tab_url{}

.tab_url ul{}

.tab_url ul li{

	display: inline-block;

}



.tab_url ul li.active a{

	background: #d4260d;

	color: #fff;

	border:none;

	border-radius: 0;

}



.tab_url ul li.active a:focus{

	background: #d4260d;

	color: #fff;

	border:none;

	border-radius: 0;

}



.tab_url ul li a:focus{

	background: #d4260d;

	color: #fff;

	border:none;

	border-radius: 0;

}



.tab_url ul li a {

    display: block;

    padding: 18px 69.9px;

    font-size: 17px;

    color: #000;

    float: left;

    border:none;

    border-radius: 0;

}

.content_item{

	width: 100%;

	padding: 40px 0px;

}



.content_item h2{

	font-size: 24px;

	font-weight: 600;

	color: #d4260d;

}

.content_item p{

	font-size: 15px;

	 color: #343434;

		padding: 10px 0px;

}



.content_item img {

    width: 100%;

    max-width: 360px;

    margin:0 auto;

}



.main_content{

	width: 100%;

	text-align: right;

}





.why_choose{

	width: 100%;

	height: auto;

	padding: 30px 0px;

	background: #f3f2f2;

}



.choose_item{}

.item_bg{

	background:#fff;

	margin: 10px 0px;

	text-align: center;

	padding: 30px 0px;

	border-radius: 5px;

}

.item_bg img{}

.item_bg p{

	padding: 10px 0px;

	color: #000;

}



.item_details{

	padding: 10px 0px;

}



.item_details h3{

	font-weight: 600;

	font-size: 32px;

	color: #000;

}

.item_details p{

	font-size: 15px;

	padding: 10px 0px;

	line-height: 24px;

}



.our_services{

	width: 100%;

	padding: 40px 0px;

	background: url(../../assets/images/services-back.png);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.title_sec{

	width: 100%;

	max-width: 750px;

	margin: 0 auto;

	text-align: center;

	padding-bottom: 30px;

}

.title_sec h2{

	font-size: 32px;

	font-weight: 600;

	color: #fff;

	padding-bottom: 10px;

}

.ask_question .title_sec h2{
	color: #000;
}

.title_sec p{

	color: #fff;

}


.our_services .title_sec p{

	color: #fff;

}



.item_Services{

	width: 100%;

	background: #fff;

	margin: 10px 0px;

	border-top-left-radius: 18px;

	border-top-right-radius: 18px;

}

.img_services{

	position: relative;

}

.img_services .ser_img{

	width: 100%;

}

.img_services .services_icon{

	position: absolute;

	top: 68px;

	left: 0;

	right: 0;

	margin: 0 auto;

}



.info_serv{

	width: 100%;

	padding: 10px 15px;

}

.info_serv h4{

	font-size: 15px;

	padding-bottom: 10px;

	color: #d4260d;

	font-weight: 600;

}

.info_serv p{

	font-size: 14px;

	color: #010101;

}



.university_choice{

	width: 100%;

	padding: 30px 0px;

}



.university_choice .title_sec h2 , .title_sec p{

	color: #000;

}



.uni_caption{}

.uni_caption h3{

	font-weight: 600;

	color: #d4260d;

}

.uni_caption p{

	padding: 10px 0px;

	font-size: 15px;

}



.university_choice img{

	width: 100%;

}

.uk_uni{

	width: 100%;

	background: #f3f2f2;

}



.client_sec{

	width: 100%;

	padding: 30px 0px;

}



.client_sec img{

	width: 100%;

	max-width: 120px;

	margin: 0 auto;

}



.our_team{

	width: 100%;

	padding: 40px 0px;

}



.team_item {

    width: 100%;

    box-shadow: 0px 0px 6px 0px #b8b8b8;

    margin: 10px 4px;

    border-top-left-radius: 18px;

    border-top-right-radius: 18px;

}



.our_team .title_sec h2 , .title_sec p{

	color: #000;

}



.caption_team{

	padding: 15px 15px;

	text-align: center;

}

.caption_team h6{

	padding: 8px 0px;

}



.caption_team h4{

	font-weight: 600;

	color: #010101;

}



.satisfied_customer{

	width: 100%;

	padding: 40px 0px;

	background: url(../../assets/images/Testimonial-bg-sec.png);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.ask_question{

	width: 100%;

	padding: 40px 0px;

	background: url(../../assets/images/ask_question.png);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.asked_item .panel-heading{

	background: #d4260d;

	color: #fff;

}

.asked_item .panel-heading a{

	text-decoration: none;

}

.asked_item .panel-group .panel {

    margin: 15px 0px;

    border: none;

}



.counter_sec{

	padding: 30px 0px;

	text-align: center;

	background: #d4260d;

	color: #fff;

}

.counter_sec h3 {
    padding: 10px 0px;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: inherit;
    text-align: left;
}

.counter_sec p{
	text-align: left;
}

.counter_sec button {
    padding: 13px 32px;
    background: #000;
    border: none;
    border-radius: 5px;
    margin: 9px 0px;
}

.counter_sec img{

	width: 100%;

	max-width: 40px;

	margin: 0 auto;

}



.counter_sec h3{

	padding: 10px 0px;

	font-weight: 600;

	padding-bottom: 5px;

}



.client_testimonail{

	width: 100%;

	padding: 40px 0px;

	background: #f3f2f2;

}



.box_tes{

	width: 100%;

	background: #fff;

	padding: 40px 20px;

	text-align: center;

	height: 150px;

	border-radius: 4px;

}



.item_car{

	width: 100%;

	background: #fff;

	border-radius: 6px;

	padding: 20px 15px;

	position: relative;

	text-align: center;

}



.item_car img{

	width: 100%;

	max-width: 60px;

	margin: 0 auto;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

}



.item_car p{

	padding-top: 30px;

}





.insight_expert{

	width: 100%;

	padding: 40px 0px;

	background: url("../../assets/images/blogs-sec-bg.jpg");
	background-size: cover;
	background-position: center;

}

.insight_expert .title_sec p{
	color: #fff;
}



.industry_sec{

	width: 100%;

	background: #000000;

	color: #fff;

}

.industry_sec img{

	width: 100%;

}



.info_indusry{

	padding: 10px 15px;

}



.edu_sec{}

.edu_sec .media {

    padding: 16px 16px;

    background: #ffff;

    box-shadow: 0px 0px 5px 2px #e3e3e3;

    border-radius: 2px;

}



.edu_sec .date_c {

    padding: 8px 19px;

    background: #d62107;

    color: #fff;

}

.edu_sec .date_c h4 {

    font-weight: 600;

    font-size: 15px;

}



.edu_sec .media .media-body{

	display: table-cell;

    vertical-align: middle;

    font-size: 17px;

    font-weight: 600;

}

.breadcrumb{
	width: 100%;
	padding: 100px 0px;
	text-align: center;
	margin: 0;
	color:#fff;
}

.breadcrumb h2{
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
}

.londoncitybg{
	background: url("../../assets/images/london-city-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studyaustrailia{
	background: url("../../assets/images/Study-in-Australia.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutusbg{
	background: url("../../assets/images/about-banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contactbg{
	background: url("../../assets/images/contact-banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.professionacarbg{
	background: url("../../assets/images/PROFESSIONAL-CAREER-AND-EDUCATIONAL-ADVISING.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.courseselbg{
	background: url("../../assets/images/UNIVERSITY-AND-COURSE-SELECTION1PROFESSIONAL-CAREER-AND-EDUCATIONAL-ADVISING.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.admissionappbg{
	background: url("../../assets/images/ADMISSION-APPLICATIONS.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.accplacbg{
	background: url("../../assets/images/ACCOMMODATION-PLACEMENTS.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.predeparturebg{
	background: url("../../assets/images/PRE-DEPARTURE-BRIEFING.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studyuk{
	background: url("../../assets/images/Study-in-Uk.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studyusa{
	background: url("../../assets/images/Study-in-usa.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studmalaysia{
	background: url("../../assets/images/Study-in-malyasia.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studycanada{
	background: url("../../assets/images/Study-in-canada.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studyaustrailia{
	background: url("../../assets/images/Study-in-Australia.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


ul.item_services{
	list-style: none;
	margin: 0;
    padding: 16px 0px;
}
ul.item_services li {
    display: inline-block;
    width: 100%;
    max-width: 30%;
    padding: 30px 0px;
    text-align: center;
    box-shadow: 0px 0px 9px #3333;
    border-radius: 15px;
    margin: 13px 8px;
}

ul.item_services li img{
	width: 100%;
	max-width: 100px;
}

ul.item_services li h5{
	font-size: 15px;
	font-weight: 600;
	color: #010101;
    padding: 10px 0px;
}

.content_data {
    width: 100%;
    padding: 30px 0px;
}

.content_data h3{
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	padding: 8px 0px;
}
.content_data p{
	padding: 10px 0px;
	font-size: 15px;
	color: #343434;
    line-height: 27px;
    text-align: justify;
}
.content_data h2{
	font-size: 32px;
	color: #d4260d;
	font-weight: 600;
	padding: 8px 0px;
}

.content_data ul li{
	padding: 10px 0px;
}

.content_data h4{
	font-size: 25px;
	color: #d4260d;
	padding: 5px 0px;
}

.content_data .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
    box-shadow: 0px 4px 5px 5px #0003;
}

.content_data .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
}

.content_data .panel-group .panel h4{
	color: #000;
	font-size: 18px;
}

.content_data .panel-group{
	padding: 10px 0px;
}

.content_data .panel-group .panel h4 a i{
	color: #d4260d;
}
.content_data .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none;
}

.content_data .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    box-shadow: 0px 5px 8px #3333;
}

.getfreeadvice {
    width: 100%;
    background: #1b0100;
    border-radius: 5px;
        margin-bottom: 30px;
}
.getfreeadvice h2{
	font-size: 18px;
	text-align: center;
	padding: 15px 0px;
	background: #d4260d;
	font-weight: 600;
	color: #fff;
    border-radius: 5px;
}

.formgetfree {
    padding: 25px 12px;
}

.formgetfree button{
	width: 100%;
	background: #d4260d;
	color: #fff;
	padding: 8px 0px;
	border:1px solid #d4260d;
	font-size: 16px;
	text-transform: uppercase;
}

.formgetfree .form-control{
	height: auto;
	padding: 10px 10px;
}


.getintouch {
    width: 100%;
    background: #1b0100;
    border-radius: 5px;
}
.getintouch h2{
	font-size: 18px;
	text-align: center;
	padding: 15px 0px;
	background: #d4260d;
	font-weight: 600;
	color: #fff;
    border-radius: 5px;
}

.getform {
    width: 100%;
    padding: 30px 11px;
}

.itemform {
    display: block;
    width: 100%;
    background: #ffffff;
    margin: 10px 0px;
    padding: 13px 18px;
}

.itemform a{
	display: block;
	font-size: 18px;
	color: #112229;
}

.itemform a i{

}

.getform button{
	width: 100%;
	background: #d4260d;
	color: #fff;
	padding: 8px 0px;
	border:1px solid #d4260d;
	font-size: 16px;
	text-transform: uppercase;
}


.educ_system {
    width: 100%;
    background: #1b0100;
    border-radius: 5px;
    margin: 30px 0px;
}
.educ_system h2{
	font-size: 18px;
	text-align: center;
	padding: 15px 0px;
	background: #d4260d;
	font-weight: 600;
	color: #fff;
    border-radius: 5px;
}

ul.item_edu{
	list-style: none;
	padding: 20px 0px;
}
ul.item_edu li{}

ul.item_edu li a{
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #d4260d;
	color: #fff;
}

.educ_system button{
	width: 100%;
	background: #d4260d;
	color: #fff;
	padding: 8px 0px;
	border:1px solid #d4260d;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0px;
}

.footer_sec{
	width: 100%;
	padding: 30px 0px;
	background: #000000;
}

.item_menu{}
.item_menu ul{}
.item_menu ul li {
    display: inline-block;
    width: 100%;
    max-width: 149px;
    vertical-align: top;
}
.item_menu ul li h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.item_menu ul li a{
	display: block;
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	    padding: 4px 0;
}

.item_menu_contact{}
.item_menu_contact ul{}

.item_menu_contact ul li {
    display: inline-block;
    width: 100%;
    /*max-width: 177px;*/
    vertical-align: top;
}
.item_menu_contact ul li h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.item_menu_contact ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 5px 0px;
}

.info_footer p{
	color: #fff;
}

.copyright_sec{
	width: 100%;
	padding: 8px 0px;
	background: #d62107;
	text-align: center;
}
.copyright_sec p{
	color: #fff;
}
.clrs{
	background: #f3f2f2;
}

.infone{}
.infone p{
	padding: 4px 0px;
}

.infone h4{
	font-size: 35px;
	color: #000;
}

.navbar-brand>img {
    display: block;
    width: 120px;
}

.info_footer img{
	 width: 120px;
}

ul.social li a img{
	width: auto;
}

ul.studyitemservece li{
	max-width: 22%;
}

ul.dropdown-menu {
    padding: 8px 0;
}