@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:100,200,300,400,500,600,700');



/* CSS Document */
/*Table of Content

-body
-.topbar
	-.social_top

-header		
	-.header_top
		-.company_info
	-.navbar-sticky
		-.attr-nav
		-.navbar-menu
-#search		
-.rev_slider_wrapper 
-owl-slider

-#about
	-.icon_box
	-.about_box
	-.priorty
		-.about_post

-#experts
	-.image

-#facts
	-.number-counters
		-.counters-item

-#pricing
	-.pricing
		-.pricing_item
			-.item
				-.content_wrap

-#reviews
	-#review_slider
		-.client_name

-#parallax
-.parallax

-#news
	-.news_box
		-.comment

-.page_header
	-.page_nav

-#history
	-.history_wrap

-#counter

-#tours
	-.tour_media
		-.tour_feature
		-.tour_body

-#teams
	-.expert_slider

-.error

-#blog
	-.blog_item
		-.blog_newest
	-.findus
	-.pager_nav
		-.pagination
	-.sidebar
		-.widget
		-.widget_search
		-.category
		-.tags

-#contact
	-.contact_address
		-.address
-#map

-#faq
	-.faq_content
		-.items
			-.sub_items

-#gallery
	-.projects
		-.cbp-item
			overlay
				-centered

-#shop
	-.shopping_box
		-.shop_content
			-.price_product
	-.shop_info	
		-.quote
		-.tag_cate
		-.share
	-.shop_tab
		-.tabs
		-.tab_container
			-.tab_content
				-.commentlist
					-.avator
					-.comment-content
				-.rating
				-.review-form
	-.related_pro		
	-.cart_table
		-.table-responsive
			-.product-name
	-.apply_coupon
		-.coupon
	-.totals
		-.total_form
			-.select
			
-#testinomila_page
	-.js-grid-masonry
	-.cbp
		-.cbp-item
			-.cbp-caption-defaultWrap
				-.testimonial_wrap
					-.testimonial_text
						-.testimonial_pic
							-.color
							-.post_img

-footer
-.footer_panel
-.copyright


*/



/*General Styling*/


body,html{
	height:100%;
	width:100%;
	position: relative;
}
html{
	font-size:16px;
}
/*Share Common Font Family*/
 #text_rotator h1, h3, .page_header .page-content h1, .aboutus h4, .events h4, .items > li > a, #error .error h1, 
.shopping_box h4, .shop_tab .tabs li, .pushmenu .push_nav > li > a > span{
/*	font-family: 'Raleway', sans-serif;*/
font-family: Montserrat,sans-serif;
	font-weight:600;
}
h2, #about .priorty .about-post h4, .icon_box h4, .contact_address .address h4,
.reviews .review_left strong, #error .error h2,
.shopping_box h4.price_product, .cart_table .price_product, .cart_table .product-name h4,
nav.bootsnav .megamenu-content .title{
/*	font-family: 'Raleway', sans-serif;*/
font-family: Montserrat,sans-serif;
	font-weight:500;
}

h2,h3,h4,h5,h5,
#rev_slider_full h1, #rev_slider_video h1,
#parallax h1{
/*	font-family: 'Raleway', sans-serif;*/
font-family: Montserrat,sans-serif;
}
.number-counters .counters-item strong,
#rev_slider_full p,
#rev_slider_video p,
p{
/*	font-family: 'Open Sans';*/
font-family: Montserrat,sans-serif;
}
p{
/*	font-size:.9rem;*/
font-family: Montserrat,sans-serif;
}

