/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start 
3. footer_section start
4. slider_main_wrapper start
5. slider_bottom_wrapper start
6. features_wrapper start
7. about_image_wrapper start
8. about_text_wrapper start
9. portfolio_wrapper start
10. vedio_section start
11. testimonial_slider_wrapper start
12. tab_wrapper start
13. team_member_section start
14. aboutus_bg_wrapper start
15. pricing_section start
16. client_slider start
17. contact_wrapper start


*/

/* custom css */

html, body{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
}
a:hover{
	color:#4285f4;
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
button {
    outline: none!important;
    text-decoration: none!important;
}

#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;
}

/* ---------------------------------------------- /*
 * 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%;
}

/* section_heading */

.section_heading{
	margin-bottom:30px;
	text-align:center;
}
.section_heading h2{
	font-size: 30px;
	margin: 0 0 20px;
    position: relative;
}
.section_heading span.bordered-icon {
	color: #4285f4;
    font-size: 10px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.section_heading span.bordered-icon i{
    font-size:16px;
}
.section_heading span.bordered-icon:before, 
.section_heading span.bordered-icon:after {
	content: "";
    background: #4285f4;
    width: 50px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.section_heading span.bordered-icon:before {
  left: 100%;
}
.section_heading span.bordered-icon:after {
  right: 100%;
}

/* section_content */

.section_content{
	margin-bottom:50px;
}
.section_content p{
	font-size:16px;
	text-align: center;
}

/* custom css end */


/* --------------------------------------
LIST STYLE
------------------------------------------*/

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}


/*   header start */

.header{
	float: left;
    width: 100%;
    position: relative;
	top: 20px;
}
.main_menu_wrapper{
	float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
}

/*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,
  .mega-menu .nav .blog_dropdown_wrapper
  {
	  position: relative;
  }
  .navbar-right .cart_dropdown_wrapper .dropdown-menu{
    right: 0;
  } 
  .navbar-right .shop_dropdown_wrapper .dropdown-menu {
	right: 0;
  }
  .navbar-right .blog_dropdown_wrapper .dropdown-menu {
	    right: 0;
		left: auto;
  }
}

.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 {
	background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
    color: #fff;
}



/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  min-width: 220px;
  padding: 3px 0;
  background-color: #fff;
  border-top:4px solid #4385f5;
  border-top:4px 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;
}
.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 {
    background-color: transparent;
    color: #fff;
}
.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;
}
.dropdown-menu li a .new{
	padding:3px;
    text-align: center;
    background: rgba(227, 69, 69, 0.8);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
	margin-left:10px;
}

/*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 .m-menu-content {}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
  left: 15px;
  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: 0px;
  position:absolute;
  right:0;
  border-color:#fff;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.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;
	font-size: 16px;
    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;
	color: #4385f5;
    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;
}

/*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;
}

/*cart Dropdown Menu end */

.menu_fixed{
	position:fixed;
	background:#0093ff;
	-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%;
    position: absolute;
    z-index: 999;
}
#sidebar{
  position: fixed;
  display: block;
  height: 100vh;
  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;
}
#cssmenu ul .sidebar_login .btn {
	color: #fff;
	width: 235px;
	height: 50px;
	position: relative;
	top: 15px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 25px;
	margin: 0 0 0 10px;
	line-height: 20px;
	border-radius: 5px;
	background: #4385f5;
	border: 1px solid #4385f5;
	font-size: 14px;
}
#cssmenu ul .sidebar_login .btn:hover {
	background-color: #2c6ad4;
	border-color: #2c6ad4;
}
	
/* header end */


/* -------------------------------------------------
footer_section start 
---------------------------------------------------- */

.footer_section{
	float:left;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #181818;
}

/*footer_widget-section*/

@media (max-width : 766px) {
  .footer_section .footer_widget {
    margin-bottom: 30px;
  }
  .footer_section .mailing_list{
	margin-bottom: 0px;
  }
}

