/*-----------------------------------------------------------------------------------

Theme Name: Flying
Theme URI: http://demo.nrgthemes.com/projects/flying/
Author: NRGthemes
Author URI: http://nrgthemes.com/
Description: Its simple and clean Wordpress HTML5 & CSS3 Theme. Its a full responsive theme built with Bootstrap.;
Tags: design, clean, responsive, blog, gallery, portfolio
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flying 
  
  All files, unless otherwise stated, are released under the GNU General Public License
  version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

[Table of contents]

1. Body
   1-1. Scrollbar
   1-2. Headings
   1-3. Buttons
   1-4. Loading
2. Left Navigation
   2-1. Top Navigation
3. Grid & Filter
4. Elements
   4-1. Tab
   4-2. Slider Tab
   4-3. Icon Box
   4-4. Progres Bar
   4-5. Call to Action
   4-6. Alerts
5. Typography
   5-1. Dropcast
   5-2. Highlishts
   5-3. Qoute
6. Moutheme Slider
7. Gallery
8. Blog
9. Interaction
10. Ipad Mediaquery
   10-1. Iphone Landscape Mediaquery
   10-2. Iphone Mediaquery


-----------------------------------------------------------------------------------*/

/* 1. Boddy */

body {
  height: 100%;
  font-family: Raleway, sans-serif;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
}
a{
  color: #06b0f0;
  /* color: #f3655e; */
}
/* 1-2. Headings */

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #414141;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #414141;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  color: #919191;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}
body .vc_wp_text.wpb_content_element{margin-bottom:5px;}
.over-hidden{overflow:hidden;}
.w-inline-block.social {
  display: inline;
  text-decoration: none;
}
section.section.no-vc a:hover {
  color: #717171;
}
section.section.no-vc a {
  text-decoration: none;
  color: #f3655e;
}
.res-logo{
  opacity:1!important;
  -moz-transform: translateX(0px) translateY(0px)!important;
  -ms-transform: translateX(0px) translateY(0px)!important;
  -o-transform: translateX(0px) translateY(0px)!important;
  -webkit-transform: translateX(0px) translateY(0px)!important;
  transform: translateX(0px) translateY(0px)!important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.wp-caption img {
  padding-bottom: 10px;
}
.wp-caption.alignnone {
  display: block;
  clear: both;
}
.sticky, .gallery-caption, .bypostauthor{position:relative;}
iframe{border: none;}
iframe, embed {
  max-width: 100%;
  height: initial;
  min-height: 400px;
}
.single-format-audio iframe {
  min-height: initial;
}
.container-masonry iframe{min-height:inherit;}
.blog-video iframe, .blog-video embed{min-height:inherit;width: 100%;}
.simple-parallax {
  background-attachment: fixed !important;
  position: static;
}
/*  1-2-1. Formating  */
.singlephp table a, .singlephp p a, dd a{
  color:#F3655E;
  text-decoration:none;
}
.singlephp table td {
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.singlephp table th {
  font-weight: normal;
  color: #414141;
  padding: 10px;
  text-align: center;
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
}
dl {
  padding: 0.5em;
}
dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
dt:after {
  content: ":";
}
dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
}
.blog-slider img{width:100%;}
.post-nav a {
  color: #f3655e;
  text-decoration: none;
}
.wp-caption-text {
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  box-sizing: border-box;
  max-width: 100%;
}

/*  1-3. Buttons  */

.button, #leave_replay_submit {
  display: inline-block;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: #07b0f0 0px 0px 0px 1px inset;
  /* box-shadow: #f3655e 0px 0px 0px 1px inset;*/
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /* color: #f3655e; */
  color: #07b0f0;
  font-size: 15px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.button.icon-yes.icon-left i {
  padding-right: 15px;
}
.button.icon-yes.icon-right i {
  padding-left: 15px;
}
.button:hover, #leave_replay_submit:hover {
  padding-right: 50px;
  padding-left: 50px;
  /* background-color: #f3655e; */
  background-color: #07b0f0;
  color: white;
}
.button.btn-medium {
  padding-right: 26px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 55px;
}
.button.btn-medium:hover {
  padding-right: 37px;
  padding-left: 37px;
}
.button.btn-small, #leave_replay_submit {
  padding-right: 23px;
  padding-left: 23px;
  font-size: 12px;
  line-height: 44px;
}
.button.btn-small:hover, #leave_replay_submit:hover {
  padding-right: 32px;
  padding-left: 32px;
}
.button.btn-small.btn-gray-txt {
  color: #515151;
}
.button.btn-small.btn-gray-txt:hover {
  color: white;
}
.button.btn-small.btn-white {
  box-shadow: white 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-small.btn-white:hover {
  box-shadow: #f3655e 0px 0px 0px 1px inset;
}
.button.btn-small.btn-tag {
  box-shadow: #dbdbdb 0px 0px 0px 1px inset;
  color: #6e6e6e;
}
.button.btn-small.btn-tag:hover {
  padding-right: 23px;
  padding-left: 23px;
  background-color: transparent;
  box-shadow: #6e6e6e 0px 0px 0px 1px inset;
}
.button.btn-color {
  background-color: #f3655e;
  color: white;
}
.button.btn-color:hover {
  background-color: #273640;
  box-shadow: #273640 0px 0px 0px 2px inset;
}
.button.btn-line {
  box-shadow: #273640 0px 0px 0px 1px inset;
  color: #273640;
}
.button.btn-line:hover {
  background-color: #273640;
  color: white;
}
.button.btn-color-dark {
  background-color: #273640;
  box-shadow: #273640 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-color-dark:hover {
  background-color: transparent;
  color: #273640;
}
.button.btn-full {
  display: block;
}
.widget-section {
  margin-bottom: 40px;
}
.widget-section ul {
  list-style: none;
}
.widget-section ul li {
  margin-bottom: 5px;
}
.widget-section a {
  text-decoration: none;
  color: #717171;
}
.widget-section a:hover, .current-cat a {
  color:#f3655e;
}
.widget-section select{
  width: 100%;
  padding: 10px;
}
.widget-section table caption {
  margin-bottom: 15px;
  color: #717171;
}
.widget-section table td {
  border: 1px solid #DEDEDE;
  text-align: center;
}
.widget-section table {
  width: 100%;
}
.widget_recent_comments ul, .widget_recent_entrie ul, .widget_rss ul, .widget_meta ul{
  margin-left: 0;
  padding-left: 0;
}
.widget_rss ul li {
  margin-bottom: 20px;
}
.widget-section img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.widget-section form#searchform {
  position: relative;
}
.widget-section form#searchform button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.widget-section form#searchform input {
  width: 100%;
  padding: 10px;
  padding-right: 50px;
}
div.wpcf7-validation-errors{
  clear: both;
}
body span.wpcf7-not-valid-tip {
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
  clear: both;
}
/*  1-4. Loading  */

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #e4e6eb;
  display:block;
}
.loader {
  position: absolute;
  left: 52%;
  top: 52%;
  -webkit-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
}