ol, ul{
	margin:0;
	padding:0;
	list-style:none;
}
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder{
   color:#b5b5b5;
}
:-moz-placeholder, .form-control:-moz-placeholder{
   color:#b5b5b5;  
}
::-moz-placeholder, .form-control::-moz-placeholder{
   color:#b5b5b5;  
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder{  
   color:#b5b5b5;  
}
textarea::-webkit-input-placeholder{
   color:#b5b5b5;
	opacity:1;
}
textarea:-moz-placeholder{
   color:#b5b5b5;
	opacity:1;
}
textarea::-moz-placeholder{
   color:#b5b5b5; 
	opacity:1;
}
textarea:-ms-input-placeholder{  
   color:#b5b5b5; 
	opacity:1;
}
textarea{
	resize:none;
	-webkit-box-shadow:0 0;
	box-shadow:0 0;
}
label {
	font-weight:normal;
	margin:0;
}
button {
  border: none;
}
.form-control{
	-webkit-box-shadow:0 0;
	box-shadow:0 0;
}
.form-control:focus, textarea:focus{
  border-color: #3e9fbe;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}	
a{
	color: inherit;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h1{
	font-size:3.000rem;
}
h2{
/*	font-size:2.000rem;*/
font: 400 4.25rem/1.67 Montserrat,sans-serif;
}
h3{
	font-size:1.500rem;
}
h4{
	font-size:1.125rem;
}
p{
	
	line-height:normal;
}
/*Helper Classes*/
.padding{
	padding-bottom:90px;
	padding-top:90px;
}
.padding-top{
	padding-top:90px;
}
.padding-bottom{
	padding-bottom:90px;
}
.margin_top{
	margin-top:90px;
}
.padding-bottom-half{
	padding-bottom:45px;
}
.heading_space {
  margin-bottom: 45px;
}
.margin_tophalf{
	margin-top:45px;
}
.top30{ 
	margin-top:30px;
}
.bottom30{
	margin-bottom:30px;
}

.bottom25{
	margin-bottom:25px;
}
.top25{
	margin-top:25px;
}
.bottom20{
	margin-bottom:20px;
}
.top20{
	margin-top:20px;
}
.bottom15{ 
	margin-bottom:15px;
}

.margin10{
	margin-top:15px;
}
.bottom5{
	margin-bottom:5px;
}
.no_bottom{
	margin-bottom:0;
}
.bg_light{
	background:#f3f3f3;
}
.bg_grey{
	background-color:#ebeff2; 
}
.color{
	color:#3e9fbe;
}
.whitecolor{
	color:#fff;
}
.bg_blue{
	background-color:#0798bc;
}
.border_radius{
	-webkit-border-radius:4px;
	border-radius:4px;
}	
.heading{
/*	border-bottom:1px solid #dadada;*/
	display:inline-block;
}
.heading .divider-left, 
.heading .divider-center{
	height:4px;
	width:70px;
	background:#3f9fbe;
	display: block;
}
.heading .divider-left {
  margin: 10px 0 -2px;
}
.heading .divider-center{
	margin:10px auto -2px;
}
.heading > span{
	font-weight:200;
}
.image, .image img{
	position:relative;
}
.image img{
	-o-transition:all .8s linear;
	-webkit-transition:all .8s linear;
	transition:all .8s linear;
	width:100%;
}
.image{ 
	overflow:hidden;
}
.image:hover img,
.events:hover .image img,
.course:hover .image img,
#expert_slider .item:hover img,
.team:hover .image img{
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}




/*** Buttons ***/
.btn_common{
	padding:10px 30px;
	display: inline-block;
	font-weight:bold;
	line-height:normal !important;
	font-size:13px;
	text-transform:uppercase;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	z-index:1;
}

.white_border{
	border:1px solid #fff;
}
.btn_border{
	border:1px solid #0f0f0f;
}
.btn-dark{
	border:1px solid #0f0f0f;
	background:#0f0f0f;
}
.blue{
	background:#3e9fbe;
}

.btn_common:before {
  background: #3e9fbe;
  border:1px solid #3e9fbe;
  -webkit-border-radius:4px;
  border-radius:4px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -ms-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.btn_common:hover::before,
.btn_common:focus::before {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}



.yellow,
.btn_common.blue:hover:before,
.btn_common.blue:focus:before,
.btn_border:hover::before,
.btn_border:focus::before,
.btn_border:hover,
.btn-dark:hover::before,
.btn-dark:focus::before,
.btn-dark:hover,
.white_border:hover::before,
.white_border:focus::before{
	background: black;
	border-color: #73AE20;
}
.white_border:hover,
.white_border:focus{
	border:1px solid #73AE20;
}


.yellow, .yellow:hover, .yellow:focus,
.white_border, .white_border:hover, .white_border:focus,
.btn_border:hover, .btn_border:focus, 
.blue, .blue:hover, .blue:focus{
	color:#fff;
}
.readmore{
	font-size:15px;
	color:#282828;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	padding-bottom:2px;
}
.readmore:hover, .readmore:focus, 
.commment li a:hover, .commment li a:focus{
	color:#73ae20;
}




/*** WIDGET ***/
aside.sidebar{
	padding:15px;	
}

/* useful links */
ul.links{}	
ul.links li, 
ul.social_icon li, 
.widget .tags > li, 
.commment li{
  display: inline-block;
}
ul.links li {
  width: 49%;
}
ul.links li a{
  color: #ffffff;
  margin-bottom:10px;
  padding-bottom:5px;
  
  display: inline-block;
  position:relative;
}
ul.links li a, ul.bullet_list li{
	font-size: 14px;
}
ul.links li a > i {
  display: inline-table;
  vertical-align: middle;
  width: 20px;
}
ul.links li a:hover, ul.links li a:focus{
	color:#ffffff;
}
ul.links li a::after {
  background: #ffffff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  margin-left: 10px;
  position: absolute;
  right: 50%;
  width: 0;
}
ul.links li a:hover::after{
	width:100%;
	left:0;
	right:0;
}

/* useful links */
ul.bullet_list li{ margin-bottom:15px; margin-left:10px;}
ul.bullet_list li:before{
	content:'';
	height:5px; width:5px;
	margin-left:-10px;
	background:#5b5b5b;
	display:inline-block; vertical-align:middle;
	margin-right:5px; -webkit-border-radius:100%; border-radius:100%;
}

/* Social Icons */
ul.social_icon{}	
ul.social_icon li a{
  border:1px solid #fff;
  color: #fff;
  display: block;
/*  font-size:16px;*/
font: 400 2.25rem/1.67 Montserrat,sans-serif;
  height:36px;
  line-height:38px;
  text-align: center;
  width:36px;
  -webkit-border-radius:4px;
  border-radius:4px;
  position:relative;
  z-index:1;
  margin:3px 3px 0 0;
}

ul.social_icon.black li a{
	border:1px solid #0f0f0f;
	color: #0f0f0f;
}
ul.social_icon.black li a:hover,
ul.social_icon.black li a:focus{
	color:#fff;
}

ul.social_icon li a:after {
	position: absolute;
   width: 100%;
   height: 100%;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
   box-sizing: content-box;
  top:-1px;
  left:-1px;
  z-index: -1;
 -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  -o-transition: opacity 0.3s, -o-transform 0.2s;
  transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s, -o-transform 0.2s;
  
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

ul.social_icon li a:hover::after, 
ul.social_icon li a:focus::after{
  opacity: 1;
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
  transform: scale(1);
}


ul.social_icon li a.facebook:after{
  background:#3f9fbe;
  border:1px solid #3b5998;
}
ul.social_icon li a.twitter:after{
  background:#00aced;
  border:1px solid #00aced;
}
ul.social_icon li a.dribble:after{
  background:#3f9fbe;
  border:1px solid #ea4c89;
}
ul.social_icon li a.instagram:after{
  background:#517fa4;
  border:1px solid #517fa4;
}
ul.social_icon li a.vimo:after{
  background:#4EBBFF;
  border:1px solid #4EBBFF;
}

/*Useful Tags*/
.widget .tags > li a {
  border: 1px solid #bababa;
  color: #5b5b5b;
  display: block;
  font-size: 12px;
  margin-bottom:2px;
  line-height:1;
  padding:6px 10px;
  background:#fff;
}
.widget .tags > li a:hover, .widget .tags > li a:focus{
	background:#3e9fbe;
	border-color:#3e9fbe;
	color: #fff;
}
p.hours{
	color:#5b5b5b;
	font-size:14px;
	margin-bottom:15px;
}
p.hours span{
	float:right;
}
p.hours a{
	font-size:10px; font-weight:bold;
	color:#fff;
	padding:5px 10px;
	background:#f57246;
}
/*Comments & Date*/
.commment li{
	margin-left:10px;
}
.commment li:first-child{
	margin-left:0;
}
.commment li a{
	display:block;
	color:#454545;
	font-size:14px;
}
.commment li a > i{
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  color:#3e9fbe;
}
/*Pagination*/
.pager_nav .pagination{
	margin:0;
}
.pager_nav .pagination > li > a, .pager_nav .pagination > li > span{
  color: #0f0f0f;
  border:none;
}
.pager_nav .pagination > li > a:focus, .pager_nav .pagination > li > a:hover{
  background-color: transparent;
  color:#73AE20;
}


/*Profile Image*/
.profile_bg{
	background:#f2f2f2;
	-webkit-box-shadow:0 0 2px #c8c8c8;
	box-shadow:0 0 2px #c8c8c8;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:20px;
}
.profile_border{
	border-top:1px solid #c8c8c8;
}
.profile_border:last-child{
	border-bottom:1px solid #c8c8c8;
}
.profile{
	background:#fff; padding:15px;
	display:table;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.profile .p_pic, .profile .profile_text{ display:table-cell;}
.profile .p_pic{ width:100px;}
.profile .p_pic img{ width:90px;}
.profile_text{ vertical-align:top; padding-right:10px;}
.profile_text h5{ margin-bottom:8px;}
.profile_text strong{ color:#73AE20; font-size:14px;}
.profile_text span{ color:#5b5b5b; font-size:13px;}

.reviews .review_left{
	border:1px solid #c8c8c8;
	padding:20px 10px;
}
.reviews .review_left strong{ color:#a2a2a2; font-size:60px; line-height:50px;}
.reviews .review_left form.star_rating .stars{ margin: 0 auto;}

.rating_progress .progress, .rating_progress span{
	float:left;
}
.rating_progress span{ font-size:14px; margin-top:-5px;}
.rating_progress .progress{
  background-color:#f2f2f2;
  border:0;
  height:12px;
  margin:0px 10px 20px 10px;
  width:270px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.rating_progress .progress-bar{ background:#73AE20;}



/*Search*/
#search{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
}
#search.open {
    opacity: 1;
	 z-index:1000;
	 width: 100%;
    height: 100%;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color:#fff;
    background: rgba(0, 0, 0, 0);
    font-size:40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close{
  background-color: #73AE20;
  border-color: #73AE20;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 21px;
  opacity: 1;
  padding: 0 0px 4px;
  position: fixed;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 32px;
  text-align: center;
}	


/*Star  rating*/
form.star_rating .stars {
  background: url("../images/star.png") repeat-x 0 0;
  width:112px;
  margin:0;
}
.ie7 form .stars {
  *zoom:1;
}
form.star_rating .stars:before,
form.star_rating .stars:after {
  display: table;
  content: "";
}
form.star_rating .stars:after {
  clear: both;
}
form.star_rating .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form.star_rating .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form.star_rating .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form.star_rating .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form.star_rating .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form.star_rating .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form.star_rating .stars label{
  display: block;
  width:20px;
  height:20px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999rem;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form.star_rating .stars label:hover ~ span{
  background-position: 0 -21px;
}
form.star_rating .stars label.star-5:hover ~ span{
  width: 100% !important;
}
form.star_rating .stars label.star-4:hover ~ span{
  width: 80% !important;
}
form.star_rating .stars label.star-3:hover ~ span{
  width: 60% !important;
}
form.star_rating .stars label.star-2:hover ~ span{
  width: 40% !important;
}
form.star_rating .stars label.star-1:hover ~ span{
  width: 20% !important;
}
form.star_rating .stars span{
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height:20px;
  background: url("../images/star.png") repeat-x 0 -44px;
  -webkit-transition: -webkit-width 0.5s;
  -o-transition: -o-width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}




















/* ----- ABout US ----- */
.icon_wrap{ border-bottom:1px solid #cfcfcf;}
.icon_box{
	padding-top:20px;
	padding-bottom:20px;
}
.icon_box i{
  display: inline-block;
  font-size:44px;
  color:#73AE20;
  position:relative;
}
.icon_box:hover i, .about-post:hover a > img{
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
 animation-name: fadeInUp;
  -o-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -o-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -o-animation-duration:.7s;
  -webkit-animation-duration:.7s;
  animation-duration:.7s;
}
.icon_box:hover i, .icon_box:nth-child(2n+1):hover i, .icon_box:hover p{
	color:#fff;
}
.icon_box:nth-child(2n+1) i{
	color:#3e9fbe;
}
.icon_box:hover{
	background:#73ae20;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.icon_box:nth-child(2n+1):hover{
	background:#3e9fbe;
}

.icon_box i,
#about .priorty .about-post,
.contact_address .address,
#about .priorty .about-post a,
.contact_address .address .icon,
#about .priorty .about-post a > img{
	display:inline-block;
}

.icon_box h4{ font-size:1.250rem;}

#about .priorty .about-post,
.contact_address .address{
  margin-top:15px;
  overflow: hidden;
}
#about .priorty .about-post a,
.contact_address .address .icon{
  background:#3e9fbe; 
  float: left;
  height: 56px;
  width: 60px;
  text-align: center;
  font-size:28px;
  line-height:50px;
}
.contact_address .address.second .icon{
	background:#3f9fbe;
}
#about .priorty .about-post h4, .contact_address .address h4{
  margin:10px 0 0 80px;
}
#about .priorty .about-post p, .contact_address .address p{
  display: block;
  margin: 0 0 0 80px;
}










/*Form Used on many pages*/
form.findus{}
form.findus > .row{
	margin-left:-5px;
	margin-right:-5px;
}
form.findus  .col-md-4, form.findus .col-sn-4, form.findus  .col-md-12, 
form.findus  .col-md-6, form.findus .col-sm-6,
form.findus  .col-md-3, form.findus  .col-sm-3{
	padding-left:5px;
	padding-right:5px;
}
form.findus .form-control{
  height: 48px;
  width: 100%;
}
form.findus .form-group{
	width:100%;
	
}
form.findus .form-control, form.findus textarea{
	padding: 12px 15px;
	margin-bottom:10px;
	font-size:14px;
	border:1px solid #d1d1d1;
}
form.findus textarea{
	width:75%;
	min-height:210px;
}
/* --------------- BLOG ---------------  */


	


/* ------- 404 ------ */
#error{}	
#error .error{
	position:relative;
}
#error .error h1{
	position:relative;
	color:#ebebeb;
	font-size:9.375rem;
}
#error .error h2{
  font-size: 3.125rem;
  left:50%; top:50%;
  position:absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------- 404 ------ */








/* --------------- CONTACT US --------------- */
#contact{}	
#contact .contact_img{}
#contact .contact_img > img{
	display:block;
	width:100%;
}
#contact .contact_img .caption-number{
	background:rgba(255,182,0,0.9);
   padding:15px;
}
#contact .contact_img .caption_link, #contact .contact_img .caption-number {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  color:#fff;
}
.contact_address .address .icon{
  line-height: 60px;
  color:#fff;
}

#contact .contact_address{}
.contact_address .address p > a:hover, .contact_address .address p > a:focus{
	color:#73AE20;

}

/*Map*/
#map{
  display: block;
  width: 100%;
  height:400px;
}
.overlay_map{
  display:block;
  text-align:center;
  color:#3e9fbe;
  font-size:3.750rem;
  line-height:80px;
  opacity:1;
  background:transparent;
  padding:0 4px;
}


/* --------------- FOOTER ---------------*/
footer{
	background:#3e9fbe;
}
.footer_panel .divider-left{
	background:#fff;
}
footer, footer p{
	color:#fff;
}
footer .footer_panel h3{
	display:block;
}
footer .footer_panel .footer_logo {
  display: inline-block;
}
.footer_logo > img {
  width: 100px;
}
footer .footer_panel p.address, .services p.address{
  margin-left:25px;
  margin-bottom:15px;
}
footer .footer_panel p.address a:hover{
	color:#73AE20;
}
footer .footer_panel p.address > i, .services p.address > i {
  display: inline-block;
  font-size: 15px;
  margin-left: -25px;
  vertical-align: middle;
  width: 25px;
}	
.copyright{
	width:100%;
	padding:20px 0;
}	
.copyright p{
	margin:0;
	font-size:0.875rem;
	line-height:normal;
}
.copyright p > a:hover{
   color:#3e9fbe;
	
}






@media screen and (max-width:1024px){
#history .history_wrap .col-md-7{
  padding-left: 15px;
}
.pricing .pricing_item{ margin:1rem .5rem;}
.pricing.three .pricing_item, .pricing .pricing_item{
	-webkit-flex: 0 1 220px;
	-o-flex: 0 1 220px;
	-moz-flex: 0 1 220px;
	-ms-flex: 0 1 220px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	flex: 0 1 220px;
}

.pricing.two .pricing_item {
  -webkit-flex: 0 1 320px;
	-o-flex: 0 1 320px;
	-moz-flex: 0 1 320px;
	-ms-flex: 0 1 320px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	flex: 0 1 320px;
}

}
@media screen and (max-width:1024px){
nav.navbar.bootsnav.navbar-fixed .logo-display,
nav.navbar.bootsnav.navbar-fixed .navbar-brand > .logo-display,
.logo-display{
  display: none !important;
}
}
@media screen and (max-width:992px){
	html{
		font-size:15px;
	}
  h2 {font-size: 1.625rem;}
  h3 {font-size: 1.25rem;}
  h4 {font-size: 1rem;}
  p,  #text_rotator p{ font-size:0.875rem;}
  
nav.navbar.bootsnav .navbar-toggle{
  float: right;
  margin:12px 0 0 15px;
  background-color:transparent !important;
}
nav.navbar.bootsnav .navbar-brand{
	float:left !important;
}
nav.navbar.bootsnav .navbar-brand, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand {
  padding:10px 0;
}
nav.navbar.bootsnav .navbar-brand img, nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img.logo-scrolled, .navbar-brand img{
  width:80px;
}
nav.navbar.bootsnav.pushy .navbar-toggle{ display:none;}
nav.navbar.bootsnav .navbar-header{
  padding-left:15px;
  padding-right:15px;
}
nav.navbar.bootsnav ul.nav > li{ margin:0;}
nav.navbar.bootsnav ul.nav > li > a{
	padding:10px 0 !important;
}
nav.bootsnav .megamenu-content .title{
  font-size: 14px;
}
.search_btn{ margin-top:17px !important;}
.bootsnav.no-background .search_btn > span{
    border-color: #0f0f0f;
    color: #0f0f0f;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{
	background:#0f0f0f;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{ background:#000;}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars,
nav.navbar.bootsnav #menu_bars{
  margin-top: 8px;
}
.pushmenu .push_nav > li > a{
	font-size:0.875rem;
	padding:0;
}
#counter .number-counters .counters-item{
  margin-bottom: 30px;
}
#experts , #parallax, .page_header, #counter{
	background-position:center center !important;
}
.detail_course .info_label:last-child{
	display:block;
	margin-top:20px;
}
.single_post{
	font-size:12px;
}

}

