
/* main_feature_section end */

.call_to_action{
	float: left;
    width: 100%;
	padding:50px 0px;
    background: #343434;
}
.callout_content h2{
	font-size:38px;
	font-weight: 200;
	color:#fff;
	margin:0;
	text-transform: capitalize;
	line-height: 50px;
}
.callout_content h2 span{
	font-weight: 400;
}
.callout_button .button{
	float:right;
	top:auto;
	display: inline-block;
    width: auto;
    max-width: 100%;
	overflow:hidden;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
	color:#000;
	margin-top: 15px;
}
.callout_button .button:hover,
.callout_button .button:focus{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.callout_button .button::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eb6d6d;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.callout_button .button:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.callout_video_content{
	text-align:center;
}
.callout_video_content span{
	font-size:40px;
	font-weight: 200;
	color:#fff;
	margin:0;
	padding:0;
	line-height: 52px;
}
.callout_video_content .play-trigger{
	width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
	border: 3px solid #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
	margin:0 30px;
	position:relative;
	top:-5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.callout_video_content .play-trigger i {
    margin-left: 3px;
}

/* shortcode_section start */

.shortcode_section{
	float: left; 
	width: 100%; 
	padding-top:100px;
	padding-bottom:100px;
}
.shortcode_section .container-fluid { 
	padding: 0; 
	overflow: hidden; 
}
.shortcode_slider { 
	width: 100%; 
	overflow: hidden; 
	position: relative; 
	margin-top: 50px; 
}
.shortcode_slider ul { 
	overflow: hidden; 
	width: 1000%; 
	margin: 0; 
}
.shortcode_slider li { 
	float: left; 
	list-style: none; 
	display: inline-block; 
	padding: 0 8px; 
}

/* shortcode_section end */


/* revolution_slider_banner start */

.revolution_slider_banner{
    float: left;
	width: 100%;
    background-image: url(../images/splash_bg.jpg);
    background-position: center 0;
    background-size: cover;
	padding-top:100px;
	padding-bottom:50px;
}
.revolution_slider_banner .heading h2, 
.revolution_slider_banner .heading p {
    color: #fff;
}
.banner_img_wrapper{
	 float: left;
	 width: 100%;
	 margin-top:50px;
}
.banner_img_wrapper img{
  width: 100%;
}

/* revolution_slider_banner end */


/* shortcode_banner_section start */

.shortcode_banner_section{
    float: left;
	width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}
.shortcode_banner_img_wrapper{
	 float: left;
	 width: 100%;
	 margin-top:50px;
}
.shortcode_banner_img_wrapper img{
  width: 100%;
}

/* shortcode_banner_section end */


/* testimonial_section start*/

.testimonial_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
	margin-top:50px;
}
.testimonial_slider_content{
    background-color: #fff;
    padding: 35px 35px;
    border: 1px solid #f1f2f3;
    border-radius: 4px;
}
.testimonial_slider_content h6{
	font-size: 20px;
	font-weight: 400;
    color: #323d47;
	margin-bottom: 8px;
}
.testimonial_slider_content .rating{
    float:right;
}
.testimonial_slider_content .rating label{
    color: #ffba00;
}
.testimonial_slider_content p{
	font-size:16px;
    color: #999;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot{
	display: inline-block;
    margin: 40px 10px 0;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #999;
    -ms-box-shadow: 0 0 0 2px #999;
    -o-box-shadow: 0 0 0 2px #999;
    box-shadow: 0 0 0 2px rgba(153, 153, 153, 0.35);
    cursor: pointer;
    z-index: 10;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	padding: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: transparent;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #4385f5 ;
   -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}

/* testimonial_section end*/

.newsletter_video{
	float: left;
    width: 100%;
	text-align:center;
	background: #f8fbfd;
}
.newsletter_video .play-trigger{
	width: 100px;
    height: 100px;
    border: 0;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #4285f4;
	border: 8px solid #fff;	
    font-size: 30px;
    line-height: 85px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    animation-delay: 0.5s;
}
.newsletter_video .play-trigger i{
    margin-left: 7px;
}
.newsletter_video h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    position: relative;
    z-index:1;
}
/* newsletter_section start*/

