@charset "UTF-8";
img.aligncenter, img.alignleft, img.alignright {
  width: auto !important
}
#main_content .sticky .post h2, .nav .main-menu a, .top-info, h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
.nav .main-menu a, a, a:active, a:focus, a:hover {
  text-decoration: none
}
.recentcomments > a, blockquote {
  font-style: italic
}
.nav, .top-info {
  text-transform: uppercase
}
.testi-carousel.text-center .images .owl-wrapper, .wp-caption, img, pre {
  max-width: 100%
}
.blog-single .post-footer, .coming-soon-content .countdown, .features.style2, .image-project, .latest-list, .list-comments li, .list-logo, .project-title, .screen-reader-text, .sidebar .widget li, .switcher ul, .team-member .member-image, footer .widget-footer .gallery-image {
  overflow: hidden
}
img.aligncenter {
  margin-right: auto !important;
  margin-top: 5px
}
.aligncenter, img.aligncenter {
  margin-left: auto;
  display: block;
  clear: both
}
.aligncenter {
  margin-right: auto
}
img.alignleft {
  margin: 5px 20px 20px 0;
  float: left
}
.alignleft {
  margin: 5px 10px 20px 0;
  float: left
}
.alignright, img.alignright {
  margin: 5px 0 20px 20px;
  float: right
}
.transparent {
  z-index: 1;
  display: block;
  padding: 75pt 0;
  position: relative
}
.sticky .post {
  padding: 20px;
  background: #eee
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px
}
.attachment-post-thumbnail, .textwidget img, img {
  height: auto
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 8
}
.owl-carousel.owl-theme .item img, .widget select, .widget_calendar table {
  width: 100%
}
.btn {
  color: #fff
}
.btn-default {
  color: inherit
}
.rsswidget, ::selection {
  color: #fff
}
.widget select {
  padding: 3px 5px
}
.widget_calendar table td, .widget_calendar table th {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd
}
a img, iframe {
  border: 0
}
a, body {
  color: #666
}
h4, h4 a {
  color: #333
}
.widget ul {
  list-style: none
}
.widget ul ul {
  padding-left: 20px;
  text-align: left
}
.widget_nav_menu ul {
  padding-left: 0;
  text-align: left
}
.widget li {
  line-height: 22px
}
.widget_sensei_course_categories li {
  line-height: inherit
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font-size: 14px;
  font-family: メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: 0 0
}
:focus {
  outline: 0
}
a {
  -webkit-transition: .3s;
  transition: .3s
}
a:active, a:focus {
  outline: 0;
  color: #666
}
input[type=submit] {
  -webkit-transition: .3s;
  transition: .3s
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #333
}
.h3, h3 {
  font-size: 20px
}
h4 {
  line-height: 23px
}
h5 {
  font-size: 15px
}
h6 {
  font-size: 13px
}
p {
  line-height: 24px
}
iframe {
  vertical-align: top
}
blockquote {
  border-left: 2px solid #d4d8df;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 20px;
  font-size: 18px
}
.nav .main-menu, .none-style {
  padding-left: 0;
  list-style: none
}
::-moz-selection {
  color: #fff
}
.clearfix {
  zoom: 1
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table
}
.clearfix:after {
  clear: both
}
.top-40 {
  margin-top: 40px
}
.top-line {
	height: 0px;
}
header {
  -webkit-transition: .3s;
  transition: .3s;
  background: #4396f6;
  z-index: 6
}
header .logo {
  display: table;
  height: 75pt;
  margin-top: 15px;
  float: left
}
header.smaller .logo {
  height: 60px;
  display: block
}
header .logo a {
  display: table-cell;
  vertical-align: middle
}
header .logo img {
  max-width: 100%;
  max-height: 75pt
}
header.smaller .logo img {
  max-height: 60px
}
header .top-info {
  float: right;
  margin-top: 45px
}
header .btn-toggle {
  display: none
}
.nav {
  float: left;
  margin-left: 50px;
  -webkit-transition: .3s;
  transition: .3s
}
.nav .main-menu {
  margin-bottom: 0
}
.nav .main-menu li {
  position: relative;
  clear: both
}
.nav .main-menu li:hover > ul {
  opacity: 1;
  top: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.nav .main-menu li ul {
  -webkit-transition: top .3s ease 0s, opacity .3s;
  transition: top .3s ease 0s, opacity .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  top: 115%;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  margin: 0;
  display: block;
  left: 0;
  padding: 0;
  min-width: 200px;
  white-space: nowrap
}
.nav .main-menu li ul a {
  line-height: 41px;
  padding: 0 23px;
  font-size: 13px
}
.nav .main-menu li ul a:focus, .nav .main-menu li ul a:hover {
  color: #333
}
.nav .main-menu li ul ul {
  opacity: 0;
  top: 0;
  left: 110%;
  -webkit-transition: left .3s ease 0s, opacity .3s;
  transition: left .3s ease 0s, opacity .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}
.nav .main-menu li ul li:hover > ul {
  opacity: 1;
  left: 100%;
  top: 0
}
.nav .main-menu > li {
  display: inline-block;
  padding: 57px 15px
}
.nav .main-menu a {
  color: #666
}
.top-info, .top-info a {
  color: #888
}
.nav .main-menu a i {
  margin-right: 6px
}
.nav .arrow-parent {
  display: none
}
.nav .main-menu li:last-child ul {
  right: 0;
  left: auto
}
.nav .main-menu li:last-child ul ul {
  right: 110%;
  top: 0;
  -webkit-transition: right .3s ease 0s, opacity .3s;
  transition: right .3s ease 0s, opacity .3s
}
.nav .main-menu li:last-child ul li:hover > ul {
  right: 100%;
  left: auto
}
.header5 .top-menu .nav .main-menu > li:first-child {
  padding-left: 0
}
.top-info {
  font-size: 13px;
  padding-left: 30px;
  border-left: 1px solid #f2f2f2;
  -webkit-transition: .3s;
  transition: .3s
}
.top-info p {
  line-height: 20px
}
.top-info .socials {
  padding-top: 7px
}
.top-info .socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
	border: 1px solid #e8e8e8;
  color: #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 3px
}
.header3 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5) 0, transparent 95%);
  background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, transparent 95%)
}
.header3 .top-info {
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  color: #ccc
}
.header3 .top-info a {
  color: #ccc
}
.header3 .nav .main-menu > li > a {
  color: #ebebeb
}
.header3 .nav .main-menu ul a {
  color: #666
}
.header3.smaller {
  background: rgba(0, 0, 0, .8)
}
.header3 .btn-toggle {
  color: #fff
}
.header4 .top-info {
  margin-left: 10px;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
  border: 0
}
.blog-list .item-post .date-post, .blog-list .item-post a.more-link, .blog-single .post-content blockquote strong, .blog-single .post-footer, .comments-area .comment-reply-title, .content-bottom .inner h4, .features-box a, .features-box h4, .form-info h4, .latest-post .item-post .date-post, .latest-post .item-post .more-link, .list-comments .comment-right .comment-info, .list-comments h3, .page-title h1, .service-box a.more-link, .sidebar h4, .team-member h5, .testi-carousel .info strong, .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  text-transform: uppercase
}
.header4 .top-info p {
  float: left;
  margin: 0 20px
}
.header4 .top-info .socials {
  float: left;
  padding-top: 0;
  margin: 0
}
.header4 .top-info .socials a {
  border: 0;
  width: auto;
  height: auto;
  line-height: 20px;
  margin-left: 15px;
  margin-right: 0
}
.search-box {
  float: right;
  margin-top: 15px
}
.search-box input[type=text] {
  border: 0;
  font-size: 15px;
  width: 140px
}
.search-box button {
  border: 0;
  background: 0 0;
  font-size: 15px
}
.smaller .search-box {
  display: none
}
.page-title {
  background: url(images/bg-title.png)
}
.header-tra .page-title {
  padding-top: 130px
}
.page-title h1 {
  margin: 0;
  padding: 39px 0;
  color: #fff;
  font-size: 30px
}
.breadcrumbs {
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
  margin-bottom: 20px
}
.breadcrumbs ul {
  margin-bottom: 0;
  padding: 0
}
.breadcrumbs li {
  list-style: none;
  color: #888;
  display: inline-block;
  padding: 15px 0
}
.breadcrumbs a {
  color: #555
}
.latest-list .item-latest h4 a, body .latest-project2 h2 {
  color: #fff
}
.breadcrumbs span {
  margin: 0 6px
}
.box-shadow {
  width: 100%;
  height: 50px;
  background: #fff;
  margin: auto;
  position: relative
}
.box-shadow:after, .box-shadow:before {
  content: "";
  position: absolute;
  z-index: -999;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .8);
  box-shadow: 0 0 40px rgba(0, 0, 0, .8);
  top: 80%;
  bottom: 0;
  left: 30px;
  right: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