@media screen and (max-width:767px){
html{
	font-size:14px;
}
.tparrows, .topbar, .search_btn,
.owl-threme .owl-controls .owl-buttons div,
#review_slider:before, #review_slider:after{
  display: none;
}
.pushmenu .push-logo{
  padding: 0;
}
.pushmenu .push-logo > img{
  width: 80px;
}
.rotate_caption{
   padding:5% 1%;
}
.icon_box{
	margin-left:15px;
	margin-right:15px;
}
#about .about_box{ 
  top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#about .about_box:nth-child(3){
	margin-bottom:50px;
}
.about_box.active{
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
 transform: translateY(0);
}
#about .priorty{
	margin-bottom:20px;
}
#history .history_wrap h3{
  margin-top: 10px;
}
/* Fun Facts */
.number-counters .counters-item{
  text-align: center;
}
.number-counters .counters-item.last{
	margin-bottom:0;
}
.number-counters .counters-item i{
	display:block;
}
/* Paralax */
#parallax h1{
  margin-bottom: 10px;
}
.pricing.two .pricing_item, .pricing.four .pricing_item, .pricing.three .pricing_item{
	-webkit-flex: 0 1 320px;
	-moz-flex: 0 1 320px;
	-ms-flex: 0 1 320px;
	-o-flex: 0 1 320px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	flex: 0 1 320px
}
 #shop .shop_info{ margin-top:20px;}
