* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
div:before,
.clearfix:after,
div:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
div:after {
    clear: both;
}

*a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    outline: 0;
}

*:focus {
    outline: 0;
}

a {
    color: #0367A5;
}


/* GLOBAL STYLES
-------------------------------------------------- */

body {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

img {
    max-width: 100%;
}

.btn-primary {
    background-color: #0367a5;
    border-color: #0367a5;
    color: #fff;
}

.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gray-bg {
    background: #f4f4f4;
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5;
}

.page-header h2 small {
    display: block;
    clear: both;
    color: inherit;
}

.page-header.left-align {
    border-bottom: none;
}

.title-style-dashed {
    position: relative;
    padding-left: 60px;
}

.title-style-dashed:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #000;
}

.title-style-dashed:after {
    position: absolute;
    content: '';
    left: 45px;
    top: 10px;
    width: 4px;
    height: 2px;
    background: #000;
}


/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 10px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
/* pre loader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fefefe;
}

.preloader .dot-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.preloader .dot {
  width: 18px;
  height: 18px;
  background-color: #0367a5;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

/* mouse animation */

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    bottom: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 24px;
    z-index: 10;
}

.mouse-icon .wheel {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 2px;
}

.mouse-icon .wheel {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: drop;
    animation-play-state: running;
    animation-timing-function: linear;
}

@keyframes drop {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}

.toggle-btn {
    /*  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  width: 50px;  
  float: left;*/
}

.toggle-btn {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: transparent;
    overflow: hidden;
    color: #fff;
    padding: 0;
    margin-right: 15px;
}

.toggle-btn:hover {
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100px;
    border-radius: auto;
    background: #fff;
    color: black;
    border: 1px solid #fff;
    color: blue;
}

.toggle-btn .menu-title {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    margin-top: 7px;
    display: none;
}

.toggle-btn:hover .menu-title {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.toggle-btn .menuBars {
    height: 40px;
    margin-left: 15px;
    margin-top: 18px;
    width: 40px;
}

.toggle-btn:hover .menuBars {
    /*margin: 15px 10px 0 10px;*/
    width: 10px;
}

.menuBars {
    position: relative;
    float: left;
}

.menu-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.toggle-btn:hover .menu-bar {
    background-color: blue;
}

.menuBars #top {
    top: -6px;
}

.menuBars #bottom {
    top: 6px;
}


/* header */

.logo-block {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    color: #D94350
}

.logo-block h1 {
    font-size: 28px;
}

header .container {
    position: relative;
    /* overflow: hidden; */
}

header .navbar-default {
    background-color: transparent;
    /*background: rgba(255, 255, 255, 0.20);*/
    border: none;
}

header .navbar {
    margin-bottom: 0;
}

header .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: capitalize;
}

header .navbar-default .navbar-nav > li > a:hover {
    color: #0367A5;
}

header .navbar.navbar-default .navbar-brand {
    padding: 0;
    margin-top: 25px;
    margin-left: 0;
}

header .navbar.navbar-default .navbar-brand img {
    height: 60px;
}

header .navbar-brand:hover,
header .navbar-brand:focus {
    color: #fff;
    outline: 0;
}

header .navbar-default .navbar-brand {
    color: #fff;
    height: auto;
}

header .navbar-nav {
    padding-left: 140px;
    padding-top: 40px;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #0367A5;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0367a5;
    color: #fff;
}

header .dropdown-menu > li > a {
    color: #fff;
}

header .dropdown-menu {
    background-color: #0367a5;
}

header .navbar-nav.navbar-right li i {
    margin-right: 10px;
    color: #0367A5;
}

