/* 
Project:	The Next HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. Preloader 
3. Global
4. page_header start
5. Navigation
6. Dropdown Menu
7. mega-menu
8. navbar-toggle
9. cart-dropdown
10. mobail_menu_main
11. home_banner
12. home_banner_counter_wrapper
13. Demo Section
14. portfolio_section
15. portfolio-filter
16. slider_section
17. main_feature_section
18. shortcode_section
19. revolution_slider_banner
20. shortcode_banner_section
21. testimonial_section
22. newsletter_section
23. Footer

-----------------*/


body, html {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #303030;
  overflow-x:hidden;
}
/*    Reset
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height:25px;
  font-size:15px;
  margin-top: 15px;
}
a:hover,
a:focus,
a.active
{
  color: #4385f5;
  outline: none!important;
  text-decoration: none!important;
}
ul {
  padding: 0px;
  margin:0px;
}
li {
  list-style: none;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.button {
    min-width: 150px;
    max-width: 250px;
    display: block;
    border: none;
	text-align: center;
	border-radius:5px;
    position: relative;
	top:15px;
    z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
	color: #ffffff;
}
.button > a{
	
	color: #ffffff;
}

/* admin_demo_btn */

.navbar-default .navbar-nav>li> .buy_now{
	padding: 9px 30px;
	min-width: 125px;
    max-width: 156px;
	color: #fff;
	background: #4385f5;
	overflow: hidden;
	font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
	margin: 0 0 0 16px;
}
.navbar-default .navbar-nav>li> .buy_now::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);
}
.navbar-default .navbar-nav>li> .buy_now:hover,
.navbar-default .navbar-nav>li> .buy_now:focus{
	color:#fff;
}
.navbar-default .navbar-nav>li> .buy_now: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;
}

/* admin_demo_btn*/


/*    Global
-------------------*/

.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.section-padding {
  padding: 100px 0px;
}
.color-green {
  color: #4385f5;
}
.color-white {
  color: #ffffff;
}
.bg-m-light {
  background: #4385f5 !important;
}
.bg-m-dark {
  background: #10dcb7!important;
}
.pattern-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.img-brightness {
  filter: brightness(30%);
}
.heading{
  padding: 0px 15px;
}
.heading .sup-head {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.heading h1,
.heading h2 {
  font-size: 36px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  margin-top: 30px;
}
.custom-input {
  box-shadow: none;
  border: none;
}
.custom-input:hover,
.custom-input:focus,
.custom-input.active {
  border: none;
  box-shadow: none;
}

.main_menu_wrapper{
	float:left;
	width:100%;
}

/*Navigation*/

@media (min-width: 768px) {

  .navbar-default {
    border: 0;
    border-radius: 0;
  }
  .navbar-right .dropdown-menu {
    right: auto;
  }  
  .mega-menu .nav .cart_dropdown_wrapper, 
  .mega-menu .nav .shop_dropdown_wrapper
  {
	  position: relative;
  }
  .navbar-right .cart_dropdown_wrapper .dropdown-menu{
    right: 0;
  } 
  .navbar-right .shop_dropdown_wrapper .dropdown-menu {
	right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav>li>a {
  padding: 24px 16px;
  color: #fff;
  font-size:14px;
  font-weight:600;
  line-height: 20px;
  text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #4385f5;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #4385f5;
  background-color: transparent;
}

/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  min-width: 220px;
  padding: 3px 0;
  background-color: #fff;
  border-top:4px solid #4385f5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius:0;
  -o-box-shadow: 0px 3px 20px -3px;
  -ms-box-shadow: 0px 3px 20px -3px;
  -moz-box-shadow: 0px 3px 20px -3px;
  -webkit-box-shadow:0px 3px 20px -3px;
  box-shadow: 0 6px 12px rgba(0,0,0,.100);
}
.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
}
.dropdown-menu li a {
  display: block;
  padding:5px 20px;
  font-size:14px;
  font-weight:400;
  line-height: 30px;
  color: #999999;
}
.dropdown-menu li a:hover, 
.dropdown-menu>li>a:focus {
  color: #4385f5;
  background-color: #f5f5f5;
}
.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -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;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px !important;
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #4385f5;
  background-color: transparent;
}
.dropdown .dropdown-menu li .dropdown-menu-right{
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3px 0;
    background-color: #fff;
    border-top:3px solid #4385f5;
	border-radius:0;
	-o-box-shadow: 0px 3px 20px -3px;
	-ms-box-shadow: 0px 3px 20px -3px;
	-moz-box-shadow: 0px 3px 20px -3px;
	-webkit-box-shadow:0px 3px 20px -3px;
	box-shadow: 0px 3px 20px -3px;
	top:0;
	left:100%;
	right:auto;
	min-width:210px;
}
.dropdown .dropdown-menu li .dropdown-menu-left{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3px 0;
    background-color: #fff;
    border-top: 3px solid #4385f5;
    border-radius: 0;
    -o-box-shadow: 0px 3px 20px -3px;
    -ms-box-shadow: 0px 3px 20px -3px;
    -moz-box-shadow: 0px 3px 20px -3px;
    -webkit-box-shadow: 0px 3px 20px -3px;
    box-shadow: 0px 3px 20px -3px;
    top: 0;
    left: auto;
    right: 100%;
    min-width: 250px;
}
.dropdown .dropdown-menu li .dropdown-menu-right li a,
.dropdown .dropdown-menu li .dropdown-menu-left li a{
	padding:5px 20px;
	font-size:14px;
	font-weight:400;
}
.dropdown .dropdown-menu li:hover > .dropdown-menu-right,
.dropdown .dropdown-menu li:hover > .dropdown-menu-left
{
	display:block;
}
.dropdown .dropdown-menu li {
    position: relative;
}
.dropdown .dropdown-menu li a i {
    margin-right:20px;
}
.dropdown .dropdown-menu li a span i {
    position: absolute;
    right: 10px;
	top:14px;
}

