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

    Theme Name: Breathless
    Description: Video Parallax
    Author: JMH Consulting
    Version: 4.0

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

Table of contents
        
    01. Basic
    02. Banner
    03. Navbar
    04. Header
    05. Sidebar
    06. Skill Progress
    07. Feature boxes
    08. Portfolio
    09. Counter
    10. Team
    11. Price Table
    12. Testimonials
    13. Clients
    14. Contact
    15. Blog
    16. Countdown Coming soon page
    17. Footer
    18. Responsive
    
---------------------------------- */


/*============================== 
    Basic
================================*/
/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center; }

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px; }

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #a5b6ee;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.theme-color {
  color: #a5b6ee;
  font-size: 24px; }
.theme-core {
  color: #a5b6ee;
  font-size: 52px; }
    
.theme-color2 {
  color: #4669dc;
  font-size: 24px; }
.theme-quote {
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px #151616; }
  
.theme-quote-sub {
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px #151616; }  

.bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-theme {
  background-color: #a5b6ee; }

.bg-quote {
  background-color: #fff; }

.theme-overlay[data-overlay-dark]:before {
  background: #a5b6ee; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

a:hover, a:active {
  color: #a5b6ee;
  text-decoration: none; }
  
.section-heading {
    margin-bottom: 50px;
    text-align: center;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
/* ===================================
    Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center; }
  .section-heading.half {
    margin-bottom: 30px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%; }
  .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #17aadf;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
    color: #fff; }
  .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
    color: #b7b7b7; }
  .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
    background: #b7b7b7; }
  .section-heading.left {
    text-align: left; }
    .section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
      padding-bottom: 15px; }
    .section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
      margin: 0;
      left: 0; }
  .section-heading strong {
    font-weight: 600; }
  .section-heading.white p {
    color: #fff; }
  .section-heading p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
    width: 70%; }
  .section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #17aadf;
    line-height: 200%;
    margin-bottom: 10px; }
  .section-heading.white span {
    color: #fff; }
  .section-heading.grey span {
    color: #b7b7b7; }
  .section-heading .badge {
    display: inline-block;
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    color: #17aadf;
    border: 1px solid #17aadf;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .075em; }
    .cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 22px;
  background: #121212;
  border: 2px solid #a5b6ee;
  opacity: 0.9;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #fff;
  letter-spacing: .5px;
  line-height: inherit;
  width: auto;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }
  
  .btn:hover, .btn:active {
    background: #7893ed;
    color: #fff;
    border-color: #121212;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important; }
  .btn:focus {
    background: #5c6faf;
    color: #a5b6ee;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    border-color: #fff; }
  .btn span {
    color: #fff; }


.btn.secondary {
  display: inline-block;
  font-size: 14px;
  padding: 10px 22px;
  background: #121212;
  border: 2px solid #a5b6ee;
  opacity: 0.9;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #fff;
  letter-spacing: .5px;
  line-height: inherit;
  width: auto;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }
  
  .btn.secondary:hover, .btn:active {
    background: #7893ed;
    color: #fff;
    border-color: #121212;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important; }
  .btn.secondary:focus {
    background: #5c6faf;
    color: #a5b6ee;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    border-color: #fff; }

.btn.white {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #232323; }
  .btn.white:hover, .btn.white:active {
    background: #fff;
    color: #232323;
    border-color: #fff; }
  .btn.white:focus {
    background: #fff;
    color: #232323;
    border-color: #fff; }
  .btn.white span {
    color: #232323; }

/* ===================================
    Custom FontAwesome Color
====================================== */    
    #module {
  font-size: 1rem;
  line-height: 1.5;
}


#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed::after {
  content: '+ Show More';
}

#module a:not(.collapsed)::after {
  content: '- Show Less';
}

/* ===================================
    Feature boxes
====================================== */
/* feature box 01 */
.feature-box-01 {
  background: #fff;
  color: #232323;
  border: 2px solid #a5b6ee;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px; }
  .feature-box-01 p {
    margin-bottom: 10px; }
  .feature-box-01 .icon-tools {
    color: #939393; }
  .feature-box-01:hover {
    background: #ffffff;
    border: 2px solid #232323;
    color: #17aadf; }
    .feature-box-01:hover .icon-tools {
      color: #17aadf; }
.mt-6, .my-6 {
    margin-top: 3.5rem;
}
/*============================== 
    New Card
================================*/
 
.card{
  transition:0.5s;
  cursor:pointer;
}
.card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:80px;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
.card-style5 {
    padding: 30px 20px 30px;
    border: 1px solid #ededed;
    background: #ffffff;
    margin-top: 50px;
    border-radius: 0.25rem;
    transition: all linear .3s;
    text-align: center;
    position: relative
}

.card-style5 .service-icons {
    position: relative;
    margin-top: -50px;
    z-index: 1
}

.card-style5 .service-icons i {
    font-size: 46px;
    line-height: 50px;
    color: #fff
}

.card-style5 .service-icons:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    border: 2px dashed #004975;
    z-index: -1;
    background: white;
    border-radius: 50%
}

.card-style5 .service-icons:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    background: #004975;
    z-index: -1;
    border-radius: 50%
}

.card-style5 h3 {
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 0
}

.card-style5:hover {
    box-shadow: 0 8px 16px 0px #d9e1e9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.card-style5:hover:before {
    opacity: 1;
    transform: scale(1)
}

.card-style5:before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 1.3s;
    transition: opacity 0.35s, transform 1.3s;
    border-right: 1px solid #00baee;
    border-left: 1px solid #00baee;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.card-style5:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.card-style5:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 1.3s;
    transition: opacity 0.5s, transform 1.3s;
    border-top: 1px solid #00baee;
    border-bottom: 1px solid #00baee;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.case-block { 
    background: #fff;
    border: 1px solid #dae5ed;
    border-radius: 30px 0 30px 0 !important;
    height: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    position: relative
}

.case-block:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3);
    -moz-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3)
}

.case-block img {
    width: 105%
}

.case-block-inner {
    padding: 20px 25px 20px 0
}

.case-block h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500
}

