/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - Onepage Agency HTML Template
    Description: Onepage Agency HTML Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

Table of contents
        
    01. Basic
    02. Section heading
    03. Banner
    04. Navbar
    05. About Us
    06. Others
    07. Owl Sliders
    08. Blog
    09. Footer

---------------------------------- */
/*============================== 
    Basic
================================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800&display=swap");
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #3fc8f4;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #3fc8f4;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* common css */
.text-primary {
  color: #3fc8f4 !important; }

.text-secondary {
  color: #f17100 !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  color: #1e2022; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  color: #1e2022; }

.height-100vh {
  height: 100vh; }

.form-group {
  margin-bottom: 1rem; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-primary {
  background-color: #3fc8f4 !important; }

.bg-secondary {
  background-color: #f17100 !important; }

.theme-overlay[data-overlay-dark]:before {
  background: #3fc8f4; }

.secondary-overlay[data-overlay-dark]:before {
  background: #f17100; }

.theme-overlay-blue-dark[data-overlay-dark]:before {
  background: #182937; }

.border-primary {
  border-color: #3fc8f4 !important; }

.border-secondary {
  border-color: #f17100 !important; }

.primary-shadow {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05); }

a:hover, a:active {
  color: #3fc8f4;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%; } }
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
    width: 100%; } }
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1320px;
    width: 100%; } }
/* button styles*/
.butn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #3fc8f4;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: none;
  padding: 11px 42px 11px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1; }
  .butn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f17100;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .butn:hover {
    color: #fff; }
    .butn:hover:after {
      transform: scaleY(1) rotateX(0deg);
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      z-index: -1; }
  .butn.secondary {
    background-color: #f17100; }
    .butn.secondary:after {
      background: #3fc8f4; }

/* overlap column */
.overlap-column {
  margin-bottom: 3rem; }
  .overlap-column > [class*="col-"]:first-child {
    position: relative;
    left: 2rem;
    z-index: 2; }
  .overlap-column > [class*="col-"]:last-child {
    position: relative;
    left: -2rem;
    top: 3rem; }

@media screen and (max-width: 991px) {
  .overlap-column {
    margin-bottom: 0; }
    .overlap-column > [class*="col-"]:first-child {
      left: 0;
      top: 0; } }
input[type=checkbox], input[type=radio] {
  width: auto;
  margin-top: .5rem; }

/* list style */
.list-style1 li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  color: #6f6f6f; }
  .list-style1 li:last-child {
    margin: 0; }
  .list-style1 li:after {
    content: "\f00c";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    color: #fff;
    background-color: #3fc8f4;
    top: 4px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    left: 0; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/*============================== 
    Banner
================================*/
.banner-headline {
  font-size: 68px;
  line-height: 1.2; }

/* xclip */
.banner-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.caption .highlight {
  color: #3fc8f4; }

.banner-headline.clip b {
  opacity: 0; }
.banner-headline b.is-visible {
  opacity: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  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: #3fc8f4;
  border-color: #3fc8f4; }

@media screen and (max-width: 991px) {
  .banner-headline {
    font-size: 3.1rem; } }
@media screen and (max-width: 767px) {
  .banner-headline {
    font-size: 2.7rem; } }
@media screen and (max-width: 575px) {
  .banner-headline {
    font-size: 2.1rem; } }
/*============================== 
    Navbar
================================*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
  min-height: 70px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .navbar .icon-bar {
    color: #fff; }
  .navbar.bg-black {
    background: #232323;
    border-bottom: none; }
    .navbar.bg-black .navbar-nav .nav-link.active {
      color: #3fc8f4; }
    .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: #3fc8f4; }
    .navbar.bg-black .navbar-nav .nav-link.btn.small:hover, .navbar.bg-black .navbar-nav .nav-link.btn.small.active {
      color: #fff; }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #eee;
    letter-spacing: .5px;
    margin: 0;
    padding: 10px 15px;
    transition: all .5s;
    text-align: left;
    text-transform: uppercase; }
    .navbar .navbar-nav .nav-link:hover {
      color: #3fc8f4; }
    .navbar .navbar-nav .nav-link.active {
      color: #3fc8f4;
      position: relative; }

.nav-scroll {
  background: #fff;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: transform .5s;
  transform: translateY(100px);
  z-index: 99; }
  .nav-scroll.bg-black .icon-bar {
    color: #fff; }
  .nav-scroll .icon-bar, .nav-scroll .navbar-nav .nav-link {
    color: #232323; }

.navbar-toggler {
  background: #3fc8f4;
  width: 40px;
  height: 35px;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 21px;
  cursor: pointer;
  z-index: 12399994;
  border: none; }
  .navbar-toggler .icon-bar:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 17px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    display: block;
    content: ""; }
  .navbar-toggler .icon-bar:before {
    top: 17px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    display: block;
    height: 2px;
    content: ""; }
  .navbar-toggler.collapsed .icon-bar:after {
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    background: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler.collapsed .icon-bar:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

.nav-scroll .navbar-nav .logo {
  padding: 15px 0; }

.logo {
  padding: 5px 0;
  width: 220px; }

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse.desktop-hide {
    display: none !important; } }
@media screen and (max-width: 1399px) {
  .navbar > .container {
    padding-right: 5.5rem !important; } }
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px; }
  .navbar .navbar-nav .btn.small {
    margin-left: 5px;
    padding: 4px 16px;
    margin-top: 4px; } }
@media screen and (max-width: 991px) {
  .logo {
    padding: 14px 0 14px 0; }

  .navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #383838; }
  .navbar .navbar-nav .btn.small {
    margin: 10px 5px; }
  .navbar > .container {
    padding-right: 1rem !important;
    position: relative; }
  .navbar .navbar-collapse {
    background: #232323;
    text-align: center; }
  .navbar .navbar-toggler {
    padding: 8px 0;
    text-align: right;
    width: 40px;
    top: 18px; }
  .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: #3fc8f4 !important; }
  .nav-scroll .navbar-collapse .btn.active {
    color: #fff !important; } }
/*==============================
    Header
================================ */
.header {
  overflow: hidden;
  height: 100vh; }
  .header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px; }
    .header .social-links a:hover {
      opacity: 0.85; }
  .header .social-links:last-child {
    margin-right: 0; }

@media screen and (max-width: 991px) {
  .header .social-links a {
    font-size: 16px; } }
/*============================== 
    Sidebar
================================*/
.side-menu {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  background: #2a8ae2;
  z-index: 99999;
  height: 100%;
  -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: #232323; }
  .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: 9999;
  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: 16px;
  content: ' ';
  height: 24px;
  width: 2px;
  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: 36px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 25px;
  top: 21px;
  z-index: 99; }
  .sidemenu_btn.left {
    left: 15px;
    right: auto; }
  .sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block; }
    .sidemenu_btn > span:nth-child(2) {
      margin: 4px 0; }

.nav-scroll .sidemenu_btn > span {
  background: #232323; }

.bg-black.nav-scroll .sidemenu_btn > span {
  background: #fff; }

.bg-white .sidemenu_btn > span, .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; }

@media screen and (max-width: 1399px) {
  .sidemenu_btn {
    margin-right: 0; } }
/*============================== 
    About Us
================================*/
.about-img {
  position: relative; }

.about-line:before {
  position: absolute;
  bottom: 130px;
  left: -40px;
  width: 20px;
  height: 120px;
  background-color: #f17100;
  content: "";
  border-radius: 7px; }
.about-line:after {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 20px;
  height: 120px;
  background-color: #3fc8f4;
  content: "";
  border-radius: 7px; }

@media screen and (max-width: 1399px) {
  .about-line:before, .about-line:after {
    left: -25px; } }
@media screen and (max-width: 991px) {
  .about-line:before, .about-line:after {
    left: -10px; } }
@media screen and (max-width: 767px) {
  .about-line:before, .about-line:after {
    left: -25px; } }
@media screen and (max-width: 575px) {
  .about-line:before, .about-line:after {
    content: none; } }
/*============================== 
    Others
================================*/
/* team section */
.team-style1 .team-img {
  position: relative;
  z-index: 1; }
.team-style1 .team-social {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -20px; }
.team-style1 .team-icon {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 0;
  border-radius: 50px;
  opacity: 0;
  transition: transform .4s ease-in, opacity .4s ease-in;
  transform: translateY(-20px);
  margin-bottom: 5px; }
  .team-style1 .team-icon:nth-last-child(5) {
    transition-delay: 0.5s; }
  .team-style1 .team-icon:first-child {
    opacity: 1;
    transform: translateY(0); }
  .team-style1 .team-icon:before {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: #3fc8f4;
    color: #ffffff;
    transition: 0.4s;
    border-radius: 50px;
    display: block; }
.team-style1:hover .team-icon:not(:first-child) {
  opacity: 1;
  transform: translateY(0);
  transition: transform .4s ease-in-out, opacity .4s ease-in-out; }
  .team-style1:hover .team-icon:not(:first-child):nth-child(2) {
    transition-delay: 0.1s; }
.team-style1 .team-icon:nth-last-child(4) {
  transition-delay: 0.4s; }
.team-style1 .team-icon:hover:before {
  background: #f17100; }

/* Popup gallery*/
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #3fc8f4; }

.lg-progress-bar .lg-progress {
  background-color: #3fc8f4; }

.lg-backdrop.in {
  opacity: 0.85; }

/* portfolio */
.portfolio-block {
  position: relative; }

.portfolio-content {
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  left: 17px;
  top: 17px; }

.portfolio-block .portfolio-content {
  background-color: #3fc8f4;
  visibility: hidden;
  opacity: 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  transition: .3s ease .2s; }
  .portfolio-block .portfolio-content .portfolio-title {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    transform: translateY(-10px);
    transition: .3s ease;
    opacity: 0; }
    .portfolio-block .portfolio-content .portfolio-title .portfolio-title-link {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: #fff;
      font-size: 26px;
      letter-spacing: .025em; }
  .portfolio-block .portfolio-content .portfolio-sub-text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px; }
    .portfolio-block .portfolio-content .portfolio-sub-text a {
      color: #fff;
      display: inline-block;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
.portfolio-block:hover .portfolio-content {
  opacity: .9;
  visibility: visible;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
.portfolio-block:hover .portfolio-title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s ease .3s,color .3s ease,-webkit-transform .3s ease .3s;
  -o-transition: transform .3s ease .3s,opacity .3s ease .3s,color .3s ease;
  transition: transform .3s ease .3s,opacity .3s ease .3s,color .3s ease;
  transition: transform .3s ease .3s,opacity .3s ease .3s,color .3s ease,-webkit-transform .3s ease .3s; }
.portfolio-block:hover .portfolio-sub-text a {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: opacity .3s ease .4s,color .3s ease,-webkit-transform .3s ease .4s;
  transition: opacity .3s ease .4s,color .3s ease,-webkit-transform .3s ease .4s;
  -o-transition: transform .3s ease .4s,opacity .3s ease .4s,color .3s ease;
  transition: transform .3s ease .4s,opacity .3s ease .4s,color .3s ease;
  transition: transform .3s ease .4s,opacity .3s ease .4s,color .3s ease,-webkit-transform .3s ease .4s; }

/* quform */
.quform-input {
  position: relative; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #616161; }

.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 12px 15px;
  vertical-align: top; }

.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 12px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }

.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message, .quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 9; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }

.quform-loading-wrap .quform-loading {
  display: inline-block; }

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffc046;
  outline: 0;
  box-shadow: none; }

.light-validation .quform-errors > .quform-error {
  color: #fff; }

.form-group {
  margin-bottom: 1rem; }

.form-group label {
  margin-bottom: .5rem; }

/*============================== 
    Owl Sliders
================================*/
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/*============================== 
    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;
      font-weight: 700; }
      .blog .item .content .read-more:hover {
        color: #3fc8f4;
        text-decoration: none; }
    .blog .item .content h6 {
      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, .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: #3fc8f4; }

.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; }

/* blog list-simple */
.blog-list-simple-text {
  color: #999; }
  .blog-list-simple-text > span {
    color: #3fc8f4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px; }
  .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0; }
  .blog-list-simple-text .meta {
    margin: 0 0 5px 0; }
  .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px; }
  .blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal; }
  .blog-list-simple-text ul {
    margin: 10px 0; }
    .blog-list-simple-text ul li {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      padding: 3px 0; }
      .blog-list-simple-text ul li i {
        color: #3fc8f4;
        margin-right: 5px;
        font-size: 14px; }

/* blogs post */
.blogs .post {
  margin-bottom: 50px; }
  .blogs .post .content {
    padding: 30px;
    background: #fafafa; }
    .blogs .post .content .post-title h5 {
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0; }
      .blogs .post .content .post-title h5 a {
        color: #232323; }
        .blogs .post .content .post-title h5 a:hover {
          color: #00bcd1; }
    .blogs .post .content .meta {
      margin-bottom: 15px; }
      .blogs .post .content .meta li {
        display: inline-block;
        margin: 5px; }
    .blogs .post .content .special {
      padding: 15px;
      margin: 30px 0;
      border-left: 2px solid #111;
      background: #f7f7f7; }
    .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .blogs .post .content .btn:hover {
        color: #fff;
        border-color: #00bcd1; }
  .blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left; }
    .blogs .post .share-post span {
      font-weight: 700; }
    .blogs .post .share-post ul {
      float: right; }
      .blogs .post .share-post ul li {
        display: inline-block;
        margin: 0 10px; }
  .blogs .post .post-img img {
    width: 100%; }
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }

.side-bar .widget {
  margin-bottom: 30px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }
  .side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #3fc8f4;
      position: absolute;
      bottom: 0;
      left: 0; }
  .side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f; }
    .side-bar .widget li:last-child {
      margin: 0; }
    .side-bar .widget li:after {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #6f6f6f;
      position: absolute;
      top: 12px;
      left: 0; }
  .side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0; }
    .side-bar .widget .social-listing li:after {
      background: none; }
    .side-bar .widget .social-listing li:first-child {
      padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #3fc8f4;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0; }
  .side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0; }

@media screen and (max-width: 991px) {
  .blog-nav .navbar-nav .nav-link {
    color: #fff; } }
@media screen and (max-width: 767px) {
  .blogs .posts .post .content {
    padding: 20px; }
    .blogs .posts .post .content .post-title h5 {
      font-size: 22px; } }
/*============================== 
    Footer
================================*/
/* footer */
.footer-social a {
  display: inline-block;
  margin: 0 12px; }
  .footer-social a:last-child {
    margin-right: 0; }
  .footer-social a i {
    color: #fff;
    font-size: 18px; }
  .footer-social a:hover i {
    color: #3fc8f4; }

.back-to-top {
  background: #f17100;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  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: #3fc8f4 !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); }


/*==============================
    Tabs
================================ */
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    margin: 0 5px 0 0;
    list-style: none;
    cursor: pointer;
    padding: 15px 50px;
    color: #1c1c24;
    border-radius: 0;
    background: #f1f0f6;
    border-bottom: none;
}

    .resp-tabs-list li:last-child {
        margin-right: 0;
    }

    .resp-tabs-list li i {
        font-size: 28px;
        margin-bottom: 8px;
        color: #6f6f6f;
    }

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.resp-tab-content {
    display: none;
    padding: 50px 0 0 0;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    float: left;
    width: 100%;
}

h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin: 0px;
    padding: 15px 21px;
    float: left;
    width: 100%;
}

h2.resp-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: #e72c83 !important;
    color: #fff;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #e72c83;
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px;
}

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    border-color: #e4e4e4 !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e4e4e4;
}

h2.resp-accordion.resp-tab-active {
    border-color: #e4e4e4 !important;
}

/* tab-style1 */
.tab-style1 .resp-tabs-list li {
    display: inline-block;
    margin: -3px;
    list-style: none;
    cursor: pointer;
    padding: 15px 15px;
    color: #1c1c24;
    border-radius: 0;
    background: none;
    border-bottom: none;
    border-top: 1px solid #232323;
}

.tab-style1 ul.resp-tabs-list {
    position: absolute;
   /* bottom: 150px;
    left: 16%;*/
}

    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
        position: relative;
        border-bottom: none;
        border-color: #e72c83;
    }

.tab-style1 .resp-tab-content {
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .tab-style1 ul.resp-tabs-list {
        left: 3%;
    }
}

@media screen and (max-width: 992px) {
    .tab-style1 .resp-tabs-list li {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 991px) {
    .tab-style1 ul.resp-tabs-list {
        position: unset;
        bottom: 0;
        top: 0;
    }

        .tab-style1 ul.resp-tabs-list li {
            margin-top: 30px;
            padding: 15px 20px;
        }
}
/* tab-style */
@media screen and (min-width: 768px) {
    .tab-style ul.resp-tabs-list {
        text-align: center;
    }

        .tab-style ul.resp-tabs-list.text-left {
            padding-left: 15px;
        }

        .tab-style ul.resp-tabs-list li:last-child {
            margin-right: 0;
        }

        .tab-style ul.resp-tabs-list li.resp-tab-active {
            color: #ffffff;
            background: #e72c83;
            position: relative;
            border-bottom: none;
        }

            .tab-style ul.resp-tabs-list li.resp-tab-active:before {
                border-color: transparent #e72c83 transparent transparent;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 15px 15px 0;
                position: absolute;
                left: 0;
                bottom: -15px;
                content: '';
                opacity: 1;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
            }
}
/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

        h2.resp-accordion i {
            margin-right: 12px;
            font-size: 18px;
            min-width: 25px;
        }

        h2.resp-accordion.resp-tab-active i {
            color: #fff;
        }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-tab-content {
        background-color: #fff;
        padding: 20px 0px;
    }
}

/*# sourceMappingURL=style.css.map */