/*  2. Left Navigation  */

.left-navigation {
  position: fixed;
  z-index: 999;
  display: block;
  width: 320px;
  height: 100%;
  background-color: white;
  text-align: center;
}
.navigation {
  margin-top: 40px;
}
.hamburger {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 50px;
  height: 100%;
  /* background-color: #2c3d47; */
  background-color: #000000;
  text-align: center;
}
.ham2 {
  position: relative;
  left: 17px;
  top: 50%;
  width: 16px;
}
.line-1 {
  width: 100%;
  height: 3px;
  margin-bottom: -3px;
  background-color: white;
}
.line-3 {
  width: 100%;
  height: 3px;
  background-color: white;
}
.nav-link {
  padding-right: 80px;
  padding-left: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.li-nav {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
#menu-sidebar-nav > li {
  margin-bottom: 24px;
}
#menu-sidebar-nav > li.current-menu-item.menu-item-has-children {
  margin-bottom: 0;
}
.nav-link:hover {
  /* color: #f3655e; */
  color: #07b0f0;
}
.sub-nav {
  margin-top: 5px;
  font-family:'Open Sans', sans-serif;
  color: #687882;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.social-ico {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  width: 84%;
  margin-bottom: 26px;
}
.social {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #687882;
  font-size: 12px;
}
.social:hover {
  color: white;
}
.social.soc-team {
  color: #bdbdbd;
}
.social.soc-team:hover {
  color: #9c9898;
}
.copyright-text {
  margin-top: 13px;
  color: #687882;
  font-size: 13px;
  font-weight: 600;
}
.copyright-text a{color: #fff;}
.sub-li {
  padding-top: 9px;
}
.sub-menu .nav-link, 
.subnav-link {
  padding: 6px 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #abb0b3;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.sub-menu{
  margin: 22px 0 0 0;
  padding: 0;
  display:none;
}
.sub-menu .current-portfolio-ancestor > a {
  color: #fff;
}
.current-menu-item .sub-menu, .current_page_ancestor .sub-menu{display:block;}

.current-menu-item a, .current_page_ancestor a{ /* color: #f3655e; */ color: #07b0f0;}

.sub-menu .current-menu-item .nav-link{color:#fff;}
.sub-menu li{
  padding: 0;
  line-height: 1em;
}
.current-menu-ancestor > a, .current-menu-parent > a, .current-portfolio-ancestor > a {
  color: #06b0f0; 
  /* color: #f3655e; */
}
.current-menu-ancestor .sub-menu, .current-menu-parent .sub-menu, .current-portfolio-ancestor .sub-menu{
  display: block;
}
.sub-menu .nav-link:after{
  display: block;
  width: 70%;
  height: 1px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  background-color: #344652;
  content: '';
}
.sub-menu .nav-link:hover,
.subnav-link:hover {
  color: white;
}
.subnav-link.w--current {
  color: white;
}
.menu-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
  /* background-color: #273640; */
  background-color: #101010;
}

/* 2.1 Top Navigation */

.topMenu {
  text-align: right;
  margin-right: 22px;
  margin-top: 35px;
}

.topMenu li{
  display: inline;
}

.topMenu li a {
  margin-right: 10px;
  padding: 15px 20px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  box-shadow: 0px 1px 0px 0px rgba(242, 242, 242, 0.8);
  transition: all 500ms ease 0s;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

/*  3. Grid & Filter  */
a.active{
  color:#f3655e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
a.active.filter{
  /* background: #2c3d47; */
  background: #101010;
  color:#fff;
  border:1px solid #2c3d47;
}
a.filter-star.active{
  color: #07b0f0;
  /* color:#f3655e; */
}
#Grid .mix{
  display: none;
}
.div-social {
  padding: 25px 34px;
  background-color: white;
}
.related-item img{height:auto;}
.section-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 40px;
}
.section-wrapper.sec-slider {
  height: 100%;
  padding-left: 50px;
}
.grid {
  width: 100%;
}
.mix {
  position: relative;
  display: inline-block;
  width: 25%;
  float: left;
}
.mix.mix-3 {
  width: 33.333%;
}
.mix.mix-3.remove-mx {
  width: auto;
}
.mix.mix-5 {
  width: 20%;
}
.portfolio-grid-wrap img{width:100%;}
.filters {
  text-align: right;
}
.filter-list {
  display: block;
}
.filter-iterm {
  display: inline-block;
}
.filter {
  margin-right: 10px;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: rgba(242, 242, 242, 0.8) 0px 1px 0px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  
}
.filter:hover {
  background-color: #fafafa;
}
.filter.filter-star {
  margin-right: 0px;
  padding: 14px 14px 11px;
  border-color: #2c3d47 #2e3d47 #2e3d47;
  /* background-color: #2e3d47; */
  background-color: #101010;
  color: white;
  font-size: 8px;
}
.tittle-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* background-color: #2c3d47; */
  background-color: #101010;
  color: white;
  text-align: center;
  text-decoration: none;
}
.img-wrapper {
  position: relative;
  z-index: 1;
}
.text-port {
  margin-top: 0px;
  /* margin-bottom: 10px; */
  margin-bottom: -5px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  /*zelf toegevoegd*/padding-top: 15px;
}
.sub-text {
  font-family:'Playfair Display', sans-serif;
  /* color: #06b0f0;*/
  color: #101010;
  /* color: #f3655e; */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  visibility: hidden;
}
.from {
  color: white;
  }
.line {
  display: block;
  width: 70%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #344652;
}
.left-star {
  position: absolute;
  top: -47px;
  right: 11px;
  z-index: 5;
  display: block;
  color: white;
  font-size: 7px;
}
.triangle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-top: 60px solid #2c3d47;
  border-left: 60px solid transparent;
}