.footer_section .footer_widget h3{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}
.footer_section .footer_address ul li{
  border-top: 1px solid #4a4a4a;
  padding: 12px 0;
}
.footer_section .footer_address ul li a{
  color: #999;
}
.footer_section .footer_address ul li a:hover{
  color: #4385f5;
}
.footer_section .footer_address ul li i{
  margin-right: 15px;
  color: #4a4a4a;
  font-size: 16px;
  float: left;
  display: inline-block;
}
.footer_section .footer_address span{
  overflow: hidden;
  display: block;
  color: #999;
}

/*useful_links*/

.footer_section .useful_links>ul>li{
  width: 49%;
  display: inline-block;
    -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;
}
.footer_section .useful_links>ul>li i{
  color: #4385f5;
}
.footer_section .useful_links>ul>li>a{
  display: inline-block;
  line-height: 36px;
  color: #999;
}
.footer_section .useful_links>ul>li>a:hover{
  color: #4385f5;
}

/*photo_stream*/

.footer_section .photo_stream ul {
  margin-bottom: 14px;
}
.footer_section .photo_stream ul>li {
  display: inline-block;
  margin-top: 4px;
}
.footer_section .photo_stream ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
.footer_section .photo_stream ul>li>a:hover{
  border: 2px solid #4385f5;
}
.footer_section .photo_stream ul>li>a img {
  width: 58px;
  height: 58px;
}
.footer_section .footer_widget .readmore {
  font-size: 16px;
  color: #999;
}
.footer_section .footer_widget .readmore:hover {
  color: #4385f5;
}
.footer_section .footer_widget form {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 20px;
  margin-bottom: 20px
}
.footer_section .footer_widget form .form-group {
  position: relative;
  margin-bottom: 8px;
}
.footer_section .footer_widget form .form-control {
  height: 33px;
  font-size: 14px;
}
.footer_section .footer_widget form .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  bottom: 0;
  background:#4385f5;
  width: 40px;
  padding: 0;
}
.footer_section .footer_widget form span {
  font-size: 14px;
  color: #999;
}

/*footer_social_link*/

.footer_section .footer_social_link li{
  display: inline-block;
  margin-right: 20px;
}
.footer_section .footer_social_link li:last-child{
  margin-right: 0;
}
.footer_section .footer_social_link li a{
  display: block;
  font-size: 20px;
  color: #4a4a4a;
}
.footer_section .footer_social_link li a:hover{
  color: #4385f5;
}

/* copyright_section */

.copyright_section {
	float:left;
	width:100%;
	background-color: #131313;
	color: #6b6b6b;
	text-align:center;
	padding: 20px 0;
}
.copyright_content a {
  color: #4385f5;
}
.copyright_section .copyright_content p {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

/* -------------------------------------------------
footer_section end 
---------------------------------------------------- */


/* slider_main_wrapper start */

.slider_main_wrapper{
	float:left;
	width:100%;
}
.slider_main_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../img/banner-slider-4.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:800px;
}
.slider_main_wrapper .carousel-inner .item .caption-2 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../img/banner-slider-1.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:800px;
}
.slider_main_wrapper .carousel-inner .item .caption-3 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../img/banner-slider-5.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:800px;
}
.slider_main_wrapper .carousel-inner .item .carousel-captions:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity:0.7;
  /*
	background: #6a65d1;
    background: -moz-linear-gradient(left, #6a65d1 28%, #6a65d1 28%, #6a65d1 29%, #40a6ed 29%, #40a6ed 29%, #6a65d1 29%, #6a65d1 29%, #6a65d1 29%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 32%, #6a65d1 32%, #6a65d1 38%, #6a65d1 38%, #6a65d1 38%, #40a6ed 59%);
    background: -webkit-linear-gradient(left, #6a65d1 28%,#6a65d1 28%,#6a65d1 29%,#40a6ed 29%,#40a6ed 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 32%,#6a65d1 32%,#6a65d1 38%,#6a65d1 38%,#6a65d1 38%,#40a6ed 59%);
    background: linear-gradient(to right, #6a65d1 28%,#6a65d1 28%,#6a65d1 29%,#40a6ed 29%,#40a6ed 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 32%,#6a65d1 32%,#6a65d1 38%,#6a65d1 38%,#6a65d1 38%,#40a6ed 59%);
    */
}
.slider_main_wrapper .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:250px;
}
.slider_main_wrapper .carousel-captions .content h1 {
	color: #fff; 
	margin-bottom: 30px;
	font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}
