/*------------------------------------------------------------------

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{
	position: relative;
    z-index: 1;
}
.top-bar {
    background-color: #4285f4;
	color:#fff;
}
.top-bar a{
	color:#fff;
	line-height: 0;
}
.contact_info_wrapper{
	float:left;
	position:relative;
}
.contact_info_wrapper:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:0;
}
.contact_number_wrapper{
	position:relative;
}
.contact_number_wrapper:before{
	 content: '';
    border: 1px solid  rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:-10px;
}
.signin_wrapper{
	position:relative;
	background:#5c98fb;
}
.contact_info_wrapper ul li{
	float:left;
	margin-right:20px;
}
.contact_info_wrapper ul li:last-child{
	margin-right:0px;
}
.contact_info_wrapper ul li,.signin_and_social_icon_wrapper ul li{
	padding:15px 20px;
}
.contact_info_wrapper ul li a i{
	margin-right:10px;
}
.signin_and_social_icon_wrapper{
	float:right;
	position:relative;
}
.signin_and_social_icon_wrapper ul li{
	float:left;
}
.social_icon_wrapper ul li{
	float:left;
	margin-right:15px;
	padding:0;
}
.social_icon_wrapper ul li a{
    font-size: 16px;
	color:#add4f8;
}
.social_icon_wrapper ul li a:hover{
	color:#fff;
}
.signin_wrapper{
	float:left;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.signin_wrapper a i{
	margin-right:10px;
}
.signin_wrapper:hover{
	background:#2c6ad4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.signin_wrapper .dropdown-menu .signin_dropdown{
	float:left;
    width: 350px;
	padding:30px 50px;
}
.signin_wrapper .signin_dropdown a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
	padding: 6px 25px;
    line-height: 36px;
	margin-bottom:20px;
	text-align:left;
	border-radius:5px;
    background: #4385f5;
    font-size: 16px;
    border: 1px solid #4385f5;
}
.signin_wrapper .signin_dropdown a.btn:hover {
   background-color: #2c6ad4;
   border-color: #2c6ad4;
}
.signin_wrapper .signin_dropdown a.span{
	float:left;
}
.signin_wrapper .dropdown-menu .signin_dropdown a i{
	float:right;
	margin:0;
	line-height: 35px;
}
.signin_wrapper .signin_dropdown a.google-plus{
    background: #db4c3e;
    border: 1px solid #db4c3e;
}
.signin_wrapper .signin_dropdown a.google-plus:hover{
    background: #bd4033;
    border-color:#bd4033;
}
.signin_wrapper .signin_dropdown h2 {
    font-size: 18px;
	font-weight:500;
	margin-bottom:20px;
	color:#111;
    line-height: 20px;
    text-transform: uppercase;
	text-align:center;
    position: relative;
}
.signin_wrapper .signin_dropdown h2::before, .signin_dropdown h2::after {
    content: "";
    background: #e4e4e4;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
}
.signin_wrapper .signin_dropdown h2::before {
    right: 60%;
}
.signin_wrapper .signin_dropdown h2::after {
    left: 60%;
}
.signin_wrapper .signin_dropdown .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #fafafa;
    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: #fafafa;
}
.signin_wrapper .signin_dropdown textarea.form-control{
	height:auto;
	resize:none;
}
.signin_wrapper .signin_dropdown input::placeholder, .signin_dropdown textarea::placeholder {
  color: #999;
}
.signin_wrapper .signin_dropdown .form-control:focus {
	color: #999;
	background-color: fafafa;
	border: 1px solid #4285f4 !important;	
}
.formsix-pos,.formsix-e{
	position: relative;
}
.form-group.i-password:after, .form-group.i-email:after{
    position: absolute;
     top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}
.signin_dropdown .form-group.i-email:after{
	content: "\f0e0";
	right: 25px;
}
.signin_dropdown .form-group.i-password:after{
	content: "\f09c";
	right: 25px;
}
.remember_box{
	margin-top:20px;
	margin-bottom:20px;
	color:#999;
}
.remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
	margin:0;
}
.remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #999;
}
.remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.remember_box .forget_password{
	float:right;
	color:#db4c3e;
	line-height:12px;
	text-decoration:underline;
}
.remember_box .forget_password:hover{
	background:#fff;
}
.login_wrapper{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e4e4e4;
}
.signin_wrapper .login_wrapper a.login_btn {
   text-align:center;
   text-transform:uppercase;
   margin-bottom:15px;
}
.login_wrapper a.login_btn:hover {
    background-color: #2c6ad4;
    border-color: #2c6ad4;
}
.sign_up_message p{
	font-size:16px;
}
.sign_up_message a{
	color:#4385f5;
}
.signin_wrapper .dropdown-menu li .sign_up_message a{
	display: inline-block;
    padding: 0;
    color: #4385f5;
	font-size:16px;
}
.signin_wrapper .dropdown-menu li .sign_up_message a:hover{
	background:#fff;
}

.main_menu_wrapper{
	float:left;
	width:100%;
	background:#fff;
}


/*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;
  }
  .signin_wrapper .dropdown-menu {
	right: 0;
	left:auto;
	border:0;
	box-shadow: 0 6px 12px rgba(0,0,0,.100);
  }
  .navbar-brand {
    padding: 30px 15px;
  }
  
}
.navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav>li>a {
  padding: 40px 16px;
  color: #444;
  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;
  border:0;
  background-color: #fff;
  border-top:4px solid #4385f5;
  border-radius:0;
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
   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;
  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: 0 6px 12px rgba(0,0,0,.100);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
	box-shadow: 0 6px 12px rgba(0,0,0,.100);
	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: 0 6px 12px rgba(0,0,0,.100);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    box-shadow: 0 6px 12px rgba(0,0,0,.100);
    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:28px;
  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: 38px 15px;
    color: #444;
    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: 5px;
    top: 34px;
}

/*cart Dropdown Menu end */