/*mega-menu*/

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
  position: static;
}
.mega-menu .container {
  position: relative;
}
.mega-menu .dropdown-menu {
  left: auto;
}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
  left: auto;
  right: 15px;
}
.m-menu-content ul {
  border-right: 1px solid #f5f5f5;
  padding: 20px;
}
.m-menu-content ul:last-of-type {
  border-right: 0;
}

/*navbar-toggle*/

.navbar-toggle {
  margin-top:20px;
  border-radius: 5px;
  position:absolute;
  right:0;
  border-color:#ddd;
}
.navbar-toggle .icon-bar{
	background-color: #888;
}
.navbar-toggle:focus, 
.navbar-toggle:hover {
    background-color: #4385f5;
    border-color: transparent;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:active .icon-bar,
.navbar-toggle:focus .icon-bar  {
  background-color: #fff;
}
.lv_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 22px 15px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.lv_search_box{
    position: absolute;
	width: 270px;
    top: 100%;
    padding: 20px;
    display: inline-block;
	border-top: 4px solid #4385f5;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
	right:0;
}
.lv_search_box input{
    float: left;
	color:#111111;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.lv_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #fff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_search_box button:hover{
	color:#ffffff;
	background:#4285f4;
	border-color:#4285f4;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sidebar_search {
    border: 1px solid #f2f2f2;
}
.sidebar_search input{
	float: left;
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000000;
    border: none;
    border-radius: 0;
	outline: none;
}
.sidebar_search button {
    width: 45px;
    height: 50px;
    border: 1px solid transparent;
    background-color: transparent;
	color: #888;
	font-size: 15px;
    position: relative;
    right: 3px;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul li .buy_now {
    padding: 15px 40px;
    min-width: 235px;
    max-width: 156px;
	overflow: hidden;
	font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin: 0 0 0 10px;
    background: #4385f5;
	color:#fff;
}
#cssmenu ul li .button:hover,
#cssmenu ul li .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;
}
#cssmenu ul li .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);
}
#cssmenu ul li .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;
}

/*cart-dropdown*/

