/*
--- Master style sheet ---
Project: fixkar (HTML Template)
assign to: Muhammad Ashraf
last changes: 26-june-2018


====INDEX=====
01- General Styling code
02- Home page 1
	header style


*/
/*=============== Fonts Nunito , Libre Baskerville=======*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Nunito:300,400,600,700,800');

/*=============== 
***General Styling 
===============*/

body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  letter-spacing: -0.4px;
	background-image: url(../images/overlay-banner-header.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito";
}

p {
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 300;
  line-height: 28px;
  color: #9fa4af;
  display: inline-block;
}

ul li,
ol li {
  font-family: "Nunito";
}

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  outline: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  width: 100%;
  float: left;
  height: 400px;
}

.theme-layout {
  float: left;
  position: relative;
  width: 100%;
}

.theme-layout.boxed {
  background: none repeat scroll 0 0 #FFFFFF;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 1230px;
  -webkit-box-shadow: 0 0 6px #747474;
  -moz-box-shadow: 0 0 6px #747474;
  -ms-box-shadow: 0 0 6px #747474;
  -o-box-shadow: 0 0 6px #747474;
  box-shadow: 0 0 6px #747474;

}

section {
  float: left;
  position: relative;
  width: 100%;
}

.gap {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.gap.less-padding {
    padding: 65px 0;
    margin: 66px 0px;
}
.gap.no-gap {
  padding: 0;
}

.gap.no-top {
  padding-top: 0px;
}

.gap.no-bottom {
  padding-bottom: 0px;
}

.remove-ext-btom {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}

.remove-ext {
  margin-bottom: -50px;
}

.merged {
  margin: 0px;
  padding: 0;
}

.merged > div {
  padding: 0;
}

.row.merged > div {
  padding: 0;
}

.merged.row {
  margin: 0;
}

.merged.row > div {
  padding: 0;
}

.ext-bottom-40 {
  margin-bottom: 40px;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.parallax {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  background-repeat: repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.blackish:before,
.whitish:before,
.bluesh:before,
.yelowish:before,
.grayesh:before {
  background: #f7f7f7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.grayesh:before {
  background: rgba(248,248,248,.99);
}

.whitish:before {
  background: rgba(255,255,255,.9);
}

.yelowish:before {
  background: #fff;
}

.high-opacity:before {
  -webkit-opacity: .95;
  -moz-opacity: .95;
  -ms-opacity: .95;
  -o-opacity: .95;
  opacity: .95;
}

.medium-opacity:before {
  -webkit-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85;
}

.low-opacity:before {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  -ms-opacity: .75;
  -o-opacity: .75;
  opacity: .75;
}

.gray-bg {
  float: left;
  width: 100%;
  background: #fafafa;
}

[type="submit"],
button,
html [type="button"] {
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: hidden;
}

a:hover.facebook {
  background: #516eab !important;
}

a:hover.twitter {
  background: #55acee !important;
}

a:hover.google {
  background: #dd4b39 !important;
}

a:hover.pinterest {
  background: #ca212a !important;
}

a:hover.youtube {
  background: #e62117 !important;
}

a:hover.dribble {
  background: #1572b8 !important;
}

a:hover.linkedin {
  background: #0077b5 !important;
}

a:hover.tumblr {
  background: #36465d !important;
}

a:hover.rss {
  background: #e3a103 !important;
}

a:hover.vk {
  background: #466991 !important;
}

.checked {
  color: orange;
}
.loader {
    display: none;
}
/*carousel nave style*/

ul.owl-carousel {
  padding-left: 0;
  list-style: none;
}

.owl-prev,
.owl-next {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-next {
  left: auto;
  right: 0;
}

.owl-prev,
.owl-next {
  color: transparent;
}

.owl-prev::before,
.owl-next::before {
  background: #191919;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  content: "\f104";
  display: inline-block;
  font-family: fontawesome;
  font-size: 23px;
  left: 0;
  line-height: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.owl-next::before {
  content: "\f105";
  left: auto;
  right: 0;
}

.owl-item > li {
  list-style: none;
}

/*nav style end*/

.owl-dots {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.owl-dot {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #9fa4af;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  width: 8px;
}

.owl-dot.active {
  /*background: red none repeat scroll 0 0;
    border-color: red;*/
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#html5-watermark {
  display: none !important;
}

#html5-image {
  padding: 0 !important;
}

iframe#html5boxiframevideo {
  height: 100%;
}

/*======================/
***** Home page 1 
======================*/

/*-- page loader ----*/

#topcontrol {
    background: #ff7832 !important;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*--- sticky header ---*/

header.stick {
  -webkit-box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.1);
}
header.stick .right-box .contact {
	height: 60px;
	display: inline-block;
}
header.stick .right-box .contact > span{
	margin-top: 0;
}
header.stick .right-box .contact > a {
	display: none;
}

header.stick .logo {
  line-height: 60px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  width: 159px;
}

header.stick .main-menu > ul > li > a, .main-menu > div > ul > li > a {
  line-height: 50px;
  transform: scale(0.8);
}


header.stick {
  height: 60px;
}

header.stick .main-menu {
  line-height: 60px;
}

header.stick .main-menu .dropdown-menu.show {
  margin-top: 17px;
}

/*=============== Slider ===================*/

.creative-slider,
.video-slider{
  float: left;
  width: 100%;
	position: relative;
}

.slider img {
  float: left;
  width: 100%;
}

/*--- main menu  ---*/

.main-menu {
  color: #1e1c1c;
  float: left;
  font: 15px/70px "Nunito";
  text-transform: capitalize;
}

.main-menu > ul,
.main-menu > div > ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/*.main-menu > ul > li:first-child, 
.main-menu > div > ul > li:first-child{
	margin-left:0;	
}
*/

.main-menu > ul > li,
.main-menu > div > ul > li {
  float: left;
  margin-left: 50px;
  position: relative;
}

.main-menu ul li a,
.main-menu > div ul li a {
  color: inherit;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/*.main-menu > ul > li:hover > a,
.main-menu > div > ul > li:hover > a {
    color: #fff;
}*/

.main-menu > ul > li > a::before,
.main-menu > div > ul > li > a::before {
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 0;
}

.main-menu > ul > li:hover > a:before,
.main-menu > div > ul > li:hover > a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.main-menu > ul > li > a,
.main-menu > div > ul > li > a {
  position: relative;
  line-height: 90px;
}

/*--- Dropdown style ---*/

.main-menu > ul > li ul,
.main-menu > div > ul > li ul {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.07);
  left: 0;
  line-height: initial;
  list-style: outside none none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  text-transform: capitalize;
  top: 30px;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: hidden;
  width: 207px;
  z-index: 4;
}

.main-menu > ul > li ul li,
.main-menu > div > ul > li ul li {
  border-bottom: 1px solid #f4f4f4;
  float: left;
  position: relative;
  width: 100%;
}

.main-menu > ul > li ul li::before,
.main-menu > div > ul > li ul li::before {
  top: 0;
  content: "";
  height: 2px;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  width: 10px;
}

.main-menu > ul > li ul li:hover::before,
.main-menu > div > ul > li ul li:hover::before {
  left: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 100px;
}

.main-menu > ul > li ul li:last-child,
.main-menu > div > ul > li ul li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.main-menu > ul > li ul li.menu-item-has-children::after,
.main-menu > div > ul > li ul li.menu-item-has-children::after {
  color: #c4c4c4;
  content: "\f105";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-menu > ul > li ul li a,
.main-menu > div > ul > li ul li a {
  display: inline-block;
  color: #9d0101;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  line-height: normal;
  width: 100%;
  padding: 10px 35px;
}
.main-menu > ul > li ul li a, .main-menu > div > ul > li ul li a:hover {
       color: #ff7832 !important;
}
.main-menu > ul > li ul li:hover > a,
.main-menu > div > ul > li ul li:hover > a {
  color: #000;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.main-menu ul li:hover > ul,
.main-menu > div ul li:hover > ul,
.main-menu > ul li:hover > .mini-menu {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.main-menu > ul > li ul li ul,
.main-menu > div > ul > li ul li ul {
  left: 100%;
  position: absolute;
  top: 0 !important;
}

.main-menu > ul > li ul li > span,
.main-menu > div > ul > li ul li > span {
  background: #30daf9 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.6px;
  line-height: 16px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

/*--- main menu style end ---*/

header {
  background:#fff;
  float: left;
  height: 90px;
  width: 100%;
  z-index: 99;
  position: relative;
  padding: 0px 60px;
}

.logo {
  display: inline-block;
  line-height: 72px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.menus {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.right-box {
  display: inline-block;
  line-height: 70px;
  position: relative;
  width: 100%;
  z-index: 33;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.contact {
  background: #9d0101 none repeat scroll 0 0;
  color: #fff;
  display: table;
  height: 123px;
  padding: 9px;
  position: inherit;
  text-align: center;
  z-index: 999;
  width: 100%;
}

.contact > a {
  background: #ff7832 none repeat scroll 0 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 54px;
  text-transform: capitalize;
  vertical-align: top;
  width: 100%;
}

.contact > span {
  display: block;
  line-height: initial;
  margin-top: -8px;
  vertical-align: top;
}

.contact > span > i {
  display: inline-block;
  font-size: 50px;
  margin-right: 10px;
  width: 24px;
}

.contact > span > ins {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: left;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  width: 59%;
}

.contact > span > ins strong {
  color: #fff;
  font-size: 18px;
}

.right-box .phone-number {
  color: #232323;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  width: 100%;
}

.right-box .phone-number > i {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.btn.btn-secondary.dropdown-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: inherit;
  line-height: initial;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: inherit;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-menu.show > button,
.dropdown-menu.show > a {
  color: #333;
  font-size: 13px;
  line-height: initial;
  padding: 10px 35px;
  text-transform: capitalize;
  width: 100%;
  display: inherit;
}

.dropdown-menu.show {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-top: 23px;
  padding: 0;
  width: 205px;
}

.dropdown-menu.show > button:hover,
.dropdown-menu.show > a:hover {
  background: #fff none repeat scroll 0 0;
}

.dropdown-menu.show > button:last-child,
.dropdown-menu.show > a:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

header.dark {
  background: #232323 none repeat scroll 0 0;
}

header.dark .main-menu {
  color: #fff;
}

header.dark .main-menu > ul > li ul,
header.dark .main-menu > div > ul > li ul {
  background: #484848 none repeat scroll 0 0;
  border-color: #484848;
}

header.dark .main-menu > ul > li ul li a,
header.dark .main-menu > div > ul > li ul li a {
  color: #eee;
}

header.dark .main-menu > ul > li ul li,
header.dark .main-menu > div > ul > li ul li {
  border-color: #4d4d4d;
}

header.dark .main-menu > ul > li ul li a:hover,
header.dark .main-menu > div > ul > li ul li a:hover {
  background: #232323 none repeat scroll 0 0;
  color: #fff;
}

header.dark .dropdown-menu.show {
  background: #484848 none repeat scroll 0 0;
}

header.dark .dropdown-menu.show button,
header.dark .dropdown-menu.show a {
  color: #eee;
}

header.dark .dropdown-menu.show > button:hover,
header.dark .dropdown-menu.show > a:hover {
  background: #232323 none repeat scroll 0 0;
  color: #fff;
}

header.dark .right-box .phone-number {
  color: #fff;
	height: 60px;
    line-height: 60px;
    vertical-align: top;
}

/*--- footer ---*/

footer {
  background: #0e0e0ed9 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
}

.widget {
  display: inline-block;
  width: 100%;
}

.about {
  display: inline-block;
  width: 100%;
}

footer .widget .logo {
  line-height: initial;
}

footer .widget .logo a {
  display: inline-block;
}

.about > p {
  color: #8d8d8d;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-top: 30px;
}

footer .gap {
  padding-bottom: 60px;
}

footer .contact-widget li:nth-last-child(1),
.contact-widget li:nth-last-child(2),
footer .userful-links > li:last-child {
  margin-bottom: 0;
}

.socialz {
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.socialz > li {
  color: #fff;
  display: inline-block;
  line-height: 3px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.socialz > li a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.socialz > li::before {
  background: #707070 none repeat scroll 0 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.socialz > li:last-child:before {
  display: none;
}

.widget-title {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}

.widget-title > h5 {
  color: #ff7832;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}

.widget-title > span {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.3px;
  width: 100%;
}

.contact-widget {
  display: inline-block;
  width: 100%;
}

.contact-widget > ul {
  list-style: outside none none;
  padding-left: 0;
}

.contact-widget li {
  float: left;
  margin-bottom: 35px;
  width: 50%;
}

.contact-widget > ul > li > span {
  background: rgb(157 1 1) none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 17px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  width: 53px;
  -webkit-box-shadow: 0px 0px 4px #5a5a5a;
  -moz-box-shadow: 0px 0px 4px #5a5a5a;
  -ms-box-shadow: 0px 0px 4px #5a5a5a;
  -o-box-shadow: 0px 0px 4px #5a5a5a;
  box-shadow: 0px 0px 4px #5a5a5a;
	transition: all 0.2s linear 0s;
}
.contact-widget > ul > li:hover > span{
	-webkit-box-shadow: 0px 0px 14px #5a5a5a;
  -moz-box-shadow: 0px 0px 14px #5a5a5a;
  -ms-box-shadow: 0px 0px 14px #5a5a5a;
  -o-box-shadow: 0px 0px 14px #5a5a5a;
  box-shadow: 0px 0px 14px #5a5a5a;
}
.contact-widget > ul > li > span .fa {
    color:#fff !important;
}

.conct-meta {
  display: inline-block;
  padding-left: 22px;
  vertical-align: middle;
  width: 76%;
}

.conct-meta > span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 100%;
  text-transform: capitalize;
}

.conct-meta > i {
  color: #8d8d8d;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  line-height: 19px;
  width: 100%;
}

.conct-meta > i a {
  -webkit-text-decoration: underline;
  -moz-text-decoration: underline;
  -ms-text-decoration: underline;
  -o-text-decoration: underline;
  text-decoration: underline;
}

.userful-links {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.userful-links > li {
  color: #8d8d8d;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.userful-links > li::before {
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}

/*--- footer banner ---*/

.banner-img {
  width: 24%;
}

.fone-number {
  border-left: 4px solid #000;
  line-height: initial;
  padding-left: 28px;
  width: 28%;
}

.baner-data,
.fone-number,
.banner-img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

.baner-data {
  text-align: right;
  width: 47%;
}

.fone-number > i {
  color: #000;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -0.3px;
}

.fone-number > span {
  color: #9d0101;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.3px;
  width: 100%;
}

.baner-data > i {
  display: inline-block;
  max-width: 14%;
  vertical-align: middle;
  width: 14%;
}

.baner-data > h5 {
  color: #000;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding-right: 10px;
  vertical-align: middle;
  width: 80%;
}

.baner-data > h5 span {
  color: #9d0101;
}

.banner-img > figure {
  margin-top: -52px;
  margin-bottom: 0;
}

.foot-banner {
  float: left;
  margin-bottom: 85px;
  margin-top: -127px;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

footer .bg-image {
  z-index: 0;
}

footer .blackish::before,
footer .whitish::before,
footer .bluesh::before,
footer .yelowish::before {
  z-index: 1;
}

/*------slider-area start------*/

.slider-area {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.slider-area.bg-curve::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  bottom: -125px;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  width: 100%;
}

.main-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.main-title.margin-less {
  margin-bottom: 20px !important;
}

.main-title > span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
}

.main-title > h1 {
  color: #ff7832;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin: 0 auto;
}
.main-title > h1 span {
    font-size: 50px;
    color: #9d0101;
}
.reparibox {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.reparibox > figure {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.reparibox > figure img {
  border: 7px solid #ececec;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.rep-meta {
  display: inline-block;
  width: 100%;
}

.rep-meta > h2 {
  color: #2f2933;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.rep-meta > h2:hover {
    color:#ff7832;
}
.remove-ext img {
    border-radius: 5px;
}
a.readmore {
  border: 2px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #0e0e0e;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.2px;
  padding: 9px 29px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

a.readmore:hover {
  background: #fff;
}

.reparibox > figure a.readmore {
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  padding: 10px 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.reparibox:hover > figure a.readmore {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.reparibox:hover figure::before {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: "";
  height: 202px;
  left: 27px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 6px;
  width: 200px;
  z-index: 0;
}

.reparibox > figure::after {
  content: "";
  height: 120%;
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  top: -22px;
  -webkit-transform: translate(-50%) rotate(0deg);
  -moz-transform: translate(-50%) rotate(0deg);
  -ms-transform: translate(-50%) rotate(0deg);
  -o-transform: translate(-50%) rotate(0deg);
  transform: translate(-50%) rotate(0deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  width: 1px;
  z-index: -2;
}

.reparibox:hover > figure::after {
  -webkit-transform: translate(-50%) rotate(-45deg);
  -moz-transform: translate(-50%) rotate(-45deg);
  -ms-transform: translate(-50%) rotate(-45deg);
  -o-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

/*--- services carousel section ---*/

.service-item {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.service-item > figure {
  position: relative;
}

.service-item > figure > i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  bottom: -25px;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(2, 2, 2, 0.18);
  -moz-box-shadow: 2px 3px 5px 0 rgba(2, 2, 2, 0.18);
  -ms-box-shadow: 2px 3px 5px 0 rgba(2, 2, 2, 0.18);
  -o-box-shadow: 2px 3px 5px 0 rgba(2, 2, 2, 0.18);
  box-shadow: 2px 3px 5px 0 rgba(2, 2, 2, 0.18);
  color: #3c2600;
  font-size: 22px;
  height: 54px;
  left: 14px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  width: 54px;
}

.service-meta {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.service-meta > h2 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 3px;
  width: 100%;
}

.service-meta > h2 a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.service-meta > span {
  color: #797979;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.service-item > figure > img {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.services-caro .service-item img {
    display: inline-block;
    height: 121px;
    width: 100%;
    box-sizing: border-box;
}

.services-caro .owl-prev::before,
.services-caro .owl-next::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
}

.services-caro .owl-prev::before {
  left: -54px;
  background: #ff7832;
    color: #fff;
}

.services-caro .owl-next::before {
  right: -54px;
  background: #ff7832;
    color: #fff;
}

.services-caro .owl-prev,
.services-caro .owl-next {
  top: 34.6%;
}

.g-mapfull {
  float: left;
  width: 100%;
}

#map-canvas {
  height: 470px;
  float: left;
  width: 100%;
}

.blog-grid {
  float: left;
  position: relative;
  width: 100%;
}

.blog-grid > figure {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog-grid > figure a {
  display: inline-block;
}

.blog-grid > figure span,
.blog-detail-page figure span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  bottom: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 36px;
  letter-spacing: -0.4px;
  line-height: 36px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 84px;
}

.blog-grid > figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	position: relative;
	z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.blog-grid > figure a::before {
    background: red none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.blog-grid > figure a {
    display: inline-block;
    position: relative;
    width: 100%;
}
.blog-grid:hover > figure img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.blog-meta {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.blog-meta > h4 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 30px;
}

.blog-meta > h4 a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.comments-area {
  float: left;
  width: 100%;
}

.comments-area > a {
  color: #a3a3a3;
  display: inline-block;
  font-size: 14px;
  margin-right: 27px;
  position: relative;
}

.comments-area > a::after {
  content: "-";
  position: absolute;
  right: -18px;
  top: 0;
}

.comments-area > a:last-child::after {
  display: none;
}

/*--- service caro parallax ----*/

.serv-caro {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}

.serv-caro li {
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  display: inline-block;
  padding: 80px 50px;
  text-align: center;
  width: 100%;
}

.serv-caro li > span {
  color: #191919;
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 45px;
  width: 100%;
  text-transform: capitalize;
}

.serv-caro li p {
  color: #191919;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.serv-caro li > a {
  background: #191919 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.2px;
  padding: 14px 40px;
}

.serv-caro .owl-prev::before {
  left: -20px;
}

.serv-caro .owl-next::before {
  right: -20px;
}

.serv-caro .owl-prev:hover:before,
.serv-caro .owl-next:hover:before {
  background: #fff;
  color: #1a1a19;
}

/*--- counter section ---*/

.counter-section {
  float: left;
  width: 100%;
}

.avatar {
  display: inline-block;
  vertical-align: middle;
  width: 49.5%;
  z-index: 1;
  position: relative;
}

.counter-meta {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 70px;
  z-index: 1;
  position: relative;
}

.counter-meta > span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}

.counter-meta > h2 {
  color: #fff;
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  line-height: 47px;
  margin-bottom: 18px;
  width: 100%;
}

.counter-meta > p {
  color: #8f8f8f;
  display: inline-block;
  font-weight: 300;
  width: 100%;
}

.funfacts {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 28px;
  padding-left: 0;
  width: 100%;
}

.funfacts > li {
  display: inline-block;
  line-height: initial;
  width: 32.7%;
}

.funfacts > li span.counter {
  color: #fff;
  display: inline-block;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 43px;
  width: 100%;
}

.funfacts > li > p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 0;
  margin-bottom: 0;
}

/*--- price table ---*/

.price-table {
  border-bottom-colors: none;
  border-left-colors: none;
  border-right-colors: none;
  border-top-colors: none;
  border-color: -moz-use-text-color;
  -webkit-border-image: none;
  -moz-border-image: none;
  -ms-border-image: none;
  -o-border-image: none;
  border-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 8px 2px;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.table-hover {
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}

.price-table:hover .table-hover {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.price-table i {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 50px;
}

.price-table h2 {
  color: #111;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}

.price-table span {
  color: #111;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 18px;
  width: 100%;
}

.price-table h1 {
  display: inline-block;
  font-size: 37px;
  font-weight: bold;
  width: 100%;
}

.price-table p {
  display: inline-block;
  margin-bottom: 60px;
  margin-top: 10px;
  width: 86%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.price-table a {
  background: #232323 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  bottom: -22px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.price-table:hover p {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.price-table:hover a {
  bottom: 85px;
}

.price-table:hover {
  border-color: #232323;
}

.bottombar {
  background: #9d0101 none repeat scroll 0 0;
  color: #cbcbcb;
  float: left;
  padding: 15px 0;
  width: 100%;
}

.bottombar span,
.bottombar .nav-links {
  float: left;
  font-size: 16px;
  letter-spacing: 0.3px;
  width: 50%;
}

.nav-links {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: right;
}

.nav-links > li {
  display: inline-block;
  margin-left: 26px;
  padding-left: 6px;
  position: relative;
}

.nav-links > li::before {
  background: #cbcbcb none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: -12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.nav-links > li:first-child::before {
  display: none;
  margin-left: 0;
  padding-left: 0;
}

.brands {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.brands > li {
  float: left;
  margin-bottom: 21px;
  margin-right: 8px;
  width: 24.4%;
	 
}

.brands > li img {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.09);
}

.brands > li img:hover {
  -webkit-box-shadow: 0 0 33px #acacac;
  -moz-box-shadow: 0 0 33px #acacac;
  -ms-box-shadow: 0 0 33px #acacac;
  -o-box-shadow: 0 0 33px #acacac;
  box-shadow: 0 0 33px #acacac;
}

.brands > li:nth-child(4n) {
  margin-right: 0;
}

/*--- testimonial ---*/

.testimonials {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  padding-bottom: 36px;
}

.testimonials li {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.testimonials li figure img {
  display: inline-block;
  width: auto;
}

.testimonials li figure {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}

.testimonials li figure img {
  display: inline-block !important;
  width: auto !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.testimonials li p {
  color: #4f4f6f;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  margin-top: 5px;
  width: 80%;
}

.testimonials li span {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 100%;
}

.testimonials li i {
  color: #9fa4af;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  width: 100%;
}

.service-box {
  display: inline-block;
  width: 100%;
      margin-bottom: 26px;
  
}

.service-box > h2 {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-top: -15%;
  vertical-align: middle;
  width: auto;
}

.ser-meta {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

.ser-meta > span {
     color: #ffffff;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: #9d0101;
    padding: 7px 0;
}

.ser-meta > span a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.ser-meta > p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}

.ser-meta > a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.ser-meta > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ser-meta > a::before {
  content: "";
  height: 100%;
  left: -100%;
  background: #9d0101 !important;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -moz-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -ms-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -o-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
  transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);

  /* easeInCubic */
  -webkit-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -moz-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -ms-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  -o-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  /* easeInCubic */
}

.ser-meta > a:hover::before {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  left: 0;
}

.minus-50 {
  margin-bottom: -50px;
}

/*--- our project section home page ---*/

.masonry.remove-ext18 {
  margin-bottom: -40px;
  float: left;
  width: 100%;
}

.project {
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
  width: 23.3%;
}

.project > a {
  display: inline-block;
  overflow: hidden;
}

.project > a img {
  float: left;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}

.project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.option-set.project-btn {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 43px;
}

.project-btn > li {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  letter-spacing: -0.4px;
  margin-right: 40px;
  text-transform: capitalize;
}

.nav.nav-tabs.project-btn {
  border-bottom: 0 none;
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}

.main-title.white > h1 {
  color: #fff;
}

/*--- why us section ---*/

.why-fixkar {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
  width: 100%;
  border: 3px solid #f2f2f2;
}

.nav.nav-tabs.verticl {
  border-bottom: 0 none;
  display: inline-block;
  position: relative;
  width: 190px;
}

.why-fixkar .tab-content {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  vertical-align: top;
  width: 82%;
}

.nav-tabs.verticl .nav-item {
  border: 1px solid #ededed;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.verticl .nav-item a {
  color: #262626;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.2px;
  padding: 21px 10px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.verticl .nav-item a img {
  clear: both;
  display: block;
  margin: 0 auto 10px;
}

.whyus-meta {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  width: 56%;
}

.whyus-thmb {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.whyus-meta > h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.whyus-meta > p {
  color: #9fa4af;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  text-align:justify;
}

.whyus-meta > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  width: 100%;
}

.whyus-meta > ul li {
  color: #6e6e6e;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  width: 49.4%;
}

.whyus-meta > ul li::before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 3px;
}

.verticl .nav-item a::before {
  content: "";
  height: 40%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: -4px;
  top: 0;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  visibility: hidden;
  width: 7px;
}

.verticl .nav-item a.active::before {
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.fileContainer {
  /*background: red none repeat scroll 0 0;*/
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #0e0e0e;
  font-size: 12px;
  line-height: 43px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 10px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 130px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.fileContainer [type=file] {
  cursor: pointer;
  display: block;
  -webkit-filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -o-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: inherit;
}

/*--- get in touch form ---*/

.get-touch {
  background: #0e0e0e none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 200px;
  margin-top: -80px;
  width: calc(100% - 200px);
  z-index: 9999 !important;
}

.get-touch > figure {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -210px;
  margin-top: -60px;
  position: relative;
  vertical-align: middle;
  width: 452px;
  z-index: 2;
}

.touch-form {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-bottom: 70px;
  padding-top: 60px;
}

.touch-form > span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.touch-form > h2 {
  color: #fff;
  display: inline-block;
  font-size: 39px;
  font-weight: bold;
  margin-top: 5px;
  width: 100%;
}

.touch-form > p {
  color: #8f8f8f;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

form.getintouch {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

.getintouch > label,
.getintouch > textarea {
  background: #343434 none repeat scroll 0 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #a7a7a7;
  float: left;
  font-size: 13px;
  line-height: 53px;
  margin-right: 18px;
  padding: 0 30px;
  width: 47%;
  position: relative;
}

.getintouch > label input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: inherit;
  padding: 0 5px;
  width: 92%;
	line-height: initial;
}

.getintouch > textarea {
  border: medium none;
  line-height: initial;
  padding: 20px 30px;
  height: 110px;
}

.action-btns {
  display: inline-block;
  margin-top: 35px;
  padding-left: 30px;
  position: relative;
  width: 50%;
}

.action-btns > span {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: capitalize;
  width: 100%;
}

.action-btns > i {
  left: 50px;
  position: absolute;
  top: 41px;
  z-index: 2;
}

.action-btns > button {
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: initial;
  line-height: 43px;
  margin-left: 16px;
  text-transform: capitalize;
  width: 118px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.action-btns > button:hover,
.fileContainer:hover {
  background: #fff;
}

input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}

/*--- home 3 ---*/

.servic-category {
  display: inline-block;
  margin-bottom: -50px;
  width: 100%;
}

.category-box {
      display: inline-block;
    margin-bottom: 50px;
    padding: 0 33px 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 31%;
    box-shadow: 0 0 2px #d2cece;
    margin-left: 23px;
}

.category-box > h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  margin-top: 25px;
  width: 100%;
}

.category-box > p {
  display: inline-block;
  line-height: 26px;
  margin-bottom: 35px;
  width: 100%;
}

.category-box::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 185px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

a.main-btn {
  background: #9d0101;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.2px;
  padding: 12px 38px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a.main-btn:hover {
        background: #ff7832 !important;
}
.main-btn.color {
  color: #000;
}

.main-btn.color:hover {
  color: #fff;
	background: #000;
}

.servic-category .category-box:nth-child(3n)::before {
  display: none;
}

/*--- masonry paroject section ---*/

#options {
  display: inline-block;
  width: 100%;
}

.option-isotop {
  display: inline-block;
  position: relative;
  width: 100%;
}

.option-set.default {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 45px;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.default > li {
  display: inline-block;
  margin-right: 50px;
}

.default > li a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.default > li:last-child {
  margin-right: 0;
}

.masonry,
.projectz {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.projectz .project-box {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.projectz .project-box a {
  display: inline-block;
}

.hover-meta {
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 100%;
  line-height: initial;
}

.hover-meta .tags {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 8px;
  width: 100%;
}

.hover-meta > h2 {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
}

.hover-meta .tags > a,
.hover-meta .tags > a:hover {
  color: #fff;
}

.hover-meta .tags > a:hover {
  -webkit-text-decoration: underline;
  -moz-text-decoration: underline;
  -ms-text-decoration: underline;
  -o-text-decoration: underline;
  text-decoration: underline;
}

.projectz .project-box > a.html5lightbox {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: -60px;
  top: 30px;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
  visibility: hidden;
  z-index: 9;
  line-height: initial;
}

.projectz .project-box:hover > a.html5lightbox {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  right: 30px;
  visibility: visible;
}

.projectz .project-box::before {
  background: #faa21b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 100%;
}

.projectz .project-box:hover::before {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  visibility: visible;
}

.projectz .project-box:hover .hover-meta {
  left: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.projectz.grid .project-box {
  width: 100%;
}

.projectz.grid .project-box {
  margin-bottom: 30px;
}

/*--- price table style 2 ---*/

.price-table2 {
  background: #fafafa none repeat scroll 0 0;
  display: inline-block;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}

.price-table2 > span {
  display: inline-block;
  font-size: 37px;
  font-weight: bolder;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}

.price-table2 > h3 {
  color: #000;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 22px;
  margin-top: 6px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}

.price-table2 > ul {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  list-style: outside none none;
  margin-bottom: -10px;
  padding: 35px 35px 48px;
  text-align: left;
  width: 100%;
}

.price-table2 > ul li {
  color: #646464;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 7px;
  width: 100%;
}

.price-table2 > ul li i {
  font-size: 11px;
  margin-right: 8px;
}

.price-table2 .main-btn {
  margin-top: -15px;
  width: 100%;
}

.price-table2:hover > span,
.price-table2.active > span{
  color: #fff;
}

.price-table2:hover > h3,
.price-table2.active > h3{
  color: #fff;
}

.price-table2 .main-btn:hover,
.price-table2.active .main-btn{
  border: 1px solid #fff;
}

/*--- experts section ---*/

.experts-box {
  display: inline-block;
  width: 100%;
}

.experts-box .main-title h1 {
  color: #2e2e2e;
  font-size: 38px;
  max-width: 100%;
}

.experts-box .main-title {
  margin-bottom: 12px;
}

.experts-box .experts-box > p {
  color: #888;
}

.experts-box .hours {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}

.experts-box .hours > i {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 90px;
}

.experts-box .hours > span {
  display: inline-block;
  vertical-align: middle;
  width: 77%;
}

.experts-box .hours > span em {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
  display: inline-block;
  letter-spacing: initial;
}

.hours > span p:last-child {
  margin-bottom: 0;
}

.expert-team {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
}

.exprt-meta {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.exprt-meta > span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  padding: 10px 35px;
  text-align: center;
	position: relative;
	z-index: 99;
}

.exprt-meta > h2 {
  color: #333;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 22px;
  letter-spacing: initial;
}

.exprt-meta > i {
  display: inline-block;
  font-size: 15px;
  width: 100%;
}

.expert-team > figure {
  margin-bottom: -20px;
}

/*--- header style 2 ---*/

.timings {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  padding-bottom: 25px;
  padding-top: 40px;
  width: 100%;
}

.timings > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: sub;
  width: 83%;
}

.timings > ul li {
  display: inline-block;
  width: 33%;
}

.timings > ul li i {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
}

.timings > ul li span {
  color: #090909;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  width: 85%;
}
.timings > ul li span > span{margin-left: 0;}
header.style2 .menus .main-menu {
  display: inline-block;
  float: none;
  text-align: left;
  width: 88%;
  font-weight: bold;
}

header.style2 .btn.btn-secondary.dropdown-toggle {
  font-weight: bold;
}

header.style2 .dropdown-menu.show > button,
.dropdown-menu.show > a {
  font-weight: normal;
}

header.style2 .main-menu > ul > li:first-child {
  margin-left: 0;
}

header.style2 .main-menu > ul > li,
header.style2 .main-menu > div > ul > li {
  display: inline-block;
  float: none;
}

header.style2 {
  height: auto;
}

header.style2 .main-menu > ul,
header.style2 .main-menu > div > ul {
  display: inline-block;
  float: none;
}

.top-search {
  display: inline-block;
  margin-left: 75px;
  vertical-align: middle;
}

.top-search > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

header.style2 .main-menu > ul > li ul,
header.style2 .main-menu > div > ul > li ul {
  text-align: left;
}

.timings .main-btn {
  padding: 9px 34px;
  float: right;
}

.timings .main-btn:hover {
  background: #333;
}

header.style2 .logo {
  line-height: 177px;
}

/*--- new page ---*/

.page-top {
  float: left;
  padding: 120px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.top-meta {
  float: left;
  width: 100%;
  visibility: hidden;
}

.top-meta > h2 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

ol.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.breadcrumb-item {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #181818;
}

.blog-detail-page {
  display: inline-block;
  position: relative;
  width: 100%;
}

.blog-detail-page.project-deta .blog-detail-meta {
  border-bottom: 0;
}

.blog-detail-page > figure {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.blog-detail-meta {
  border-bottom: 1px solid #dfdede;
  display: inline-block;
  margin-bottom: 23px;
  margin-top: 30px;
  width: 100%;
  position: relative;
}

.blog-detail-meta > h2 {
  color: #121212;
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.blog-detail-meta > p {
  color: #656666;
  display: block;
  letter-spacing: 0.3px;
  margin-bottom: 38px;
  width: auto;
  font-weight: normal;
  float: none;
}

.blog-detail-meta .comments-area {
  margin-bottom: 30px;
}

.blog-detail-meta blockquote {
  color: #666766;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 38px;
  padding-left: 30px;
  position: relative;
}

.align-left {
  float: left;
  width: auto;
  margin-bottom: 50px;
  margin-right: 45px;
}

.align-right {
  float: right;
  margin-bottom: 50px;
  margin-left: 45px;
  width: auto;
}

.align-center {
  display: block;
  margin: 0 auto 40px;
}

blockquote::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.detail-btm-meta {
  display: inline-block;
  width: 100%;
}

.tags,
.social-circle {
  display: inline-block;
  vertical-align: middle;
  width: 49.6%;
}

.tags > span {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
}

.tags > a {
  color: #303030;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.tags > a::after {
  content: ",";
}

.tags > a:last-child:after {
  display: none;
}

.social-circle {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: right;
}

.social-circle > li {
  display: inline-block;
}

.social-circle > li a {
  background: #eaeaea none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #444445;
  display: inline-block;
  font-size: 13px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.social-circle > li a:hover {
  color: #fff;
}

.banner-meta {
  display: inline-block;
  padding: 35px;
  text-align: center;
  width: 100%;
}

.banner-meta > h2 {
  color: #191919;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  width: 100%;
}

.banner-meta > p {
  color: #888;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 45px;
  margin-top: 10px;
  width: 100%;
}

.banner-meta a.main-btn {
  color: #0f0f0f;
  font-weight: bold;
  padding: 14px 30px;
  text-transform: uppercase;
}

.banner-meta a.main-btn:hover {
  background: #191919 none repeat scroll 0 0;
  color: #fff;
}

/*--- autohr box ---*/

.author-box {
  background: #f3f3f3 none repeat scroll 0 0;
  display: inline-block;
  margin-top: 70px;
  width: 100%;
}

.author-box > figure {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 23.5%;
}

.author-post {
  display: inline-block;
  padding-left: 50px;
  vertical-align: middle;
  width: 76%;
}

.author-post > h3 {
  color: #333333;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
}

.author-post > span {
  display: inline-block;
  font-size: 13px;
  margin-left: 25px;
}

.author-post > ul,
.share-social {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  margin-left: 65px;
  padding-left: 0;
  vertical-align: middle;
}

.author-post > ul li,
.share-social li {
  display: inline-block;
  margin-right: 14px;
}

.author-post ul li a,
.share-social li a {
  color: #444545;
  font-size: 13px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.author-post > p {
  color: #666766;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 5px;
}

/*--- comments section ---*/

.comment-area {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.comment-title {
  color: #000;
  float: left;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
  font-weight: 800;
  line-height: initial;
}

.comments {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

.comment-box {
  background: #f3f3f3;
  display: inline-block;
  padding: 25px 30px;
}

.comments > li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.comments > li:last-child {
  margin-bottom: 0;
}

.commenter-photo {
  display: table-cell;
  vertical-align: middle;
  width: 13.5%;
}

.commenter-meta {
  display: table-cell;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

.commenter-photo > img {
  width: auto;
}

.comment-titles h6 {
  color: #2d2d2d;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  vertical-align: top;
}

.comment-titles > span {
  color: #a2a1a1;
  font-size: 14px;
  margin-left: 6px;
  margin-right: 22px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

a.reply {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 2px 18px;
  text-transform: capitalize;
  vertical-align: middle;
}
a.reply:hover{
  background: #000;
  color: #fff;
}
.commenter-meta > p {
  color: #666;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding-top: 13px;
  width: 90%;
  font-weight: normal;
}

.comments > li > ul {
  float: left;
  list-style: outside none none;
  margin-top: 17px;
  padding-left: 60px;
  width: 100%;
}

/*--- contact form ---*/

.comment-form {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.c-form {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.c-form input,
.c-form textarea {
  background: #f3f3f3 none repeat scroll 0 0;
  border: medium none;
  color: #818181;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15px;
  padding: 20px 30px;
  width: 100%;
  font-weight: bold;
}

.c-form > .row > div {
  padding: 5px;
}

.c-form input.submit,
.c-form button.submit {
  color: #fff;
  background:#9d0101 !important;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  padding: 17px 43px;
  width: auto;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.c-form input.submit:hover,
.c-form button.submit:hover {
  background: #333;
  color: #fff;
}

/*--- sidebar widgets ---*/

.sidebar .widget {
  border: 3px solid #efefef;
  margin-bottom: 30px;
  padding: 35px 30px;
}

.sidebar .widget-title {
  margin-bottom: 18px;
}

.sidebar .widget-title > h4 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.sidebar .userful-links {
  margin-bottom: 0;
}

.sidebar .userful-links > li:last-child {
  margin-bottom: 0;
}

/*--- time widget ---*/

.times {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.times > li {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.times > li span {
  font-size: 16px;
  font-weight: bold;
}

.times > li p {
  color: #8d8d8d;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
}

.times > li:last-child {
  margin-bottom: 0;
}

/*--- categories widget ---*/

.categories {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.categories > li {
  display: inline-block;
  width: 100%;
}

.categories > li a {
  border-bottom: 2px solid #ededed;
  color: #8d8d8d;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 21px;
  padding-top: 10px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

.categories > li a::before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}

.categories > li:last-child a {
  border-bottom: 0 none;
}

.banner-box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.banner-info {
  display: inline-block;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}

.banner-info > h2 {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  width: 100%;
}

.banner-info > h4 {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
}

.banner-info > a {
  background: #0f0e0f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 22px;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/*--- tutorial page ---*/

.tutorial-box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.tutorial-box figure {
  display: inline-block;
  position: relative;
}

.tutorial-box figure span {
  bottom: -44px;
  display: inline-block;
  left: 20px;
  line-height: initial;
  position: absolute;
}

.tutorial-box figure span i {
  border: 25px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 50px;
  line-height: 38px;
}

.tutorial-meta {
  display: inline-block;
  margin-top: 26px;
  width: 100%;
}

.tutorial-meta > h2 {
  color: #181818;
  font-size: 22px;
  font-weight: bold;
}

.tutorial-meta > h2 a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.tutorial-meta > span {
  color: #888888;
  display: inline-block;
  font-family: Libre Baskerville;
  font-size: 16px;
  font-style: italic;
  width: 100%;
}

.tutorial-box figure > i {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  bottom: -52px;
  display: inline-block;
  font-size: 70px;
  height: 116px;
  left: 20px;
  line-height: 116px;
  position: absolute;
  text-align: center;
  width: 116px;
}

/*--- contact page ---*/

.complete-contact {
  display: inline-block;
  width: 100%;
}

.complete-contact > h2 {
  color: #181818;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  width: 100%;
}

.complete-contact > span {
  color: #888888;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 16px;
  width: 100%;
}

.complete-contact > p {
  color: #888888;
  display: inline-block;
  width: 100%;
}

.complete-contact > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 28px;
  padding-left: 0;
  width: 100%;
}

.complete-contact > ul li {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}

.complete-contact > ul > li > i {
  background: #f3f3f3 none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 53px;
  line-height: 53px;
  text-align: center;
  vertical-align: top;
  width: 53px;
  color: #9d0101 !important;
}

.xyz {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  width: 80%;
}

.xyz > span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.xyz > p {
  color: #444545;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  width: 80%;
  line-height: 22px;
}

.complete-contact > ul li:last-child {
  margin-bottom: 0;
}

.contact-info .c-form .submit {
  margin-bottom: 50px;
}

.blog-page .blog-grid {
  margin-bottom: 50px;
}

/*--- pagination ---*/

.pagination {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.pagination > li {
  display: inline-block;
  margin-right: -11px;
}

.pagination > li a {
  background: #fafafa none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 55px;
}

.pagination > li.prev a,
.pagination > li.next a {
  background: #000 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  width: 130px;
  z-index: 1;
}

.pagination > li.prev a:hover,
.pagination > li.next a:hover {
  color: #000;
}

.pagination > li span {
  font-size: 25px;
  margin: 0 30px;
}

/*--- 404 page ---*/

.error-page {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.error-page > img {
  display: block;
  margin: 0 auto;
}

.error-page > span {
  color: #444545;
  font-family: Libre Baskerville;
  font-size: 40px;
  font-style: italic;
  letter-spacing: -0.5px;
  margin-top: 5px;
}

.error-page > p {
  color: #666766;
  font-weight: normal;
  margin-top: 28px;
  max-width: 65%;
}

.error-page > form {
  display: block;
  margin: 30px auto;
  max-width: 60%;
}

.error-page > form input {
  background: #fafafa none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #a7a7a7;
  font-size: 13px;
  padding: 20px 40px;
  width: 80%;
}

.error-page > form button {
  border: medium none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #000;
  height: 60px;
  margin-left: -60px;
  width: 60px;
}

/*--- project detail page ---*/

.opening-hours {
  display: inline-block;
  width: 100%;   
  padding: 40px 0px 0 0;
}

.opening-hours > span {
  color: #666767;
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 15px;
  width: 100%;
}

.project-deta .blog-detail-meta > h2 {
  margin-bottom: 25px;
}

.project-deta .blog-detail-meta > p {
  color: #9fa4ae;
  font-size: 16px;
  letter-spacing: initial;
  line-height: 25px;
  margin-bottom: 20px;
}

.opening-hours > ul {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.opening-hours > ul li {
  display: inline-block;
    margin-bottom: 14px;
    width: 100%;
    border: 1px solid #e2e1e1;
    padding-left: 10px;
}

.opening-hours > ul li span {
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  width: 173px;
  letter-spacing: initial;
}

.opening-hours > ul li p {
  font-weight: normal;
  margin-bottom: 0;
}

.opening-hours > ul li i {
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
}

.blog-detail-meta > span {
  display: inline-block;
  font-family: Libre Baskerville;
  font-size: 18px;
  font-style: italic;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
  width: 100%;
}

.project .blog-detail-meta > h2 {
  margin-bottom: 22px;
}

.sharing > span {
  color: #636464;
  display: inline-block;
  font-size: 16px;
  letter-spacing: initial;
  width: auto;
}

.project-deta .share-social > li {
  padding-right: 20px;
  position: relative;
}

.project-deta .share-social > li::after {
  background: #e0e0df none repeat scroll 0 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.project-deta .share-social > li a {
  color: #454545;
  font-size: 16.5px;
}

.project-deta .share-social > li:last-child::after {
  display: none;
}

.opening-hours > ul li i {
  letter-spacing: initial;
}

/*--- service detail page ---*/

.fixkar .blog-detail-meta {
  margin-top: 0;
  border-bottom: 0 none;
}

.fixkar .blog-detail-meta > h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.fixkar .blog-detail-meta p.sub-des {
  color: #444d61;
  font-style: italic;
}

.fixkar .blog-detail-meta > p {
  color: #9fa4af;
  margin-bottom: 20px;
}

.fixkar .opening-hours {
  margin-top: 25px;
}

.fixkar .main-btn {
  margin-top: 40px;
}

.fixkar .blog-detail-meta .main-btn {
     background: #9d0101;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: initial;
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 35px;
    border-radius: 0px;
}

.fixkar .blog-detail-meta .main-btn:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

.servise-pricing {
  display: inline-block;
  width: 100%;
}

.price-list {
  background: #fafafa none repeat scroll 0 0;
  display: inline-block;
  padding: 20px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/*.price-list.overlap-70 {
  margin-left: 20px;
  margin-top: -70px;
  width: calc(100% - 40px);
}*/

.price-list > span {
      color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-weight: 800;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background: #9d0101;
    padding: 8px 0;
}

.price-list > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.price-list > ul li {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 10px;
  padding: 13px 30px;
  width: 100%;
}

.price-list > ul li:last-child {
  margin-bottom: 0;
}

.price-list > ul li span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-right: 7px;
}

.price-list > ul li i {
  color: #444545;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -0.3px;
}

/*--- blog list style ---*/

.blog-grid.list-style > figure {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
  width: 50%;
}

.blog-grid.list-style .blog-meta {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 44%;
}

.blog-grid.list-style .blog-meta > p {
  color: #888;
  margin-bottom: 35px;
  margin-top: 20px;
}

.list-style .blog-meta .main-btn {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #222;
  font-weight: bold;
  letter-spacing: 0.2px;
}

/*--- about video banner ---*/

.find-solution {
  float: left;
  padding: 0 15px;
  width: 100%;
}



.find-solution > .row > div {
  padding: 0;
}

.video-banner {
  float: left;
  position: relative;
  width: 100%;
}

.video-banner > figure {
  margin-bottom: 0;
  position: relative;
}

.video-banner > figure a {
  font-size: 80px;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.our-process {
  background: #0f0e0f none repeat scroll 0 0;
  display: inline-block;
  padding: 37px 110px 13px;
  position: relative;
  width: 100%;
  /*min-height: 591px;*/
}

.our-process > span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.our-process > h2 {
  color: #fff;
  display: inline-block;
  font-size: 39px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 40px;
  width: 100%;
}

.ziehharmonika {
  display: inline-block;
  width: 100%;
}

.ziehharmonika .accordion-title {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #272727;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -2px;
  padding: 18px 15px 18px 55px;
}

.ziehharmonika .accordion-title.active {
  color: #161617;
}

.ziehharmonika > div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding-bottom: 20px;
  padding-top: 0;
}

.ziehharmonika > div p {
  color: #8f8f8f;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
}

.arrowDown {
  display: none;
}

.accordion-title > span {
  background: #272727;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  color: #fff;
  letter-spacing: -0.2px;
}

.accordion-title.active > span {
  background: #0f0e0f;
}

/*--- related video posts ---*/

.related-videos {
  float: left;
  margin-top: 60px;
  width: 100%;
}

.related-videos > h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin-bottom: 35px;
  width: 100%;
}

.video-meta .tutorial-meta > h2 {
  font-size: 25px;
}

.video-meta .tutorial-meta {
  margin-bottom: 45px;
  width: 50%;
}

.download-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 35px 40px 30px;
  position: absolute;
  right: 40px;
  top: -160px;
  width: 325px;
}

.download-box > ul {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.download-box ul li {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}

.download-box ul li p {
  color: #fff;
  font: inherit;
  margin-bottom: 0;
}

.download-box ul li span {
  display: inline-block;
  width: 130px;
}

.download-box > a {
  background: #0f0e0f none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 16px 39px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
}
.download-box > a:hover{
  background: #fff;
  color: #000;
}

.download-box > a i {
  font-size: 16px;
  margin-right: 5px;
}

/*---coming soon page ---*/

.coming-soon .logo {
  line-height: initial;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}

.coming-soon {
  float: left;
  padding: 70px 60px;
  width: 100%;
  height: 100vh;
}

.soon-meta {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.soom-info {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 45%;
  margin-right: 70px;
}

.time-counter {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding: 55px;
}

.soom-info > h1 {
  color: #313131;
  display: inline-block;
  font-size: 74px;
  font-weight: 800;
  line-height: 67px;
  max-width: 90%;
}

.soom-info > p {
  color: #313131;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 25px;
}

.countdown {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.countdown > li {
  display: inline-block;
  position: relative;
  width: 120px;
}

.countdown > li > span {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
}

.countdown > li > p {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
}

.countdown > li::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.countdown > li:last-child::after {
  display: none;
}

.time-counter form {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}

.time-counter form input {
  border: medium none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  color: #a7a7a7;
  display: inline-block;
  font-size: 13px;
  padding: 20px 40px;
  width: 100%;
}

.time-counter form button {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  padding: 0 45px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
/*--- new feature area home 3 ---*/

.feature-area {
  float: left;
  width: 100%;
}

.middle-c {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.m-content {
  color: #fff;
  float: left;
  width: 100%;
}

.m-content > h5 {
  display: inline-block;
  font-family: Libre Baskerville;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
  width: 100%;
}

.m-content > h1 {
  font-size: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.m-content > h3 {
  font-size: 40px;
}

/*--- search popup ---*/

.search-wraper {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.search-wraper.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.close-search {
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 128px;
  top: 128px;
  width: 30px;
  cursor: pointer;
}

.search-popup {
  color: #fff;
  left: 50%;
  padding: 0 120px;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.search-popup > .heading {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 190px;
  position: relative;
  width: 100%;
}

.search-form {
  display: inline-block;
  width: 100%;
}

.search-form form {
  display: inline-block;
  position: relative;
  width: 100%;
}

.search-form form input {
  border-bottom-colors: none;
  border-left-colors: none;
  border-right-colors: none;
  border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #bcbcbc;
  -webkit-border-image: none;
  -moz-border-image: none;
  -ms-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #fff;
  font-size: 35px;
  padding: 0 0 20px;
  width: 100%;
}

.search-form form label {
  display: inline-block;
  font-size: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}

.search-popup > .heading::before {
  background: #bcbcbc none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 64px;
}

.search-form form button {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*--- responsive header ---*/
.responsive-header {
  display: none;
}
.header {
    display: inline-block;
    line-height: 59px;
    padding: 0 18px;
    width: 100%;
}
.header > .res-logo {
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
    width: 70%;
}
.btn-area {
    border-left: 1px solid #dddddd;
    cursor: pointer;
    float: right;
    line-height: 60px;
    padding-left: 18px;
    text-align: left;
    vertical-align: middle;
    width: 81px;
}
.btn-area > em {
    color: #2e2e2e;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}
.resp-btn {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    width: 17px;
}
.resp-btn > i {
    background: #2e2e2e none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    width: 100%;
	transition: all 0.2s linear 0s;
}

.btn-area:hover span i:nth-child(2) {
    text-align: left;
    width: 8px;
}

/*--- Responsive Header dropdown ---*/
.responsive-header {
  display: none;
}
.blue-layer::before {
    background: rgba(18, 18, 30, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}
.close-menu > em {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-right: 5px;
	font-style: normal;
}
.close-menu > i {
    border-radius: 100%;
    color: #0e0e0e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 35px;
	text-align: center;
	transition: all 0.2s linear 0s;
}
.close-menu > i:hover{
	transform: scale(1.1);
}
.menu-logo {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 9;
}




.responsive-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 7px 7px 7px 0;
    bottom: 0;
    height: 100vh;
    opacity: 0;
    padding: 78px 48px 30px;
    position: fixed;
    right: -100%;
    text-align: left;
    top: 0;
    visibility: hidden;
    width: 320px;
    z-index: 99999;
	overflow-x: hidden;
	background: rgba(18, 18, 30, 0.95) none repeat scroll 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.responsive-menu.slidein {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  right: 0;
  visibility: visible;
}

.close-btn {
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 30px;
}

.responsive-menu ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  margin-top: 40px;
}

.responsive-menu ul li {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1px;
    position: relative;
    width: 100%;
}

.responsive-menu ul li a {
  color: inherit;
  float: left;
  padding: 5px 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  transition: all 0.2s linear 0s;
}

.responsive-menu ul li.menu-item-has-children.active > a {
    font-size: 29px;
    font-weight: 800;
    text-decoration: underline;
}

.responsive-menu ul li.menu-item-has-children > a::before {
    border-radius: 100%;
    content: "";
    height: 54px;
    left: -145px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 97px;
	transition: all 0.25s linear 0s;
}

.responsive-menu ul li.menu-item-has-children.active > a::before {
    left: -128px;
}


.responsive-menu ul li:last-child a {
  margin-bottom: 0;
}

.responsive-menu ul li i {
  display: none;
}

.responsive-menu ul li.menu-item-has-children > i {
  cursor: pointer;
  display: block;
  font-size: 15px;
  position: absolute;
  right: 35px;
  top: 18px;
}

.responsive-menu ul ul {
  display: none;
}

/*.responsive-menu > ul > li.menu-item-has-children.active > a {
    color: red;
}*/

.responsive-menu ul ul li.menu-item-has-children > a {
  border-bottom: 1px solid #353535;
}

.responsive-menu ul ul li a {
    color: #ababab;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0;
    padding: 5px 10px 5px 28px;
    position: relative;
    width: 100%;
}


.responsive-menu ul ul li a::before {
    background: #ababab none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    transition: all 0.2s linear 0s;
}

.responsive-menu ul ul ul {
  padding-left: 40px;
}

.responsive-menu ul ul ul li a {
  border-bottom: 0 none;
  padding-left: 20px;
}

.responsive-menu ul ul li.menu-item-has-children > i {
  top: 10px;
}

.responsviemenu-btn {
  color: #333;
  cursor: pointer;
  float: right;
  font-size: 24px;
  line-height: 65px;
  position: relative;
  text-align: center;
  width: 35px;
}

.responsviemenu-btn > i {
  color: #fff;
}

.responsive-menu ul li ul.submenu {
    float: left;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
	margin-bottom: 25px;
}

.responsive-menu.slidein > ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.responsive-menu > ul {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  -ms-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}


.responsive-menu .down i {
    color: #cacaca;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.address {
    border-top: 1px solid #28284a;
    color: #ababab;
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.address-box {
    border-bottom: 1px solid #28284a;
    float: left;
    padding: 10px 0;
    transform: translate(30px);
    transition: all 0.2s linear 0.5s;
    width: 100%;
}
.responsive-menu.slidein .address-box{
	transform: translate(0);
}
.address-box > i {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}
.adres-meta {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    width: 84%;
}
.adres-meta > span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: initial;
    width: 100%;
}
.address .address-box:nth-last-child(1) {
    border-bottom: 0 none;
}
.get-quot {
    border-radius: 30px;
    clear: both;
    color: #0e0e0e;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 43px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: 156px;
    z-index: 2;
}
.down {
    display: inline-block;
    width: 100%;
}
.get-quot:hover {
    background: #fff none repeat scroll 0 0;
}
.sticky-btn {
	position:fixed;
	right: -100%;
	top:0;
	z-index: 999;
	transition: all 0.3s linear 0s;
	opacity: 0;
	visibility: hidden;
}

.sticky-btn.mobile {
	right:0;
	opacity: 1;
	visibility: visible;
}
.sticky-btn .btn-area {
    
    border-radius: 0 0 0 30px;
    height: 50px;
    line-height: 44px;
    width: 109px;
}
.sticky-btn .btn-area > em {
    padding-left: 9px;
    width: 56%;
}
.sticky-btn .btn-area:hover em{color: #fff;}
.sticky-btn .btn-area:hover span i{background: #fff;}

/*--- repairing shortcode ---*/

.repair-shortcod {
    display: inline-block;
    position: relative;
    width: 100%;
}
.repair-shortcod > figure {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.repair-list {
    display: inline-block;
    margin-left: 35px;
    vertical-align: middle;
    width: 40%;
}
.repair-shortcod > figure::before {
    background: red none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 280px;
    left: 0;
    opacity: 0.32;
    position: absolute;
    top: 20px;
    width: 280px;
    z-index: -1;
}
.repair-shortcod > figure a.main-btn {
    margin-top: 32px;
}
.repair-list > span {
    color: #ff7832;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
}
.repair-list > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}
.repair-list > ul li {
    color: #6f6f6f;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
}
.repair-list > ul li i {
    background: #9d0101 none repeat scroll 0 0 !important;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
	margin-right: 10px;
}
/*--- about us carousel home2 ---*/
.aboutus-caro-sec {
    float: left;
    padding: 20px 80px 40px;
    position: relative;
    width: 100%;
}
.about-caro {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.about-caro li figure {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.about-caro li figure > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: -2px -2px 0 red;
    display: inline-block;
    left: 50%;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 43px;
	z-index: 2;
	transition: all 0.2s linear 0.2s;
}
.about-caro li:hover figure > a {
	transform: translate(-50%, -50%) scale(1);
}
.about-caro li figure::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 1;
	visibility: hidden;
	transition: all 0.2s linear 0s;
	
}
.about-caro li:hover figure::before {
	opacity: 0.75;
	visibility: visible;
}
.about-caro-meta > span {
    color: #fff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.2;
    vertical-align: middle;
}
.about-caro-meta > div h5 {
    color: #fff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
}
.about-caro-meta > div p {
    color: #727272;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin: 0;
    width: 100%;
}
.about-caro-meta > div {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: 70%;
}
.about-caro .owl-controls {
    display: inline-block;
    left: -65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}
.about-caro .owl-next {
    left: 15px;
    right: auto;
    top: -38px;
}
.about-caro .owl-prev {
    top: 10px;
	left: 5px;
}
.about-caro .owl-prev::before,
.about-caro .owl-next::before{
    content: "\f107";
	color: #fff;
	background: #9d0101;
	width: 38px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
}
.about-caro .owl-next::before {
    content: "\f106";
}
.about-caro .owl-prev:hover:before,
.about-caro .owl-next:hover:before{
	background: #ff7832 !important;
}

/*--- Broken mobile repair section ---*/

.verticl {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.problemfix-meta {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
    width: 100%;
}
.problemfix-meta > h2 {
    display: inline-block;
    font-size: 47px;
    font-weight: 800;
    line-height: 50px;
    width: 100%;
	margin-bottom: 5px;
}
.problemfix-meta > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
}
.problemfix-meta > ul li {
    color: #5d5d5d;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.problemfix-meta > ul li::before {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}
.problemfix-video {
    float: left;
    position: relative;
    width: 100%;
}

.problemfix-video::before {
    background: red none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 500px;
    left: 40px;
    opacity: 0.32;
    position: absolute;
    top: 80px;
    width: 500px;
    z-index: -1;
}

.video-circle {
    left: -60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.video-date {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-date > a {
    background: #da3038;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.video-date > span {
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 11px;
    letter-spacing: 0.4px;
    text-decoration: underline;
    width: 100%;
}
.video-img {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video-img::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.video-img > img {
    border-radius: 100%;
}
.problemfix-video > figure > ul {
    left: 70px;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    text-align: left;
    top: 50px;
    z-index: 9;
}
.problemfix-video > figure > ul li {
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 6px 10px 29px 0 rgba(0, 0, 0, 0.04);
    display: block;
    height: 38px;
    line-height: 39px;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 39px;
}
.problemfix-video > figure > ul li:hover {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    width: auto;
}
.problemfix-video > figure > ul li:hover span {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.problemfix-video figure ul li i {
    background: red none repeat scroll 0 0;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}
.problemfix-video ul li span {
    color: #4e4d4d;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    opacity: 0;
    padding-left: 53px;
    padding-right: 30px;
    transform: scale(0);
    transition: all 0.25s linear 0s;
    vertical-align: top;
    visibility: hidden;
}
.problemfix-video > figure {
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    width: auto;
}

.problemfix-video > figure > ul li:nth-child(2) {
    left: 80px;
    top: 100px;
}
.problemfix-video > figure > ul li:nth-child(3) {
    left: 0;
    top: 200px;
}
.problemfix-video > figure > ul li:nth-child(4) {
    left: 100px;
    top: 300px;
}
.problemfix-video > figure > ul li:nth-child(5) {
    left: 225px;
    top: 370px;
}
.problemfix-video > figure > ul li:nth-child(6) {
    left: 200px;
    top: 100px;
}
.problemfix-video > figure > ul li:nth-child(7) {
    left: 100px;
    top: 324px;
}
.problemfix-video > figure > ul li:nth-child(8) {
    left: 90px;
    top: -30px;
}
.heartbeat{
	position: relative;
}
.heartbit:before {
	animation: 2s ease-out 0s normal none infinite running heartbit;
    border: 12px solid #fff;
    border-radius: 100%;
    content: "";
    height: 85px;
    left: 30px;
    position: absolute;
    top: -17px;
    width: 85px;
    z-index: -1;
}

@keyframes heartbit {
0% {
    opacity: 0;
    transform: scale(0);
}
25% {
    opacity: 0.1;
    transform: scale(0.1);
}
50% {
    opacity: 0.3;
    transform: scale(0.5);
}
75% {
    opacity: 0.5;
    transform: scale(0.8);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
@keyframes heartbit {
0% {
    opacity: 0;
    transform: scale(0);
}
25% {
    opacity: 0.1;
    transform: scale(0.1);
}
50% {
    opacity: 0.3;
    transform: scale(0.5);
}
75% {
    opacity: 0.5;
    transform: scale(0.8);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
/*--- video with problem form section ---*/
.video-scare {
    float: left;
    margin-left: -25px;
    position: relative;
    width: 170px;
}
.problem-form {
    float: left;
    padding-left: 40px;
    width: 75%;
}
.video-scare .video-img::before {
    display: none;
}
.video-scare .video-img img {
    border-radius: 0;
}
.video-scare .video-img {
    border-right: 5px solid red;
}
.problem-form-box {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 50px 40px 50px 0;
    width: 100%;
    position: relative;
    background: #fff;
}

.video-scare .heartbit::before {
    left: -1.6px;
    top: -17.5px;
}

.problem-form .c-form .action-btns {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
}
.problem-form .action-btns > span {
    color: #0e0e0e;
}
.problem-form .action-btns > i {
    color: #0e0e0e;
    left: 23px;
    top: 48px;
}
.problem-form .c-form input, .problem-form .c-form textarea {
    border-radius: 4px;
    padding: 17px 40px;
}
.problem-form .action-btns > button:hover, .fileContainer:hover,
.problem-form .action-btns > button:hover, .fileContainer:hover{
	background: #343434;
	color: #fff;
}
.problem-form .c-form .action-btns label input {
    padding: 0;
}
.c-form i {
    color: #7e7e7e;
    font-size: 13px;
    left: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.problem-form .c-form input:focus, .problem-form .c-form textarea:focus{
	box-shadow: inset 0px 0px 3px ;
}

.problem-form-box::before {
    background: red none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 300px;
    position: absolute;
    right: -30px;
    top: 0;
    transform: rotate(22deg);
    width: 500px;
    z-index: -1;
}
.problem-form-box::after {
    background: red none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    transform: rotate(-22deg);
    width: 500px;
    z-index: -1;
}

@keyframes wave {
  0% { 
    left: -80px; 
  }
  100% { 
    left: 0; 
  }
}

/*--- easy pie chart section ---*/

.graph-meta > p {
        font-weight: 600 !important;
    color: #9d0101;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
}
.four-step img {
    margin: 0 auto;
    display: block;
}
/*= = = == = == = max-container= === == = == */
.max-container {
  padding: 100px;
  background: #b3afaf9e;
}
.modal-box-form .book-now-form {
  background: #9d0101;
    padding: 19px 20px;
}
.modal-box-form .book-now-form h1 {
  color: #fff;
}

.modal-box-form .modal-content {
    background-color: #fff0;
    border: 1px solid rgb(0 0 0 / 0%);
}
.modal-box-form .modal-header {
    border-bottom: 1px solid #e9ecef00;
}
.main-menu > ul > li > a, .main-menu > div > ul > li > a:hover {
    color:#ff7832 !important;
}
.main-menu > ul > li > a, .main-menu > div > ul > li > a {
    color:#9d0101;
}


.modal-box-form .btn-primary {
    color: #fff;
    background-color: #ff7832;
    border-color: #ff7832;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    width: 100%;
}
.modal-box-form .btn-primary:hover {
  background: #ffa50000;
    border-color: #ff7832;
}
.modal-box-form .modal-header .close {
    padding: 0rem;
    margin: -1rem -1rem -1rem auto;
    background: #ff7832;
    border-radius: 50px;
    opacity: 1;
    width: 40px;
    height: 40px;
    color: #fff;
}


.top-header .nav-links > li {
  display: inline-block;
  margin-left: 26px;
  padding-left: 6px;
  position: relative;
}

.top-header .nav-links > li::before {
  background: #cbcbcb none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: -12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.top-header .nav-links > li:first-child::before {
  display: none;
  margin-left: 0;
  padding-left: 0;
}






.top-header .bottombar {
  padding: 10px 0px;
}
.top-header .bottombar .bottombar .nav-links {
  text-align: center;
    margin: 0 auto;
    float:none;
}
.top-header .nav-links > li {
  color: #ffffff;
}
.slider-boot-new img {
  border-radius: 30px;
}
.slider-boot-new  .carousel-inner {
  border-radius: 30px;
}
.multi-slider-header {
  padding: 62px 0px 10px;
}
.about-sec .main-title > h1 {
 
  float: left;
}
.about-sec .main-title p {
  text-align: justify;
}

.m-b-180 {
  margin-bottom: 120px;
}
.about-caro video {
  height: 240px !important;
}

footer .about .logo img {
  width: 200px;
}

@media (min-width: 768px) {
.about-img:before {
    top: -40px;
    left: -40px;
}
}
.about-img:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 4px solid #9d0101;
    border-radius: 5px;
    z-index: -1;
}

.about-img {
    position: relative;
    display: inline-block;
}
.about-img img {
  border-radius: 5px;
}
.top-slider-box .bg-img {
    position: relative;
}
.top-slider-box .top-search-baar{
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 225px 0px;
    text-align:center;
}
.top-slider-box form {
    display: inline-flex;
}
.top-slider-box .form-group {
    margin-bottom: 0rem;
    width: 450px;
}
.top-slider-box .btn-primary {
    color: #fff;
    background-color: #ff7832;
    border-color: #ff7832;
    border-radius: 0px;
    text-align: center;
    margin: auto;
    padding: 6px 50px;
}
.top-slider-box .btn-primary:hover {
  background:#9d0101;
  border-color: #9d0101;
}
.top-slider-box .form-control {
    border-radius: 0px;
    border: 1px solid #ff7832;
    cursor: pointer;
}
.top-slider-box .form-control:hover {
    background-color: #ffffff0d;
}
.footer-snd-blk {
    background: #191919;
    color: #b0afb9;
    padding: 30px 0;
}
.footer-snd-blk .subHead {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.footer-snd-blk ul.catalog-foot {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-snd-blk ul.catalog-foot li {
    display: inline-block;
    margin-bottom: 5px;
}
.footer-snd-blk ul.catalog-foot li a {
    color: #a9a9a9;
    font-size: 13px;
    text-decoration: none;
}
.footer-snd-blk span {
    padding: 10px;
}
/* == = == = == == = = = = =discount-offer = == = = = = == = */
.discount-offer .pricingTable{
    background-color: #e2e2e2a1;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 260px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.discount-offer .pricingTable:before,
.discount-offer .pricingTable:after{
    content: '';
    background: linear-gradient(to left bottom, #a10903 45%, transparent 50%);
    height: 40px;
    width: 15px;
    position: absolute;
    top: 50px;
    left: -15px;
    z-index: -1;
}
.discount-offer .pricingTable:after{
    transform: rotateY(180deg);
    left: auto;
    right: -15px;
}
.discount-offer .pricingTable .pricingTable-header{
    color: #fff;
    background: #9d0101;
    padding: 15px 0 25px;
    margin: 0 -15px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.discount-offer .pricingTable .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.discount-offer .pricingTable .price-value{
    color: #ff7832;
    font-size: 80px;
    font-weight: 500;
    border-bottom: 2px solid #9d0101;
    display: inline-block;
}
.discount-offer .pricingTable h2 {
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 0px 0px;
    text-align: center;
}
.discount-offer .pricingTable p {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 0px 0px;
    text-align: center;
    color: black;
}



.discount-offer .pricingTable .pricingTable-signup a{
    color: #fff;
    background: #9d0101;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 26px;
    display: inline-block;
    position: relative;
    bottom: -28px;
    transition: all 0.3s;
}
.discount-offer .pricingTable .pricingTable-signup a:hover{
    background: #a10903;
    text-shadow: 0 0 5px #000;
}
/*
.discount-offer .pricingTable .pricingTable-signup a:before,
.discount-offer .pricingTable .pricingTable-signup a:after{
    content: '';
    background: linear-gradient(to left bottom, #a10903 48%, transparent 50%);
    height: 50%;
    width: 25%;
    position: absolute;
    left: -25%;
    bottom: 0;
    z-index: -1;
}
.discount-offer .pricingTable .pricingTable-signup a:after{
    transform: rotateY(180deg);
    left: auto;
    right: -25%;
}*/
.discount-offer .pricingTable.pink:before,
.discount-offer .pricingTable.pink:after{
    background: linear-gradient(to left bottom, #C51162 45%, transparent 50%);
}
.discount-offer .pricingTable.pink .pricingTable-header{ background: #F50057; }
.discount-offer .pricingTable.pink .pricing-content{ border-color: #F50057; }
.discount-offer .pricingTable.pink .pricing-content li:before,
.discount-offer .pricingTable.pink .pricingTable-signup a{
    background: #F50057;
}
.discount-offer .pricingTable.pink .pricingTable-signup a:before,
.discount-offer .pricingTable.pink .pricingTable-signup a:after{
    background: linear-gradient(to left bottom, #C51162 48%, transparent 50%);
}
.discount-offer .pricingTable.pink .pricingTable-signup a:hover{ background: #C51162; }
.discount-offer .pricingTable.purple:before,
.discount-offer .pricingTable.purple:after{
    background: linear-gradient(to left bottom, #512DA8 45%, transparent 50%);
}
.discount-offer .pricingTable.purple .pricingTable-header{ background: #8e44ad; }
.discount-offer .pricingTable.purple .pricing-content{ border-color: #8e44ad; }
.discount-offer .pricingTable.purple .pricing-content li:before,
.discount-offer .pricingTable.purple .pricingTable-signup a{
    background: #8e44ad;
}
.discount-offer .pricingTable.purple .pricingTable-signup a:before,
.discount-offer .pricingTable.purple .pricingTable-signup a:after{
    background: linear-gradient(to left bottom, #512DA8 48%, transparent 50%);
}
.discount-offer .pricingTable.purple .pricingTable-signup a:hover{ background: #512DA8; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 auto 60px; }
}
@media only screen and (max-width: 576px){
    .discount-offer .pricingTable{
        margin: 0 auto 60px;
        width: 100%;
    }
}


.mrg_b_30 {
    padding: 30px 0px;
}
.why-choose-us img {
    width:80px;
}
/*= ================feedback-page==========================*/
.feedback-page {
    background: #ffffff;
}

.feedback-page .contact-form{
    background: #fff;
   
    box-shadow: 0 0 9px #d4caca;
    
}

.feedback-page .contact-image{
    text-align: center;
}
.feedback-page .contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    box-shadow: -1px -3px 2px #e2d1cc;
    transform: rotate(29deg);
        background: white;
}
.feedback-page .contact-form form{
    padding: 20px 10% 8%;
}
.feedback-page .contact-form form .row{
    margin-bottom: -7%;
}
.feedback-page .contact-form h3{
    
    text-align: center;
    color: #ff7832;
}
.feedback-page .contact-form p {
    margin-bottom: 6%;
    text-align:justify;
}
.feedback-page .contact-form .btnContact {
    width: 50%;
    border: none;
    padding: 1.5%;
    background: #ff7832;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.feedback-page .btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.services-page .bottom-form .main-btn.color {
    color: #fff;
    background: #9d0101 !important;
    border-radius: 0px;
    margin-top: 14px;
}
.bottom-form {
    background:#fafafa;
}
.contact-page .main-btn.color {
    color: #fff;
    background: #9d0101 !important;
    border-radius: 0;
    margin-top: 14px;
}
.contact-info .form-control {
    font-size: 11px;
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    font-weight: 600;
}
.top-form-section {
    margin-top: 130px;
}
.top-form-section .form-group {
    display: flex;
}
.top-form-section .form-group textarea {
    height:48px;
    border-radius: 0rem;
}
.top-form-section .form-control {
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 36px;
    border-radius: 0rem;
}
.top-form-section .form-group .fa {
        font-size: 23px;
    line-height: 40px;
    padding: 4px 10px;
    background: #9d0101;
    color: #fff;
        width: 50px;
    text-align: center;
}

.top-form-section .form-group .call-btn {
    background: #ff7832;
    padding: 10px 50px;
    line-height: 28px;
    color: #fff;
    font-size: 19px;
    border-left: 0;
    border-bottom: 2px solid white;
}

.top-form-section .form-group .call-btn:hover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*============================product-section=============*/
.four-step .box-four {
    background: #ffffff;
    padding: 40px 0;
}
.four-step .box-four:hover {
  animation: shake 0.5s;
  background: #f8f8f8;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*=======================================================*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom:0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #ffffff;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgb(255 120 50);
  height: 40px;
  width: 198px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 6px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
      border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
#topcontrol {
    bottom:33px;
}