/*----------------------------------------------------
@File: Default Styles
@Author: Nasir Uddin
@URL: http://nasiruddin.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below.

  1.  Variables
  2.  Prefix
  3.  Preloader
  4.  Shortcode
  5.  Header
  6.  Project
  7.  Service
  8.  Our Team
  9.  Fun Facts
 10.  Our Works
 11.  Quote
 12.  Cause
 13.  Testimonial
 14.  Themes
 15.  Contact
 16.  Portfolio
 17.  Footer
 18.  Single
 19.  Error
----------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
html {
	font-size:12px;
}
body {
	font-size:12px;
  position: relative;
  transition: all 300ms ease-in-out 0s;
  /*Global Font*/
  /*Floating*/
  /*Section Fix*/
}

body .fleft {
  float: left;
}
body .fright {
  float: right;
}
body section.row,
body header.row,
body footer.row {
  margin: 0;
  position: relative;
}
/*Ancore*/
a,
.btn,
button {
  outline: none;
  color:#0075be;
  transition: all 300ms ease-in-out 0s;
}
a:before,
.btn:before,
button:before,
a:after,
.btn:after,
button:after {
  transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out 0s;
}
/*Preloader*/
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .dots-loader {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*----------------------------------------------------------------*/
.page_header {
	background: url(../../temp/img/about.jpg) no-repeat scroll center -50px;
    padding: 75px 0 60px;
    margin: 0 0 30px 0;
    background-size: cover;
}
.page_header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(13, 15, 39, 0.71);
}
.page_header h3 {
  color: #fff;
  margin: 0 0 5px;
}
.page_header .breadcrumb {
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;

}
.page_header .breadcrumb li {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.page_header .breadcrumb li + li:before {
	content: "\f105";
    font-family: FontAwesome;
	color:#ccc;
    opacity: 0.6;
}
.page_header .breadcrumb li a {
	color: #ccc;
    opacity: 0.6;
}
.page_header .breadcrumb li.active {
	color: #ccc;
}
/*Top and Bottom Padding er each section*/
.contentRowPad .container {
  padding: 60px 15px;
}
.shortcode .contentRowPad .container {
  border-bottom: 1px solid  #e6e6e6;
}
/*Typography*/
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-bottom: 40px;
}
.typography h6 {
  margin-bottom: 0;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #443a44;

  margin: 0;
}
p {
	font-weight: 300;
	color: #443a44;
    margin-bottom: 10px;
}
/*Title margin bottom for each collumn*/
.widgetTitle {
  margin-bottom: 50px;
  margin-top: 0;
}
/*Accordion*/
.accordion,
.faqs_accordion {
  margin-bottom: 0;
}
.accordion .panel,
.faqs_accordion .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #f9f9f9;
}
.accordion .panel + .panel,
.faqs_accordion .panel + .panel {
  margin-top: 10px;
}
.accordion .panel .panel-heading,
.faqs_accordion .panel .panel-heading {
  background: #f7f7f7;
  padding: 0;
}
.accordion .panel .panel-heading .panel-title a,
.faqs_accordion .panel .panel-heading .panel-title a {
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
  color: #443a44;
  letter-spacing: 1px;
}
.accordion .panel .panel-heading .panel-title a:before,
.faqs_accordion .panel .panel-heading .panel-title a:before {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 10px;
  height: 10px;
  border-right: 1px solid #d0040b;
  font-weight: bold;
  color: #d0040b;
  width: 35px;
  margin: 18px 15px 18px 0;
  text-align: center;
  float: left;
}
.accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before,
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: '-';
}
.accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before,
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
  content: '+';
}
.accordion .panel .panel-collapse .panel-body,
.faqs_accordion .panel .panel-collapse .panel-body {
  border: none;
  padding: 15px 35px 25px 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  letter-spacing: 1px;
  line-height: 24px;
}
#accordion_sc.faqs .panel-title {
  font-size: 14px;
}
.faqs_section.row {
  margin-bottom: 135px;
}
.faqs_accordion {
  margin-bottom: 0;
}
.faqs_accordion .panel {
  border-top: 1px solid #eaeaea;
  padding: 25px 0;
  background: #fff;
}
.faqs_accordion .panel + .panel {
  margin-top: 0;
}
.faqs_accordion .panel .panel-heading {
  background: #fff;
}
.faqs_accordion .panel .panel-heading .panel-title a {
  line-height: 24px;
}
.faqs_accordion .panel .panel-heading .panel-title a:before {
  display: none;
}
.faqs_accordion .panel .panel-heading .panel-title a:after {
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #443a44;
  width: 67px;
  margin: 0;
  text-align: center;
  float: right;
}
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "\f106";
}
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:after {
  content: "\f107";
}
.faqs_accordion .panel .panel-collapse .panel-body {
  padding: 15px 67px 0 0;
}
.faqs_accordion .panel .media .media-left {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #d0040b;
  line-height: 1;
}
.faqs_accordion .panel .media .media-left span {
  padding-left: 10px;
  padding-right: 60px;
}
/*Alerts*/
.alert {
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  padding: 13px 15px;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: none;
}
.alert + .alert {
  margin-top: 10px;
}
.alert strong {

}
.alert-success {
	color:#fff;
}
.alert .close {
  top: -4px;
  right: 0;
  opacity: 1;
}
.alert .close i {
  font-size: 14px;
  color: #fff;
}
.alert.alert-warning {
  background: #fe6d6d;
}
.alert.alert-success {
  background: #37bb46;
}
.alert.alert-information {
  background: #4eb9f0;
}
.alert.alert-notification {
  background: #f6c951;
}
.alert.alert-standard {
  background: #909090;
}
/*Buttons*/
.dl-button {
  margin-bottom: 0;
}
.dl-button dt {
  text-align: left;

  width: 117px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #443a44;
  letter-spacing: 1px;
}
.dl-button dd {
  margin-left: 117px;
  margin-bottom: 20px;
}
.dl-button dd:last-child {
  margin-bottom: 0;
}
.btn {
  color: #fff;
  letter-spacing: 1px;

  font-weight: bold;

  display: inline-block;
  padding: 0 27px;
  line-height: 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #d8d8d8;
  text-shadow: none;
}
.btn:hover {
  color: #fff;
}
.btn.btn-primary {
  background: #d0040b;
}
.btn.btn-primary:hover {
  background: #104b99;
}
.btn.btn-secondary {
  background: #909090;
}
.btn.btn-secondary:hover {
  background: #5d5d5d;
}
.btn.btn-red {
  background: #f95732;
}
.btn.btn-red:hover {
  background: #bf2806;
}
.btn.btn-green {
  background: #37bb46;
}
.btn.btn-green:hover {
  background: #206c28;
}
/*Tabs*/
#exampleTab .exampleTabNav {
  border: none;
}
#exampleTab .exampleTabNav li + li {
  margin-left: 10px;
}
#exampleTab .exampleTabNav li a {
  padding: 0 45px;
  line-height: 43px;
  background: #f0f0f0;
  color: #443a44;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

  letter-spacing: 1px;
  margin: 0;
}
#exampleTab .exampleTabNav li.active a {
  background: #d0040b;
  color: #FFF;
}
#exampleTab .exampleTab_content .tab-pane {
  background: #f7f7f7;
  padding: 38px 67px 38px 29px;
}
#exampleTab .exampleTab_content .tab-pane h5 {
  margin-bottom: 20px;
  margin-top: 0;
}
/*Columns*/
.column_row + .column_row {
  margin-top: 35px;
}
.column_row h4 {
  margin-bottom: 20px;
}
/**
* Columns are follow by Twitter Bootstrap. Please Follow Twitter Bootstrap for this.
*/
/*List Row Style*/
.listRow .widgetTitle {
  margin-bottom: 25px;
}
/*List*/
.hostpressUnList {
  list-style: none;
  padding-left: 0;
}
.hostpressUnList li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  line-height: 20px;
  letter-spacing: 1px;
}
.hostpressUnList li:before {
  content: '';
  height: 20px;
  width: 30px;
  float: left;
  background: url(../../images/icons/footer/list-marker.png) no-repeat scroll left center;
}
.hostpressUnList li + li {
  margin-top: 25px;
}
.hostpressOlList {
  padding-left: 0;
  list-style: none;
  counter-reset: custom-counter;
}
.hostpressOlList li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  line-height: 20px;
  letter-spacing: 1px;
}
.hostpressOlList li:before {
  content: counter(custom-counter, decimal);
  counter-increment: custom-counter;
  font-weight: bold;
  width: 30px;
  float: left;
}
.hostpressOlList li + li {
  margin-top: 25px;
}
/*Tag*/
.tag {
  padding: 0 20px;
  line-height: 35px;
  background: #f1f6f8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}
.tag:hover {
  background: #d0040b;
  color: #fff;
  font-weight: 500;
  margin-right: -2px;
}
/*Input Types*/
.input_types h3 {
  margin-bottom: 25px;
}
.input_types .form-control + h3 {
  margin-top: 25px;
}
.form-control {
  background: #f7f7f7;
  border-radius: 0;
  border: none;
  box-shadow: none;
  resize: none;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
}
.form-control > .btn {
  background: #f7f7f7;
  color: #443a44;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
}
.form-control > .btn .filter-option {
  text-transform: none;
  line-height: 42px;
}
textarea.form-control {
  height: 158px;
}
/*Checkbox & Radio*/
.checkbox input,
.radio input {
  display: none;
}
.checkbox input + label,
.radio input + label {
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #443a44;

}
.checkbox input + label:before,
.radio input + label:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
}
.checkbox input + label:before {
  content: "\f096";
}
.checkbox input:checked + label:before {
  content: "\f046";
  margin-right: 13px;
}
.radio input + label:before {
  content: "\f10c";
}
.radio input:checked + label:before {
  content: "\f192";
}
/*----------------------------------------------------------------*/
.fluid_header {
  margin-bottom: 0;
  background: #FFF;
  width: 100%;
  top: 0px;
  box-shadow: none;
}
.fluid_header .navbar-header {
  z-index: 1000;
}
.fluid_header .navbar-header .navbar-brand {
	z-index: 2;
	padding: 10px 0;
	height: auto;
}
.fluid_header .navbar-header .navbar-brand img {
    display: block;
    max-height: 50px;
}
.fluid_header .navbar-nav.navbar-left li a {

  line-height: 76px;
  padding: 0;
  color: #443a44;

}
.fluid_header .navbar-nav.navbar-left li a i {
  margin-right: 11px;
}
.fluid_header .navbar-nav.navbar-left li:first-child {
  margin-right: 27px;
  margin-left: 35px;
}
.fluid_header .navbar-nav.navbar-left li:first-child a {
  font-weight: bold;
  font-size: 15px;
}
.fluid_header .navbar-nav.navbar-left li:first-child a i {
  font-size: 16px;
}
.fluid_header .navbar-nav.navbar-right li a {
  color: #443a44;
  line-height: 70px;
  padding: 0 10px;
  background-image: none;
    font-weight: 500;


}
.fluid_header .navbar-nav.navbar-right li a:hover,
.fluid_header .navbar-nav.navbar-right li.active a,
.fluid_header .navbar-nav.navbar-right li a:focus {
  color: #d0040b;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
  border: none;
  border-top: 1px solid #fff;
  min-width: 200px;
  border-radius: 0;
  display: block;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform-origin: top;
  z-index: 1000;
  padding: 0 0 0;
  left: 0;
  background-color:#f1f1f1;
  transition: all 300ms ease-in-out 0s;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a {
	line-height: 35px;
	color: #443a44;
	position: relative;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:after {
  display: none;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:hover {
  color: #d0040b;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop {
  position: static;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
  right: 0;
  padding: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li {
  float: left;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
  width: calc( 100% - 274px);
  padding: 30px 0 30px 34px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service {
  float: left;
  width: 50%;
  border-top: 1px solid #cde6f0;
  padding-top: 25px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media {
  padding: 0 0px 20px 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left {
  padding-right: 15px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a {
  padding: 0;
  padding-top: 5px;
  display: block;
  line-height: 1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a:hover {
  cursor: default;
  background: none;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a {
  padding: 0;
  line-height: 1;
  color: #443a44;
  margin-bottom: 7px;

  font-weight: bold;
  display: inline-block;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a:hover {
  background: none;
  color: #d0040b;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body p {
  max-width: 135px;
  font-size: 12px;
  line-height: 16px;
  color: #9c959c;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid #cde6f0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(1) {
  border-top: none;
  padding-top: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer {
  padding: 27px 21px 37px 23px;
  width: 274px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner {
  background: #d0040b;
  padding: 23px 32px 23px 29px;
  text-align: center;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .title {
  margin: 0;
  color: #4dbdfe;

  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price {
  margin-top: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;

  font-weight: bold;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price small {
  color: #fff;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price {
  color: #4dbdfe;
  margin-top: 0;
  margin-bottom: 18px;

  font-weight: bold;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price small {
  color: #4dbdfe;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .btn {

  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  display: block;
  background: #fff;
  color: #443a44;

  padding: 0;
  line-height: 37px;
  box-shadow: none;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
	-webkit-box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.04);
    box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.04);
}
.fluid_header .navbar-nav.navbar-right li.dropdown:hover>.dropdown-menu {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li.dropdown>.dropdown-menu {
    right: 100%;
    left: auto;
    top: -1px;
    margin: 0;
    border: 0;
    -webkit-box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.04);
    box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.04);
    border-right: 1px solid #f3f7f9;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li.dropdown:hover>.dropdown-menu {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.fluid_header .navbar-nav.navbar-right li.active a,
.fluid_header .navbar-nav.navbar-right li.open a {
  color: #443a44;
  background: none;
  box-shadow: none;
}
.fluid_header .navbar-nav.navbar-right li.login-link {
  margin: 20px 15px 0 0;
}
.fluid_header .navbar-nav.navbar-right li.login-link a {
  background: #0fa3f2;
  color: #fff;
  line-height: 35px;
}
.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link a {
  background: #f95732;
}
.top_header {
    line-height: 25px;
    background-color: #f5f5f5;
    padding: 0px 10px;
}
.top_header .wc_msg {
  color: #4a4a4a;


  font-size: 12px;
}
.top_header .nav {
  float: right;
}
.top_header .nav li {
  margin-left: 0;
  margin-right: 0;
}
.top_header .nav li a {
  padding: 0;

  font-size: 12px;
  color: #4a4a4a;

}
.top_header .nav li a:hover {
  color: #443a44;
  background: none;
}
.top_header .nav li a{
	margin-right: 10px;
	padding-right: 10px;
	border-right:1px solid #eaeaea;
}
.top_header .wc_msg li a i{
	width:18px;
	text-align:left;

}
.top_header .nav li:last-child a{
	margin-right: 0;
	border-right:0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop:hover .dropdown-menu,
.fluid_header .navbar-nav.navbar-right li.open .dropdown-menu {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  display: inline-block;
}
/*----------------------------------------------------------------*/
footer {
    background: #f5f5f5;
}
footer .top_footer .quick_contact {
  background: #d0040b;
  padding: 17px 0;
  margin-bottom: 76px;
}
footer .top_footer .quick_contact .nav li {
  width: 32%;
  text-align: center;
}
footer .top_footer .quick_contact .nav li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
}
footer .top_footer .quick_contact .nav li a {
  line-height: 56px;
  font-size: 18px;

  font-weight: bold;
  color: #fff;

}
footer .top_footer .quick_contact .nav li a i {
  font-size: 30px;
  margin-right: 20px;
  line-height: 50px;
  display: inline-block;
  vertical-align: sub;
}
footer .top_footer .quick_contact .nav li a:hover {
  background: #d0040b;
  color: #0c112a;
}
footer .top_footer .shortKnowledge {
  margin-bottom: 30px;
}
footer .top_footer .shortKnowledge h4 {
  line-height: 33px;
  margin: 0 0 22px;

  color: #FFF;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
footer .top_footer .shortKnowledge p {
  color: #111;
}
footer .top_footer .shortKnowledge .product h4 {
  margin-bottom: 27px;
}
footer .top_footer .shortKnowledge .product .product_list li {
  margin-top: 25px;
  width: calc(100% / 2);
  float: left;
}
footer .top_footer .shortKnowledge .product .product_list li:nth-child(1),
footer .top_footer .shortKnowledge .product .product_list li:nth-child(2){
  margin-top: 0;
}
footer .top_footer .shortKnowledge .product .product_list li a {
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  float: left;
  color: #111;
  padding: 0;
}
footer .top_footer .shortKnowledge .product .product_list li a:before {
  content: '';
  float: left;
  width: 14px;
  height: 18px;
  margin-right: 14px;
  background: url(../../images/icons/footer/list-marker.png) no-repeat scroll center center;
}
footer .top_footer .shortKnowledge .product .product_list li a:hover {
  color: #999;
  background: none;
}
footer .top_footer .beInContact {
  border-top: 1px solid  #1a2140;
  margin-bottom: 56px;
}
footer .top_footer .beInContact .country_select {
  float: left;
  width: 216px;
  border-right: 1px solid  #1a2140;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .top_footer .beInContact .country_select button {
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;

}
footer .top_footer .beInContact .country_select button .flag {
  width: 42px;
  line-height: 43px;
  height: 43px;
  margin-right: 20px;
  display: inline-block;
}
footer .top_footer .beInContact .country_select button i {
  margin-left: 20px;
  font-size: 18px;
}
footer .top_footer .beInContact .country_select button:hover,
footer .top_footer .beInContact .country_select button:focus {
  background: none;
  color: #fff;
}
footer .top_footer .beInContact .country_select .dropdown-menu {
  border-radius: 0;
  margin-top: -20px;
  background: #0fa3f2;
  border: none;
}
footer .top_footer .beInContact .country_select .dropdown-menu li a {

  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0 15px;
  line-height: 24px;
}
footer .top_footer .beInContact .country_select .dropdown-menu li a:hover {
  background: #0c112a;
}
footer .top_footer .beInContact .social_icos {
  padding: 38px 0 28px;
  text-align: center;
  float: left;
  width: 293px;
  border-right: 1px solid  #1a2140;
}
footer .top_footer .beInContact .social_icos ul {
  display: inline-block;
}
footer .top_footer .beInContact .social_icos ul li {
  padding: 0 6px;
  float: left;
}
footer .top_footer .beInContact .social_icos ul li a {
  padding: 0;
  width: 42px;
  line-height: 42px;
  height: 42px;
  color: #111;
  background: #192043;
  text-align: center;
  border-radius: 100%;
}
footer .top_footer .beInContact .social_icos ul li a:hover {
  color: #999;
}
footer .top_footer .beInContact .subscribe_form {
	padding-top: 30px;
    margin: 0 auto;
    display: table;
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group label {

  margin-bottom: 0;
  color: #111;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
    display: block;
	margin-bottom:15px
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group {
  width: 440px;
  padding: 0;
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .form-control {
  background: #121a3e;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  color: #ccc;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon {
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
  width: 50px;
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon button {
	font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 0 0;
    line-height: 49px;
    height: 45px;
    border: none;
    border-radius: 0;
    background: #121a3e;
    float: left;
    width: 50px;
    border-left: 3px solid #0c112a;
}
footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon button:hover {
  color: #d0040b;
}
footer .copyright_line {
  text-align: center;
  line-height: 25px;
  padding: 25px 0;
  background: #d0040b;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}
footer .copyright_line p{
    margin: 0;
    color: #fff;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*----------------------------------------------------------------*/
.serviceTab .service_tab_menu {
  border-bottom: 1px solid  #d8d8d8;
  background: #f9f9f9;
}
.serviceTab .service_tab_menu .nav {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: -1px;
}
.serviceTab .service_tab_menu .nav li a {
  border-radius: 0;
  padding: 45px 57px;
  text-align: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #443a44;
  line-height: 21px;

  letter-spacing: 1px;
  border: 1px solid  #d8d8d8;
  border-top: none;
  cursor: pointer;
  background: #f9f9f9;
}
.serviceTab .service_tab_menu .nav li a:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #d0040b;
}
.serviceTab .service_tab_menu .nav li a .icon {
  float: left;
  margin-right: 30px;
}
.serviceTab .service_tab_menu .nav li a:hover,
.serviceTab .service_tab_menu .nav li a:focus {
  background: #f5f5f5;
}
.serviceTab .service_tab_menu .nav li a:hover:before,
.serviceTab .service_tab_menu .nav li a:focus:before {
  height: 10px;
}
.serviceTab .service_tab_menu .nav li + li a {
  border-left-color: transparent;
}
.serviceTab .service_tab_menu .nav li.active a {
  border-bottom-color: #fff;
  border-top: none;
  background: #fff;
}
.serviceTab .service_tab_menu .nav li.active a:before {
  height: 5px;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane .title {

  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin: 110px 0 20px;
  color: #443a44;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane p {
  color: #443a44;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane ul {
  margin-bottom: 45px;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane .service_ico {
  position: absolute;
  left: -85px;
  top: 113px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane .rent {
  position: absolute;
  top: 170px;
  left: 231px;
  border-radius: 100%;
  background: #42b6ff;
  width: 119px;
  height: 119px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;

  padding-top: 33px;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane .rent span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
}
.serviceTab .serviceTab_contents .tab-content .tab-pane .rent small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.serviceTab.serviceTab_byside .service_tab_menu {
  border: none;
  padding-top: 106px;
  background: none;
}
.serviceTab.serviceTab_byside .service_tab_menu .nav {
  border: none;
}
.serviceTab.serviceTab_byside .service_tab_menu .nav li a {
  border: none;
  padding: 29px 45px;
  margin: 0;
  background: #f0f5f6;
}
.serviceTab.serviceTab_byside .service_tab_menu .nav li a:before {
  display: none;
}
.serviceTab.serviceTab_byside .service_tab_menu .nav li a:hover,
.serviceTab.serviceTab_byside .service_tab_menu .nav li a:focus {
  color: #fff;
  background: #2eaeff;
}
.serviceTab.serviceTab_byside .service_tab_menu .nav li.active a {
  color: #fff;
  background: #42b6ff;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane {
  padding-top: 43px;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .ico_pic {
  width: 55%;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .ico_pic .service_ico {
  width: 180px;
  height: 180px;
  box-shadow: 3px 0 79px rgba(0, 0, 0, 0.08);
  right: 0;
  left: auto;
  background: #fff;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts {
  width: 45%;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn {
  float: left;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn + .pkg_price {
  line-height: 40px;
  padding: 0 17px;
  background: #262626;
  float: left;
  transform: rotateY(-90deg) perspective(150px);
  perspective-origin: left;
  transform-origin: left;
}
.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn:hover + .pkg_price {
  transform: rotateX(0);
}
.service_tabs_list .service_tab {
  padding: 100px 0 95px;
}
.service_tabs_list .service_tab .ico_price .ico {
  width: 339px;
  height: 339px;
  border-radius: 100%;
  line-height: 339px;
  text-align: center;
  float: left;
  background: #fff;
}
.service_tabs_list .service_tab .ico_price .rent {
  position: absolute;
  top: 19px;
  left: 282px;
  border-radius: 100%;
  background: #42b6ff;
  width: 119px;
  height: 119px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;

  padding-top: 33px;
}
.service_tabs_list .service_tab .ico_price .rent span {
  font-size: 14px;
  font-weight: 500;
  vertical-align: super;
  margin-right: 1px;
}
.service_tabs_list .service_tab .ico_price .rent small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.service_tabs_list .service_tab .content {
  padding-top: 25px;
}
.service_tabs_list .service_tab .content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 30px;
}
.service_tabs_list .service_tab .content p {
  font-size: 18px;
  font-weight: 300;
}
.service_tabs_list .service_tab .content ul li {
  margin-top: 30px;
  width: 50%;
  float: left;
}
.service_tabs_list .service_tab .content ul li + li {
  margin-top: 30px;
}
.service_tabs_list .service_tab .content .btn {
  margin-top: 40px;
}
.service_tabs_list .service_tab:nth-child(odd) {
  background: #f0f5f6;
}
.service_tabs_list .service_tab:nth-child(even) .ico_price {
  padding-left: 50px;
  float: right;
}
.service_tabs_list .service_tab:nth-child(even) .ico_price .ico {
  background: #f0f5f6;
}
/*----------------------------------------------------------------*/
.sectionTitle {
	text-align: center;
}
.sectionTitle h2 {
	font-size: 35px;
	font-weight: 400;
	margin:0 0 20px 0
}
.sectionTitle.text-left {
  text-align: left;
  margin: 0 0 35px;
}
.sectionTitle.text-left h3 {
  font-size: 30px;
  font-weight: 100;
}
/*----------------------------------------------------------------*/
.error_mark {
  text-align: center;
  float: right;
  width: 499px;
  height: 499px;
  padding-top: 150px;
  border-radius: 100%;
  box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
  margin: 122px auto 140px;
}
.error_mark img {
  max-width: 100%;
}
.error_mark h4 {
  font-weight: 300;
  color: #d0040b;
  margin-top: 15px;
}
.error_msg {
  padding-top: 220px;
  padding-left: 25px;
}
.error_msg h1 {
  line-height: 60px;
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: #d0040b;
}
.error_msg p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.error_msg .btn {
  letter-spacing: 1px;
  padding: 0 50px;
  line-height: 53px;
}
.error_msg .btn i {
  margin-right: 15px;
}
/*----------------------------------------------------------------*/
.team_section {
  padding: 30px 0 30px;
}
.team_member {
  padding: 15px;
}
.team_member .inner {
  background: #f1f6f8;
  border-bottom: 2px solid #d0040b;
  text-align: center;
  padding: 30px 45px 30px 30px;
  overflow: hidden;
  transition: all 300ms ease-in-out 0s;
}
.team_member .inner .image {
	position:relative;
    width: auto;
    display: table;
    margin: 0 auto 25px auto;
}
.team_member .inner h4 {
	text-align:center;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out 0s;
}
.team_member .inner h6 {
  margin-bottom: 25px;
  font-weight: 300;
  color: #d0040b;
  transition: all 300ms ease-in-out 0s;
}
.team_member .inner p {
  overflow: hidden;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  transition: all 300ms ease-in-out 0s;
}
.team_member .inner p.hState {
  height: 0;
  margin-bottom: 0;
}
.team_member .inner ul {
  height: 0;
  overflow: hidden;
  margin: 0;
  transition: all 300ms ease-in-out 0s;
}
.team_member .inner ul li {
  float: left;
}
.team_member .inner ul li + li {
  margin-left: 15px;
}
.team_member .inner ul li a {
  color: #d8e8fc;
}
.team_member .inner:hover {
  padding-right: 45px;
  text-align: left;
  background: #d0040b;
}
.team_member .inner:hover .image {
  height: 0;
  border: 0;
}
.team_member .inner:hover h4 {
  color: #d8e8fc;
  margin-top: 0;
}
.team_member .inner:hover h6 {
  color: #d8e8fc;
}
.team_member .inner:hover p.nState {
  height: 0;
}
.team_member .inner:hover p.hState {
  height: auto;
  margin-bottom: 30px;
  color: #d8e8fc;
}
.team_member .inner:hover ul {
  height: auto;
}
/*----------------------------------------------------------------*/
.why_choose {
  padding: 30px 0 0;
  background: #f1f1f1;
}
.why_choose.why_choose2 {
  background: #f0f5f6;
}
.cause2choose {
  margin-top: 30px;
}
.cause2choose .media{
    display: block;
    min-height: 215px;
    background-color: #fff;
    padding: 15px;
    margin: 0 0 30px 0;
    border: 1px solid #0075be;
    box-shadow: inset 0 0 0px 6px #f1f1f1;
	overflow:unset;
	z-index:2;
}
.cause2choose .media:after{
	content: '';
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #0075be;
    border-right: 4px solid #0075be;
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cause2choose .media .media-left {
  padding-right: 15px;
}
.cause2choose .media .media-body h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.cause2choose:nth-child(1),
.cause2choose:nth-child(2),
.cause2choose:nth-child(3) {
  margin-top: 0;
}
/*----------------------------------------------------------------*/
.pricing.row {
  background: #d0040b;
  padding-top: 85px;
  margin-bottom: -208px;
}
.pricing.row .sectionTitle h5,
.pricing.row .sectionTitle h2 {
  color: #fff;
}
.pricing.row.pricing2 {
  margin-bottom: 0;
}
.pricing_bottom.row {
  background: #f1f6f8;
  height: 260px;
}
.pricing_plan {
  max-width: 975px;
  height: 416px;
  margin: 0 auto;
  padding-left: 40px;
}
.pricing_plan .owl-item * {
  transition: all 300ms ease-in-out 0s;
}
.pricing_plan .owl-item .item {
  padding: 108px 30px;
  text-align: center;
}
.pricing_plan .owl-item .item .plan {
  width: 194px;
  height: 194px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 4px 0 39px rgba(46, 46, 46, 0.09);
  padding-top: 50px;
}
.pricing_plan .owl-item .item .plan .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #d0040b;
  margin-bottom: 10px;

}
.pricing_plan .owl-item .item .plan .price .currencyType {
  font-size: 18px;
  vertical-align: super;
}
.pricing_plan .owl-item .item .plan .price .amount {
  font-size: 36px;
  vertical-align: middle;
}
.pricing_plan .owl-item .item .plan .price small {
  vertical-align: sub;
  font-size: 12px;
  bottom: -5px;
}
.pricing_plan .owl-item .item .plan .serviceType h4 {
  line-height: 42px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #080808;
  display: inline-block;
  border-top: 1px solid  #e2e2e2;
  border-bottom: 1px solid  #e2e2e2;
  letter-spacing: 1px;
}
.pricing_plan .owl-item .item .plan p {
  display: none;
}
.pricing_plan .owl-item .item .plan .btn {
  display: none;
}
.pricing_plan .owl-item.center .item {
  padding: 0 30px 30px;
}
.pricing_plan .owl-item.center .item .plan {
  width: 416px;
  height: 416px;
  margin-left: -110px;
}
.pricing_plan .owl-item.center .item .plan .price .currencyType {
  font-size: 24px;
  vertical-align: super;
  top: -5px;
}
.pricing_plan .owl-item.center .item .plan .price .amount {
  font-size: 72px;
}
.pricing_plan .owl-item.center .item .plan .price small {
  bottom: -15px;
}
.pricing_plan .owl-item.center .item .plan .serviceType h4 {
  font-size: 16px;
  padding: 0 10px;
  margin-top: 5px;
}
.pricing_plan .owl-item.center .item .plan p {
  display: block;
  max-width: 220px;
  margin: 30px auto;
}
.pricing_plan .owl-item.center .item .plan .btn {
  display: inline-block;
}
.pricing_nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 59%;
}
.pricing_nav #pricing_nav div {
  font-size: 18px;
  cursor: pointer;
}
.pricing_nav #pricing_nav div.owl-prev {
  float: left;
}
.pricing_nav #pricing_nav div.owl-next {
  float: right;
}
.price_plan {
  padding-top: 50px;
}
.price_plan .inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price_plan .inner .plan_intro {
  height: 260px;
  background: #f0f5f6;
  margin-bottom: -100px;
  padding-top: 40px;
}
.price_plan .inner .plan_intro:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 130px;
  top: 130px;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}
.price_plan .inner .plan_intro .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #d0040b;
  margin-bottom: 10px;

}
.price_plan .inner .plan_intro .price .currencyType {
  font-size: 18px;
  vertical-align: super;
}
.price_plan .inner .plan_intro .price .amount {
  font-size: 36px;
  vertical-align: middle;
}
.price_plan .inner .plan_intro .price small {
  vertical-align: sub;
  font-size: 12px;
  bottom: -5px;
}
.price_plan .inner .plan_intro .planType h4 {
  line-height: 42px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #080808;
  display: inline-block;
  border-top: 1px solid  #e2e2e2;
  border-bottom: 1px solid  #e2e2e2;
  letter-spacing: 1px;
}
.price_plan .inner .service_provide_row {
  background: #fff;
  padding-bottom: 46px;
}
.price_plan .inner .service_provide_row .service_provide {
  margin: 25px 0;
}
.price_plan .inner .service_provide_row .service_provide li {
  line-height: 49px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;

  color: #6e6a6a;
  padding: 0 40px;
}
.price_plan.best_plan {
  padding-top: 0;
}
.price_plan.best_plan .inner {
  max-width: 100%;
}
.price_plan.best_plan .inner .plan_intro {
  height: 360px;
  margin-bottom: -150px;
  background: #42b6ff;
}
.price_plan.best_plan .inner .plan_intro:after {
  background: #42b6ff;
  height: 180px;
  top: 180px;
}
.price_plan.best_plan .inner .plan_intro .price {
  color: #fff;
}
.price_plan.best_plan .inner .plan_intro .price .currencyType {
  font-size: 24px;
  vertical-align: super;
  top: -5px;
}
.price_plan.best_plan .inner .plan_intro .price .amount {
  font-size: 72px;
}
.price_plan.best_plan .inner .plan_intro .price small {
  bottom: -15px;
}
.price_plan.best_plan .inner .plan_intro .planType h4 {
  font-size: 16px;
  padding: 0 10px;
  margin-top: 5px;
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.price_plan.best_plan .inner .service_provide_row .service_provide li {
  padding: 0 80px;
}
.price_plan.best_plan .inner .service_provide_row .btn {
  background: #42b6ff;
}
.price_plan.best_plan .inner .service_provide_row .btn:hover {
  background: #28acff;
}
.pricing_slider_row {
  padding: 95px 0 30px;
}
.pricing_slider_row .pricing_slider .owl-item .item {
  text-align: center;
  background: #f1f6f8;
}
.pricing_slider_row .pricing_slider .owl-item .item .domain_ext {
  line-height: 83px;
  background: #589ffc;
  color: #fff;

  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 42px solid #d0040b;
}
.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.net {
  background: #4594fe;
}
.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.in {
  background: #348afd;
}
.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.org {
  background: #2982f8;
}
.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.biz {
  background: #2985f8;
}
.pricing_slider_row .pricing_slider .owl-item .item .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #d0040b;
  margin-bottom: 10px;

  background: #FFF;
  width: 120px;
  height: 120px;
  line-height: 110px;
  border-radius: 100%;
  margin: -55px auto 0;
  box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
}
.pricing_slider_row .pricing_slider .owl-item .item .price .currencyType {
  font-size: 18px;
  vertical-align: super;
  top: -10px;
  font-weight: bold;
}
.pricing_slider_row .pricing_slider .owl-item .item .price .amount {
  font-size: 48px;
  font-weight: bold;
  vertical-align: middle;
}
.pricing_slider_row .pricing_slider .owl-item .item .price small {
  vertical-align: sub;
  font-size: 12px;
  bottom: -5px;
}
.pricing_slider_row .pricing_slider .owl-item .item .short_note {
  color: #443a44;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  padding: 20px 43px 30px;
}
.pricing_slider_row .pricing_slider .owl-item .item .btn {
  margin-bottom: 30px;
}
.pricing_slider_row .pricing_slider .owl-item .item .btn:hover,
.pricing_slider_row .pricing_slider .owl-item .item .btn:focus {
  background: #42b6ff;
}
.pricing_slider_row .pricing_slider .owl-controls {
  text-align: center;
  margin-top: 20px;
}
.pricing_slider_row .pricing_slider .owl-controls .owl-dots {
  display: inline-block;
}
.pricing_slider_row .pricing_slider .owl-controls .owl-dots .owl-dot {
  float: left;
  background: #e5e9eb;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border-radius: 100%;
}
.pricing_slider_row .pricing_slider .owl-controls .owl-dots .owl-dot.active {
  background: #d0040b;
}
.domain_price_list ul.nav-tabs {
  border: none;
}
.domain_price_list ul.nav-tabs > li > a {
  border: 0;
  border-radius: 0;

  color: #443a44;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 60px;
  padding: 0 15px;
}
.domain_price_list ul.nav-tabs > li > a:hover,
.domain_price_list ul.nav-tabs > li > a:focus {
  background: #42b6ff;
  color: #fff;
  border: 0px;
}
.domain_price_list ul.nav-tabs > li.active a {
  border: 0px;
  color: #fff;
  background: #42b6ff;
}
.domain_price_list .p_list_content {
  padding: 59px 0;
  background: #f1f6f8;
}
.pricing_list_table {
  background: #fff;

}
.pricing_list_table thead tr th {
  width: 1%;
  border: none;
  padding: 0 42px;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  color: #7b9196;
}
.pricing_list_table tbody {
  padding-bottom: 10px;
}
.pricing_list_table tbody tr th {
  border: none;
  padding: 0 42px;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  color: #443a44;
}
.pricing_list_table tbody tr td {
  border: none;
  padding: 0;
  line-height: 60px;
  padding: 0 42px;
  font-family: 'Roboto', sans-serif;
  color: #443a44;
}
.pricing_plan_table {
  background: #f1f6f8;
  padding: 100px 0;
}
.pricing_plan_table .sectionTitle {
  margin-bottom: 70px;
}
.pricing_plan_cell {
  background: #fff;
  margin-top: 13px;
  text-align: center;
}
.pricing_plan_cell .plan_type {
  height: 118px;
  padding: 30px 0;
  background: #589ffd;
  color: #fff;

  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.pricing_plan_cell .plan_type span {
  position: absolute;
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background: #42b6ff;
  padding: 0 20px;
  top: -13px;
  left: calc(50% - 56px);
}
.pricing_plan_cell .plan_type.basic,
.pricing_plan_cell .plan_type.silver,
.pricing_plan_cell .plan_type.gold,
.pricing_plan_cell .plan_type.diamond {
  padding: 44px 0;
}
.pricing_plan_cell .plan_type.silver {
  background: #4594fe;
}
.pricing_plan_cell .plan_type.gold {
  background: #348afe;
}
.pricing_plan_cell .plan_type.diamond {
  background: #2982f8;
}
.pricing_plan_cell .pricing_row {
  color: #FFF;
  background: #d0040b;
  line-height: 60px;
  height: 60px;
  margin-bottom: 90px;
  font-size: 18px;

  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.pricing_plan_cell .pricing_row .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #d0040b;
  margin-bottom: 10px;

  background: #FFF;
  width: 120px;
  height: 120px;
  line-height: 110px;
  border-radius: 100%;
  margin: 0 auto;
  box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
  letter-spacing: 0;
}
.pricing_plan_cell .pricing_row .price .currencyType {
  font-size: 18px;
  vertical-align: super;
  top: -10px;
  font-weight: bold;
}
.pricing_plan_cell .pricing_row .price .amount {
  font-size: 48px;
  font-weight: bold;
  vertical-align: middle;
}
.pricing_plan_cell .pricing_row .price small {
  vertical-align: sub;
  font-size: 12px;
  bottom: -5px;
}
.pricing_plan_cell .nav_a {
  border-right: 1px solid #ecf3f6;
}
.pricing_plan_cell .nav {
  line-height: 50px;
}
.pricing_plan_cell .nav li {
  border-bottom: 1px solid #ecf3f6;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
}
.pricing_plan_cell .nav li .fa-check {
  color: #52a51b;
}
.pricing_plan_cell .nav li .fa-times {
  color: #cf1b41;
}
.pricing_plan_cell .btn {
  margin: 30px 0 45px;
}
.pricing_plan_cell .btn.visible-none {
  visibility: hidden;
}
.pricing_plan_cell .btn:hover,
.pricing_plan_cell .btn:focus {
  background: #42b6ff;
}
/*----------------------------------------------------------------*/
.facts {
  padding: 0 0 80px;
  background: #f1f6f8;
}
.facts .fact {
  text-align: center;

  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.facts .fact strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #080808;
  display: block;
}
.facts .fact + .fact {
  border-left: 1px solid #e4e4e4;
}
.facts.facts2 {
  padding-top: 80px;
  background: #fff;
}
/*----------------------------------------------------------------*/
.clients {
  padding: 40px 0 80px;
  background: #f1f6f8;
}
.clients .nav li a {
  text-align: center;
  margin: 0;
}
.clients .nav li a:hover,
.clients .nav li a:focus {
  background: none;
}
.about_clients {
  padding: 80px 0;
}
/*----------------------------------------------------------------*/
.testi_news {
  padding: 80px 0 100px;
}
.testimonial_slider .item .slide,
.testimonial_slider2 .item .slide {
  background: #f1f6f8;
  padding-top: 25px;
}
.testimonial_slider .item .slide.slide2,
.testimonial_slider2 .item .slide.slide2 {
  background: #e0eaee;
}
.testimonial_slider .item .slide .client_img,
.testimonial_slider2 .item .slide .client_img {
  width: 263px;
  max-height: 335px;
  overflow: hidden;
}
.testimonial_slider .item .slide .client_img img,
.testimonial_slider2 .item .slide .client_img img {
  max-width: 100%;
}
.testimonial_slider .item .slide .content,
.testimonial_slider2 .item .slide .content {
  width: calc(100% - 263px);
  padding: 60px 55px 50px 15px;
}
.testimonial_slider .item .slide .content .counter,
.testimonial_slider2 .item .slide .content .counter {
  position: absolute;
  top: 60px;
  left: -45px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #443a44;
  border-right: 1px solid #d7d7d7;
  line-height: 30px;
  padding-right: 12px;
}
.testimonial_slider .item .slide .content .quote,
.testimonial_slider2 .item .slide .content .quote {
  margin-bottom: 15px;
}
.testimonial_slider .item .slide .content .quote p,
.testimonial_slider2 .item .slide .content .quote p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}
.testimonial_slider .item .slide .content .quote p + p,
.testimonial_slider2 .item .slide .content .quote p + p {
  margin-top: 25px;
}
.testimonial_slider .owl-controls,
.testimonial_slider2 .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.testimonial_slider .owl-controls .owl-nav div,
.testimonial_slider2 .owl-controls .owl-nav div {
  float: left;
  font-size: 18px;
  color: #080808;
}
.testimonial_slider .owl-controls .owl-nav div.owl-prev,
.testimonial_slider2 .owl-controls .owl-nav div.owl-prev {
  margin-right: 10px;
}
.testimonial_slider2 .owl-controls {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 23px);
}
.testimonial_slider2 .owl-controls .owl-nav div {
  float: left;
  font-size: 18px;
  color: #080808;
}
.testimonial_slider2 .owl-controls .owl-nav div.owl-prev {
  margin-right: 10px;
}
.faqs .panel .panel-heading .panel-title a {
  padding-left: 20px;
}
.faqs .panel .panel-heading .panel-title a:before {
  border: none;
  float: right;
  margin-right: 0;
  color: #443a44;
}
.faqs .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: '-';
}
.faqs .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
  content: '+';
}
.faqs .panel .panel-collapse .panel-body {
  padding: 15px 20px 60px;
}
/*----------------------------------------------------------------*/
.latest_news .post {
  margin: 0;
}
.latest_news .post + .post {
  margin-top: 35px;
}
.latest_news .post .media-left {
  padding-right: 30px;
}
.latest_news .post .media-left a {
  width: 112px;
  height: 74px;
  display: block;
}
.latest_news .post .media-left a img {
  max-width: 100%;
}
.latest_news .post .media-body h5 {
  font-weight: 500;
  margin-bottom: 13px;
}
.latest_news .post .media-body h5 a {
  color: #443a44;
  font-weight: 500;
}
.latest_news .post .media-body h5 a:hover {
  color: #d0040b;
}
.latest_news .post .media-body p {
  line-height: 20px;
  margin-bottom: 7px;
  font-weight: 300;
}
.latest_news .post .media-body .timeAgo {
  color: #d7d7d7;
  font-size: 13px;
}
.blog_content {
  padding: 10px 0 0 0;
}
.blog .image a {
  display: block;
  font-size: 36px;
  color: #fff;
}
.blog .image a i {
  line-height: 300px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog .image a:hover {
  color: #42b6ff;
}
.blog .image img {
  width: 100%;
}
.blog .image .carousel-control {
  width: 7%;
  opacity: 1;
}
.blog .image .carousel-control .glyphicon {
  font-size: 18px;
}
.blog .blog_infos {
  margin: 20px 0;
  display: block;
}
.blog .blog_infos li {
  float: left;
  padding: 0;
}
.blog .blog_infos li + li:before {
  content: '';
  width: 1px;
  height: 14px;
  float: left;
  margin: 0 10px;
  background: #d0040b;
}
.blog .blog_infos li a {
  color: #d0040b;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 14px;

  padding: 0;
  white-space: nowrap;
}
.blog .blog_infos li a i {
  margin-right: 8px;
}
.blog .blog_infos li a:hover {
  background: none;
  color: #443a44;
}
.blog h3 {
  margin-bottom: 20px;
}
.blog h3 a {
  color: #443a44;
}
.blog h3 a:hover {
  color: #42b6ff;
}
.blog .btn {
  margin-top: 25px;
}
.blog.quote_blog .media {
  padding: 50px 60px 50px 30px;
  background: #f1f6f8;
}
.blog.quote_blog .media .media-left {
  font-size: 40px;
  line-height: 40px;
  color: #d0040b;
  padding-right: 30px;
}
.blog.quote_blog .media .media-body p {
  letter-spacing: 1px;
  color: #443a44;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 28px;
}
.blog.quote_blog .media .media-body .quote_writer {

  letter-spacing: 1px;
  color: #443a44;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}
.blog + hr {
  margin: 40px 0;
  background: #eaeaea;
}
.pagination_nav {
  padding-top: 30px;
}
.pagination_nav .pagination {
  border-radius: 0;
  display: table;
  margin: 0 auto;
}
.pagination_nav .pagination li {
  float: left;
  margin-bottom: 10px;
}
.pagination_nav .pagination li + li {
  margin-left: 10px;
}
.pagination_nav .pagination li a {
  padding: 0 19px;
  line-height: 36px;
  border-radius: 0;

  border: none;
  background: #f1f6f8;

  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #443a44;
}
.pagination_nav .pagination li a:hover {
  background: #d0040b;
  color: #fff;
}
.pagination_nav .pagination li:first-child a,
.pagination_nav .pagination li:last-child a {
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.single-blog {
  padding-bottom: 67px;
}
.single-blog .blog .img_cap {
  margin: 50px 0;
}
.single-blog .blog .img_cap .media-left {
  padding-right: 30px;
}
.single-blog .blog .img_cap .media-left a {
  display: block;
  width: 263px;
  height: 200px;
  text-align: center;
}
.single-blog .blog .img_cap .media-left a img {
  max-width: 100%;
}
.single-blog .blog .img_cap .media-left a .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d0040b;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;

  width: 100%;
  line-height: 36px;
}
.single-blog .blog .img_cap .media-body {
  padding-top: 15px;
}
.single-blog .blog .img_cap .media-body h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-blog .blog .img_cap .media-body p + p {
  margin-top: 20px;
}
.single-blog .blog .quote_row {
  margin-top: 10px;
}
.single-blog .blog .quote_row hr {
  margin: 40px 0;
  background: #eaeaea;
}
.single-blog .blog .quote_row blockquote {
  background: #f1f6f8;
  margin: 0;
  padding: 30px 50px 30px 40px;
  border-left-color: #d0040b;
}
.single-blog .blog .quote_row blockquote p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
  line-height: 28px;
}
/*----------------------------------------------------------------*/
.find_domain .domain_search {
  background: #11162e;
  padding: 35px 30px 30px;
}
.find_domain .domain_search .form_title h5 {
  color: #fff;
  font-weight: 300;
}
.find_domain .domain_search .form_title h2 {
  font-size: 36px;
  color: #42b6ff;
  margin-bottom: 10px;
}
.find_domain .domain_search .form_title p {
  color: #8188a7;
  line-height: 18px;
  font-weight: 300;
}
.find_domain .domain_search .input-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: none;
}
.find_domain .domain_search .input-group .input-group-addon {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters {
  position: relative;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn {
  width: 165px;
  margin-left: -165px;
  line-height: 50px;
  text-align: left;
  background: #fff;
  z-index: 2;
  color: #4f5660;
  border-left: 1px solid #d5dae2;
  text-transform: lowercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn i {
  position: absolute;
  right: 27px;
  line-height: 50px;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul {
  border-radius: 0;
  width: 165px;
  left: -165px;
  margin: 0;
  border: none;
  padding: 0;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul li a {
  color: #4f5660;
  border-top: 1px solid #d5dae2;
  text-transform: lowercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 35px;
  padding: 0 25px;
}
.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn + ul li a:hover {
  background: #42b6ff;
  color: #443a44;

}
.find_domain .domain_search .input-group .input-group-addon input {
  padding: 0 35px;
  background: #42b6ff;
  color: #fff;

  font-weight: bold;

  letter-spacing: 1px;
  border: none;
  line-height: 50px;
}
.find_domain .domain_search .price_list {
  margin-top: 22px;
}
.find_domain .domain_search .price_list li {
  padding: 0 35px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

  line-height: 33px;
}
.find_domain .domain_search .price_list li + li {
  border-left: 1px solid #3f476c;
}
.find_domain .domain_search .price_list li:first-child {
  padding-left: 0;
}
.find_domain.find_domain2 {
  background: #d0040b;
}
.find_domain.find_domain2 .domain_search {
  padding-left: 0;
  background: none;
}
.find_domain.find_domain2 .domain_search .form_title h2 {
  color: #fff;
}
.find_domain.find_domain2 .domain_search .form_title p {
  color: #b4d3fb;
}
.find_domain.find_domain2 .domain_search .price_list li + li {
  border-left-color: #0f91d6;
}
.find_domain.find_domain2 .domain_search .input-group .form-control {
  width: calc(100% - 165px);
}
.find_domain.find_domain3 .find_domain_cover {
  background: url(../../images/slider/3.jpg) no-repeat scroll center center;
  background-size: cover;
  height: 775px;
}
.find_domain.find_domain3 .find_domain_cover .container {
  height: 100%;
}
.find_domain.find_domain3 .find_domain_cover .container .row {
  position: absolute;
  top: calc(50% - 95px);
}
.find_domain.find_domain3 .find_domain_cover .container .row h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #fff;

  line-height: 1;
  margin-bottom: 10px;
}
.find_domain.find_domain3 .find_domain_cover .container .row p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #9d9ea7;
  line-height: 30px;
}
.find_domain.find_domain3 .domain_search {
  padding: 37px;
  background: #d0040b;
  position: absolute;
  bottom: 0;
  width: 97.3%;
}
.find_domain.find_domain3 .domain_search .input-group .input-group-addon input {
  background: #42b6ff;
  color: #fff;
}
.find_domain.find_domain_drop {
  transition: all 300ms ease-in-out 0s;
}
.find_domain.find_domain_drop + .drop_icon {
  z-index: 999;
  text-align: center;
  font-size: 36px;
}
.find_domain.find_domain_drop + .drop_icon:before {
  content: '';
  width: 1px;
  height: 56px;
  background: rgba(66, 182, 255, 0.27);
  display: block;
  position: absolute;
  right: 127.5px;
  top: 0;
}
.find_domain.find_domain_drop + .drop_icon .domain_search_drop {
  color: #fff;
  background: #42b6ff;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 103px;
  top: 56px;
  font-family: 'Open Sans', sans-serif;
  transition-duration: 1s;
}
.find_domain.find_domain_drop + .drop_icon .domain_search_drop.rotate {
  transform: rotate(45deg);
}
/*----------------------------------------------------------------*/
.facts.about_us_facts {
  background: #fff;
  padding: 80px 0;
}
.about_us_content {
  padding-top: 50px;
}
.about_us_content .col-sm-5 {
  text-align: center;
}
.about_us_content .col-sm-5 img {
  display: inline-block;
}
.about_us_content .col-sm-7 {
  padding-top: 115px;
}
.about_us_content .col-sm-7 .sectionTitle {
  margin-bottom: 60px;
}
.about_us_content .col-sm-7 h4 {
  margin-bottom: 20px;
}
.about_us_content .col-sm-7 hr {
  margin: 20px 0;
  background: #eaeaea;
}
.about_us_content .col-sm-7 ul li {
  color: #d0040b;
  margin-bottom: 20px;
  float: left;

}
.about_us_content .col-sm-7 ul li:before {
  width: 25px;
}
.about_us_content .col-sm-7 ul li + li {
  margin-top: 0;
  margin-left: 30px;
}
/*----------------------------------------------------------------*/

.sidebar .inner h4 {
  margin-bottom: 25px;
}
.search_form_h .input-group .form-control {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  color: #443a44;
  background: #f1f6f8;
}
.search_form_h .input-group .form-control + .input-group-addon {
  padding: 0;
  background: none;
  border: none;
}
.search_form_h .input-group .form-control + .input-group-addon button {
  line-height: 42px;
  padding: 0 17px;
  background: #d0040b;
  border: none;
  border-radius: 0;
}
.search_form_h .input-group .form-control + .input-group-addon button i {
  color: #FFF;
  font-size: 18px;
}
.sidebar_line {
  margin: 20px 0;
  background: #eaeaea;
}
.categories_list li + li,
.archives_list li + li {
  margin-top: 20px;
}
.categories_list li a,
.archives_list li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  letter-spacing: 1px;
  padding: 0;
  font-weight:500
}
.categories_list li a span,
.archives_list li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #d0040b;
}
.categories_list li a:hover,
.archives_list li a:hover {
  background: none;
  color: #d0040b;
}
.recent_posts .post + .post {
  margin-top: 30px;
}
.recent_posts .post .media-left {
  padding-right: 20px;
}
.recent_posts .post .media-body h5 {
  text-transform: none;
  margin-bottom: 8px;
}
.recent_posts .post .media-body h5 a {
  color: #443a44;
  font-weight: 500;
  line-height: 20px;
}
.recent_posts .post .media-body h5 a:hover {
  color: #42b6ff;
}
.recent_posts .post .media-body .date {
  color: #acacac;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;

  letter-spacing: 1px;
}
.recent_posts .post .media-body .date i {
  margin-right: 10px;
  font-size: 14px;
}
.related_posts {
  margin-bottom: 20px;
}
.related_posts h4 {
  margin-bottom: 20px;
}
.related_posts .post {
  padding: 15px;
}
.related_posts .post .featured_img {
  display: block;
}
.related_posts .post .featured_img img {
  max-width: 100%;
}
.related_posts .post h5 {
  text-transform: none;
  margin: 10px 0;
}
.related_posts .post h5 a {
  color: #443a44;
  font-weight: 500;
  line-height: 20px;
}
.related_posts .post h5 a:hover {
  color: #42b6ff;
}
.related_posts .post .date {
  color: #acacac;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;

  letter-spacing: 1px;
}
.related_posts .post .date i {
  margin-right: 10px;
  font-size: 14px;
}
.pager {
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #eaeaea;
}
.pager li a {
  padding: 0;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #d0040b;
  font-size: 14px;
  text-transform: capitalize;
}
.pager li a:hover,
.pager li a:focus {
  background: none;
  color: #0fa3f2;
}
.pager li .post_title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #443a44;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 0 0;
  border-radius: 0;
  border: none;
}
.pager li.previous {
  float: left;
}
.pager li.previous a i {
  margin-right: 10px;
}
.pager li.next {
  float: right;
}
.pager li.next a i {
  margin-left: 10px;
}
.post_author {
  margin: 38px 0;
  padding: 35px 55px 35px 35px;
  background: #d0040b;
}
.post_author .media-left {
  padding-right: 25px;
}
.post_author .media-body {
  padding-top: 5px;
}
.post_author .media-body h5 {
  margin-bottom: 20px;
}
.post_author .media-body h5 i {
  color: #fff;
  margin-right: 10px;
}
.post_author .media-body h5 a {
  color: #fff;
}
.post_author .media-body p {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}
.post_author .media-body .nav {
  margin-top: 20px;
  margin-bottom: 0;
}
.post_author .media-body .nav li a {
  padding: 0;

  font-size: 16px;
  color: #fff;

}
.post_author .media-body .nav li a i {
  margin-right: 12px;
}
.post_author .media-body .nav li a:hover {
  color: #0fa3f2;
  background: none;
}
.comments {
  margin-bottom: 38px;
  padding: 38px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.comments > h4 {
  margin-bottom: 25px;
}
.comment.reply_comment {
  margin-left: 130px;
}
.comment + .comment {
  margin-top: 60px;
}
.comment .media-left {
  padding-right: 20px;
}
.comment .media-left a {
  width: 110px;
  height: 110px;
  display: block;
}
.comment .media-left a img {
  width: 100%;
}
.comment .media-body h5 a {
  display: inline-block;
  color: #443a44;
  margin-bottom: 15px;

}
.comment .media-body .nav {
  margin-bottom: 20px;
}
.comment .media-body .nav li + li {
  border-left: 1px solid #d0040b;
}
.comment .media-body .nav li a {
  padding: 0 10px;
  color: #d0040b;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;

}
.comment .media-body .nav li:first-child a {
  padding-left: 0;
}
.comment .media-body p {
  font-weight: 300;
}
.comment .media-body .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;

  background: #ccc;
  line-height: 32px;
  margin-top: 25px;
}
.comment_reply h4 {
  margin-bottom: 40px;
}
.comment_reply .form-control {
  margin-bottom: 32px;
  background: #f1f6f8;
  color: #443a44;
}
/*----------------------------------------------------------------*/
.contact_banner {
  background: url(../../images/contact/1.jpg) no-repeat scroll center top;
  background-size: cover;
  padding: 100px 0 120px;
}
.contact_banner h4 {
  color: #fff;
}
.contact_banner h4 span {
  color: #42b6ff;
}
.contact_banner h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 15px 0;
}
.contact_banner h2 i {
  font-size: 24px;
  margin-right: 15px;
}
.contact_banner p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.857;
  letter-spacing: 1px;
  max-width: 427px;
}
.contact_banner.hosting_banner {
  background-image: url(../../images/hosting/dedicated.jpg);
  padding: 150px 0;
}
.contact_banner.hosting_reseller {
  background-image: url(../../images/hosting/resellal.jpg);
  padding: 150px 0;
}
.contact_banner.hosting_shared {
  background-image: url(../../images/hosting/wordpress.jpg);
  padding: 150px 0;
}
.contact_banner.domain_transfer {
  background-image: url(../../images/hosting/domain.jpg);
  padding: 150px 0;
}
.contact_content {
  padding: 0px 0 120px;
}
.contact_content .part_number {
  margin-bottom: 18px;
  font-size: 48px;
  color: #d0040b;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
}
.contact_content .part_title {
  margin-bottom: 25px;
}
.contact_content .form_row {
  border-bottom: 1px solid #eaeaea;
}
.contact_content .form_row h4 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.contact_content .form_row .form_side {
  width: 633px;
  padding: 60px 63px 80px 0;
  border-right: 1px solid #eaeaea;
}
.contact_content .form_row .detail_address {
  width: calc(100% - 633px);
  padding: 60px 75px 80px;
}
.contact_content .form_row .detail_address .media + .media {
  margin-top: 30px;
}
.contact_content .form_row .detail_address .media + .media .media-left i {
  background: #42b6ff;
}
.contact_content .form_row .detail_address .media + .media + .media {
  margin-top: 30px;
}
.contact_content .form_row .detail_address .media + .media + .media .media-left i {
  background: #f95732;
}
.contact_content .form_row .detail_address .media .media-left {
  padding-right: 35px;
}
.contact_content .form_row .detail_address .media .media-left i {
  width: 80px;
  height: 80px;
  line-height: 75px;
  background: #d0040b;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 100%;
}
.contact_content .form_row .detail_address .media .media-body {
  padding-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #443a44;
  letter-spacing: 1px;
  line-height: 30px;
}
.contact_content .form_row .detail_address .media .media-body a {
  color: #d0040b;
}
.contact_content .form_row .detail_address .media .media-body .nav li a {
  padding: 0;

  font-size: 16px;
  color: #4a4a4a;

}
.contact_content .form_row .detail_address .media .media-body .nav li a i {
  margin-right: 12px;
}
.contact_content .form_row .detail_address .media .media-body .nav li a:hover {
  color: #d0040b;
  background: none;
}
.contact_content .we_support {
  padding-top: 80px;
}
.contact_content .we_support .part_title {
  margin-bottom: 60px;
}
.contact_content .we_support .col-sm-4 .media {
  padding-right: 60px;
}
.contact_content .we_support .col-sm-4 .media .media-left {
  padding-right: 18px;
}
.contact_content .we_support .col-sm-4 .media .media-left i {
  width: 80px;
  height: 80px;
  line-height: 75px;
  background: #d0040b;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 100%;
}
.contact_content .we_support .col-sm-4 .media .media-body {
  padding-top: 5px;
}
.contact_content .we_support .col-sm-4 .media .media-body h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact_content .we_support .col-sm-4:nth-child(2) .media .media-left i {
  background: #42b6ff;
}
.contact_content .we_support .col-sm-4:nth-child(3) .media .media-left i {
  background: #f95732;
}
#mapBox {
  height: 426px;
  margin: 20px 0 90px;
}
#mapBox + .mapbox_hr {
  background: #eaeaea;
  margin: 0;
}
#contactForm .form-control {
  margin-bottom: 15px;
}
#contactForm textarea.form-control {
  margin-bottom: 30px;
}
.contactForm {
  position: relative;
}
.contactForm #success,
.contactForm #error {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  line-height: 342px;
  background: rgba(20, 65, 88, 0.9);
  display: none;
}
.contactForm #success {
  color: lightgreen;
}
.contactForm #error {
  color: #f95732;
}
/*----------------------------------------------------------------*/
.faqs_content {
  padding: 70px 0;
}
.faqs_content h4.menuTitle {
  margin-bottom: 25px;
}
.faqs_content .faq_category {
  width: 278px;
  padding-right: 0;
}
.faqs_content .faq_category .nav {
  border: none;
  overflow: hidden;
}
.faqs_content .faq_category .nav li {
  display: block;
  float: none;
}
.faqs_content .faq_category .nav li a {
  border-radius: 0;
  padding: 12px;
  text-align: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #443a44;
  line-height: 21px;

  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  background: #f9f9f9;
  margin: 0;
}
.faqs_content .faq_category .nav li a .icon {
  margin-right: 15px;
}
.faqs_content .faq_category .nav li a:hover,
.faqs_content .faq_category .nav li a:focus {
  background: #f5f5f5;
}
.faqs_content .faq_category .nav li + li {
  margin-top: 17px;
}
.faqs_content .faq_category .nav li.active a {
  border-bottom-color: #fff;
  color: #fff;
  border-top: none;
  background: #42b6ff;
}
.faqs_content .faq_content {
  width: calc(100% - 278px);
  padding-left: 0;
}
.faqs_content .faq_content .faq {
  padding: 35px 0;
}
.faqs_content .faq_content .faq:first-child {
  padding-top: 0;
}
.faqs_content .faq_content .faq + .faq {
  margin-top: 0;
  border-top: 1px solid #eaeaea;
}
.faqs_content .faq_content .faq .media-left {
  padding: 0 30px;
  width: 127px;
  text-align: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #d0040b;
  line-height: 1;
}
.faqs_content .faq_content .faq .media-body p {
  margin-top: 15px;
}
/*----------------------------------------------------------------*/
.hosting_featue {
  background: #fff;
}
.like_us {
  padding: 60px 0;
}
.this_top_features .this_top_feature {
  background: #fff;
  padding: 82px 0 57px;
}
.this_top_features .this_top_feature .media-left {
  width: 448px;
  padding-right: 100px;
}
.this_top_features .this_top_feature .media-right {
  width: 448px;
  padding-left: 100px;
}
.this_top_features .this_top_feature .media-body h2 {
  margin-top: 5px;
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 30px;
}
.this_top_features .this_top_feature:nth-child(even) {
  background: #f1f6f8;
}
.this_top_features .this_top_feature:nth-child(2) {
  padding: 125px 0 80px;
}
.this_top_features .this_top_feature:last-child {
  padding: 110px 0 85px;
}
/*----------------------------------------------------------------*/
.home_slider {
  position: relative;
}
.home_slider .item {
  max-height: 797px;
  text-align: center;
  background: #000000;
  overflow: hidden;
}
.home_slider .item img {
  display: inline-block;
}
.home_slider .item .slide_caption {
  text-align: left;
  position: absolute;
  width: 100%;
  top: calc(50% - 145px);
}
.home_slider .item .slide_caption h2 {
  font-size: 65px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 30px;
}
.home_slider .item .slide_caption p {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  max-width: 460px;
}
.home_slider .item .slide_caption .btn {
  float: left;
}
.home_slider .item .slide_caption .btn + .pkg_price {
  line-height: 40px;
  padding: 0 17px;
  background: #fff;
  float: left;
  color: #443a44;
  transform: rotateY(-90deg) perspective(150px);
  perspective-origin: left;
  transform-origin: left;
}
.home_slider .item .slide_caption .btn:hover + .pkg_price {
  transform: rotateX(0);
}
.home_slider .owl-controls {
  width: 100%;
  position: absolute;
  top: calc(50% - 47px);
}
.home_slider .owl-controls .owl-nav div {
  line-height: 94px;
  width: 34px;
  background: #383a4c;
  color: #b5b5b5;
  font-size: 16px;
  text-align: center;
}
.home_slider .owl-controls .owl-nav div.owl-prev {
  float: left;
}
.home_slider .owl-controls .owl-nav div.owl-next {
  float: right;
}
.home_slider .owl-controls .owl-nav div:hover {
  background: #d0040b;
}
.home_slider.home_slider2 .item .slide_caption {
  top: auto;
  bottom: 0;
}
.home_slider.home_slider2 .item .slide_caption .sTexts {
  padding: 170px 110px 0;
  float: left;
}
.home_slider.home_slider2 .item .slide_caption .sTexts h5 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
.home_slider.home_slider2 .item .slide_caption .sTexts h2 {
  font-weight: bold;
}
.home_slider.home_slider2 .item .slide_caption .sTexts ul {
  margin-bottom: 25px;
}
.home_slider.home_slider2 .item .slide_caption .sTexts ul li {
  color: #fff;
}
.home_slider.home_slider2 .item .slide_caption .sTexts .btn {
  background: #42b6ff;
}
.home_slider.home_slider2 .item .slide_caption .sTexts .btn + .pkg_price {
  background: #fff;
  color: #443a44;
}
.home_slider.home_slider2 .item .slide_caption .sImgs {
  float: left;
}
.home_slider.home_slider2 .item .slide_caption .sImgs .row {
  margin: 0;
}
.home_slider.home_slider2 .item .slide_caption .sImgs img {
  width: auto !important;
  max-width: 100% !important;
}
.home_slider.home_slider2 .item .slide_caption .sImgs.pr {
  padding-left: 155px;
}
.home_slider2 .item {
  height: 670px;
}

#home_slider3 .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    max-width: 1170px;
    display: table;
    position: relative;
    width: 100%;
    left: 0;
    margin: 0 auto;
}
#home_slider3 .carousel-indicators li {
  float: left;
  width: 25%;
  margin: 0;
  border-radius: 0;
    display: table;
  padding: 38px 59px;
  background: #fff;
  border: none;
  color: #443a44;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

  line-height: 21px;
  font-size: 14px;
  text-indent: 0;
  text-align: left;
}
#home_slider3 .carousel-indicators li img {
  float: left;
  margin-right: 30px;
}
#home_slider3 .carousel-indicators li.active {
  background: #f3f7f9;
}
#home_slider3 .carousel-inner .item {
  background: #f3f7f9;
}
#home_slider3 .carousel-inner .item .carousel-caption {
  position: relative;
  top: 0;
  left: 0;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-left {
  padding: 0 15px;
  width: 45%;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-left img {
	max-width: 100%;
    position: relative;
    bottom: -500px;

	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
#home_slider3 .carousel-inner .item.active .carousel-caption .container .media .media-left img {
    bottom: 0;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body {
	padding: 70px 15px;
	text-align: left;
	text-shadow: none;
    position: relative;
    top: -500px;

	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
#home_slider3 .carousel-inner .item.active .carousel-caption .container .media .media-body {
    top: 0;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h4 {
  color: #080808;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  margin-top: 0;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 65px;
  line-height: 60px;
  color: #080808;
  margin: 0 0 15px;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #9d9ea7;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 400px;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn {
  float: left;
  margin-top: 25px;
  background: #d0040b;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn + .pkg_price {
  margin-top: 25px;
  line-height: 40px;
  padding: 0 17px;
  background: #42b6ff;
  color: #fff;
  float: left;
  text-shadow: none;
  transform: rotateY(180deg) perspective(150px);
  perspective-origin: left;
  transform-origin: left;
  z-index: -1;
}
#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn:hover + .pkg_price {
  transform: rotateX(0);
}
#home_slider3 .carousel-control {
  line-height: 94px;
  height: 94px;
  width: 34px;
  background: #ced9df;
  color: #fff;
  font-size: 16px;
  z-index: 10;
  text-align: center;
  top: calc(50% - 47px);
}
#home_slider3 .carousel-control:hover {
  background: #d0040b;
}
/*----------------------------------------------------------------*/
.portfolio_content {
  padding: 65px 0;
}
.portfolio {
  padding: 15px;
}
.portfolio .image img {
  width: 100%;
}
.portfolio .image a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  line-height: 1;
  text-align: center;
  background: #d0040b;
  color: #fff;
  display: block;
  overflow: hidden;
  transition: all 300ms ease-in-out 0s;
}
.portfolio .image a i {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.portfolio h5 {
  margin: 15px 0;
}
.portfolio h5 a {

  color: #443a44;
  line-height: 24px;
}
.portfolio p {
  margin-bottom: 15px;
}
.portfolio:hover .image a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.portfolio:hover h5 a {
  color: #42b6ff;
}
.col6 {
  margin-top: 120px;
}
/*----------------------------------------------------------------*/
.featureTab .feature_tab_menu {
  background: #f9f9f9;
  border-bottom: 1px solid #d8d8d8;
}
.featureTab .feature_tab_menu .nav {
  overflow: hidden;
  padding: 0 15px;
  border: none;
  margin-bottom: -1px;
}
.featureTab .feature_tab_menu .nav li {
  max-height: 103px;
  width: 25%;
  border-right: 1px solid #eaeaea;
  margin-bottom: 0;
}
.featureTab .feature_tab_menu .nav li:first-child {
  border-left: 1px solid #eaeaea;
}
.featureTab .feature_tab_menu .nav li a {
  border-radius: 0;
  padding: 27px 49px;
  height: 103px;
  text-align: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #443a44;
  line-height: 21px;

  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  background: #f9f9f9;
  margin: 0;
}
.featureTab .feature_tab_menu .nav li a:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #d0040b;
}
.featureTab .feature_tab_menu .nav li a .icon {
  float: left;
  margin-right: 30px;
}
.featureTab .feature_tab_menu .nav li a:hover,
.featureTab .feature_tab_menu .nav li a:focus {
  background: #f5f5f5;
}
.featureTab .feature_tab_menu .nav li a:hover:before,
.featureTab .feature_tab_menu .nav li a:focus:before {
  height: 10px;
}
.featureTab .feature_tab_menu .nav li:nth-child(1) a,
.featureTab .feature_tab_menu .nav li:nth-child(2) a {
  line-height: 47px;
}
.featureTab .feature_tab_menu .nav li.active a {
  border-bottom-color: #fff;
  border-top: none;
  background: #fff;
}
.featureTab .feature_tab_menu .nav li.active a:before {
  height: 5px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row {
  padding: 115px 0;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .sectionTitle {
  margin-bottom: 80px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .img_part {
  text-align: center;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .img_part img {
  max-width: 100%;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row p {
  padding-top: 15px;
  line-height: 28px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .btn {
  margin-top: 35px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row.content_row2 .sectionTitle {
  margin-bottom: 45px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row.content_row4 .sectionTitle {
  margin-bottom: 125px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row.whats_under_hood {
  background: #f6fafb;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood {
  margin-top: 65px;
  text-align: center;
  padding: 0 70px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood .icon {
  line-height: 40px;
  margin-bottom: 15px;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood p {
  margin-top: 15px;
  padding-top: 0;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner {
  text-align: center;
  padding: 59px 0 45px;
  border: 1px solid #dae0e2;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner h3 {
  margin-top: 5px;
  font-size: 23px;
  font-weight: 300;
}
.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner .icon {
  line-height: 208px;
  padding: 43px 0 57px;
}
/*----------------------------------------------------------------*/


.dropdown-toggle:after{
	content: "\f107";
    font-family:FontAwesome;
	margin:0 0 0 5px;
}
.dropdown .dropdown .dropdown-toggle:after{
	content: "\f105";
    font-family:FontAwesome;
	margin:0 0 0 5px;
	display:inline-block !important;
    float: right;
}

.pull-none{
	float:none !important
}

@media(min-width:1400px){
	#home_slider3 .carousel-indicators li img{
		max-height:41px;
		max-width:50px;
		position:absolute;
		left:21px;
		margin:0;
		float:none;
		top:20px;
	}
	#home_slider3 .carousel-indicators li{
		padding: 30px 20px 30px 71px !important;
		border-right:1px solid #f3f7f9;
	}
	#home_slider3 .carousel-indicators li:last-child{
		border-right:0;
	}

	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body p {
		font-size: 13px;
		line-height: 20px;
		height: 70px;
	}
	.ref_slider .owl-controls .owl-prev {
		left: -50px;
	}
	.ref_slider .owl-controls .owl-next {
		right: -50px;
	}
}
@media(max-width:1400px) and (min-width:992px){
	#home_slider3 .carousel-indicators li img{
		max-height:41px;
		max-width:50px;
		position:absolute;
		left:21px;
		margin:0;
		float:none;
		top:20px;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body {
		padding: 20px 15px;
	}
	#home_slider3 .carousel-indicators li{
		padding: 30px 20px 30px 81px !important;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h2 {
		font-size: 35px;
		line-height: 35px;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h4 {
		font-weight: normal;
		font-size: 11px;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body p {
		font-size: 13px;
		line-height: 20px;
		height: 70px;
	}
	#home_slider3 .carousel-inner .item .btn {
		padding: 0 15px;
		line-height: 30px;
		font-size: 10px;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn + .pkg_price {
		margin-top: 25px;
		line-height: 30px;
		padding: 0 10px;
	}
	#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-left {
		width: 38%;
	}

	.ref_slider .owl-controls .owl-prev {
		left: -50px;
	}
	.ref_slider .owl-controls .owl-next {
		right: -50px;
	}
}
@media(max-width:992px){
	#home_slider3 .carousel-indicators li img{
		max-height:41px;
		max-width:50px;
	}
	#home_slider3 .carousel-indicators li span{
		display: block;
		height: 0;
		font-size: 7px;
		padding: 10px 0;
	}

	#home_slider3 .carousel-indicators li + li {
		padding: 20px 0;
		text-align: center;
		margin: 0;
		border-right: 1px solid #f1f1f1;
		height: auto;
	}
	#home_slider3 .carousel-indicators li img {
		margin-bottom: 0 !important;
	}

	.ref_slider .owl-controls .owl-prev {
		left: 0;
	}
	.ref_slider .owl-controls .owl-next {
		right: 0;
	}

	#home_slider3 .carousel-indicators li {
		margin: 0 0px 0 0;
		padding:20px 0;
		text-align:center;
	}
	#home_slider3 .carousel-indicators li:last-child {
		padding: 20px 0;
		text-align: center;
		margin: 0 0px 0 0 !important;
	}
}
@media(max-width:768px){
	.page_header {
		background-position:center center;
		padding: 30px 0;
	}
	.sidebar{
		padding-top:0 !important
	}
	.team_member .inner {
		padding-right: 45px;
		text-align: left;
		background: #d0040b;
	}
	.team_member .inner p.hState {
		height: auto;
		margin-bottom: 30px;
		color: #d8e8fc;
	}
	.team_member .inner h4 {
		color: #d8e8fc;
		margin-top: 0;
	}
}
.alt_img{
	max-width: none;
    width: auto !important;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}


.n-web{
	height: 211px;
    width: 300px;
    border-radius: 0;
    background-image: url(../../temp/img/web.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    display: block;
}
.n-web span{
	display: block;
    height: 133px;
    width: 234px;
    position: relative;
    margin: 9px auto 0 auto;
    background-position: center top;
    background-size: cover;
    object-fit: cover;
    object-position: center bottom;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    z-index: 0;
}
.n-web:hover span{
    background-position: center bottom;
}
.n-tablet{
    height: 150px;
    width: 119px;
    border-radius: 0;
    background-image: url(../../temp/img/tablet.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 65px;
    right: 10px;
}
.n-tablet span{
    display: block;
    height: 121px;
    width: 93px;
    position: relative;
    margin: 11px auto 0 auto;
    background-position: center top;
    background-size: cover;
    object-fit: cover;
    object-position: center bottom;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    z-index: 0;
    position: relative;
    left: -2.5px;
}
.n-tablet:hover span{
    background-position: center bottom;
}
.n-mobil{
    height: 121px;
    width: 80px;
    border-radius: 0;
    background-image: url(../../temp/img/mobil.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 98px;
}
.n-mobil span{
	display: block;
    height: 70px;
    width: 48px;
    position: relative;
    margin: 21px auto 0 auto;
    background-position: center top;
    background-size: cover;
    object-fit: cover;
    object-position: center bottom;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    z-index: 0;
    position: relative;
    left: -2px;
}
.n-mobil:hover span{
    background-position: center bottom;
}

.ref_slider .owl-controls, .ref_slider .owl-nav{
	position:unset;
}
.ref_slider .owl-controls .owl-prev{
	width: 40px;
    text-align: center;
    height: 40px;
    line-height: 44px;
    background-color: #0075be;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0;
}
.ref_slider .owl-controls .owl-next{
	width: 40px;
    text-align: center;
    height: 40px;
    line-height: 44px;
    background-color: #0075be;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0;
}

.mt10{
	margin-top:10px;
}
.mb30{
	margin-bottom:30px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.table {
    margin: 0 0 30px 0;
}

.sidebar{
	margin:0 0 30px 0
}
.sidebar .list-group-item{
	padding:0;
}
.sidebar>ul>.list-group-item>a{
	color:#7b7b7b;
	padding:10px 15px;
	display:block;
	position:relative;
	z-index:2;
	background-color:#fff;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.sidebar>ul>.list-group-item.active>a{
	background-color:#f5f5f5;
}
.sidebar>ul>.list-group-item:last-child a{
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sidebar .list-group .submenu{
	margin:0 2px 2px 15px;
}
.sidebar .list-group .submenu li{
	border-radius:0;
	border:0;
    position: relative;
}
.sidebar .list-group .submenu li a{
    padding: 10px 15px 10px 25px;
	display:block;
	color:#7b7b7b
}
.sidebar .list-group .submenu li.active a{
    font-weight:bold;
}
.sidebar .list-group .submenu li:before {
    content: "";
    border-left: 1px dotted #0075be;
    position: absolute;
    top: -50%;
    left: 5px;
    height: 100%;
    z-index: 1;
}
.sidebar .list-group .submenu li:after {
	content: "";
    width: 11px;
    border-top: 1px dotted #0075be;
    position: absolute;
    top: 50%;
    left: 5px;
}

.col-sm-7 ul{
	margin:0 0 30px 0;
	padding:0 0 0 0
}
.col-sm-7 ul li{
	position:relative;
	list-style-type:none;
    padding: 5px 0px 5px 25px;
    border-bottom: 1px solid #f1f1f1;
}
.col-sm-7 ul li:before{
    content: "\f105";
	font-family: FontAwesome;
    color: #0075be;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    display: table;
    position: absolute;
    left: 3px;
    width: 10px;
    line-height: 10px;
    top: 8px;
    text-align: center;
    z-index: 2;
    width: 10px;
    height: 10px;
    padding: 0 0 0 2px;
}
.col-sm-7 ul li:after{
    content: "\f111";
    font-family: FontAwesome;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear;
    display: inline-block;
    color: rgba(0, 117, 190, 0.56);
    position: absolute;
    left: 1px;
    top: 8px;
    font-size: 16px;
    line-height: 10px;
    width: 10px;
    height: 10px;
}
.col-sm-7 h4{
    margin-bottom:15px;
}

.teams{
	margin-bottom:20px;
}
.teams .team_member{
    padding:0 5px 0 5px;
	margin:0 0 10px 0
}
.teams .inner{
    max-width: 204.38px;
	margin:0 auto;
    padding: 15px !important;
	text-align:center !important
}
.teams .row{
    margin:0 -5px !important;
}
.teams .col-md-3{
    padding:0 5px !important;
}
.teams .team_member h6{
    font-weight: bold;
    height: 23px;
    margin: 0 0 10px 0;
}
.teams .team_member .inner p {
    line-height: unset;
    font-size: 10px;
}
.teams .team_member .inner:hover p.nState{
    height:auto;
	color:#fff;
}

#letiimFormu{
    margin: 0 0 30px 0;
    border: 1px solid #ddd;
    padding: 15px;
}
#letiimFormu .form-navigation .btn-group{
    float:none;
	display:block;
}
#letiimFormu .form-navigation .btn-group .next{
	float: right;
}

.cont i{
	width:18px;
	margin-right:7px;
    text-align: center;
}
.cont a{
	color:#443a44;
}

.price_tur{
	text-align: center;
    width: 110px;
    display: table;
    height: 100px;
    border-radius: 50%;
    background-color: #1f4e9d;
    padding: 28px 0;
    box-shadow: inset 0 0 0px 2px #ffffff;
    border: 2px solid #1f4e9d;
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 9;
}
.price_tur:after{
	content: "\f111";
    font-family: FontAwesome;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear;
    display: inline-block;
    color: rgb(0, 117, 190);
    position: absolute;
    left: 6px;
    top: 52px;
    font-size: 110px;
    line-height: 10px;
    z-index: -1;
}
.price_tur span{
    display: block;
    line-height: 1;
    font-size: 21pt;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.price_tur small{
    display: block;
    line-height: 1;
    font-size: 11pt;
    color: #fff;
}

.loader{
	background-image: url(../../temp/img/loader.gif);
    height: 50px;
    display: table;
    width: 50px;
    position: absolute;
    top: 50%;
    margin: -20px auto 0 auto;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center center;
    z-index: 9999999;
    background-repeat: no-repeat;
}

.navbar-static-top {
    z-index: 99 !important;
    padding: 0px 10px;
}

.alert_ss{
	margin:5px;
	display:block;
}

@media (max-width: 600px){
	#home_slider3 .carousel-indicators li span {
		display:none !important;
	}
	.n-web {
		height: 106px !important;
		width: 200px !important;
	}
	.n-web span {
		height: 67px !important;
		width: 116px !important;
		margin: 5px auto 0 auto !important;
		left: 1px !important;
	}
	.ref_slider .team_member .inner .image {
		height: 230px !important;
	}
}

form#footer-contact input[type="text"] {
    width: 50%;
    float: left;
    border: 1px solid #dbdbdb;
    color: #797979;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    outline: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact input[type="text"]:focus,
form#footer-contact textarea:focus {
    border: 1px solid #007aff;
}

form#footer-contact input[name="name"] {
    border-right-color: transparent;
}

form#footer-contact textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    color: #797979;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    height: 122px;
    border-top-color: transparent;
    margin: 0;
    outline: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact button {
	osition: relative;
    float: right;
    color: #d0040b;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background: #fff;
    margin-top: -38px;
    margin-right: 1px;
    z-index: 2;
    position: relative;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact button i {
    font-size: 18px;
    color: #d0040b;
    margin-right: 10px;
}

form#footer-contact button[type="submit"]:hover {
    opacity: 0.7;
}

ul.contact-list{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.contact-list li{
	margin-bottom:15px;
}
ul.contact-list li a {
    position: relative;
    display: inline-flex;
    color: #797979;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 9px 6px 35px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.contact-list li a i {
    display: inline-block;
    font-size: 16px;
    color: #a8a8a8;
    vertical-align: middle;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    position: absolute;
    left: 0;
    width: 28px;
    text-align: center;
    top: 50%;
    margin: -9px 0 0 0;
}

ul.contact-list li a:hover {
    border: 1px solid #007aff;
}

ul.contact-list li a:hover i {
    color: #007aff;
}

ul.contact-list li a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 100%;
    border-right: 1px solid #dbdbdb;
    top: 0;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.contact-list li a:hover:after {
    border-right: 1px solid #007aff;
}

.machines{
	margin:30px 0
}
.all_machines .machines ul{
	margin-bottom:0;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.all_machines .machines>li{
	padding:5px;
	background-color:#f5f5f5
}
.all_machines .machines>li>a{
	color:#000;
    padding: 5px 0;
    display: block;
}
.all_machines .machines>li>ul>li>a{
	color:#666;
}

.all_machines .machines-list {
	margin-top:30px;
}
.all_machines .machines-list .machines-list-item {
	position:relative;
	border:1px solid #ddd;
	margin-bottom:30px;
	display:block;
}
.all_machines .machines-list .machines-list-item img{
	padding:3px;
	width:100%;
	background-color:#f5f5f5;
}
.all_machines .machines-list .machines-list-item span{
	padding:3px;
	width:100%;
    width: 100%;
    height: 180px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#f5f5f5;
}
.all_machines .machines-list .machines-list-item h4{
	margin:0;
	padding:10px;
    font-size: 14px;
	border-top:1px solid #ddd;
  height: 60px;
}
.all_machines .machines-list .machines-list-item:after {
    content: "";
    background-image: url(../../temp/img/alt_boxshadow.gif);
    height: 11px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
	bottom: -10px;
    left: -3px;
    right: -3px;
}

@media(min-width:768px){
	.mobil_footer_menu{
		display:none !important;
	}
	.search_block{
		width: 100%;
		display: block;
		padding: 0 0 0 45px;
		position: relative;
		margin-top: 10px;
	}
	.search_block .search_block_back{
		position: absolute;
		left: 0;
		top: 0;
		background-color: transparent;
		color: #000;
		font-size: 40px;
		padding: 0;
		width: 40px;
		box-shadow: none;
		outline: none;
		line-height: 0;
		padding: 7.5px 0;
	}
	.search_block .search_block_back img{
		height:30px;
	}
	.search_block .search_block_search{
		width:100%;
		position:relative;
	}
	.search_block .search_block_search button{
		background-color: transparent;
		box-shadow: none;
		outline: none;
		width: 20px;
		padding: 0;
		position: absolute;
		left: 18px;
		top: 0;
		z-index: 1;
		bottom: 0;
	}
	.search_block .search_block_search button img{
		height:20px;
	}
	.search_block .search_block_search input{
		box-shadow: none;
		width: 100%;
		height: 45px;
		border-radius: 2px;
		border: 0;
		background-color: #f1f1f1;
		padding: 0 10px 0 50px;
		outline: none;
	}
}
@media(max-width:768px){
	footer{
		margin-bottom:75px;
	}
	.mobil_footer_menu{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background-color: #fff;
		box-shadow: 0px -1px 20px 2px #ddd;
		border-top: 1px solid #ddd;
		z-index:99;
	}
	.mobil_footer_menu img{
		height: 35px;
		width: 35px;
		display: block;
		text-align: center;
		margin: 10px auto 5px auto;
	}
	.mobil_footer_menu span{
		display: block;
		color: #000;
		text-align: center;
		font-weight: bold;
		margin: 2px 0 5px 0;
	}
	.mobil_footer_menu .col-xs-3{
		border-right: 1px solid #ddd;
		padding:0;
	}
	.mobil_footer_menu .col-xs-3:last-child{
		border-right: 0
	}

	.all_machines .machines-list {
		margin-top: 10px;
	}

	.all_machines .machines ul{
		display:none;
	}
	.all_machines>.container{
		padding-left:0;
		padding-right:10px;
	}
	.all_machines>.container div.row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.all_machines>.container div.row div.col-md-3, .all_machines>.container div.row div.col-md-4, .all_machines>.container div.row div.col-md-9{
		padding:0 5px;
	}
	.all_machines .machines {
		margin: 0;
		max-width: 100%;
	}
	.mobil_left_menu_fixed .all_machines .machines {
		position: fixed;
		left: 0;
		max-width: 121px;
		bottom: 73px;
		top: 0;
		height: auto;
		overflow-y: auto;
	}
	.mobil_left_menu_fixed .machines::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}

	.mobil_left_menu_fixed .machines::-webkit-scrollbar{
		width: 6px;
		background-color: #F5F5F5;
	}

	.mobil_left_menu_fixed .machines::-webkit-scrollbar-thumb{
		background-color: #000000;
	}
	.all_machines .machines li{
		background-color: #f5f5f5;
		border-color:#f5f5f5;
		border-radius:0 !important;
		padding:0;
		border: 0;
	}
	.all_machines .machines li a{
		padding: 10px 10px 10px 10px;
		display: block;
    font-size: 10px;
		text-align: center;
		border-top: 1px solid #e8e8e8;
	}
	.all_machines .machines li:first-child a{
		border-top: 0;
	}

	footer .top_footer, footer .copyright_line{
		display:none;
	}


	.all_machines .machines li.active a{
		background-color: #fff;
		position: relative;
    text-align: left;
	}
	.all_machines .machines li.active a:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 5px;
		background-color: #000;
	}

	.search_block{
		width: 100%;
		display: block;
		padding: 0 0 0 45px;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.search_block .search_block_back{
		position: absolute;
		left: 0;
		top: 0;
		background-color: transparent;
		color: #000;
		font-size: 40px;
		padding: 0;
		width: 45px;
		box-shadow: none;
		outline: none;
		line-height: 0;
		padding: 7.5px 0;
	}
	.search_block .search_block_back img{
		height:30px;
	}
	.search_block .search_block_search{
		width:100%;
		position:relative;
	}
	.search_block .search_block_search button{
		background-color: transparent;
		box-shadow: none;
		outline: none;
		width: 20px;
		padding: 0;
		position: absolute;
		left: 18px;
		top: 0;
		z-index: 1;
		bottom: 0;
	}
	.search_block .search_block_search button img{
		height:20px;
	}
	.search_block .search_block_search input{
		box-shadow: none;
		width: 100%;
		height: 45px;
		border-radius: 2px;
		border: 0;
		background-color: #f1f1f1;
		padding: 0 10px 0 50px;
		outline: none;
	}
}

.services-box {
    position: relative;
    padding: 40px 0 10px;
    border-bottom: 1px solid #d3d3d3;
}

.shadow-image {
    content: "";
    height: 50px;
    position: absolute;
    background-image: url(../../temp/img/shadow.png);
    display: block;
    left: 0;
    right: 0;
    bottom: -51px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
	z-index:5;
}

.services-post {
    padding: 10px 0;
    margin-bottom: 10px;
    min-height: 95px;
	display:block;
}

.services-post > .services-icon2 {
    position: relative;
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    background: #d0040b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > .services-icon2:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 7px solid #d0040b;
    left: 0px;
    top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post:hover > .services-icon2 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.services-post:hover > .services-icon2:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #d0040b;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post > .services-icon2 img {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 9px solid #fff
}
.services-post > .services-icon2 i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 9px solid #fff
}

.services-post-content {
    margin-left: 100px;
    padding-top: 10px;
}

.services-post-content h4 {
    margin-bottom: 3px;
}

.recent-works {
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background: none;
    top: -40px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 0.5;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.carousel-control.left {
    right: 50px;
    left: auto;
    background:rgba(0, 169, 167, 0.43)
}

.carousel-control.left:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 8px;
}

.carousel-control.right {
    right: 20px;
    background:rgba(0, 169, 167, 0.43)
}

.carousel-control.right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 10px;
}

.carousel-control.left:hover {
    background: #d0040b;
    opacity: 1;
}

.carousel-control.right:hover {
    background: #d0040b;
    opacity: 1;
}

.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}

.work-post-gal {
    position: relative;
}

.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.work-post-content img {
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  width: 100%;
}

.work-post-content {
    background: #fff;
    padding: 10px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.work-post-content span {
    display: inline-block;
    color: #4984aa;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,118,249,0.8);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.recent-works h3 {
    color: #000000;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-bottom: 22px;
    padding: 0px 20px;
}
.recent-works h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}


.convertible-banner {
    padding: 0px 15px;
    background: #666;
    /*background: url(../../temp/img/banner3.jpg);*/
}

.convertible-banner p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.convertible-banner p span {
    font-weight: 400;
}

.convertible-banner a {
    display: inline-block;
    float: right;
    text-align: center;
    width: 141px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border: solid 1px rgba(255,255,255,.5);
    background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: -moz-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: -o-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    background-image: linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.convertible-banner a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.title-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
}

.title-section p {
    color: #868686;
    font-size: 19px;
    line-height: 25px;
}

.owl-pagination {
    display: none;
}

.newsslider .owl-controls .owl-nav{
    text-align: center;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    z-index: 1;
}
.newsslider .owl-controls .owl-nav div {
    color: #d0040b;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 5px;
    font-size: 32px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    border: 1px solid #dbdbdb;
    opacity: 1;
    padding: 0;
    width: 64px;
    height: 37px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin-bottom: 25px;
}
/*
.newsslider .owl-controls .owl-nav div:hover {
    border: 1px solid #d0040b;
    background: #d0040b;
} */

.newsslider .owl-controls .owl-nav div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    color: #d0040b;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 37px;
}

.newsslider .owl-controls .owl-nav div:hover:before {
    color: #d0040b;
}

.newsslider .owl-controls .owl-nav div.owl-prev:before {
    content: "\f104";
}

.newsslider .owl-controls .owl-nav div.owl-next:before {
    content: "\f105";
}

.owl-buttons {
    margin-top: -75px;
}

.news-item {
    margin-bottom: 40px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news-item .inner-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item .inner-item img {
    width: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-item:hover .inner-item img {
    -webkit-filter: blur(2px) grayscale(1);
    -moz-filter: blur(2px) grayscale(1);
    -o-filter: blur(2px) grayscale(1);
    -ms-filter: blur(2px) grayscale(1);
    filter: blur(2px) grayscale(1);
}


.news-item h5 {
    margin-bottom: 5px;
    line-height: 22px;
}

.news-item p {
    line-height: 22px;
    margin-bottom: 10px;
}

a.read-more {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #d0040b;
    color: #d0040b;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;

    text-decoration: none;
}

a.read-more i {
    color: #d0040b;
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.read-more:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hover-item {
    position: absolute;
    top: 75%;
    margin-top: -56px;
    left: 0;
}

.hover-item ul{
	padding:0;
	margin:0;
	list-style-type:none
}
.hover-item ul li {
    margin-bottom: 5px;
}

.hover-item ul li a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin-left: -100%;
    text-decoration: none;
    background: #117bf1
}

.hover-item ul li a i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.hover-item ul li a.autor {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-item ul li a.date {
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
}

.hover-item ul li a.comment-numb {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.item:hover .hover-item ul li a {
    margin-left: 0;
}

.loading{
	opacity:0 !important;
}


.menutabs li{
	width:100%;
	display:block;
	float:none;
	margin:0 !important;
	border:0;
}
.menutabs li a{
	width:100%;
	display:block;
	border:0 !important;
}
.menutabs .machines-list-item{
	margin-bottom:10px;
	padding:0 !important;
}
.menutabs .machines-list-item span{
    height: 194px;
}
.menutabs .all_machines .machines-list .machines-list-item:after {
    bottom: -10px;
}
.menutabs .machines-list{
	margin:0 -5px !important;
}
.menutabs .all_machines .machines-list .col-md-3{
	padding:0 5px !important;
}
.menutabs{
	margin:0 -5px !important;
}
.menutabs .col-sm-3{
	padding:0 0 0 5px !important;
}
.menutabs .col-sm-9{
	padding:0 !important;
}
.menutabs .col-sm-9:before{
	content:"";
	background-color:#fff;
	position:absolute;
	top:-10px;
	bottom:0;
	width:1500px;
	left:0;
	z-index:0;
}
.menutabs .col-md-12{
	padding:0 5px !important;
}
.menutabs .col-md-3{
	padding:0 5px !important;
}
.menutabs .nav{
    min-height: 231px;
    margin-bottom: 0;
}


.mega-menu{
	padding:10px 15px 0 10px !important;
}
.titleheader{
	display:block;
	position:relative;
    margin-bottom: 10px;
	font-weight:bold;
}
.titleheader a{
    position: absolute;
    right: 0;
    top: 0;
    line-height: unset !important;
	font-weight:normal;
}



.searchoverlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height:0;
}
.searchoverlay.open{
	height:100%;
}
.searchoverlay.open1{
	height:100%;
}

.search-block.opensearch{
    z-index: 9999;
    margin: 0 auto;
    max-width: 1170px;
}


@media(min-width:992px){
	.search-block.opensearch {
		display: table;
		bottom: 80% !important;
	}
	.slider-search.ovorflowtrue{
		overflow:unset
	}
}
@media(max-width:992px){
	.slider-search.ovorflowtrue{
		overflow:unset
	}
	.search-block.opensearch {
		display: block;
		bottom: 100% !important;
	}
}





/* AjaxSearch Sample CSS for default install */


/* ajaxSearch styles */
/* --------------------------------------------- */

/* main container */
#ajaxSearch{
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;
    z-index: 100;
    width: auto;
    background-color: #fff;
    border-top: 1px solid #ddd;
    max-height: 650px;
    overflow: auto;
    overflow-x: hidden;
}
/* inner container */
#ajaxSearch .ajaxSearch_body{
	padding: 35px 10px 0px 10px;
}

/* ajax loader anim (om search input field) */
.ajaxSearch_loader:before{
    content: "\f10c";
    font-family: FontAwesome;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 16px;
    z-index: 999;
    color: #000;
    margin: 0 0 0 -9px;
}
.ajaxSearch_loader1:before{
	content: "\f10c";
    font-family: FontAwesome;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear;
    color: #fff;
    font-size: 9px;
    position: absolute;
    left: 50%;
    top: 16px;
    z-index: 999;
    color: #000;
    margin: 0 0 0 -9px;
}

.ajaxSearch_close{
    float: right;
    margin: 7px 15px;
    overflow: hidden;
}


/* optional basic result styling */
/* --------------------------------------------- */

#ajaxSearch a span:last-child{
	color: #f00076;
}
#ajaxSearch a:hover {
	background-color: transparent;
	color: #edac86;
	text-decoration: none;
}

#ajaxSearch ul.nav li a {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	display: inline;
	padding: 0;
}

#ajaxSearch ul.nav li p {
	margin: 1em 0;
}


@media(min-width:768px){
	.active_ajaxSearch_list .search-block-in:after {
		border-radius: 32px 32px 0px 0px;
		background-color:#fff;
	}
	.active_ajaxSearch_list #ajaxSearch {
		right: 0;
		left: 0;
	}
}
@media(max-width:768px){
	.active_ajaxSearch_list .search-block-in:after {
		border-radius: 32px 32px 0px 0px;
		background-color:#fff;
	}
	.active_ajaxSearch_list #ajaxSearch {
		right: 0;
		left: 0;
	}
}

