/*--------------------------	Css Indexing���ྫƷģ������ʣ�http://www.bootstrapmb.com--------------------------** @typography--------------------------** Global css--------------------------** Breadcumb Area-------------------------- ** Preloader--------------------------** Normalize--------------------------** Navbar Area--------------------------** Header Area--------------------------** About us Area--------------------------** What we see Area--------------------------** Portfolio Area--------------------------** Team Area--------------------------** Counter Area--------------------------** Testimonial Area----------------------------------------------------** Intro Area--------------------------** Blog Area--------------------------** Contact Area--------------------------** Brands Area--------------------------** Call to action Area--------------------------** What we do Area--------------------------** Work With Us Area--------------------------** Pricing Plan Area--------------------------** Shop Area--------------------------** 404 Area--------------------------** Sidebar Area--------------------------** Footer Area--------------------------** Faq page--------------------------** Blog page--------------------------** Blog Details page--------------------------*/


/*-----------------    @Typography-----------------*/

@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Open+Sans:400,600,700");

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

element {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*{font-family: 'Noto Sans JP', sans-serif;}

/* marker */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, rgba(255,244,98,0.75), rgba(255,244,98,0.75));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
}

.js-marker.inview {
  background-size: 100% 30%;
}

/* heading01 */
.heading01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 80px;
	font-size: 32px;
	text-align: center;
	color: #007799;
}

.heading01 span {
	position: relative;
	z-index: 2;
}

.heading01::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(34,170,204,0.20);
	font-size: 80px;
	font-style: italic;
}

.heading01::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%) rotate(180deg);
	width: 1px;
	height: 60px;
	background-color: #007799;
}

/* header02 */
.heading02 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	font-family: 'Kiwi Maru', serif;
}

.heading02::before,
.heading02::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #FFA9AA;
}

.heading02::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading02::after {
	margin-left: 30px;
	transform: rotate(35deg)
}


.mb-10{
	margin-bottom: 250px;
}

.section-bg-1 {
  background-color: #f2f2f2;
}

.section-bg-2 {
  background-color: #19206e;
}

.bg-green {
  background-color: #17b212 !important;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.mobile-logo {
  display: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.remove-col-padding-right {
  padding-right: 0;
}

.remove-col-padding-left {
  padding-left: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem;
}

.br-30 {
  border-radius: 30px;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  background-color: #ff8400;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  z-index: 9;
  font-size: 40px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fix-call a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 110px;
  height: 110px;
	padding: 10px 7px 7px;
	background-color: #007799;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 0px;
	z-index: 9;
  font-size: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	opacity: 70%;
	transition: all 0.12s ease-in;
}
.fix-call a:hover {
	opacity: 100%;
}

.fix-call a span{
	padding-top: 8px;
  line-height: 12px;
	font-size: 12px;
	display: block;
}

.bg-dark {
  background-color: #191932;
}

.br-10 {
  border-radius: 10px;
}

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 200px;
  background-color: #ff8400;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.boxed-btn:hover {
  color: #fff;
  background-color: #181731;
}

.boxed-btn.btn-rounded {
  border-radius: 30px;
}

.boxed-btn.blank {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.boxed-btn.blank:hover {
  background-color: #ff8400;
  color: #fff;
}

.dark-bg {
  background-color: #13122c;
}

.gray-bg {
  background-color: #F2F2F2;
}

.mwd-700 {
  max-width: 700px;
}

.section-title {
  text-align: center;
  margin-bottom: 67px;
}

.section-title.white .subtitle {
  color: #7b7a95;
}

.section-title.white .title {
  color: #fff;
}

.section-title .subtitle {
  font-size: 25px;
  color: #818181;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
}

.section-title .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 27px;
  color: #13122c;
  font-weight: 700;
}

.section-title.extra {
  margin-bottom: 80px;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #ff8400;
}

.bg-red {
  background-color: #ff8400;
}

.c-green {
  color: #00cf92;
}

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff8400;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #181731;
}

.submit-btn.btn-rounded {
  border-radius: 30px;
}

.submit-btn.btn-center {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.submit-btn:focus {
  outline: none;
}

.section-title-inner {
  text-align: center;
  margin-bottom: 45px;
}

.section-title-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff8400;
  margin-bottom: 20px;
  display: block;
}

.section-title-inner .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.form-element.margin-bottom-30 {
  margin-bottom: 27px;
}

.form-element label {
  color: #13122c;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.form-element label span {
  color: #BE1F27;
}

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon {
  position: relative;
  display: block;
}

.has-icon.textarea .the-icon {
  top: 25px;
}

.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  color: #7c7c90;
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90;
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7c90;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7c90;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7c90;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7c90;
}

.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field.textarea {
  min-height: 120px;
  padding: 20px 30px;
  resize: none;
}

.input-field.error {
  border: 2px solid #ff8400;
}

.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff8400;
}

.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff8400;
}

.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff8400;
}

.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff8400;
}

.input-field.error:focus {
  border-color: #ff8400;
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
  position: relative;
  z-index: 1;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn:hover {
  color: #313131;
}

.email-success {
  display: block;
  width: 100%;
}

.checkbox-element {
  display: inline-block;
}

.checkbox-wrapper {
  display: inline-block;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.checkbox-inner input:checked~.checkmark {
  background-color: #ff8400;
}

.checkbox-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-inner input:checked~.checkmark:after {
  display: block;
}

.checkbox-inner .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-responsive {
  display: table;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs>[class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs>[class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0faff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 0px;
  background-color: #181731;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider:before {
  background-color: #ff8400;
}

input:checked+.slider {
  background-color: #f0faff;
}

input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #f0faff;
  box-shadow: 0 0 1px #f0faff;
}

input:checked+.slider:before {
  -ms-transform: translateX(41px);
  /* IE 9 */
  -webkit-transform: translateX(41px);
  /* Chrome, Safari, Opera */
  transform: translateX(41px);
}


/*---------------------    Breadcumb Area----------------------*/

.breadcrumb-area {
  padding: 340px 0 175px 0;
  position: relative;
  z-index: 0;
}

.breadcrumb-area.faq-page {
  padding-bottom: 195px;
}

.breadcrumb-area.exta {
  padding-bottom: 195px;
}

.breadcrumb-area.blog-page {
  padding-bottom: 197px;
}

.breadcrumb-area.pricing-page {
  padding: 340px 0 195px 0;
}

.breadcrumb-area.error-page {
  padding-bottom: 188px;
}

.breadcrumb-area.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb-bg.jpg);
  background-position: center;
  background-size: cover;
}

.breadcrumb-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 14, 33, 0.5);
  content: '';
  z-index: -1;
}

.breadcrumb-area .page-title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
}

.breadcrumb-area .breadcrumb-lists {
  margin-bottom: 20px;
}

