@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Myriad Pro Regular';
	src: url('../fonts/myriad-pro-regular.ttf')  format('truetype'),
		 url('../fonts/myriad-pro-regular.otf')  format('opentype');
}

body,html{
  overflow-x:hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden !important;
	font-size: 1.5em;
-webkit-font-smoothing: antialiased;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{
  text-decoration: none;
  color: #2f2f2f;

}
a:focus{
  outline: none;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
}

h2 {
  /*color: #313338;*/  
color: #EEEEEE;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}
img{
 border:none;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}
.preloader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  z-index: 99999;
  text-align: center;;
}
.preloader .boxLoader{
  position: absolute;
  top: 40%;
  left: 48%;
}
.preloader .boxLoader svg{
  color: #FFF;

}
/*scrol to top*/

.scrollToTop {
  position: fixed;
  background: #07678f;
  border: 3px solid #7fafc3;
  color:#FFF;
  border-radius: 50px;
  bottom: 80px;
  display: block;
  height: 45px;
  line-height: 40px;
  font-size:1.5em;
  right: 22px;
  text-align: center;
  width: 45px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover{
  background-position: 13px -50px;
  text-decoration: none;
  outline: none;
  color:#FFF;
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header{
	position:relative;
	width: 100%;
}
#headerintern{
	position:relative;
	width: 100%;
}
/*--------.menu_area-------- */
.menu_area{
	float: left;
	display: inline;
	width: 100%;
    letter-spacing: 3px;
font-size: 13px;
}
.navbar-brand img{
  max-height: 55px;

}
.navbar-default {
	background: rgba(0,0,0,0.5);
	border:none;
}
#headerintern .navbar-default {
	background: #333333;
	border:none;
}
#navbar{
	overflow-x: hidden;
}
.navbar-default .navbar-nav > li > a {
	font-weight:600;
  color: #fff;
  padding: 30px 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
.navbar-nav > li > .dropdown-menu {
  background: rgba(0,0,0,.8);
}
.navbar-nav > li > .dropdown-menu:before {
  border-bottom: 15px solid rgba(0,0,0,.8);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
  top: -15px;
  width: 0;
}
.navbar-nav > li > .dropdown-menu li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  opacity: 0.8;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu li ul {
	position: absolute;
  	background: rgba(0,0,0,.8);
	left: 100%;
	width: 200px;
	display: none;
	margin-top: -42px;
}
.navbar-nav > li > .dropdown-menu li:hover ul {
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.navbar-nav > li > .dropdown-menu > li:first-child ul{
	margin-top: -47px;
}
.navbar-nav > li > .dropdown-menu li ul li{
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.navbar-nav > li > .dropdown-menu li ul li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  opacity: 0.8;
  padding: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.navbar-nav > li > .dropdown-menu li ul li a:hover {
  color: #999999;
}

.navbar-nav > li > .dropdown-menu > li:last-child a {
  border-bottom: medium none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color:transparent;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}


/*--------------------*/
/* HOME SLIDER SECTION */
/*--------------------*/

#slider{
	position:relative;
	width: 100%;
}

#slider .owl-pagination, #slider .owl-controls {
  display: none;
}

.slider_area {
  background-color: #ccc;
  display: inline;
  float: left;
  width: 100%;
}
.slider_caption {
  left: 5%;
  position: absolute;
  top: 35%;
  width: 50%;
}
.slider_right_caption{
  left: 38%;
}
.slider_caption h2 {
  color: #fff;
  font-size: 3em;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.slider_caption p {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.6m;
  font-weight: 400;
  padding: 10px;
}
.slider_btn {
  background: #07678f;
  border: none;
  color: #fff;
  font-size: 1.4em;
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_btn:hover,.slider_btn:focus{
  text-decoration: none;
  outline: none;
}
.next,.prev{
  display: none !important;
}
.slider_area:hover .next{
  display: block !important;
}
.slider_area:hover .prev{
  display: block !important;
}

/*--------------------*/
/* HOME ABOUT US */
/*--------------------*/

#aboutUs {
  display: inline;
  float: left;
  padding: 60px 0;
  width: 100%;
  background-color: #f6f6f6;
}
.aboutus_area {
  display: inline;
  float: left;
  padding-right: 30px;
  width: 100%;
}
.aboutus_area p {
  line-height: 22px;
}
.titile{
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  font-weight:400;
}
.aboutus_area hr{
text-align: center;
  border: none;
  width: 40%;
  height: 5px;
  background: #07678f;
}
.btn-about {
  background: transparent;
  /*border: solid 2px #333;
  color: #333;*/
border: solid 2px #EEE;
  color: #FFF;
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	float:right;
}
.btn-about:hover,.btn-about:focus{
  text-decoration: none;
  background:#EEE;
}

.newsfeed_area{
  float: left;
  display: inline;
  width: 100%;
  padding-left: 15px;
}
.feed_tabs li{margin-bottom: -2px;}

.feed_tabs li a {
  font-family: "Varela",sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.feed_tabs li a:hover{
  color: #fff;
}
.news_tab {
  margin-top: 15px;
}
.news_tab li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news_tab li:last-child{
  border-bottom: none;
}
.news_img {
  display: block;
  height: 70px;
  width: 100px;
}
.news_img>img{
  width: 100%;
  height: 100%;
}
.news_tab .media-body > a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.feed_date{
  color: #ccc;
  font-style: italic;
}
.see_all {
  border-bottom: 2px solid #ccc;
  float: right;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.see_all:hover, .see_all:focus{
  text-decoration: none;
  outline: none;
}
.single_news_pane{
  float: left;
  display: inline;
  width: 100%;
}
.single_notice_pane{
  float: left;
  display: inline;
  width: 100%;
}
.single_notice_pane .slick-prev {
  background-image: url("../imgs/nav-prev.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}
.single_notice_pane .slick-next {
  background-image: url("../imgs/nav-next.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}
.single_notice_pane .slick-prev, .single_notice_pane .slick-next {
  top: 100%;
}
.single_notice_pane .slick-prev{
  left: 87%;
}

/*--------------------*/
/* HOME WHY US SECTION */
/*--------------------*/

#whyUs{
  float: left;
  display: inline;
  width: 100%;
}
.whyus_top{
  float: left;
  display: inline;
  width: 100%;
  background-image:url(../imgs/backgroundproducts.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  padding: 60px 0px;
}
.single_whyus_top{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.title_area{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
    letter-spacing: 3px;
	font-family: 'Open Sans', sans-serif;

}
.title_area span{
  display: inline-block;
  text-align: center;
  height: 5px;
  width: 40%;
  background: #07678f;
}
.title_two {
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight:400;
}
ul#balls{
	list-style:none;
	padding:0px;
	margin:0px;
}
.ball{
	padding:20px 0px;
	display: inline-block;
	text-align: center;
}
.ball img{
	max-width:210px;
  -webkit-transition:   all 0.5s;
  -o-transition:  all 0.5s;
  transition:   all 0.5s;
}
.ball:hover img{
  transform:scale(1.2);
}
#whyUs > h2{
color:#FFF;
}
#whyUs .title_area p{
color:#FFF;
}
.single_whyus_top>h3{
  font-size: 18px;
  font-weight: bold;
color:#EEE;
}
.single_whyus_top>p{
  font-size: 13px;
color:#EEE;

}
ul#balls .slick-dots li {
  border: none;
  width: 15px;
  height: 15px;
  color: #FFF;
}
ul#balls .slick-dots li.slick-active button:before,ul#balls .slick-dots li button:before {
  border: 2px solid #07678f;
  color: #FFF;
}

.slider_overlay {
  background: none repeat scroll 0 0 #07678f;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
/*--------------------*/
/* PUBLICITY */
/*--------------------*/
#banners{
	position:relative;
	width: 100%;
	float:left;
	padding: 60px 0px;
}
#banners .bannerline{
	margin-bottom: 20px;
}
#banners img{
  -webkit-transition:   all 0.5s;
  -o-transition:  all 0.5s;
  transition:   all 0.5s;
}
#banners img:hover{
  transform:scale(1.1);
	z-index:99;
}

/*--------------------*/
/* HOME COURSE SECTION */
/*--------------------*/

#ourCourses{
  background-color: #f6f6f6;
  float: left;
  display: inline;
  width: 100%;
  padding: 60px 0px;
}
.ourCourse_content{
  float: left;
  display: inline;
  width: 100%;
}
.course_nav{}
.course_nav li {
  display: block;
  float: left;
  margin-right: 30px;
  width: 31%;
}
.course_nav li:last-child{
  margin-right: 0px;
}
.single_course {
  background-color: #ffffff;
  border: 1px solid #efefef;
  display: inline;
  float: left;
  min-height: 150px;
  width: 100%;
}
.singCourse_imgarea {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.singCourse_imgarea img {
  display: block;
  position: relative;
  width: 100%;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.singCourse_imgarea .mask {
   background-color: rgba(0, 0, 0, 0.6);
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.singCourse_imgarea .mask, .singCourse_imgarea .content {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.singCourse_imgarea:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

.course_more {
  border: 2px solid #FFF;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 23%;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.course_more:hover,.course_more:focus {
  background-color: #07678f;
  border: 2px solid #07678f;
  text-decoration: none;
  outline: none;
  color:#FFF;
}

.singCourse_content{
  float: left;
  display: inline;
  width: 100%;
  text-align:center;
  padding: 10px;
}
.singCourse_title {
  border-bottom: 1px solid #efefef;
  font-size: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  height: 100px;
	overflow: hidden;
}
.singCourse_title a{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.singCourse_title a:hover{
  text-decoration: none;
  outline: none;
}
.singCourse_price{
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.singCourse_price > span {
  font-weight: bold;
  font-size: 18px;
}

.course_nav .slick-prev {
  left: -37px;
  background-image: url("../imgs/course-nav-prev.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 121px;
  width: 36px;
}
.course_nav .slick-next {
  background-image: url("../imgs/course-nav-next.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 121px;
  width: 36px;
  right: -6px;
}
.course_nav .slick-prev, .course_nav .slick-next {
  top: 40%;
}



/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */
.footer {
/*
  background-color:#2c506a;
	background-image: url(../imgs/callcenter.jpg);
*/
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position:relative;
	display:block;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
  background-color:#000000;

}


.form-control {
	box-shadow:none !important;
}
.footer #contactform .btn-primary {
  background:#0070a0;
	border: none !important;
	color:#FFF;
	border-radius: 0 !important;
	font-size: 14px !important;
	padding: 15px 35px !important;
	float:right;
}
.footer #contactform .form-control {
	margin-bottom:20px;
	background:rgba(0,0,0,.3);
  border-color:#CCC;
	height:45px;
	border-radius:0;
}
.footer #contactform textarea.form-control {
	height: 120px !important;
}
.footer .title h3 {
  color: #7fafc3;
	font-size: 24px !important;
	font-weight: 400;
	padding-bottom: 20px;
	text-transform: inherit;
}

.footer .socialnet{
	position:absolute;
	padding:20px 0px;
	list-style:none;
	display:inline;
	margin: auto;
	left:0px;
	right:0px;
	margin-top:-50px;
	text-align:center;
	float:none;
	height:60px;
}
.footer .socialnet .social-icon{
	position:relative;
	width:50px;
	height:80px;
	display:inline;
	float:none;
	text-align:center;
	padding:10px;
}
.footer .socialnet svg {
  color:#7fafc3;
	font-size:2em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .socialnet a:hover svg {
	color:#FFF;
	font-size:3em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.copyrights {
	padding: 30px 0 20px;
	position: relative;
	display: block;
	margin-top:60px;
  border-top: 1px #7fafc3 solid;
}
.footer-menu ul{
	list-style:none;
	list-style-position:outside;
	float:right;
	display:inline;
	margin:2px 0;
}
.footer-menu li{
	float:left;
	font-size:13px;
	padding:0 0 0 35px;
}
.footer .alignleft {
	margin:10px 15px 0 0;
}
.footer,
.copyrights,
.footer-menu li a {
	color:#FFF;
}
.copyrights a {
  color:#7fafc3
}
.copyrights a:hover {
	color:#FFF
}
.left {
	text-align: left;
}
.right {
	text-align: right;
	padding-right:20px;
}

/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */
main {
	background:#FFF;
	padding: 120px 0;
	position:relative;
	display:block;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
}

.page h1{
	color:#07678f;
}
.page .single_course_intern {
  background-color: #ffffff;
  border: 1px solid #efefef;
  display: inline;
  float: left;
  min-height: 150px;
}
.page .singCourse_imgarea{
	margin-top:15px;
}

.page .singCourse_title {
	height: 80px;
	overflow:hidden;
	font-size:1.2em;
}
.page .readmore{
  border: 2px solid #FFF;
  color: #fff;
  background:#07678f;
  display: inline-block;
  font-size: 18px;
  margin-top: 3%;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration:none;
}
.social-shared{
	position:relative;
	list-style:none;
	float:left;
}
.social-shared li{
	position:relative;
	float:left;
	padding:5px 5px;
	font-size:.9em
}
.social-shared li:first-child{
	position:relative;
	float:left;
	padding:5px 5px;
	font-size:.9em;
	line-height:35px;
}
.social-shared li a{
	color: #999;
}
.social-shared li a:hover{
	color: #07678f;
}
.page h4.call {
	text-align:center;
	padding:15px;
	font-size: 1.7em;
	color: #444;
	font-weight: 500;
	font-family: 'Lato';
	line-height:1.3em;
}
.page .text{
	font-size:1.2em;
	text-align:justify;
}
.page .thumbnail:hover{
	border-color:#360;
}

.page .balls{
	list-style:none;
	padding:0px;
	margin:0px;
}
.page .ball{
	padding:20px 0px;
	display: inline-block;
	text-align: center;
}
.page .ball img{
	max-width:280px;
  -webkit-transition:   all 0.5s;
  -o-transition:  all 0.5s;
  transition:   all 0.5s;
}
.page .ball:hover img{
  transform:scale(1.1);
}

.page .box-ball>h3{
	font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
overflow: hidden;

}
.page .box-ball>p{
  font-size: 16px;
height: 50px;
overflow: hidden;
}

.page .product-img>.img-responsive{
	float:none;
}
.page .innerspace{
	float:none;
	width:100%;
}
.page .thumb-gallery{
	cursor: pointer;
}
.page img.master{
	max-width: 450px;
	max-height: 450px;
}

.page img.master{
  -webkit-transition:   all 0.5s;
  -o-transition:  all 0.5s;
  transition:   all 0.5s;
}
.page img.master:hover{
  transform:scale(1.1);
}
/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption {width: 60%;}
  .slider_caption h2 {font-size: 30px;}
  .slider_right_caption {left: 35%;}
  .singCourse_author > p {font-size: 15px;}
  .side_add{display: block;width: 100%;}
  .side_add>img{width: 100%;}
  .gallery_area a {width: 22.5%;}
}

@media(max-width:991px ){
  .navbar-default .navbar-brand {font-size: 18px;}
  .navbar-default .navbar-nav > li > a {font-size: 12px;padding: 30px 9px;}
  .navbar-nav > li > .dropdown-menu li a {font-size: 12px;}
  .navbar-brand{width: 160px;}
  .navbar-brand img{max-width: 100%;}
  .slider_caption {width: 80%;}
  .slider_right_caption {left: 15%;}
  .course_nav { padding-left: 15px;}
  .course_nav .slick-prev {left: -20px;}
  .singCourse_title {font-size: 18px;}
  .singCourse_author > p {font-size: 10px;}
  .single_footer_widget > h3 {font-size: 17px;}
  .single_sidebar > h2 {font-size: 20px;}
  .news_tab .media-body > a {font-size: 12px;}
  .gallery_area a {width: 30.3%;}


}


@media(max-width:767px ){

.navbar-default .navbar-nav > li > a {padding: 10px 20px;}
.navbar-nav > li > .dropdown-menu {left: 15px;}
.navbar-nav > li > .dropdown-menu:before {border-left: 10px solid transparent;border-right: 10px solid transparent;right: 65%;}
.navbar-toggle{margin-top: 15px;}
.navbar-default .navbar-brand {margin-bottom: 8px;margin-top: 8px;}
.navbar-nav > li > .dropdown-menu:before {display: none;}
.slider_caption {width: 90%;}
.slider_right_caption {left: 5%;}
.slider_caption h2 {font-size: 25px;line-height: 35px;}
.slider_area {margin-top: 66px;}
.aboutus_area {padding-right: 0px;margin-bottom: 30px;}
.single_whyus_top {margin-bottom: 30px;}
.single_skill {margin-bottom: 30px;}
.single_stsTestimonial { margin-bottom: 30px;}
.footer_bootomLeft {margin-bottom: 10px;text-align: center;}
.footer_bootomRight {text-align: center;}
.single_footer_widget {text-align: center;}
.footer_social{text-align: center;}
.footer_social li {display: inline-block;}
#imgBanner {margin-top: 65px;}
#imgBanner h2 {font-size: 50px;}
.courseArchive_content {margin-bottom: 65px;}
.contact_address {margin-top: 50px;text-align: center;}
#banners .bannerline{
	margin-top: 20px;
}
.copyrights .left, .copyrights .right{
	text-align:center;
}

@media(max-width:480px ){
  .slider_right_caption {top: 15%;}
	.slider_caption h2 {font-size: 20px;line-height: 30px;}
  .slider_caption p { font-size: 13px;}
  .slider_btn {font-size: 13px;padding: 5px 10px;}
  .error_page_content h1 {font-size: 100px;}
  #imgBanner h2 {font-size: 40px;}
  #imgBanner {height: 200px;padding: 80px 0;}
	.page .product-img{
		padding:0px;
		margin-top:0px;
	}

	.page .product-information{
		position:relative;
		float:none;
		padding:0px;
		margin-top:0px;
		text-align:center;
	}

	.page .product-information>img{
		position:relative;
		margin:auto;
		float:none;
		text-align:center;
		max-width:100%;
	}
}

@media(max-width:360px ){
  .error_page_content h1 {font-size: 70px;}
  .error_page_content h2 {font-size: 40px;}
  .error_page_content p {font-size: 17px;}
  .error_page_content h1:after, .error_page_content h1:before {height: 15px;width: 15px;}
  .error_page_content h1:after {right: -30px;}
  .error_page_content h1:before {left: -30px;}
  .feed_tabs li a {font-size: 14px;}
  #imgBanner h2 {font-size: 30px;}
  .blog_title {font-size: 20px;line-height: 30px;}
  .gallery_area a {width: 100%;margin-right: 0;margin-left: 0;height: 200px;}

}

@media(max-width:867px ){
#aboutUs {
padding: 30px
		top: -65px;
}

	#slider{
		top: -65px;
	}
}
@media(max-width:420px ){
#aboutUs {
padding: 15px
		top: -65px;
}
	#slider{
		top: -65px;
	}
}