/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555;
  background: #F5F8FD; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #14212b;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.container {
  max-width: 1300px !important; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #5838fc;
  padding: 0 36px;
  font-size: 16px;
  line-height: 54px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-weight: 600;
  background-color: #5838fc;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .main-btn:hover {
    background-color: #fff;
    color: #5838fc;
    border-color: #fff; }
  .main-btn.main-btn-2 {
    background: #fff;
    border-color: #fff;
    color: #5838fc; }
    .main-btn.main-btn-2:hover {
      background-color: #5838fc;
      color: #fff;
      border-color: #5838fc; }

/*Loader Css*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999; }
  .lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5838fc;
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out; }
    .lds-ellipsis span:nth-child(1) {
      -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
      animation: ball-pulse-sync .6s -.14s infinite ease-in-out; }
    .lds-ellipsis span:nth-child(2) {
      -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
      animation: ball-pulse-sync .6s -70ms infinite ease-in-out; }

@-webkit-keyframes "ball-pulse-sync" {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes "ball-pulse-sync" {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*===========================
    2.HEADER css 
===========================*/
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 99;
  background: #fff;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .header-area .header-btn {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-btn {
      display: block; } }

.header-item .logo a {
  width: 160px;
  padding-top: 7px; }
  .header-item .logo a h3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #fff; }
.header-item .header-btn a {
  background: #5838fc; }
  .header-item .header-btn a:hover {
    background: #fff;
    border-color: #5838fc; }

/*===========================
    3.HERO css 
===========================*/
.hero-area {
  padding: 190px 0 100px;
  position: relative;
  z-index: 10;
  background-image: url(../images/hero-bg.jpg);
  overflow: hidden;
  background-attachment: fixed;
  position: relative;
  z-index: 10; }
  .hero-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #020d26ab;
    z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
      height: auto;
      padding: 150px 0; } }
  @media (max-width: 767px) {
    .hero-area {
      height: auto;
      padding: 150px 0; } }
  .hero-area .hero-demo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%; }

@media (max-width: 767px) {
  .hero-content {
    text-align: center; } }
.hero-content .title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
      font-size: 40px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .title {
      font-size: 48px;
      line-height: 58px; } }
  @media (max-width: 767px) {
    .hero-content .title {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
      font-size: 34px;
      line-height: 44px; } }
.hero-content ul {
  padding-bottom: 40px; }
  .hero-content ul li {
    color: #fff;
    font-size: 18px;
    line-height: 30px; }
.hero-content a {
  margin-right: 15px; }
  @media (max-width: 767px) {
    .hero-content a {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content a {
      margin-bottom: 0px; } }

.pages-area {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden; }
  .pages-area .pages-title {
    text-align: center; }
    .pages-area .pages-title .title {
      font-size: 60px;
      color: #14212b;
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      .pages-area .pages-title .title::before {
        position: absolute;
        content: '';
        left: -120px;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 100px;
        background: #020d26; }
      .pages-area .pages-title .title::after {
        position: absolute;
        content: '';
        right: -120px;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 100px;
        background: #020d26; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .pages-area .pages-title .title {
          font-size: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pages-area .pages-title .title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .pages-area .pages-title .title {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .pages-area .pages-title .title {
          font-size: 40px; } }

.portfolio-style-4-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  position: relative; }
  .portfolio-style-4-item span {
    position: absolute;
    left: 0;
    top: 30px;
    background: #ff5e5e;
    display: inline-block;
    padding: 0 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    z-index: 9;
    border-radius: 0 5px 5px 0px;
    text-transform: uppercase;
    font-weight: 500; }
  .portfolio-style-4-item a {
    display: block;
    position: relative; }
  .portfolio-style-4-item .portfolio-thumb {
    position: relative;
    overflow: hidden; }
    .portfolio-style-4-item .portfolio-thumb > img {
      width: 100%;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  .portfolio-style-4-item .portfolio-content {
    padding: 26px 10px 26px 25px;
    background: #020d26ab;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.4s; }
    .portfolio-style-4-item .portfolio-content .title {
      font-size: 22px;
      font-weight: 600;
      line-height: 25px;
      margin-bottom: 0px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff; }
      @media (max-width: 767px) {
        .portfolio-style-4-item .portfolio-content .title {
          font-size: 18px; } }
    .portfolio-style-4-item .portfolio-content span {
      font-size: 14px;
      color: #5838fc; }
  .portfolio-style-4-item:hover .portfolio-thumb img {
    transform: scale(1.1); }
  .portfolio-style-4-item:hover .portfolio-thumb a {
    top: 50%;
    opacity: 1; }
  .portfolio-style-4-item:hover a .portfolio-content {
    opacity: 1;
    visibility: visible; }

.hero-thumb-slider {
  height: 590px;
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-thumb-slider {
      width: 100%;
      height: auto;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .hero-thumb-slider {
      width: 100%;
      height: auto;
      margin-top: 40px; } }
  .hero-thumb-slider .item {
    margin-left: 15px;
    margin-right: 15px; }
    .hero-thumb-slider .item img {
      width: 100%; }

.store-area {
  background: #001125;
  padding: 65px 0; }
  .store-area .store-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .store-area .store-content {
        display: block;
        text-align: center; } }
    .store-area .store-content .title {
      font-size: 40px;
      color: #fff;
      font-weight: 600;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .store-area .store-content .title {
          font-size: 34px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .store-area .store-content .title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .store-area .store-content .title {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .store-area .store-content .title {
          font-size: 40px; } }
    .store-area .store-content a {
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .store-area .store-content a {
          margin-top: 30px; } }

/*===========================
    4.FOOTER css 
===========================*/
.footer-area {
  height: 415px;
  position: relative;
  z-index: 10;
  background-attachment: fixed; }
  .footer-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #001125;
    opacity: 1;
    z-index: -1; }
  .footer-area .footer-content a {
    color: #000; }

.footer-content .title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 30px;
  text-transform: capitalize; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-content .title {
      font-size: 46px;
      line-height: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-content .title {
      font-size: 38px;
      line-height: 48px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-content .title {
      padding: 0 50px 40px; } }
  @media (max-width: 767px) {
    .footer-content .title {
      font-size: 24px;
      line-height: 34px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-content .title {
      font-size: 36px;
      line-height: 46px; } }

/*==== BACK TO TOP ====*/
.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  background-color: #5838fc;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09); }
  .back-to-top i {
    color: #fff; }
  .back-to-top:hover {
    background-color: #5838fc; }

.buy-bthn {
  position: fixed;
  right: 0;
  top: 300px; }
  @media (max-width: 767px) {
    .buy-bthn {
      display: none; } }
  .buy-bthn a {
    height: 50px;
    width: auto;
    text-align: center;
    line-height: 50px;
    background: #5838fc;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    text-transform: uppercase;
    font-weight: 600; }
    .buy-bthn a i {
      padding-right: 8px; }

/*# sourceMappingURL=style.css.map */