body .overlay, body .parallax-action .overlay {
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute
}
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 7;
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear
}
body .home-banner, body h2, body section {
  position: relative
}
#back-to-top i {
  padding-top: 6px;
  font-size: 20px
}
#back-to-top:hover {
  background: rgba(255, 174, 78, .7)
}
body h2 {
  margin-bottom: 70px
}
body h2.text-left, body h2.text-right {
  margin-bottom: 55px
}
body .shadow-section {
  margin-top: -50px;
  padding: 0;
  z-index: -1
}
body .our-services {
  padding: 5pc 0 30px
}
body .partners {
  padding: 60px 0;
  background: #f4f4f4
}
body .why-us {
  background: #f5f5f5
}
body .features-home2 {
  padding: 75px 0
}
body .latest-project {
  padding-bottom: 0
}
body .latest-project2 {
  padding-bottom: 0;
  background: #333
}
body .action-image, body .features-home, body .home-slider {
  padding: 0
}
body .action-image.home3 .parallax-hourse, body .features-home.home3 .parallax-hourse, body .home-slider.home3 .parallax-hourse {
  padding-top: 50px
}
body .home-banner {
  padding: 300px 0 200px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover
}
body .overlay {
  background: rgba(12, 20, 32, .7);
  top: 0
}
body .parallax-action {
  padding: 90pt 0;
  background: url(images/bg-home1.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover
}
body .parallax-action .overlay {
  background: rgba(0, 0, 0, .8);
  top: 0
}
h2.after:after, h2.after:before {
  position: absolute;
  height: 1px;
  background: #ccc;
  width: 5pc;
  bottom: -17px;
  left: 50%;
  margin-left: -40px;
  content: ''
}
h2.text-left.after:after, h2.text-left.after:before {
  left: 0;
  margin-left: 0
}
h2.text-right.after:after, h2.text-right.after:before {
  left: 100%;
  margin-left: -5pc
}
h2.left.after:after, h2.left.after:before {
  left: 0;
  margin-left: 0
}
h2.after:after {
  bottom: -20px
}
.latest-list .item-latest {
  float: left;
  position: relative
}
.latest-list .item-latest .overlay {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s
}
.latest-list .item-latest h4 {
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 600
}
.latest-list .item-latest .cat-name {
  color: #ccc
}
.latest-list .item-latest .cat-name a {
  font-size: 13px;
  color: #ccc
}
.latest-list .item-latest:hover .overlay {
  opacity: 1
}
.latest-list.list3 .item-latest {
  width: 33.33%
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.get-action, .logos2 .item-logo {
  text-align: center
}
.get-action {
  color: #fff
}
.get-action h4 {
  color: #fff;
  margin-bottom: 15px
}
.get-action p {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px
}
.get-action a {
  padding-left: 30px;
  padding-right: 30px
}
.list-logo .item-logo {
  float: left;
  text-align: center;
  margin-bottom: 35px
}
.testi-carousel {
  font-size: 13px
}
.testi-carousel .text .item {
  padding-right: 20px
}
.testi-carousel .info {
  margin-top: 15px
}
.testi-carousel .info strong {
  margin-right: 20px
}
.testi-carousel .images .owl-item {
  width: 54px !important;
  margin-right: 8px;
  margin-top: 25px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}
.testi-carousel.text-center .images .owl-item {
  float: none;
  display: inline-block
}
.latest-post .item-post {
  padding: 0 15px
}
.latest-post .item-post .desc {
  padding: 20px;
  background: #fff;
  border: 1px solid #f6f6f6;
  -webkit-box-shadow: 1px 1px 3px #f6f6f6;
  box-shadow: 1px 1px 3px #f6f6f6
}
.latest-post .item-post .more-link {
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
  color: #333
}
.latest-post .item-post .date-post {
  color: #999;
  font-size: 13px;
  text-align: right;
  margin: 5px 0 0
}
.latest-post .owl-controls {
  top: -93px;
  right: 15px;
  left: auto
}
.latest-post .owl-controls .owl-buttons div {
  width: 2pc;
  height: 2pc;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 2px solid;
  color: #ccc;
  line-height: 30px;
  font-size: 13px;
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: .3s;
  transition: .3s
}
.get-action.dark {
  color: #333;
  text-align: left;
  padding-top: 150px
}
.get-action.dark h4 {
  color: #333
}
.image-right {
  padding-top: 24px
}
.image-right img {
  width: 85%
}
.list-features .col-md-4 {
  padding: 0
}
.features-box {
  position: relative
}
.features-box .overlay {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #d9d9d9;
  text-align: center
}
.features-box .content-mid .inner {
  padding-top: 33px
}
.features-box h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 600
}
.features-box p {
  margin-bottom: 0
}
.features-box a {
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  margin-top: 15px
}
.features-box:hover .inner {
  padding-top: 0
}
.features-box:hover a {
  opacity: 1
}
.content-mid {
  display: table;
  height: 100%;
  width: 100%
}
.content-mid .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  -webkit-transition: .4s;
  transition: .4s
}
.content-bottom {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  text-align: left
}
.btn-elements .ot-btn, .elements-page .btn-small, .features.box2, .filter-projects, .team-member, .team-member .overlay a, table#wp-calendar caption, td, th {
  text-align: center
}
.content-bottom .inner {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0
}
.content-bottom .inner a {
  color: #fff
}
.item-latest:hover .inner {
  opacity: 1
}
.big-text h2 {
  margin: 0;
  color: #fff
}
.big-text p {
  font-weight: 400;
  font-size: 50px;
  line-height: inherit;
  margin-bottom: 20px
}
.big-text a {
  color: #fff;
  border-color: #fff
}
.big-text a:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff
}
.blog-page .col-md-9 {
  padding-right: 0
}
.blog-page .col-md-3 {
  padding-left: 0
}
.blog-list {
  border-right: 1px solid #ebebeb;
  margin-top: 0 !important;
  margin-right: -1px;
  padding-bottom: 5pc;
  padding-right: 30px
}
.blog-list .item-post h4 {
  margin-top: 0;
  margin-bottom: 0
}
.blog-list .item-post .date-post {
  color: #999;
  font-size: 13px;
  margin-bottom: -10px
}
.blog-list .item-post a {
  color: #333
}
.blog-list .item-post a.more-link {
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block
}
.blog-list .pagination {
  margin-top: 60px;
  -webkit-border-radius: 0;
  border-radius: 0
}
.blog-slider .owl-controls {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}
.blog-slider .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, .5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  -webkit-border-radius: 0;
  border-radius: 0
}
.blog-slider:hover .owl-controls {
  opacity: 1
}
.blog-slider.owl-theme .owl-controls {
  position: static
}
.blog-slider.owl-theme .owl-controls .owl-prev {
  position: absolute;
  top: 44%;
  left: 0
}
.blog-slider.owl-theme .owl-controls .owl-next {
  position: absolute;
  top: 44%;
  right: 0
}
.blog-list .pagination a, .blog-list .pagination span {
  margin: 0 6px;
  width: 40px;
  height: 40px;
  line-height: 28px;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  font-size: 9pt
}
.blog-list .pagination a {
  background: #e6e6e6;
  color: #555
}
.blog-list .pagination a i {
  font-size: 15px
}
.blog-list .pagination a:hover, .blog-list .pagination span, .blog-list .pagination span:hover {
  background: #454647
}
.blog-single .post-title {
  margin: 40px 0 18px
}
.blog-single .post-meta {
  margin-bottom: 28px;
  text-transform: uppercase
}
.blog-single .post-meta a, .blog-single .post-meta span {
  margin-right: 25px;
  font-size: 13px;
  color: #999
}
.blog-single .post-thumbail {
  margin-bottom: 25px
}
.blog-single .post-content h4 {
  margin-bottom: 15px
}
.blog-single .post-content p {
  margin-bottom: 18px
}
.blog-single .post-content blockquote {
  color: #333;
  font-size: 14px;
  font-style: normal
}
.blog-single .post-content blockquote p {
  margin-bottom: 10px
}
.blog-single .post-content ul {
  list-style: none;
  padding-left: 0;
  line-height: 30px
}
.blog-single .post-content ul i {
  margin-right: 4px
}
.blog-single .post-footer {
  margin-top: 35px;
  font-size: 13px;
  color: #999;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2
}
.blog-single .post-footer .tag-post {
  float: left
}
.blog-single .post-footer .share-post {
  float: right
}
.blog-single .post-footer a {
  color: #555
}
.sidebar {
  border-left: 1px solid #ebebeb
}
.sidebar .widget {
  padding-top: 0;
  padding-left: 30px
}
.flickr_badge_image {
  margin: 0 10px 10px 0;
  width: 72px;
  height: 72px;
  float: left;
  background: 0 0;
  padding: 0
}
.flickr_badge_image img {
  float: left
}
.sidebar .widget.widget_tag_cloud li {
  display: inline-block;
  padding: 0
}
table#wp-calendar {
  width: 100%
}
table#wp-calendar caption {
  color: #333;
  font-size: 18px;
  font-weight: 600
}
td, th {
  padding: 5px
}
.sidebar .widget.widget_text {
  padding-left: 0;
  padding-bottom: 40px
}
.sidebar .widget.widget_tag_cloud li a {
  font-size: 14px !important;
  display: block;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 5px 10px;
  border: 1px solid #555;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.sidebar .widget.widget_tag_cloud li a:before, .widget_search button {
  display: none
}
.acc_head, .ot-btn {
  -webkit-transition: .3s
}
.sidebar .widget.widget_tag_cloud li a:hover {
  border: 1px solid #fab702
}
.sidebar .widget_search input:focus {
  border: 1px solid #fab702;
  box-shadow: none
}
.sidebar .widget.widget-image {
  padding-left: 0
}
.sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.sidebar .widget li {
  padding: 7px 0
}
.sidebar .widget li a {
  display: block;
  float: left;
  font-size: 15px;
  color: #555
}
#ajaxsuccess, .error {
  display: none
}
.sidebar .widget.widget_nav_menu li a {
  float: none
}
.sidebar .widget li a:before {
  font-family: FontAwesome;
  float: left;
  margin-right: 8px
}
.sidebar .widget li span {
  float: right;
  color: #999
}
.sidebar h4 {
  margin-top: 0;
  margin-bottom: 25px
}
.comments-area {
  margin-top: 60px
}
.comments-area .comment-notes {
  margin-bottom: 30px
}
.comments-area .col-6 {
  width: 50%;
  float: left
}
.comments-area .comment-form-author {
  padding-right: 10px
}
.comments-area .comment-form-email {
  padding: 0 0 0 10px
}
.row-comment {
  margin: 0 -10px
}
.comment-form p, .list-comments h3, .wpcf7-form p {
  margin-bottom: 20px
}
.contact-info i, .list-comments .comment-right .comment-info a.comment-reply-link i {
  margin-right: 3px
}
.wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form textarea {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px;
  vertical-align: top
}
.wpcf7-form textarea {
  height: 150px
}
.wpcf7-form input[type=submit] {
  padding: 13px 35px
}
.container .container {
  width: 100%
}
.comment-form input[type=email], .comment-form input[type=tel], .comment-form input[type=text], .comment-form textarea {
  height: 50px;
  background: #f2f2f2;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  vertical-align: top
}
.comment-form textarea {
  height: 150px
}
.comment-form input[type=submit] {
  padding: 13px 35px
}
.list-comments {
  margin-top: 60px
}
.list-comments h3 {
  font-size: 18px
}
.list-comments ul {
  list-style: none;
  padding-left: 0
}
.list-comments li {
  padding-bottom: 40px
}
.list-comments .children {
  padding-left: 70px
}
.list-comments .user-image {
  float: left;
  height: 100%
}
.list-comments .user-image img {
  border-radius: 50%
}
.list-comments .comment-right {
  margin-left: 70px
}
.list-comments .comment-right .comment-info {
  color: #999;
  font-size: 13px
}
.list-comments .comment-right .comment-info a {
  font-weight: 700;
  margin-left: 10px;
  color: #999
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important
}
.form-info {
  padding: 70px 0
}
.form-info h4 {
  margin-top: 0;
  margin-bottom: 30px
}
.contact-info li {
  padding: 7px 0
}
.wpcf7-form .col-4 {
  width: 33.33%;
  float: left;
  padding: 0 10px
}
p .error {
  color: red;
  font-size: 9pt
}
div.error {
  padding: 10px;
  border: 2px solid #ff0
}
#ajaxsuccess {
  padding: 10px;
  border: 2px solid green;
  font-size: 18px
}
#google_map {
  height: 25pc
}
.top-about {
  padding-top: 50px
}
.top-about h4 {
  margin-top: 0;
  margin-bottom: 20px
}
.top-about .values {
  margin-top: 2pc
}
.top-about .image-about {
  margin: 20px -10px 0
}
.top-about .image-about img {
  width: 50%;
  float: left;
  padding: 0 10px
}
.vimeo {
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden
}
.vimeo, .vimeo a {
  position: relative
}
.vimeo .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px
}
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
section.background-position {
  background-position: -8px -15px !important
}
.vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
  background-size: inherit !important
}
.owl-carousel .owl-item .item.item-logo img {
  width: auto
}
.acc_head {
  transition: .3s;
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px
}
.acc_head i {
  margin-right: 8px
}
.style2 .acc_head {
  -webkit-border-radius: 20px;
  border-radius: 20px
}
.acc_content {
  padding: 15px 0 20px
}
.acc_active .acc_head, .acc_head:hover {
  color: #333
}
.features-about {
  -webkit-box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14);
  box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14);
  background: url(images/bg-square.png) -8px -15px
}
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat
}
.parallax-hourse {
  background-image: url(images/bg-hourse.png);
  padding: 90px 0 70px;
  position: relative;
  z-index: 3
}
.action-about, .team-about {
  padding: 75px 0
}
.team-member h5 {
  margin-top: 30px
}
.team-member p {
  font-style: italic;
  font-size: 13px;
  color: #999
}
.team-member .member-image {
  position: relative;
  margin: auto
}
.team-member .member-image, .team-member .overlay {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.team-member .overlay {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0
}
.team-member .overlay .social-team {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -13px
}
.team-member .overlay a {
  color: #fff;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 1px
}
.service-box a, .title-service li.active a {
  color: #333
}
.team-member .overlay i {
  vertical-align: middle
}
.team-member:hover .overlay {
  opacity: 1
}
.action-about {
  background: #f4f4f4
}
.call-action {
  padding: 0 75pt
}
.call-action h4 {
  margin-top: 0;
  margin-right: 30px;
  display: inline-block
}
.call-action a {
  display: inline-block;
  padding: 1pc 35px
}
.typography {
  padding: 20px 0 55px
}
.typography .top-st {
  padding-bottom: 40px
}
.top-st p {
  font-style: italic;
  padding-bottom: 10px
}
.thirds h4 {
  margin-bottom: 20px
}
.list-services {
  padding: 55px 0 25px
}
.service-box {
  margin-bottom: 40px
}
.service-box.title-top {
  margin-bottom: 0
}
.service-box h4 {
  margin: 22px 0 15px
}
.service-box.title-top h4 {
  margin: 15px 0 20px
}
.service-box p {
  margin-bottom: 18px
}
.service-box.title-top p {
  margin-top: 18px
}
.service-box a.more-link {
  font-size: 13px;
  font-weight: 700
}
.single-services .col-md-3 {
  padding-right: 0
}
.single-services .col-md-9 {
  padding-left: 0
}
.title-service {
  padding: 55px 0 0;
  border-right: 1px solid #ebebeb
}
.title-service li {
  margin-bottom: 15px
}
.title-service a {
  color: #999;
  font-weight: 700;
  font-size: 18px
}
.service-details {
  padding: 55px 0 55px 30px;
  border-left: 1px solid #ebebeb;
  margin-left: -1px
}
.service-details h4 {
  margin: 24px 0 15px
}
.list-projects.list2 {
  padding-bottom: 0
}
.all-project .isotope-item {
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.all-project .isotope-item h4 {
  margin: 11px 0 3px
}
.all-project .cat-name {
  color: #9f9f9f;
  margin-bottom: 30px
}
.all-project .item-latest .cat-name {
  margin-bottom: 0
}
.all-project .cat-name a {
  color: #9f9f9f;
  font-size: 13px
}
.cat-name span:last-child {
  display: none
}
.all-project .cat-name a:hover {
  color: #333
}
.z-index {
  position: relative;
  z-index: 3
}
.image-project {
  position: relative;
  display: block
}
.image-project .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 0
}
.image-project img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .6s;
  transition: .6s
}
.image-project:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.image-project:hover .overlay {
  opacity: 1
}
.all-project-v2 .cat-name, .all-project-v2 h4 {
  padding: 0 20px
}
.all-project-v2 .item-latest .cat-name, .all-project-v2 .item-latest h4 {
  padding: 0
}
.all-project-v2 .item {
  width: 33.31%
}
.all-project-v2 .item.col4 {
  width: 24.96%
}
.all-project-v2 .item.col5 {
  width: 19.96%
}
.all-project-v1 .item {
  width: 33.31%;
  padding-left: 15px;
  padding-right: 15px
}
.all-project-v1 .item.col4 {
  width: 24.96%;
  padding-left: 15px;
  padding-right: 15px
}
.all-project-v1 .item.col5 {
  width: 19.96%;
  padding-left: 15px;
  padding-right: 15px
}
.all-project-v2 .item:hover {
  background: #eee
}
.all-project-v3 h4 {
  font-weight: 600
}
.ot-btn, .skills-name span, .top-plan .name-plan, .type1 li, .type3 li, .type4 li {
  font-weight: 700
}
.all-project-v3 .item {
  width: 24.96%
}
.all-project-v3 .cat-name, .all-project-v3 .cat-name a {
  color: #ccc;
  margin-bottom: 0
}
.all-project-v3 .cat-name a:hover {
  color: #fff
}
.filter-projects {
  margin-bottom: 30px
}
.project-des h4, .project-info h4 {
  margin-bottom: 20px
}
.filter-projects li {
  display: inline-block;
  padding: 9pt
}
.filter-projects li a {
  font-weight: 700;
  color: #888;
  position: relative
}
.filter-projects li a.current:after, .filter-projects li a.current:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #ccc
}
.filter-projects li a.current:after {
  bottom: -13px
}
.page-title.project-title h2 {
  display: none
}
div.nav-next, div.nav-previous {
  display: inline-block
}
.project-title h1 {
  float: left
}
.project-title .project-nav {
  float: right;
  padding: 41px 0
}
.project-title .project-nav a {
  display: inline-block;
  width: 2pc;
  height: 2pc;
  line-height: 28px;
  font-size: 13px;
  color: #ccc;
  border: 2px solid;
  padding-left: 8px
}
.project-title .project-nav .next-project {
  padding-left: 10px;
  margin-left: 4px
}
.single-project {
  padding: 55px 0 70px
}
.project-info p {
  line-height: 24px
}
.project-des p {
  margin-bottom: 15px
}
.project-slider {
  margin-bottom: 35px
}
.project-slider .owl-controls {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 100%
}
.project-slider .owl-controls .owl-buttons {
  width: 100%;
  padding: 0 20px
}
.project-slider .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, .5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  -webkit-border-radius: 0;
  border-radius: 0
}
.ot-btn, .skills-name {
  font-size: 13px;
  text-transform: uppercase
}
.btn-color, .ot-btn:focus {
  color: #333
}
.project-slider .owl-controls .owl-buttons .owl-prev {
  float: left
}
.project-slider .owl-controls .owl-buttons .owl-next {
  float: right;
  padding-left: 5px
}
.project-slider:hover .owl-controls {
  opacity: 1
}
.detailsv2 h4 {
  margin-top: 0
}
.project-des {
  margin-top: 30px
}
.s-images {
  margin: 30px -10px 0
}
.s-images .item-image {
  display: block;
  width: 33.33%;
  padding: 10px;
  float: left
}
.s-images .item-image.col2 {
  width: 49.9%
}
.s-images .item-image.col4 {
  width: 24.9%
}
.s-images .item-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-border-radius: 4px;
  border-radius: 4px
}
.s-images .item-image:hover img {
  opacity: .7
}
.elements-page {
  padding: 40px 0 70px
}
.elements-page section {
  padding-bottom: 30px
}
.elements-page h4 {
  margin-bottom: 25px
}
.elements-page .btn-small {
  padding: 13px 23px;
  max-width: 150px;
  display: block
}
.elements-page .left {
  margin-right: 8px
}
.btn-elements .ot-btn {
  margin-bottom: 20px;
  width: 170px;
  padding-left: 0;
  padding-right: 0
}
.ot-btn {
  transition: .3s;
  border: 0;
  padding: 18px 2pc;
  display: inline-block;
  line-height: 1
}
.ot-btn i {
  margin-right: 5px
}
.margin-right-8 {
  margin-right: 8px
}
.btn-color:hover {
  background: #333;
  color: #fff
}
.btn-radius {
  -webkit-border-radius: 25px;
  border-radius: 25px
}
.btn-sradius {
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.btn-border {
  border: 2px solid #ccc;
  padding: 1pc 30px;
  color: #999;
  background: 0 0
}
.btn-small {
  padding: 13px 23px
}
.btn-color.blue {
  background: #29b6f6;
  color: #fff
}
.btn-color.red {
  background: #f44336;
  color: #fff
}
.btn-color.green {
  background: #4caf50;
  color: #fff
}
.btn-color.black {
  background: #555;
  color: #fff
}
.btn-color.yellow {
  background: #ffeb3b;
  color: #333
}
.btn-color.gray {
  background: #e6e6e6;
  color: #555
}
.btn-color.black:hover, .btn-color.blue:hover, .btn-color.gray:hover, .btn-color.green:hover, .btn-color.red:hover, .btn-color.yellow:hover {
  background: #333;
  color: #fff
}
.skills-name {
  margin-bottom: 10px
}
.skills-name span {
  color: #333;
  margin-left: 5px
}
.pro-bar-container {
  background: #d9d9d9
}
.pro-bar, .pro-bar-container {
  position: relative;
  height: 10px
}
.skills-box {
  margin-bottom: 24px
}
.skills-box.box2 .pro-bar, .skills-box.box2 .pro-bar-container {
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.skills-box.box3 .pro-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent)));
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px
}
.skills-box.box3 .pro-bar.green {
  background-color: #4caf50
}
.skills-box.box3 .pro-bar.blue {
  background-color: #29b6f6
}
.r-tabs-accordion-title, .r-tabs-panel {
  display: none
}
.r-tabs-panel.r-tabs-state-active {
  display: block
}
.continal-tabs li {
  display: inline-block
}
.type1 ul {
  margin-bottom: 15px
}
.type1 li {
  -webkit-border-radius: 20px;
  border-radius: 20px
}
.type1 li a {
  display: block;
  padding: 10px 25px
}
.type1 li.r-tabs-state-active a {
  color: #fff
}
.top-plan, .vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a, .vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #333
}
.type2 li {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0
}
.type3 ul {
  margin-bottom: 0
}
.type3 li {
  margin-right: 22px;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative
}
.type3 li.r-tabs-state-active:after {
  background: #2c93d5;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: ''
}
.type4 ul {
  border-bottom: 1px solid #ededed;
  float: left;
  width: 100%;
  margin-bottom: -1px
}
.type4 li {
  text-transform: uppercase;
  float: left;
  margin-left: -1px;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent
}
.type4 li.r-tabs-state-active {
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ededed;
  margin-bottom: -1px
}
.type4 a {
  padding: 9pt 15px 15px;
  display: block
}
.content-tabs3 {
  clear: both;
  padding: 18px 23px;
  border: 1px solid #ededed
}
.content-tabs3 p:last-child {
  margin-bottom: 0
}
.content-tabs4 {
  border-top: 0
}
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-title > a {
  border-radius: 2em
}
.vc_tta.vc_general.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-radius: 2em
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 11px 15px !important
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
  border: 0;
  padding: 15px 0 30px;
  background: #fff !important
}
.vc_tta.vc_general .vc_tta-icon {
  font-size: 14px !important
}
.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 8px !important
}
.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: 0 !important;
  background: #e6e6e6
}
.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: .3s;
  transition: .3s
}
.icon-box h4 {
  margin-bottom: 35px
}
.features.box2 h4 {
  margin-bottom: 15px
}
.features.box3 {
  margin-bottom: 35px
}
.features.box4.right {
  text-align: right
}
.features.box4.right i {
  float: right;
  margin-left: 13px
}
.features.box4 i {
  margin-right: 13px;
  float: left
}
.features .top-img {
  min-height: 57px;
  line-height: 57px
}
.features h4 {
  margin: 20px 0 9pt;
  line-height: 1
}
.features .top-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #333;
  font-size: 26px
}
.features .right-box {
  margin-left: 65px
}
.features.style2 {
  margin-bottom: 25px
}
.features.style2 .top-img {
  width: 70px;
  float: left
}
.features.style2 h4, .features.style2 p {
  padding-left: 90px;
  margin-top: 0
}
.why-choose .features {
  margin-bottom: 40px
}
.why-choose .features h4 {
  margin-top: 2px
}
.pricing-table {
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  max-width: 350px;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s
}
.pricing-table ul {
  list-style: none;
  padding: 25px 10px;
  line-height: 30px
}
.pricing-table .action-plan {
  margin-bottom: 35px
}
.pricing-table .action-plan a {
  padding: 14px 30px
}
.pricing-table:hover {
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc
}
.top-plan {
  background: #e6e6e6;
  padding: 30px 0 25px
}
.top-plan .price {
  font-size: 72px;
  line-height: 1
}
.top-plan .price span {
  font-size: 36px;
  vertical-align: top;
  display: inline-block;
  margin-top: 5px
}
.top-plan .name-plan {
  font-size: 1pc;
  margin-top: 20px;
  letter-spacing: 2px
}
.page-404 {
  border-top: 1px solid #eee;
  padding: 40px 0 0
}
.content-404 {
  padding-top: 130px;
  padding-left: 30px
}
.content-404 h2 {
  font-size: 72px;
  margin-bottom: 0
}
.content-404 p {
  font-size: 22px;
  margin-bottom: 30px
}
.coming-soon {
  background: url(images/coming-soon.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh
}
.coming-soon-content {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  margin-top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.coming-soon-content .intro-text {
  margin-bottom: 40px
}
.coming-soon-content .newsletter-comingsoon {
  margin-bottom: 50px
}
.coming-soon-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff
}
.coming-soon-content p {
  font-size: 22px
}
.coming-soon-content .newsletter-email {
  width: 290px;
  padding: 14px 15px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000
}
.coming-soon-content .countdown {
  list-style: none;
  padding-left: 0;
  text-align: center
}
.coming-soon-content .countdown li {
  float: left;
  font-size: 60px;
  width: 25%
}
.coming-soon-content .countdown li p {
  font-size: 15px;
  text-transform: uppercase
}
.coming-soon-content .social-icons {
  margin-top: 40px
}
.coming-soon-content .social-icons a {
  display: inline-block;
  font-size: 20px;
  margin: 0 15px;
  color: #fff
}
footer {
  background: url(images/bg-dark.png)
}
footer .widget-footer {
  padding: 50px 0;
  color: #333;
  line-height: 25px;
	background-color: #4396f6!important;
}
footer .widget-footer h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}
footer .widget-footer p, footer .widget-footer ul li {
  margin-bottom: 8px
}
footer .widget-footer ul {
  padding-left: 20px;
  list-style: inherit;
  color: hsla(0, 0%, 100%, .2)
}
footer .widget-footer ul a {
  line-height: 25px;
  display: block
}
footer .widget-footer .gallery-image a {
  max-width: 33.33%;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left
}
footer .widget-footer .gallery-image img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
footer .widget-footer i {
  margin-right: 3px
}
footer a {
  color: #e5e5e5
}
footer .sub-footer {
  background: #4396f6!important;
  text-align: center;
  padding: 15px 0;
  color: #999
}
footer .sub-footer p {
  margin-bottom: 0;
  font-size: 9pt
}
@media (min-width:1200px) {
  header.header2 .nav {
    float: right
  }
  header.header2 .top-info {
    float: left;
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 15px
  }
  .header4 .nav {
    float: right
  }
  .header4 .nav .main-menu > li {
    padding-top: 15px;
    padding-bottom: 20px
  }
  .header4 .nav .main-menu > li:last-child {
    padding-right: 0
  }
  .boxed header.clone.smaller {
    background: 0 0;
    box-shadow: none
  }
  .boxed header.clone.smaller > .container {
    width: 75pc;
    background: hsla(0, 0%, 100%, .9);
    box-shadow: 0 0 3px #ccc;
    padding: 0 30px
  }
  .boxed header.header3.clone.smaller > .container {
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 3px #222
  }
}
@media (max-width:1199px) {
  .nav {
    float: left;
    margin-left: 0;
    clear: both;
    width: 100%
  }
  .nav .main-menu > li {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .nav .main-menu > li:first-child {
    padding-left: 0
  }
  header .top-info {
    margin-left: 10px;
    margin-top: 25px !important
  }
  header .top-info p {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
  }
  header .top-info .socials {
    float: left;
    margin-top: -13px
  }
  header .logo {
    margin-top: 10px;
    height: 50px
  }
  .get-action.dark {
    padding: 75pt 0
  }
  .header4 .top-info {
    margin-top: 25px
  }
  body .home-banner, body .parallax-action {
    background-attachment: scroll
  }
}
@media (min-width:992px) {
  header.clone {
    position: fixed;
    z-index: 6;
    width: 100%;
    left: 0;
    top: -180px;
    background: hsla(0, 0%, 100%, .9)
  }
  header.clone .top-info {
    display: none
  }
  header.clone .logo {
    margin-top: 11px
  }
  header.clone .nav {
    float: right;
    clear: none;
    width: auto
  }
  header.clone .nav .main-menu > li {
    padding: 28px 15px
  }
  header.clone.smaller {
    top: 0;
    -webkit-box-shadow: 1px 0 3px #ccc;
    box-shadow: 1px 0 3px #ccc
  }
  header.clone.header3 {
    -webkit-box-shadow: 1px 0 3px #222;
    box-shadow: 1px 0 3px #222
  }
  .header5 .logo {
    margin-top: 15px
  }
  .header5 .top-menu {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6
  }
  .header5 .top-menu .nav {
    margin-left: 0;
    width: auto
  }
  .header5 .top-menu .nav .main-menu > li {
    padding: 17px 15px
  }
  .header5 .top-info {
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 0;
    border: 0
  }
  .header5 .top-info p {
    float: left;
    margin-right: 30px;
    margin-bottom: 0
  }
  .header5 .top-info .socials {
    float: left;
    margin-top: -13px
  }
  .header5.smaller .top-menu {
    float: right;
    width: auto
  }
  .header5.smaller .top-menu .nav .main-menu > li {
    padding: 22px 15px
  }
}
@media (max-width:991px) {
  .nav, header .top-info {
    left: 0;
    z-index: 6;
    position: absolute
  }
  .nav .main-menu a, header .top-info {
    text-transform: none;
    font-weight: 600
  }
  .socials, header.clone {
    display: none
  }
  header {
    text-align: center
  }
  header bor .logo {
    margin-top: 25px
  }
  header .top-info {
    display: none;
    top: 83px;
    width: 100%;
    margin: 0 !important;
    padding: 9pt 20px;
    background: #fff;
    border-left: 0 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9 !important
  }
  header .top-info.menu-mobile {
    display: block;
    background: #eee
  }
  header .top-info.menu-mobile a, header .top-info.menu-mobile p {
    color: #333
  }
  header .btn-toggle {
    display: block;
    float: right;
    margin: 18px auto 20px;
    width: 45px;
    height: 40px;
    background: 0 0;
    border: 0;
    font-size: 25px
  }
  .nav {
    display: none;
    top: 8pc;
    width: 100%
  }
  .nav .arrow-parent, .nav.menu-mobile {
    display: block
  }
  .nav .arrow-parent {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    padding: 7px 20px;
    font-size: 23px;
    cursor: pointer
  }
  .nav .arrow-parent:hover {
    background: #eee
  }
  .nav .main-menu {
    text-align: left;
    background: #fff
  }
  .nav .main-menu li {
    display: block;
    padding: 0;
    border-top: 1px solid #e9e9e9
  }
  .nav .main-menu li ul {
    position: static;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: -1px
  }
  .nav .main-menu li ul, .nav .main-menu li ul ul {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
  }
  .nav .main-menu li ul ul a {
    padding-left: 50px;
    padding-right: 50px
  }
  .nav .main-menu li ul a {
    padding: 13px 30px;
    font-size: 14px;
    line-height: 20px
  }
  .nav .main-menu li:last-child {
    border-bottom: 1px solid #e9e9e9
  }
  .nav .main-menu a {
    display: block;
    padding: 13px 20px;
    color: #666
  }
  .image-right, .latest-post .owl-buttons, .resposive-none {
    display: none
  }
  .nav .main-menu a:focus, .nav .main-menu a:hover {
    background: 0 0 !important
  }
  .nav.menu-mobile .main-menu > li > a {
    color: #666
  }
  .header4 .top-info p {
    margin-left: 0;
    margin-right: 20px
  }
  .latest-list .item-latest {
    width: 50%
  }
  .all-project-v1 .item, .all-project-v2 .item, .latest-list .item.item-latest {
    width: 49.9% !important
  }
  .blog-list .item-post h4 {
    margin-top: 10px
  }
  .blog-list, .sidebar {
    border: 0;
    padding: 0
  }
  .blog-page .col-md-3, .blog-page .col-md-9, .single-services .col-md-3, .single-services .col-md-9 {
    padding: 0 15px
  }
  .sidebar .widget {
    padding: 0 0 30px
  }
  .sidebar .widget.widget_archive {
    max-width: 280px
  }
  .call-action {
    padding: 0
  }
  .service-details, .title-service {
    border: 0;
    padding-left: 0;
    padding-top: 30px
  }
  .features-box, .pricing-table {
    margin-bottom: 20px
  }
  .all-project-v1 .item {
    padding: 15px
  }
}
@media (max-width:767px) {
  .all-project-v2 .item {
    width: 100% !important;
    padding: 0 15px
  }
  .all-project-v1 .item, .latest-list .item.item-latest {
    width: 100% !important;
    padding: 15px
  }
  .all-project-v2 .item .cat-name, .all-project-v2 .item h4 {
    padding: 0
  }
  .latest-list.list2, .latest-list.list3 {
    padding: 0 15px
  }
  .latest-list .item-latest, .latest-list.list2 .item-latest, .latest-list.list3 .item-latest {
    width: 100%;
    margin-bottom: 15px
  }
  .features {
    margin-bottom: 25px
  }
  .get-action p {
    font-size: 26px
  }
  .comments-area .col-6, .form-info .col-4 {
    width: 100%
  }
  .tp-caption {
    display: none
  }
  .content-404 {
    padding: 60px 0 40px
  }
  .content-404, .image-404 {
    text-align: center
  }
}
@media (max-width:479px) {
  .coming-soon-content .ot-btn i, .top-info .e-mail {
    display: none
  }
  .coming-soon-content h2 {
    font-size: 30px
  }
  .coming-soon-content p {
    font-size: 1pc
  }
  .coming-soon-content .countdown li {
    font-size: 35px
  }
  .coming-soon-content .countdown li p {
    font-size: 13px
  }
  .coming-soon-content .newsletter-email {
    float: none;
    width: 90%;
    padding: 8px 9pt;
    text-align: center
  }
  .coming-soon-content .ot-btn {
    margin-top: 10px;
    width: 90%;
    height: 36px;
    padding: 0
  }
}
body.boxed {
  max-width: 75pc;
  margin: auto;
  box-shadow: 0 0 7px #ddd;
  position: relative
}
.images-preloader {
  position: fixed;
  z-index: 9;
  background-color: #eee;
  width: 100%;
  height: 100%
}
.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px
}
#preloader_1 {
  position: relative
}
#preloader_1 span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out
}
#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: .2s
}
#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: .4s
}
#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: .6s
}
#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: .8s
}
.switcher {
  color: #555;
  padding: 10px;
  background: #f5f5f5;
  width: 81pt;
  position: fixed;
  z-index: 5;
  top: 200px;
  left: -75pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: -8px;
  border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  -webkit-border-radius: 0 0 5px
}
.switcher.s2 {
  top: 250px
}
.switcher.s3 {
  top: 300px
}
.switcher.s4 {
  top: 350px
}
.switcher p {
  font-size: 11px;
  margin-bottom: 5px
}
.switcher p.last {
  margin-top: 5px
}
.switcher ul {
  margin: 0;
  padding: 0
}
.switcher .clearfix {
  margin-bottom: 10px
}
.switcher select {
  border: 1px solid #bbb;
  padding: 3px
}
.custom-close, .custom-show {
  position: absolute;
  z-index: 10;
  margin-left: 98px;
  margin-top: -10px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 35px
}
.switcher select {
  width: 100%;
  font-size: 9pt;
  height: 30px
}
.de-pattern {
  padding: 0;
  margin: 0
}
.de-pattern li {
  list-style: none;
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  margin: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
  background-color: #555
}
.de-pattern li.color1 {
  background: #d33
}
.de-pattern li.color2 {
  background: #fab702
}
.de-pattern li.color3 {
  background: #11b7e7
}
.de-pattern li.color4 {
  background: #1e73be
}
.de-pattern li.color5 {
  background: #20cc9e
}
.de-pattern li.color6 {
  background: #f86e4e
}
#header {
  margin: 0 auto
}
.top-info {
  margin: 25px 0
}
.blog-list .item-post {
  padding-top: 0
}
.su-posts-default-loop .su-post-excerpt p:last-child {
  display: none
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #AFEEEE !important
}
h4.vc_custom_heading {
  font-family: Meiryo !important
}
.pagination > li > a, .pagination > li > span {
  padding: 6px 8px
}
span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;
  vertical-align: top;
  font-size: .8em;
  font-weight: 700;
  color: #fff;
  border-radius: 3px
}