/*===========================
     01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap");
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #111827;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Zodiak", serif;
    font-weight: 700;
    color: #111827;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #111827;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* CUSTOM STYLE  */
.navbar-nav {
    margin: auto;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(
        left,
        #33c8c1 0%,
        #119bd2 50%,
        #33c8c1 100%
    );
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(
        to right,
        #33c8c1 0%,
        #119bd2 50%,
        #33c8c1 100%
    );
    background-size: 200%;
}
.main-btn:hover {
    color: #fff;
    background-position: right center;
}

/*===== All SECTION TITLE Style =====*/
.section-title .line {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}
.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361cc1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}
.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}
.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
        both;
}
.preloader
    .loader
    .ytp-spinner
    .ytp-spinner-container
    .ytp-spinner-rotator
    .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}
.preloader
    .loader
    .ytp-spinner
    .ytp-spinner-container
    .ytp-spinner-rotator
    .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}
.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #000000 #000000 #e1e1e1;
    border-radius: 50%;
    border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #e1e1e1;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #e1e1e1;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
        infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
        both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
        both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.contact-link {
    display: none;
}

/* btn-15 */
.btn-15 {
    overflow: hidden;
    padding: 3px 0 !important;
}
.btn-15 a {
    padding: 3px 0 !important;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-15 a:after {
    content: attr(data-menu-name);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    padding: 3px 0 !important;
}

.btn-15 a:hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 3px 0 !important;
}
.btn-15 a:hover:after {
    border-bottom: 2px solid #fff;
}
.sticky .btn-15 a:hover:after {
    border-bottom: 2px solid #111827;
}

a.lastlink:hover {
    color: #fff;
}

.sticky a.lastlink:hover {
    color: #111827;
}

.btn-15 a.lastlink::after {
    color: #fff;
}
.sticky .btn-15 a.lastlink::after {
    color: #111827;
}
.btn-15 li {
    overflow: hidden;
    padding: 3px 0 !important;
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
    padding: 10px 0;
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}
.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        width: 260px;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }

    .btn-15 a:hover:after {
        border-bottom: 2px solid #111827;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        width: 260px;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }

    .btn-15 a:hover:after {
        border-bottom: 2px solid #111827;
    }
}

.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}
.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #111827;
    }

    .btn-15 a::after {
        display: block;
        padding: 4px 0;
        color: #111827;
    }
    .btn-15 a:hover:after {
        border-bottom: 2px solid #111827;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #111827;
    }

    .btn-15 a::after {
        display: block;
        padding: 4px 0;
        color: #111827;
    }
    .btn-15 a:hover:after {
        border-bottom: 2px solid #111827;
    }
}
.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}
.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}
.navbar-nav .nav-item .sub-menu li {
    display: block;
}
.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #2e2e2e;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #361cc1;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2e2e2e;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2e2e2e;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}
.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(
        left,
        #fe8464 0%,
        #fe6e9a 50%,
        #fe8464 100%
    );
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(
        to right,
        #fe8464 0%,
        #fe6e9a 50%,
        #fe8464 100%
    );
    background-size: 200%;
}
.navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #111827;
}

.sticky .navbar-nav .nav-item a {
    color: #111827;
}

.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
    color: #111827;
}

/*===== HEADER HERO =====*/
.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
}

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

.header-hero-content {
    padding-top: 180px;
}
@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 100px;
    }
}
.header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}
@media (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 30px;
    }
}
.header-hero-content .header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 30px;
    }
}
.header-hero-content .text {
    color: #fff;
    margin-top: 30px;
}
.header-hero-content .main-btn {
    margin-top: 40px;
}

.header-hero-image {
    padding-top: 45px;
}
.header-hero-image img {
    max-width: 650px;
}
@media (max-width: 767px) {
    .header-hero-image img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .header-hero-image {
        padding-top: 30px;
    }
}

/* SLIDER  */
.owl-item.active .hero-img img {
    transition: 3s;
    transition-delay: 0.2s;
    -webkit-animation: zoomin 40s infinite;
    animation: zoomin 40s infinite;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.8);
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.8);
    }
} /*End of Zoom in Keyframes */

