@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Ravo
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

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

== Table Of Content

    |--- BASE

        |- utility
        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- Colors Skin


    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */
/* ====================== [ Start Utility  ] ====================== */
@media screen and (max-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* ====================== [ End Utility  ] ====================== */
/* ====================== [ Start Typography  ] ====================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  color: #181b31;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
  font-family: 'Noto Sans', sans-serif;
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 9;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.6;
  font-weight: 700;
}

h5, h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: #8e8e99;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #d6d7da;
}

a, a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

.font-numb {
  font-family: 'Akronim', cursive;
  
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.position-abs {
  position: absolute;
}

.revers-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.revers-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ontop {
  position: relative;
  z-index: 7;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

img.out-box {
  width: 140%;
}

img.left {
  margin-left: -40%;
}

.no-bord {
  border: 0 !important;
}

.bord-thin-top {
  border-top: 1px solid #eee;
}

.bord-thin-bottom {
  border-bottom: 1px solid #eee;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-50 {
  border-radius: 50px;
}

.full-width {
  width: 100% !important;
}

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

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
  padding: 70px 0;
}
.testimonials .section-padding{
  padding: 70px 0;
}
.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.no-shad {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
}

.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
}

.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  overflow: hidden;
}

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  overflow: hidden;
}

.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  overflow: hidden;
}

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
}

.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  overflow: hidden;
}

.unlist {
  list-style: none;
}

.underline a {
  text-decoration: underline !important;
}

.underline span {
  text-decoration: underline;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-link li {
  display: inline-block;
}

.rest {
  margin: 0;
  padding: 0;
}

.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px;
}

.icon-img-30 {
  width: 30px;
}

.icon-img-40 {
  width: 40px;
}

.icon-img-50 {
  width: 50px;
}

.icon-img-60 {
  width: 60px;
}

.icon-img-70 {
  width: 70px;
}

.icon-img-80 {
  width: 80px;
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-99 {
  z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: .1 !important;
}

.opacity-2 {
  opacity: .2 !important;
}

.opacity-3 {
  opacity: .3 !important;
}

.opacity-4 {
  opacity: .4 !important;
}

.opacity-5 {
  opacity: .5 !important;
}

.opacity-6 {
  opacity: .6 !important;
}

.opacity-7 {
  opacity: .7 !important;
}

.opacity-8 {
  opacity: .8 !important;
}

.opacity-9 {
  opacity: .9 !important;
}

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #444;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-hover-inherit:hover {
  color: inherit !important;
}

.text-hover-light:hover {
  color: #fff !important;
}

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-80 {
  font-size: 80px !important;
}

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
.line-height-1 {
  line-height: 1;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls6 {
  letter-spacing: 6px !important;
}

.ls7 {
  letter-spacing: 7px !important;
}

.ls8 {
  letter-spacing: 8px !important;
}

.ls9 {
  letter-spacing: 9px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

.ls15 {
  letter-spacing: 15px !important;
}

.ls20 {
  letter-spacing: 20px !important;
}

.ls25 {
  letter-spacing: 25px !important;
}

.ls30 {
  letter-spacing: 30px !important;
}

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.ml-auto {
  margin-left: auto;
  color: #fff;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-30 {
  margin-left: -30px;
  margin-right: -30px;
}

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

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

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

.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sp-hover:hover .char {
  -webkit-animation: fadeInUpSm 0.2s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUpSm 0.2s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start curve Style ] ====================== */
.curve-cls {
  position: absolute;
  width: 110%;
  left: -5%;
  height: 300px;
  pointer-events: none;
}

.curve-cls svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

.curve-cls.top {
  top: -299px;
}

.curve-cls.bottom {
  bottom: 0;
}

.custom-curve {
  position: absolute;
  left: -1%;
  width: 102%;
}

.custom-curve.flip-x svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-curve.flip-y svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.custom-curve.bottom {
  bottom: -2px;
}

.custom-curve.top {
  top: 2px;
}

.wave {
  background: url(../img/waves/wave-gray-light.html) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: .42;
}

.lines-v {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.lines-v span {
  width: 33.333333%;
  margin-left: 33.333333%;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  height: 100%;
}

.curve-shape {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  z-index: 2;
}

.curve-shape.top {
  top: -1px;
}

.curve-shape.top.rev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bottom-curvs,
.top-curvs {
  position: absolute;
  left: -5px;
  right: -5px;
}

.bottom-curvs {
  bottom: -30px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.top-curvs {
  top: -30px;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

/* ====================== [ End curve Style ] ====================== */
/* ====================== [ Start animate headline ] ====================== */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

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

/* xclip */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* slide */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0 !important;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1 !important;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* ====================== [ End animate headline ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #171a2a47;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
 /* opacity: .7;*/
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Gradient ] ====================== */
.circle-color {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 400px;
  height: 500px;
  border-radius: 50%;
  opacity: .40;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.circle-color.yollow {
  background-image: -webkit-linear-gradient(45deg, #dcff1a, #89f3db);
  background-image: -o-linear-gradient(45deg, #dcff1a, #89f3db);
  background-image: linear-gradient(45deg, #dcff1a, #89f3db);
}

.circle-color.red {
  background-image: -webkit-linear-gradient(45deg, #ff441a, #e889f3);
  background-image: -o-linear-gradient(45deg, #ff441a, #e889f3);
  background-image: linear-gradient(45deg, #ff441a, #e889f3);
}

.circle-color.top {
  top: -50px;
}

.circle-color.bottom {
  bottom: -50px;
}

.circle-color.midle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circle-color.right {
  right: -50px;
}

.circle-color.left {
  left: -50px;
}

.circle-color.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.green-color {
  color: #17be74 !important;
}

.green-bg {
  background-color: #dbffeb !important;
}

.red-color {
  color: #ff7171 !important;
}

.red-bg {
  background-color: #ffdbdb !important;
}

.dark-blue-bg {
  background: #233d62;
}

.dark-blue-color {
  color: #233d62;
}

.blue-color {
  color: #4f5cf3 !important;
}

.blue-bg {
  background-color: #dbdeff !important;
}

.aqua-color {
  color: #a5f2e0 !important;
}

.aqua-bg {
  background-color: #a5f2e0 !important;
}

.yellow-green-color {
  color: #b1d14e !important;
}

.yellow-green-bg {
  background-color: #b1d14e !important;
}

.green-light-color {
  color: #dbffeb;
}

.green-light-bg {
  background-color: #dbffeb;
  background: -webkit-linear-gradient(315.26deg, #dbffeb 0%, #ecfae4 100%);
  background: -o-linear-gradient(315.26deg, #dbffeb 0%, #ecfae4 100%);
  background: linear-gradient(134.74deg, #dbffeb 0%, #ecfae4 100%);
}

.red-light-color {
  color: #ffdbdb;
}

.red-light-bg {
  background-color: #ffdbdb;
  background: -webkit-linear-gradient(315.26deg, #ffdbdb 0%, #f5e4fa 100%);
  background: -o-linear-gradient(315.26deg, #ffdbdb 0%, #f5e4fa 100%);
  background: linear-gradient(134.74deg, #ffdbdb 0%, #f5e4fa 100%);
}

.yellow-light-color {
  color: #f9ffdb;
}

.yellow-light-bg {
  background-color: #f9ffdb;
  background: -webkit-linear-gradient(315.26deg, #f9ffdb 0%, #FAE7E4 100%);
  background: -o-linear-gradient(315.26deg, #f9ffdb 0%, #FAE7E4 100%);
  background: linear-gradient(134.74deg, #f9ffdb 0%, #FAE7E4 100%);
}

.purple-light-color {
  color: #dbdeff;
}

.purple-light-bg {
  background-color: #dbdeff;
}

.bg-light {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #faf7fa;
}

.bg-light-gray {
  background: #f7f7f7;
}

.bg-light-blue {
  background: #f9fbfc;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-dark-blue {
  background-color: #15171f;
}

.bg-gray-blue {
  background-color: #f8fbff;
}

.bg-gray-light {
  background-color: #fafafa;
}

.blue-light-bg {
  background-color: #dbfaff;
  background: -webkit-linear-gradient(315.26deg, #dbfaff 0%, #f7fae4 100%);
  background: -o-linear-gradient(315.26deg, #dbfaff 0%, #f7fae4 100%);
  background: linear-gradient(134.74deg, #dbfaff 0%, #f7fae4 100%);
}

.gray-gr-bg {
  background: -webkit-linear-gradient(315.26deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
  background: -o-linear-gradient(315.26deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
  background: linear-gradient(134.74deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
}

.gr-blue2-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#130cb5), to(#b554ef));
  background-image: -webkit-linear-gradient(left, #130cb5 0%, #b554ef 100%);
  background-image: -o-linear-gradient(left, #130cb5 0%, #b554ef 100%);
  background-image: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%);
}

.gr-blue2-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(181, 84, 239, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(181, 84, 239, 0.5);
}

.gr-blue2-bg.revers-gr {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.gr-blue2-bg.revers-gr:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#130cb5), to(#b554ef));
  background-image: -webkit-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background-image: -o-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background-image: linear-gradient(270deg, #130cb5 0%, #b554ef 100%);
}

.gr-blue2-text {
  background: -webkit-gradient(linear, left top, right top, from(#130cb5), to(#b554ef));
  background: -webkit-linear-gradient(left, #130cb5 0%, #b554ef 100%);
  background: -o-linear-gradient(left, #130cb5 0%, #b554ef 100%);
  background: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-blue2-bord {
  border-image-source: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%) !important;
}

.gr-blue-bg {
  background-image: -webkit-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
  background-image: -o-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
  background-image: linear-gradient(110deg, #c500ff 0%, #409fff 100%);
}

.gr-blue-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(95, 209, 249, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(95, 209, 249, 0.5);
}

.gr-blue-text {
  background-image: -webkit-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
  background-image: -o-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
  background-image: linear-gradient(110deg, #c500ff 0%, #409fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-blue-bord {
  border-image-source: linear-gradient(110deg, #c500ff 0%, #409fff 100%) !important;
}

.gr-glow-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#8feeff), color-stop(#c2a6ff), to(#ffaffb));
  background-image: -webkit-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
  background-image: -o-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
  background-image: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb);
}

.gr-glow-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px #8feeff;
  box-shadow: 0px 10px 30px -5px #8feeff;
}

.gr-glow-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#8feeff), color-stop(#c2a6ff), to(#ffaffb));
  background-image: -webkit-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
  background-image: -o-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
  background-image: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-glow-bord {
  border-image-source: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb) !important;
}

.gr-sunset-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
  background-image: -webkit-linear-gradient(left, #f2709c, #ff9472);
  background-image: -o-linear-gradient(left, #f2709c, #ff9472);
  background-image: linear-gradient(to right, #f2709c, #ff9472);
}

.gr-sunset-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(242, 112, 156, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(242, 112, 156, 0.5);
}

.gr-sunset-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
  background-image: -webkit-linear-gradient(left, #f2709c, #ff9472);
  background-image: -o-linear-gradient(left, #f2709c, #ff9472);
  background-image: linear-gradient(to right, #f2709c, #ff9472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-sunset-bord {
  border-image-source: linear-gradient(to right, #f2709c, #ff9472) !important;
}

.gr-green-orange-bg {
  background-image: -webkit-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
  background-image: -o-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
  background-image: linear-gradient(130deg, #00dead, #90ce85, #ffd429);
}

.gr-green-orange-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 222, 173, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(0, 222, 173, 0.5);
}

.gr-green-orange-bg.revers-gr {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.gr-green-orange-bg.revers-gr:hover {
  background-image: -webkit-linear-gradient(320deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
  background-image: -o-linear-gradient(320deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
  background-image: linear-gradient(130deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
}

.gr-green-orange-text {
  background-image: -webkit-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
  background-image: -o-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
  background-image: linear-gradient(130deg, #00dead, #90ce85, #ffd429);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-green-orange-bord {
  border-image-source: linear-gradient(130deg, #00dead, #90ce85, #ffd429) !important;
}

.gr-green-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93));
  background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93);
  background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93);
  background-image: linear-gradient(to right, #90ce85, #00dead, #338b93);
}

.gr-green-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(182, 244, 146, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(182, 244, 146, 0.5);
}

.gr-green-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93));
  background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93);
  background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93);
  background-image: linear-gradient(to right, #90ce85, #00dead, #338b93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-green-bord {
  background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93)) !important;
  background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93) !important;
  background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93) !important;
  background-image: linear-gradient(to right, #90ce85, #00dead, #338b93) !important;
}

.gr-sunrise-bg {
  background-image: -webkit-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
  background-image: -o-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
}

.gr-sunrise-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(253, 193, 104, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(253, 193, 104, 0.5);
}

.gr-sunrise-text {
  background-image: -webkit-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
  background-image: -o-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-sunrise-bord {
  border-image-source: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%) !important;
}

.gr-purple-bg {
  background-image: -webkit-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background-image: -o-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background-image: linear-gradient(120deg, #b69be5 0%, #7554d2 100%);
}

.gr-purple-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(182, 155, 229, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(182, 155, 229, 0.5);
}

.gr-purple-text {
  background-image: -webkit-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background-image: -o-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background-image: linear-gradient(120deg, #b69be5 0%, #7554d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-purple-bord {
  border-image-source: linear-gradient(120deg, #b69be5 0%, #7554d2 100%) !important;
}

.gr-purple-red-bg {
  background-image:radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);

 
}

.gr-purple-red-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(80, 30, 155, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(80, 30, 155, 0.5);
}

.gr-orange-red-text {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gr-purple-red-text{
background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.gr-purple-red-bord {
  border-image-source: linear-gradient(110deg, #ff5e57 0%, #409fff 100%) !important;
}

.gr-orange-bg {
  background-image: -webkit-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: -o-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6);
}

.gr-orange-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(255, 187, 134, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(255, 187, 134, 0.5);
}

.gr-orange-text {
  background-image: -webkit-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: -o-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-orange-bord {
  border-image-source: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6) !important;
}

.gr-purple2-bg {
  background-image: -webkit-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
  background-image: -o-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
  background-image: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf);
}

.gr-purple2-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(116, 58, 213, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(116, 58, 213, 0.5);
}

.gr-purple2-text {
  background-image: -webkit-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
  background-image: -o-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
  background-image: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-purple2-bord {
  border-image-source: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf) !important;
}

.gr-red-bg {
  background-image: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background-image: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background-image: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
}

.gr-red-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(213, 58, 157, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(213, 58, 157, 0.5);
}

.gr-red-text {
  background-image: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background-image: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background-image: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-red-bord {
  border-image-source: linear-gradient(120deg, #f76e8f 0%, #df563f 100%) !important;
}

.gr-gray-bg {
  background-image: -webkit-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background-image: -o-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background-image: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%);
}

.gr-gray-bg.shadow-gr {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(113, 119, 143, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(113, 119, 143, 0.5);
}

.gr-gray-text {
  background-image: -webkit-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background-image: -o-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background-image: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gr-gray-bord {
  border-image-source: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%) !important;
}

.gr-purple-light-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f1fb), to(transparent));
  background-image: -webkit-linear-gradient(top, #f3f1fb 0%, transparent 100%);
  background-image: -o-linear-gradient(top, #f3f1fb 0%, transparent 100%);
  background-image: linear-gradient(to bottom, #f3f1fb 0%, transparent 100%);
}

.gr-purple-light-bg.to-up {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f1fb));
  background-image: -webkit-linear-gradient(top, transparent 0%, #f3f1fb 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #f3f1fb 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #f3f1fb 100%);
}

.purple-light-bg {
  background-color: #f3f1fb;
}

.gr-grayblue-light-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f7f8), to(transparent));
  background-image: -webkit-linear-gradient(top, #f3f7f8 0%, transparent 100%);
  background-image: -o-linear-gradient(top, #f3f7f8 0%, transparent 100%);
  background-image: linear-gradient(to bottom, #f3f7f8 0%, transparent 100%);
}

.gr-grayblue-light-bg.to-up {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f7f8));
  background-image: -webkit-linear-gradient(top, transparent 0%, #f3f7f8 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #f3f7f8 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #f3f7f8 100%);
}

/* ====================== [ End Gradient ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.simple-head h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  opacity: .8;
}

.simple-head h4 {
  font-size: 40px;
}

.sec-head .s-title {
  margin-left: auto;
}

.sec-head .s-title h6 {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-head .s-title h6 a {
  line-height: 50px;
}

.sec-head .s-title h6 .icon {
  font-size: 30px;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 20px;
  opacity: .5;
}

.sec-head .s-title h6 .icon:after {
  content: '';
  width: 30px;
  height: .5px;
  background: #eee;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sec-head .s-title h6 .icon:hover:after {
  width: 0;
}

.round-head h6 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  z-index: 2;
}

.round-head h6 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #233d62;
  opacity: .05;
  z-index: -1;
}

.round-head h6 .dot {
  position: absolute;
  top: calc(50% - 3px);
  left: 25px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #233d62;
}

.sub-title {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title.bg {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  background: rgba(23, 190, 113, 0.3);
}

.line-head {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.line-head:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  z-index: -1;
}

.line-head h6 {
  display: inline-block;
  background: #fff;
  padding: 0 50px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-head {
  display: inline-block;
  padding: 5px 10px;
  background: #E9EEF4;
  font-size: 14px;
}

.sub-head.curve {
  border-radius: 5px;
}

.sub-head.radius {
  border-radius: 30px;
  padding: 8px 20px;
}

.head-underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}

.s-title .icon {
  position: relative;
  top: 3px;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.butn {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.butn .bg-hover {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn .bg-hover.leave {
  opacity: 0;
}

.butn .bg-hover.in {
  opacity: 1;
}

.butn .slide-down {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.butn .slide-up {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.butn.bg-white {
  color: #23262d;
  border: 1px solid #fff;
}

.butn.bg-white:hover {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}

.butn.bord-white {
  border: 1px solid #fff;
}

.butn.bord-white:hover {
  background: #fff;
  color: #23262d;
}

.butn:hover .bg-hover.leave {
  opacity: 1;
}

.butn:hover .bg-hover.in {
  opacity: 0;
}

.butn:hover .slide-down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.butn:hover .slide-up {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}

.butn:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.butn .text {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.butn .icon.ic-shadow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}

.butn.half-bg {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  z-index: 2;
}

.butn.half-bg:hover .half-circle,
.butn.half-bg:hover .half-square {
  width: 100%;
}

.butn.half-bg.chang-color {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.half-bg.chang-color:hover {
  color: #fff;
}

.butn.half-bg.hf-sq {
  height: 45px;
  line-height: 45px;
}

.butn.half-bg .half-circle,
.butn.half-bg .half-square {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  border-radius: 30px;
  background-color: #f7f7f7;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn.half-bg .half-square {
  border-radius: 0;
  width: 50%;
}

.butn.butn-line-img {
  position: relative;
  padding-bottom: 30px;
}

.butn.butn-line-img .img-line {
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  height: 30px;
  background-size: contain;
}

.butn.butn-curve-line {
  border: 1px solid #fff;
  padding: 15px 30px;
  border-radius: 300%;
}

.butn .revers-gr {
  opacity: 1 !important;
}

.butn .text {
  pointer-events: none !important;
}

.butn-xlg {
  padding: 0 30px;
  min-height: 60px;
  line-height: 60px;
  min-width: 220px;
}

.butn-lg {
  padding: 0 30px;
  min-height: 55px;
  line-height: 55px;
  min-width: 190px;
}

.butn-md {
  padding: 0 25px;
  min-height: 50px;
  line-height: 50px;
  min-width: 170px;
}

.butn-sm {
  padding: 0 20px;
  min-height: 45px;
  line-height: 45px;
  min-width: 160px;
}

.butn-xsm {
  padding: 0 20px;
  min-height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.bg-blue {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
}

.color-blue {
  color: #130cb5;
}

.butn-light {
  background: #fff;
  border: 1px solid #fff;
}

.butn-light:hover {
  background: transparent;
}

.butn-light .text {
  color: #181b31 !important;
}

.butn-light .text span {
  color: #181b31 !important;
}

.butn-orange {
  background-color: #fc6816;
  border: 1px solid #fc6816;
  color: #fff;
}

.butn-orange:hover {
  background-color: transparent;
  color: inherit;
}

.butn-orange.butn-bord {
  border-color: #fc6816;
  color: #fc6816;
}

.butn-dark {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}

.butn-dark:hover {
  background-color: transparent;
  color: inherit;
}

.butn-dark.butn-bord {
  border-color: #111;
  color: #111;
}

.butn-green {
  background-color: #17be74;
  border: 1px solid #17be74;
  color: #fff;
}

.butn-green:hover {
  background-color: transparent;
  color: #17be74;
}

.butn-green.butn-bord {
  border-color: #17be74;
  color: #17be74;
  background-color: transparent;
}

.butn-green.butn-bord:hover {
  color: #fff;
  background-color: #17be74;
  border-color: #17be74;
}

.butn-aqua {
  background-color: #a5f2e0;
  border: 1px solid #a5f2e0;
}

.butn-aqua span {
  color: inherit;
}

.butn-aqua:hover {
  background-color: transparent;
}

.butn-aqua.butn-bord {
  border-color: #a5f2e0;
  background-color: transparent;
}

.butn-aqua.butn-bord:hover {
  background-color: #a5f2e0;
  border-color: #a5f2e0;
}

.butn-flora {
  background-color: #f94c30;
  border: 1px solid #f94c30;
  color: #FFF;
}

.butn-flora span {
  color: inherit;
}

.butn-flora:hover {
  background-color: #3b3f82;
  border-color: #3b3f82;
}

.butn-flora:hover span {
  color: #fff;
}

.butn-flora.butn-bord {
  border-color: #fff0ef;
  background-color: transparent;
}

.butn-flora.butn-bord:hover {
  background-color: #fff0ef;
  border-color: #fff0ef;
}

.butn-blurblack {
  background-color: #3b3f82;
  border: 1px solid #3b3f82;
}

.butn-blurblack span {
  color: #fff;
}

.butn-blurblack:hover {
  background-color: transparent;
  border-color: #3b3f82;
}

.butn-blurblack:hover span {
  color: #3b3f82;
}

.butn-blurblack.butn-bord {
  border-color: #3b3f82;
  background-color: transparent;
}

.butn-blurblack.butn-bord:hover {
  background-color: #3b3f82;
  border-color: #3b3f82;
}

.butn-blurblack.butn-bord:hover span {
  color: #fff;
}

.butn-no-radius {
  border-radius: 0;
}

.butn-sm-radius {
  border-radius: 4px;
}

.butn-md-radius {
  border-radius: 14px;
}

.butn-rounded {
  border-radius: 30px;
}

.butn-anim {
  position: relative;
}

.butn-anim .bg-hover {
  opacity: 1 !important;
}

.butn-anim.anim-top .bg-hover.leave {
  bottom: 100%;
}

.butn-anim.anim-top:hover .bg-hover.in {
  top: 100%;
}

.butn-anim.anim-top:hover .bg-hover.leave {
  bottom: 1px;
}

.butn-anim.anim-bottom .bg-hover.leave {
  top: 100%;
}

.butn-anim.anim-bottom:hover .bg-hover.in {
  bottom: 100%;
}

.butn-anim.anim-bottom:hover .bg-hover.leave {
  top: 1px;
}

.butn-anim.anim-right .bg-hover.leave {
  right: 100%;
}

.butn-anim.anim-right:hover .bg-hover.in {
  left: 100%;
}

.butn-anim.anim-right:hover .bg-hover.leave {
  right: 1px;
}

.butn-anim.anim-left .bg-hover.leave {
  left: 100%;
}

.butn-anim.anim-left:hover .bg-hover.in {
  right: 100%;
}

.butn-anim.anim-left:hover .bg-hover.leave {
  left: 1px;
}

.butn-icon-anim .anim-one {
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.butn-icon-anim .anim-one.icon-left {
  position: relative;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

.butn-icon-anim .text-anim-one {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.butn-icon-anim .icon-right {
  margin-left: 10px;
}

.butn-icon-anim .text-anim-two {
  position: relative;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.butn-icon-anim .anim-two {
  position: relative;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.butn-icon-anim:hover .anim-one.icon-left {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.butn-icon-anim:hover .anim-one.icon-right {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

.butn-icon-anim:hover .text-anim-one {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.butn-icon-anim:hover .text-anim-two,
.butn-icon-anim:hover .anim-two {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.butn-underline,
.butn-inline {
  position: relative;
  padding-bottom: 5px;
}

.butn-underline .underline-gr,
.butn-inline .underline-gr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn-underline:hover .underline-gr {
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.butn-inline .underline-gr {
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.butn-inline:hover .underline-gr {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.border-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
}

.bord-gr-purple {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.butn-dots {
  padding: 15px 30px;
  min-width: 180px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn-dots .bord-round {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.butn-dots:hover {
  background: #fff;
  color: #23262d;
}

.more-arow {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.more-butn {
  padding: 12px 32px;
  background: #fff;
  border-bottom: 4px solid #eee;
  -webkit-box-shadow: 0px 0px 30px rgba(72, 119, 175, 0.12);
  box-shadow: 0px 0px 30px rgba(72, 119, 175, 0.12);
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.more-butn:hover {
  background: #23262d;
  color: #fff;
}

[data-overlay-dark] .butn-light:hover .text {
  color: #fff !important;
}

[data-overlay-dark] .butn-light:hover .text span {
  color: #fff !important;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  height: 60px;
  background-color: #0a1628;
  background-image: none;
}

.navbar .container {
  position: relative;
}

.navbar .icon-bar {
  color: #18191d;
}

.navbar .navbar-nav {
  /*margin-left: auto !important;
  padding: 0px 0px 0px 20px;*/
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar .navbar-nav .nav-link {
  color: #18191d;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 7px;
  margin: 10px 15px;
}

.navbar.light .navbar-nav .nav-link {
  color: #FFF;
}

.navbar.light .icon-bar {
  color: #fff;
}

.navbar.light .search-area:before {
  background: rgba(255, 255, 255, 0.2);
}

.navbar.light .search-area .search-icon {
  color: #fff;
}

.navbar.light .navbar-toggler {
  color: #fff;
}

.navbar.light .social:before {
  background: rgba(255, 255, 255, 0.2);
}

.navbar.light .social a {
  color: #fff;
}

.navbar.light.nav-scroll .social:before,
.navbar.light.nav-scroll .search-area:before {
  background: rgba(0, 0, 0, 0.2) !important;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 0;
  border-radius: 4px;
  background: #fff;
  min-width: 240px;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  color: #51535f;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 4px 15px;
  position: relative;
  display: block;
}

.navbar .dropdown-menu .dropdown-item a {
  width: 100%;
  display: block;
}

.navbar .dropdown-menu .dropdown-item a .icon-arrow {
  float: right;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #18191d;
  background: #f5f5f5;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 241px;
  top: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 0;
  border-radius: 4px;
  background: #fff;
  min-width: 240px;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .mega-menu {
  position: static;
}

.navbar .mega-menu .dropdown-menu {
  background: #fff;
  min-width: auto;
  width: 100%;
  padding: 40px 40px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.navbar .mega-menu .dropdown-menu.half {
  width: 70%;
  left: auto;
  right: 0;
}

.navbar .mega-menu .dropdown-menu .column {
  border-right: 1px solid #eee;
  padding-right: 30px;
  height: 100%;
}

.navbar .mega-menu .dropdown-menu .column .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.navbar .mega-menu .dropdown-menu .column ul {
  margin: 0;
  padding: 0;
}

.navbar .mega-menu .dropdown-menu .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.navbar .mega-menu .dropdown-menu .dropdown-item {
  padding: 10px 0;
}

.navbar .mega-menu .dropdown-menu .dropdown-item:after {
  display: none;
}

.navbar .mega-menu .dropdown-menu .dropdown-item:hover {
  padding-left: 5px;
  background: transparent;
}

.navbar .dropdown-toggle:after {
  display: none;
}

.navbar .logo {
  /*width: 80px;*/
  margin: 7px 0px 0px 10px;
  display: none;
}

.navbar .search-area {
  padding-left: 20px;
  margin-left: 30px;
  position: relative;
}

.navbar .search-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .search-area .search-icon {
  font-size: 22px;
  color: #18191d;
  cursor: pointer;
}

.navbar .search-area .search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #fff;
  z-index: 4;
  display: none;
}

.navbar .search-area .search-form .form-group {
  position: relative;
  margin: auto;
  width: 500px;
}

.navbar .search-area .search-form .form-group input {
  width: 100%;
  padding: 15px 50px 15px 0px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.navbar .search-area .search-form .form-group button {
  font-size: 20px;
  padding: 15px;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar .search-area .search-form .close-search {
  font-size: 20px;
  padding: 15px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.navbar .social {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

.navbar .social:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .social a {
  font-size: 13px;
  color: #18191d;
  margin: 0 10px;
}

.navbar .bar {
  margin-left: 30px;
}

.navbar .bar span {
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  display: block;
}

.navbar .bar span:nth-last-of-type(2) {
  width: 30px;
}

.navbar .navbar-toggler {
  color: #18191d;
}

.navbar .navbar-toggler:focus {
  outline: none !important;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.nav-scroll .navbar-nav .nav-link {
  color: #18191d !important;
}

.nav-scroll .icon-bar,
.nav-scroll .social a,
.nav-scroll .search-area .search-icon,
.nav-scroll .navbar-toggler {
  color: #18191d !important;
}

.nav-scroll .social:before,
.nav-scroll .search-area:before {
  background: #eee;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
  height: auto;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 79vh;
  padding: 80px 0;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% auto;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(40ms * var(--char-index));
  animation-delay: calc(40ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .splitting .whitespace {
  width: 10px;
}

.slider .parallax-slider .caption h1 {
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 55px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 200px;
  right: 40px;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 60px;
  z-index: 8;
}

.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #000;
  font-size: 13px;
  background-color: #FFF;
  margin: 0px 0px 0px 2px;
}

.slider .social-icon a:hover {
  background: #fc9d76;
  color: #ffffff;
}

.slider .curve-buttom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 9;
}

.slider .curve-buttom svg {
  width: 100%;
  height: 90px;
}

.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header.full-height {
  min-height: 100vh;
  padding: 80px 0;
}

header.land2 {
  padding: 120px 0;
}

header.rshp {
  position: relative;
}

header.rshp .front {
  position: absolute;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100vh;
  z-index: 3;
}

header .img.half-abs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

header .img.half-abs .svg-img,
header .img.half-abs .svg-color {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .img.half-abs .svg-color {
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(1.03);
  -ms-transform: translateY(-50%) scale(1.03);
  transform: translateY(-50%) scale(1.03);
}

header .img.half-out {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

header .cover-bg {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

header .mouse-to-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 30px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 30px;
  z-index: 5;
}

header .mouse-to-down:after {
  content: '';
  position: relative;
  display: block;
  margin: 15px auto 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.agency-1 {
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.agency-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(60deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: -o-linear-gradient(60deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: linear-gradient(30deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: -webkit-linear-gradient(60deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  background: -o-linear-gradient(60deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  background: linear-gradient(30deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  opacity: .15;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.corporate {
  position: relative;
  min-height: 100vh;
}

.corporate .tab-img.current .caption h1,
.corporate .tab-img.current .caption .butn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.corporate .caption {
  margin: 120px 0 170px;
}

.corporate .caption h1 {
  margin-bottom: 20px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.corporate .caption h1 .under {
  position: relative;
  z-index: 2;
}

.corporate .caption h1 .under:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff;
  opacity: .2;
  z-index: -1;
}

.corporate .caption .butn {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.corporate .caption p {
  font-size: 17px;
}

.corporate .bg-blur {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  position: relative;
  z-index: 5;
}

.corporate .cluom {
  position: relative;
  padding: 0;
  z-index: 2;
}

.corporate .cluom:hover .info:after, .corporate .cluom.current .info:after {
  height: 100%;
}

.corporate .cluom .info {
  padding: 40px 10px 40px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.corporate .cluom .info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.07);
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.corporate .glry-img,
.corporate .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate .glry-img {
  overflow: hidden;
}

.corporate .glry-img .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  background-size: cover;
  background-position: center center;
}

.corporate .glry-img .bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 4;
}

.arch-slider .parallax-slider .swiper-slide {
  min-height: calc(100vh - 100px) !important;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  overflow: hidden;
}

.arch-slider .parallax-slider .caption h5 span {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #23262d;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
  padding-left: 80px;
  margin-left: 50px;
  position: relative;
}

.arch-slider .parallax-slider .caption p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: #eee;
  width: 40px;
  height: 2px;
}

.arch-slider .parallax-slider .explore {
  margin-left: auto;
}

.arch-slider .parallax-slider .explore a {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  font-size: 12px;
  color: #fff;
  background: #23262d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: static;
  margin: auto;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}

.arch-slider .setting .swiper-button-next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.slide-img {
  min-height: 100vh;
}

.custom-curve.purple path {
  fill: #8667de;
}

header.simple-header {
  min-height: 75vh;
}

header.simple-header.elem h1 {
  font-size: 80px;
}

header.simple-header .path {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

header.simple-header .path a {
  position: relative;
  padding: 0 30px;
  opacity: .7;
}

header.simple-header .path a.active {
  opacity: 1;
}

header.simple-header .path a:last-of-type:after {
  display: none;
}

header.simple-header .path a:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -8px;
}

.home-bus .background {
  height: calc(100vh - 80px);
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 80px;
}

.home-bus1 .caption .sub-title {
  display: inline-block;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 238, 238, 0.29);
}

.home-bus1 .play-button .vid {
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 238, 238, 0.29);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.home-bus1 .play-button .vid:hover {
  background: #fff;
  color: #23262d;
}

.home-bus1 .background {
  min-height: 100vh;
  padding: 80px 0;
}

.pg-header-bus {
  min-height: 75vh;
  padding: 80px 0;
}

.pg-header-corp .img-row .img1 img,
.pg-header-corp .img-row .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pg-header-corp .img-row .img1 {
  width: 45%;
  height: 240px;
  margin-right: 30px;
}

.pg-header-corp .img-row .img2 {
  width: 55%;
  height: 320px;
}

.pg-header-sipm {
  /* min-height: 50vh; */
  padding: 0px 0;
}

.pg-header-sipm.pg-work {
  min-height: 70vh;
}

.works-header.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}

.works-header.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.works-header.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.works-header.bg-img .item p a {
  margin: 0 7px;
}

.works-header.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.works-header.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.works-header .img-wrapper {
  min-height: 80vh;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 10px;
}

.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: .1;
}

.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showcase-full .dots {
  bottom: 30px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.showcase-carus .caption h1, .showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  border-radius: 50%;
}

.showcase-carus.circle-slide .caption, .showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
  font-size: 70px;
  display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .copy-cap .cap h1 span {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showstyle {
  height: 100vh;
}

.showstyle .swiper-container {
  height: 100%;
}

.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}

.showstyle .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.showstyle .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showstyle .caption h1 span {
  margin-left: 200px;
}

.showstyle .caption .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showstyle .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showstyle .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.hero .two-img {
  position: relative;
}

.hero .two-img .img1 {
  width: 70%;
}

.hero .two-img .img2 {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 40%;
}

.hero .two-img #circle {
  top: 0;
  right: -120px;
}

.hero .three-img {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 80px;
}

.hero .three-img .img1,
.hero .three-img .img2,
.hero .three-img .img3 {
  border-radius: 20px;
  overflow: hidden;
}

.hero .three-img .img1 {
  width: 400px;
  height: 350px;
}

.hero .three-img .img2 {
  width: 340px;
  height: 340px;
  position: absolute;
  bottom: -80px;
  left: 30%;
}

.hero .three-img .img3 {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 30%;
  right: 0;
}

.hero .img-quote {
  height: 550px;
}

.hero .quote {
  color: #fff;
  background: #1F242E;
  padding: 60px 40px;
  border-radius: 10px;
  margin-left: -50px;
}

.hero #circle {
  position: absolute;
  top: -30%;
  right: -50%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
}

.hero #circle text {
  font-size: 13px;
  letter-spacing: 7px;
}

.hero #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.about .timg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .timg .left {
  margin-right: 30px;
}

.about .timg .img1,
.about .timg .img2,
.about .timg .img3 {
  overflow: hidden;
}

.about .timg .img1 img,
.about .timg .img2 img,
.about .timg .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about .timg .img1 {
  border-radius: 20px 0 0 0;
  margin-bottom: 30px;
  height: 300px;
}

.about .timg .img2 {
  border-radius: 0 0 0 20px;
  height: 250px;
  width: 70%;
  margin-left: 30%;
}

.about .timg .img3 {
  border-radius: 0 20px 20px 0;
  height: 380px;
}

.about .two-img {
  position: relative;
  margin-bottom: 60px;
}

.about .two-img .img1 {
  height: 500px;
  width: 65%;
  margin-left: 35%;
}

.about .two-img .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about .two-img .img2 {
  position: absolute;
  left: 0;
  bottom: -60px;
  height: 259px;
  width: 63%;
}

.about .two-img .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about .two-img .img2:after {
  content: '';
  width: 100px;
  height: 100px;
  border: 20px solid #3b3f82;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: -50px;
  z-index: -1;
  opacity: .2;
}

.about .two-img #circle {
  position: absolute;
  top: 5%;
  left: -20%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
}

.about .two-img #circle .bord {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  width: 150px;
  height: 150px;
  border: 1px solid rgba(59, 63, 130, 0.7);
  border-radius: 50%;
}

.about .two-img #circle .bord:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(59, 63, 130, 0.7);
  border-radius: 50%;
}

.about .two-img #circle .bord .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.about .two-img #circle text {
  font-size: 12px;
  letter-spacing: 3px;
}

.about .two-img #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.intro-out-box .img {
  position: relative;
  padding-right: 50px;
}

.intro-out-box .img .svg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 550px;
  height: 550px;
}

.intro-out-box .img img {
  position: relative;
  z-index: 3;
}

.intro-up .container {
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

.intro-up .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 50px rgba(59, 63, 130, 0.08);
  box-shadow: 0px 20px 50px rgba(59, 63, 130, 0.08);
  border-radius: 5px;
}

.intro-img-shape {
  position: relative;
}

.intro-img-shape .svg-sub-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: -1;
}

.intro-img-shape .exp {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#130cb5), to(#b554ef));
  background: -webkit-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background: -o-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background: linear-gradient(270deg, #130cb5 0%, #b554ef 100%);
  z-index: 3;
}

.intro-img-shape .exp:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#130cb5), to(#b554ef));
  background: -webkit-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background: -o-linear-gradient(right, #130cb5 0%, #b554ef 100%);
  background: linear-gradient(270deg, #130cb5 0%, #b554ef 100%);
  opacity: .2;
  z-index: -1;
}

.intro-img-shape .exp span {
  font-size: 13px;
}

.intro-thr-img .img1 {
  position: relative;
  width: calc(100% + 50px);
  margin-left: -50px;
}

.intro-thr-img .img3 {
  position: relative;
  left: -50px;
}

.intro-two-img {
  position: relative;
}

.intro-two-img .img1,
.intro-two-img .img2 {
  width: 80%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(59, 63, 130, 0.09);
  box-shadow: 0px 0px 30px rgba(59, 63, 130, 0.09);
  overflow: hidden;
}

.intro-two-img .img2 {
  margin-left: 20%;
  margin-top: -30%;
  position: relative;
}

.intro-two-img .img2 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.intro-two-img .img2 .play-button .btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  line-height: 85px;
  height: 98px;
  width: 98px;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: inline-block;
}

.intro-two-img .img2 .play-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.intro-two-img .img2 .play-button .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}

.intro-two-img .img2 .play-button .btn:hover .circle {
  stroke-dashoffset: 0;
}

.intro-two-img .award-icon {
  text-align: center;
  padding: 15px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(59, 63, 130, 0.1);
  box-shadow: 0px 0px 50px rgba(59, 63, 130, 0.1);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.intro-two-img .award-icon .star .img {
  width: 60px;
  position: relative;
}

.intro-two-img .award-icon .star .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 25px;
}

.hero-two-img {
  position: relative;
  margin-bottom: 80px;
}

.hero-two-img .img1,
.hero-two-img .img2 {
  width: calc(100% - 80px);
  height: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
  box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
  overflow: hidden;
}

.hero-two-img .img1 img,
.hero-two-img .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-two-img .img2 {
  position: absolute;
  left: 80px;
  bottom: -80px;
}

.hero-cr .img-exp {
  position: relative;
  display: inline-block;
  padding-left: 120px;
}

.hero-cr .img-exp .img {
  width: 300px;
  height: 520px;
  border-radius: 200px;
  position: relative;
}

.hero-cr .img-exp .img:after {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 200px;
}

.hero-cr .img-exp .rotate-exp {
  position: absolute;
  left: -80px;
  bottom: 40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-cr .img-exp .rotate-exp h2 {
  font-size: 60px;
  margin-top: -30px;
}

.hero-cr .img-exp .rotate-exp h6 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 4px;
  padding-left: 30px;
}

.hero-cr #circle {
  position: absolute;
  bottom: 0;
  right: -50%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: .4;
}

.hero-cr #circle text {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-cr #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.signature {
  max-width: 150px;
}

.circle-pattern {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 70px solid #f7f7f7;
  border-radius: 50%;
  z-index: -1;
}

.circle-pattern.left {
  left: 0;
}

.circle-pattern.bottom {
  bottom: -50px;
}

.circle-pattern.right {
  right: 0;
}

.circle-pattern.top {
  top: -50px;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.services.to-up {
  position: relative;
  margin-top: -60px;
  z-index: 4;
}

.services .item {
  position: relative;
}

.services .item .icon {
  padding: 25px;
}

.services .item .icon.bg-shape {
  position: relative;
}

.services .item .icon.bg-shape .svg-shape {
  position: absolute;
  top: -10px;
  left: -10px;
}

.services .item .icon.bg-shape .icon-font {
  position: relative;
  z-index: 2;
}

.services .item.flex .icon-flex {
  width: 80px;
}

.services .item.flex .icon-flex .icon {
  padding: 0;
  width: 80px;
  line-height: 80px;
  text-align: center;
}

.services .item .icon-img {
  width: 80px;
}

.services .item h6 {
  overflow: hidden;
}

.services .item h6 span {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}

.services .item ul li {
  padding-left: 25px;
  position: relative;
}

.services .item ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.services .item-box {
  padding: 40px;
  background: #d5c7dda8;
}

.services .item-box.shad {
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
}

.services .item-box:hover .icon-bord-shad {
  color: #fff;
}

.services .item-box:hover .icon-bord-shad i {
  background: #3b3f82;
}

.services .icon-bord-shad {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fafafa;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services .icon-bord-shad i {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services .icon-bord-shad span {
  font-size: 28px;
  position: relative;
  line-height: inherit;
  z-index: 2;
}

.services .icon-bord-shad.revers {
  background: #fff;
}

.services .icon-bord-shad.revers i {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.services .shadw {
  background: #fff;
  border-radius: 8px;
  padding: 40px 40px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  position: relative;
}

.services .shadw.bord {
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services .shadw.bord:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  border-color: transparent;
}

.services .shadw .tag a {
  padding: 5px 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f8fa;
}

.services .shadw .icon {
  padding: 25px;
  border-radius: 5px;
}

.services .rotate {
  -webkit-perspective: 500px;
  perspective: 500px;
  padding: 0 60px 40px;
  position: relative;
  z-index: 2;
}

.services .rotate:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  z-index: -1;
}

.services .rotate.ri:after {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}

.services .rotate.lf:after {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}

.services .icon-out .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  margin-top: -40px;
  margin-bottom: 60px;
}

.services.bg-light-gray .bord {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services.bg-light-gray .bord:hover, .services.bg-light-gray .bord.active {
  background: #fff;
  border-color: transparent;
}

.features-process .item .numb {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e8e8ee;
  background: #fafafa;
  border-radius: 50%;
  font-size: 14px;
}

.feat-land {
  border-radius: 50px 50px 0 0;
}

.feat-circle-img .img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

.feat-circle-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.feat-exp.bg-dark-blue {
  position: relative;
  z-index: 2;
}

.feat-exp.bg-dark-blue:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}

.feat-exp .text-bg-img {
  background: url(../img/patterns/1.html);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
}

.feat-exp .lg-text {
  font-size: 120px;
}

.feat-exp .container-fluid {
  max-width: 1600px;
}

.feat-item-img {
  min-height: 400px;
  padding: 30px;
  position: relative;
}

.feat-item-img .num {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  z-index: 2;
}

.feat-item-img .cont {
  position: relative;
  z-index: 2;
}

.flex .icon-flex {
  margin-right: 30px;
  margin-top: 5px;
}

.services-carsouel {
  position: relative;
}

.services-carsouel .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.services-carsouel .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.services-carsouel .swiper-slide.swiper-slide-active .item:after {
  opacity: 1;
}

.services-carsouel .item {
  padding: 60px 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.services-carsouel .item:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: -webkit-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: -o-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
  background-image: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6);
  border-radius: 0 0 5px 5px;
  opacity: 0;
}

.services-carsouel .swiper-pagination {
  bottom: 0;
}

.services-carsouel .swiper-pagination-bullet {
  background: transparent;
}

.services-carsouel .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 120s;
  animation: dash linear 120s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.services-carsouel .path {
  display: none;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.gr-simple {
  background: -webkit-linear-gradient(130deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  background: -o-linear-gradient(130deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  background: linear-gradient(-40deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.clients-carsouel .item {
  text-align: center;
}

.clients-carsouel .item:hover img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-carsouel .item:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients-carsouel .item:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients-carsouel .item:hover .front {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.clients-carsouel .item:hover .front img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.clients-carsouel .item .img {
  position: relative;
  margin: 0 15px;
}

.clients-carsouel .item .img img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  max-width: 140px;
  margin: auto;
}

.clients-carsouel .item .img .link {
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.clients-carsouel .item .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.clients-carsouel .item .front img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.clients-carsouel.shad .img {
  margin: 0 10px;
}

.clients-carsouel.shad .img img {
  max-width: 110px;
}

.clients-carsouel.shad h2 {
  white-space: nowrap;
  font-size: 55px;
  line-height: 1;
}

.clients-carsouel.shad h2 span {
  position: relative;
  top: -5px;
  left: -5px;
  font-size: 20px;
  font-weight: 400;
}

.clients-carsouel.shad .container {
  background: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 50px 150px 0px #f1f1f1;
  box-shadow: 0px 50px 150px 0px #f1f1f1;
}

.clients-carsouel.shad.up {
  position: relative;
  top: -60px;
  z-index: 5;
}

[data-overlay-dark] .item .img img {
  max-width: 100px;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.portfolio {
  position: relative;
}

.portfolio .filtering .filter {
  padding: 11px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
}

.portfolio .filtering span {
  font-weight: 500;
  font-size: 13px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  opacity: .7;
}

.portfolio .filtering span.active {
  opacity: 1;
}

.portfolio .wild-padding {
  padding: 0 60px !important;
}

.portfolio .gallery .items {
  padding: 0 30px;
  margin: 50px 0 0;
}

.portfolio .gallery .items.md-getter {
  padding: 0 15px;
  margin: 50px 0 0;
}

.portfolio .gallery .items.sm-getter {
  padding: 0 5px;
  margin: 50px 0 0;
}

.portfolio .gallery .items.shadw {
  padding: 0 15px;
}

.portfolio .gallery .items.shadw .item {
  text-align: center;
}

.portfolio .gallery .items.shadw .item .cont span {
  color: inherit;
}

.portfolio .gallery .items.sm-marg {
  padding: 0 15px;
  margin-top: 30px;
}

.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.portfolio .gallery .items .item-img.overlay-cont:hover {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.portfolio .gallery .items .item-img.overlay-cont:hover .cont {
  opacity: 1;
  visibility: visible;
}

.portfolio .gallery .items .item-img.overlay-cont:hover .cont h6,
.portfolio .gallery .items .item-img.overlay-cont:hover .cont p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio .gallery .items .item-img.overlay-cont img {
  border-radius: 0;
}

.portfolio .gallery .items .item-img.overlay-cont .cont {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio .gallery .items .item-img.overlay-cont .cont > div {
  width: 100%;
}

.portfolio .gallery .items .item-img.overlay-cont .cont p {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.portfolio .gallery .items .item-img.overlay-cont .cont h6 {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.portfolio .gallery .items .item-img.colorful-cont:hover {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.portfolio .gallery .items .item-img.colorful-cont:hover .cont {
  opacity: 1;
  visibility: visible;
}

.portfolio .gallery .items .item-img.colorful-cont:hover .cont h6,
.portfolio .gallery .items .item-img.colorful-cont:hover .cont p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio .gallery .items .item-img.colorful-cont img {
  border-radius: 0;
}

.portfolio .gallery .items .item-img.colorful-cont .cont {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 2;
}

.portfolio .gallery .items .item-img.colorful-cont .cont .bg-gr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .8;
}

.portfolio .gallery .items .item-img.colorful-cont .cont .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
}

.portfolio .gallery .items .item-img.colorful-cont .cont > div {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.portfolio .gallery .items .item-img.colorful-cont .cont p {
  color: #ddd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.portfolio .gallery .items .item-img.colorful-cont .cont h6 {
  font-size: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.portfolio .gallery .items .item-img > a {
  display: block;
}

.portfolio .gallery .items .item-img:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}

.portfolio .gallery .items .item-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.portfolio .gallery .items .item-img:hover .item-img-overlay {
  opacity: .9;
  visibility: visible;
}

.portfolio .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 5px;
}

.portfolio .gallery .items .item-img .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio .gallery .items .item-img .item-img-overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.portfolio .gallery .items .item-img .img-switch.front {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio .gallery .items .item-img .img-switch.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio .gallery .items .item-img.switch:hover {
  -webkit-clip-path: none;
  clip-path: none;
}

.portfolio .gallery .items .item-img.switch:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio .gallery .items .item-img.switch:hover .img-switch.front {
  opacity: 0;
}

.portfolio .gallery .items .item-img.switch:hover .img-switch.back {
  opacity: 1;
}

.portfolio .gallery .items .cont {
  margin-top: 30px;
}

.portfolio .gallery .items .cont h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.portfolio .gallery .items .cont span {
  color: #999;
  font-weight: 500;
  font-size: 13px;
}

.portfolio .gallery .items .cont span a {
  margin-right: 10px;
}

.portfolio .gallery .items .item {
  position: relative;
}

.portfolio .gallery .items .item .item-img img {
  border-radius: 2px;
}

.portfolio .gallery .items .item .cont {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  border-radius: 5px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #fff;
}

.portfolio .gallery .items .item:hover .cont {
  opacity: 1;
}

.work-carsouel .work-crsol {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.work-carsouel .swiper-notification {
  display: none;
}

.work-carsouel .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 480px;
}

.work-carsouel .swiper-slide figure {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.work-carsouel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-carsouel .swiper-slide {
  width: 55%;
}

.work-carsouel .swiper-slide:nth-child(2n) {
  width: 30%;
}

.work-carsouel .swiper-slide:nth-child(3n) {
  width: 40%;
}

.work-carsouel .item {
  position: relative;
  width: 100%;
  height: 100%;
}

.work-carsouel .item:hover .box-light {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work-carsouel .item .box-light {
  padding: 20px 30px;
  border-radius: 8px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carsouel .item .box-light .tags {
  font-size: 15px;
  opacity: .8;
  margin-bottom: 5px;
}

.work-carsouel .item .box-light h6 {
  font-size: 17px;
  font-weight: 600;
}

.work-carsouel .item .box-light .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  opacity: .7;
}

.work-carsouel.crv .swiper-slide {
  width: 50% !important;
  position: relative;
  height: 400px;
}

.work-carsouel.crv .swiper-slide figure {
  height: 400px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.work-carsouel.crv .swiper-slide figure a {
  width: 100%;
  height: 100%;
}

.work-carsouel.crv .swiper-slide .cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.05)), to(rgba(31, 35, 44, 0.77)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(31, 35, 44, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(31, 35, 44, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0, rgba(31, 35, 44, 0.77) 100%);
  z-index: 1;
}

.work-carsouel.crv .swiper-slide .cont .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}

.work-carsouel.crv .swiper-pagination-fraction {
  bottom: 30px;
  left: 65%;
  width: auto;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.work-carsouel.crv .swiper-pagination-fraction .swiper-pagination-total {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.work-carsouel.crv .swiper-pagination-fraction .swiper-pagination-total:before {
  content: '/';
  position: absolute;
  left: -5px;
  top: 0;
}

.portfolio-simp-crus .item .img {
  border-radius: 7px;
  overflow: hidden;
  height: 360px;
}

.portfolio-simp-crus .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.portfolio-simp-crus .item .info .tag {
  margin-top: 5px;
  opacity: .9;
}

.crv-img .swiper-slide {
  min-height: 500px;
}

.crv-img .swiper-slide .cont {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
}

.crv-img .swiper-slide .cont span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.crv-img .swiper-slide .cont h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.work-crsol-clum .item {
  position: relative;
}

.work-crsol-clum .item .img {
  height: 420px;
}

.work-crsol-clum .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-wrapper {
  min-height: 80vh;
}

.video-wrapper .vid {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.nex-prv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nex-prv .nxt,
.nex-prv .prv {
  width: 50%;
  padding: 0 2px;
}

.nex-prv .nxt .img,
.nex-prv .prv .img {
  padding: 30px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
  color: #fff;
}

.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
  opacity: 0;
}

.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
  position: relative;
  z-index: 4;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start blocks ] ====================== */
.sec-half:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #3b3f82;
  z-index: 3;
}

.sec-half.botm-gray:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #fff0ef;
}

.sec-half .bg-img {
  position: absolute;
  top: 120px;
  left: 0;
  width: 80%;
  bottom: 120px;
}

.sec-half .content {
  color: #fff;
  position: relative;
  padding: 80px 0;
  z-index: 5;
}

.sec-half .content p {
  color: #fff;
  opacity: .7;
}

.bluk {
  border-radius: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.bluk .img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

.block-img .img {
  position: relative;
}

.block-img .img .mg-1, .block-img .img .mg-2, .block-img .img .mg-3 {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.block-img .img .mg-2, .block-img .img .mg-3 {
  position: absolute;
}

.block-img .img .mg-2 {
  left: -30px;
  bottom: -30px;
  width: 60%;
}

.block-img .img .mg-3 {
  top: -50px;
  right: 50px;
  width: 150px;
}

.block-img .shad li {
  position: relative;
}

.block-img .shad li:nth-child(even) {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.block-img .shad li .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.block-img .shad li .arow {
  position: absolute;
  top: calc(100% + 30px);
  left: 5px;
  width: 30px;
  opacity: .3;
}

.block-img .shad li .arow.revs {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: auto;
  right: 5px;
}

.clients-rate-img .imgs .img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  left: -20px;
  overflow: hidden;
}

.clients-rate-img .imgs .img:first-of-type {
  left: 0;
}

.clients-rate-img .imgs .img:last-of-type {
  left: -40px;
}

.clients-rate-img .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.clients-rate-img .rate-star {
  color: #eeb212;
}

.wave-1 {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
}

.wave-1.top {
  top: -5px;
}

.wave-1.bottom {
  bottom: -5px;
}

.shape-out {
  position: absolute;
  width: 50vw;
  height: 100vh;
  top: -60vh;
  z-index: -1;
}

.shape-out.left {
  left: -10%;
}

.shape-out.huge-shape {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sticky-bar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.sticky-bar.active {
  opacity: 1;
  visibility: visible;
}

.sticky-bar .left-bar {
  position: fixed;
  left: 30px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 999;
}

.sticky-bar .left-bar .contact-butn {
  padding: 12px 25px;
  background: #fff;
  border-bottom: 4px solid #eee;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  font-size: 11px;
  font-weight: 600;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
}

.sticky-bar .right-bar {
  position: fixed;
  right: 30px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 999;
  mix-blend-mode: difference;
}

.sticky-bar .right-bar .progress-container {
  background-color: #eee;
  height: 80px;
  width: 1px;
}

.sticky-bar .right-bar .progress-bar-vr {
  background-color: #444;
  height: 0%;
  width: 1px;
  position: relative;
}

.sticky-bar .right-bar .progress-bar-vr:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
  position: absolute;
  bottom: -1px;
  left: -3px;
}

.sticky-bar .right-bar .social-text {
  -webkit-transform: translateX(50%) rotate(-90deg);
  -ms-transform: translateX(50%) rotate(-90deg);
  transform: translateX(50%) rotate(-90deg);
  
  font-weight: 700;
  color: #3c4189;
   
}

.sticky-bar .right-bar .social-text .text {
  position: relative;
  margin-right: 50px;
}

.sticky-bar .right-bar .social-text .text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
  border-top: 2px solid #ccc;
}

.sticky-bar .right-bar .social-text a {
  margin: 0 7px;
}

.fixed-search .search-area {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
}

.fixed-search .search-area.search-on .search-icon {
  left: 400px;
}

.fixed-search .search-area.search-on .search-form {
  left: 0;
}

.fixed-search .search-area.search-on .search-form form input {
  width: 400px;
}

.fixed-search .search-area .search-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #eee;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixed-search .search-area .search-icon.active .serch-icon {
  opacity: 0;
}

.fixed-search .search-area .search-icon.active .close-icon {
  opacity: 1;
}

.fixed-search .search-area .search-icon .serch-icon {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixed-search .search-area .search-icon .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixed-search .search-area .search-form {
  position: relative;
  bottom: -5px;
  left: -200px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixed-search .search-area .search-form form .form-group {
  position: relative;
}

.fixed-search .search-area .search-form form input {
  font-size: 13px;
  padding: 5px 60px 5px 25px;
  height: 50px;
  line-height: 50px;
  background: #eee;
  border-radius: 30px;
  width: 0px;
  border: 0;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

.fixed-search .search-area .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #181818;
  border: 1px solid #181818;
  color: #fff;
}

.curve-buttom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
}

.curve-buttom svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.curve-top {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 99;
}

.curve-top svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* ====================== [ End blocks ] ====================== */
/* ====================== [ Start services ] ====================== */
.process-img .steps-vr {
  position: relative;
}

.process-img .steps-vr:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 30px;
  border-right: 1px solid #f1f1f1;
  height: 75%;
  z-index: -1;
}

.process-img .steps-vr .numb {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #f8fbff;
  position: relative;
}

.process-img .steps-vr .numb span {
  position: relative;
  z-index: 2;
}

.process-img .steps-vr .numb .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.process-img .steps-vr .numb:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: transparent;
}

.process-img .steps-vr .numb:hover .cover {
  opacity: 1;
}

.process-img .out-box {
  position: relative;
  margin-right: -25vw;
}

.process-simp .container {
  position: relative;
  z-index: 2;
}

.process-simp .container:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 23%;
  width: 54%;
  border-bottom: 1px solid #eee;
  z-index: -1;
}

.process-simp .item {
  padding: 0 30px;
  text-align: center;
}

.process-simp .item .step {
  position: relative;
  display: inline-block;
}

.process-simp .item .step .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #5843bc;
  background: #FFF;
  border-radius: 50%;
  font-size: 30px;
}

.process-simp .item .step .numb {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #5843bc;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  color: #fff;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 3;
}

.process-simp .item .step .numb:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: #5843bc;
  opacity: .3;
  z-index: -1;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start Pricing ] ====================== */
.price .item {
  padding: 40px;
  border: 1px solid rgba(6, 14, 98, 0.05);
}

.price .item.active {
  background: #fff;
  -webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.04);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.04);
  border: 0;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.price .item .type h6 {
  width: 100%;
  text-align: center;
}

.price .item .amount {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(6, 14, 98, 0.05);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price .item .amount h3 {
  font-size: 50px;
}

.price .item .amount h3 span {
  font-size: 20px;
}

.price .item .amount .icon {
  margin-left: auto;
}

.price .item .offer {
  padding: 40px 0;
  border-bottom: 1px solid rgba(6, 14, 98, 0.05);
}

.price .item .offer .text {
  margin-bottom: 30px;
}

.price .item .offer .text p {
  font-size: 14px;
}

.price .item .offer ul li {
  margin-bottom: 20px;
}

.price .item .offer ul li:last-of-type {
  margin-bottom: 0;
}

.price .item .offer ul li .icon {
  opacity: .7;
  margin-right: 15px;
  font-size: 22px;
}

.price .item .order {
  padding-top: 40px;
}

.pricing-shad .item {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pricing-shad .item .amount {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.pricing-shad .item .amount .type {
  font-weight: 500;
}

.pricing-shad .item .amount h3 {
  font-size: 50px;
  margin-top: 15px;
}

.pricing-shad .item .amount h3 span,
.pricing-shad .item .amount h3 em {
  font-size: 18px;
  font-weight: 400;
  margin: 0 5px;
}

.pricing-shad .item .offer {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.pricing-shad .item .offer ul {
  text-align: left;
}

.pricing-shad .item .offer ul li {
  margin: 30px auto;
}

.pricing-shad .item .offer ul li .icon {
  margin-right: 10px;
}

.pricing-shad .item .order {
  margin-top: 50px;
}

.price-dark {
  position: relative;
}

.price-dark .item {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-bottom: 60px;
  color: #fff;
}

.price-dark .item .round-head h6 span {
  background: rgba(255, 255, 255, 0.03);
  opacity: 1;
  border-radius: 0;
}

.price-dark .item .content {
  padding: 0 60px;
}

.price-dark .item .content .amount {
  padding: 0;
  border: 0;
}

.price-dark .item .offer .dis {
  opacity: .3;
}

.price-dark .item .order a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  line-height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.price-dark .item .order a:hover {
  background: #fff;
  color: #23262d;
}

.price-dark .item .order a:hover span {
  color: #23262d;
}

/* ====================== [ End Pricing ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-circle .skill {
  position: relative;
}

.skills-circle .skill span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50px) translateY(-50px);
  -ms-transform: translateX(-50px) translateY(-50px);
  transform: translateX(-50px) translateY(-50px);
  font-size: 20px;
  font-weight: 300;
}

.skills-circle .cont {
  padding-top: 25px;
  padding-left: 25px;
}

.skills-circle .cont span {
  font-size: 12px;
  font-weight: 300;
  opacity: .9;
  margin-bottom: 10px;
}

.skills-circle .cont h6 {
  font-size: 15px;
  font-weight: 500;
}

.skills-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-box .flex h2 {
  white-space: nowrap;
  margin-right: 50px;
}

.skills-box .skill-item {
  margin-bottom: 70px;
}

.skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}

.skills-box h6 {
  font-size: 15px;
  margin-bottom: 15px;
}

.skills-box .skill-progress {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 5px;
}

.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.thin-skill .skill-progress {
  height: 7px;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 5px;
}

.thin-skill .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.thin-skill .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  top: -30px;
  right: 0;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.list.bord-left {
  padding-left: 20px;
  border-left: 4px solid #eee;
  border-radius: 5px 0 0 5px;
}

.list.shad .box {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.check-list li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

.vid-bg {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}

.vid-bg:before {
  background: #2e093b;
}

.vid-bg .play-button {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  z-index: 2;
}

.vid-bg .btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  line-height: 85px;
  height: 98px;
  width: 98px;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: inline-block;
}

.vid-bg .btn:hover {
  color: #fff;
}

.vid-bg .text {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.vid-bg .btn svg {
  position: absolute;
  left: 0;
  top: 0;
}

.vid-bg .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}

.vid-bg .btn:hover .circle {
  stroke-dashoffset: 0;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team-shape .item .img {
  position: relative;
  overflow: hidden;
}

.team-shape .item .img:hover .cont {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-shape .item .img .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  -webkit-transform: translateY(140%);
  -ms-transform: translateY(140%);
  transform: translateY(140%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.team-shape .item .img .cont .shape {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  bottom: -50px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}

.team.out .item {
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.team.out .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 0;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(bottom, #fff, transparent);
  background: -o-linear-gradient(bottom, #fff, transparent);
  background: linear-gradient(to top, #fff, transparent);
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.team.out .item .img {
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
}

.team.out .item .cont {
  padding: 30px 30px 30px 70px;
}

.team .item {
  position: relative;
}

.team .item .img {
  width: calc(100% - 40px);
  border-radius: 10px;
  overflow: hidden;
}

.team .item .cont {
  padding: 30px 20px 20px 50px;
}

.team .item .cont h6 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.team .item .cont span {
  font-size: 13px;
}

.team .item:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 20px 20px 50px 0px rgba(45, 22, 84, 0.08);
  box-shadow: 20px 20px 50px 0px rgba(45, 22, 84, 0.08);
  background: #fafafa;
  z-index: -1;
}

.team .item.no-shad:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team .item.one:after {
  background: #fff0ef;
}

.team .item.two:after {
  background: #efffff;
}

.team .item.three:after {
  background: #fffdef;
}

.team .item.four:after {
  background: #efffef;
}

.team-clas .img {
  position: relative;
  overflow: hidden;
}

.team-clas .img:hover .social {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-clas .img .social {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-clas .img .social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 13px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-clas .img .social a:hover {
  background: #181b31;
  color: #fff;
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonials .to-up {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.testimonials .to-down {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.testimonials .controls {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background: rgba(122, 126, 149, 0.95);
  background: -webkit-linear-gradient(130deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  background: -o-linear-gradient(130deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  background: linear-gradient(-40deg, rgba(122, 126, 149, 0.95) 0%, rgba(204, 209, 219, 0.95) 100%);
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 3;
}

.testimonials .controls .swiper-button-next.next-ctrl, .testimonials .controls .swiper-button-prev.prev-ctrl {
  position: absolute;
  left: calc(50% - 15px);
  right: auto;
  color: #fff;
  z-index: 4;
  cursor: pointer;
  font-size: 28px;
  width: 30px;
  height: 30px;
}

.testimonials .controls .swiper-button-next.next-ctrl:after, .testimonials .controls .swiper-button-prev.prev-ctrl:after {
  display: none;
}

.testimonials .controls .swiper-button-next.next-ctrl {
  top: 22px;
  bottom: auto;
}

.testimonials .controls .swiper-button-prev.prev-ctrl {
  bottom: 0px;
  top: auto;
}

.testimonials .controls .swiper-pagination-fraction {
  position: static;
}

.testimonials .controls .swiper-pagination-fraction span {
  margin: 0 7px;
  font-weight: 600;
  color: #fff;
}

.testimonials .controls .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
}

.testimonials .controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  right: -11px;
  top: 0;
  font-size: 10px;
  color: #fff;
}

.testimonials .swiper-img .item {
  height: 550px;
}

.testimonials .swiper-img .item img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials .content {
  padding: 30px 120px;
}

.testimonials .content .quote-icon {
  width: 70px;
  margin: 0 auto 50px;
}

.testimonials .content p {
  font-weight: 400;
  font-size: 18px;
}

.testimonials .content h6 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 50px;
  position: relative;
}

.testimonials .content h6:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  width: 10px;
  height: 1px;
  background: #333;
}

.testimonials .bg-gray {
  background: -webkit-linear-gradient(315deg, #f7f7f7 0%, #fff 100%);
  background: -o-linear-gradient(315deg, #f7f7f7 0%, #fff 100%);
  background: linear-gradient(135deg, #f7f7f7 0%, #fff 100%);
}

.testimonials.corp .container {
  position: relative;
  min-height: 70vh;
}

.testimonials.corp .bg-img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials.corp .bg-img .play-button {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}

.testimonials.corp .bg-img .btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  line-height: 85px;
  height: 98px;
  width: 98px;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: inline-block;
}

.testimonials.corp .bg-img .btn:hover {
  color: #fff;
}

.testimonials.corp .bg-img .text {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials.corp .bg-img .btn svg {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials.corp .bg-img .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}

.testimonials.corp .bg-img .btn:hover .circle {
  stroke-dashoffset: 0;
}

.testimonials.corp .box-testim {
  background: #1F242E;
  color: #fff;
  position: relative;
  top: -80px;
  left: -80px;
  z-index: 3;
}

.testimonials.corp .box-testim .cont {
  padding: 100px 60px;
}

.testimonials.corp .box-testim .cont .quote-icon {
  width: 60px;
  margin-bottom: 50px;
}

.testimonials.corp .box-testim .cont .info .author-img {
  padding-right: 30px;
}

.testimonials.corp .box-testim .cont .info .author-img .circle {
  width: 70px;
  height: 70px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.07);
  box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.07);
}

.testimonials.corp .box-testim .cont .info .author-img .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.land-sass .item .info .cont {
  padding-left: 20px;
}

.testim-clasic .item .icon-img {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #17be74;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testim-clasic .item .icon-img img {
  width: 20px;
}

.testim-clasic .item .text {
  padding: 0 50px;
}

.testim-modrn .item .icon-img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3b3f82;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testim-modrn .item .icon-img img {
  width: 15px;
}

.testim-modrn2 .controls .swiper-nav-ctrl {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  position: static;
  margin: 0;
}

.testim-modrn2 .controls .swiper-nav-ctrl:after {
  display: none;
}

.testim-modrn2 .item {
  padding-left: 10px;
}

.testim-modrn2 .author-img {
  position: relative;
  width: 90px;
  height: 120px;
  border-radius: 50px;
  z-index: 2;
}

.testim-modrn2 .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50px;
}

.testim-modrn2 .author-img:after {
  content: '';
  height: 130px;
  width: 100px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 70px;
  z-index: -1;
}

.testim-modrn2 .cont {
  padding-left: 50px;
}

.testim-modrn2 .cont .icon-img {
  width: 40px;
  margin-bottom: 20px;
}

.testim-modrn2 .cont .info span {
  margin-left: 30px;
}

.testim-modrn02 .author-img {
  width: auto;
  height: auto;
  position: relative;
}

.testim-modrn02 .author-img img {
  width: 100%;
  height: auto;
  border-radius: 130px;
}

.testim-modrn02 .author-img:after {
  display: none;
}

.testim-modrn02 .author-img .icon-img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #267294;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.testim-modrn02 .author-img .icon-img img {
  width: 25px;
}

.testim-modrn02 .controls .swiper-nav-ctrl {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  position: static;
  margin: 0;
  background: #fff;
  color: inherit;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.03);
}

.testim-modrn02 .controls .swiper-nav-ctrl:after {
  display: none;
}

.testim-modrn02 .controls .swiper-nav-ctrl:hover {
  background: #1c2b4f;
  color: #fff;
}

.testim-modrn02 .head-bg {
  position: absolute;
  bottom: -6%;
  right: 100px;
  width: auto;
}

.testim-modrn02 .head-bg h2 {
  font-size: 5vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.testim-simp-crus .item {
  padding: 50px;
  background-image: url(../img/testimonials/dots.svg);
  background-repeat: repeat;
}

.testim-simp-crus .item .img {
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.95);
  box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.95);
}

.testim-simp-crus .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.testim-box-shape {
  position: relative;
  -webkit-box-shadow: 0px 0px 70px rgba(122, 126, 149, 0.15);
  box-shadow: 0px 0px 70px rgba(122, 126, 149, 0.15);
  overflow: hidden;
}

.testim-box-shape .back-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testim-box-shape .item {
  padding: 80px 80px 80px 120px;
}

.testim-box-shape .item .qoute-icon {
  font-size: 90px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
  background: -o-linear-gradient(top, #eee 0%, #fff 100%);
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testim-box-shape .item p {
  font-size: 22px;
}

.testim-box-shape .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testim-box-shape .item .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.75);
  box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.75);
  margin-right: 20px;
}

.testim-box-shape .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.testim-box-shape .item .info {
  margin-top: 10px;
}

.testim-grid .swiper-slide {
  opacity: .8;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testim-grid .swiper-slide-active,
.testim-grid .swiper-slide-prev,
.testim-grid .swiper-slide-next {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testim-grid .swiper-slide-active .item {
  border-color: #fc6816;
}

.testim-grid .item {
  padding: 40px 30px;
  border: 1px solid rgba(252, 104, 22, 0.1);
}

.testim-grid .item .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials.slider-thumbs .gallery-thumbs {
  max-width: 260px;
  margin-top: 80px;
  position: relative;
  margin-bottom: -25px;
}

.testimonials.slider-thumbs .gallery-thumbs .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.testimonials.slider-thumbs .gallery-thumbs .img .circle {
  width: 90px;
  height: 90px;
  border: 4px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.testimonials.slider-thumbs .gallery-thumbs .img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}

.testimonials.slider-thumbs .gallery-thumbs .swiper-slide-active .img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.testimonials.slider-thumbs .controls-rf .ctrl-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
}

.testimonials.slider-thumbs .controls-rf .ctrl-circle:after {
  display: none;
}

.simg-testim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.simg-testim div {
  position: absolute;
  border: 2px solid #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.95);
  box-shadow: 10px 10px 30px rgba(204, 209, 219, 0.95);
  line-height: 1;
}

.simg-testim div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.simg-testim .img1 {
  top: 0;
  left: 50px;
}

.simg-testim .img2 {
  top: 50%;
  left: 0;
}

.simg-testim .img3 {
  left: 80px;
  bottom: -30px;
}

.simg-testim .img4 {
  top: 0;
  right: 50px;
}

.simg-testim .img5 {
  top: 45%;
  right: 0;
}

.simg-testim .img6 {
  right: 80px;
  bottom: 0;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog-gr .item {
  position: relative;
  padding: 60px;
  overflow: hidden;
}

.blog-gr .item:hover .cont p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.blog-gr .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-gr .item.blue:after {
  background: -webkit-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background: -o-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
  background: linear-gradient(120deg, #b69be5 0%, #7554d2 100%);
}

.blog-gr .item.orange:after {
  background: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
}

.blog-gr .item.gray:after {
  background: -webkit-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background: -o-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
  background: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%);
}

.blog-gr .item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-gr .item .cont {
  color: #fff;
  position: relative;
  z-index: 2;
}

.blog-gr .item .cont .tag {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-radius: 30px;
  background: rgba(205, 205, 205, 0.25);
}

.blog-gr .item .cont p {
  color: #eee;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.blog-box .item {
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.blog-box .item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-box .item .bg-img:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#10121d), to(rgba(16, 18, 29, 0.4)));
  background: -webkit-linear-gradient(bottom, #10121d, rgba(16, 18, 29, 0.4));
  background: -o-linear-gradient(bottom, #10121d, rgba(16, 18, 29, 0.4));
  background: linear-gradient(to top, #10121d, rgba(16, 18, 29, 0.4));
}

.blog-box .item .cont {
  color: #fff;
}

.blog-box .item .cont .tags {
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  color: #111;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 100px;
}

.blog-box .item .cont .date {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
}

.blog-box .item .cont .title h5 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.blog-box .item .cont .more {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-box .item .cont .more a {
  position: relative;
  font-weight: 500;
}

.blog-box .item .cont .more a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.blog-grid .item.box-light {
  padding: 15px;
  background: #fff;
}

.blog-grid .item.box-shadow {
  background: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(71, 67, 97, 0.09);
  box-shadow: 0 20px 40px rgba(71, 67, 97, 0.09);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 35px;
}

.blog-grid .item.bord-light {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.blog-grid .item.crv {
  position: relative;
}

.blog-grid .item.crv .img {
  padding-left: 50px;
}

.blog-grid .item.crv .img .tags {
  top: auto;
  bottom: 0;
  right: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.blog-grid .item.crv .img .tags a {
  padding: 7px 10px;
}

.blog-grid .item.crv .img .tags .gat {
  background-color: #f7f7f7;
}

.blog-grid .item.crv .info {
  position: absolute;
  top: 10px;
  left: -55px;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
}

.blog-grid .item.crv .cont {
  padding-left: 50px;
}

.blog-grid .item.clean .img {
  -webkit-box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
}

.blog-grid .item.clean .cont {
  padding: 40px 0;
}

.blog-grid .item .img {
  position: relative;
  overflow: hidden;
}

.blog-grid .item .img .tags {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 100px;
}

.blog-grid .item .cont {
  padding: 40px 30px;
}

.blog-grid .item .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.blog-grid .item .cont .author,
.blog-grid .item .cont .date,
.blog-grid .item .cont .tags {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  font-weight: 500;
}

.blog-grid .item .cont .date {
  margin: 0;
  letter-spacing: normal;
  font-weight: 400;
  opacity: .7;
}

.blog-grid .item .cont .title h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.blog .side-img {
  overflow: hidden;
}

.blog .side-img.box-shadow {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(71, 67, 97, 0.09);
  box-shadow: 0px 20px 40px rgba(71, 67, 97, 0.09);
}

.blog .side-img.stwo .img {
  position: relative;
}

.blog .side-img.stwo .img .gat {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 8px 20px;
  border-radius: 5px 0 5px 0;
  font-size: 12px;
}

.blog .side-img.stwo .cont {
  padding: 40px 20px;
}

.blog .side-img .img {
  min-height: 350px;
  height: 100%;
}

.blog .side-img .cont {
  padding: 50px;
}

.blog .side-img .cont .info {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.blog .side-img .cont .info .gat {
  padding: 7px 12px;
  border: 1px solid #eee;
  font-size: 13px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog .side-img .cont .info .gat:hover {
  background: #10121d;
  border-color: transparent;
  color: #fff;
}

.blog .cont .date {
  min-width: 100px;
}

.main-post .item {
  border-bottom: 1px dashed #d0d2e0;
}

.main-post .main-img {
  -webkit-box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  overflow: hidden;
}

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid #eee;
}

.main-post .post-qoute h6 {
  position: relative;
}

.main-post .post-qoute h6:before {
  content: '“';
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}

.main-post .iner-img {
  height: 400px;
}

.main-post .iner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: .7;
  padding-left: 15px;
  position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-post .order-list li {
  padding-left: 0;
}

.main-post .order-list li:before {
  display: none;
}

.main-post .order-list li span {
  font-size: 13px;
}

.main-post .info-area {
  border-bottom: 1px solid #eee;
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: #f7f7fe;
  border-radius: 30px;
  margin-right: 5px;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: #10121d;
  color: #fff;
}

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post .author-area .author-img .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eee;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-post .next-prv-post .thumb-post:before {
  content: '';
  background: #10121d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-post .next-prv-post .thumb-post:hover h6 {
  color: #fff;
}

.main-post .next-prv-post .thumb-post:hover:before {
  opacity: .7;
}

.main-post .next-prv-post .thumb-post:hover:after {
  opacity: 0;
}

.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
  margin-left: 15px;
}

.comments-post .item-box {
  padding: 30px 0;
}

.comments-post .item-box.replayed {
  margin-left: 30px;
}

.comments-post .item-box.next-step {
  margin-left: 50px;
  background: #f7f7f7;
  padding: 30px;
}

.comments-post .item-box .replay-post a {
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comments-post .item-box .replay-post a:hover {
  background: #10121d;
  color: #fff;
}

.comments-from form input,
.comments-from form textarea {
  padding: 15px;
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
}

.comments-from form button {
  border: 0;
  margin: auto;
  text-align: center;
}

.side-bar .search-box {
  position: relative;
}

.side-bar .search-box input {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  background: transparent;
}

.side-bar .search-box .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-bar .widget {
  padding: 50px 30px;
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #000;
}

.side-bar .widget .title-widget {
  margin-bottom: 25px;
  color: #fff;
}

.side-bar .widget.catogry li {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  font-size: 14px;
  margin-bottom: 15px;
}

.side-bar .widget.catogry li:last-of-type {
  margin-bottom: 0;
}

.side-bar .widget.last-post-thum .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.side-bar .widget.last-post-thum .item:last-of-type {
  margin-bottom: 0;
}

.side-bar .widget.last-post-thum .item .img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}

.side-bar .widget.last-post-thum .item .img a {
  width: 100%;
  height: 100%;
}

.side-bar .widget.last-post-thum .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-bar .widget.last-post-thum .item .cont {
  padding-left: 15px;
  color: #fff;
}

.side-bar .widget.last-post-thum .item .cont h6 {
  font-size: 16px;
}

.side-bar .widget.last-post-thum .item .cont span {
  font-size: 13px;
  opacity: .8;
  margin-top: 10px;
}

.side-bar .widget.tags a {
  padding: 8px 15px;
  border-radius: 5px;
  background: #f7f8fa;
  font-size: 13px;
  margin: 2px 0;
}

.side-bar .widget.gallry li {
  margin: 5px;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
  position: relative;
  border-top: 1px solid #eee;
}

.call-action .cont h2 {
  font-size: 5em;
  line-height: 1;
}

.call-action .cont h2 span {
  position: relative;
  margin-right: 10px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.call-action .cont h2 span.color-font:after {
  background: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
  background: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
}

.call-action .cont h2 span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e5e5e5;
}

.call-action .cont p {
  font-size: 20px;
  color: #333;
}

.call-action-banner {
  padding-left: 50px;
  padding-right: 50px;
}

.call-action-banner.light-blur {
  position: relative;
  padding: 120px 80px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.08);
  z-index: 3;
}

.call-action-banner .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.call-action-banner .cirle1 {
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: -2;
  opacity: .2;
}

.call-action-banner .cirle2 {
  position: absolute;
  top: -10px;
  right: -30px;
  z-index: -2;
  opacity: .2;
}

.call-action-banner .cirle3 {
  position: absolute;
  bottom: -30px;
  left: 70px;
  z-index: -2;
  opacity: .2;
}

.clasic-action h2 span {
  padding: 10px 30px;
  margin: 5px auto;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.form-subscribe .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-light {
  padding: 20px 25px;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
.numbers .container {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.numbers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.numbers .item .numb {
  color: #8e8e99;
  padding-right: 30px;
}

.numbers .item .numb h3 {
  font-size: 50px;
  line-height: 1;
}

.numbers .item .numb h3 i {
  font-size: 20px;
  font-style: italic;
}

.stauts-out {
  position: relative;
  margin-left: -150px;
}

.states .container {
  height: 70vh;
}

.states ul {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.states ul li {
  min-width: 350px;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 30px;
}

.states ul li h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}

.states ul .sd-color {
  background: #17be74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.states ul .sd-color .numb {
  margin-right: 30px;
  font-size: 40px;
  font-weight: 600;
}

.states ul .blur {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.states ul .blur .icon {
  margin-left: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}

.stauts-boxs li {
  display: inline-block;
  width: 48%;
  padding: 40px 30px;
  margin: 2px 0;
  text-align: center;
  position: relative;
}

.stauts-boxs li:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #E9EEF4;
  position: absolute;
  z-index: -1;
  opacity: .4;
}

.stauts-boxs li:first-of-type {
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.stauts-boxs li:nth-child(2) {
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.stauts-boxs li:nth-child(3) {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

.stauts-boxs li:last-of-type {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}

.stauts-boxs li h6 {
  font-size: 17px;
  font-weight: 500 !important;
  margin-top: 10px;
}

.crv-status {
  position: relative;
  width: 520px;
  height: 520px;
  margin: auto;
}

.crv-status:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .9;
  z-index: -1;
}

.crv-status .st-one:after,
.crv-status .st-two:after,
.crv-status .st-three:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  z-index: -1;
}

.crv-status .st-one {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffdbdb;
  position: relative;
}

.crv-status .st-one:after {
  border-color: #ffdbdb;
}

.crv-status .st-two {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #dbdeff;
  position: absolute;
  right: 0;
  top: 100px;
}

.crv-status .st-two:after {
  border-color: #dbdeff;
}

.crv-status .st-three {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #dbffeb;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.crv-status .st-three:after {
  border-color: #dbffeb;
}

.box-shadw {
  padding: 30px 50px;
  background: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
}

/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start accordion ] ====================== */
.accordion.bord .title {
  border-bottom: 1px solid #eee;
  padding-left: 0;
}

.accordion.bord .title:after {
  left: auto;
  right: 20px;
}

.accordion.bord .title .ico {
  left: auto;
  right: 25px;
}

.accordion.bord .accordion-info {
  padding: 0;
  margin-top: 15px;
}

.accordion.shadwo .item .title {
  padding: 17px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

.accordion.shadwo .item .title .ico {
  left: auto;
  right: 25px;
}

.accordion.shadwo .item .accordion-info {
  margin-top: 20px;
}

.accordion.shadwo .item.active .title {
  background: #f6f6ff;
  border-color: transparent;
}

.accordion.box-shad .title {
  padding: 30px 30px 20px;
  border-radius: 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.accordion.box-shad .accordion-info {
  margin: 0;
  padding: 0px 25px 30px;
  border-left: 0 !important;
}

.accordion.box-shad .item {
  margin-bottom: 0;
}

.accordion.box-shad .item.active {
  background: rgba(150, 150, 150, 0.1);
}

.accordion.box-shad .item.active .title {
  border-color: transparent;
  background: transparent;
}

.accordion .item {
  margin-bottom: 30px;
}

.accordion .title {
  padding: 15px 30px 15px 50px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.accordion .title .ico {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
}

.accordion .accordion-info {
  display: none;
  padding: 0px 30px;
  margin-top: 30px;
  border-left: 1px dotted rgba(255, 255, 255, 0.1);
}

.accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}

.accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}

.accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}

.accordion .accordion-info .spac ul {
  padding-left: 30px;
}

.accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}

.accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}

.accordion .active {
  display: block;
}

.accordion .active .title {
  background: rgba(255, 255, 255, 0.03);
}

.accordion .active .title .ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
}

.bg-dark .accordion .title .ico,
[data-overlay-dark] .accordion .title .ico {
  background: #fff;
}

.bg-dark .accordion .title .ico:after,
[data-overlay-dark] .accordion .title .ico:after {
  background: #fff;
}

/* ====================== [ End accordion ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-crv .box-shadow {
  padding: 80px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(60, 63, 130, 0.07);
  box-shadow: 0px 20px 40px rgba(60, 63, 130, 0.07);
  position: relative;
  margin-top: -80px;
}

.contact-crv form input,
.contact-crv form textarea {
  padding: 15px 20px;
  background: rgba(60, 63, 130, 0.04);
  border: 0;
  border-bottom: 1px solid rgba(60, 63, 130, 0.07);
  width: 100%;
}

.contact-crv form textarea {
  height: 100%;
}

.contact-crv form .sam-height {
  height: 100%;
}

.contact-crv form button {
  padding: 15px 40px;
  min-width: 180px;
  text-align: center;
  border-radius: 30px;

  background: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.contact-crv form button:hover {
  background: transparent;
  color: #3b3f82;
}

.contact-crv .google-maps {
  height: 450px;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-crv .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.contact .form .form-group input,
.contact .form .form-group textarea {
  padding: 15px 30px;
  background: #fbfbfb;
  border: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.contact .form .sub-title {
  padding: 15px 40px;
}

.contact-dark {
  color: #fff;
}

.contact-dark form input,
.contact-dark form textarea {
  color: #fff;
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-dark form button span {
  color: #23262d;
}

.contact-dark form button:hover {
  background: #23262d;
}

.contact-dark form button:hover span {
  color: #fff;
}

/* ====================== [ End contact ] ====================== */
/* ====================== [ Start Footer ] ====================== */
footer.wave-footer {
  position: relative;
  /* Animation */
}

footer.wave-footer:after {
  content: '';
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9fcfd;
  z-index: -1;
}

footer.wave-footer .waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
}

footer.wave-footer .waves.bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}

footer.wave-footer .wave-paths use {
  -webkit-animation: move-waves 10s ease-in-out infinite;
  animation: move-waves 10s ease-in-out infinite;
  fill: url(#wave-gradient);
}

footer.wave-footer .wave-paths use:nth-child(odd) {
  animation-direction: reverse;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

footer.wave-footer .wave-paths use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  opacity: .7;
}

footer.wave-footer .wave-paths use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  opacity: .5;
}

footer.wave-footer .wave-paths use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  opacity: .3;
}

footer.wave-footer .wave-paths use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

@-webkit-keyframes move-waves {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
}

@keyframes move-waves {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
}

footer.main-footer .subscribe form {
  position: relative;
}

footer.main-footer .subscribe form input {
  width: 100%;
  padding: 25px 30px;
  padding-right: 210px;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.1);
}

footer.main-footer .subscribe form input::-webkit-input-placeholder {
  opacity: .7;
}

footer.main-footer .subscribe form input:-ms-input-placeholder {
  opacity: .7;
}

footer.main-footer .subscribe form input::-ms-input-placeholder {
  opacity: .7;
}

footer.main-footer .subscribe form input::placeholder {
  opacity: .7;
}

footer.main-footer .subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  text-align: center;
  border: 0;
  border-left: 1px solid #eee;
  padding: 25px 30px;
}

footer.main-footer .top-links ul {
  margin: 0;
  padding: 0;
}

footer.main-footer .top-links ul li {
  display: inline-block;
  margin-left: 30px;
}

footer.main-footer .clumn .logo {
  max-width: 250px;
}

footer.main-footer .clumn ul {
  margin: 0;
  padding: 0;
}

footer.main-footer .clumn .social.circle-bord a {
  border-color: #e3e3e3;
  font-size: 12px;
}

footer.main-footer .clumn .rc-post li .img {
  width: 120px;
}

footer.main-footer .clumn .rc-post li .cont {
  width: 100%;
  padding-left: 20px;
}

footer.main-footer .sub-footer {
  border-top: 1px solid #eee;
}

footer.main-footer.dark-bg .sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer.gr-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(transparent));
  background: -webkit-linear-gradient(top, #f7f7f7, transparent);
  background: -o-linear-gradient(top, #f7f7f7, transparent);
  background: linear-gradient(to bottom, #f7f7f7, transparent);
}

footer.bg-dark-blue {
  color: #fff;
}

footer.bg-dark-blue:before {
  background: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #15171f), to(rgba(21, 23, 31, 0.8)));
  background-image: -webkit-linear-gradient(bottom, #15171f 60%, rgba(21, 23, 31, 0.8) 100%);
  background-image: -o-linear-gradient(bottom, #15171f 60%, rgba(21, 23, 31, 0.8) 100%);
  background-image: linear-gradient(to top, #15171f 60%, rgba(21, 23, 31, 0.8) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
}

footer.bg-dark-blue .sub-footer {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 4;
}

footer .to-up {
  position: relative;
  top: -80px;
  z-index: 4;
}

footer .call-action-banner {
  padding: 60px 80px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.09);
}

footer .cal {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .cal .butn-gr {
  background: #fff;
}

footer .cal .butn-gr span {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

footer .cal .butn-gr:hover span {
  color: #181818;
}

footer .sub-f {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .sub-f .logo {
  width: 60px;
}

footer .logo {
  max-width: 100px;
}

.footer-half {
  background: #1c212a;
  color: #fff;
  position: relative;
  margin-top: 80px;
  z-index: 2;
}

.footer-half:after {
  content: '';
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  width: 58%;
  background: #1F242E;
  z-index: -1;
}

.footer-half .left-half {
  padding-right: 40px;
}

.footer-half .right-half {
  padding-left: 10px;
}

.footer-half .right-half .logo {
  width: 70px;
}

.footer-half .right-half .social a {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-half .right-half .cmp-links li,
.footer-half .right-half .address li {
  font-size: 15px;
  opacity: .8;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Colors Skin  ] ====================== */
body.agency p {
  color: #4d4d5f;
  font-family: 'Poppins', sans-serif;
}

body.index-corporate {
  color: #233d62;
}

body.index-corporate .skills-box .skill-progress .progres {
  background: -webkit-linear-gradient(1deg, #ffcf6d, #fd8558);
  background: -o-linear-gradient(1deg, #ffcf6d, #fd8558);
  background: linear-gradient(-271deg, #ffcf6d, #fd8558);
}

body.startup .bg-gray {
  background: #f7f7f7;
}

body.startup .butn.color {
  background: #17be74;
}

body.startup .main-color {
  color: #17be74;
}

body.cr-agency {
  color: #3b3f82;
}

body.cr-agency p {
  color: #5c5f82;
}

body.cr-agency .main-color {
  color: #a5f2e0;
}

body.cr-agency .sub-color {
  color: #3c4189;
}

body.cr-agency .bg-gray {
  background: #fff0ef;
}

body.cr-agency .bg-blck {
  background: #272b5f;
}

body.cr-agency [data-overlay-dark]:before {
  background: #2c3467;
}

body.cr-agency .states ul .sd-color {
  background: #a5f2e0;
}

body.cr-agency .states ul .sd-color span,
body.cr-agency .states ul .sd-color h5 {
  color: #3b3f82;
}

body.sass1 {
  color: #15194a;
}

body.land-demo2 {
  color: #1a2860;
}

body.land-demo2 p {
  font-size: 15px;
  color: #616075;
}

body.land-demo2 .bg-gray {
  background: #f3f7f8;
}

body.index-main .bg-gray {
  background: #fafafb;
}

/* ====================== [ End Colors Skin  ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .md-hide,
  .sticky-bar .left-bar .contact-butn,
  .sticky-bar .right-bar .social-text,
  header.rshp .front,
  .testim-box-shape .back-shape {
    display: none;
  }
  .fixed-search .search-area.search-on .search-form form input {
    width: 200px;
  }
  .fixed-search .search-area.search-on .search-icon {
    left: 200px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .search-area:before {
    display: none;
  }
  .navbar .search-area .search-icon {
    color: #18191d;
    display: none;
  }
  .navbar .search-area .search-form {
    position: relative;
    display: block;
  }
  .navbar .search-area .search-form .form-group {
    width: 100%;
  }
  .navbar .search-area .search-form .close-search {
    display: none;
  }
  .navbar .social {
    display: none;
  }
  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }
  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #18191d !important;
  }
  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side {
    position: static;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-top: 15px;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }
  .navbar .dropdown-menu .dropdown-item a .icon-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .mega-menu .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    padding: 30px;
  }
  .navbar.light .navbar-toggler .md-revers {
    color: #18191d;
  }
  body.cr-agency .states ul {
    display: block;
    width: 100%;
  }
  body.cr-agency .states ul li {
    width: 100%;
  }
  body.cr-agency .fz-45 {
    font-size: 30px !important;
  }
  body.index-arch {
    padding: 0;
  }
  body.index-arch .nav-scroll .icon-bar,
  body.index-arch .nav-scroll .social a,
  body.index-arch .nav-scroll .search-area .search-icon,
  body.index-arch .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.index-arch .section-padding {
    padding: 100px 0;
  }
  body.index-arch .sec-head .flex {
    display: block;
  }
  body.index-arch .sec-head .flex .s-title {
    margin-top: 20px;
  }
  body.index-arch .sec-head.mb-100 {
    margin-bottom: 80px !important;
  }
  body.index-arch .blog .cont .date {
    min-width: 70px;
  }
  body.index-arch footer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-freelancer .testim-modrn2 .author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 50px;
  }
  body.index-freelancer .testim-modrn2 .cont {
    padding-left: 0;
    text-align: center;
  }
  body.index-freelancer .testim-modrn2 .cont .info {
    display: block;
  }
  body.index-freelancer .testim-modrn2 .cont .info span {
    margin: 5px 0 0;
  }
  body.index-freelancer .testim-modrn2 .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-restaurant .restaurant-home {
    padding-top: 120px;
  }
  body.index-restaurant .menu-book .paltes .img.img3 {
    right: 30px;
  }
  body.index-restaurant .menu-book .paltes .img.img1 {
    bottom: -30px;
  }
  body.index-restaurant .sipm-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  body.index-restaurant .call-action-app .container {
    padding: 80px 40px;
  }
  body.index-restaurant .call-action-app .container .img {
    position: relative;
    margin-top: 50px;
    top: auto;
  }
  body.index-restaurant footer .reservation {
    padding-bottom: 0 !important;
  }
  body.mobile-app .nav-scroll .icon-bar,
  body.mobile-app .nav-scroll .social a,
  body.mobile-app .nav-scroll .search-area .search-icon,
  body.mobile-app .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.mobile-app header .img {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  body.mobile-app header .cont .stauts .item {
    width: 100%;
  }
  body.mobile-app .blck .img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile-app .round-head h6 {
    padding: 15px 30px;
  }
  body.mobile-app footer .copyrights {
    margin: 15px auto 0;
  }
  body.nft-market .nav-scroll .icon-bar,
  body.nft-market .nav-scroll .social a,
  body.nft-market .nav-scroll .search-area .search-icon,
  body.nft-market .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.nft-market .md-no-flex {
    display: block;
  }
  body.nft-market header .cont {
    padding: 80px 0;
  }
  body.nft-market .slide-vertical {
    height: 400px;
  }
  body.nft-market .blck-nft {
    margin-top: 0 !important;
  }
  body.nft-market .blck-nft .img1, body.nft-market .blck-nft .img2 {
    margin: auto;
  }
  body.nft-market .cal-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .img {
    margin: 50px auto 0;
  }
  .home-freelancer .img:after,
  .home-freelancer .social {
    display: none;
  }
  .hero-cir .th-cir {
    margin: 0 auto 50px;
  }
  .no-flex.flex {
    display: block;
  }
  .no-flex.flex .s-title {
    margin-top: 10px;
  }
  .home-bus1 .caption h1 {
    font-size: 30px !important;
  }
  header.corporate h5 {
    font-size: 16px !important;
  }
  header .img.half-abs {
    display: none;
  }
  .arch-slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption p {
    padding-left: 0;
    margin-left: auto;
  }
  .slider .parallax-slider .caption p:after {
    display: none;
  }
  .arch-slider .parallax-slider .explore a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    letter-spacing: 2px;
  }
  .arch-slider .parallax-slider .explore {
    margin: 50px 0 0;
  }
  .clients-carsouel .item .cont-flex {
    display: none;
  }
  .round-head h2,
  .round-head h3,
  footer .cal h4 {
    font-size: 28px !important;
  }
  .simple-head h2 {
    font-size: 30px !important;
  }
  .services .item,
  .numbers .bloc,
  .blog-grid .item,
  .hero .main-text,
  .skills .content,
  .features-process .item,
  .blog .side-img,
  .footer-half .left-half,
  .intro-img-shape,
  .numbers .item,
  footer .clumn {
    margin-bottom: 50px;
  }
  .feat-exp .feat-item-img,
  .feat-exp .container-fluid,
  .portfolio .filtering {
    margin-top: 50px !important;
  }
  footer .copyrights {
    margin-top: 15px;
  }
  .services,
  .blog-grid,
  .features-process,
  .blog {
    padding-bottom: 70px;
  }
  .numbers .container {
    padding-bottom: 10px;
  }
  .feat-exp {
    padding-bottom: 0 !important;
  }
  .footer-half .left-half {
    padding-right: 0;
  }
  .footer-half {
    padding-bottom: 50px !important;
  }
  .process-img .out-box,
  .portfolio .filtering {
    margin-right: auto;
  }
  .portfolio .wild-padding {
    padding: 0 !important;
  }
  .hero .quote {
    margin-left: 0;
    margin-top: -50px;
  }
  .hero-cr .img-exp {
    padding-left: 0;
    display: block;
    margin-bottom: 80px;
    margin-top: 70px;
  }
  .hero-cr .img-exp .img {
    width: 100%;
    height: 300px;
    margin: auto;
  }
  .hero-cr .img-exp .rotate-exp {
    -webkit-transform: rotate(0) translateX(-50%) translateY(-100%);
    -ms-transform: rotate(0) translateX(-50%) translateY(-100%);
    transform: rotate(0) translateX(-50%) translateY(-100%);
    left: 50%;
    bottom: auto;
    top: -50px;
  }
  .testimonials.corp .box-testim {
    left: auto;
  }
  .testimonials .content {
    padding: 30px 50px 80px 50px;
  }
  .testimonials .swiper-img .item {
    height: auto;
  }
  .testimonials .controls {
    top: calc(100% - 50px);
  }
  .testim-box-shape:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252739;
    opacity: 0.7;
  }
  .testim-box-shape .testim-crve {
    position: relative;
    z-index: 4;
  }
  .testim-box-shape .item {
    padding: 80px 50px;
  }
  .testim-box-shape .item .qoute-icon {
    color: #fff;
    background: none;
    -webkit-text-fill-color: inherit;
  }
  .testim-box-shape .item p {
    color: #d4d4d4;
  }
  .testim-box-shape .item .info {
    color: #fff;
  }
  .testim-box-shape .item .img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec-half:after {
    width: 100%;
  }
  .round-head .flex,
  .blog-grid .valign {
    display: block !important;
  }
  .round-head h6,
  .blog-grid .s-title {
    padding: 0;
    margin-top: 15px;
  }
  .work-carsouel .work-crsol {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .work-carsouel.crv .swiper-slide {
    width: 100% !important;
  }
  .work-carsouel.crv {
    overflow: hidden !important;
  }
  .simg-testim .img5,
  .simg-testim .img2,
  .hero-cr #circle,
  .footer-half:after {
    display: none;
  }
  .clasic-action h2 {
    font-size: 30px;
  }
  .clasic-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 30px;
  }
  footer .call-action-banner {
    padding: 40px 30px;
  }
  footer .call-action-banner .call-button {
    display: block !important;
    margin-top: 30px;
  }
  footer .cal .justify-content-end,
  footer .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .main-footer .container.pb-80 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  body.index-arch .testim-modrn2 .author-img {
    display: none;
  }
  body.index-arch .testim-modrn2 .cont {
    padding-left: 0;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.mobile-app header .cont .stauts {
    display: block;
  }
  body.mobile-app header .cont .stauts .item {
    margin-top: 15px;
  }
  body.nft-market .tab-links .flex {
    display: block;
  }
  body.nft-market .tab-links .item-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  body.nft-market .tab-links .item-link span {
    margin-right: 0 !important;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 130px;
    display: none;
  }
  .fw-700 {
    font-weight: 600 !important;
  }
  .fz-45 {
    font-size: 30px !important;
  }
  .fixed-search .search-area .search-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 5px;
  }
  .fixed-search .search-area {
    left: 15px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 15px;
  }
  .slider .social-icon,
  .slider .swiper-pagination-fraction.top.botm {
    display: none;
  }
  .slider .setone.setwo .prev-ctrl,
  .slider .setone.setwo .next-ctrl {
    top: auto;
    bottom: 60px;
  }
  header.corporate .cluom .info {
    padding: 20px;
  }
  .home-bus1 .caption {
    text-align: center;
  }
  .home-bus1 .play-button .vid {
    margin-top: 50px;
  }
  .pg-header-bus .caption h1,
  .pg-header-sipm .caption h1 {
    font-size: 35px !important;
  }
  .simple-head h4 {
    font-size: 25px;
  }
  .intro-out-box .img .svg-color {
    width: 100%;
    height: 100%;
    top: 50px;
  }
  .hero-cr .img-exp .img {
    height: 200px;
  }
  .hero-cr .img-exp .img:after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
  .corporate .caption {
    margin-bottom: 250px;
  }
  .corporate .caption h1 {
    font-weight: 700 !important;
    font-size: 40px !important;
  }
  .feat-exp .lg-text {
    font-size: 80px;
  }
  .feat-exp .exp {
    margin-left: 0 !important;
  }
  .services .item-box {
    display: block;
    padding: 40px 20px;
  }
  .services .item-box .icon-bord-shad {
    margin-bottom: 30px;
  }
  .services .item-box .cont {
    margin-left: 0 !important;
  }
  .hero-cr .img-exp .rotate-exp h6 {
    white-space: nowrap;
  }
  h6.mb-20 {
    margin-bottom: 10px !important;
  }
  .portfolio .filtering .filter {
    padding: 5px;
  }
  .portfolio .filtering span {
    margin: 5px 10px;
  }
  .testimonials.corp .bg-img .play-button {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  .testim-simp-crus .item {
    padding: 0;
  }
  .testim-simp-crus .item h5 {
    font-size: 20px !important;
  }
  .simg-testim {
    display: none;
  }
  .testim-box-shape .item {
    padding: 60px 40px;
  }
  .line-head h6 {
    padding: 0 10px;
  }
  .contact-crv .box-shadow {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 480px) {
  .hero-cir .th-cir {
    width: auto;
    height: auto;
  }
  .hero-cir .th-cir:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-cir .th-cir .cir-1,
  .hero-cir .th-cir .cir-2,
  .hero-cir .th-cir .cir-3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
  .crv-status {
    width: auto;
    height: auto;
  }
  .crv-status:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .crv-status .st-one,
  .crv-status .st-two,
  .crv-status .st-three {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
}
.navbar .navbar-nav .nav-link {
    color: #18191d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px;
    margin: 3px 3px 0px 0px;
}

.StartCall{
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.edit{
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.numb{
background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
/* ====================== [ End Responsive ] ====================== */
.breadcum_back
{
  background: url('../img/breadcum-banner1.jpg');
}
.breadcum_back1
{
  background: url('../img/breadcum-banner2.jpg');
}
.breadcumback_color
{
  width: 100%;
  height: 100%;
  background: #00000021;
}
.Ediit h1
{
  font-size: 35px !important;
  text-align: left;
  padding: 65px 0px 0px 0px;
}
.caption_area
{
  padding: 85px 0px 0px 0px;
}
.Ediit{
  color: #fff;
  margin-bottom: 90px;
}
.section-padding .cont-flex h6{
  font-size: 16px;
}
.section-padding .cont-flex p{
  font-size: 9px;
}
.services .icon-bord-shad i{
  line-height: 60px;
}
.paragraph-edit{
  margin: 12px 0px 0px 0px ;
}
.icare-heading{
  font-size: 15px;
  margin-bottom: 7px;
}
.Ediitt h3{
  font-size: 23px;
}
.text-test{
  margin: 13px 0px 0px 0px;
}
.main-text{
  background-color:#faf7fa;
  padding: 17px 26px 24px 98px;
}
.buttons{
  margin: 23px 0px 0px -7px;
  
}
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#Numbers-section{
  padding: 25px 0px ;
  height: 350px;
}
table{
  border: 1px solid #000;
  margin: 22px 0px 0px 0px;
}
 .form .form-group input, .contact .form .form-group .form-select {
  padding: 15px 30px;
  background: #fbfbfb;
  border: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.feedback-text{
  margin: 20px 0px 0px 0px;
}
.button-team
{
text-align: center;
}
.numb1{
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.anti-menu li{
  padding: 12px 0px;
}
.icon-antimenu{
  margin: 0px 8px 8px 0px;
}
.up{
  margin: 0px 0px 0px 0px;
}
.side-text{
  margin: 0px 0px 0px 34px;
}

.hostel-line{
  font-size: 15px;
  margin: 10px 0px 0px 0px;
}
.hostel-line1{
  margin: 15px 0px 0px 0px;
  background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    margin: 13px 0px 0px 18px;
    padding: 0px 0px 10px 0px;
    font-weight: 700;
}
.hostel-line2
{
  margin: 15px 0px 0px 0px;
  background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    margin: 13px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 700;
}
.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
 .content-table th,
.content-table td {
  padding: 12px 50px;
} 

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
/* -------------- */
.menu li{
  font-size: 15px;
  padding: 6px 0px;
}
.menu{
  padding: 1px 0px ;
}
.menu i{
  font-size: 7px;
  padding: 6px 0px;
  margin: 0px 6px 0px 0px;
}
.center-g{
  text-align: center;
}
.footer-icon{
  margin: 0px 6px 0px 0px;
}

.tel{
  display: flex;
}
.infrastructure_outsection
{
  margin: 50px 0px 50px 0px;
}
.infrastructure_innerarea
{
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.infaimg_design
{
  width: 100%;
  height: 100%
}
.infrastructure_rightarea
{
  margin: 15px 0px 50px 0px;
}
.infa_headingtext
{
  background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
}
.infa_describetext
{
  font-size: 15px;
  text-align: justify;
}
.side-textheading{
  background-image:linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 700;
}


/*================================gallery================================*/
.book_section
{
    margin: 50px 0px 40px 0px;
}
.bkheading
{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}
.portfolio-menu {
    text-align: center;
    margin: 30px auto;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    border: 1px solid #fdb56d;
    cursor: pointer;
    transition: all .5 ease;
    border-radius: 30px 0px 30px 0px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fc9578;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0px 15px 0px 0px;
}

.portfolio-menu ul {
    padding:0;
}

.portfolio-menu ul li:hover {
    background: #fdb16e;
    color: #fff;
}

.portfolio-menu ul li.active {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
    color: #fff;
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto;
}

.portfolio-item .item {
        width: 30%;
    display: inline-block;
    padding: 0 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    margin: 0px 0px 15px 15px;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

.portfolio-item .item:hover
{
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.portfolio-item .item div {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
    border-radius: 3px;
}

.hipgalry_imgdesign
{
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .portfolio-item .item {
    width: 50%;
    padding:0 0px;
    margin: 0px 0px 15px 0px;
}
}

@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
}
}
@media(max-width: 767px)
{
    .portfolio-menu ul li
    {
        width: 27%;
        font-size: 11px;
    }
}
.galry_backarea
{
  width: 100%;
  height: 100%;
  top: 210px;
  left: 0px;
  background: #000000a3;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
.portfolio-item .item:hover .galry_backarea
{
  top: 0px;
  opacity: 1;
  cursor: pointer;
}
.zoomicon
{
    position: absolute;
    left: 45%;
    top: 29%;
    color: #FFF;
    font-size: 30px;
    cursor: pointer;
}

.portfolio-item .item:hover
{
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.portfolio-item .item div {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

@media screen and (max-width: 1024px) {
  .portfolio-item .item {
    width: 50%;
    padding:0 0px;
    margin: 0px 0px 15px 0px;
}
}

@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
}
}
.bg_footer{
    background-image: url(../img/background/mainwebsite-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cont-pharma{
    color: #fff;
  }
.teamdetails_edit{
  color: #8e8e99;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}
.teamdetails_information{
  margin: 80px 0px 0px 0px ;
}
.teamdetails_img{
  padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12)
}
.teamdetails_name{
  font-size: 25px;
}
.teamdetails_profession{
  font-size: 23px;
  color:#8e8e99;
}
.social_teamdetails{
  text-align: center;
  margin: 10px 0px 0px 0px;}
 .social_teamdetails a{
  width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
   border-radius: 50%;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    color: #000;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
}
.social_teamdetails .fa-facebook-f{
  color: #130cb5;
 }
 .social_teamdetails .fa-whatsapp{
  color:#7ceb0d;
 }
 .social_teamdetails .fa-linkedin-in{
  color: #15194a;
 }
 .social_teamdetails  .fa-youtube{
  color: red;
 }
 .teamdetails_information li{
  padding: 10px 0px;
 }
 .teamdetails_edit{
  margin: 0px 0px 0px 8px;
 }
 .content-table{
  width: 100%;
 }
 .table{
  width: 100%;
 }
 @media screen and (max-width: 640px) {
  .main-text{
    padding: 16px 15px 22px 15px;
  }
 }
.team-text h6{
  font-size: 13px;
}

.common_ul1 li{
  list-style-type: disc;
}
.col-12 .common_ul2 li{
  list-style-type: disc;
}
.counter_outsection
{
  margin: 0px 0px 50px 0px;
}
.library_singlearea
{
  border: none;
  margin: 15px 0px 0px 0px;
}
.tctextarea
{
  border: none;
  margin: 15px 0px 0px 0px;
}
.circle_area
{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.crcl_imgdesign
{
  width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 63px 0px 0px 0px;
}
.nmbrtextdesign
{
  text-align: center;
  padding: 7px 0px 0px 0px;
  margin: 0px;
  font-size: 40px;
}
.textdesignlb
{
  margin: 0px;
  font-size: 25px;
  text-align: center;
}
.postext
{
  text-align: left !important;
}
.cmpnytext
{
  color: #FFF;
  text-decoration: none;
}
.slideup_txtarea
{
  margin: -100px 0px 0px 0px;
}
.topheader_notifiarea
{
  background: #0948a7;
  padding: 7px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 40px;
}
.topheader_notifiarea::before
{
  width: 23%;
  content: "";
  position: absolute;
  background: #f94c30;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0 100%);
  z-index: -1;
}
.topheader_notifiarea::after
{
  content: "";
  position: absolute;
  background: #FFF;
  top: -5px;
  left: 30%;
  bottom: -6px;
  width: 3px;
  z-index: -1;
  transform: rotate(29deg);
  left: 23%;
}
.mblcntiner
{
  padding: 0px;
}
.lefttop_header
{
  
}
.lnicon
{
  color: #FFF;
  font-size: 20px;
}
.lntext
{
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  letter-spacing: 1px;
}
.righttop_header
{
  padding: 0px 0px 0px 50px;
}
.tpntfctn_lstarea
{
  margin: 0px;
  padding: 0px;
}
.tpntfctn_lstarea li
{
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  background: #FFC300;
  padding: 3px 7px 3px 7px;
  border-radius: 3px;
  margin: 0px 7px 0px 0px;
}
.nwqicn_design
{
  width: 20px;
}
.bdownthree_txtsection
{
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.back_layersection
{
  width: 100%;
  height: 100%;
  background: #0009;
  padding: 70px 0px 70px 0px;
}
.tstmonial_bckcolor
{
  width: 100%;
  height: 100%;
  background: #0000001f;
  padding: 70px 0px 70px 0px;

}
.tstimonial_bcksection
{
  font-size: 15px;
  color: #FFF !important;
}
::-webkit-scrollbar 
{
    width: 5px;
} 
.hiptop_headeroutsection
{
  background: #1e40af;
  height: 45px;
}
.topleft_ioutsection
{
  
}
.noticelist_area
{
  margin: 0px;
  padding: 0px;
}
.noticelist_area li
{
  background: #FFC300;
  color: #000;
  height: 33px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin: 6px 7px 0px 0px;
  font-weight: 700;
  padding: 0px 10px 0px 10px;
}
.noticelist_area li a
{
  text-decoration: none;
  line-height: 33px;
}
.pgfimg_design
{
  width: 20px;
}
.gphn_areaoutsection
{
  
}
.rgtlist_area
{
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.rgtlist_area li
{
  display: inline-block;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}
.rgtlist_area li a
{
  color: #FFF;
  font-size: 14px;
}
.rgtlist_area li i
{
  padding: 0px 5px 0px 0px;
}
.legacy_outsection
{
    margin: 0px 0px 0px 0px;
    padding: 50px 75px 55px 0;
    background: #F1F0EB;
}
.legacy_inoutsection
{
  margin-top: -152px;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #e27d60;
  position: relative;
  z-index: 1;
  text-align: center;
}
.oglctext
{
  color: #fff;
  font-size: 60px;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.legimg_section
{
  display: none;
}
.number_inoutsection
{
  text-align: center;
  border-right: 1px dashed #989999!important;
}
.nmbrcnt_imgdesign
{
  width: 80px;
}
.nmbrcnt_textdesign
{
  margin: 0px;
  padding: 0px;
  font-size: 35px;
  font-weight: 700;
  color: #444;
}
.nmbrcnt_ptextdesign
{
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  color: #393939;
  font-weight: 400;
}
::-webkit-scrollbar-track 
{
    background: #FFF;
}
::-webkit-scrollbar-thumb 
{
    background: #000; 
}
#mqtagarea
{
  display: none;
}
.recuitback_mainarea
{
   background: url(../img/recuit-back.jpg);
   background-size: cover;
   background-position: top center;
   background-attachment: fixed;
   position: relative;
}
.recuitback_mainarea::before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000a6;
    width: 100%;
    height: 100%;
}
.inner_recuitarea
{
    z-index: 1;
}
.rcfst_text
{
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    padding: 30px 0px 10px 0px;
    letter-spacing: 1px;
}
.rcuit_tagline
{
    font-size: 30px;
    text-align: center;
    margin: 0px;
    color: #FFF;
    font-weight: 700;
    line-height: 40px;
    padding: 5px 0px 45px 0px;
    letter-spacing: 1px;
}
.recuitbox_area
{
    padding: 0px 0px 50px 0px;
}
.recuitsngl_img
{
    width: 100%;
    height: 100%;
}
.legacy
{
    width: 125px;
}
.legacy1
{
    width: 130px;
    display: none;
}
.twoadres_text
{
    font-size: 20px;
    margin: 0px;
}
#fixed-social {
   position: fixed;
   top: 67%;
   z-index: 999;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-whatsapp{
	background-color: #25D366;

 }
 .fixed-whatsapp span{
 	background-color:  #25D366;
 }
 .fixed-call{
	background-color: #e27d60;

 }
 .fixed-call span{
 	background-color:  #e27d60;
 }
 .fixed-youtube{
	background-color: #00AF54;

 }
 .fixed-linkedin span{
 	background-color: #007dbb;
 }
 .fixed-linkedin{
	background-color: #007dbb;

 }
 .fixed-linkedin span{
 	background-color: #007dbb;
 }
 .fixed-youtube{
	background-color: #ED2B29;

 }
 .fixed-youtube span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
.enquiry_areasection
{
    position: fixed;
    transform: translate(108px,0px);
    top: 85%;
    right: -43px;
    width: 120px;
    height: 40px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #ff414e, #ff414e);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    color: #FFF;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    z-index: 999;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 0px 0px 18px;
} 
.intest_textdesighn
{
    color: #FFF !important;
    font-size: 20px !important;
}
.apr_bytext
{
    color: #FFF;
}
.sitelogo_section
{
    margin-right: 0em;
}
.maximum_area
{
    min-width: 600px !important;
    padding: 0px 0px !important;
}
.maximum_area1
{
    min-width: 600px !important;
    padding: 0px 0px !important;
    right: -175%;
}
.maximum_area2
{
    min-width: 600px !important;
    padding: 0px 0px !important;
    right: -20%;
}
.maximum_area3
{
    min-width: 600px !important;
    padding: 0px 0px !important;
    right: 90%;
}
.newdrop_down
{
    width: 40%;
    float: left;
}
.newdrop_innermenu
{
    margin: 0px;
    padding: 0px;
}
.newdrop_down1
{
    width: 60%;
    float: left;
}
.dropdown_innerimg
{
    width: 100%;
    height: 100%;
}
.text p
{
    color: #FFF !important;
}
.ogtext
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.hipf_textdesign
{
    font-size: 25px;
    margin: 0px;
    font-weight: 700;
}
.recogni_outarea
{
  background-color: #f1f1f1;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}
.amnes_areatext2
{
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.snrecgi_section
{
  margin: 30px 0px 30px 0px;
}
.recgglry_design
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.whtclrtext
{
    color: #FFF !important;
}
.nlh_outsection
{
  padding: 0px;
}
.topscnd_headimg
{
  width: 100%;
  height: 100%;
  position: relative;
}
.topscnd_lgcy
{
  display: none;
}
.legacy_area
{
  display: none;
}
.hiop_newtexts
{
  font-size: 27px;
  padding: 0px 0px 20px 0px;
  color: #006c93;
  font-weight: 700;
}
.habtlgcy_imgdesignarea
{
  display: none;
}
.habtlgcy_imgdesign
{
  width: 100%;
  height: 100%;
}
.sub-title1
{
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background-image: linear-gradient(110deg, #006c93 0%, #00acee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rline
{
  border-right: 2px solid #e79800;
}
.ytext
{
  font-size: 25px;
}
.bltext
{
  font-size: 20px;
  padding: 10px 0px 0px 0px;
}
.blgdtls_hdngtext
{
	font-size: 25px;
}
@media(max-width: 767px)
{
    .habtlgcy_imgdesignarea
    {
      display: none;
    }
    .hiop_newtexts 
    {
      font-size: 19px;
      padding: 0px 0px 10px 0px;
    }
    .sub-title1
    {
      font-size: 16px;
    }
    .navbar .navbar-nav
    {
      text-align: left;
    }
    .navbar .navbar-nav .nav-link
    {
      padding: 5px 5px;
    }
    .topscnd_lgcy
    {
      display: none;
    }
    .recgglry_design
    {
        width: 80%;
    }
    .newdrop_down1
    {
        display: none;
    }
    .newdrop_innermenu
    {
        height: auto;
        overflow-y: inherit;
    }
    .navbar .dropdown-menu .dropdown-item
    {
        text-align: left;
        padding: 10px 20px;
    }
    .maximum_area 
    {
        min-width: auto !important;
        padding: 0px 0px !important;
    }
    .maximum_area1 
    {
        min-width: auto !important;
        padding: 0px 0px !important;
        right: 0%;
    }
    .maximum_area2
    {
        min-width: auto !important;
        padding: 0px 0px !important;
        right: 0%;
    }
    .maximum_area3
    {
        min-width: auto !important;
        padding: 0px 0px !important;
        right: 0%;
    }
    .legacy_area
    {
        display: none;
    }
    .legacy1
    {
        /*display: block;*/
        width: 100px;
    }
  .rgtlist_area
  {
      text-align: left;
  }
  .rgtlist_area li a
  {
      font-size: 12px;
  }
  #Numbers-section
  {
      height: auto;
  }
  #mqtagarea
  {
    display: block;
  }
  #mqtagarea1
  {
    display: none;
  }
  .hiptop_headeroutsection
  {
    height: auto;
  }
  .noticelist_area li
  {
    margin: 15px 7px 0px 0px;
  }
  .gphn_areaoutsection
  {
    margin: -8px 0px 5px 0px;
  }
  .legacy_outsection
  {
    padding: 15px 0px 10px 0px;
    margin: -6px 0 0 0;
  }
  .number_inoutsection
  {
    margin: 0px 0px 10px 0px;
    border-right: none !important;
  }
  .topheader_notifiarea::before 
  {
    width: 42%;
  }
  .lefttop_header 
  {
    padding: 0px;
  }
  .lnicon 
  {
      font-size: 13px;
  }
  .lntext 
  {
      font-size: 10px;
      padding: 0px 0px 0px 0px;
  }
  .righttop_header 
  {
      padding: 0px;
  }
  .notifi_marqtext a 
  {
      font-size: 10px;
  }
  .tenor_idesign 
  {
      width: 30px;
      height: 30px;
  }
  .notifi_marqtext 
  {
      padding: 0px 0px 0px 0px;
      margin: -5px 0px 0px 0px;
  }
  .topheader_notifiarea::after 
  {
    transform: rotate(17deg);
    left: 43%;
  }
  .navbar.light .navbar-toggler
  {
    color: #FFF;
  }
  .mobile_navsection
  {
    text-align: left;
  }
  .slider
  {
    height: 180px;
  }
  .slider .parallax-slider .swiper-slide .bg-img
  {
    background-size: cover;
    background-position: top !important;
  }
  .slider .parallax-slider .swiper-slide
  {
    padding: 0px 0px;
    min-height: 27.2vh;
  }
  .slideup_txtarea
  {
    margin: -50px 0px 0px 0px;
  }
  .intro-up
  {
    margin: 50px 0px 0px 0px;
  }
  .slider .curve-buttom
  {
    display: none;
  }
  .slider_butondesign
  {
    display: none;
  }
  body.index-main .bg-gray
  {
    background: #FFF;
  }
  .slider .setone .swiper-nav-ctrl
  {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .nmbrcnt_imgdesign
  {
    width: 30px;
  }
  .nmbrcnt_textdesign
  {
    font-size: 15px;
    padding: 5px 0px 0px 0px;
  }
  .nmbrcnt_ptextdesign
  {
    font-size: 10px;
    line-height: 13px;
  }
  .rcfst_text
  {
      font-size: 17px;
  }
  .rcuit_tagline
  {
      font-size: 15px;
      line-height: 25px;
  }
  .recuitbox_area 
  {
      padding: 0px 0px 20px 0px;
  }
  .about .two-img .img1
  {
      height: 350px;
  }
  footer.main-footer .clumn .logo
  {
      max-width: 180px;
  }
  .aplyform_outsection
  {
    margin: 0px 0px 20px 0px;
  }
}
.hipfaculty_boxarea
{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin: 0px 0px 20px 0px;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.hihrmbtn_design
{
  text-align: center;
}
.facultypage_btndesign
{
  padding: 0 20px;
  min-height: 45px;
  line-height: 45px;
  min-width: 150px;
}
.aplyform_outsection
{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 10px;
  padding: 20px 14px;
}
.aponfrm_rightoutsection
{
  padding: 10px;
}
.aponfrm_leftoutsection
{
  padding: 10px;
}
.aponfrm_frmareasection
{
  position: relative;
  margin: 0px 0px 20px 0px;
}
.frm_areadesign
{
  width: 100%;
  height: 45px;
  border-color: #02010100;
  outline: none;
  font-size: 13px;
  padding: 7px 10px 7px 45px;
  background-color: #F7F7F7;
  color: #454545;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.frm_areadesign1
{
  width: 100%;
  height: 45px;
  border-color: #02010100;
  outline: none;
  font-size: 13px;
  padding: 7px 10px 7px 45px;
  background-color: #F7F7F7;
  color: #454545;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.frmarea_designicon
{
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 13px;
}
.submit-btn {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 28px 50px 0px;
    outline: 0px;
    border: none;
    padding: 18px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 84, 169, 0.9);
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.submit-btn:hover {
    opacity: 0.9;
    background: rgb(141, 198, 63);
}
.applyareaheading{
  font-size: 23px;
    font-weight: 700;
    line-height: 1.4em;
    color: rgb(25, 101, 177);
    margin: 10px 0px 0px;
    text-align: center;
    margin-bottom: 10px;
}


.fldarea_iconsection1 {
    position: absolute;
    left: 31px;
    top: 13px;
    color: #565758;
}
.fldarea_Section1 {
    position: relative;
}
.from-control {
    padding: 7px 10px 7px 45px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #02010100;
    background-color: #F7F7F7;
    color: #454545;
    width: 100%;
    opacity: 4;
}
.aponfrm_rightoutsection img{
height: 359px;
}

/* ===== KBCP New Header Design ===== */

.kbcp-ticker-bar {
  background: #f59e0b;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.kbcp-ticker-marquee {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
}

.kbcp-ticker-marquee i {
  margin-right: 3px;
}

.kbcp-mainheader {
  background: #0f1d3d;
  padding: 14px 0;
}

.kbcp-header-container {
  padding-left: 24px;
  padding-right: 24px;
}

.kbcp-brand-link {
  text-decoration: none !important;
}

.kbcp-logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.kbcp-logo-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.kbcp-brand-text {
  flex: 1;
}

.kbcp-college-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 1.25;
  font-family: Georgia, serif;
  letter-spacing: 0.3px;
}

.kbcp-college-tagline {
  color: #f59e0b;
  font-size: 13px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.kbcp-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.kbcp-social-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kbcp-social-icons {
  display: flex;
  align-items: center;
}

.kbcp-social-icons a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  border-right: 1px solid rgba(255,255,255,0.15);
  transition: color 0.25s;
  text-decoration: none;
}

.kbcp-social-icons a:last-child {
  border-right: none;
}

.kbcp-social-icons a:hover {
  color: #f59e0b;
}

.kbcp-header-btns {
  display: flex;
  gap: 8px;
}

.kbcp-btn-notice {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1.5px solid rgba(255,255,255,0.45);
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.25s;
  white-space: nowrap;
}

.kbcp-btn-notice:hover {
  border-color: #f59e0b;
  color: #f59e0b !important;
}

.kbcp-btn-enquire {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  background: #f59e0b;
  color: #1a1a2e !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.25s;
  white-space: nowrap;
}

.kbcp-btn-enquire:hover {
  background: #d97706;
  color: #fff !important;
}

.kbcp-accred-text {
  color: rgba(147,197,253,0.8);
  font-size: 12px;
  text-align: right;
  line-height: 1.5;
}

/* Navbar update to match dark navy — override fixed/transform from nav-scroll */
.kbcp-navbar,
.kbcp-navbar.nav-scroll {
  background: #0a1628 !important;
  background-image: none !important;
  background-color: #0a1628 !important;
  border-top: 1px solid rgba(255,255,255,0.07);
  position: sticky !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.35) !important;
  z-index: 999;
}

.kbcp-nav-brand {
  margin-right: 0;
  display: none;
}

.kbcp-nav-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.kbcp-navbar .navbar-nav .nav-link,
.kbcp-navbar.nav-scroll .navbar-nav .nav-link,
.kbcp-navbar .navbar-collapse .nav-link,
.kbcp-navbar.nav-scroll .navbar-collapse .nav-link {
  color: rgba(255,255,255,0.88) !important;
}

.kbcp-navbar .navbar-nav .nav-link:hover,
.kbcp-navbar.nav-scroll .navbar-nav .nav-link:hover {
  color: #f59e0b !important;
}

.kbcp-navbar .navbar-toggler,
.kbcp-navbar.nav-scroll .navbar-toggler,
.kbcp-navbar.nav-scroll .icon-bar {
  color: #fff !important;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .kbcp-college-name {
    font-size: 15px;
  }
  .kbcp-college-tagline {
    font-size: 11px;
  }
  .kbcp-logo-img {
    width: 50px;
    height: 50px;
  }
  .kbcp-header-right {
    align-items: flex-end;
  }
  .kbcp-social-icons {
    display: none;
  }
  .kbcp-accred-text {
    display: none;
  }
  .kbcp-btn-notice {
    display: none;
  }
  .kbcp-btn-enquire {
    padding: 6px 10px;
    font-size: 12px;
  }
  .kbcp-nav-brand {
    display: block;
  }
}

@media (max-width: 576px) {
  .kbcp-ticker-bar {
    height: 36px;
  }
  .kbcp-ticker-marquee {
    font-size: 12px;
    line-height: 36px;
  }
  .kbcp-college-name {
    font-size: 13px;
  }
  .kbcp-logo-img {
    width: 42px;
    height: 42px;
  }
  .kbcp-logo-wrap {
    gap: 8px;
  }
}
/* ================================================================
   KBCP COMPACT LAYOUT OVERRIDES
   Reduces all section/utility spacing site-wide
   ================================================================ */

/* --- Core section padding --- */
.section-padding,
.testimonials .section-padding {
  padding: 40px 0 !important;
}
.section-ptb {
  padding: 48px 0 !important;
}

/* --- Padding-top utility overrides --- */
.pt-50  { padding-top: 30px !important; }
.pt-55  { padding-top: 33px !important; }
.pt-60  { padding-top: 36px !important; }
.pt-65  { padding-top: 39px !important; }
.pt-70  { padding-top: 42px !important; }
.pt-75  { padding-top: 45px !important; }
.pt-80  { padding-top: 48px !important; }
.pt-85  { padding-top: 50px !important; }
.pt-90  { padding-top: 52px !important; }
.pt-95  { padding-top: 54px !important; }
.pt-100 { padding-top: 56px !important; }

/* --- Padding-bottom utility overrides --- */
.pb-50  { padding-bottom: 30px !important; }
.pb-55  { padding-bottom: 33px !important; }
.pb-60  { padding-bottom: 36px !important; }
.pb-65  { padding-bottom: 39px !important; }
.pb-70  { padding-bottom: 42px !important; }
.pb-75  { padding-bottom: 45px !important; }
.pb-80  { padding-bottom: 48px !important; }
.pb-85  { padding-bottom: 50px !important; }
.pb-90  { padding-bottom: 52px !important; }
.pb-95  { padding-bottom: 54px !important; }
.pb-100 { padding-bottom: 56px !important; }

/* --- Margin-top utility overrides --- */
.mt-50  { margin-top: 30px !important; }
.mt-60  { margin-top: 36px !important; }
.mt-70  { margin-top: 42px !important; }
.mt-75  { margin-top: 45px !important; }
.mt-80  { margin-top: 48px !important; }
.mt-90  { margin-top: 52px !important; }
.mt-100 { margin-top: 56px !important; }

/* --- Margin-bottom utility overrides --- */
.mb-50  { margin-bottom: 30px !important; }
.mb-60  { margin-bottom: 36px !important; }
.mb-70  { margin-bottom: 42px !important; }
.mb-75  { margin-bottom: 45px !important; }
.mb-80  { margin-bottom: 48px !important; }
.mb-90  { margin-bottom: 52px !important; }
.mb-100 { margin-bottom: 56px !important; }

/* --- Header compaction --- */
.kbcp-ticker-bar {
  height: 34px !important;
}
.kbcp-ticker-marquee {
  line-height: 34px !important;
  font-size: 12px !important;
}
.kbcp-mainheader {
  padding: 10px 0 !important;
}
.kbcp-logo-img {
  width: 54px !important;
  height: 54px !important;
}
.kbcp-college-name {
  font-size: 18px !important;
}

/* --- Navbar height --- */
.kbcp-navbar .navbar-nav .nav-link,
.kbcp-navbar.nav-scroll .navbar-nav .nav-link {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* --- Footer compaction --- */
.main-footer .container.pt-80 {
  padding-top: 40px !important;
}
.main-footer .container.pb-80 {
  padding-bottom: 40px !important;
}
.main-footer .container {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.sub-footer.pb-50 {
  padding-bottom: 24px !important;
  padding-top: 16px !important;
}

/* --- Common theme section hardcoded paddings --- */
.features,
.services,
.team,
.about,
.portfolio,
.blog,
.contact,
.numbers,
.pricing,
.call-action,
.our-blog {
  padding: 40px 0 !important;
}

/* --- Breadcrumb / inner banner --- */
.page-header {
  padding: 40px 0 !important;
  min-height: 140px !important;
}
.page-header h1 {
  font-size: 28px !important;
}

/* --- Cards & items internal spacing --- */
.item-box,
.blog-item,
.team-item,
.service-item {
  margin-bottom: 24px !important;
}

/* --- Heading margin reduction --- */
.section-head,
.section-head.mb-60,
.section-head.mb-80 {
  margin-bottom: 28px !important;
}
.section-head h6 {
  margin-bottom: 8px !important;
}
.section-head h3,
.section-head h2 {
  margin-bottom: 12px !important;
}

/* --- About / content blocks --- */
.about .img,
.about .cont {
  margin-bottom: 0 !important;
}

/* --- Stats / counter row --- */
.numbers .item {
  padding: 28px 20px !important;
}

/* --- Testimonials --- */
.testimonials .item {
  padding: 24px !important;
}

/* Mobile: keep things readable */
@media (max-width: 768px) {
  .section-padding,
  .testimonials .section-padding {
    padding: 32px 0 !important;
  }
  .page-header {
    min-height: 110px !important;
    padding: 28px 0 !important;
  }
}

/* ================================================================
   KBCP MODERN PAGE COMPONENTS
   ================================================================ */

/* Section wrapper */
.kbcp-page-section {
  padding: 52px 0;
  background: #f1f5f9;
}
.kbcp-page-section.white {
  background: #fff;
}
.kbcp-page-section.navy {
  background: #0f1d3d;
}

/* Heading block */
.kbcp-sec-head { margin-bottom: 36px; }
.kbcp-sec-head .label {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: #f59e0b; margin-bottom: 8px;
}
.kbcp-sec-head h2 {
  color: #0f1d3d; font-size: 28px; font-weight: 700; margin: 0 0 12px;
}
.kbcp-sec-head .divider {
  width: 44px; height: 3px;
  background: linear-gradient(90deg,#1e40af,#f59e0b);
  border-radius: 2px; margin: 0;
}
.kbcp-sec-head.center { text-align: center; }
.kbcp-sec-head.center .divider { margin: 0 auto; }

/* White card */
.kbcp-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 2px 20px rgba(15,29,61,0.08);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.kbcp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(15,29,61,0.13);
}

/* Icon badge */
.kbcp-icon-badge {
  width: 54px; height: 54px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.kbcp-icon-badge.blue  { background: #eff6ff; color: #1e40af; }
.kbcp-icon-badge.gold  { background: #fffbeb; color: #f59e0b; }
.kbcp-icon-badge.navy  { background: #e8edf5; color: #0f1d3d; }
.kbcp-icon-badge.green { background: #f0fdf4; color: #16a34a; }
.kbcp-icon-badge.red   { background: #fef2f2; color: #dc2626; }

/* Info highlight box */
.kbcp-highlight {
  background: #eff6ff;
  border-left: 4px solid #1e40af;
  border-radius: 0 10px 10px 0;
  padding: 18px 22px;
  margin: 20px 0;
}
.kbcp-highlight.gold { background: #fffbeb; border-color: #f59e0b; }
.kbcp-highlight.green { background: #f0fdf4; border-color: #16a34a; }

/* Modern table */
.kbcp-table { width: 100%; border-collapse: collapse; }
.kbcp-table thead tr th {
  background: #0f1d3d; color: #fff;
  padding: 14px 18px; font-size: 13px;
  font-weight: 600; text-align: left;
}
.kbcp-table thead tr th:first-child { border-radius: 10px 0 0 0; }
.kbcp-table thead tr th:last-child  { border-radius: 0 10px 0 0; }
.kbcp-table tbody tr td {
  padding: 13px 18px; font-size: 14px;
  border-bottom: 1px solid #e9edf3; color: #374151;
  vertical-align: middle;
}
.kbcp-table tbody tr:nth-child(even) td { background: #f8fafc; }
.kbcp-table tbody tr:hover td { background: #eff6ff; }
.kbcp-table tbody tr:last-child td { border-bottom: none; }
.kbcp-table tbody tr:last-child td:first-child { border-radius: 0 0 0 10px; }
.kbcp-table tbody tr:last-child td:last-child  { border-radius: 0 0 10px 0; }

/* Profile card */
.kbcp-profile-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(15,29,61,0.08);
  height: 100%;
  transition: transform 0.2s;
}
.kbcp-profile-card:hover { transform: translateY(-4px); }
.kbcp-profile-card .avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin: 0 auto 14px;
  background: linear-gradient(135deg,#1e40af,#0f1d3d);
  color: #f59e0b;
  font-weight: 700;
}
.kbcp-profile-card h6 {
  color: #0f1d3d; font-weight: 700;
  font-size: 15px; margin-bottom: 4px;
}
.kbcp-profile-card .role {
  color: #64748b; font-size: 12px;
  background: #eff6ff; border-radius: 20px;
  display: inline-block; padding: 3px 12px;
  margin-top: 6px;
}

/* Checklist items */
.kbcp-checklist { list-style: none; padding: 0; margin: 0; }
.kbcp-checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #f1f5f9;
  font-size: 14px; color: #374151; line-height: 1.6;
}
.kbcp-checklist li:last-child { border-bottom: none; }
.kbcp-checklist li .check {
  min-width: 22px; height: 22px;
  border-radius: 50%;
  background: #eff6ff; color: #1e40af;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; margin-top: 1px;
}
.kbcp-checklist li .check.gold { background: #fffbeb; color: #f59e0b; }
.kbcp-checklist li .check.green { background: #f0fdf4; color: #16a34a; }

/* Blog card */
.kbcp-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(15,29,61,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
  display: flex; flex-direction: column;
}
.kbcp-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(15,29,61,0.14);
}
.kbcp-blog-card .blog-img {
  width: 100%; height: 210px;
  object-fit: cover; display: block;
}
.kbcp-blog-card .blog-body {
  padding: 24px; flex: 1; display: flex;
  flex-direction: column;
}
.kbcp-blog-card .blog-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #f59e0b;
  background: #fffbeb; border-radius: 4px;
  padding: 3px 10px; margin-bottom: 10px;
}
.kbcp-blog-card .blog-title {
  color: #0f1d3d; font-size: 16px; font-weight: 700;
  line-height: 1.5; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.kbcp-blog-card .blog-excerpt {
  color: #64748b; font-size: 13px; line-height: 1.7;
  margin-bottom: 16px; flex: 1;
}
.kbcp-blog-card .blog-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #1e40af; font-size: 13px; font-weight: 600;
  text-decoration: none; margin-top: auto;
}
.kbcp-blog-card .blog-link:hover { color: #f59e0b; }

/* CTA strip */
.kbcp-cta-strip {
  background: linear-gradient(135deg,#0f1d3d 0%,#1e3a8a 100%);
  padding: 40px 0;
  text-align: center;
}
.kbcp-cta-strip h3 {
  color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 8px;
}
.kbcp-cta-strip p { color: rgba(255,255,255,0.75); margin-bottom: 24px; font-size: 14px; }
.kbcp-btn-primary {
  display: inline-block; padding: 13px 28px;
  background: #f59e0b; color: #0f1d3d !important;
  font-weight: 700; font-size: 14px;
  border-radius: 8px; text-decoration: none !important;
  transition: background 0.2s;
  border: none; cursor: pointer;
}
.kbcp-btn-primary:hover { background: #d97706; color: #fff !important; }
.kbcp-btn-outline-white {
  display: inline-block; padding: 12px 26px;
  border: 2px solid rgba(255,255,255,0.5); color: #fff !important;
  font-weight: 600; font-size: 14px;
  border-radius: 8px; text-decoration: none !important;
  transition: all 0.2s; margin-left: 12px;
}
.kbcp-btn-outline-white:hover {
  border-color: #f59e0b; color: #f59e0b !important;
}

/* Page nav breadcrumb */
.kbcp-breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,0.65);
  justify-content: center; margin-top: 8px;
}
.kbcp-breadcrumb a { color: rgba(255,255,255,0.65); text-decoration: none; }
.kbcp-breadcrumb a:hover { color: #f59e0b; }
.kbcp-breadcrumb span { color: #f59e0b; }