.slider_main_wrapper .carousel-captions .content p {
	color: #fff; 
	font-size: 18px; 
	max-width: 830px;
	line-height: 32px;
	font-weight: 400;
}
.slider_main_wrapper .carousel-captions .content a {
	display:inline-block;
	width: 215px;
	font-weight: 600;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border-radius:4px;	
	color: #444;
	background: #fff;
	border:1px solid #fff;
	opacity: 1;
	margin-top: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.slider_main_wrapper .carousel-captions .content a:hover {
	background:transparent;
	color:#fff;
}
.slider_main_wrapper .carousel-captions .content a>i {margin-right: 8px;}
.slider_main_wrapper .carousel-captions .content>a:before {background: rgba(0,0,0,0.6);}



/* carousel-indicators
.................................................. */

.slider_main_wrapper .carousel-indicators li{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #b7b7b7;
	border-color:#b7b7b7;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	width: 16px;
}
.slider_main_wrapper .carousel-indicators  li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 3px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	width: 8px;
	-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_main_wrapper .carousel-indicators  li:hover > span,
.slider_main_wrapper .carousel-indicators li.active > span  {
	background:#222;
	-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_main_wrapper .carousel-nevigation {
	float: left;
    width: 100%;
    position: absolute;
    top: 50%;
}
.slider_main_wrapper .carousel-nevigation > .prev {
	position: absolute;
    left: 20px;
	text-align:center;
    font-size: 32px;
    color: #fff;
    line-height: 58px;
    background: rgba(255,255,255,0.32);
	height: 58px;
	width: 58px;
	border-radius: 50%;
    -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_main_wrapper .carousel-nevigation > .next {
	position: absolute;
    right: 20px;
    text-align:center;
    font-size: 32px;
    color: #fff;
    line-height: 58px;
    background: rgba(255,255,255,0.32);
	height: 58px;
	width: 58px;
	border-radius: 50%;
    -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_main_wrapper .carousel-nevigation > .next:hover, 
.slider_main_wrapper .carousel-nevigation > .prev:hover{
	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;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content_2 p {
		font-size: 45px;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content_3 h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.slider_main_wrapper .carousel-inner .item .carousel-captions{
		text-align:center;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content p {
		max-width: 584px;
		display:inline-block;
	}
}

@media (max-width: 767px){
	.slider_main_wrapper .carousel-nevigation{
		display:none;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions{
		text-align:center;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content h1 {
		font-size: 36px;
		line-height: 45px;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content p {
		max-width: 584px;
		display:inline-block;
	}
}

@media (max-width: 480px){
	
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content p {
		max-width: 320px;
		font-size:16px;
	}
}

@media screen and (max-width: 360px) {
	
	.slider_main_wrapper .carousel-inner .item .carousel-captions .content p {
		max-width: 320px;
		font-size:14px;
	}
}

/* slider_main_wrapper end */


/* slider_bottom_wrapper start */

.slider_bottom_wrapper{
	float: left;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: #f7f7f7;
    height: 100%;
}
.slider_bottom_image{
	float:left;
	width:100%;
}
.slider_bottom_image img{
	position: relative;
    top: 24px;
	display:inline-block;
}

/* slider_bottom_wrapper end*/


/* features_wrapper start*/

.features_wrapper{
	float: left;
    width: 100%;
    padding-top: 100px;
	padding-bottom: 100px;
}
.feature_text_wrapper{
	float:left;
	width:100%;
	padding-bottom:50px;
}
.feature_text_wrapper h2{
	font-size: 30px;
	margin-bottom:30px;
}
.feature_text_wrapper p{
	font-size: 16px;
}
.icon_text{
    border: 1px solid #e4e4e4;
    padding: 40px;
}
.icon_text .fa{
    margin: auto;
    display: block;
    text-align: center;
    font-size: 30px;
	margin-bottom:40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pink_icon i{
	color:#e97289;
}
.blue_icon i{
	color: #4285f4;
}
.light_blue_icon i{
	color:#73c8b7;
}
.purple_icon i{
	color:#c183d6;
}
.icon_text h4{
	margin-bottom:30px;
	font-size:18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pink_icon:hover{
	border-color:#e97289;
}
.blue_icon:hover{
	border-color: #4285f4;
}
.light_blue_icon:hover{
	border-color:#73c8b7;
}
.purple_icon:hover{
	border-color:#c183d6;
}
.icon_text:hover{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover h4 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* features_wrapper end*/


/* about_image_wrapper start */

.aboutus_section{
	float:left;
	width:100%;
}
.about_image_wrapper{
	float: left;
    width: 50%;
}
.about_image_wrapper img{
  /*width: 100%;*/
	height:600px;
}

/* about_image_wrapper end */


/** about_text_wrapper start **/

.about_text_wrapper {
	float:left;
	width:50%;
	padding:74px;
	min-height:600px;
    background: #f7f7f7;
}
.about_text_wrapper h2{
	font-size:30px;
	margin-bottom:30px;
}
.about_text_wrapper p{
	font-size:16px;
}
.about_text_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.about_text_wrapper ul li{
	float:left;
	width:100%;
	padding-top: 20px;
}
.about_text_wrapper ul li a{
	float:left;
	padding-left: 10px;
    width: calc(100% - 15px);
    color: #999999;
    font-size: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper a:hover{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper ul li span{
	float: left;
    width: 15px;
	color: #4285f4;
    line-height: 24px;
}
.about_text_wrapper_btn{
	float: left;
    width: 100%;
}
.about_text_wrapper_btn button{
	margin-top: 35px;
}
.btn_read_more {
    background:#4285f4;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #4285f4;
    padding:10px 30px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn_read_more:hover{
    background: transparent;
    border: 1px solid  #4285f4;
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/** about_text_wrapper end **/


/* portfolio_wrapper start */

.portfolio_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	overflow:hidden;
}
.portfolio_wrapper .text_wrapper_heading h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	padding-bottom:20px;
}
.portfolio_wrapper .text_wrapper_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio_img_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.portfolio_img {
  position: relative;
  width:auto;
  margin-bottom:30px;
  display:inline-block;
}
.portfolio_image_overlay {
  position: absolute;
  top: 400px;
  left: 300px;
  right: 400px;
  opacity:0;
  transition: .2s 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;
}
.portfolio_img_wrapper:hover .portfolio_image_overlay {
  background-color:#4285f4;
  opacity:0.9;
  top:10px;
  left:10px;
  right:10px;
  bottom:10px;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.portfolio_img_icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*portfolio-filter*/

.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#202020;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	font-weight:400;
	text-transform:capitalize;
	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:hover,
#filter li a.active{
	color:white;
    background:#4285f4;
}
#filter li a:last-child{
    margin-right: 0px;
}
.portfolio_wrapper .btn_more {
    background: transparent;
    border: 1px solid #4285f4;
    background: #4285f4;
	color:#fff;
	border-radius:5px;
    margin-top: 42px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	text-transform:uppercase;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_wrapper .btn_more:hover{
	border: 1px solid #4285f4;
    background: transparent;
	color:#4285f4;
}

/* portfolio_wrapper end*/


@media (max-width: 767px){
	.list-inline>li{
		margin-bottom:10px;
	}
}
@media screen and (max-width: 320px) {
	.list-inline>li{
		margin-bottom:10px;
	}
}
@media  screen and (max-width: 480px){
	.list-inline>li{
		margin-bottom:10px;
	}
}


/* vedio_section start */

.vedio_section{
	float: left;
	width: 100%;
    background-image: url(../img/vedio_bg_img.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.vedio_section_overlay{
	content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.vedio_text_wrapper{
	float: left;
	width: 100%;
	padding-bottom: 100px;
    padding-top: 100px;
	text-align:center;
}
.vedio_text_wrapper h3{
	font-size:24px;
	color:#fff;
	font-style:italic;
}
.vedio_text_wrapper h2{
	font-size:40px;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:800;
	text-transform:capitalize;
}
.vedio_text_wrapper .play-trigger {
  display:inline-block;
  border-radius: 50%;
  -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;
}


/* vedio_section end */


/* testimonial_slider_wrapper start */

.testimonial_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.testimonial_slider_wrapper{
	float: left;
    width: 100%;
}
.testimonial_slider_wrapper h2{
	font-size:30px;
	margin-bottom:30px;
}
.testimonial_text_wrapper p{
	font-size:16px;
	color:#999;
}
.testimonial_text_wrapper{
	padding: 40px;
    padding-bottom: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
}
.testimonial_image{
	position: absolute;
    bottom: -22px;
    z-index: 10000;
}
.testimonial_slider_wrapper .owl-carousel .owl-stage:after{
	 height: 36px;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots .owl-dot{
	display:none;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0px;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    bottom: 37px;
}
.testimonial_slider_wrapper .owl-carousel .owl-nav .owl-prev{
	border-right:1px solid #e4e4e4;
}
.testimonial_slider_wrapper .owl-carousel .owl-nav .owl-prev, 
.testimonial_slider_wrapper .owl-carousel .owl-nav .owl-next{
	background: #f7f7f7;
    color: #999;
    font-size: 16px;
    border-radius: 0;
	padding:10px 13px;
	margin:0;
}
.testimonial_author_image{
	float:left;
	width:56px;
}
.testimonial_author_name{
	font-size:14px;
	text-transform:uppercase;
	color:#999;
	width: calc(100% - 56px);
    float: left;
    padding-left: 20px;
}
.company_name{
	color:#4285f4;
}

/* testimonial_slider_wrapper end */


/* tab_wrapper start */

.tab_wrapper{
	float: left;
    width: 100%;
}
.tab_wrapper h2{
	font-size:30px;
	margin-bottom:30px;
}
.tab_wrapper .nav-tabs {
  border: 1px solid #e4e4e4;
  border-bottom: none;
}
.tab_wrapper .nav-tabs.nav-justified li {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.tab_wrapper .nav-tabs.nav-justified li.active {
  border-bottom: 1px solid transparent;
}
.tab_wrapper .nav-tabs.nav-justified li:last-child {
  border-right: 0;
}
.tab_wrapper .nav-tabs.nav-justified>li>a {
  border: 0;
  border-radius: 0;
  background-color: #f9f9f9;
  color: #999;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.tab_wrapper .nav-tabs.nav-justified>.active>a, 
.tab_wrapper .nav-tabs.nav-justified>.active>a:focus, 
.tab_wrapper .nav-tabs.nav-justified>.active>a:hover {
  border: 0;
  background-color: transparent;
  color: #4285f4;
}
.tab_wrapper .tab-pane img {
   float:left;
   margin-right: 20px;
}

@media (min-width : 768px) {
	
  .tab_wrapper .tab-content{
    border: 1px solid #eee;
    border-top: 0;
	padding:50px 30px;
    overflow: hidden;
  }
  
}

/* tab_wrapper end */


/* team_member_section start */

.team_member_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.team_member_slider{
	float:left;
	width:100%;
}
.team_member_slider  .owl-theme .owl-dots{
	display:none;
}
.team_member_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_member_slider .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#676b6e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_member_slider .owl-theme .owl-dots .owl-dot.active span, .team_member_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:12px;
	height:12px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_member_slider .owl-theme .owl-dots .owl-dot.active, .team_member_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_member_slider .owl-theme .owl-nav {
    display:none;
}

.team_member_slider .thumbnail {
	padding: 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background:transparent;
}

@media (max-width: 991px) { 
	
}

.team_member_slider .thumbnail img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 30px;
}
.team_member_slider .thumbnail .caption {
  color: #969595;
}
.team_member_slider .thumbnail .caption h4 {
	text-transform: capitalize;
	font-weight:600;
	margin-bottom:10px;
}
.team_member_slider .thumbnail .caption h5 {
	font-size: 14px;
	color:#4285f4;
	margin-bottom:20px;
	text-transform: capitalize;
}
.team_member_slider .thumbnail .caption h4 a{
	color: #111111;
}
.team_member_slider .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.team_member_slider .thumbnail .caption p{
	padding: 0px 20px;
}

/* team_member_section end */


/* aboutus_bg_wrapper start */

.aboutus_bg_wrapper{
	float: left;
	width: 100%;
	background-image: url(../images/home/home-3/about_bg_img.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.aboutus_bg_wrapper .section_heading .border{
	margin: 0;
}
.image_wrapper{
	float:left;
	width:100%;
	text-align:Center;
}
.image_wrapper img{
	display:inline-block;
}
.text_wrapper{
	float:left;
	width:100%;
}
.icon_img_wrapper {
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    line-height: 92px;
}
.icon_img{
	border-radius:50%;
	width: 70px;
    height: 70px;
    line-height: 70px;
	font-size: 25px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.icon_content{
	float:left;
	width:calc(100% - 85px);
	padding-left:30px;
	font-size: 16px;
	text-align: left;
    color: #fff;
}
.icon_wrapper p{
	margin-top: 15px;
	font-size:16px;
	color:rgba(255, 255, 255, 0.7);
}
.icon_wrapper a{
	color: #fff;
}
.icon_wrapper{
	text-align:center;
	padding-top:30px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_red h4 a{
	color: #e85b79;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_blue h4 a{
	color: #13bfb1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_green h4 a{
	color: #4ddc90;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* aboutus_bg_wrapper end */


/* pricing_section start */

.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pricing_section .pricing-table-default {
	background: #fff;
	text-align:center;
}

/*preset color*/

.blue-bg{
	background: #4285f4;
}
.pink-bg{
	background: #eb768c;
}
.green-bg{
	background: #73c8b7;
}
.pricing-table-default:hover .blue-bg-table{
	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;
}
.pricing-table-default:hover .pink-bg-table{
	border-color:#eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .green-bg-table{
	border-color:#73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pricing-head-blue .btn{
	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;
}
.pricing-table-default:hover .pricing-head-pink .btn{
	color: #eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pricing-head-green .btn{
	color: #73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default h3 {
	font-size: 30px;
	color: #ffffff;
	padding: 12px 40px;
	margin: 0px;
}
.pricing_section .pricing-table-default .price {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	padding: 30px 0;
	color: #ffffff;
	margin-bottom: 20px;
}
.pricing_section .pricing-table-default .price sup {
	font-size: 60px;
	font-weight: 300;
	top: -9px;
}
.pricing_section .pricing-table-default .price sub{
	font-size: 13px;
	font-weight: 400;
}
.pricing_section .pricing-detail {
	border: 1px solid #f1f1f1;
	border-top:0;
	padding: 50px;
}
.pricing_section .pricing-detail h4{
	font-size:20px;
}

/*preset color*/

.pricing-head-green{
	background: #73c8b7;
	padding: 30px;
}
.pricing-head-blue{
	background: #4285f4;
	padding: 30px;
}
.pricing-head-pink {
	background: #eb768c;
	padding: 30px;
	border
}
.green-i li i {
	color: #73c8b7;
}
.blue-i li i {
	color: #4285f4;
}
.pink-i li i {
	color: #eb768c;
}


/*pricing list*/

.pricing_section .pricing-list li {
	display: block;
	padding: 12px 0;
	color:#999999;
}
.pricing_section .pricing-list li i{
	margin-right: 17px;
}
.pricing_section .pricing-list li:first-child {
	padding-top: 25px;
}
.pricing_section .pricing-list li:last-child {
	padding: 12px 0 0;
}
.pricing_section .pricing-table-default .btn {
	color: #111111;
    border: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #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;
}

/*pricing_section end*/

/* client_slider start */

.client_slider{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.client_slider .item{
	text-align:center;
}
.client_slider .item img {
	display:inline-block;
	opacity: 0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.client_slider .item img:hover {
	opacity: 1;
}
.client_slider .owl-theme .owl-nav {
    display: none;
}
.client_slider .owl-theme .owl-dots{
	display:none;
}

/* client_slider end */


/* contact_wrapper start */

.contact_wrapper {
	float: left;
    width: 100%;
    background-image: url(../images/home/home-3/contact_bg_img.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.contact_wrapper_overlay{
	content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.contact_wrapper .section_heading h2{
	color:#fff;
}
.contact_wrapper form .btn{
	border-radius: 0 !important; 
}
.contact_wrapper .form-group {
  margin-bottom: 20px;
}
.contact_wrapper textarea.form-control {
    height: auto;
    resize: none;
}
.contact_wrapper .form-control:focus {
  box-shadow: none;
}
.contact_wrapper .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 3px;
    box-shadow: none;
    font-family: 'Roboto';
    -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;
    background-color: transparent;
}
.contact_wrapper input::placeholder, .contact_wrapper textarea::placeholder {
  color: #707070;
}
.contact_wrapper .form-control:focus {
	color: #fff;
	background-color: transparent;
	border: 1px solid #4285f4 !important;	
}
.contact_wrapper .btn{
	margin: 0 auto;
	display: block;
    padding: 11px 32px;
	color:#fff;
	text-transform:uppercase;
	margin-top:30px;
	background:rgba(255, 255, 255, 0.20);
	border:1px solid transparent;
    -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;
}
.contact_wrapper .btn-primary.focus,
.contact_wrapper .btn-primary:hover{
	background-color: transparent;
  	color: #4285f4;
  	border: 1px solid #4285f4 !important;
}
.contact_wrapper-pos,.contact_wrapper-e,.contact_wrapper-m,.contact_wrapper-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-subject:after, .form-group.i-message:after {
    position: absolute;
    top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #707070;
}
.contact_wrapper .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.contact_wrapper .form-group.i-email:after{
	content: "\f0e0";
	right: 32px;
}
.contact_wrapper .form-group.i-subject:after{
	content: "\f064";
	right: 32px;
}
.contact_wrapper .form-group.i-message:after{
	content: "\f059";
	right: 32px;
}

/** contact_wrapper end **/


@media (min-width: 992px) and (max-width: 1199px){
	
	.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;
	}
	.about_image_wrapper img {
		height: 730px;
	}
	.about_text_wrapper {
		min-height:730px;
	}
	.tab_wrapper .nav-tabs.nav-justified>li>a {
		line-height: 30px; 
		padding: 10px 10px;
		font-size: 14px;
	}
	.team_member_slider .thumbnail{
		float:left;
		width:100%;
	}
	.team_member_slider .thumbnail img {
		margin-right: 0px;
	}
	.team_member_slider .thumbnail .caption {
		float: left;
		width: calc(100% - 170px);
		padding-left: 20px;
	}
	.team_member_slider .thumbnail .caption p {
		padding:0;
	}
}

@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_text{
		margin-bottom:30px;
	}
	.about_image_wrapper, .about_text_wrapper{
		width: 100%;
	}
	.about_image_wrapper img {
		height: auto;
	}
	.about_text_wrapper {
		min-height: 0;
		padding:74px 15px;
	}
	.testimonial_author_name {
		font-size: 12px;
	}
	.tab_wrapper .nav-tabs.nav-justified>li>a {
		line-height: 20px;
		padding: 7px 10px;
		height: 56px;
	}
	.image_wrapper{
		margin-bottom:40px;
	}
	.pricing_section .pricing-table-default h3 {
		padding: 0px;
	}
	.pricing_section .pricing-table-default .price sup {
		font-size: 50px;
	}
	.pricing_section .pricing-table-default .price {
		font-size: 50px;
	}
	.pricing_section .pricing-detail {
		padding: 50px 30px;
	}
	.tab-content>.tab-pane {
        text-align: center;
	}
	.tab_wrapper .tab-pane img {
		float: none;
		margin-right: 0px;
		margin-bottom:30px;
		display: inline-block;
	}
	.tab_wrapper .tab-pane p {
		text-align: left;
	}
	.team_member_slider .thumbnail {
		text-align: center;
	}
	.team_member_slider .thumbnail img{
		float: none;
		margin-right: 0px;
		margin-bottom: 30px; 
		display: inline-block;
	}
	.team_member_slider .thumbnail .caption p {
		padding: 0px;
	}
	#slider_main_wrapper .carousel-captions .container h1 {
		font-size: 50px;
		line-height: 60px;
	}
	#slider_main_wrapper .carousel-captions .container p {
		max-width: 584px;
	}
	.cameraContent {
		left: 10%;
	}
}

@media (max-width: 767px){

	.navbar-brand {
		height:auto;
		padding: 15px 0px;
	}
	#slider_main_wrapper .carousel-captions .container h1 {
		font-size: 36px;
		line-height: 45px;
	}
	#slider_main_wrapper .carousel-captions{
		text-align:center;
	}
	#slider_main_wrapper .carousel-captions .container p {
		max-width: 584px;
		display:inline-block;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	#filter li a{
		padding: 10px 13px;
	}
	.camera_wrap .camera_pag .camera_pag_ul {
		left: 45%;
	}
	.icon_text {
		margin-bottom:30px;
	}
	.feature_text_wrapper h2 {
		font-size: 24px;
	}
	.about_image_wrapper, .about_text_wrapper{
		width: 100%;
	}
	.about_image_wrapper img {
		height: auto;
	}
	.about_text_wrapper {
		min-height: 0;
		padding:74px 15px;
	}
	.vedio_text_wrapper h2{
		font-size: 30px;
	}
	.testimonial_slider_wrapper{
		margin-bottom:40px;
		text-align: center;
	}
	.testimonial_slider_wrapper .owl-theme .owl-nav {
		position: relative;
		right: auto;
		border: 1px solid #e4e4e4;
		border-bottom:1px solid #e4e4e4; 
		bottom: auto;
		display: inline-block;
	}
	.testimonial_text_wrapper {
		text-align: left;
	}
	.tab_wrapper .tab-content{
		margin-top:30px;
	}
	.image_wrapper{
		margin-bottom:40px;
	}
	.pricing_section .pricing-table-default {
		margin-bottom: 50px;
	}
	.pricing_section .pricing-detail {
		padding: 50px 40px;
	}
	.tab_wrapper .tab-pane p {
		font-size: 13px;
	}
	.team_member_slider .thumbnail {
		text-align: center;
	}
	.team_member_slider .thumbnail img{
		float: none;
		margin-right: 0px;
		margin-bottom: 30px; 
		display: inline-block;
	}
	.team_member_slider .thumbnail .caption p {
		padding: 0px;
	}
	

}

@media (max-width: 480px){
	
	#slider_main_wrapper .carousel-captions .container h1 {
		font-size: 30px;
		line-height: 40px;
	}
	#slider_main_wrapper .carousel-captions .container p {
		max-width: 320px;
		font-size:16px;
	}
	.camera_wrap .camera_pag .camera_pag_ul {
		left: 40%;
	}
	.feature_text_wrapper h2 {
		font-size: 16px; 
	}
	.vedio_text_wrapper h2{
		font-size: 16px;
	}
	.testimonial_author_name {
		font-size: 13px;
		padding-left: 12px;
	}
	.testimonial_text_wrapper {
		padding: 40px 20px;
	}
	.tab-content>.tab-pane {
        text-align: center;
	}
	.tab_wrapper .tab-pane img {
		float: none;
		margin-right: 0px;
		margin-bottom:30px;
		display: inline-block;
	}
	.tab_wrapper .tab-pane p {
		text-align: left;
	}
}

@media (max-width: 360px){
	
	.camera_wrap .camera_pag .camera_pag_ul {
		left: 35%;
	}
	#slider_main_wrapper .carousel-captions .container p {
		max-width: 320px;
		font-size:14px;
	}
	.section_heading h2 {
		font-size: 24px;
	}
}

.sombra {
  text-shadow: 1px 2px 7px #000000, 1px 2px 7px #000000, 1px 2px 7px #000000;
}