.desc {
    position: absolute;
    padding: 2%;
    z-index: 9;
    width: 40%;
    top: 45%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.hero-img {
    position: relative;
}

.desc .carsl_cnt {
    color: #fff;
    font-size: 16px;
}
.desc h2 {
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
}

.carsl_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}
.carsl_btn a span.arrow-1 {
    width: 20px;
    text-align: center;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 0.4s;
}
.carsl_btn a span.arrow-1 img {
    opacity: 0;
    width: 18px;
    padding: 6px 0 0 7px;
}
.carsl_btn a:hover span.arrow-1 img {
    opacity: 1;
}

.carsl_btn a span.arrow-txt {
    padding: 0px;
    margin: 0 0 0 10px;
}
.carsl_btn a:hover span.arrow-1 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.hero-img img.desksliderimg {
    display: block;
}
.hero-img img.mobilesliderimg {
    display: none;
}

/*   .hero-img:before {
       background: rgba(0, 0, 0, 0.38);
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
   }*/

/*   .btn-gradient-bg {
       color: #fff;
       display: inline-block;
       padding: 11px 33px;
       background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
       border-radius: 30px;
   }*/
.delay-1 {
    animation-delay: 0.3s;
}
.delay-2 {
    animation-delay: 0.4s;
}
.delay-3 {
    animation-delay: 0.6s;
}
.delay-4 {
    animation-delay: 0.8s;
}
.delay-5 {
    animation-delay: 0.1s;
}

.lineslider {
    width: 40px;
    height: 1px;
    background: #fff;
    margin: auto;
}
.slider-counter {
    display: flex;
    z-index: 99;
    top: 45%;
    width: 80px;
    position: absolute;
    text-align: center;
    right: 10%;
    font-size: 14px;
    color: rgba(242, 242, 242, 0.7);
    font-weight: 400;
    transform: rotate(90deg);
}
@media (max-width: 767px) {
    .slider-counter {
        font-size: 80px;
        font-weight: 600;
        bottom: 0;
    }
}
@media (max-width: 576px) {
    .slider-counter {
        font-size: 30px;
        font-weight: 500;
        bottom: 0;
    }
}

.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
    position: absolute;
    bottom: 50%;

    color: #fff;
    font-size: 2em;
}

.hero_carosel .owl-nav button.owl-prev {
    left: 3%;
}

.hero_carosel .owl-nav button.owl-next {
    right: 3%;
}

.hero_carosel i.owl-direction {
    margin: 0 13px;
    padding: 0;
    color: #607d8b;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
    outline: 0;
    background: none;
}
.hero_carosel .owl-nav button.owl-next:hover,
.hero_carosel .owl-nav button.owl-prev:hover {
    outline: 0;
    background: none;
    color: #565656;
}

.tag {
    width: 60px;
    height: 1px;
    background: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}

/* SLIDER END  */

.banner-section {
    position: relative;
}
section.banner-section:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* ------------------------------------------------------------------------- */
.our-team-section {
    padding: 80px 0;
}
.sort-title {
  margin-bottom: 20px;
}
.our-team-section .main-title {
  padding-bottom: 30px;
}
.team-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(
        0,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 50%
    );
    z-index: 1;
    transition: all 500ms ease;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.team-block-one .inner-box .image-box:after {
    position: absolute;
    content: "";
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bfbfbf;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}
.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px 40px;
    z-index: 1;
}
.team-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 36px 15px 31px 15px;
    overflow: hidden;
    margin-top: -65px;
    box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
}
.team-block-one .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}
.team-block-one .inner-box .lower-content .inner h3 a {
    display: inline-block;
    color: #252525;
}
.team-block-one .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
}
.team-block-one .inner-box:hover .image-box::before {
    opacity: 0;
}
.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}
.team-block-one .inner-box:hover .image-box:after {
    opacity: 1;
}
.team-block-one .inner-box:hover .image-box .social-links li a {
    transform: scale(1, 1);
}
/* ------------------------------------------------------------------------- */