.cart-dropdown{
  width: 350px;
}
.cart-dropdown .media {
  margin-top: 0;
  position: relative;
}
.cart-dropdown .media-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 40px;
}
.cart-dropdown .media>.media-left{
    padding-right: 30px;
}
.cart-dropdown .media-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-dropdown .quantity, 
.cart-dropdown .price  {
  font-size: 16px;
}
.cart-dropdown .quantity{
	float: left;
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    color: #999;
    line-height: 20px;
    text-align: center;
}
.cart-dropdown .price {
  color: #4385f5;
  margin-left:20px;
  font-weight:600;
}
.cart-dropdown .close i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  border: 1px solid #A59F9F;
  border-radius: 50%;
  color: #B5B0B0;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 30px;
}
.cart-dropdown .total {
  padding: 20px 40px;
  text-transform: capitalize;
}
.cart-dropdown .total a.btn{
  position: relative;
  top: -25px;
  color: #fff;
  width:160px;
  height:50px;
  line-height:38px;
  text-align:center;
  background: #4385f5;
  text-transform: uppercase;
  font-weight:600;
  font-size: 14px;
  border:1px solid #4385f5;
}
.cart-dropdown .total a.btn:hover{
  background-color: #2c6ad4;
  border-color: #2c6ad4;
}
.cart-dropdown .total .total_price{
  margin-top:0;
  color: #4385f5;
  font-weight: 600;
}
.cart-dropdown .total .total_item{
	font-size:12px;
	color: #999;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#cart-badge {
    font-size: 10px;
    background: #eb6d6d;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    position: absolute;
	right: 4px;
    top: 18px;
}


.menu_fixed{
	position:fixed;
	background: #111;
	-webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
}

/* mobail_menu_main */

.mobail_menu_main{
	float:left;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #4285f4;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #888;
    cursor: pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: Roboto, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:500;
  border:1px solid #f2f2f2;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #f2f2f2;
}
#cssmenu > ul > li > a:hover{
	background:#4285f4;
	border-bottom:1px solid #f2f2f2;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#000;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
	background:#000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 32px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background: #f9f9f9;
  color: #000;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}

#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#888;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#888;
}
#sidebar .sidebar_logo{
	padding: 15px 0px;
	padding-left: 20px;
	display: inline-block;
}


/* home_banner start */

.home_banner{
	float: left;
    width: 100%;
    background-image: url(../images/home_banner_bg.jpg);
    background-position: center 0;
    background-size: cover;
    position: relative;
}
.home_banner_overlay{
	background: #000000;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    opacity: 0.6;
}
.header{
	float:left;
	width:100%;
	z-index: 1000;
	position:relative;
}

.home_banner_bottom_wrapper{
	text-align:center;
}
.home_banner_bottom_heading{
	padding-bottom:30px;
	padding-top:200px;
}
.home_banner_bottom_heading h1{
	font-size: 100px;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}
.home_banner_bottom_heading2{
   padding-bottom: 30px;
}
.home_banner_bottom_heading2 h2 a{
	color: #4385f5;
	font-weight: 400;
}
.home_banner_bottom_heading2 h2 {
        font-size: 50px;
    color: #fff;
    margin-bottom: 70px;
    font-weight: 200;
}
.home_banner_bottom_vedio{
	float:left;
	width:100%;
	padding-top:100px;
}
.home_banner_bottom_vedio h3{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-top:10px;
	position:relative;
	animation-delay: 1s;
}
.home_banner_bottom_vedio .play-trigger:before{
	content: '';
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 70px;
    position: absolute;
    top: -120px;
    left: 50%;
}
.home_banner_bottom_vedio .play-trigger {
  width: 80px;
  height: 80px;
  border: 0;
  display:inline-block;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  position:relative;
  -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;
}
.home_banner_bottom_vedio .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.home_banner_bottom_vedio .play-trigger i {
  margin-left: 7px;
}
.home_banner_bottom_scroll{
	padding-top:80px;
	padding-bottom:80px;
}
.home_banner_bottom_scroll img{
	display:inline-block;
}

/* home_banner end*/


/* home_banner_counter_wrapper start*/