.case-block h4:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #a5b6ee;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.case-block p {
    margin-bottom: 12px
}

.case-block-inner a {
    font-size: 15px;
    font-weight: 700;
    color: #232323
}

.case-block-inner a:after {
    content: '\f0da';
    font-size: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #232323;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    vertical-align: middle
}

.case-block-inner a:hover {
    color: #4669dc
}

.case-block-inner a:hover:after {
    color: #a5b6ee
}
.case-block2 {
    background: #eaeef1;
    border: 1px solid #6c757d;
    border-radius: 25px;
    height: 95%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
    position: relative
}

.case-block2:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3);
    -moz-box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,0.3)
}

.case-block2 img {
    width: 95%
}

.case-block2-inner {
    padding: 20px 25px 20px 0
}

.case-block2 h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500
}

.case-block2 h4:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #a5b6ee;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.case-block2 p {
    margin-bottom: 12px
}

.case-block2-inner a {
    font-size: 15px;
    font-weight: 700;
    color: #232323
}

.case-block2-inner a:after {
    content: '\f0da';
    font-size: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #232323;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    vertical-align: middle
}

.case-block2-inner a:hover {
    color: #4669dc
}

.case-block2-inner a:hover:after {
    color: #a5b6ee
}
.mt-n1-9 {
    margin-top: -1.9rem !important;
}
.mt-1-9, .my-1-9 {
    margin-top: 1.9rem;
}
@media (min-width: 1400px)
.container {
    max-width: 1320px;
}
@media screen and (max-width: 767px) {
    .case-block-inner {
        padding:25px
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating{}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}



/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
body {
  margin: 0;
  background-image: linear-gradient(to right, #ECE9E6 , #FFFFFF);
}    
.border-primary {
    border-color: #b2cae3!important;
}
.border {
    border: 2px solid #dee2e6!important;
}
/*============================== 
    Banner
================================*/
.banner-headline {
  font-size: 3rem;
  line-height: 1.2; }

.banner-headline.medium {
  font-size: 1.6rem; }

@media only screen and (min-width: 768px) {
    .nav-scroll .icon-bar {
    color: #ffffff;
    text-shadow: 0px 0px #151616; }

.logo {
    padding: 15px 0;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    
}
  .banner-headline {
    font-size: 4.4rem;
    font-weight: 300; }
  .card img {
    height: 11em;
  } }
@media only screen and (min-width: 1170px) {
  .banner-headline {
    font-size: 6rem; }

  .banner-headline.medium {
    font-size: 5rem;
    line-height: 1.2; } }
.banner-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }
  .banner-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0; }
    .banner-words-wrapper b.is-visible {
      position: relative; }

.no-js .banner-words-wrapper b {
  opacity: 0; }
  .no-js .banner-words-wrapper b.is-visible {
    opacity: 1; }

/* xclip */
.banner-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.caption .highlight {
  color: #7893ed;
  text-shadow: 2px 2px #232323;; }

.banner-headline.clip .banner-words-wrapper {
  overflow: hidden;
  vertical-align: top; }
  .banner-headline.clip .banner-words-wrapper:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.65); }
.banner-headline.clip b {
  opacity: 0; }