/* COntact US PAGe  */
.contact-wrapper {
  padding: 80px 0;
  background: url(../images/contact-us.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.contact-detail {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
}
.contact-cbox .contact-box-icon{
  margin-right: 20px;
}
.contact-cbox {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-cbox:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}
.contact-box-text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-box-text a {
  font-size: 16px;
  line-height: 26px;
  color: #252525;
  display: block;
}
.contact-detail li i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  transition: all 500ms ease;
  color: #888;
}
.contact-detail li:hover i {
  background: #111827;
  border-color: #111827;
  color: #fff;
}
.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #727272;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.form-group {
  margin-bottom: 20px;
}
.form_titles {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.form-btn {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 17px 37px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  box-shadow: 0 20px 30px rgb(211 220 232 / 80%);
  transition: all 500ms ease;
  background: #111827;
  margin-top: 20px;
}
/* COntact US PAGe  */

/* custom  */
.lastlink {
    color: #fff;
    transition: all 0.4s;
    font-weight: 500;
}
.sticky .lastlink {
    color: #111827;
}
.main-title {
    padding: 0 0 20px 0;
}
.main-title h3 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #111827;
}
.main-title p {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 20px;
}

.read-more {
    margin: 25px 0;
    padding: 0;
}
.read-more a {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    color: #111827;
}

.read-more a span {
    display: inline-block;
    position: relative;
}
.read-more a i {
    margin: 0;
    font-size: 25px;
    display: inline-block;
    padding: 0px 0 0 10px;
}

.read-more a span:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #111827;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.read-more a:hover span:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*===========================
      services  css 
===========================*/
.servicesbg-area {
    background: #f3f4f6;
    padding: 100px 0;
    margin: 100px 0 0 0;
}
.service-img {
    position: relative;
}
.service-shape1 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 100px / 2 + 0.17px);
    bottom: -40px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    overflow: hidden;
}

p.services-title {
    color: #111827;
    margin: 0 auto;
    padding: 60px 0 0 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

p.services-title:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #111827;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

p.services-title:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*===========================
      05.ABOUT css 
===========================*/

.d-flex {
    align-items: center;
}
.about-area {
    position: relative;
    z-index: 5;
}

.about-content {
    max-width: 400px;
    margin: auto;
}
.about-content .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #111827;
}

.about-content .main-btn {
    background: -webkit-linear-gradient(
        left,
        #fe8464 0%,
        #fe6e9a 50%,
        #fe8464 100%
    );
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(
        to right,
        #fe8464 0%,
        #fe6e9a 50%,
        #fe8464 100%
    );
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px;
}
.about-content .main-btn:hover {
    background-position: right center;
}

/*===========================
      ABOUT css 
===========================*/

/*===========================
      SECTOR  css 
===========================*/
.sector-area {
    background: #171717;
}
.sectors-row {
    display: flex; /*align-items: center;*/
    justify-content: space-between;
}
.sector-left {
    width: 40%;
    float: 0;
}
.sector-right {
    width: 40%;
    float: 0;
}

.sector-right img {
    width: 100%;
}

.sectors-row .title {
    color: #fff;
}

.sector-list {
}
.sector-list ul {
    margin: 80px 0 0 0;
    padding: 0;
}
.sector-list li {
    position: relative;
    margin: 0;
    padding: 22px 0;
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #333333;
    line-height: 1.2;
    justify-content: space-between;
}

span.sector-txt {
    width: 70%;
    display: inline-block;
}
span.arrow-up {
    display: block;
    float: right;
    width: 50px;
}

.sector-list li:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.sector-list li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*===========================
      SECTOR  css  END
===========================*/

/*===========================
      BLOG  CSS 
===========================*/
.blog {
}
.blog-area {
    background: #f9fafb;
}
.blog-txt-sub {
    max-width: 70%;
    margin-left: auto;
}
.blog-txt-sub p {
    font-size: 20px;
    line-height: 1.5;
}
.full-width-container {
    position: relative;
}