.home_banner_counter_wrapper{
	float:left;
	width:100%;
	background: #4385f5;
}
.counter-box, .counter-box-last{
    padding: 33px 15px;
}
.counter-box:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
.counter-box h2 ,.counter-box-last h2{
	line-height: 45px;
    font-size: 30px;
	font-weight: 500;
	color:#fff;
	margin:0;
}
.counter-box h4, .counter-box-last h4{
	font-size: 14px;
	line-height:20px;
    font-weight: 400;
	margin:0;
	opacity: 0.7;
	color:#fff;
}

/* home_banner_counter_wrapper end */


/*    Demo Section
-----------------------*/

.admin-demo {
	float: left;
    width: 100%;
	background: #fff;
	text-align: center;
}
.heading h2 {
  color: #303030;
  margin:0px;
  font-size: 38px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.heading span.bordered-icon {
    color: #4285f4;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.heading span.bordered-icon:before, 
.heading span.bordered-icon:after {
    content: "";
    background: #dadada;
    width: 90px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.heading span.bordered-icon:before {
    left: 100%;
}
.heading span.bordered-icon:after {
    right: 100%;
}
.admin-demo-content {
  border-radius: 0;
  margin-top: 40px;
  position: relative;
  text-align:center;
}
.admin-demo-content:hover img{
	    opacity: 0.3;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}
.admin-demo-content img{
   display:inline-block;
   margin-bottom:30px;
}
.admin-demo-content span{
	color: #111;
	font-size: 16px;
    font-weight: 400;
	display:inline-block;
}
.admin-demo-content:hover span{
	color: #4385f5;
	-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

/* features_section start*/

.features_section{
	float:left;
	width:100%;
	background: #f8fbfd;
	border-top: 1px solid #e3e3e3;
}
.features_section .heading h2 {
  color: #303030;
  margin: 0 0 15px;
  font-size: 30px;
    text-transform: uppercase;
}
.features_section .heading span.bordered-icon {
    color: #4285f4;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
	margin-bottom:50px;
}
.features_section .heading span.bordered-icon:before, 
.features_section .heading span.bordered-icon:after {
    content: "";
    background: #dadada;
    width: 90px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.features_section .heading span.bordered-icon:before {
    left: 100%;
}
.features_section .heading span.bordered-icon:after {
    right: 100%;
}
.icon-wrapper{
	float:left;
	width:100%;
	background-color: #fff;
    box-shadow: 2px 4px 45px 0px rgba(0,0,0,0.11);
	border-radius:5px;
    color: #8d8d8d;
    display: block;
    overflow: hidden;
    padding: 20px;
	margin-bottom:40px;
}
.icon-wrapper:hover{
	box-shadow: 2px 34px 75px -20px rgba(0,0,0,0.26);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.icon-img{
   display: table-cell;
    vertical-align: middle;
}	
.icon-content{
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.icon-content h4{
    font-size: 16px;
    line-height: 20px;
	letter-spacing: 1px;
	color: #000000;
}

/* features_section end*/


/* portfolio_section start*/

.full_width{
	float: left;
    width: 100%;
}
.portfolio_section{
	float:left;
	width:100%;
	padding-top:100px;
}
.home_banner_content {
  margin: 0 auto;
  text-align: center;
}
.home_banner_content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
.home_banner_content p {
  font-size: 16px;
  color:#999;
  padding-top:40px;
  margin:0;
}
.portfolio-area{
	float:left;
	width:100%;
	background:#f8fbfd;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-align:center;
	padding-bottom:100px;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.III_column{
	margin-top:40px;
}
.portfolio-area .portfolio-thumb{
	box-shadow: 2px 4px 45px 0px rgba(0,0,0,0.11);
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio_item_wrapper .portfolio_image_frame {
    width: 100%;
    margin-bottom: 0;
	display: block;
    margin: 0;
    max-width: 100%;
}
.portfolio_image_wrapper {
    position: relative;
    overflow: hidden;
}
img.portfolio_img{
    max-width: 100%;
    height: auto;
}
.portfolio_image_frame .portfolio_image_wrapper img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio_image_frame .portfolio_image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio_image_link {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
	background:#4385f5;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio_image_frame .portfolio_image_wrapper .portfolio_image_link a {
	display: block;
    font-size: 25px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
	color: #FFF;
}
.portfolio_image_frame .portfolio_image_wrapper .portfolio_image_link a:before {
    content: "Preview";
    display: block;
}
.portfolio-wrapper .admin_demo_btn{
	padding: 20px;
    display: block;
}
.portfolio_image_frame:hover .portfolio_image_wrapper .portfolio_image_link{
    bottom: 0;
}
.portfolio_image_frame:hover .portfolio_image_wrapper img {
    top: -15px;
}
.portfolio-wrapper:hover .admin_demo_btn{
	color:#4385f5;
}

/*portfolio-filter*/

.portfolio-filter {
	margin:40px 0px;
}
#filter li{
	padding:0;
}
#filter li a{
    display: block;
    font-size: 17px;
    text-transform:capitalize;
    cursor: pointer;
	color: #101010;
    padding: 10px 22px;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:after{
    position: absolute;
    content: "/";
    right: -10px;
    color: #101010;
}
#filter li:last-child a:after{
    display:none;
}
#filter li a:hover,
#filter li a.active{
	color: #4385f5;
}
#filter li a:last-child{
    margin-right: 0px;
}
.admin_demo_btn{
	color:#111;
}
.admin_demo_btn:hover{
 -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;
}

/* portfolio_section end */


/* slider_section start */

.slider_section{
	float: left;
    width: 100%;
    background-image: url(../images/slider_bg.jpg);
    background-position: center 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
	overflow: hidden;
	position:relative;
}
.slider_section_overlay{
	background: #000000;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    opacity: 0.7;
}
.slider_section .heading h2,
.slider_section .heading p{
	color:#fff;
}
.slider_section .slider_item_wrapper { 
	width: 60%;
    margin: 0 auto;
	margin-top:50px;
}
.slider_item_wrapper .owl-carousel .owl-stage-outer { 
	overflow: visible; 
}
.slider_item_wrapper .owl-carousel .owl-item { 
	opacity: 0.2; 
}
.slider_item_wrapper .owl-carousel .owl-item.active { 
	opacity: 1; 
	transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	cursor: move; 
}
.slider_item_wrapper .owl-carousel .owl-nav{
	display:none;
}
.slider_item_wrapper .owl-carousel .owl-dots {
    text-align: center;
}
.slider_item_wrapper .owl-carousel .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 #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    -o-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 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;
}
.slider_item_wrapper .owl-carousel .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;
}
.slider_item_wrapper .owl-carousel .owl-dot.active span, 
.slider_item_wrapper .owl-carousel .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;
}
/* slider_section end */


/* main_feature_section start */

.main_feature_section{
	float: left;
	width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}
.main_feature_icon{
	margin-top:50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.main-feature {
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.main-feature:hover{
    box-shadow: 2px 34px 75px -20px rgba(0,0,0,0.26);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.main_icon_wrapper{
	margin-top:50px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.main-feature span {
	font-size:14px;
    margin-top: 20px;
    display: block;
    text-transform: capitalize;
}

/* main_feature_section end */

.call_to_action{
	float: left;
    width: 100%;
	padding:50px 0px;
    background: #4385f5;
}
.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;
    right: 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;
	}
	
}

@media (max-width: 480px){
	
	.home_banner_bottom_heading2 h2 {
		font-size: 18px;
	}
	.newsletter_content h2 {
		font-size: 15px;
		line-height: 30px;
	}	
	.copy-right p {
		line-height: 24px;
	}
	.features_section .heading h2 {
		font-size: 20px;
	}
	
}

@media (max-width: 390px){
	
	.home_banner_bottom_heading h1 {
		font-size: 40px;
	}
	.buy_now_btn {
		font-size:18px;
		padding: 24px 24px;
		min-width: 272px;
		max-width: 280px;
	}
	.features_section .heading h2 {
		font-size: 16px;
	}
	
}
