/*-----------------------------------------------------------------------------------

    Theme Name: Nestlinx
    Theme URI: http://
    Description: Architecture & Interior Design HTML Template
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- 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
        |- other
        |- billing

    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */
/* ====================== [ Start Typography  ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    color: #191514;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    color: inherit;
}

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,
h5,
h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

a,
span {
    display: inline-block;
}

a:hover,
span:hover {
    text-decoration: none;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.custom-font {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.roman {
    font-family: 'Times New Roman', Times;
}

.prop {
    font-family: 'Drive Prop', Sans-serif;
}

.playfont {
    font-family: 'Playfair Display', serif;
}

.main-color {
    color: #0A9DFF !important;
}

.bg-prism {
    background-color: #faf5d6;
}

.bg-prim {
    background-color: #fef5b9;
}

.bg-grey {
    background-color: #9d9c9b;
}

.bg-gray {
    background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
    -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
    background-color: #141414 !important;
}

.bg-dark .primery-shadow {
    -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
    background-color: #0A9DFF !important;
}

.bg-color .primery-shadow {
    -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.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: 120px 0;
}

.section-padin {
    padding: 50px 0;
}

.section-pbb {
    padding: 100px 0;
}

.section-ptb {
    padding: 90px 0;
}

.section-pbt {
    padding: 20px 0;
}

.head-pt {
    padding: 80px 0 0;
}

.head-pb {
    padding: 0 0 80px;
}

.rounded {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.unlist {
    list-style: none;
}

.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;
}

.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);
}

.padding5 {
    padding-right: 5%;
    padding-left: 5%;
}

/*-------------------------------------------------------
                       text color
  -------------------------------------------------------*/
.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-extra-light-gray {
    color: #b7b7b7;
}

/*-------------------------------------------------------
                      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-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-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-35 {
    font-size: 35px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-45 {
    font-size: 45px !important;
}

.fz-50 {
    font-size: 50px !important;
}

/*-------------------------------------------------------
                      line-height
  -------------------------------------------------------*/
.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-24 {
    line-height: 24px;
}

.line-height-22 {
    line-height: 22px;
}

.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;
}

/*-------------------------------------------------------
                       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;
}

.ls10 {
    letter-spacing: 10px !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;
}

/*-------------------------------------------------------
              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;
}

/* ====================== [ End Helper Classes  ] ====================== */


/* ====================== [ 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: 10px;
}

@-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);
    }
}

.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%);
}


/* ====================== [ End Text Animation & Images ] ====================== */

/* ====================== [ 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;
}

[data-overlay-dark]:before {
    background: #000000;
}

[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;
}

.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey h5,
.bg-grey h6,
.bg-grey span {
    color: #0A9DFF;
}

.bg-grey p {
    color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[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 Heading ] ====================== */
.section-head {
    position: relative;
    margin: 0 auto 80px;
}

.section-head h4 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
}

.section-head h6 {
    color: #0A9DFF;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.sub-title {
    color: #0A9DFF;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}

.sub-title:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #0A9DFF;
    position: absolute;
    left: 0;
    top: 50%;
}

.extra-title {
    font-weight: 700;
}

.tit h6 {
    color: #0A9DFF;
    font-weight: 400;
    font-size: 22px;
}

.tit h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tit .navs span {
    padding: 15px 30px;
    background: #f8f4f3;
    cursor: pointer;
}

.tit .navs span:hover {
    background: #0A9DFF;
    color: #fff;
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
    background: #1b5e3b;
    padding: 12px;
    font-family: 'Teko', sans-serif;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.bttn {
    padding: 12px 35px;
    border-radius: 5px;
}

.btn-curve:focus {
    outline: none;
}

.btn-curve:hover {
    color: #ffffff;
}

.btn-curve span {
    color: #fff;
}

.btn-curve:hover span {
    color: #0a2b41;
}

.btn-curve span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

/* ====================== [ End Button Style ] ====================== */


/* ====================== [ Start navbar ] ====================== */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    min-height: 80px;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 15px 7px;
    margin: 10px;
}

.navbar .navbar-nav .nav-active {
    color: #fecc00;
}

.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9;
}

.navbar .navbar-nav .nav-link:hover {
    background: transparent;
    color: #fecc00;
}

.submenu {
    opacity: 0;
}