.searchpanel {
	margin:0 0 10px 0;
}
.searchpanel .searchpanel {
	margin:10px 0 10px 0;
}
.ajaxSearch_body .panel-body{
	padding:0 10px;
}
.ajaxSearch_body .panel-body .panel-body{
	padding:10px 5px;
}
.ajaxSearch_body>.searchpanel>.panel-body>.list-group>li:last-child{
	margin-bottom: 10px;
}
.ajaxSearch_body .searchpanel .nav.list-group.row{
	margin:0;
}
.ajaxSearch_body .searchpanel .nav.list-group.row .col-md-6{
	padding:0 5px;
}
.ajaxSearch_body .searchpanel .list-group-item{
	padding: 15px 5px 5px 82px;
    position: relative;
	height: 82px;
}
.ajaxSearch_body .searchpanel .list-group-item img{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
}
.ajaxSearch_body .searchpanel .list-group-item span{
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
.ajaxSearch_body .searchpanel .list-group-item p{
    margin:7px 0 0 10px;
	padding:0;
}

.ajaxSearch_body>.panel-body{
	background-color:#f1f1f1;
}

.white{
	color:#fff;
}
.bold{
	font-weight:bold;
}

@media(max-width:768px){
	.katlist .row{
		margin:0 -5px;
	}
	.katlist .row .col-md-4{
		padding:0 5px;
		width:33%;
		float: left;
	}
	.katlist .row .col-md-4 .services-post > .services-icon2 {
		width: 80px;
		height: 80px;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.katlist .row .col-md-4 .services-post > .services-icon2 i {
		line-height: 45px;
	}
	.katlist .row .col-md-4 .services-post > .services-icon2:after {
		width: 80px;
		height: 80px;
		border-width:4px;
	}
	.katlist .row .col-md-4 .services-post:hover > .services-icon2:after {
		position: absolute;
		content: '';
		width: 60px;
		height: 60px;
	}
	.katlist .row .col-md-4 .services-post > .services-icon2 img {
		border-width: 6px;
	}
	.katlist .row .col-md-4 .services-post > .services-icon2 i {
		border-width: 6px;
		line-height: 66px;
	}
	.katlist .row .col-md-4 .services-post-content {
		display: block;
		text-align: center;
		margin: 0;
	}
	.katlist .row .col-md-4 .services-post-content p {
		display: none;
	}
	.katlist .row .col-md-4 .services-post-content h4 {
		font-size: 8px;
		font-weight:normal
	}
	.services-box.katlist {
		padding: 20px 0 10px;
	}
}

.pagination_nav .pagination li.active a {
    background: #d0040b;
    color: #fff;
}

.blogs .blog{
	margin-bottom:30px;
}

.search_section.mobilop1{
    z-index: unset !important;
	position:relative
}

.search_section{
    z-index: 9999999;
	position:relative
}
.search_section .search_block_back{
   background-color:#fff;
}
.opensearch2 #search_query {
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
}
.search_block #ajaxSearch {
    right: 0;
    left: 0;
}