.see-all {
    position: absolute;
    top: 45%;
    right: 9%;
    z-index: 10;
}
.see-all-btn {
}
.see-all-btn a {
    display: flex;
    width: 100px;
    height: 100px;
    background: #171717;
    border-radius: 100px;
    overflow: hidden;
    align-items: center;
    text-align: center;
    transition: all 0.4s;
}
.see-all-btn a:hover span.arrow-txt {
    opacity: 1;
}
.see-all-btn a:hover span.arrow-see {
    opacity: 0;
}

.see-all-btn span.arrow-see {
    background: #171717;
    margin: auto 5%;
    width: 90%;
    color: #fff;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 25px;
    transition: all 0.4s;
}
.see-all-btn span.arrow-txt {
    background: #171717;
    margin: auto 5%;
    width: 90%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    display: block;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}

.blog_slider {
    margin: 0;
    padding: 50px 0 0 0;
    position: relative;
}

.full-width-container {
    margin-right: -22%;
}

.read-more2 {
    position: relative;
}
.read-more2:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.single-blog:hover .read-more2:after {
    transform: scaleX(0);
    transform-origin: bottom right;
}

.month-filter-holder {
    text-align: center;
    margin: 10px 10px 25px;
}

h4 {
    color: #000;
    font-size: 30px;
}
.item {
    background: #000;
}
.month-data.active {
    height: auto;
}
.prev-icon {
    float: left;
}
.month-list {
    display: inline-block;
    vertical-align: top;
}
.month-list .month-filter {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 3px;
    cursor: pointer;
}

.month-list .month-filter.active {
    background-color: #ccc;
}
.next-icon {
    float: right;
}
.prev-icon,
.next-icon {
    cursor: pointer;
}
.month-data-holder {
    padding: 15px;
}
.month-data {
    overflow: hidden;
}

.blog-image {
    overflow: hidden;
}
.blog-image img {
    border-radius: 0px;
    width: 100%;
    transition: all 0.4s;
}

.single-blog {
    background: #fff;
}
.single-blog:hover .blog-image img {
    transform: scale(1.2);
}

.single-blog .blog-content {
    padding: 25px;
}
.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6a6972;
    display: inline-block;
    margin-left: 50px;
}
.single-blog .blog-content .meta li:first-child {
    margin-left: 0;
}
.single-blog .blog-content .meta li a {
    color: #6a6972;
}
.single-blog .blog-content .text {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #2e2e2e;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .single-blog .blog-content .text {
        font-size: 20px;
        line-height: 30px;
    }
}
.single-blog .blog-content .more {
    font-size: 16px;
    color: #111827;
    margin-top: 30px;
}
.single-blog .blog-content .more i {
    margin-left: 5px;
}

/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5;
    background: #171717;
}

@media only screen and (min-width: 1921px) {
    .footer-area::before {
        height: 1120px;
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.footer-about .logo img {
    width: 160px;
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.footer-about .social {
    margin-top: 0px;
}
.footer-about .social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-about .social li a {
    font-size: 18px;
    color: #9ca3af;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
    color: #fff;
}

.footer-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.link-wrapper {
    padding: 0 35px;
}

@media (max-width: 767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px;
    }
}
.link-wrapper .link {
    padding-top: 20px;
}
.link-wrapper .link li {
    margin-top: 20px;
}
.link-wrapper .link li a {
    font-size: 16px;
    color: #9ca3af;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.link-wrapper .link li a:hover {
    color: #fff;
}

.footer-contact .contact {
    padding-top: 20px;
}
.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 30px;
}

.copyright-content {
    text-align: right;
    font-size: 14px;
}
.copyright-content p {
    color: #9ca3af;
    font-size: 14px;
}
.copyright-content a {
    font-size: 16px;
    color: #9ca3af;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.copyright-content a:hover {
    color: #fe8464;
}

.footer-cbox {
    color: #9ca3af;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.footer-cbox .footer-box-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cbox .footer-box-text {
    width: calc(100% - 50px);
}
.footer-box-text a {
    display: block;
    color: #9ca3af;
}
.footer-box-text a:hover {
    color: #fff;
}
.footer-wrapper {
    padding-top: 20px;
}
/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #111827;

    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}
.back-to-top:hover {
    color: #fff;
}