.menu_fixed{
	position:fixed;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
	top:0;
	left: 0;
    right: 0;
    z-index: 1000;
}

/* mobail_menu_main */

.mobail_menu_main{
	float:left;
	width:100%;
	background:#fff;
}
#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;
}

/* -------------------------------------------------
footer_section end 
---------------------------------------------------- */


/* slider_main_wrapper start */

.slider_main_wrapper{
	float:left;
	width:100%;
}

.slider_main_wrapper .carousel-inner .item .carousel-captions:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity:0.9;
	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(../images/home/home-1/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;
	}
}




/* team_members_wrapper start*/

.team_members_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.team_members_slider{
	float:left;
	width:100%;
	text-align:center;
}
.team_members_slider .owl-carousel .owl-item{
	background:#ffffff;
}
.team_members_slider .owl-theme .owl-dots{
	display:none;
}
.team_members_slider .owl-theme .owl-nav{
	display:none;
}
.slider_main_wrapper{
	text-align:center;
}
.slider_main_wrapper:hover .team_members_slider_content h4 a{
	color:#4285f4;
}
.team_members_slider_image{
	display:inline-block;
}
.team_members_slider_content h4{
	font-size:20px;
	color:#222;
	font-weight:500;
}
.team_members_slider_content h5{
	font-size:14px;
	color:#4285f4;
	padding-top:30px;
	padding-bottom:10px;
}
.team_members_slider_content p {
    font-size: 16px;
    margin-top: 20px;
	margin-bottom: 30px;
    padding: 0px 25px;
}
.team_members_slider_content .btn {
    background-color: #f8f8f8;
    color: #999999;
    text-transform: uppercase;
    border: 0;
	height:40px;
	width:130px;
	line-height:30px;
    border-radius: 4px 4px 0px 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;
}
.team_members_slider_content .btn:hover {
    background: #4285f4;
    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;
}
.team_members_slider_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
}
.team_members_slider_social_icons li{
	float:left;
	margin-left:24px;
}
.team_members_slider_social_icons li:first-child{
	margin-left:0;
}
.team_members_slider_social_icons li a{
	float:left;
	color: #999999;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_members_slider_social_icons li a:hover{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* team_members_wrapper end*/

/* custom css start */

.section_heading{
	margin-bottom:30px;
	text-align:center;
}
.section_heading h2{
	font-size: 30px;
	margin: 0 0 5px; 
    text-transform: capitalize;
    position: relative;
}
.section_heading span.bordered-icon {
	color: #dadada;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.section_heading span.bordered-icon:before, 
.section_heading span.bordered-icon:after {
	content: "";
    background: #dadada;
    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{
	margin-bottom:50px;
}
.section_content p{
	font-size:16px;
	text-align: center;
}


/* contact_info_section start */

.contact_info_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.icon_text{
    border: 1px solid #e4e4e4;
	border-radius:5px;
    padding: 40px;
    position: relative;
    padding-top: 85px;
	margin-top:65px;
	height: 240px;
}
.icon_text i{
    font-size: 36px;
    color: #999;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    width: 120px;
    line-height: 120px;
    height: 120px;
	position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.icon_text h4{
	margin-bottom:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text:hover{
    border-color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover .fa{
    color: #fff;
	background:#4285f4;
	border-color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
#map{
	float:left; 
	width:100%; 
	height:500px;
}
/* contact_info_section end */


/** comments_form_section_section start **/

.comments_form_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.comments_form_section h4{
	 font-size: 30px;
    margin-bottom: 40px;
    color: #111;
}
.comments_form_section h4:after{
	display: block;
    content: "";
    background: #4285f4;
    border: 1px solid #4285f4;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    margin-top: 13px;
}
.comments_form_section .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #efefef;
    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;
}
.comments_form_section textarea.form-control{
	height:auto;
	resize:none;
}
.comments_form_section input::placeholder, .comments_form_section textarea::placeholder {
  color: #999;
}
.comments_form_section .form-control:focus {
	color: #999;
	background-color: transparent;
	border: 1px solid #4285f4 !important;	
}
.comments_form_section .btn{
	margin: 0 auto;
    padding: 15px 32px;
	letter-spacing:1px;
	margin-top:20px;
	text-transform:uppercase;
    -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;
}
.comments_form_section .btn-primary{
	background: #4285f4;
  	border: 1px solid #4285f4 !important;
}
.comments_form_section .btn-primary.focus,
.comments_form_section .btn-primary:hover{
	background-color: transparent;
  	color: #4285f4;
  	border: 1px solid #4285f4 !important;
}
.comments_form_section .btn:focus{
	outline:none;
}
.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: #c0c0c0;
}
.comments_form_section .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.comments_form_section .form-group.i-email:after{
	content: "\f003";
	right: 32px;
}
.comments_form_section .form-group.i-message:after{
	content: "\f059";
	right: 32px;
}.comments_form_section .form-group.i-subject:after{
	content: "\f064";
	right: 32px;
}

/** comments_form_section end **/




/* page_header start*/

.top-bar {
    background-color: #4285f4;
	color:#fff;
}
.top-bar a{
	color:#fff;
	line-height: 0;
}
.contact_info_wrapper{
	float:left;
	position:relative;
}
.contact_info_wrapper:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:0;
}
.contact_number_wrapper{
	position:relative;
}
.contact_number_wrapper:before{
	 content: '';
    border: 1px solid  rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:-10px;
}
.signin_wrapper{
	position:relative;
	background:#5c98fb;
}
.contact_info_wrapper ul li{
	float:left;
	margin-right:20px;
}
.contact_info_wrapper ul li:last-child{
	margin-right:0px;
}
.contact_info_wrapper ul li,.signin_and_social_icon_wrapper ul li{
	padding:15px 20px;
}
.contact_info_wrapper ul li a i{
	margin-right:10px;
}
.signin_and_social_icon_wrapper{
	float:right;
	position:relative;
}
.signin_and_social_icon_wrapper ul li{
	float:left;
}
.social_icon_wrapper ul li{
	float:left;
	margin-right:15px;
	padding:0;
}
.social_icon_wrapper ul li a{
    font-size: 16px;
	color:#add4f8;
}
.social_icon_wrapper ul li a:hover{
	color:#fff;
}

.page_header{
	width:100%;
	float:left;
	background:#fafafa;
	padding:30px 0px;
}
.page_header h1 {
    font-size: 24px;
    color: #111;
}
.sub_title_section{
    float: right;
}
.page_header .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.page_header .sub_title li:last-child{
	color: #4285f4;
}
.page_header .sub_title a {
    color: #999;
}
.page_header .sub_title a:hover {
    color: #4285f4;
}
.page_header .sub_title i {
    padding: 0px 15px;
}

@media only screen and (max-width : 480px) {
	
	.page_header .sub_title i{
		padding: 0px 5px;
	}
	.page_header .sub_title li {
		font-size: 15px;
	}
	.top-bar{
		display:none;
	}
	.copyright_icons li a i {
		font-size: 18px;
	}

}

/* page_header end*/



/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	margin-bottom: 30px;
}
.blog_section .blog-post-wrapper .post-thumbnail{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #4285f4;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
	text-align:left;
	margin-bottom:20px;
}
.blog_section .blog-post-wrapper .entry-content ul li{
	font-size:16px;
	margin-bottom:20px;
}
.blog_section .blog-post-wrapper .entry-content ul li a{
	font-size:16px;
	color:#999;
	margin-bottom:20px;
}
.blog_section .blog-post-wrapper .entry-content ul li i{
	color:#4285f4;
	margin-right:10px;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  margin: 20px 0 22px;
}
.blog_section .blog-post-wrapper .entry-title{
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #4285f4;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta ul{
	margin:0;
	padding:0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4285f4;
}

/*entry-content*/

.blog_post_bottom_wrapper{
	margin-bottom:50px;
}
.tags{
	float:left;
	font-size: 16px;
	color:#999;
}
.share_icons{
	float:right;
	font-size: 16px;
	color:#999;
}
.tags i{
	font-size: 16px;
    color: #4285f4;
	padding:0px 7px;
}
.tags a{
    display: inline-block;
    margin: 0 0 8px 12px;
    font-size: 16px;
    color: #999;
    text-transform: capitalize;
    transition: .2s;
}
.tags a:hover{
    color: #4285f4;
}
.share_icons a {
    display:inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
	background:#f8f8f8;
    color: #999;
	margin-right:8px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.share_icons a:first-child {
	margin-left:10px;
}
.share_icons a:hover {
	background:#4285f4;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* --------------------------------------
blog_section end
----------------------------------------- */


/* blog_pagination_section start */

.blog_pagination_section{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.blog_pagination_section ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.blog_pagination_section ul li{
	float:left;
	margin-left:20px;
}
.blog_pagination_section li:first-child{
	margin-left:0px;
}
.blog_pagination_section .prev i{
	margin-right:10px;
}
.blog_pagination_section .next i{
	margin-left:10px;
}
.blog_pagination_section ul li a i{
	font-size:16px;
}
.blog_pagination_section .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section ul li a{
	float:left;
	color:#4285f4;
	border-radius:50%;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.blog_pagination_section ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}

/* blog_pagination_section end */


/*blog gallery post*/

#blog_section_slider .carousel-control {
	top: auto;
	bottom: 25px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
}
#blog_section_slider .carousel-control.left,
#blog_section_slider .carousel-control.right {
	background-image: none;
	border: 1px solid #fff;
	border-radius: 50%;
	top:45%;
}
#blog_section_slider .carousel-control:focus, 
#blog_section_slider .carousel-control:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_section_slider .carousel-control.left {
	left: 20px;
}
#blog_section_slider .carousel-control.right {
	right: 20px;
}





/* related_post_wrapper start*/

.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_wrapper_heading h2{
	font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.text_wrapper_content p{
	font-size:16px;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
	padding-bottom:56px;
}
.related_post_wrapper{
	float:left;
	width:100%;
}
.related_post_slider{
	float:left;
	width:100%;
}
.related_post_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
	display:none;
}
.related_post_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;
}
.related_post_slider .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_post_slider .owl-theme .owl-dots .owl-dot.active span, .related_post_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:10px;
	height: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;
}
.mail_div{
	text-transform:lowercase;
} 
.related_post_slider .owl-theme .owl-dots .owl-dot.active, .related_post_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;
}
.related_post_slider .owl-theme .owl-nav {
    /*display:none;*/
	position:absolute; top:0; right:0; margin:0;
}