header .collapse.navbar-collapse .navbar-nav {
    margin-top: 20px;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

header .collapse.navbar-collapse.open .navbar-nav {
    margin-top: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    overflow: visible;
    opacity: 1;
    padding-bottom: 20px;
}

header .navbar.navbar-default.nav-bg {
    /*background: #fff;*/
    background: rgba(0, 0, 0, 0.50);
    /*border-bottom: 1px solid #ddd;*/
}

header .navbar.navbar-default.nav-bg .phn-btn,
header .navbar.navbar-default.nav-bg .toggle-btn,
header .navbar-default.nav-bg .navbar-nav > li > a {
    /*color: #444444;*/
}

header .navbar.navbar-default.nav-bg .menu-bar {
    background-color: #fff;
}

header .navbar.navbar-default.nav-bg .toggle-btn:hover,
header .navbar.navbar-default.nav-bg .phn-btn:hover {
    background: #fff;
    color: #0367a5;
}

header .navbar.navbar-default.nav-bg .toggle-btn:hover .menu-bar {
    /*background-color: #fff;*/
    background-color: #0367a5;
}

header .navbar.navbar-default.nav-bg .navbar-brand {
    margin-top: 0;
}

header .navbar.navbar-default.nav-bg .navbar-brand img {
    height: 50px;
    margin-top: 22px;
}

header .navbar.navbar-default.nav-bg .navbar-nav {
    padding-top: 25px;
    margin-top: 0;
}

header .navbar.navbar-default.nav-bg .right-content {
    margin: 25px 0;
    max-height: 45px;
}

.phn-btn {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: transparent;
    overflow: hidden;
    color: #fff;
}

.phn-btn:hover {
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    width: 180px;
    border-radius: auto;
    background: #fff;
    color: black;
    border: 1px solid #fff;
    color: blue;
}

.phn-btn .number {
    opacity: 0;
    visibility: hidden;
    padding-left: 10px;
}

.phn-btn i {
    line-height: 35px;
    font-size: 20px;
}

.phn-btn:hover i {
    font-size: 16px;
}

.phn-btn:hover > .number {
    opacity: 1;
    visibility: visible;
}

.right-content {
    margin-top: 45px;
}


/* mega menu reset */

#mega-menu-wrap-primary {
    clear: none;
}


/* banner Sectioon */

.banner {
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .30);
    content: '';
}

.search-wrapper {
    height: auto;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
}

.search-wrapper .input-group .form-control,
.search-wrapper .input-group .btn {
    height: 60px;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}

.search-wrapper .input-group .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    color: #dfdfdf;
}

.search-wrapper .input-group .btn:hover {
    background: #eee;
}