.submenu:hover {
    opacity: 1;
    color: #fecc00;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
    position: relative;
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.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: 100vh;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.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.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * 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 .thin {
    color: #0A9DFF;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
    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: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.slider .parallax-slider .caption .thin span {
    color: #0A9DFF;
}

.slider .parallax-slider .caption h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    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 h1 span {
    font-weight: 700;
}

.slider .parallax-slider .caption p {
    color: #eee;
    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: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.slider .parallax-slider .caption .btn-curve {
    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 .parallax-slider .hmone h1 .thin {
    font-size: 30px;
    margin-bottom: 20px;
}

.slider .caption.center h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.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: 60px;
    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: 40px;
    right: 40px;
}

.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    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: #fff;
    font-size: 13px;
}

.slid-half {
    position: relative;
}

.slid-half .nofull {
    position: relative;
    overflow: hidden;
    background-color: #252531;
    background-image: url(../img/line-pattern1.png);
    background-repeat: repeat;
    height: 105vh;
    color: #fff;
}

.slid-half .swiper-pagination-fraction.top {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: auto;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.slid-half .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px #fff;
}

.slid-half .swiper-pagination-fraction.top .swiper-pagination-current:after {
    content: '/';
    color: #fff;
    position: relative;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 100;
}

.cta__slider-wrapper {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
}

.cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.cta__slider {
    min-height: 105vh;
}

.cta__slider .swiper-slide {
    overflow: hidden;
}

.cta__slider-arrows {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.cta__slider-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    cursor: pointer;
}

.cta__slider-arrow.cta__slider-arrow--previous {
    left: 0;
}

.cta__slider-arrow.cta__slider-arrow--next {
    left: 50%;
}

.cta__slider-item {
    position: relative;
}

.cta__slider-item .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cta__slider-item .media-wrapper .bg-img {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
}

.cta__slider-item .container {
    position: relative;
    z-index: 4;
}

.cta__slider-item .caption {
    position: relative;
}

.cta__slider-item .caption .top-corn,
.cta__slider-item .caption .bottom-corn {
    position: absolute;
    left: -60px;
    top: -60px;
    opacity: .3;
}

.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:after,
.cta__slider-item .caption .bottom-corn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0A9DFF;
}

.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .bottom-corn:after {
    width: 30px;
    height: 1px;
}

.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:before {
    width: 1px;
    height: 30px;
}

.cta__slider-item .caption .bottom-corn {
    top: auto;
    bottom: -60px;
}

.cta__slider-item .caption .bottom-corn:before {
    top: auto;
    bottom: 0;
}

.cta__slider-item .caption h1 {
    font-size: 75px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.cta__slider-item .caption .thin {
    color: #0A9DFF;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 5px;
    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: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.cta__slider-item .caption p {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.cta__slider-item .caption .btn-curve {
    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;
}

.cta__slider-item.swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
}

.cta__slider-item.swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.cta__slider-item.swiper-slide-active .caption .btn-curve,
.cta__slider-item.swiper-slide-active .caption .thin,
.cta__slider-item.swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pages-header {
    height: 350px;
}

.pages-header .cont h1 {
    font-size: 75px;
    margin-bottom: 20px;
}

.pages-header .cont .path {
    color: #fff;
    font-size: 17px;
}

.pages-header .cont .path .active {
    color: #fecc00;
}

.pages-header .cont .path span {
    margin: 0 20px;
    font-size: 10px;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about {
    position: relative;
}

.about .exp-img .img {
    width: 90%;
    height: 500px;
    position: relative;
    z-index: 2;
}

.about .exp-img .img:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.95);
    z-index: -1;
}

.about .exp-img .img .since {
    position: absolute;
    right: 70px;
    top: 70px;
}

.about .exp-img .img .since span {
    display: block;
    color: #0A9DFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.about .exp-img .img .since span:first-of-type {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.about .exp-img .img .years {
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.about .exp-img .img .years h5 {
    color: #0A9DFF;
    letter-spacing: 5px;
    font-size: 20px;
}

.about .exp-content {
    position: relative;
    z-index: 2;
}

.about .exp-content:after {
    content: '';
    width: 200px;
    height: 250px;
    position: absolute;
    top: -40px;
    right: -40px;
    border: 10px solid #fafafa;
    z-index: -1;
}

.about .exp-content.nopat:after {
    display: none;
}

.about .exp-content ul {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about .exp-content ul li {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about .exp-content ul li:after {
    content: '/';
    position: relative;
    margin: 0 15px;
    color: #777;
}

.about .exp-content ul li:last-of-type:after {
    display: none;
}

.about .ab-exp .pattern {
    height: 100%;
    width: 100%;
}

.about .ab-exp .years-exp {
    position: relative;
    height: 100%;
    width: 100%;
    border: 10px solid #f8f4f3;
}

.about .ab-exp .years-exp .exp-text {
    position: absolute;
    bottom: 40px;
    left: -10px;
    padding: 10px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
}

.about .ab-exp .years-exp .exp-text h2 {
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.about .ab-exp .years-exp .exp-text h2:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f4f3;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -1;
}

.about .ab-exp .years-exp .exp-text h6 {
    font-size: 14px;
}

.about .specialty ul {
    margin: 0;
}

.about .specialty ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.about .specialty ul li span {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-right: 30px;
}

.about .specialty ul li:last-of-type {
    margin-bottom: 0;
}

.about .pat {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 2;
}

.about .pat:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .94;
}

.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */

.item-bxt {
    padding: 55px 40px;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-right: 0;
}

.item-bxt:hover {
    background-color: #636262;
    border-top: none;
    color: #ffffff;
}

.item-bxt p {
    color: #000;
}

.item-bxt:hover p {
    color: #fecc00;
}

.services .item-bx {
    padding: 55px 40px;
    height: 100%;
    width: 270px;
}

.item-bex {
    padding: 15px;
    text-align: center;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #2c2b2b;
    margin: 10px;
}

.item-bex:hover {
    color: #0A9DFF;
}

.bex {
    padding: 15px;
    text-align: center;
    height: 265px;
    width: 250px;
    background-color: #fefff2;
    border-radius: 10px;
    border: 0.5px solid #626262;
    margin: 5px;
}

.bnx {
    padding: 25px;
    text-align: center;
    height: 200px;
    margin: 2px;
}

.bex h6 {
    color: #000000;
}

.bex p {
    color: #000000;
}

.item-rex {
    padding: 55px 40px;
    height: 100%;
}

.item-tex {
    text-align: unset;
}

.services .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #0A9DFF;
    padding-right: 70px;
    line-height: 1;
    position: relative;
}

.bnxy {
    display: inline-flex;
}

.services .item-bx p {
    color: #000;
}

.logbx {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.box-top {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 45px rgba(10, 10, 10, 0.06);
    box-shadow: 0 0 45px rgba(10, 10, 10, 0.06);
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    z-index: 3;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
.numbers .item {
    position: relative;
}

.numbers .item:after {
    width: 35px;
    height: 35px;
    bottom: 0;
    background: #f7f7f7;
}

.numbers .item:before {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #f7f7f7;
    bottom: 35px;
}

.numbers .item:before,
.numbers .item:after {
    content: '';
    position: absolute;
    right: 20%;
    z-index: -1;
}

.numbers .item h3 {
    margin-bottom: 10px;
}

.numbers .item h3 span {
    font-size: 60px;
    color: #0A9DFF;
}

.numbers .item h3 i {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    color: #777;
    margin-left: 15px;
}

.numbers .item h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ====================== [ End Numbers & Counter  ] ====================== */

/* ====================== [ Start services ] ====================== */
.process .coulmn {
    position: relative;
}

.process .coulmn:after {
    position: absolute;
    content: '';
    width: 75px;
    border-top: 2px dashed #0A9DFF;
    top: 75px;
    right: -35px;
}

.process .item {
    text-align: center;
}

.process .item .bg-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

.process .item .bg-img:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 150px;
    position: relative;
    z-index: 3;
}

/* ====================== [ End services ] ====================== */

/* ====================== [ Start Team ] ====================== */

/* ====================== [ End Team ] ====================== */

/* ====================== [ Start Testimonials ] ====================== */

/* ====================== [ End Testimonials ] ====================== */

/* ====================== [ Start Blog ] ====================== */

.aimg {
    height: 200px;
    width: 350px;
    margin: 10px;
    border-radius: 15px;
}

.bimg {
    height: 350px;
    width: 350px;
    margin: 10px;
    border-radius: 15px;
}

.cimg {
    height: 400px;
    width: 300px;
    margin: 10px;
    border-radius: 15px;
}

.pin h6 {
    color: #fecc00;
}

/* ====================== [ End Blog ] ====================== */

/* ====================== [ Start contact ] ====================== */

/* ====================== [ End contact ] ====================== */

/* ====================== [ Start Footer ] ====================== */
.main-footer {
    padding: 100px 0 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;

}

.main-footer.dark {
    background: #efefff;
    color: #0a2b41;
}

.main-footer .abot p {
    font-size: 13px;
}

.main-footer .abot .social-icon {
    margin-top: 20px;
}

.main-footer .abot .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-footer .abot .social-icon a:hover {
    border-color: #0A9DFF;
    color: #0A9DFF;
}

.riselinx:hover {
    color: #fecc00;
}

.main-footer .usful-links ul {
    margin: 0;
}

.main-footer .usful-links ul li {
    font-size: 13px;
    margin-bottom: 10px;
}

.main-footer .usful-links ul li:hover {
    color: #0A9DFF;
}

.main-footer .usful-links ul li i {
    font-size: 10px;
    color: #0A9DFF;
    margin-right: 5px;
}

.main-footer .fothead h6 {
    color: #1b5e3b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.main-footer .fotcont .fothead h6 {
    position: relative;
    padding-bottom: 10px;
}

.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(38, 37, 37, 0.273);
    height: 1px;
}

.main-footer .fotcont p {
    font-size: 13px;
}

.main-footer .sub-footer {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.main-footer .sub-footer p {
    font-size: 13px;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
    .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;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .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;
    }

    .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;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 15px;
    }

    .navbar .nav-link {
        margin: 10px auto !important;
    }

    .navbar .logo {
        margin-left: 15px;
        width: 50px;
    }

    .nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #0A9DFF !important;
    }

    .light .social-icon a,
    .nav-scroll .social-icon a {
        color: #fff;
    }

    .navbar .social-icon,
    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }

    .navbar .social-icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
    }

    .navbar .search .search-form {
        display: block;
        position: static;
        height: auto;
    }

    .navbar .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .navbar .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }

    .navbar .search .icon,
    .navbar .search .search-form .close {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #222;
        text-align: center;
        color: #eee;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee;
    }

    .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #0A9DFF;
    }

    .slider .caption.center h1 {
        font-size: 40px;
    }

    .cta__slider-item .media-wrapper .bg-img {
        width: 100%;
    }

    .about .specialty,
    .about .exp-content,
    .numbers .item,
    .team .slick-slider,
    .about .ab-exp,
    .about .txt-cont,
    .content {
        margin-top: 50px;
    }

    .services .feat-top {
        width: 100%;
        margin-top: 0;
        padding: 100px 30px 70px;
    }

    .services .feat-top .item-sm {
        margin-bottom: 30px;
        background: #fff;
        padding: 30px;
    }

    .portfolio.full-bg .cluom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        height: 50vh;
    }

    .process .coulmn:after {
        display: none;
    }

    .blog-grid .item,
    .process .item,
    .team.tmgrid .item,
    .contact .info .item {
        margin-bottom: 50px;
    }

    .contact .info {
        padding-bottom: 30px !important;
    }

    .contact .map-box {
        height: 400px;
    }

    .blog-grid,
    .process,
    .team.tmgrid {
        padding-bottom: 70px;
    }

    .team.tmgrid {
        background: #fff;
    }

    .brands .box-top .item {
        margin: 20px 0;
    }

    .team {
        background: #f8f4f3;
    }

    .team .tit .navs span {
        background: #fff;
    }

    .team .tit .navs span:hover {
        background: #0A9DFF;
    }

    .team .team-container {
        width: 100%;
    }

    .about .pat {
        display: none;
    }

    .cont-map {
        background: #f8f4f3;
    }

    .cont-map .contact-form form {
        top: 0;
        right: 0;
        margin: 120px 0;
    }

    .cont-map .contact-map {
        position: relative;
        height: 400px;
        width: 100%;
    }

    .cont-map .bg-img {
        display: none;
    }

    .portfolio .gallery.twsty .three-column {
        width: 50% !important;
    }

    footer .item {
        margin-bottom: 30px;
    }

    footer .sub-footer {
        margin-top: 20px;
    }

    footer .sub-footer .text-left,
    footer .sub-footer .text-right {
        text-align: center !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-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .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;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .navbar .logo {
        width: 60px;
    }

    .btn-curve {
        padding: 8px 15px;
    }

    .btn-curve span {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .section-head h4 {
        font-size: 22px;
    }

    .pages-header .cont h1 {
        font-size: 40px;
    }

    .slider .caption.center h1 {
        font-size: 25px;
    }

    .slider .caption.center h1 br {
        display: none;
    }

    .slider .social-icon {
        left: 15px;
        bottom: 15px;
        display: none;
    }

    .slider .swiper-pagination-fraction.top.botm {
        right: 15px;
        bottom: 15px;
    }

    .slider .swiper-pagination-fraction.top span {
        font-size: 20px;
    }

    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 25px;
    }

    .slider .setone.setwo .next-ctrl {
        right: auto;
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .setone.setwo .prev-ctrl {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 35px;
    }

    .slider .setone .swiper-nav-ctrl {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .setone {
        bottom: 15px;
        right: 15px;
    }

    .cta__slider-item .caption h1 {
        font-size: 40px;
    }

    .cta__slider-arrows {
        right: 15px;
        bottom: 15px;
    }

    .slid-half .swiper-pagination-fraction.top {
        right: auto;
        top: auto;
        left: 15px;
        bottom: 15px;
    }

    .about .exp-content:after {
        right: 0;
    }

    .about .exp-img .img {
        width: 100%;
    }

    .about .exp-content ul {
        display: block;
    }

    .about .exp-content ul li {
        margin-top: 10px;
        display: inline-block;
    }

    .about .ab-exp .years-exp {
        height: 300px;
        margin-top: 10px;
    }

    .services .feat-top {
        padding: 80px 10px 50px;
    }

    .services .item-sm .numb {
        padding-right: 30px;
    }

    .services .item-sm .numb:after {
        width: 15px;
    }

    .brands .box-top .row>div {
        width: 50%;
    }

    .blog-grid.center .item .cont {
        padding: 30px 20px;
    }

    .portfolio .gallery.twsty .items {
        width: 100%;
    }

    .portfolio .filtering span {
        margin: 5px 15px;
        font-size: 12px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .portfolio.full-bg .cluom {
        height: 40vh;
        min-height: 250px;
    }

    .portfolio .gallery.twsty .three-column {
        width: 100% !important;
    }

    .blog-pg .posts .item .content {
        position: relative;
    }

    .blog-pg .posts .item .content .col-10,
    .blog-pg .posts .item .content .col-2 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .blog-pg .posts .item .content .col-2 {
        position: absolute;
        right: 0px;
        top: -90px;
        z-index: 3;
    }

    .blog-pg .posts .item .content .date a {
        padding: 10px;
        background: #fff;
        margin: 0;
    }

    .blog-pg .posts .item .content .date .num {
        font-size: 25px;
        margin: 0;
    }

    .blog-pg.single .comments-area .item.relped {
        margin-left: 0px;
    }

    .blog-pg.single .comments-area .item .info h6 span {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .pages-header .cont .path {
        font-size: 15px;
    }

    .pages-header .cont .path span {
        margin: 0 10px;
    }

    .blog-pg.single .post .title-head a {
        letter-spacing: 0;
        margin: 0 7px;
    }

    .blog-pg .posts .item .img .info {
        padding: 10px;
    }

    .blog-pg .posts .item .img .info .date .num {
        font-size: 20px;
    }

    .blog-pg.single .post .content .share-info {
        display: block;
    }

    .blog-pg.single .post .content .share-info .tags,
    .blog-pg.single .post .content .share-info .social {
        display: block;
        width: 100%;
        text-align: center;
    }

    .blog-pg.single .post .content .share-info .tags {
        margin-top: 20px;
    }

    .blog-pg.single .post .author {
        padding: 30px 15px;
    }

    .blog-pg.single .post .author .author-img {
        display: block;
        width: 120px;
        margin: 0 auto 30px;
    }

    .blog-pg.single .post .author .info {
        display: block;
        padding: 0;
        text-align: center;
    }

    .blog-pg.single .comments-area .item .comment-img {
        display: block;
        margin: 0 auto 30px;
        width: 60px;
    }

    .blog-pg.single .comments-area .item .info {
        display: block;
        padding: 0;
        text-align: center;
    }

    .blog-pg.single .comments-area .item.relped {
        margin-left: 0px;
    }

    .blog-pg.single .comments-area .item .info h6 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .blog-pg.single .comments-area .item .info .replay {
        top: -25px;
    }
}

/* ====================== [ End Responsive ] ====================== */

/* ====================== [ Start Otherstyle ] ====================== */

.items-list {
    display: block;
    position: relative;
    text-align: center;
}


.nzt {
    padding: 40px 0;
}

.tale:hover {
    color: #0A9DFF;
}

.brandb1 {
    font-size: 60px;
}

.brandb2 {
    font-size: 50px;
}

.brandb3 {
    font-size: 30px;
}

.line::after {
    border-top: 2px solid;
    border-color: #d71414;
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    margin-top: 8px;
}

.line2 {
    border-top: 2px solid;
    border-color: #d71414;
    display: block;
    height: 1px;
    width: 50%;
    text-align: justify;
}

/* ====================== [ End Otherstyle ] ====================== */

/* ====================== [ Start BGIMAGE ] ====================== */
.b1g {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(homeimg.jpg);
    background-size: cover;
    border-bottom: 2px solid #000;
}

/* ====================== [ End BGIMAGE ] ====================== */