.newsletter_section{
	float:left;
	width:100%;
	background:#4385f5;
	position: relative;
    margin-top: -75px;
    padding-top: 100px;
}
.newsletter_section .newsletter_content{
    float: left;
    width: 100%;
	text-align:center;
}
.newsletter_content h2{
	color:#fff;
	font-size: 40px;
    line-height: 52px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom:60px;
	margin:0;
	text-transform: capitalize;
}
.newsletter_img {
	float:left;
	width:100%;
	text-align:center;
}
.newsletter_img img {
	width:75%;
	display:inline-block;
}
.newsletter_btn{
	float:left;
	width:100%;
	margin-bottom: 60px;
	text-align:center;
}
.buy_now_btn{
	padding: 24px 35px;
	top:0;
	min-width: 315px;
	color: #fff;
	background:transparent;
	border-radius:50px;
	border:2px solid #fff;
	font-size: 20px;
    font-weight: 400;
	text-transform: uppercase;
	overflow:hidden;
	display:inline-block;
}
.buy_now_btn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.buy_now_btn:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}


/** newsletter_section end **/


#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #4385f5;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -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;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/*    Footer
----------------*/

.footer {
	float: left;
    width: 100%;
    background: #111111;
    padding:50px 0px;
}
.footer-social {
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  display: inline-flex;
  text-align: center;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-social li a:hover i{
  background:#4385f5;
  color:#fff;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-social li a i {
  background: #272727cc;
    color: #9a9a9a;
  border-radius: 50px;
  height: 40px;
  margin: 0 5px;
  padding: 9px;
  width: 40px;
}
.copy-right p {
  color: #909090;
  margin: 0px;
  line-height:0;
}
.copy-right{
 margin-top: 21px;
 text-align: center;
}


@media (max-width: 520px){
	
.portfolio-area #gridWrapper .col-xs-6{
	width:100%;
}
.admin-demo .col-xs-6{
	width:100%;
}

}

@media (min-width: 992px) and (max-width: 1199px){
	
	.newsletter_content h2 {
		font-size: 38px;
	}
	.counter-box, .counter-box-last {
		padding: 20px 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 24px 7px;
	}
	.menu_fixed .navbar-brand {
		padding: 10px 15px;
	}
	.menu_fixed .navbar-toggle {
		margin-top: 8px;
	}
	#cart-badge {
		right: -5px;
	}
	.callout_content h2 {
		font-size: 24px;
	}
}



@media (min-width: 768px) and (max-width: 991px){
	
	.navbar-header {
		float: left;
		width: 100%;
	}	
	.navbar-brand {
		height:auto;
		padding: 15px 0px;
	}
	.navbar-toggle {
		display: block;
	}	
	.icon-content {
		display: block;
		padding-left: 0px; 
		padding-top: 20px;
		text-align: center;
	}
	.icon-img {
		display: block;
		padding-left: 0px;
		text-align: center;
	}
	.icon-img img{
		width:100%;
	}
	.newsletter_content h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.counter-box:before{
		display:none;
	}
	.testimonial_slider_content .rating {
		float: left;
	}
	.call_to_action {
		padding: 50px 0px 65px 0px;
	}
	.callout_content h2 {
		text-align: center;
	}
	.callout_button {
		text-align: center;
		margin:0;
	}
	.callout_button .button {
		float: none;
	}
	.slider_item_wrapper .owl-carousel .owl-dots {
		display: none;
	}
}

@media (max-width: 767px){
	
	.navbar-brand {
		height:auto;
	}
	.home_banner_bottom_heading h1 {
		font-size: 70px;
	}
	.home_banner_bottom_heading2 h2 {
		font-size: 24px;
	}
	.newsletter_content h2 {
		font-size: 26px;
		line-height: 40px;
	}
	.icon-content {
		display: block;
		padding-left: 0px; 
		padding-top: 20px;
		text-align: center;
	}
	.icon-img {
		display: block;
		padding-left: 0px;
		text-align: center;
	}
	.icon-img img{
		width:100%;
	}
	.icon-img img{
		display: inline-block;
	}
	.features_section .heading h2 {
		font-size: 28px;
	}
	.admin-demo-content span{
		display:block;
	}
	.counter-box:before{
		display:none;
	}
	.testimonial_slider_content h6{
		font-size:14px;
	}
	.testimonial_slider_content .rating {
		float: left;
	}
	.call_to_action {
		padding: 50px 0px 65px 0px;
	}
	.callout_content h2 {
		text-align: center;
		font-size:20px;
		line-height:30px;
		margin-bottom:20px;
	}
	.callout_button {
		text-align: center;
		margin:0;
	}
	.callout_button .button {
		float: none;
	}
	.slider_item_wrapper .owl-carousel .owl-dots{
		display:none;
	}
	.testimonial_slider_wrapper .owl-theme .owl-dots{
		display:none;
	}
	.callout_video_content span{
		display:inherit;
	}
	.callout_video_content .play-trigger {
		margin: 30px 0px;
	}
	.slider_item_wrapper .owl-carousel .owl-dots {
		display: none;
	}
	
}