.related_post_slider .owl-theme .zoom_link {display:block; width:100%; height:100%;}

.owl-theme .owl-nav [class*='owl-'] {
    color: #333;
    font-size: 14px;
    margin: 0px;
    padding: 0;
	height:40px; line-height:40px; text-align:center; width:40px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.portfolio_image_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.portfolio_image {
  position: relative;
  width:auto;
  display:inline-block;
}
.portfolio_image_overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  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_image_wrapper:hover .portfolio_image_overlay {
  background-color:#4285f4;
  /*opacity:0.2;*/
  top:0;
  left:0;
  right:0;
  bottom:0;
  -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;
}

/* related_post_wrapper end*/




/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	background-color: #f7f7f7;
	margin-bottom: 40px;
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #4285f4;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.blog_section .blog-post-wrapper .blog-content{
  padding: 20px 22px 20px;
}
.blog_section .blog-post-wrapper .blog_fullwidth_content{
	padding: 20px 22px 20px;
}
.blog_section .blog-post-wrapper .blog_fullwidth_content 
.entry-content p{
	text-align:left;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  margin: 20px 0 22px;
}
.blog_section .blog-post-wrapper .entry-title{
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #4285f4;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta ul{
	margin:0;
	padding:0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4285f4;
}

/*entry-content*/