.banner-headline b.is-visible {
  opacity: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 22px;
  border-radius: 5%;
  background: #d5d5d5;
  margin: 5px 4px 0 4px;
  border: 2px solid #d5d5d5; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #a5b6ee;
  border-color: #a5b6ee; }

.slider .arrow, .slider-fade .arrow {
  display: none !important; }

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative; }

.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }

.slider .item .caption, .slider-fade .item .caption {
  width: 100%;
  z-index: 9; }

.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0; }

/*creative banner*/
.creative-banner {
  min-height: 100vh; }
  .creative-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }
  .creative-banner .wave-area {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 1; }
  .creative-banner .wave {
    background: url("../img/wave.svg") repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0); }
    .creative-banner .wave:nth-of-type(2) {
      top: -56px;
      animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
      opacity: 1; }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -45px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }
/* background video */
.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

/* particles banner */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/*============================== 
    Navbar
================================*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(160deg, #5e76e8 25%, #715be9, #8443de);
  z-index: 3 !important;
  min-height: 70px;
  height: 8%;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .navbar .icon-bar {
    color: #fff; }
  .navbar.bg-white .icon-bar {
    color: #232323; }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #eee;
    letter-spacing: .5px;
    margin: 0;
    padding: 10px 25px;
    transition: all .5s;
    text-align: left;
    text-transform: uppercase; }
    .navbar .navbar-nav .nav-link:hover {
      color: #a5b6ee; }
    .navbar .navbar-nav .nav-link.active {
      color: #a5b6ee;
      position: relative; }

.nav-scroll {
  background: rgba(0, 0, 0, 1);
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  opacity: 0.9;
  transition: transform .5s;
  transform: translateY(100px);
  z-index: 50; }
  .nav-scroll.bg-black .icon-bar {
    color: #fff; }
  .nav-scroll .icon-bar {
    color: #143157; }
  .nav-scroll .navbar-nav .nav-link {
    color: #22222; }
  .nav-scroll .navbar-nav .logo {
    padding: 15px 0; }
  	.navbar .nav-item .dropdown-menu{ display: none; transition: all 0.5s ease 0s; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
/*header bg-theme */
.navbar.bg-theme {
  background: #a5b6ee; }
  .navbar.bg-theme .navbar-nav .nav-link.active {
    color: #232323; }
  .navbar.bg-theme.nav-scroll .navbar-nav .nav-link {
    color: #fff; }
  .navbar.bg-theme .navbar-nav .nav-link:hover, .navbar.bg-theme.nav-scroll .navbar-nav .nav-link.active {
    color: #232323; }

/*header bg-black */
.navbar.bg-black {
  background: #232323; }
  .navbar.bg-black .navbar-nav .nav-link.active {
    color: #a5b6ee; }
  .navbar.bg-black.nav-scroll .navbar-nav .nav-link {
    color: #fff; }
  .navbar.bg-black .navbar-nav .nav-link:hover, .navbar.bg-black.nav-scroll .navbar-nav .nav-link.active {
    color: #a5b6ee; }

/*header bg-white */
.navbar.bg-white {
  background: #fff; }
  .navbar.bg-white .navbar-nav .nav-link {
    color: #232323; }
    .navbar.bg-white .navbar-nav .nav-link.active {
      color: #a5b6ee; }
  .navbar.bg-white.nav-scroll .navbar-nav .nav-link {
    color: #232323; }
  .navbar.bg-white .navbar-nav .nav-link:hover, .navbar.bg-white.nav-scroll .navbar-nav .nav-link.active {
    color: #a5b6ee; }

.logo {
  padding: 15px 0;
  width: 600px; }
.affiliate-logos-loop {
    margin: 2.5% auto 0;
}
.affiliate-logos-loop li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 20px 20px;
}
.affiliate-logo {
    max-height: 100px !important;
    max-width: 160px !important;
    vertical-align: middle;
}
    .list-inline-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }  

/*============================== 
    Header
================================*/
.header {
  min-height: 100vh;
  overflow: hidden; }
  .header .caption .overflow-hidden {
    display: inline-block; }
  .header .caption h3 {
    font-weight: 300;
    animation-delay: 0.5s;
    position: relative;
    display: inline-block; }
  .header .caption h1 {
    margin: 10px 0;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    animation-delay: 0.8s; }
  .header .caption p {
    font-size: 16px;
    color: #eee;
    width: 55%;
    word-spacing: 2px;
    text-shadow: 2px 2px #151616;
    animation-delay: 1.2s; }
  .header .btn {
    animation-delay: 1.4s; }
    .header .btn i {
      position: relative;
      top: 1px; }
  .header .arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8; }
    .header .arrow a {
      color: #fff; }
      .header .arrow a :hover {
        color: #a5b6ee; }
    .header .arrow i {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .header .arrow i:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 100%;
        background: #a5b6ee;
        border-radius: 50%;
        z-index: -1;
        transition: all .2s; }
      .header .arrow i:hover:after {
        background: #fff;
        transform: scale(1.2);
        transition: all .5s; }
  .header.theme-overlay .arrow {
    color: #fff; }
    .header.theme-overlay .arrow a {
      color: #a5b6ee; }
      .header.theme-overlay .arrow a :hover {
        color: #fff; }
    .header.theme-overlay .arrow i:after {
      background: #fff; }
    .header.theme-overlay .arrow i:hover:after {
      background: #232323; }
  .header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 26px;
    opacity: 0.8; }
    .header .social-links a:hover {
      opacity: 0.85;
      color: #a5b6ee; }
  .header .social-links:last-child {
    margin-right: 0; }

/*============================== 
    Sidebar
================================*/
.side-menu {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  background: #281345;
  z-index: 1032;
  height: 100%;
  opacity: 0.9;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow: hidden; }
  .side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
 

.side-menu.black {
  background: rgba(0, 0, 0, 0.95); }

.side-menu.side-menu-active, .side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0; }

/*Side overlay*/
#close_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4; }

/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer; }
.side-menu.before-side .btn-close {
  display: none; }
.side-menu .btn-close:before, .side-menu .btn-close:after {
  position: absolute;
  left: 5px;
  content: ' ';
  height: 34px;
  width: 3px;
  background: #fff;
  top: 5px; }
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*side open btn*/
.sidemenu_btn {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 45px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 25px;
  top: 22px;
  z-index: 99; }
  .sidemenu_btn.left {
    left: 15px;
    right: auto; }
  .sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 6px; }
    .sidemenu_btn > span:nth-child(2) {
      margin: 4px 0;
      margin-bottom: 6px; }

.nav-scroll .sidemenu_btn > span {
  background: #fff; }

.bg-black.nav-scroll .sidemenu_btn > span {
  background: #fff; }

.bg-white .sidemenu_btn > span {
  background: #232323; }

.bg-white.nav-scroll .sidemenu_btn > span {
  background: #232323; }

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.side-menu .side-nav {
  margin-bottom: 30px;
  display: block; }

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px); }
  .side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }
  .side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
  .side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s; }
  .side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .side-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link:focus:after {
    width: 100%; }
  .side-nav .navbar-nav .nav-link.active {
    background: transparent; }
    .side-nav .navbar-nav .nav-link.active:after {
      width: 100%; }

.side-menu .social-links a {
  color: #fff; }
  .side-menu .social-links a:hover {
    opacity: 0.65; }
	.side-nav .navbar-nav .nav-item .dropdown-menu{ display: none; transition: all 0.5s ease 0s; background-color: #586578;}
	.side-nav .navbar-nav .nav-item:hover .nav-link{  color: #a5b6ee;}
	.side-nav .navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
	.side-nav .navbar-nav .nav-item .dropdown-menu{ margin-top:0; }

.side-menu .navbar .navbar-nav .nav-link2 {
    font-size: 15px;
    font-weight: 600;
    color: #eee;
    letter-spacing: .5px;
    margin: 0;
    padding: 10px 15px;
    transition: all .5s;
    text-align: left;
    text-transform: uppercase;
}
/*============================== 
    Skill Progress
================================*/
.skills .prog-item {
  margin-bottom: 25px; }
  .skills .prog-item:last-child {
    margin-bottom: 0; }
  .skills .prog-item p {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700; }
  .skills .prog-item .skills-progress {
    width: 100%;
    height: 5px;
    background: #eee;
    border-radius: 5px;
    position: relative; }
    .skills .prog-item .skills-progress span {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #17a2b8;
      width: 10%;
      border-radius: 10px;
      transition: all 1s; }
      .skills .prog-item .skills-progress span:after {
        content: attr(data-value);
        position: absolute;
        top: -20px;
        right: 0;
        font-size: 10px;
        color: #777; }
.img-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 33%;
}
.btn2 {
    display: inline-block;
    font-size: 14px;
    padding: 10px 100px;
    background: #242d39;
    border: 1px solid #242d39;
    opacity: 0.9;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #fff;
    letter-spacing: .5px;
    line-height: inherit;
    width: auto;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    /* transition-duration: 0.3s; */
    /* transition-timing-function: ease-in-out; */
    opacity: 0.9;
}
/*============================== 
    Responsive
================================*/
@media (max-width: 480px) {
.btn2 {
    display: inline-block;
    font-size: 20px;
    padding: 15px 100px;
    background: #242d39;
    border: 1px solid #242d39;
    opacity: 0.9;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #fff;
    letter-spacing: .5px;
    line-height: inherit;
    width: 100%;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    /* transition-duration: 0.3s; */
    /* transition-timing-function: ease-in-out; */
    opacity: 0.9;
}
.sm-font-size14 {
    font-size: 20px;
    line-height: normal;
}
 }

/*============================== 
    Feature boxes
================================*/
.feature-box01 .feature-icon {
  border-radius: 50%;
  height: 70px;
  line-height: 80px;
  transition: all 0.5s ease 0s;
  width: 70px; }
.feature-box01:hover .feature-icon {
  background-color: #a5b6ee; }
.feature-box01:hover .icon {
  color: #fff; }

/*============================== 
    Portfolio
================================*/
.portfolio {
  overflow: hidden;
  background: #1c1c1c; }
  .portfolio .filtering span {
    margin-right: 8px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    border-radius: 1px;
    padding: 35px 50px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fffcfc; }
    .extra-text {
      color: #fff !important;
      background: #1e1d1d !important; }
   }
   .extra-text:hover {
    color: #fff !important;
    background: #7893ed !important;
}
    .portfolio .filtering span.mtt {
    margin-right: 8px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
    background: #1e1d1d; }
    .portfolio .filtering span:last-child {
      margin: 0; }
    .portfolio .filtering span:hover {
      border-color: #a5b6ee;
      background: #7893ed;
      color: #fff; }
  .portfolio .filtering .active {
    border-color: #a5b6ee;
    background: #7893ed;
    color: #fff; }

  .portfolio .items {
    margin-top: 30px; }
   .portfolio-items .resize{
        position: relative;
    height: 150px; }   
  .portfolio .item-img {
    position: relative;
    overflow: hidden; }
    .portfolio .item-img img {
      width: 100%; }
    .portfolio .item-img:hover .item-img-overlay {
      opacity: 1;
      transform: translateY(0); }
    .portfolio .item-img:hover h6 {
      transform: translateY(0); }
    .portfolio .item-img h6 {
      font-weight: 600;
      position: relative;
      font-size: 26px;
      margin-bottom: 0;
      transform: translateY(15px);
      transition: all .5s;
      line-height: 60px; }
    .portfolio .item-img .fa {
      background: #a5b6ee;
      border: 1px solid #a5b6ee;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      height: 30px;
      line-height: 28px;
      width: 30px;
      margin-bottom: 5px;
      transition: all .5s; }
      .portfolio .item-img .fa:hover {
        background: #fff;
        color: #000; }
  .portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(232, 236, 241, 0.95);
    color: #35424C;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
    transform: translateY(10px); }

   .portfolio .item2-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: transparent;
    color: #35424C;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
    transform: translateY(10px); }   

/*============================== 
    Counter
================================*/
.numbers .item .icon {
  font-size: 42px;
  display: inline-block;
  color: #a5b6ee; }
.numbers .item h6 {
  font-weight: 500; }
.numbers .item p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0; }

/*============================== 
    Team
================================*/
.team-style .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9; }
.team-style .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out,opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
.team-style .social-links a:hover {
  opacity: 0.65; }
.team-style .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
.team-style .team-description-content {
  display: table-cell;
  vertical-align: middle; }
.team-style .team-member-img {
  position: relative;
  display: block;
  overflow: hidden; }
.team-member-img {
    width: 100%;
    height: auto;
}  
.team-style .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1; }
.team-style .team-member-img > img {
  transition: all 0.2s ease 0s; }
.team-style:hover .bg-cover {
  background-color: rgba(0, 0, 0, 0.75);
  display: block; }
.team-style:hover .social-links {
  transition-delay: 100ms,100ms;
  opacity: 1;
  transform: translateY(0); }

.team-style:hover .team-description {
  opacity: 1; }

/*============================== 
    Price Table
================================*/
.price .item {
  padding: 0 0 30px 0;
  background: #fff;
  border-radius: 5px;
  transition: all .3s; }
  .price .item:hover {
    box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2); }
.price .type {
  padding: 15px 0;
  background: #232323; }
  .price .type h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0; }
.price .value {
  padding: 30px 0;
  position: relative; }
  .price .value:before, .price .value:after {
    content: '';
    background: #eee;
    width: 70%;
    height: 1px;
    position: absolute;
    left: 15%; }
  .price .value:before {
    top: 0; }
  .price .value:after {
    bottom: 0; }
  .price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0; }
    .price .value h3 span {
      font-size: 14px;
      position: absolute;
      top: 5px;
      right: 0; }
  .price .value .per {
    font-size: 13px;
    color: #a5b6ee; }
.price .features {
  padding: 15px 0; }
  .price .features li {
    margin: 15px 0;
    color: #777; }
.price .order {
  padding-top: 15px;
  position: relative; }
.price .active {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1); }
  .price .active .type {
    background: #a5b6ee; }

/*============================== 
    Testimonials
================================*/
.testimonials {
  background-image: url("../img/bg6.jpg"); }
  .testimonials h4 {
    font-size: 16px;
    margin: 0;
    line-height: normal; }
  .testimonials p {
    color: #fff;
    margin-bottom: 0;
    line-height: 28px; }
  .testimonials h6 {
    font-size: 12px;
    color: #ccc;
    margin: 0; }
  .testimonials .owl-theme .owl-dots {
    margin-top: 40px !important; }
    .testimonials .owl-theme .owl-dots .owl-dot span {
      border-color: 1px solid #fff;
      width: 20px;
      height: 20px; }
      
     
/*============================== 
    Core Values
================================*/
.core {
  background-image: url("../img/bg5.jpg"); }
  .core h4 {
    font-size: 22px;
    margin: 0;
    line-height: normal; }
  .core p {
    color: #fff;
    margin-bottom: 0;
    line-height: 28px; }
  .core h6 {
    font-size: 12px;
    color: #ccc;
    margin: 0; }
  .core .owl-theme .owl-dots {
    margin-top: 40px !important; }
    .core .owl-theme .owl-dots .owl-dot span {
      border-color: 1px solid #fff;
      width: 18px;
      height: 18px; }
      
    

/*============================== 
    Clients
================================*/
.clients .brand {
  padding: 40px 25px;
  opacity: .4; }
  .clients .brand:hover {
    opacity: 1; }
  .clients .brand img {
    display: inline-block; }

/*============================== 
    Contact
================================*/
.contact .map {
  padding: 0;
  position: relative;
  z-index: 4;
  height: 400px; }
.contact .info {
  background: #2e4563;
  color: #fff;
  transition: all .5s; }
  .contact .info .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #444; }
    .contact .info .item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .contact .info .item .icon {
      font-size: 20px;
      float: left;
      width: 50px;
      text-align: center;
      margin-top: 4px; }
    .contact .info .item .cont {
      margin-left: 55px; }
      .contact .info .item .cont h6 {
        font-size: 15px;
        margin-bottom: 0; }
      .contact .info .item .cont p {
        color: #d7d6d6;
        margin: 0; }

/*============================== 
    Blog
================================*/
.blog .item {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px; }
  .blog .item .post-img {
    position: relative;
    overflow: hidden; }
    .blog .item .post-img:hover img {
      transform: scale(1.1); }
    .blog .item .post-img img {
      width: 100%;
      transition: all .5s; }
  .blog .item .content {
    padding: 30px;
    background: #fff;
    text-align: left; }
    .blog .item .content .tag {
      font-weight: 500;
      font-size: 12px;
      margin-bottom: 5px;
      letter-spacing: 1px; }
    .blog .item .content .read-more {
      margin-top: 20px;
      text-decoration: underline; }
      .blog .item .content .read-more:hover {
        color: #a5b6ee;
        text-decoration: none; }
    .blog .item .content h6 {
      font-size: 16px;
      line-height: normal;
      text-transform: inherit;
      margin-bottom: 2px; }

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
  top: 0;
  transform: translateY(0px); }
  .blog-nav .logo {
    color: #1c1c1c !important; }
  .blog-nav .navbar-nav .nav-link {
    color: #232323; }
  .blog-nav .icon-bar {
    color: #232323; }

.blog-header {
  background: #232323;
  position: relative; }
  .blog-header h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ccc;
    margin-bottom: 15px; }
  .blog-header a {
    position: relative;
    color: #d5d5d5; }
    .blog-header a:after {
      content: '/';
      position: relative;
      margin: 0 10px; }
    .blog-header a:last-child:after {
      display: none; }
    .blog-header a:hover {
      color: #fff; }
    .blog-header a.active {
      color: #a5b6ee; }

.blogs .posts {
  /* pagination */ }
  .blogs .posts .post {
    margin-bottom: 30px; }
    .blogs .posts .post .content {
      padding: 30px;
      background: #fafafa; }
      .blogs .posts .post .content .post-title h5 {
        font-size: 26px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0; }
        .blogs .posts .post .content .post-title h5 a {
          color: #232323; }
          .blogs .posts .post .content .post-title h5 a:hover {
            color: #a5b6ee; }
      .blogs .posts .post .content .meta {
        margin-bottom: 15px; }
        .blogs .posts .post .content .meta li {
          display: inline-block;
          font-size: 12px;
          color: #777;
          margin: 5px; }
      .blogs .posts .post .content .spical {
        padding: 15px;
        margin: 30px 0;
        border-left: 2px solid #111;
        background: #f7f7f7;
        font-size: 16px; }
    .blogs .posts .post .share-post {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px dashed #eee;
      text-align: left; }
      .blogs .posts .post .share-post span {
        font-weight: 700; }
      .blogs .posts .post .share-post ul {
        float: right; }
        .blogs .posts .post .share-post ul li {
          display: inline-block;
          margin: 0 10px; }
    .blogs .posts .post .post-img img {
      width: 100%; }
  .blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px; }
  .blogs .posts .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee; }
    .blogs .posts .comments-area .comment-box:nth-child(odd) {
      margin-left: 80px; }
    .blogs .posts .comments-area .comment-box:last-child {
      margin-bottom: 30px; }
    .blogs .posts .comments-area .comment-box .author-thumb {
      width: 80px;
      float: left; }
    .blogs .posts .comments-area .comment-box .comment-info {
      margin-left: 100px; }
      .blogs .posts .comments-area .comment-box .comment-info h6 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px; }
      .blogs .posts .comments-area .comment-box .comment-info .reply {
        margin-top: 10px;
        font-weight: 600; }
        .blogs .posts .comments-area .comment-box .comment-info .reply i {
          padding-right: 5px;
          font-size: 12px; }
  .blogs .posts .pagination {
    border-radius: 0;
    padding: 0;
    margin: 0; }
    .blogs .posts .pagination ul {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin: 0 auto;
      padding: 0; }
    .blogs .posts .pagination li {
      display: inline; }
    .blogs .posts .pagination a {
      float: left;
      padding: 0 18px;
      line-height: 40px;
      text-decoration: none;
      border: 1px solid #dbdbdb;
      border-left-width: 0;
      background: #fff; }
      .blogs .posts .pagination a:hover {
        background-color: #232323;
        color: #fff; }
    .blogs .posts .pagination .active a {
      background-color: #f7f7f7;
      color: #999;
      cursor: default; }
    .blogs .posts .pagination .disabled span {
      color: #999;
      background-color: transparent;
      cursor: default; }
    .blogs .posts .pagination .disabled a {
      color: #999;
      background-color: transparent;
      cursor: default; }
      .blogs .posts .pagination .disabled a:hover {
        color: #999;
        background-color: transparent;
        cursor: default; }
    .blogs .posts .pagination li:first-child a {
      border-left-width: 1px; }
.blogs .side-bar .widget {
  margin-bottom: 30px; }
  .blogs .side-bar .widget:last-child {
    margin-bottom: 0; }
  .blogs .side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .blogs .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #a5b6ee;
      position: absolute;
      bottom: 0;
      left: 0; }
  .blogs .side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f; }
    .blogs .side-bar .widget li:last-child {
      margin: 0; }
    .blogs .side-bar .widget li:after {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #6f6f6f;
      position: absolute;
      top: 12px;
      left: 0; }
  .blogs .side-bar .widget .social-listing {
    margin-bottom: 0; }
    .blogs .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block; }
      .blogs .side-bar .widget .social-listing li:after {
        background: none; }
      .blogs .side-bar .widget .social-listing li:first-child {
        padding-left: 0; }
.blogs .side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right; }

/*============================== 
    Countdown Coming soon page
================================*/
.coming-soon .social-links li {
  display: inline-block;
  font-size: 18px;
  margin-right: 30px; }
  .coming-soon .social-links li:last-child {
    margin-right: 0; }

ul.countdown li {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  border-right: 1px solid #626262; }
  ul.countdown li:last-child {
    border: none;
    padding-right: 0; }
  ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative; }
    ul.countdown li span:before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%; }
  ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

/*============================== 
    Footer
================================*/
.footer-top {
  padding: 30px 0px; }

.footer-bottom {
  padding: 30px 0px; }
  .footer-bottom a:hover {
    color: #d7d2d2; }

.footer-social a {
  display: inline-block;
  margin: 0 25px; }
  .footer-social a:first-child {
    margin-left: 0; }
  .footer-social a i {
    color: #a5b6ee;
    font-size: 22px; }
  .footer-social a:hover i {
    color: #eee; }

.back-to-top {
  background: #615399;
  border-radius: 50%;
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 35px;
  height: 35px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }
  .back-to-top i {
    position: absolute;
    left: 50%;
    top: 45%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px; }
  .back-to-top:hover {
    background: #a5b6ee !important; }
  .back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    filter: alpha(opacity=100); }
    .back-to-top.reveal:focus, .back-to-top.reveal:hover, .back-to-top.reveal:active {
      opacity: 1;
      filter: alpha(opacity=100); }

/*============================== 
    Responsive
================================*/
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse.desktop-hide {
    display: none !important; }
    .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }
  	.navbar .nav-item .dropdown-menu{ display: none; transition: all 0.5s ease 0s; background-color: #586578;}
	.navbar .nav-item:hover .nav-link{  color: #a5b6ee;}
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }	
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
 }
	
@media screen and (max-width: 1399px) {
  .navbar > .container {
    padding-right: 3.5rem; }

  .sidemenu_btn {
    margin-right: 0; }
    .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; } }
@media screen and (max-width: 1199px) {
  .footer-top {
    padding: 70px 0; } }
@media screen and (max-width: 991px) {
  .navbar > .container {
    padding-right: 0; }

  .navbar {
    border: none; height: 11%;}
    .navbar .navbar-collapse {
      background: #232323;
      opacity: 0.9;
      text-align: center; }
    .navbar .navbar-toggler {
      padding: 8px 0;
      text-align: right;
      width: 40px; }
    .navbar .nav-link {
      display: block; }
    .navbar .navbar-nav .active:after {
      width: 100%; }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important; }
  .nav-scroll .navbar-collapse .active {
    color: #a5b6ee !important; }

  /*header bg-theme */
  .navbar.bg-theme {
    background: #a5b6ee; }
    .navbar.bg-theme .navbar-nav .nav-link.active {
      color: #a5b6ee; }
    .navbar.bg-theme.nav-scroll .navbar-nav .nav-link {
      color: #fff; }
    .navbar.bg-theme .navbar-nav .nav-link:hover, .navbar.bg-theme.nav-scroll .navbar-nav .nav-link.active {
      color: #232323; }

  /*header bg-white */
  .navbar.bg-white {
    background: #fff; }
    .navbar.bg-white .navbar-nav .nav-link {
      color: #fff; }
      .navbar.bg-white .navbar-nav .nav-link.active {
        color: #a5b6ee; }
    .navbar.bg-white.nav-scroll .navbar-nav .nav-link {
      color: #fff; }
    .navbar.bg-white .navbar-nav .nav-link:hover, .navbar.bg-white.nav-scroll .navbar-nav .nav-link.active {
      color: #a5b6ee; }

  .header {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s; }
    .header .caption h2 {
      font-size: 30px; }
    .header .caption h1 {
      font-size: 50px; }
    .header .caption p {
      font-size: 16px;
       width: 100%; }
    .header .social-links a {
      display: none;
      font-size: 16px; }
      .mouse {
    display: none;
    width: 50px;
    height: 90px;
    border: 3px solid #a5b6ee;
    border-radius: 60px;
    position: relative;
    z-index: 8;
}

  .numbers .item .icon {
    font-size: 36px; }
  .numbers .item p {
    font-size: 16px; }

  .clients .brand {
    padding: 30px 15px; }
    .clients .brand img {
      max-width: 150px; }

  .blog-nav .navbar-nav .nav-link {
    color: #fff; }

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

  .footer-social a {
    margin: 0 15px; }
    .footer-social a i {
      font-size: 18px; }
      .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; } }
      
    
@media screen and (max-width: 767px) {
  .nav-scroll .icon-bar {
    color: #ffffff;
    text-shadow: 0px 0px #151616; }

.logo {
    padding: 1px 0;
    width: 350px;
}
  .portfolio .items {
    margin-top: 20px; }

  .header .caption h1 {
    font-size: 32px;
    margin-top: 5px; }
  .header .caption h3 {
    letter-spacing: 1px; }

  .contact .map {
    height: 300px; }

  .btn {
    padding: 8px 16px;
    font-size: 12px; }

  .blogs .posts .post .content {
    padding: 20px; }
    .blogs .posts .post .content .post-title h5 {
      font-size: 22px; }

  ul.countdown li {
    padding: 0 8px; }

  .coming-soon .social-links li {
    margin-right: 15px; }

  ul.countdown li span {
    font-size: 22px; }
.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }
  .footer-social a {
    margin: 0 10px; } }
@media screen and (max-width: 575px) {
  .mobile-height-70vh .slider .owl-item,
  .mobile-height-70vh.slider .owl-item,
  .mobile-height-70vh .slider-fade .owl-item,
  .mobile-height-70vh.slider-fade .owl-item {
    height: 70vh; }
.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }
  .mb-bg-position-x-center {
    background-position-x: center !important; }

  .mobile-height-70vh {
    min-height: 70vh; }

  .header .caption h1 {
    font-size: 20px;
    margin-top: 5px; } }

/*# sourceMappingURL=style.css.map */