/*  4. Elements  */

.inner-banner {
  position: relative;
  z-index: 3;
  padding-right: 20px;
  padding-left: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.49);
  background-color: #f0f1f3;
}
.algin-center {
  padding-top: 71px;
  padding-bottom: 71px;
  text-align: left;
}
.inner-sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #414141;
  font-size: 38px;
  font-weight: 400;
}
.and {
  font-family:'Playfair Display', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}
.line-con {
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
.line-con.ln-p {
  margin-bottom: 30px;
}
.tag-line-con{height:1px; clear:both; margin-bottom:40px;}
.line-con.ln-gray, .tag-line-con {
  background-color: #dedede;
}
.widget-area .line-con.ln-gray {
  margin-bottom: 20px;
}

/*  4-1. Tab  */

.tab-v {
  margin-right: 10px;
  padding: 15px 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: rgba(242, 242, 242, 0.8) 0px 1px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
}
.tab-v:hover {
  background-color: #fafafa;
}
.tab-v.w--current {
  border-color: #f3655e;
  background-color: #f3655e;
  color: white;
}
.tab-v.tab-v2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.tab-con {
  margin-top: 40px;
}
.tab-con.con-v {
  margin-top: 0px;
  margin-left: 100px;
  padding-left: 20px;
}
.tab-h {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.mrg-top {
  margin-top: 100px;
}
.ex-sp {
  font-family:'Playfair Display', sans-serif;
  color: #a6a6a6;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.tab-menu {
  display: block;
  width: 15%;
  float: left;
}

/*  4-2. Slider Tab  */

.slider-tab {
  width: 20%;
  height: 120px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.w-slider-tabs .w-tab-pane img{width:100%;}
.caption-t a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-tab:hover {
  opacity: 1;
}
.slider-tab.w--current {
  opacity: 1;
}
.slider-tab.ph-1 {
  background-image: url('../images/photo-tab1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-2 {
  background-image: url('../images/photo-tab2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-3 {
  background-image: url('../images/photo-tab3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-4 {
  background-image: url('../images/photo-tab4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-5 {
  background-image: url('../images/photo-tab5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.section {
  padding: 80px 20px;
}
section > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
section.full-section > .container {
  max-width:none;
}
section.section.full-section .w-col, section.section.full-section {
  padding: 0;
}
.section.s-gray {
  border-top: 1px solid rgba(204, 204, 204, 0.49);
  border-bottom: 1px solid rgba(204, 204, 204, 0.49);
  background-color: #f0f1f3;
}
.section.s-gray.s-padd {
  padding-bottom: 50px;
}
.section.s-b {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f0f1f3;
}
.caption-t {
  position: absolute;
  left: 30px;
  top: 25px;
  padding: 15px 20px;
  background-color: #2e3d47;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.caption-t.cap-orange {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 25px;
  background-color: #f3655e;
}
.caption-t.cap-link {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(39, 54, 64, 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.caption-t.cap-link:hover {
  background-color: #273640;
}
.btn-spc {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}
.btn-spc.btn-mrg {
  display: inline-block;
  margin-right: 10px;
}

/*  4-3. Icon Box  */

.circle-iconbox {
  width: 80px;
  height: 80px;
  padding-top: 27px;
  border-radius: 100%;
  background-color: #f0f1f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /* color: #f3655e; */
  color: #07b0f0;
  text-align: center;
}
.circle-iconbox:hover {
  background-color: #07b0f0;
  /* background-color: #f3655e; */
  color: white;
}
.circle-iconbox.ibox-c-line {
  background-color: transparent;
  box-shadow: #ebebeb 0px 0px 0px 1px inset;
  color: #f3655e;
}
.circle-iconbox.ibox-c-line:hover {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}
.circle-iconbox.ibox-c-color {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}
.circle-iconbox.ibox-c-color:hover {
  background-color: transparent;
  color: #f3655e;
}
.circle-iconbox.ibox-c-color.tri-ibox {
  border-radius: 20% 0%;
}
.circle-iconbox.square-ibox {
  border-radius: 4%;
}
.circle-iconbox.tri-ibox {
  border-radius: 20px 0px;
}
.lefttext-icobox {
  overflow-x: hidden;
  overflow-y: hidden;
}
.lefttext-icobox.centertext-iconbox {
  overflow-x: visible;
  overflow-y: visible;
  text-align: center;
}
.icobox-tittle {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 17px;
}
.ibox-flo {
  margin-right: 20px;
  float: left;
}
.ibox-flo.ibox-center {
  margin-right: 0px;
  margin-bottom: 25px;
  float: none;
  text-align: center;
}
.row-space {
  margin-top: 60px;
}
.carousel-ibox {
  height: auto;
  background-color: transparent;
}
.ibox-arrow {
  right: -41px;
}
.ibox-arrow.arr_2 {
  left: -41px;
  right: auto;
}
.arrow-crs {
  width: 40px;
  height: 40px;
  padding-top: 14px;
  border-radius: 100%;
  box-shadow: #dbdbdb 0px 0px 0px 1px inset;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #999;
  font-size: 13px;
  font-weight: 700;
}
.arrow-crs:hover {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}

/*  4-4. Progres Bar  */

.li-progres {
  margin-bottom: 12px;
}
.pbar-text {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}
.pbar-percent {
  float: right;
  clear: right;
}
.pbar {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f1f3;
}
.pbar-overlay {
  position: relative;
  width: 83%;
  height: 21px;
  background-color: #f3655e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pbar-overlay-2 {
  width: 58%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-3 {
  width: 78%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-4 {
  width: 100%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-5 {
  width: 32%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-6 {
  width: 96%;
  height: 21px;
  background-color: #f3655e;
}
.process-ico {
  margin-bottom: 30px;
  color: #393939;
}
.step-sub-t {
  margin-bottom: 10px;
  /* font-family:'Playfair Display', sans-serif; */
  font-family: "Open Sans",sans-serif;
  color: #f3655e;
  font-style: italic;
}

/*  4-5. Call To Action  */

.call-to-action {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 0.49);
  background-color: white;
  color: #616161;
}
.call-to-action.cta-gray {
  background-color: #f2f2f2;
}
.call-to-action.cta-dark {
  border-style: none;
  background-color: #303030;
  color: white;
}
.call-to-action.cta-main {
  border-style: none;
  background-color: #07b0f0;
  /* background-color: #f3655e; */
  color: white;
}
.cta-txt {
  margin-top: 11px;
  /* font-family:'Playfair Display', sans-serif; */
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-style: italic;
}

/*  4-6. Alerts  */

.alert {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #fbeed5;
  border-right: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
  background-color: #fcf8e3;
  box-shadow: #c09853 3px 0px 0px 0px inset;
  color: #c09853;
  font-size: 13px;
}
.alert.alert-info {
  border-top-color: #aed7ea;
  border-right-color: #aed7ea;
  border-bottom-color: #aed7ea;
  background-color: #d8ecf5;
  box-shadow: #5593b1 3px 0px 0px 0px inset;
  color: #5593b1;
}
.alert.alert-success {
  border-top-color: #cddb9b;
  border-right-color: #cddb9b;
  border-bottom-color: #cddb9b;
  background-color: #e3ebc6;
  box-shadow: #8e9c5e 3px 0px 0px 0px inset;
  color: #8e9c5e;
}
.alert.alert-error {
  border-top-color: #fad2d3;
  border-right-color: #fad2d3;
  border-bottom-color: #fad2d3;
  background-color: #f9e5e6;
  box-shadow: #c48587 3px 0px 0px 0px inset;
  color: #c48587;
}
.cnt-col {
  text-align: right;
}

/*  4-7. Client Carousel  */

.client-wraper {
  width: 20%;
  margin-right: -1px;
  float: left;
  border: 1px solid #ebebeb;
  opacity: 0.66;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.client-wraper:hover {
  opacity: 0.9;
}
.crs-dot {
  position: relative;
  font-size: 8px;
}
.tst-ico {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #f3655e;
  text-align: center;
}

/*  4-8. Tabs  */
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:transparent;}
body .wpb_content_element .wpb_tabs_nav li{
  margin-right: 10px;
  padding: 15px 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: rgba(242, 242, 242, 0.8) 0px 1px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
}
body .wpb_content_element .wpb_tabs_nav li a{
  color: #313131;
  font-size: 13px;
  font-weight: 600;
}
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, body .wpb_content_element .wpb_tabs_nav li:hover{
  border-color: #f3655e;
  background: #f3655e;
}
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, body .wpb_content_element .wpb_tabs_nav li:hover a{color:#fff;}
.wpb_tab {margin-top: 40px;}

/*  5. Typography  */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.test-wrapper {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.tst-txt {
  margin-bottom: 25px;
  color: #818181;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}
.tst-txt.tst-ban {
  margin-bottom: 0px;
  font-size: 20px;
}
.gray {
  color: #515151;
  font-weight: 500;
}
.div-spc {
  margin-bottom: 0px;
}

.div-spc.spc {
  margin-bottom: 40px;
}

/*  5-1. Dropcast  */

.dropcast {
  width: 48px;
  height: 48px;
  margin-top: 6px;
  margin-right: 17px;
  padding-top: 13px;
  float: left;
  background-color: #f3655e;
  color: white;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.dropcast.drp-circle {
  border-radius: 100%;
}
.dropcast.drp-ncolor {
  padding-top: 11px;
  background-color: transparent;
  color: #f3655e;
  font-size: 40px;
}
.cln {
  padding-right: 30px;
}

/*  5-2. Highlishts  */

.highlights {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #f3655e;
  color: white;
}
.highlights.hl-dark {
  background-color: #595959;
}
.highlights.hi-gray {
  background-color: #e4e6eb;
  color: #a3a3a3;
}
.u-li {
  margin-bottom: 10px;
}
.li-ico {
  width: 18px;
  margin-top: 2px;
  margin-right: 7px;
  float: left;
  color: #f3655e;
}

/*  5-3. Qoute  */

.qoute, .singlephp blockquote {
  padding: 34px 26px 29px;
  background-color: #f0f1f3;
  box-shadow: #f3655e 2px 0px 0px 0px inset;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #616161;
  font-size: 18px;
  line-height: 33px;
  font-style: italic;
}
.singlephp blockquote{
  background-color:#fff;
  margin:20px 0;
}
.qoute.q-white {
  background-color: white;
}
.coun-wrapper {
  text-align: center;
}
.con-ico {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  /* color: #f3655e; */
  color: #07b0f0;
}

/*  6. Moutheme Slider  */

.m-slider {
  height: 100%;
  background-color: transparent;
  background-image: url('../images/transp_bg.png');
}
.m-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 18px;
  background-color: #f3655e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 24px;
}
.m-arrow:hover {
  background-color: white;
  color: #2e3d47;
}
.m-arrow.ma-2 {
  margin-right: 0px;
}
.inner-sub span:first-child,
.domote, h1.inner-sub span:first-child {
  color: #f3655e;
  font-weight: 500;
}
.q-txt {
  margin-bottom: 19px;
}
.port-0 {
  padding-right: 0px;
  padding-left: 0px;
}

/*  7. Gallery  */

.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 54, 64, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-overlay:hover {
  background-color: rgba(39, 54, 64, 0.90);
}
.gall-cnt {
  position: relative;
  top: 37%;
  text-align: center;
}
.g-sub {
  color: white;
  font-size: 20px;
  text-transform: capitalize;
}
.sub-gall {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 3px;
  background-color: #f3655e;
  font-family:'Playfair Display', sans-serif;
  color: white;
  font-size: 12px;
}
.ul-sp {
  margin-top: 14px;
}
.row-cn {
  text-align: center;
}
.team-wrapper {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.div-p {
  margin-top: 15px;
}
.arrow {
  position: relative;
  left: -5px;
  top: 1px;
  font-size: 18px;
}
.arrow.a-nxt {
  left: 5px;
}
.col-right {
  text-align: right;
}
.col-center {
  text-align: center;
}
.col-center.c-c {
  text-align: left;
}
.col-left {
  text-align: left;
}
.i-stack {
  margin-top: 30px;
}
.spc-bott {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 30px;
}
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.clearfix{clear:both;}

/*  8. Blog  */

.blog-p {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(232, 232, 232, 0.8) 0px 2px 0px 0px;
}
.post {
  margin-bottom: 20px;
}
.bcon-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
.tags a{
  box-shadow: #dbdbdb 0px 0px 0px 1px inset;
  color: #6e6e6e;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 17px;
  padding-top: 17px;  
  font-size: 12px;
  line-height: 1;
  padding-left: 23px;
  padding-right: 23px;  
  border-radius: 2px;
  background-color: transparent;  
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;  
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; 
}

.tags a:hover {
    background-color: transparent;
    box-shadow: 0 0 0 1px #6e6e6e inset;
    padding-left: 23px;
    padding-right: 23px;
}

.meta-tag {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
}
.blog-l {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebebeb;
}
.post-more {
  margin-top: 20px;
  text-decoration: none;
}
.post-link, .comment-reply-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #717171;
  text-decoration: none;
}
.post-link:hover, .comment-reply-link:hover {
  color: #f3655e;
}
.h-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #414141;
  font-size: 20px;
  text-decoration: none;
}
.h-link:hover {
  color: #f3655e;
}
.col-m2 {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-slider {
  height: auto;
  background-color: transparent;
}
.b-arrow {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 700;
}
.b-arrow:hover {
  background-color: white;
  color: #f3655e;
}
.blog-comment.b-reply {
  padding-left: 83px;
}

.blog-comment {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 60px;
}
#cancel-comment-reply-link {
  font-size: 13px;
  color: #717171;
  text-decoration: none;
}
#cancel-comment-reply-link:hover, .logged-in-as a:hover {
  color: #f3655e;
}
.logged-in-as a {
  text-decoration: none;
  color: #717171;
}
.comment-respond {
  margin-bottom: 60px;
}
.photo-comment {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/team.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.comment-wrapper {
  display: inline-block;
  margin-top: 11px;
}
.com-name {
  margin-bottom: 5px;
}
.sp {
  margin-bottom: 30px;
}
.wpcf7 input[type=submit]{
  width: auto;
  color: #fff;
}
.wpcf7 input{
  width: 100%;
  padding: 8px 12px;
}
.wpcf7 input,
.comment-form .comment-form-comment input,
.blog-field {
  display: inline-block;
  height: 45px;
  margin-right: 12px;
  margin-bottom: 20px;
  float: left;
  border-style: none;
  background-color: #f0f1f3;
}
.wpcf7 textarea{
  padding: 8px 12px;
  width: 100%;
}
.wpcf7 textarea,
.comment-form textarea,
.blog-area {
  margin-bottom: 20px;
  padding-bottom: 110px;
  border-style: none;
  background-color: #f0f1f3;
}
.text-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: none;
  background-color: #f0f1f3;
}
.wpcf7 input[type=submit],
.submit-button {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 2px;
  background-color: #f3655e;
  margin-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wpcf7 input[type=submit]:hover,
.submit-button:hover {
  background-color: #273640;
}
.text-area {
  padding-bottom: 55px;
  border-style: none;
  background-color: #f0f1f3;
}
.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #22a966;
  text-align: center;
  margin-top: 30px;
}

.seuccses {
  margin-bottom: 0px;
  color: white;
}
.error-message {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 0, 0, 0.49);
  text-align: center;
}
.slide {
  background-image: url('../images/bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height:250px;
  background-position: center;
}
.slide.s_2 {
  background-image: url('../images/bg-2.jpg');
}
.slide.s_3 {
  background-image: url('../images/bg-3.jpg');
}
.c-slider {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.white-slider {
  color: white;
  font-size: 50px;
}
.white-sub {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
section .wpb_gmaps_widget .wpb_wrapper{padding: 0px;}
.h103{height:135px;}
/*  9. Interaction  */

html.w-mod-js *[data-ix="hover-out"] {
  -webkit-transform: translate(-270px, 0px);
  -ms-transform: translate(-270px, 0px);
  transform: translate(-270px, 0px);
}
html.w-mod-js *[data-ix="move"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px);
  -ms-transform: translate(-39px, 0px);
  transform: translate(-39px, 0px);
}
html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="0-width"] {
  width: 0%;
}
html.w-mod-js *[data-ix="move-2"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
  -ms-transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
  transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
}
html.w-mod-js *[data-ix="90-grade"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html.w-mod-js.w-mod-no-ios *[data-ix="move-3"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px);
  -ms-transform: translate(-39px, 0px);
  transform: translate(-39px, 0px);
}
html.w-mod-js *[data-ix="caption-tab"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="gallery-move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 26px);
  -ms-transform: translate(0px, 26px);
  transform: translate(0px, 26px);
}
html.w-mod-js *[data-ix="gallery-move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 26px);
  -ms-transform: translate(0px, 26px);
  transform: translate(0px, 26px);
}
html.w-mod-js *[data-ix="sub-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}
html.w-mod-js *[data-ix="sub-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}
html.w-mod-js *[data-ix="sub-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

/*  10. Ipad Mediaquery  */

@media (max-width: 991px) {
  body {
    height: auto;
  }

  .clearfix {
    height: 0px !important;
  }

  .topMenu {
    display: none;
  }

  .section-wrapper {
    padding-left: 0px;
  }
  .section-wrapper.sec-slider {
    height: 700px;
    padding-left: 0px;
  }
  .mix {
    width: 33.333%;
  }
  .mix.mix-5 {
    width: 33.333%;
  }
  .algin-center {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .inner-sub {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .loader {
    left: 54%;
    top: 55%;
  }
  .ibox-flo {
    margin-right: 10px;
  }
  .cta-txt {
    font-size: 14px;
  }
  .tst-txt.tst-ban {
    font-size: 18px;
  }
  .gall-cnt {
    top: 20%;
  }
  .g-sub {
    font-size: 18px;
  }
  .sub-gall {
    padding: 6px 10px;
    font-size: 11px;
  }
  .c-slider {
    top: 5%;
    margin-top: 33%;
  }
  .responsive-nav {
    padding-top: 7px;
    padding-bottom: 7px;
    /* background-color: #273640; */
    /* background-color: #000000; */
  }
  .menu-button {
    margin-top: 5px;
    padding: 10px;
    /* background-color: #2e3d47; */
    background-color: #000000;
    color: white;
    font-size: 27px;
  }
  .menu-button.w--open {
    background-color: #07B0F0;
    /* background-color: #f3655e; */
  }
  .res-link {
    max-width: 9999%;
  }
  .res-menu {
    padding-top: 35px;
    /* background-color: #2e3d47; */
    background-color: #101010;
  }
  .social-ico {
    display: none;
  }
}

/*  10-1. Iphone Landscape Mediaquery  */
@media (max-width: 1280px) {
 .news-item{width:50%;}
}
@media (max-width: 767px) {
 .news-item{width:100%; padding:0;}
  h4 {
    font-size: 14px;
  }
  .div-spc {
  margin-bottom: 40px;
  }
  .section-wrapper {
    padding-left: 0px;
  }
  .section-wrapper.sec-slider {
    height: 500px;
  }
  .div-social {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mix {
    width: 50%;
  }
  .mix.mix-3 {
    width: 50%;
  }
  .mix.mix-5 {
    width: 50%;
  }
  .filter-list {
    text-align: center;
  }
  .inner-sub {
    font-size: 32px;
  }
  .loader {
    left: 55%;
  }
  .tab-v.tab-v2 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .tab-con.con-v {
    padding-left: 0px;
  }
  .slider-tab.ph-1 {
    height: 80px;
  }
  .slider-tab.ph-2 {
    height: 80px;
  }
  .slider-tab.ph-3 {
    height: 80px;
  }
  .slider-tab.ph-4 {
    height: 80px;
  }
  .slider-tab.ph-5 {
    height: 80px;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-txt {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .cnt-col {
    text-align: center;
  }
  .client-wraper {
    width: 33%;
    margin-top: -1px;
  }
  .tst-txt.tst-ban {
    font-size: 16px;
  }
  .cln {
    padding-right: 50px;
  }
  .gall-cnt {
    top: 40%;
  }
  .col-right {
    text-align: center;
  }
  .col-left {
    text-align: center;
  }
  .c-slider {
    top: 2%;
    margin-top: 31%;
  }
  .white-slider {
    font-size: 39px;
  }
  .white-sub {
    font-size: 16px;
    line-height: 20px;
  }
  .menu-button {
    margin-right: 10px;
  }
  .brand-res {
    padding-left: 13px;
  }
  .portfolio-top-nav{display:none;}
  .single-portfolio-section{padding-top:0;}
}

/*  10-2. Iphone Mediaquery  */

@media (max-width: 479px) {
  .mix {
    width: 100%;
  }
  .mix.mix-3 {
    width: 100%;
  }
  .mix.mix-5 {
    width: 100%;
  }
  .inner-banner {
    padding-left: 20px;
  }
  .algin-center {
    text-align: center;
  }
  .inner-sub {
    font-size: 28px;
  }
  .loader {
    left: 59%;
  }
  .tab-v {
    margin-bottom: 12px;
  }
  .tab-v.tab-v2 {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .tab-con.con-v {
    width: 100%;
    margin-left: 0px;
  }
  .tab-menu {
    width: 100%;
    float: none;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-spc.btn-mrg {
    margin-right: 5px;
  }
  .client-wraper {
    width: 100%;
  }
  .div-spc.rem-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .m-arrow {
    display: none;
  }
  .gall-cnt {
    top: 29%;
  }
  .blog-comment.b-reply {
    padding-left: 30px;
  }
  .c-slider {
    margin-top: 43%;
  }
  body .wpb_content_element .wpb_tabs_nav li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  section#top h1{
	line-height: 1.3em;
  }
  section#top .tst-txt{
	line-height: 1.2em;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .social-ico {
    display: none;
  }
}

@media (max-height: 725px) {
.social-ico {
    display: none!important;
  }
}