.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
	text-align:center;
}

/*entry-footer*/

.blog_section .blog-post-wrapper .entry-footer {
	margin-top: 26px;
	text-align: center;
    background: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}
.blog_section .blog-post-wrapper .entry-footer a{
	display: inline-block;
	padding: 10px 30px;
	color: #969595;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
}
.blog_section .blog-post-wrapper .entry-footer a:hover{
	color: #fff;
	background: #4285f4;
}
.blog_section .blog-post-wrapper .blog_fullwidth_footer {
	margin-top: 26px;
	text-align:left;
    background: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}
.blog_section .blog-post-wrapper .blog_fullwidth_footer a{
	display: inline-block;
	padding: 10px 30px;
	color: #969595;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
}
.blog_section .blog-post-wrapper .blog_fullwidth_footer a:hover{
	color: #fff;
	background: #4285f4;
}

/*blog gallery post*/

#blog_section_slider .carousel-control {
	top: auto;
	bottom: 25px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
}
#blog_section_slider .carousel-control.left,
#blog_section_slider .carousel-control.right {
	background-image: none;
	border: 1px solid #fff;
	border-radius: 50%;
	top:45%;
}
#blog_section_slider .carousel-control:focus, 
#blog_section_slider .carousel-control:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_section_slider .carousel-control.left {
	left: 20px;
}
#blog_section_slider .carousel-control.right {
	right: 20px;
}