.search-wrapper h1 {
    margin: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.search-wrapper h1 small,
.search-wrapper p {
    display: block;
    color: #fff;
}

.search-wrapper h1 small {
    /*font-size: 45%;*/
    font-size: 80%;
    font-weight: 600;
}

.search-wrapper h1 span {
    color: #0367A5;
}

.search-wrapper p {
    font-size: 22px;
}


/* about wrapper */

.about-wrapper {
    padding: 60px 0;
    /*background: url(../images/ipad.png) no-repeat 780px 0;*/
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: 780px 0;
}

.about-wrapper .page-header {
    padding-bottom: 80px;
}

.abt-icon {
    float: left;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.abt-desc {
    padding-left: 80px;
}

.abt-desc h3 {
    margin-top: 10px;
}

.showcase .container-fluid [class*="col-"],
.showcase .container-fluid [class^="col-"],
.showcase .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.photo-block {
    color: #fff;
    position: relative;
    text-align: center;
}

.photo-block .img-wrap::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vertical-align {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.photo-title a {
    color: #fff;
}

.intro-wrapper {
    padding: 60px 0;
}

.intro-wrapper .image {
    margin-left: -270px;
    margin-top: 30px;
}

.process-wrapper {
    /*background: rgba(0, 0, 0, 0) url("../images/process.gif.png") no-repeat scroll center center / 60% auto;*/
}

.process-wrapper .process-content {
    min-height: 600px;
    position: relative;
}

.process-wrapper .process-content .media {
    width: 210px;
    cursor: pointer;
    position: absolute;
    overflow: visible;
}

.process-wrapper .process-content .media .media-right {
    float: right;
}

.process-wrapper .process-content .media .media-left {
    float: left;
    margin-right: 20px;
}

.process-wrapper .process-content .media .media-center {
    float: none;
    display: block;
    text-align: center;
}

.process-wrapper .process-content .media.fifth .media-right,
.process-wrapper .process-content .media.fourth .media-right {
    float: left;
    margin-right: 20px;
}

.process-wrapper .process-content .media.third .media-right {
    float: none;
    display: block;
    margin-right: 0px;
}

.process-wrapper .process-content .media-heading {
    color: #9f9f9f;
    font-size: 24px;
    line-height: 70px;
    margin: 0;
}

.process-wrapper .process-content .process-icon-wrap {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    position: relative;
}

.process-wrapper .process-content .process-icon-wrap:before {
    position: absolute;
    width: 1px;
    background: #ccc;
    content: '';
    left: 0;
    height: 135px;
    bottom: -135px;
    right: 0;
    margin: 0 auto;
}

.process-wrapper .process-content .second .process-icon-wrap:before {
    height: 208px;
    bottom: -208px;
}

.process-wrapper .process-content .third .process-icon-wrap:before {
    height: 155px;
    bottom: -155px;
}

.process-wrapper .process-content .fourth .process-icon-wrap:before {
    height: 185px;
    bottom: -185px;
}

.process-wrapper .process-content .fifth .process-icon-wrap:before {
    height: 80px;
    bottom: -80px;
}

.process-wrapper .process-content .first {
    bottom: 242px;
    left: 106px;
}

.process-wrapper .process-content .second {
    bottom: 353px;
    left: 217px;
}

.process-wrapper .process-content .third {
    right: 472px;
    text-align: center;
    top: 120px;
}

.process-wrapper .process-content .third .media-body {
    left: 0;
    position: absolute;
    right: 0;
    top: -70px;
}

.process-wrapper .process-content .third .process-icon-wrap {
    margin: 0 auto;
}

.process-wrapper .process-content .fourth {
    right: 234px;
    top: 176px;
}

.process-wrapper .process-content .fifth {
    right: 140px;
    top: 293px;
}

.process-wrapper .process-content .first .process-icon-wrap {
    background: #83d5a4;
}

.process-wrapper .process-content .second .process-icon-wrap {
    background: #88A6DD;
}

.process-wrapper .process-content .third .process-icon-wrap {
    background: #FEBC3C;
}

.process-wrapper .process-content .fourth .process-icon-wrap {
    background: #FE5062;
}

.process-wrapper .process-content .fifth .process-icon-wrap {
    background: #38C8FE;
}

.process-laptop {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
    bottom: 0;
    left: 0;
    margin-bottom: -50px;
    margin-left: -26px;
    min-height: 400px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.curves {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    bottom: 30px;
    left: 0;
    min-height: 200px;
    position: absolute;
    width: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.arrow-dotted {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 313px;
    margin-right: 137px;
    margin-top: -80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 218px;
}

.portfolio-panel1 .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 15px 0 15px;
}

.portfolio-panel1 .block-title {
    margin: 0 0 34px;
}


/* ===== Portfolio Items ===== */

.portfolio-item {
    position: relative;
    z-index: 3;
    margin: 0 0 61px;
}

.normalScroll .portfolio-panel1 .portfolio-item {
    margin: 0;
}

.megafolio-container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.portfolio-filter {
    position: relative;
    z-index: 2;
    margin: 0 0 45px;
    text-align: center;
}

.portfolio-filter ul {
    margin: 0;
    padding: 0;
}

.portfolio-filter li.filter {
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: inline;
    max-width: inherit;
    padding: 0 18px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #474747;
    background-color: transparent;
}

.portfolio-filter li.filter:hover,
.portfolio-filter li.filter.selected {
    color: #00acc1;
}

.portfolio-filter li.filter:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 17px;
    margin-top: -1px;
    margin-right: -8px;
    content: '';
    background: url(../images/filter-breadcrumb.png) no-repeat;
}

.portfolio-filter li.filter:last-child:after {
    background: none;
}

.portfolio-item .mega-hover {
    /* background-color: rgba(0,172,193,0.85); 
    background-color: rgba(0, 178, 157, .85);*/
}

.portfolio-item .mega-hovertitle {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2857em;
    font-weight: 700;
    line-height: 1.2em;
    bottom: 40%;
    left: 20%;
    padding: 0 0 8px;
    text-transform: uppercase;
}

.portfolio-item .mega-hovertitle .mega-hoversubtitle {
    font-size: .7777em;
    font-weight: 500;
    line-height: 13px;
    margin-top: 11px;
    text-transform: none;
    color: #fff;
}

@media (min-width: 640px) {
    .portfolio-item .mega-hovertitle,
    .portfolio-item .mega-hovertitle .mega-hoversubtitle {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .portfolio-item .mega-hovertitle {
        font-size: 1.2857em;
    }
    .portfolio-item .mega-hovertitle .mega-hoversubtitle {
        font-size: .7777em;
    }
}

.portfolio-item .mega-hoverlink,
.portfolio-item .mega-hoverview {
    margin-top: 20px;
    border: rgba(255, 255, 255, 1) solid 2px;
    border-radius: 50%;
    background: none;
}

.portfolio-item .mega-hoverlink i,
.portfolio-item .mega-hoverview i {
    font-size: 16px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #fff;
}

.portfolio-item .mega-hoverlink i {
    line-height: 30px;
}

.portfolio-item .mega-hoverview i {
    line-height: 28px;
}

.portfolio-item .mega-hover:hover .mega-hoverlink:hover,
.portfolio-item .mega-hover:hover .mega-hoverview:hover {
    opacity: 1;
    border: rgba(255, 255, 255, 0) solid 2px;
    background-color: #212121;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.portfolio-item .mega-hoverlink:hover i,
.portfolio-item .mega-hoverview:hover i {
    color: #00acc1;
}

.dark .portfolio-filter li.filter {
    color: #a7a7a7;
}

.dark .portfolio-filter li.filter:hover,
.dark .portfolio-filter li.filter.selected {
    color: #00acc1;
}

.dark .portfolio-filter li.filter:after {
    background: url(../images/filter-breadcrumb-dark.png) no-repeat;
}

.dark .portfolio-filter li.filter:last-child:after {
    background: none;
}


/* END */

.portfolio-panel1 .more-item-link {
    position: relative;
}
/* PORTFOLIO TABS */
.nav-tabs.showcase-tab{
    border:none;
    margin-bottom: 50px;
}
.nav-tabs.showcase-tab > li a{
    border-radius: 0;
    background: transparent;
    border-width: 0 0 2px 0;
    border-color: transparent;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.nav-tabs.showcase-tab li.active a,
.nav-tabs.showcase-tab li a:hover,
.nav-tabs.showcase-tab li a:focus{
    background-color: transparent;
    border-color: #0367a5;
    border-width:0 0 2px 0;
    outline:none;
    color: #0367a5;
}

.showcase-tab-content #logo .block{
    height: 170px;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    cursor:pointer;
    position: relative;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.showcase-tab-content #logo .block:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);
    opacity: 0; 
    z-index: 1;

    -webkit-transition: all 0.50s linear;
    -o-transition: all 0.50s linear;
    transition: all 0.50s linear;
}
.showcase-tab-content #logo .block img{
    width: 110px;
}
.showcase-tab-content #logo .block .block-title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    z-index: 2;
    text-transform: capitalize;
    margin: 0;  
    font-weight: 600;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all 0.25s 0.2s linear;
    -o-transition: all 0.25s 0.2s linear;
    transition: all 0.25s 0.2s linear;

}
.showcase-tab-content #logo .block:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.showcase-tab-content #logo .block:hover:after{
    opacity: 1;
}
.showcase-tab-content #logo .block:hover .block-title{
    padding-top: 0;
    opacity: 1;

}



.portfolio-wrapper .nav-tabs.showcase-tab{
    margin-top: 90px;
    float: right;
}
.portfolio-wrapper .nav-tabs.showcase-tab > li a{
    color: #444444;
}
.portfolio-wrapper .nav-tabs.showcase-tab > li a:hover,
.portfolio-wrapper .nav-tabs.showcase-tab > li.active a{
    color: #0367a5;
}

.modal-content{
    border-radius:0;
}
.modal-content .modal-header{
    background-color: #0367a5;
    color: #fff;
}


.popup-content-wrapper{
/*     position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
opacity: 0;
display: none;
z-index: 99999;
padding:50px; */
}
.popup-content-wrapper .owl-controls{
    text-align: center
}

.popup-content-wrapper .page-header{
    text-transform: capitalize;
}
.popup-content-wrapper .item{
   display: block;
    height: 525px;
    text-align: center;
    width: 100%;
}
.popup-content-wrapper .item span{
    display: block;
/*     position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); */
}
.popup-content-wrapper img{
    width: auto !important;
    display: inline-block !important;
}
.popup-content-wrapper .content-list h5{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.popup-content-wrapper .content-list ul{
    overflow: hidden;
    padding-left: 0;
    list-style-type: none;
}
.popup-content-wrapper .content-list li{
    width: 50%;
    float: left;
    padding-right: 10px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.popup-content-wrapper.is-open{
    opacity: 1;
    display: block;
}

/* ---------------------------
packages section
----------------------------- */

.featured-wrapper {
    padding: 60px 0;
}

.mt4 {
    margin-top: 40px;
}

.featured-wrapper .thumbnail {
    padding: 0;
    overflow: hidden;
}

.featured-wrapper .thumbnail h3 {
    margin-bottom: 5px;
    margin-top: 0;
}

.featured-wrapper .caption > p {
    color: #9c9c9c;
}

.featured-wrapper .thumbnail .caption {
    color: #333;
    padding: 15px;
}

.img-wrap {
    min-height: 300px;
}

.bg-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.rate-wrap {
    margin-bottom: 5px;
}

.rate span {
    font-size: 14px;
    padding: 0px 3px;
    display: inline-block;
}

.color-yellow {
    color: #ffde00;
}

.book-btn {
    border-radius: 50px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
}

.view-btn {
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
}

.view-btn:hover {
    color: #7e7e7e;
    text-decoration: none;
}

.price-btn {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    color: #333;
    cursor: default;
}

.price-btn:hover {
    color: #333;
    text-decoration: none;
}

.category-section {
    padding: 40px 0;
}

.category-section h2 {
    margin: 0;
}

.category-section ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.category-section ul li a {
    color: #444;
}

.calltoaction-wrapper {
    background: #0367a5;
    padding: 60px 0 80px;
    color: #fff;
}

.calltoaction-wrapper h2 {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 0;
}

.calltoaction-wrapper h3 {
    font-size: 29px;
    margin: 40px 0 0 0;
}

.calltoaction-wrapper .badge {
    border-radius: 20px;
    font-size: 15px;
    font-weight: normal;
    left: -12px;
    padding: 6px 15px;
    position: relative;
    text-transform: capitalize;
    top: -23px;
    background: #FEBC3C;
}

.calltoaction-wrapper i {
    font-size: 60px;
}

.contact-address {
    padding: 40px 0 80px;
}

.contact-address .contact-block {
    position: relative;
}

.contact-address .contact-block h4 {
    margin-bottom: 20px;
}

.contact-address .contact-block:after {
    border-right: 1px dotted #cccccc;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    width: 1px;
}

.contact-address .contact-block li a {
    word-wrap: break-word;
}

.contact-address [class*="col-"]:last-child .contact-block:after,
.contact-address [class^="col-"]:last-child .contact-block:after {
    display: none;
}

.pkg-wrp {
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}

.pkg-wrp .btn.btn-primary {
    border-radius: 50px;
    float: right;
    margin-top: 80px;
    padding: 10px 30px;
}

footer {
    background: #F2F2F2;
    color: #333333;
}

footer a,
footer p,
footer h4 {
    color: #333333;
}

footer p {
    margin: 0;
    padding: 0;
}

footer h4 {
    margin: 0 0 20px;
}

.ftr-logo {
   /* display: block;
    height: 50px;*/
    margin: 0 auto;
    padding-top: 20px;
    width: 110px;
}
.ftr-logo img{
    height:70px;
}

footer .social {
    margin: 20px 0 0;
}

footer .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, .2);
    color: #fff;
}

footer .mid-footer .container {
    /*    border-bottom: 1px solid #545454;
    border-top: 1px solid #545454;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;*/
}
.payment-area{
    margin-bottom: 20px;
}
.payment-area [class*="col-"]:first-child,
.payment-area [class*="col-"]:first-child{
    text-align: center;
}
.payment-area [class*="col-"]:first-child td,
.payment-area [class*="col-"]:first-child td{
    text-align: right;
}
.payment-area [class*="col-"]:first-child input,
.payment-area [class*="col-"]:first-child input{
   float: right;
   clear: both;
}
.payment-area [class*="col-"]:first-child table,
.payment-area [class*="col-"]:first-child table{
    float: right;
}
.payment-area .form-control{
    margin: 5px 0 15px 0;
}
.payment-area input{
    height: 50px;
}
.top-footer {
    padding: 60px 0;
}

.bottom-footer {
    background: #fff;
    padding: 20px 0;
}

.bottom-footer p {
    margin: 0;
}

.contact-info li {
    margin-bottom: 10px;
    line-height: normal;
}

.contact-info li i {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.contact-info li > div {
    padding-left: 30px;
}

.ftr-link li {
    float: left;
    line-height: 25px;
    padding-left: 10px;
    position: relative;
    width: 50%;
}

.ftr-link li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    font-size: 14px;
}

.backtop {
    float: right;
}

.backtop a {
    background: #f4f4f4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
}

.backtop a:hover {
    background: #0367A5;
    color: #fff;
}


/*inner page*/

.inner-header {
    min-height: 400px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.inner-header::after {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb > .active {
    color: #0367A5;
}

.contact-wrapper {
    overflow: hidden;
}

.contact-wrapper h2 {
    margin-bottom: 30px;
}

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

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control,
.contact-form input[type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: transparent transparent #ccc;
    height: 45px;
}

.contact-form .form-control:focus {
    border-color: transparent transparent #0367A5;
}

.contact-form textarea.form-control {
    height: 150px;
}

.contact-form input[type="submit"] {
    border-width: 0 0 2px 0;
    border-color: #0367A5;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.contact-form input[type="submit"]:hover {
    background: #0367A5;
    border-color: #0367A5;
    color: #fff;
}

.contact-detail {
    background: #f7f7f7;
    position: relative;
    padding: 70px 40px;
}

.contact-detail:before,
.contact-detail:after {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    display: table-cell;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contact-detail:after {
    width: 9999px;
    left: 100%;
}

.contact-detail h2 {
    margin-top: 0;
}

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


/*about page*/

.about-wrapper.about-page {
    background: none;
}

.about-wrapper.about-page .page-header {
    padding-bottom: 0;
}

.history-content {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.history-box i {
    background-color: #f5f5f5;
    color: #999999;
    font-size: 20px;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 45px;
}

.history-box {
    padding-left: 55px;
}

.history-box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

.team-member {
    background: #EDEDED;
    padding: 40px 0 60px;
}

.team-member .text-right h2 {
    margin-top: 68px;
}

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

.calltoaction {
    padding: 40px 0;
}

.calltoaction h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.calltoaction .btn {
    border: 2px solid #2B2B2B;
    border-radius: 0;
    float: right;
    font-size: 20px;
    margin-top: 40px;
    padding: 15px 12px;
    text-transform: uppercase;
}

.calltoaction .btn:hover {
    background: #2B2B2B;
    color: #fff;
}

.service-img {
    min-height: 650px;
}


/*packages page*/

.packages-content {
    padding-bottom: 50px;
    padding-top: 20px;
}

.packages-content [class*="col-"],
.packages-content [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.packages-content .thumbnail {
    border-radius: 0;
    padding: 0;
    text-align: center;
    border-color: #eee;
}

.pricing-name {
    font-size: 16px;
    line-height: 60px;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 700;
    text-transform: uppercase;
}

.price-value {
    background-color: #111;
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 100px;
    margin: 0 -1px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.price-value small {
    font-size: 17px;
    line-height: normal;
}

.pricing-features {
    min-height: 268px;
    padding-top: 31px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pricing-features ul {
    padding: 0;
    margin: 0;
}

.pricing-features ul li {
    color: #888;
    font-size: 15px;
    line-height: 1.2;
    list-style: outside none none;
    padding: 10px 0;
}

.pricing-button {
    background-color: #fcfcfc;
    border-top-style: solid;
    border-top-width: 1px;
    height: 95px;
    padding-top: 23px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #eee;
}

.packages-content .thumbnail:hover .pricing-name,
.packages-content .thumbnail:hover .pricing-features,
.packages-content .thumbnail:hover .pricing-button {
    background-color: #f7f7f7;
}

.packages-content .thumbnail:hover .price-value {
    background-color: #7e7e7e;
}

.packages-content .thumbnail .btn {
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}


/*portfolio*/

.portfolio-content {
    overflow: hidden;
}

.portfolio-content .container-fluid,
.portfolio-content .row-fluid {
    margin: 0;
    padding: 0;
}

.portfolio-content .container-fluid [class*="col-"],
.portfolio-content .container-fluid [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-content .btn {
    border-radius: 50px;
    font-weight: 700;
    margin: 60px 0;
    padding: 14px 30px;
    text-transform: uppercase;
}


/* Common style */

.box-border img {
    /*  position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    vertical-align: inherit;*/
}

.box-border .img-wrap {
    min-height: 350px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
}

.box-border figcaption,
.box-border figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.box-border figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


/*---------------*/


/***** Layla *****/


/*---------------*/

.box-border {
    background: #0367a5;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-border figcaption {
    padding: 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

.box-border figcaption::before,
.box-border figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.box-border figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.box-border figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.box-border h2,
.box-border p {
    margin: 0;
}

.box-border h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    word-spacing: -0.15em;
    font-weight: 700;
    font-size: 24px;
}

.box-border p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    letter-spacing: 1px;
    font-size: 68.5%;
}

.box-border img,
.box-border .img-wrap,
.box-border figcaption::before,
.box-border figcaption::after,
.box-border p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.box-border:hover img,
.box-border:hover .img-wrap {
    opacity: 0.7;
    /* -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}

.box-border:hover figcaption::before,
.box-border:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box-border:hover h2,
.box-border:hover p {
    opacity: 1;
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}

.box-border:hover figcaption::after,
.box-border:hover h2,
.box-border:hover p
/*,
.box-border:hover img */

{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/*quote page*/

.quote-wrapper {
    overflow: hidden;
}

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

.quote-form h2 {
    margin-bottom: 30px;
}

.quote-form .form-control {
    height: 45px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eee;
}

.quote-form textarea.form-control {
    height: 150px;
}

.quote-form input[type="submit"] {
    padding: 12px 30px;
    border-radius: 0;
}

.featured-showcse {
    padding: 60px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.featured-showcse:before {
    position: absolute;
    content: '';
    background: rgba(50, 54, 65, .85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.featured-showcse .title-style-dashed::after,
.featured-showcse .title-style-dashed::before {
    background: #fff;
}

.featured-showcse .view-all {
    margin-top: 80px;
}

.featured-showcse .owl-carousel .owl-stage {
    padding: 30px 0;
}

.featured-showcse .owl-dots {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
}

.featured-showcse .owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    height: 3px;
    width: 40px;
}

.featured-showcse .owl-carousel .owl-dots .owl-dot.active span,
.featured-showcse .owl-carousel .owl-dots .owl-dot:hover span {
    background: #0367a5;
}

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

.port-item {
    height: 500px;
    margin-left: 140px;
    position: relative;
    z-index: 4;
}

.port-item:before {
    border: 5px solid rgba(3, 103, 165, 0.5);
    content: "";
    display: block;
    height: 440px;
    left: -30px;
    position: absolute;
    top: -30px;
    width: 80%;
    z-index: -1;
}

.port-item::after {
    background: #0367a5 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    display: block;
    height: 330px;
    position: absolute;
    right: -15px;
    width: 60%;
    z-index: -2;
}

.port-item > div {
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.port-thumb {
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

.port-thumb img {
    width: 100%;
}


/*.port-item .port-thumb:last-of-type{
    float: right;
    position: absolute;
    top: -60px;
    right: 0;

}*/

.btn-outline {
    border: 1px solid #fff;
    margin-right: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 50px;
}

.btn-outline:hover {
    color: #0367A5;
    background: #fff;
}

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

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

.work-item {
    height: 300px;
    overflow: hidden;
}

.work-desc {
    padding: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.work-desc h4 {
    font-size: 13px;
}

.work-desc h3 {
    margin-top: 10px;
}

.button-grp {
    bottom: -90px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #0367a5;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 24px 10px;
}

.button-grp .btn {}

.work-title {
    height: 70px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.work-wrapper:hover .work-title {
    top: -70px;
}

.work-wrapper:hover .button-grp {
    bottom: 0;
}

.port-page-modal .modal-body {
    padding: 0;
}

.port-page-modal .modal-body .featured-showcse {
    padding: 60px;
}

.port-page-modal .port-detail {
    margin-top: 0;
}

.port-page-modal .port-detail h2 {
    margin-top: 0;
}

.port-page-modal button.close {
    background: red;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    text-shadow: none;
    top: -15px;
    width: 30px;
    z-index: 3;
}

.port-page-modal .port-item {
    margin-left: 40px;
}

#text-delay {
    display: none;
}


/*new packages style*/
#pacakge-popup .modal-header{
    background: #0367a5;
    color: #fff;
}
#pacakge-popup .modal-content{
    border-radius: 0;
}
.package-wrap {
    background: #0367a5 none repeat scroll 0 0;
    color: #fff;
    padding: 0 30px 20px;
    position: relative;
    text-align: center;
    min-height: 800px;
}

.package-wrap::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.package-price {
    background: #fff none repeat scroll 0 0;
    color: #e05855;
    font-size: 26px;
    font-weight: 700;
    height: 130px;
    line-height: 130px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    width: 130px;
    z-index: 100;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.package-price span {
    color: #333;
    font-size: 18px;
    font-weight: 100;
    padding-left: 3px;
    position: relative;
    top: -15px;
}

.package-wrap h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.packages-circle {
    padding-bottom: 80px;
}

.packages-circle .btn-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 30px;
    color: #333;
    margin:0 auto;
    padding: 10px 40px;
    position: absolute;
    font-size: 18px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: -20px;
}

.packages-circle .pricing-features {
    min-height: 180px;
}

.packages-circle .pricing-features ul li {
    color: #fff;
    border-bottom: 1px dashed #404055;
}

.packages-circle .pricing-features ul li:last-child {
    border: medium none;
}

.custom-package-wrap .package-price {
    font-size: 17px;
    line-height: 20px;
    padding-top: 40px;
}

.custom-package-wrap .package-price span {
    display: none;
}


.flexslider.slider .slides > li{
    height: 400px;
    position: relative;
    text-align: center;
}
.flexslider.slider .slides > li span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flexslider.carousel .slides > li span{
    width: 100px;
    padding: 10px;
    background: #efefef;
    display: block;
}