.subscribe-box {
}
.subscribe-box p {
    color: #9ca3af;
}

.subscribe-form {
    position: relative;
}
.subscribe-form input {
    border: 1px solid #9ca3af;
    background: none;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    color: #fff;
}

.subscribe-form input::placeholder {
    opacity: 1;
    color: #9ca3af;
}
.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
.subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
.subscribe-form input:focus {
    border-color: #9ca3af;
}

.subscribe-form button {
    position: absolute;
    top: 0;
    color: #9ca3af;
    border: 0;
    right: 0;
    font-size: 25px;
    border-radius: 0;
    height: 55px;
    padding: 0 10px;
    line-height: 55px;
    background: none;
}

.subscribe-form button:hover {
    color: #fff;
    background-position: right center;
}

@media (max-width: 1380px) {
    .see-all {
        right: 6%;
    }
    .full-width-container {
        margin-right: -10%;
    }
    #home {
        position: relative;
    }

    .desc {
        position: absolute;
        padding: 2%;
        z-index: 9;
        width: 80%;
        top: 40%;
        left: 10%;
        transform: translate(-00%, -20%);
        color: #fff;
    }

    .slider-counter {
        display: flex;
        z-index: 99;
        top: inherit;
        bottom: 12%;
        width: 80px;
        position: absolute;
        text-align: center;
        right: 2%;
        font-size: 14px;
        color: rgba(242, 242, 242, 0.7);
        font-weight: 400;
        transform: rotate(90deg);
    }
}

@media (max-width: 991px) {
    .blog-txt-sub {
        max-width: 100%;
        margin-left: auto;
    }

    .full-width-container {
        margin-right: -20%;
    }
    .see-all {
        right: 15%;
    }
    .about-content {
        max-width: 100%;
        margin: 30px auto 0;
    }
    .contact-detail {
      padding: 20px;
    }
    .contact-detail li i {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
    }
    .contact-box-text a {
      font-size: 14px;
    }
    .contact-box-text {
      font-size: 14px;
    }
    .contact-box-text h4 {
      font-size: 18px;
    }
    .contact-cbox .contact-box-icon {
      margin-right: 10px;
    }
    .form-btn {
      font-size: 14px;
      padding: 10px 20px;
      line-height: 20px;
      margin-top: 8px;
    }
    .form_titles {
      font-size: 20px;
      margin-bottom: 15px;
    }
    .form-control {
      height: 40px;
      font-size: 14px;
      padding: 5px 10px;
    }
}

@media (max-width: 768px) {
  .contact-form-wrapper {
    margin-top: 20px;
  }
  .contact-wrapper {
    padding: 40px 0;
  }
    .desc h2 {
        color: #fff;
        font-size: 20px;
        margin: 20px 0;
    }
    .desc .carsl_cnt {
        color: #fff;
        font-size: 14px;
        line-height: 1;
    }

    .hero_carosel .owl-nav button.owl-next {
        right: 1%;
    }
    .hero_carosel .owl-nav button.owl-prev {
        left: 1%;
    }

    .sector-left {
        width: 100%;
    }
    .sector-right {
        display: none;
    }
    .sector-list ul {
        margin: 30px 0 0 0;
        padding: 0;
    }

    .full-width-container {
        margin-right: -18%;
    }
    .see-all {
        right: 13%;
    }

    .hero-img img.desksliderimg {
        display: none;
    }
    .hero-img img.mobilesliderimg {
        display: block;
    }
    .team-block-one .inner-box .lower-content {
      margin: 0 20px;
    }
    .main-title h3 {
      font-size: 30px;
    }
    .team-block-one .inner-box .lower-content .inner h3 {
      font-size: 16px;
    }
    .our-team-section {
      padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .contact-link {
        display: block !important;
    }
    .full-width-container {
        margin-right: 0%;
    }
    .see-all {
        right: 5%;
    }

    .copyright-content {
        text-align: center;
    }
    .footer-about .social {
        text-align: center;
    }
    p.services-title {
        padding: 45px 0 0px 0;
        margin-bottom: 30px;
    }
}