/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: #4285f4;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog_video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom:30px;
}
.blog_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/* --------------------------------------
blog_section end
----------------------------------------- */


/* blog_pagination_section end */

.blog_pagination_section{
	float:left;
	width:100%;
	margin-top:50px;
	text-align:center;
}
.blog_pagination_section ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.blog_pagination_section ul li{
	float:left;
	margin-left:20px;
}
.blog_pagination_section li:first-child{
	margin-left:0px;
}
.blog_pagination_section .prev i{
	margin-right:10px;
}
.blog_pagination_section .next i{
	margin-left:10px;
}
.blog_pagination_section ul li a i{
	font-size:16px;
}
.blog_pagination_section .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section ul li a{
	float:left;
	color:#4285f4;
	border-radius:50%;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e0e0e0;
}
.blog_pagination_section ul li a:hover, 
.blog_pagination_section ul li a.active {
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}

/* blog_pagination_section end */

/* accordion_wrapper start */

.accordion_and_progress_wrapper{
	float:left;
	width:100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.accordion_wrapper{
	float:left;
	width:100%;
}
.accordion_wrapper h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper .panel .panel-heading a {
	font-size: 14px;
}
.accordion_wrapper .panel-body {
	font-size: 13px;
}
.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	background:#4385f5;
	color: #fff;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color: #969595;
	background-color: #f9f9f9;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel-default>.panel-heading {
  background-color: transparent;
}

.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  font-size:16px;
  padding: 30px;
  background-color: #f9f9f9;
  color: #999999;
}
.img-accordion {
	width: 81px;
	float: left;
	margin-right: 35px;
	display: block;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	font-family: 'FontAwesome';
    font-size: 14px;
    float: right;
	position:relative;
	top:5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.accordion_wrapper .panel .panel-heading a:after{
	content: "\2212";
		background:#fff;
	color:#4385f5;

}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	
}
@media(max-width: 767px){
	.accordion_wrapper-section .col-sm-6 {
		border-bottom: 1px solid transparent;
	}
}

/* accordion_wrapper end */

/* services_wrapper start */