.shop_tab .tabs li{ font-size:12px;}
#map{ height:290px;}
.footer_logo.bottom25 > img {
  width: 90px;
}

}

@media screen and (max-width:590px){
	html{
		font-size:13px;
	}
	#text_rotator p{ display:none;}
	#text_rotator a{ padding:8px 18px; font-size:12px;}
}
@media screen and (max-width:540px){
.tour_media .tour_body, .tour_media .tour_feature{
  display: block;
  padding:20px 15px;
}
.tour_media .tour_feature > img{ width:100%; display:block;}
.faq_content .items > li > a{ font-size:12px;}
}

@media screen and (max-width:480px){
	
	 
.page_header .page-content .page_nav{
  width: 100%;
}
.scrollToTop{
	right:15px;
}
.rating_progress .progress{ width:180px;}
.copyright .col-md-12.text-center{
	text-align:left;
}	
	

}

@media screen and (max-width:479px){
	body{
		font-size:80%;
	}
  .profile .p_pic, .profile .profile_text{
     display: block;
  }
  .profile .p_pic{ margin-bottom:15px;}
  .detail_course .info_label{
	  margin:0 20px 15px 0;
	  display:block;
}
.apply_coupon .coupon.text-right{ text-align:left;}
.apply_coupon .coupon .btn_common { margin-bottom:15px;}
 
    .tp-caption{
        width: 100% !important;
    }
}
/*.navbar-fixed.white.no-background{ top:auto;}	
.navbar-fixed.white{ top:0;}*/