.content .title{
	margin:20px 0 20px 0
}

.searchopenclose3{
	cursor:pointer;
}

.homeSlider .img{
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
}

.homeSliderNavBlock{
	margin: 0 0 0 auto;
	padding: 10px 0 10px 10px;
	z-index: 1;
}

.homeSlider .sliderContent{
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.homeSlider .sliderContentBody{
    width: 520px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
    background-color: rgb(102, 102, 102, 0.8);
    padding: 30px;
}
.homeSlider .sliderContentBody small {
	display:block;
	margin:0 0 7px 0;
	color:#fff;
    font-size: 10px;
}
.homeSlider .sliderContentBody small span{
    color: #ccc;
    margin: 0 0 0 4px;
}
.homeSlider .sliderContentBody h4.title{
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
	color:#fff;
}
.homeSlider .sliderContentBody .text{
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding-bottom: 10px;
	color:#ededed;
}
.homeSlider .sliderContentBody .read-more{
    background-color: transparent;
    border: 0;
    color: #ededed;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}
.homeSlider .sliderContentBody .read-more i{
    color: #ededed;
    position: relative;
    top: -1px;
}
.homeSlider .slick-list{
    overflow:unset;
    border: 1px solid #737474;
}
.homeSlider .item, .homeSliderNav .item{
   box-shadow:none !important;
   outline:none !important
}


.homeSliderNav .item {
    padding: 0 10px 0 0;
}
.homeSliderNav .sliderContent {
    background-color: #fff;
    opacity: 0.6;
}
.homeSliderNav .slick-current .sliderContent {
    background-color: #fff;
    padding: 10px;
    opacity: 1;
    width: 100%;
}
.homeSliderNav .sliderContentBody small {
	display:block;
	margin:0 0 7px 0;
	color:#000;
    font-size: 10px;
}
.homeSliderNav .sliderContentBody small span{
    color: #666;
    margin: 0 0 0 4px;
}
.homeSliderNav .sliderContentBody h4.title{
	font-weight: 400;
	color:#000;
}
@media(min-width:1400px){
	.homeSliderNav .sliderContentBody h4.title{
		font-size: 15px;
	}
}
@media(max-width:1400px){
	.homeSliderNav .sliderContentBody h4.title{
		font-size: 12px;
	}
}
.homeSliderNav .sliderContent{
    padding:0 10px;
    display: flex;
    align-items: center;
	height: 84px;
}
.homeSliderNav .fa-angle-left{
	position: absolute;
	cursor:pointer;
    z-index: 5;
    background-color: #fff;
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #666;
    text-align: center;
    font-size: 25px;
	top:0;
}
.homeSliderNav .fa-angle-right{
	cursor:pointer;
	position: absolute;
    z-index: 5;
    background-color: #fff;
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #666;
    text-align: center;
    font-size: 25px;
	bottom:0;
}


.mainSerachForm{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;

    position: fixed;
	display:none;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 999999;
	margin:0 auto;
	max-width:1140px;
}
.mainSerachForm .inputGeneral{
    position:relative;
}
.mainSerachForm input[type="text"]{
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
	box-shadow:none !important;
	outline:none !important
}
.mainSerachForm button{
	box-shadow:none !important;
	outline:none !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: transparent;
    width: 50px;
    font-size: 20px;
    text-align: center;
    padding: 0;
}
.mainSerachForm input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mainSerachForm input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mainSerachForm input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mainSerachForm input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.mainSearchToggle .search-block-in {
    width: 100%;
    padding: 12px 12px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 6px 0;
	position:relative;
	cursor:pointer;
}
.mainSearchToggle .search-block-in i{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 35px;
    text-align: center;
    line-height: 41px;
    font-size: 15px;
}

.mainSearchOpen .searchoverlay{
	height:100%;
}
.mainSearchOpen .mainSerachForm{
	display:block;
	top:30px;
}

.recent-works{
	position:relative;
}
.shadow-image1{
    height: 50px;
    position: absolute;
    background-image: url(../../temp/img/shadow.png);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    transform: rotate(180deg);
    z-index: 5;
}

.load{
	position:relative;
}


@media(min-width:1400px){
	.homeSlider .img{
		min-height:300px;
	}
	.homeSliderNavBlock{
		position: absolute;
		max-width: 50%;
		right: 0;
		bottom: 0;
	}
	.homeSliderNav .fa-angle-left{
		left: -47px;
	}
	.homeSliderNav .fa-angle-right{
		left: -47px;
	}
}
@media(max-width:1400px) and (min-width:1160px){
	.homeSlider .img{
		min-height:300px;
	}
	.homeSliderNavBlock{
		position: absolute;
		max-width: 50%;
		right: 0;
		bottom: 0;
	}
	.homeSliderNav .fa-angle-left{
		left: -47px;
	}
	.homeSliderNav .fa-angle-right{
		left: -47px;
	}
}
@media(max-width:1160px){
	.homeSlider .img{
		min-height:300px;
	}
	.homeSliderNavBlock{
		position: relative;
		max-width: 100%;
	}
	.homeSliderNav .slick-list{
		max-width: 90%;
		margin: 0 0 0 auto;
	}
	.homeSliderNav .fa-angle-left{
		left: 0;
	}
	.homeSliderNav .fa-angle-right{
		left: 0;
	}
	.homeSliderNav .sliderContent {
		background-color: #666;
		opacity: 0.6;
	}
	.homeSliderNav .slick-current .sliderContent {
		background-color: #666;
	}
	.homeSliderNav .sliderContentBody small {
		color: #ccc;
	}
	.homeSliderNav .sliderContentBody small span {
		color: #ccc;
	}
	.homeSliderNav .sliderContentBody h4.title {
		color: #fff;
	}
	.homeSliderNav .fa-angle-left {
		color:#fff;
		background-color: #666;
	}
	.homeSliderNav .fa-angle-right {
		color:#fff;
		background-color: #666;
	}
	.homeSlider .sliderContentBody {
		width: auto;
		max-width:100%;
	}
}


.blogSingle{
	background-color:#f1f1f1;
}
.blogSingle .recent-works{
    background: #f1f1f1;
    padding: 0;
}

.videoItem{
	margin-bottom:10px;
	position:relative;
	display:block;
}
.videoItem .img{
	width:100%;
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.galleryItemVideos{
	margin:0 -5px;
}
.galleryItemVideos .col-md-3{
	padding: 0 5px;
}
.listvideos .panel-body{
	padding:15px 15px 5px 15px
}
.galleryItemVideos .col-md-3 a:after{
    position: absolute;
    top: 50%;
    margiN: -10px 0 0 0;
    line-height: 0.8;
    font-size: 30px;
    color: red;
    left: 0;
    right: 0;
    text-align: center;
    content: "\f04b";
    font-family: 'FontAwesome';
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.galleryItemVideos .col-md-3 a h4{
    position: absolute;
    bottom: 5px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    font-size: 12px;
    padding: 7px;
    left: 5px;
    right: 5px;
    margin: 0;
    line-height: 1;
}

.listchildren{
	margin:0 -5px;
}
.listchildren .col-md-4{
	padding: 0 5px;
}
.listchildren a{
	border:1px solid #ddd;
	background-color:#fff;
	padding:15px;
	text-align:Center;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#443a44
}


@media (min-width:768px){

  .pull-lg-right{ float:right;}
}
.list-group.machines li .fa-angle-down{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1;
	cursor:pointer;
}
.list-group.machines li ul{
	display:none;
}
.activeSub>ul{
    display: block !important;
}

.blog_content .list-group.machines{
	margin:0 0 10px 0
}
@media(min-width:768px){
	.list-group.machines{
		max-width:100% !important
	}
}
@media(max-width:768px){
	.mainSerachForm input[type="text"]{
		padding: 10px;
		font-size: 15px;
	}
	.mainSearchOpen .mainSerachForm {
		display: block;
		top: 30px;
		padding: 0 10px;
	}
	.homeSliderNavBlock{
		display:none !important;
	}
	.all_machines .machines li a {
		font-size: 10px;
		text-align:center;
	}
	.all_machines .machines-list .col-md-4:last-child .machines-list-item{
		margin-bottom:0;
	}
}

@media (max-width: 768px){
.all_machines .machines {
    margin: 0;
    max-width: 100%;
}
.list-group.machines li .fa-angle-down {
  display:none;
}
.list-group.machines .submenus>a {
    display: block;
    padding: 5px 0px 5px 7px;
    text-align: left;
}
.all_machines .machines>li>ul li {
  text-align:left;
  padding:0px;
}
}