.services_wrapper{
	float: left;
    width: 100%;
    padding-bottom: 100px;
	padding-top:100px;
}
.services_wrapper .icon-wrapper .fa{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}	
.services_wrapper .icon-wrapper:hover .fa{
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper h4{
	margin-top:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper:hover h4 a{
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-img{
	width:20%;
	float:left;
}
.icon-img i{
	font-size: 40px;
	color: #e4e4e4;
}
.icon-content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 20%);
	padding-left:30px;
	border-left:2px solid #e4e4e4;
}
.icon-content p{
	margin-top: 20px;
	font-size:16px;
	padding: 0px 22px 0px 0px;
}
.icon-content a{
	color: #111111;
}
.icon-wrapper{
	padding-top:50px;
}

/* services_wrapper end */




/* ======================================================================
Blog Section Start
========================================================================= */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section.kalendar .blog-post-wrapper {
	background-color: #fafafa;
}
.blog_section.kalendar .blog-post-wrapper .post-thumbnail{
	float: left;
	position: relative;
	width:50%;
	margin-bottom:0;
}

@media (min-width : 992px) and (max-width : 1199px) {
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

@media (min-width : 768px) and (max-width : 991px) {
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

@media (max-width : 767px) {
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

.blog_section .blog-post-wrapper .post-thumbnail::before{
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  border-top: 22px solid transparent;
  border-right: 24px solid #fafafa;
  border-bottom: 20px solid transparent;
  z-index: 10;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta{
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li{
  margin-right: 10px;
  display: inline-block;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li:last-child{
  margin-right: 0;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color:#fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a:hover {
	background-color: #fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments {
	background-color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments:hover {
	color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes {
	background-color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes:hover {
	color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share {
	background-color: #73c8b7;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share:hover {
	color: #73c8b7;
}

.blog_section .blog-post-wrapper .blog-content{
	overflow: hidden;
	padding: 40px;
}
.blog_section .blog-post-wrapper .blog-content .entry-header{
	margin-bottom: 20px;
	background:transparent;
}
.blog_section .blog-post-wrapper .blog-content .entry-title {
	line-height: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a {
	color: #313131;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a:hover {
	color: #4285f4;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li {
	border-right: 1px solid #999;
	line-height: 10px;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li:last-child {
	border-right: 0;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a{
	color: #999999;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a:hover{
	color: #4285f4;
}
.blog_section .blog-post-wrapper .blog-content .entry-content p:last-of-type {
	margin-bottom: 0;
}

/*blog gallery post*/

#blog_slider_section .carousel-control {
  top: 50%;
  margin-top: -13px;
  bottom: auto;
  width: 26px;
  height: 26px;
  line-height:28px;
  font-size: 14px;
  color: #969595;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_slider_section .carousel-control.left,
#blog_slider_section .carousel-control.right {
  background-image: none;
  background-color: #e8e1e1;
}
#blog_slider_section .carousel-control:focus, 
#blog_slider_section .carousel-control:hover {
  background-color: #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}


/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
  margin-left: 5px;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #4285f4;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
    color: #fff;
	background:#194690;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* --------------------------------------
blog_section end
----------------------------------------- */
















/*                                                                 tino */

.mt-0 {margin-top:0;} 
.mt-10 {margin-top:10px;} 
.mt-15 {margin-top:15px;} 
.mt-20 {margin-top:20px;} 
.mt-30 {margin-top:30px;} 
.mt-50 {margin-top:50px;} 
.mt-75 {margin-top:75px;} 
.mt-100 {margin-top:100px;}
.mb-0 {margin-bottom:0;} 
.mb-10 {margin-bottom:10px;} 
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;} 
.mb-30 {margin-bottom:30px;} 
.mb-50 {margin-bottom:50px;} 
.mb-75 {margin-bottom:75px;} 
.mb-100 {margin-bottom:100px;}
.pt-0 {padding-top:0;} 
.pt-10 {padding-top:10px;} 
.pt-15 {padding-top:15px;} 
.pt-20 {padding-top:20px;} 
.pt-30 {padding-top:30px;} 
.pt-50 {padding-top:50px;} 
.pt-75 {padding-top:75px;} 
.pt-100 {padding-top:100px;}
.pb-0 {padding-bottom:0;} 
.pb-10 {padding-bottom:10px;} 
.pb-15 {padding-bottom:15px;} 
.pb-20 {padding-bottom:20px;} 
.pb-30 {padding-bottom:30px;}
.pb-50 {padding-bottom:50px;}  
.pb-75 {padding-bottom:75px;} 
.pb-100 {padding-bottom:100px;}

@media (max-width: 768px) {
    .mt-0-mob {margin-top:0;} 
	.mt-10-mob {margin-top:10px;} 
	.mt-15-mob {margin-top:15px;} 
	.mt-20-mob {margin-top:20px;} 
	.mt-30-mob {margin-top:30px;} 
	.mt-50-mob {margin-top:50px;} 
	.mt-75-mob {margin-top:75px;} 
	.mt-100-mob {margin-top:100px;}
	.mb-0-mob {margin-bottom:0;} 
	.mb-10-mob {margin-bottom:10px;} 
	.mb-15-mob {margin-bottom:15px;}
	.mb-20-mob {margin-bottom:20px;} 
	.mb-30-mob {margin-bottom:30px;} 
	.mb-50-mob {margin-bottom:50px;} 
	.mb-75-mob {margin-bottom:75px;} 
	.mb-100-mob {margin-bottom:100px;}
	.pt-0-mob {padding-top:0;} 
	.pt-10-mob {padding-top:10px;} 
	.pt-15-mob {padding-top:15px;} 
	.pt-20-mob {padding-top:20px;} 
	.pt-30-mob {padding-top:30px;} 
	.pt-50-mob {padding-top:50px;} 
	.pt-75-mob {padding-top:75px;} 
	.pt-100-mob {padding-top:100px;}
	.pb-0-mob {padding-bottom:0;} 
	.pb-10-mob {padding-bottom:10px;} 
	.pb-15-mob {padding-bottom:15px;} 
	.pb-20-mob {padding-bottom:20px;} 
	.pb-30-mob {padding-bottom:30px;}
	.pb-50-mob {padding-bottom:50px;}  
	.pb-75-mob {padding-bottom:75px;} 
	.pb-100-mob {padding-bottom:100px;}
}

.navbar-header .navbar-brand {
    padding: 22px 15px 0px 15px !important;
	-webkit-transition: none;
	transition: none;
}                                                            

.home .menu_fixed .navbar-header .navbar-brand {
    padding-top: 22px !important;
}

.navbar-default .navbar-nav>li>a {
    padding: 40px 25px;
}

li.langs ul.dropdown-menu {
    min-width: 60px;
	right:25px;
} 

.slider_bottom_wrapper {
    background: #fff;
}

img {-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

a.team_members_slider_image {margin-bottom:15px; overflow:hidden;}

a.team_members_slider_image:hover img {transform: scale(1.1);}

.vedio_section {
    background-image: url(../images/v.jpg);
}

.white_bg {background:white;}

.events {margin-bottom:50px;}

.btn:hover {
    background: #4285f4;
    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;
	border-color:#4285f4;
}

.events a:hover img {transform: scale(1.1)}

.events .img a {overflow:hidden; width:100%; height:100%; display:block;}

.events .img {float:left; width:50%;}

.events .txt {float:left; width:50%; padding: 30px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.events.reverse .img {float:right;}

.overflow {overflow:hidden; background: #f7f7f7;}


.btn_discover {
    background: #4285f4;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #4285f4;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn_discover: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;
}

.footer_section .useful_links>ul>li {
    width: 100%;
}

.slider_main_wrapper .carousel-inner .item .carousel-captions:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    background: none;
}

.slider_main_wrapper .carousel-inner .item .carousel-captions{
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height:800px;
}

span.date {display:block; color:#4285f4; font-weight:bold; padding-bottom:15px;}

#map {background:#ccc;}

.header {top: 0px; z-index:999;}

.contact_info_section a, .contact_info_section p {color:#666;}

.contact_info_section a:hover {color:#4285f4;}

.section_heading h2 {
    text-transform: none;
}

.captcha {position:relative;}

.captcha img {position:absolute; bottom:1px; right:1px;}

.response {width:100%; text-align:center; height:24px; margin-top:30px;}

.downloads {width:100%; padding: 30px 0;}
.downloads a {display:block; overflow:hidden; line-height:32px; font-size:14px; }
.downloads a:hover {}
.downloads a i {font-size:24px; width:35px;}

.blog_section .blog-post-wrapper .post-thumbnail .posted-date i {
    display:inline-block;
	margin: 0 3px;
}

.acc_data {width:100%; overflow:hidden; margin-top:5px; color:#333;}

.acc_data > * {float:left; width:50%;display:block;}

.acc_data div:first-child, .acc_data > a {font-weight:bold;}

,gallery-group .post-thumbnail a:empty{display:none}





.filter select {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    color: #797979;
    font-size: 14px;
    float: left;
    border-radius: 5px;
    text-transform: capitalize;
}

.filter select:focus {
    outline:none;
}

.filter {margin-bottom:50px;}

.filter .btn-primary  {height: 48px;}

.btn-primary {
    background: #4285f4;
    border: 1px solid #4285f4 !important;
}

.btn-primary:hover {
    background-color: transparent;
    color: #4285f4;
    border: 1px solid #4285f4 !important;
}

.blog_section .blog-post-wrapper .post-thumbnail a {
    display:block; overflow:hidden;
}

.blog_section .blog-post-wrapper .post-thumbnail a:hover img {
    transform: scale(1.1);
}

.blog_section .blog-post-wrapper {
    background-color: transparent;
}

.blog_section .blog-post-wrapper .entry-content p {
    text-align: left;
}

.stars {padding: 20px 0;}

.stars i {color:orange; margin:0 3px;}

.map {width:100%; height:450px; background:#f7f7f7;}

.table {
    margin-bottom: 0;
}

.blog_pagination_section ul li a {
    margin-bottom: 10px;
}

.blog_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.blog_section .news .post-thumbnail::before, 
.blog_section .article .post-thumbnail::before {
    display:none;
}

.blog_section .news .blog-post-wrapper {
    background-color: #f7f7f7;
}

.blog_section .news .blog-post-wrapper .blog-content {
    padding: 20px 30px 20px;
}

.blog_section .blog-post-wrapper .post-thumbnail {
    margin-bottom: 0px;
}

@media (max-width: 991px) and (min-width: 320px){
	.navbar-header .navbar-brand {
		width:120px !important;
		height: auto ;
		padding: 10px 0 12px 0px !important;
	}
	.menu_fixed .navbar-header .navbar-brand {
		width:120px !important;
		height: auto ;
		padding: 0px 0 10px 0px !important;
		margin-top:-15px;
	}
}


@media (max-width: 1199px) and (min-width: 992px){
	.navbar-default .navbar-nav>li>a {
		padding: 40px 15px;
	}
}

a, h1, h2, h3, h4, h5, h6 {text-transform:none !important;}

.blog_section ul {list-style:disc}

.blog_section li {padding-left:15px !important; margin-left:20px !important; }

.blog_section .blog_pagination_section ul {
    list-style:none !important;
}

.blog_section .entry-content.acc ul, 
.blog_section .entry-content.acc ul li {
    list-style:none !important;
	padding-left:0px !important; 
	margin-left:0px !important;
}

.blog_section .blog_pagination_section ul li {
    float: left;
    margin-left: 20px;
	padding-left: 0 !important;
}

.icon-img {
    width: 50px;
}

.icon-content {
    width: calc(100% - 50px);
    padding-left: 15px;
	padding-right:15px;
    border-left: 2px solid #e4e4e4;
}

.blog_section .blog_pagination_section ul li span {
    display:inline-block;
	font-weight:bold;     line-height: 30px;
}

.owl-dots {display:none;}

.app_data {border-top:1px solid #ccc; padding: 15px 0 0 0 ; margin: 15px 0 0 0; clear:both;}

.app_data > div {width:100%; overflow:hidden; margin: 5px 0 0 0;}

.app_data div div {float:left; width:50%;}

.app_data > div div:first-child {font-weight:bold;}

table.cjenik {text-align:center;}

table.cjenik tr:first-child td {font-weight:bold;}

table.cjenik tr td:first-child {font-weight:bold; }

.no_padd {padding-left:0 !important; padding-right:0 !important;}

.no_padd_l {padding-left:0 !important;}

.no_padd_r {padding-right:0 !important;}

.datepicker_holder {display:inline-block; position:relative;}

.gmap {height:450px; background:#f7f7f7;}

.comments_form_section.app_detail {padding:0;}

.comments_form_section.app_detail .container {width:100%;}


@media (max-width: 988px){
    .team_members_wrapper .smjestaj{margin-bottom:20px}
}


/**/



/* CMS related classes */

.video-container {
    position: relative;
    height: 0; 
    overflow: hidden;
    width:100%;
	margin:0 auto 15px auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-width: 0;
}

.fck_table_wrap {
	width: 100%;
	overflow-x: auto;
}
.fck_columns_2 {
	float: left;
	width: 500px;
}
.fck_columns_2 + .fck_columns_2 {
	margin-left: 20px;
}

.fck_columns_3 {
	float: left;
	width: 330px;
}
.fck_columns_3 + .fck_columns_3 {
	margin-left: 15px;
}

.fck_columns_2 + *:before, 
.fck_columns_3 + .fck_columns_3 + *:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    visibility: hidden;
}

.fck_columns_2 + .fck_columns_2:before, 
.fck_columns_3 + .fck_columns_3 + .fck_columns_3:before {
    clear: none;
    content: "";
    display: none;
    margin-bottom: 0;
}

/****social icons***/
.mobile_social_links{
    display: table;
    text-align: center;
    width: 100%;
    font-size: 2em;
}    
.mobile_social_links a {
    display: inline-block;
    margin: 1em;
}