.breadcrumb-area .breadcrumb-lists ul {
  margin-bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 25px;
  height: 50px;
  line-height: 45px;
  padding: 0 30px;
}

.breadcrumb-area .breadcrumb-lists ul li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #dadada;
}

.breadcrumb-area .breadcrumb-lists ul li:first-child {
  padding-left: 0;
}

.breadcrumb-area .breadcrumb-lists ul li:first-child:after {
  display: none;
}

.breadcrumb-area .breadcrumb-lists ul li:after {
  position: absolute;
  left: 10px;
  top: 2px;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.breadcrumb-area .breadcrumb-lists ul li a {
  color: #dadada;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area .breadcrumb-lists ul li a:hover {
  color: #ff8400;
}


/*-------------------------    Preloader Css---------------------------*/

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(23, 24, 49, 0.9);
}

.group {
  position: relative;
  display: inline-block;
  line-height: 16px;
  text-align: center;
}

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
  animation: bigSqrShrink 1s linear infinite;
}

.square {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFF;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
  animation: drop2 1s linear infinite;
}

.third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
  animation: drop3 1s linear infinite;
}

.fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
  animation: drop4 1s linear infinite;
}

.text {
  line-height: 36px;
  font-size: 26px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: #FFF;
  display: block;
  margin: 10px auto;
  padding: 3px;
  -webkit-animation: bllink 1s linear infinite;
  animation: bllink 1s linear infinite;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes bllink {
  0% {
    opacity: .2;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: .7;
  }
  75% {
    opacity: .9;
  }
  100% {
    opacity: .2;
  }
}

@keyframes bllink {
  0% {
    opacity: .2;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: .7;
  }
  75% {
    opacity: .9;
  }
  100% {
    opacity: .2;
  }
}


/*====================** Normalize====================*/

html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #6b6a86;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}
h1 span {
	font-family: "Comic Sans MS", "cursive";
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1, h2, h3, h4, h5, h6 {
  color: #13122c;
  font-weight: 700;
  font-family:  'Noto Sans JP', sans-serif;
}

p {
  font-size: 14px;
  color: #13122c;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #13122c;
  text-decoration: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}


/*input and button type focus outline disable*/

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}


/** * 5.0 - Alignments */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*------------------------------    Navbar Area------------------------------*/

.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.navbar-area.nav-fixed {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #181731;
}

.navbar-area.nav-fixed .nav-container {
  border: none;
  margin-top: 0;
  padding: 0;
}

.navbar-area.nav-fixed .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 100%;
}

.navbar-area .nav-container {
  border: 2px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  margin-top: 30px;
  padding: 0 35px 0 40px;
}

.navbar-area .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 30px 16px;
  position: relative;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: #737286;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
  background-color: #ff8400;
  color: #fff;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 100%;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
  padding: 0;
  border-radius: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: #737286;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
  background-color: #ff8400;
  color: #fff;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #dadada;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
  padding-left: 0;
}


/*------------------------------    Header Area------------------------------*/

.owl-item.active .header-inner .subtitle {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both;
}

.owl-item.active .header-inner .title {
  -webkit-animation: 1s .6s fadeInUp both;
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .header-inner .btn-wrapper {
  -webkit-animation: 1s .9s flipInX both;
  animation: 1s .9s flipInX both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {

  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.header-area {
  position: relative;
  padding: 325px 0 350px 0;
  position: relative;
  z-index: 0;
}

.header-area.slider-home {
  padding: 0;
  position: initial;
}

.header-area.slider-home .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-area.slider-home .owl-nav div:hover {
  background-color: #ff8400;
  color: #fff;
}

.header-area.slider-home .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.header-area.slider-home:after {
  display: none;
}

.header-area.slider-home .single-slider-item {
  position: relative;
  padding: 385px 0 250px 0;
  z-index: 0;
}

.header-area.slider-home .single-slider-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 14, 33, 0.5);
  content: '';
  z-index: -1;
}

.header-area.slider-home .single-slider-item.haeder-bg-1 {
  background-image: url(../img/bg/header-bg.jpg);
  background-size: cover;
  background-position: center;
}

.header-area.slider-home .single-slider-item.haeder-bg-2 {
  background-image: url(../img/bg/header-bg-2.jpg);
  background-size: cover;
  background-position: center;
}

.header-area.theme-two {
  padding-top: 385px;
  padding-bottom: 250px;
}

.header-area.theme-two.haeder-bg {
  background-image: url(../img/bg/header-bg-2.jpg);
}

.header-area.theme-two.gradient-bg:after {
  background-image: -moz-linear-gradient(0deg, #2af598 0%, #009efd 100%);
  background-image: -webkit-linear-gradient(0deg, #2af598 0%, #009efd 100%);
  background-image: -ms-linear-gradient(0deg, #2af598 0%, #009efd 100%);
  opacity: .8;
}

.header-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 14, 33, 0.5);
  content: '';
  z-index: -1;
}

.header-area.haeder-bg {
  background-image: url(../img/bg/header-bg.jpg);
  background-size: cover;
  background-position: center;
}

.header-area .header-inner .subtitle {
  font-size: 36px;
  line-height: 40px;
	letter-spacing: 3px;
  color: #dadada;
  display: block;
  margin-bottom: 35px;
	font-family: 'Kiwi Maru', serif;
}

.header-area .header-inner .title {
  font-size: 82px;
  line-height: 130px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 47px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.header-area .header-inner .title span {
  font-size: 42px;
	letter-spacing: 18px;
	display: block;
}

.header-area .header-inner .scroldown{
	font-size: 60px;
}

.header-area .header-inner .scroldown i{
	color: #fff;
}

.header-area .header-inner .btn-wrapper .boxed-btn {
  margin: 0 12px;
}

.header-area .header-inner .btn-wrapper .boxed-btn:first-child {
  margin-left: 0;
}

.header-bottom-area .header-bottom-inner {
  background-color: #fff;
  padding: 58px 0px 38px 0px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  position: relative;
  margin-top: -150px;
	background: url(../img/bg/header-bottom-area-bg.jpg) no-repeat 100% 50%;
	background-size: 130%;
}

.header-bottom-area .top-cts01p {
	text-align: center;
	margin: 0 auto;
}

.header-bottom-area .top-cts01p img{
	margin: 0px auto 80px auto;
	width: 80%;
}

.header-bottom-area .top-cts01p p {
	font-size: 38px;
	text-align: center;
  font-family:'Zen Maru Gothic', sans-serif;
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item {
  text-align: center;
  position: relative;
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item.last-child:after {
  display: none;
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 180px;
  background-color: #e2e2e2;
  content: '';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item .icon {
  font-size: 80px;
  line-height: 80px;
  color: #ff8400;
  margin-bottom: 28px;
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item .content .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #13122c;
}

.header-bottom-area .header-bottom-inner .single-header-bottom-item .content p {
  color: #6b6a86;
  font-size: 16px;
  line-height: 26px;
  padding: 0 40px;
}


/*---------------------    About Section----------------------*/

.about-us-area {
  padding: 120px 0 120px 0;
}

.about-us-area.about-page {
  padding-top: 120px;
}

.about-us-area .left-cotnent-area {
}

.about-us-area .sec01 .left-cotnent-area {
  background: url(../img/bg/about-cts01-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	width:280%;
	height: 500px;
}

.about-us-area .sec02 .left-cotnent-area {
  background: url(../img/bg/about-cts02-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	width:300%;
	position: relative;
  margin: 0 calc(110% - 90vw);
	height: 500px;
	z-index: -1;
}

.about-us-area .sec03 .left-cotnent-area {
  background: url(../img/bg/about-cts03-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	width:280%;
	height: 500px;
}

.about-us-area .sec04 .left-cotnent-area {
  background: url(../img/bg/about-cts04-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	width:300%;
	position: relative;
  margin: 0 calc(110% - 90vw);
	height: 500px;
	z-index: -1;
}

.about-us-area.theme-two .left-cotnent-area .img-wrapper {
  position: relative;
}

.about-us-area.theme-two .left-cotnent-area .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 132, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-area.theme-two .left-cotnent-area .img-wrapper .hover .video-play-btn {
  color: #ff8400;
}

.about-us-area .right-content-area {
  margin-top: 60px;
}

.about-us-area.theme-two .right-content-area .btn-wrapper {
  margin-top: 30px;
}

.about-us-area.theme-two .right-content-area .btn-wrapper .boxed-btn {
  border-radius: 30px;
  background-color: #181731;
}

.about-us-area.theme-two .right-content-area .btn-wrapper .boxed-btn:hover {
  background-color: #ff8400;
}

.about-us-area .right-content-area {
}

.about-us-area .right-content-area h4 {
	
}

.about-us-area .right-content-area .subtitle {
  font-size: 25px;
  line-height: 35px;
  color: #818181;
  display: block;
  margin-bottom: 5px;
	margin-left: 12px;
	font-family: 'Kiwi Maru', serif;
}

.about-us-area .right-content-area .title {
  font-size: 48px;
	letter-spacing: 10px;
  line-height: 70px;
  color: #333;
  margin-bottom: 20px;
	margin-left: 24px;
}
.about-us-area .right-content-area .title,.about-us-area .right-content-area .title span {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.about-us-area .right-content-area .title span {
	font-family: 150%;
}

.about-us-area .sec01 .right-content-area,.about-us-area .sec03 .right-content-area {
	margin-right: 100px;
}

.about-us-area .sec02 .right-content-area,.about-us-area .sec04 .right-content-area {
	margin-left: 100px;
}

.about-us-area .right-content-area .trouble {
	margin-top: 70px;
	padding: 50px 30px 40px 100px;
	background-color: rgba(0,0,0,0.80);
}

.about-us-area .right-content-area p {
  color: #6b6a86;
}

.about-us-area .right-content-area .box02 {
  font-size: 26px;
	color: #fff;
	letter-spacing: 5px;
  line-height: 60px;
}

.about-us-area .right-content-area .box02 i{
	margin-right: 12px;
}

.about-us-area .right-content-area .box02 span {
	color: #B6F2FF;
	font-weight: bold;
	font-size: 32px;
	margin-left: 10px;
	margin-right: 10px;
}

.about-us-area .right-content-area .about-bottom-box {
  position: relative;
  margin-top: 30px;
}

.about-us-area .right-content-area .about-bottom-box .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 116px;
  height: 146px;
}

.about-us-area .right-content-area .about-bottom-box .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 132, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-area .right-content-area .about-bottom-box .img-wrapper .hover .vd-play {
  color: #fff;
}

.about-us-area .right-content-area .about-bottom-box .content {
  padding-left: 150px;
}

.about-us-area .right-content-area .about-bottom-box .content p {
  font-size: 22px;
  line-height: 38px;
  color: #444;
  margin-top: 0;
}
.about-us-area .right-content-area .about-bottom-box .content p span {
  color: #BD070A;
  font-size: 28px;
	font-weight: bold;
}

/*-------------------------    What we see section--------------------------*/

.what-we-see-area {
  position: relative;
  z-index: 0;
  padding: 110px 0 120px 0;
}

.what-we-see-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 18, 44, 0.96);
  content: '';
  z-index: -1;
}

.what-we-see-area.what-we-see-bg {
  background-image: url(../img/bg/what-we-see-bg.jpg);
  background-size: cover;
  background-position: center;
}

.what-we-see-area .single-we-see-box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.what-we-see-area .single-we-see-box:hover {
  background-color: rgba(255,244,98,1.0);
}

.what-we-see-area .single-we-see-box:hover .icon {
  color: #fff;
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -webkit-transform: rotateY(360deg);
  /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}

.what-we-see-area .single-we-see-box:hover .content .title {
  color: #fff;
}

.what-we-see-area .single-we-see-box.last-child:after {
  display: none;
}

.what-we-see-area .single-we-see-box:after {
  position: absolute;
  right: -48px;
  top: 50%;
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  color: rgba(255,244,98,1.0);
  font-size: 30px;
  font-weight: 700;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.what-we-see-area .single-we-see-box .icon {
  font-size: 80px;
  line-height: 80px;
  color: rgba(255,244,98,1.0);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.what-we-see-area .single-we-see-box .content .title {
  color: #EEE;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


/*-----------------------    Features area-----------------------*/

.our-features-area {
  padding: 110px 0 120px 0;
}

.our-features-area.service-page {
  padding-top: 120px;
}

.our-features-area .section-title {
  margin-bottom: 65px;
}

.our-features-area .sigle-feature-box {
  padding: 38px 25px 20px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.our-features-area .sigle-feature-box:hover {
  border-color: #007799;
	background-color: rgba(0,119,153,0.85);
}

.our-features-area .sigle-feature-box:hover .content .title {
  color: #fff;
}

.our-features-area .sigle-feature-box .icon {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 22px;
  color: #007799;
}

.our-features-area .sigle-feature-box .content .title {
  font-size: 20px;
  line-height: 30px;
  color: #13122c;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.our-features-area .sigle-feature-box .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}

.our-features-area .sigle-feature-box:hover .content p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.our-features-area .sigle-feature-box:hover .icon {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 22px;
  color: #fff;
}


/*------------------------    Portfolio Area------------------------*/

.portfolio-area {
  padding: 110px 0 90px 0;
}

.portfolio-area.portfolio-page {
  padding-top: 120px;
}

.portfolio-area.portfolio-page .portfolio-menu {
  text-align: center;
}

.portfolio-area.portfolio-page .portfolio-menu ul {
  border: 2px solid #e5e5e5;
  display: inline-block;
}

.portfolio-area .portfolio-menu {
  text-align: center;
}

.portfolio-area .portfolio-menu ul {
  background-color: #fff;
  border-radius: 35px;
  display: inline-block;
}

.portfolio-area .portfolio-menu ul li {
  display: inline-block;
  color: #9e9daf;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 35px;
}

.portfolio-area .portfolio-menu ul li:hover, .portfolio-area .portfolio-menu ul li.active {
  background-color: #ff8400;
  color: #fff;
}

.portfolio-area .portfolio-masonry {
  margin-top: 40px;
}

.portfolio-area .portfolio-masonry .single-portfolio-item {
  margin-bottom: 30px;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb {
  position: relative;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb:hover .hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 132, 0, 0.6);
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb .hover ul li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb .hover ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #181731;
  line-height: 45px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-masonry .single-portfolio-item .thumb .hover ul li a:hover {
  background-color: #ff8400;
  color: #fff;
}


/*------------------------    Team Memeber Area-------------------------*/

.team-member-area {
  padding: 110px 0 90px 0;
}

.team-member-area.team-page {
  padding-top: 120px;
}

.team-member-area .single-team-member {
  text-align: center;
  padding: 10px;
  border: 2px solid #e5e5e5;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-area .single-team-member:hover {
  -webkit-box-shadow: 0 0 40px 0 #eee;
  box-shadow: 0 0 40px 0 #eee;
  border-color: transparent;
}

.team-member-area .single-team-member:hover .thumb img {
  -ms-transform: scale(1.2) rotate(-5deg);
  /* IE 9 */
  -webkit-transform: scale(1.2) rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: scale(1.2) rotate(-5deg);
}

.team-member-area .single-team-member .thumb {
  padding-top: 10px;
  overflow: hidden;
  display: inline-block;
}

.team-member-area .single-team-member .thumb img {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.team-member-area .single-team-member .content {
  padding: 33px 40px 25px 40px;
}

.team-member-area .single-team-member .content .title {
  font-size: 20px;
  font-weight: 700;
  color: #13122c;
  line-height: 30px;
  margin-bottom: 15px;
}

.team-member-area .single-team-member .content .post {
  font-size: 12px;
  line-height: 22px;
  color: #ff8400;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.team-member-area .single-team-member .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}

.team-member-area .single-team-member .content .social-icons {
  margin-top: 25px;
}

.team-member-area .single-team-member .content .social-icons li {
  display: inline-block;
  margin: 0 5px;
}

.team-member-area .single-team-member .content .social-icons li a {
  font-size: 14px;
  color: #87879c;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-area .single-team-member .content .social-icons li a:hover {
  color: #ff8400;
}


/*---------------------    Counter Area ----------------------*/

.counterup-area {
  padding: 110px 0 105px 0;
}

.counterup-area .section-title {
  margin-bottom: 60px;
}

.counterup-area .section-title .title {
  color: #fff;
}

.counterup-area .section-title .subtitle {
  color: #7b7a95;
}

.counterup-area .single-counterup-item {
  text-align: center;
  position: relative;
}

.counterup-area .single-counterup-item.last-child:after {
  display: none;
}

.counterup-area .single-counterup-item:after {
  position: absolute;
  right: -15px;
  top: 20px;
  height: 200px;
  width: 1px;
  background-color: #4a4965;
  content: '';
}

.counterup-area .single-counterup-item .icon {
  font-size: 100px;
  color: #ff8400;
  line-height: 100px;
  margin-bottom: 17px;
}

.counterup-area .single-counterup-item .count-number {
  margin-bottom: 13px;
}

.counterup-area .single-counterup-item .count-number .count-num {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.counterup-area .single-counterup-item .count-number .plus {
  position: relative;
  top: -20px;
  color: #fff;
  font-size: 40px;
}

.counterup-area .single-counterup-item .title {
  font-size: 20px;
  color: #9a99af;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}


/*--------------------------------    Testmonial area----------------------------------*/

.testimonial-area {
  padding: 110px 0 120px 0;
}

.testimonial-area .testimonial-carousel .single-testimonial-item {
  position: relative;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  margin-left: 80px;
}

.testimonial-area .testimonial-carousel .single-testimonial-item .thumb {
  position: absolute;
  left: -60px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.testimonial-area .testimonial-carousel .single-testimonial-item .thumb img {
  width: auto;
  border-radius: 50%;
}

.testimonial-area .testimonial-carousel .single-testimonial-item .content {
  padding: 35px 40px 32px 90px;
}

.testimonial-area .testimonial-carousel .single-testimonial-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}

.testimonial-area .testimonial-carousel .single-testimonial-item .content .name {
  font-size: 18px;
  font-weight: 700;
  color: #13122c;
}


/*--------------------------    Intro Section-------------------------*/

.intro-video-area {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 240px 0 220px 0;
}

.intro-video-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 132, 0, 0.9);
  z-index: -1;
}

.intro-video-area.intro-area-bg {
  background-image: url(../img/bg/intro-area-bg.jpg);
  background-size: cover;
  background-position: center;
}

.intro-video-area .intro-video-inner .icon .video-play-btn {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 80px;
  text-align: center;
  padding-left: 7px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.intro-video-area .intro-video-inner .icon .video-play-btn:after, .intro-video-area .intro-video-inner .icon .video-play-btn:before {
  display: none;
}

.intro-video-area .intro-video-inner .icon .video-play-btn:hover {
  background-color: #fff;
  color: #ff8400;
  border-color: #fff;
}

.intro-video-area .intro-video-inner .title {
  font-size: 28px;
  line-height: 70px;
	letter-spacing: 24px;
  color: #fff;
  margin-top: 43px;
}

.intro-video-area .intro-video-inner .title span {
	display: block;
	font-size: 48px;
	letter-spacing: 2px;
	font-family:Arial, Helvetica, "sans-serif";
	margin-right: 20px;
}

/*---------------------    Blog Area---------------------*/

.blog-area {
  padding: 110px 0 90px 0;
}

.blog-area.team-page {
  padding-top: 80px;
}

.blog-area .single-blog-item:hover .thumb img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.blog-area .single-blog-item .thumb img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-area .single-blog-item .content {
  margin: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -30px;
  padding: 35px 30px 22px 30px;
}

.blog-area .single-blog-item .content .post-meta {
  margin-bottom: 20px;
}

.blog-area .single-blog-item .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #9c9cb2;
  margin: 0 5px;
}

.blog-area .single-blog-item .content .post-meta li:first-child {
  margin-left: 0;
}

.blog-area .single-blog-item .content .post-meta li a {
  color: #9c9cb2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-area .single-blog-item .content .post-meta li a:hover {
  color: #ff8400;
}

.blog-area .single-blog-item .content .title {
  font-size: 20px;
  line-height: 30px;
  color: #13122c;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-area .single-blog-item .content .title:after {
  position: absolute;
  left: -30px;
  top: 50%;
  width: 4px;
  height: 30px;
  background-color: #ff8400;
  content: '';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.blog-area .single-blog-item .content .title:hover {
  color: #ff8400;
}

.blog-area .single-blog-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}


/*-----------------------    Contact area------------------------*/

.map-area {
  height: 620px;
}

.map-area.contact-page {
  margin-top: -300px;
}

.contact-area.contact-page {
  padding: 120px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.contact-area.contact-page .contact-area-inner {
  margin-top: 0;
}

.contact-area .contact-area-inner {
  background-color: #fff;
  margin-top: -300px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 90px 100px 98px 100px;
}

.contact-area .contact-area-inner .inner-title {
  margin-bottom: 46px;
}

.contact-area .contact-area-inner .inner-title .subtitle {
  font-size: 25px;
  color: #818181;
  line-height: 35px;
}

.contact-area .contact-area-inner .inner-title .title {
  font-size: 60px;
  line-height: 70px;
  color: #13122c;
  font-weight: 700;
}

.contact-area .contact-area-inner .left-content-area {
  padding-right: 80px;
}

.contact-area .contact-area-inner .left-content-area .contact-info li {
  margin-bottom: 38px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 38px;
}

.contact-area .contact-area-inner .left-content-area .contact-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-area .contact-area-inner .left-content-area .contact-info li .single-contact-info-item {
  position: relative;
}

.contact-area .contact-area-inner .left-content-area .contact-info li .single-contact-info-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 40px;
  color: #ff8400;
}

.contact-area .contact-area-inner .left-content-area .contact-info li .single-contact-info-item .content {
  padding-left: 60px;
}

.contact-area .contact-area-inner .left-content-area .contact-info li .single-contact-info-item .content .details {
  font-size: 20px;
  line-height: 30px;
  color: #6b6a85;
  display: block;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element.has-icon .the-icon {
  color: #a0a0b0;
  font-size: 14px;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field {
  border-radius: 0;
  border: 2px solid #e5e5e5;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a0a0b0;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a0a0b0;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a0a0b0;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a0a0b0;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.textarea {
  border-radius: 0;
  min-height: 145px;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.error {
  border-color: #dc3545;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dc3545;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dc3545;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dc3545;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .form-element .input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dc3545;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .submit-btn {
  border-radius: 35px;
  width: 200px;
}

.contact-area .contact-area-inner .right-content-area .contact-form-wrapper .submit-btn:hover {
  background-color: #181731;
}


/*------------------------    Brand Logos-------------------------*/

.brand-logo {
  padding: 100px 0 100px 0;
}

.brand-logo.portfolio-page {
  background-color: #F2F2F2;
}

.brand-logo .logo-carousel .single-logo-item {
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  border-radius: 3px;
}

.brand-logo .logo-carousel .single-logo-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.brand-logo .logo-carousel .single-logo-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


/*------------------------    Call to action area-----------------------*/

.call-to-action {
  padding: 90px 0 78px 0;
  background-color: #13122c;
}

.call-to-action .left-content-area {
  display: inline-block;
}

.call-to-action .left-content-area .subtitlte {
  font-size: 25px;
  line-height: 35px;
  color: #c6c6d2;
}

.call-to-action .left-content-area .title {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}

.call-to-action .right-content-area {
  display: inline-block;
  float: right;
}

.call-to-action .right-content-area .btn-wrapper {
  margin-top: 33px;
}

.call-to-action .right-content-area .btn-wrapper .boxed-btn {
  width: 200px;
  border-radius: 30px;
}

.call-to-action .right-content-area .btn-wrapper .boxed-btn:hover {
  -webkit-box-shadow: 0 0 5px 0 #ff8400;
  box-shadow: 0 0 5px 0 #ff8400;
  background-color: #ff8400;
  opacity: .9;
}


/*---------------------------    What we do area---------------------------*/

.progressbar {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 32px;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.proggress {
  height: 8px;
  width: 10px;
  background-color: #ed1c24;
  border-radius: 10px;
}

.percentCount {
  float: right;
  font-size: 14px;
  color: #ff8400;
  margin-top: -42px;
  clear: both;
  font-weight: 700;
}

.what-we-do {
  padding: 110px 0 90px 0;
}

.what-we-do.team-page {
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}

.what-we-do.team-page .section-title .subtitle {
  color: #7b7a95;
}

.what-we-do.team-page .section-title .title {
  color: #fff;
}

.what-we-do.team-page:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13122c;
  content: '';
  height: 580px;
  z-index: -1;
}

.what-we-do.team-page .single-services-item {
  -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .progress-area-wrapper {
  padding-top: 45px;
}

.what-we-do .single-services-item {
  background-color: #fff;
  padding: 56px 40px 38px 40px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.what-we-do .single-services-item:hover {
  -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .single-services-item:hover .content .title {
  color: #ff8400;
}

.what-we-do .single-services-item .icon {
  font-size: 80px;
  line-height: 80px;
  color: #ff8400;
  margin-bottom: 18px;
}

.what-we-do .single-services-item .content .title {
  font-size: 30px;
  line-height: 40px;
  color: #13122c;
  letter-spacing: -2px;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.what-we-do .single-services-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}

.what-we-do .single-progress-item .progress-bar-wrapper .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  color: #13122c;
  font-family: "Open Sans", sans-serif;
}


/*-----------------------------    Work With Us----------------------------*/

.work-with-us-area {
  background-color: #eee;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 150px 0 160px 0;
}

.work-with-us-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 18, 44, 0.9);
  content: '';
  z-index: -1;
}

.work-with-us-area.work-with-us-bg {
  background-image: url(../img/bg/work-with-us-bg.jpg);
}

.work-with-us-area .work-with-us-inner {
  text-align: center;
}

.work-with-us-area .work-with-us-inner .subtitle {
  font-size: 25px;
  line-height: 35px;
  color: #c6c6d2;
  margin-bottom: 15px;
  display: block;
}

.work-with-us-area .work-with-us-inner .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

.work-with-us-area .work-with-us-inner p {
  font-size: 16px;
  line-height: 26px;
  color: #d4d3dc;
  max-width: 880px;
  margin: 0 auto;
}

.work-with-us-area .work-with-us-inner .btn-wrapper {
  margin-top: 40px;
}

.work-with-us-area .work-with-us-inner .btn-wrapper .boxed-btn {
  border-radius: 30px;
}

.work-with-us-area .work-with-us-inner .btn-wrapper .boxed-btn:hover {
  background-color: #ff8400;
  -webkit-box-shadow: 0 0 15px #ff8400;
  box-shadow: 0 0 15px #ff8400;
}


/*-----------------------    Pricing Plan------------------------*/

.pricing-plan-area {
  padding: 120px 0;
}

.pricing-plan-area.section-plan {
  padding: 110px 0 120px 0;
}

.pricing-plan-area.section-plan .section-title {
  margin-bottom: 83px;
}

.pricing-plan-area.section-plan .section-title .subtitle {
  color: #7b7a95;
}

.pricing-plan-area.section-plan .section-title .title {
  color: #fff;
}

.pricing-plan-area.section-plan .single-price-table {
  background-color: #13122c;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.pricing-plan-area.section-plan .single-price-table .price-heading .title {
  color: #fff;
}

.pricing-plan-area.section-plan .single-price-table .price-heading .month {
  color: #6b6a86;
}

.pricing-plan-area.section-plan .single-price-table .price-body ul li {
  color: #9a99ac;
}

.pricing-plan-area.section-plan .single-price-table .price-footer .boxed-btn {
  color: #a2a6b7;
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-plan-area .single-price-table {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 60px 60px 60px 60px;
}

.pricing-plan-area .single-price-table .icon {
  margin-bottom: 25px;
}

.pricing-plan-area .single-price-table .price-heading {
  margin-bottom: 25px;
}

.pricing-plan-area .single-price-table .price-heading .title {
  font-size: 50px;
  line-height: 60px;
  color: #13122c;
  margin-bottom: 0px;
}

.pricing-plan-area .single-price-table .price-heading .month {
  font-size: 14px;
  line-height: 20px;
  color: #6b6a86;
  text-transform: uppercase;
  font-weight: 700;
}

.pricing-plan-area .single-price-table .price-body {
  margin-bottom: 34px;
}

.pricing-plan-area .single-price-table .price-body ul li {
  display: block;
  font-size: 14px;
  color: #5b617a;
  line-height: 30px;
}

.pricing-plan-area .single-price-table .price-footer .boxed-btn {
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #e5e5e5;
  color: #7e8294;
}

.pricing-plan-area .single-price-table .price-footer .boxed-btn:hover {
  color: #fff;
  background-color: #ff8400;
  border-color: #ff8400;
}


/*---------------------    Shop area--------------------*/

.shop-page-content-area {
  padding: 120px 0 90px 0;
}

.shop-page-content-area .single-shop-item {
  margin-bottom: 30px;
}

.shop-page-content-area .single-shop-item .thumb {
  position: relative;
}

.shop-page-content-area .single-shop-item .thumb .tag {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #ff8400;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 5px 25px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.shop-page-content-area .single-shop-item .thumb .tag.green-bg {
  background-color: #00de39;
}

.shop-page-content-area .single-shop-item .content {
  border: 2px solid #e5e5e5;
  border-top: none;
  text-align: center;
  padding: 26px 0;
}

.shop-page-content-area .single-shop-item .content .title {
  color: #13122c;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.shop-page-content-area .single-shop-item .content .title:hover {
  color: #ff8400;
}

.shop-page-content-area .single-shop-item .content .price-warp .price {
  font-size: 30px;
  color: #ff8400;
  font-weight: 300;
  line-height: 35px;
}

.shop-page-content-area .single-shop-item .content .price-warp .price del {
  color: #b4b3c1;
}


/*----------------------    Error----------------------*/

.error-page-content {
  background-color: #f1f1f1;
  padding: 120px 0;
}

.error-page-content .left-content-area {
  text-align: center;
  padding-top: 55px;
}

.error-page-content .left-content-area .title {
  font-size: 200px;
  line-height: 200px;
  color: #13122c;
  margin-bottom: 35px;
}

.error-page-content .left-content-area .details {
  font-size: 30px;
  line-height: 40px;
  color: #13122c;
  font-weight: 600;
}

.error-page-content .left-content-area .btn-wrapper {
  margin-top: 38px;
}

.error-page-content .left-content-area .btn-wrapper .boxed-btn {
  border-radius: 30px;
}

.error-page-content .left-content-area .btn-wrapper .boxed-btn:hover {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(255, 132, 0, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(255, 132, 0, 0.3);
  background-color: #ff8400;
}


/*----------------------    Sidebar -----------------------*/

.sidebar.details-page .widget-title {
  text-align: left;
}

.sidebar.details-page .widget-title h4 {
  font-size: 20px;
  color: #131222;
}

.sidebar.details-page .widget-title h4:after, .sidebar.details-page .widget-title h4:before {
  display: none;
}

.sidebar.details-page .widget-area {
  margin-bottom: 30px;
  border-radius: 5px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list {
  margin-top: 10px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li {
  margin-bottom: 20px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li:last-child {
  margin-bottom: 0;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .left-content {
  display: inline-block;
  position: relative;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .left-content .icon {
  height: 40px;
  width: 40px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .left-content .content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .left-content .content .coin-name {
  font-size: 14px;
  color: #63617b;
  line-height: 40px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .right-content {
  display: inline-block;
  float: right;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .right-content .plus {
  display: inline-block;
  color: #63617b;
  background-color: #e8e8e8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .right-content .plus a {
  display: inline-block;
  color: #63617b;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .right-content .plus:hover {
  background-color: #5cb85c;
}

.sidebar.details-page .widget-area.similar-coin .widget-body .similar-coin-list li .single-similar-coin-list .single-similar-coin-inner .right-content .plus:hover a {
  color: #fff;
}

.sidebar.details-page .widget-area.banner {
  padding: 0;
}

.sidebar.details-page .widget-area.banner .widget-title {
  padding: 25px 40px 15px 40px;
}

.sidebar.details-page .widget-area.banner .widget-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar.details-page .widget-area.images {
  border: none;
  background-color: #f7f7f7;
}

.sidebar.details-page .widget-area.images .widget-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar.details-page .widget-area.btn-widget {
  padding: 0;
  border: none;
}

.sidebar.details-page .widget-area.btn-widget .boxed-btn.follow {
  width: 100%;
  border-radius: 30px;
  height: 60px;
  text-align: left;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}

.sidebar.details-page .widget-area.btn-widget .boxed-btn.follow:last-child {
  margin-bottom: 0;
}

.sidebar.details-page .widget-area.btn-widget .boxed-btn.follow:hover {
  color: #fff;
  opacity: .8;
}

.sidebar.details-page .widget-area.btn-widget .boxed-btn.follow span {
  float: right;
}

.sidebar.details-page .widget-area.follwer .widget-body .followers-list {
  margin-top: 10px;
}

.sidebar.details-page .widget-area.follwer .widget-body .followers-list li {
  display: inline-block;
  margin-left: -30px;
  position: relative;
}

.sidebar.details-page .widget-area.follwer .widget-body .followers-list li:first-child {
  margin-left: 0;
}

.sidebar.details-page .widget-area.follwer .widget-body .followers-list li a {
  position: inherit;
  z-index: 0;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ff6c00;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50%;
  line-height: 48px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidebar.details-page .widget-area.follwer .widget-body .followers-list li a:hover {
  z-index: 1;
}

.widget-area {
  padding: 30px 40px 40px 40px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}

.widget-area.instagram {
  padding-bottom: 35px;
}

.widget-area.instagram .instagram-feed {
  text-align: center;
  margin-top: 32px;
}

.widget-area.instagram .instagram-feed li {
  display: inline-block;
  margin-bottom: 5px;
}

.widget-area.social {
  text-align: center;
}

.widget-area.social .social-links {
  margin-top: 25px;
}

.widget-area.social .social-links li {
  display: inline-block;
  margin: 0 2px;
}

.widget-area.social .social-links li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  color: #555555;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area.social .social-links li a:hover.twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}

.widget-area.social .social-links li a:hover.pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #fff;
}

.widget-area.social .social-links li a:hover.facebook {
  background-color: #3b5999;
  border-color: #3b5999;
  color: #fff;
}

.widget-area.social .social-links li a:hover.instagram {
  background-color: #e4405f;
  border-color: #e4405f;
  color: #fff;
}

.widget-area.social .social-links li a:hover.wordpress {
  background-color: #0073AA;
  border-color: #0073AA;
  color: #fff;
}

.widget-area.category {
  padding-bottom: 38px;
}

.widget-area.category .categories {
  margin-top: 15px;
}

.widget-area.category .categories li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.widget-area.category .categories li:last-child {
  padding-bottom: 0;
  border: none;
}

.widget-area.category .categories li a {
  font-size: 14px;
  line-height: 24px;
  color: #7d7c8f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area.category .categories li a:hover {
  color: #ff8400;
}

.widget-area.category .categories li a .count {
  float: right;
}

.widget-area.latest-post {
  padding-bottom: 36px;
}

.widget-area.latest-post .single-latest-post {
  margin-bottom: 18px;
  margin-top: 25px;
}

.widget-area.latest-post .single-latest-post:last-child {
  margin-bottom: 0;
}

.widget-area.latest-post .single-latest-post .media .media-body {
  padding-left: 5px;
}

.widget-area.latest-post .single-latest-post .media .media-body h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area.latest-post .single-latest-post .media .media-body h5:hover {
  color: #ff8400;
}

.widget-area.latest-post .single-latest-post .media .media-body .meta-time {
  font-size: 14px;
  line-height: 100%;
  color: #7d7c8f;
}

.widget-area.tags {
  padding-bottom: 30px;
}

.widget-area.tags .tags-list {
  margin-top: 30px;
}

.widget-area.tags .tags-list li {
  display: inline-block;
}

.widget-area.tags .tags-list li a {
  display: inline-block;
  color: #7d7c8f;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 13px;
  border: 1px solid #eaeaea;
  margin: 0 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget-area.tags .tags-list li a:hover {
  background-color: #ff8400;
  color: #fff;
  border-color: #ff8400;
}

.widget-area .widget-title {
  text-align: center;
}

.widget-area .widget-title h4 {
  font-size: 28px;
  line-height: 38px;
  display: inline-block;
  font-weight: 700;
  color: #13122c;
  position: relative;
}

.widget-area .widget-title h4:after {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ebebeb;
  content: '';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.widget-area .widget-title h4:before {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ebebeb;
  content: '';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}


/*-------------------------    Footer Area--------------------------*/

.footer-area .footer-top {
  position: relative;
  z-index: 0;
  padding: 100px 0 90px 0;
}

.footer-area .footer-top:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(19, 18, 44, 0.9);
  z-index: -1;
}

.footer-area .footer-top.footer-top-bg {
  background-color: #000;
  background-image: url(../img/bg/footer-top-bg.jpg);
  background-position: center;
  background-size: cover;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li {
  margin-bottom: 30px;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed {
  position: relative;
  min-height: 70px;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .thumb {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .content {
  padding-left: 90px;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .content .subtitle {
  font-size: 12px;
  line-height: 22px;
  color: #6a6880;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .footer-top .widget.blog .widget-body .blog-feed-list li .single-footer-blog-feed .content .title:hover {
  color: #ff8400;
}

.footer-area .footer-top .widget.about {
  padding-right: 20px;
}

.footer-area .footer-top .widget.about .widget-body .footer-logo {
  margin-bottom: 30px;
  display: block;
}

.footer-area .footer-top .widget.about .widget-body p {
  color: #d4d3dc;
  line-height: 26px;
  font-size: 16px;
}

.footer-area .footer-top .widget.about .widget-body .subscription {
  margin-top: 25px;
}

.footer-area .footer-top .widget.about .widget-body .subscription .title {
  font-size: 26px;
  color: #fff;
  line-height: 36px;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form {
  position: relative;
  margin-top: 18px;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .form-element .input-field {
  background-color: #292746;
  color: #e5e5e5;
  border-radius: 30px;
  border: none;
  padding-right: 80px;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .form-element .input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9897a3;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .form-element .input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9897a3;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .form-element .input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9897a3;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .form-element .input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9897a3;
}

.footer-area .footer-top .widget.about .widget-body .subscription .subscription-form .submit-btn {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.footer-area .footer-top .widget .widget-title {
  margin-bottom: 28px;
}

.footer-area .footer-top .widget .widget-title .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.footer-area .footer-top .widget .widget-body .pages-links li {
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0;
}

.footer-area .footer-top .widget .widget-body .pages-links li:first-child {
  margin-top: 0;
}

.footer-area .footer-top .widget .widget-body .pages-links li a {
  color: #d4d3dc;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .footer-top .widget .widget-body .pages-links li a i {
  color: #ff8400;
  padding-right: 5px;
}

.footer-area .footer-top .widget .widget-body .pages-links li a:hover {
  color: #ff8400;
}

.footer-area .footer-bottom-area {
  background-color: #0f0e26;
}

.footer-area .footer-bottom-area .copyright-text {
  color: #e5e5e5;
  padding: 25px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.footer-area .footer-bottom-area .copyright-text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-area .footer-bottom-area .copyright-text a:hover {
  color: #ff8400;
}


/*---------------------------    Faq Page----------------------------*/

.faq-page-content .faq-search-area {
  margin-top: 120px;
  background-color: #13122C;
  padding: 60px 60px 60px 60px;
}

.faq-page-content .faq-search-area .faq-search-form {
  position: relative;
}

.faq-page-content .faq-search-area .faq-search-form .form-element .input-field {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 70px;
  padding-right: 220px;
  border-radius: 35px;
  background-color: #1a1837;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.faq-page-content .faq-search-area .faq-search-form .form-element .input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d4d3dc;
}

.faq-page-content .faq-search-area .faq-search-form .form-element .input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d4d3dc;
}

.faq-page-content .faq-search-area .faq-search-form .form-element .input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d4d3dc;
}

.faq-page-content .faq-search-area .faq-search-form .form-element .input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d4d3dc;
}

.faq-page-content .faq-search-area .faq-search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 70px;
  border-radius: 35px;
}

.faq-page-content .faq-search-area .faq-search-form .submit-btn:hover {
  background-color: #ff8400;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 132, 0, 0.8);
  box-shadow: 0 0 15px 0 rgba(255, 132, 0, 0.8);
}

.faq-page-content .faq-inner-wrapper {
  padding: 120px 0 90px 0;
}

.faq-page-content .faq-inner-wrapper .single-faq-item {
  position: relative;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  padding: 40px 40px 20px 40px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.faq-page-content .faq-inner-wrapper .single-faq-item:hover {
  border-color: #ff8400;
}

.faq-page-content .faq-inner-wrapper .single-faq-item:hover .description .title {
  color: #ff8400;
}

.faq-page-content .faq-inner-wrapper .single-faq-item .faq-header {
  position: absolute;
  left: 40px;
  top: 40px;
}

.faq-page-content .faq-inner-wrapper .single-faq-item .faq-header .num {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #181731;
}

.faq-page-content .faq-inner-wrapper .single-faq-item .description {
  padding-left: 60px;
}

.faq-page-content .faq-inner-wrapper .single-faq-item .description .title {
  font-size: 20px;
  line-height: 30px;
  color: #13122c;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
}

.faq-page-content .faq-inner-wrapper .single-faq-item .description p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}


/*-------------------------------------    Blog Page-------------------------------------*/

.blog-page-content-area {
  padding: 120px 0 120px 0;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item {
  margin-bottom: 38px;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .thumb {
  margin-bottom: 24px;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content {
  margin: 0 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 35px 30px 20px 30px;
  position: relative;
  margin-top: -62px;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .post-meta {
  margin-bottom: 10px;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  color: #9c9cb2;
  margin: 0 8px;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .post-meta li:first-child {
  margin-left: 0;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .post-meta li a {
  font-size: 14px;
  color: #9c9cb2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .post-meta li a:hover {
  color: #ff8400;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #13122c;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .title:after {
  position: absolute;
  left: -30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  background-color: #ff8400;
  width: 4px;
  height: 30px;
  content: '';
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content .title:hover {
  color: #ff8400;
}

.blog-page-content-area .blog-page-content-area-inner .single-blog-post-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #6b6a86;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation {
  text-align: center;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation .pagination {
  display: inline-block;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation .pagination li {
  display: inline-block;
  margin: 0 3px;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation .pagination li.active a {
  background-color: #ff8400;
  color: #fff;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation .pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(46, 56, 65, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #b7bdc5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-content-area .blog-page-content-area-inner .post-navigation .pagination li a:hover {
  background-color: #ff8400;
  color: #fff;
}


/*--------------------------    Blog Details Page--------------------------*/

.single-post-separator {
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.blog-details-content {
  padding: 118px 0 118px 0;
}

.blog-details-content .single-blog-post {
  position: relative;
}

.blog-details-content .single-blog-post .details-container {
  margin: 0 20px;
  position: relative;
  margin-top: -70px;
  background-color: #fff;
  padding: 35px 30px 40px 30px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.blog-details-content .single-blog-post .details-container .post-bottom-content .bottom-content .right-content .title {
  display: none;
}

.blog-details-content .single-blog-post .details-container .post-body .post-meta {
  margin-bottom: 10px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-meta li {
  display: inline-block;
  font-size: 14px;
  color: #9c9cb2;
  margin: 0 8px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-meta li:first-child {
  margin-left: 0;
}

.blog-details-content .single-blog-post .details-container .post-body .post-meta li a {
  font-size: 14px;
  color: #9c9cb2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-content .single-blog-post .details-container .post-body .post-meta li a:hover {
  color: #ff8400;
}

.blog-details-content .single-blog-post .details-container .post-body .title {
  font-size: 40px;
  line-height: 50px;
  color: #13122c;
  margin-bottom: 12px;
  position: relative;
}

.blog-details-content .single-blog-post .details-container .post-body .title:after {
  position: absolute;
  left: -30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  background-color: #ff8400;
  width: 4px;
  height: 30px;
  content: '';
}

.blog-details-content .single-blog-post .details-container .post-body p {
  font-size: 16px;
  line-height: 26px;
  color: #7c7c90;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote {
  padding: 23px 50px 27px 20px;
  border-radius: 5px;
  background-color: #151525;
  position: relative;
  margin-top: 27px;
  margin-bottom: 25px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 40px;
  padding-top: 45px;
  padding-left: 40px;
  color: #4a5462;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content {
  padding-left: 90px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content p {
  font-size: 14px;
  line-break: 24px;
  color: #b9b8cd;
}

.blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content .post {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #ff8400;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content {
  margin-top: 28px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title {
  font-size: 18px;
  line-height: 28px;
  color: #121821;
  margin-bottom: 17px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title:after {
  display: none;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .left-content {
  display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .right-content {
  float: right;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content {
  display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 9px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:first-child {
  margin-left: 0;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover {
  border-color: #ff8400;
  background-color: #ff8400;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover a {
  color: #fff;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li a {
  color: #b6bcc6;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content {
  float: right;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li {
  font-size: 18px;
  line-height: 28px;
  margin: 0 3px;
  display: inline-block;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li:hover a {
  color: #ff8400;
}

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li a {
  color: #939aa4;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-content .comments-form-area .title {
  font-size: 26px;
  line-height: 36px;
  color: #121821;
  font-weight: 700;
  margin-bottom: 32px;
}

.blog-details-content .comments-area .title {
  margin-bottom: 35px;
}

.blog-details-content .comments-area .single-comment-item {
  position: relative;
}

.blog-details-content .comments-area .single-comment-item .thumb {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.blog-details-content .comments-area .single-comment-item .content {
  padding-left: 130px;
}

.blog-details-content .comments-area .single-comment-item .content .meta-date {
  font-size: 14px;
  line-height: 24px;
  color: #7c7c90;
  display: block;
  padding-top: 10px;
}

.blog-details-content .comments-area .single-comment-item .content .author-name {
  font-size: 18px;
  line-height: 28px;
  color: #121821;
  margin-bottom: 12px;
}

.blog-details-content .comments-area .single-comment-item .content p {
  color: #6b6a86;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-details-content .comments-area .single-comment-item .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #7c7c90;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-content .comments-area .single-comment-item .reply-btn:hover {
  color: #ff8400;
}

.blog-details-content .comments-area .single-comment-item .reply-btn i {
  padding-right: 5px;
}

.single-blog-page-separator {
  padding-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* start animation */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 42%;
	top: 35%;
	display: none;
	z-index: 9999;
	width: 280px;
  animation: 1.4s ease-out;
  transition: transform 1.75s;
  transform: rotateY(180deg);
}
