/* CSS Document */

@charset "utf-8";

/*********************************************
           Fonts
**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap');

/*********************************************
           General Style
**********************************************/

html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    color: #222;
    /*background: #222;*/
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

img,
svg {
    max-width: 100%;
}

p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #CCC;
    text-align: left;
}

.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.section-title h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #b2b2b2;
}

.section-title h3 {
    color: #212529;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.readmore a {
    transition: all 0.2s ease-out 0s;
    background: #212529;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    margin: 0px;
    padding: 16px 50px;
    letter-spacing: 0px;
    font-size: 16px;
}

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

a {
    text-decoration: none;
}


/*********************************************
           Cursor Style
**********************************************/

.element {
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 10000;
}

.element-item {
    position: fixed;
    transform: translate(-50%, -50%) scale(1.0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 40%);
}

.element-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #666;
    border-radius: 100%;
    z-index: -1;
    transform: scale(1.0);
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.element-item.elem_hover:before {
    opacity: 0.2;
    transform: scale(6.5);
}

.element-item.elem_hover {
    border-color: transparent;
}

.element-item:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "";
    position: absolute;
    font-size: 7px;
    left: 50%;
    color: #666;
    top: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: -7px 0 0 -7px;
    opacity: 0;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transform: scale(0);
    box-sizing: border-box;
}

.element-item.close-icon:before,
.element-item.slider_hover:before {
    opacity: 0;
}

.element-item.slider_hover {
    width: 60px;
    height: 60px;
}

.element-item.slider_hover:after {
    transform: scale(2.3) rotate(45deg);
    opacity: 1;
    content: "\f337";
    line-height: 16px;
}

.element-item.slider_linknext:after {
    content: "Next";
    text-indent: -8px;
}

.element-item.close-icon {
    width: 60px;
    height: 60px;
}

.element-item.close-icon:after {
    transform: scale(1.8);
    opacity: 1;
    content: "\f00d";
    line-height: 16px;
}

.element-item.loader_element:after {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top-color: #fff;
    opacity: 1;
    transform: scale(18.5);
    border-radius: 50%;
    animation: spin .9s linear infinite;
    width: 34px;
    height: 34px;
    font-weight: 100;
    line-height: 34px;
    margin: -17px 0 0 -17px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.btn-primary {
    color: #fff;
    background-color: #2bd7bf;
    border-color: #2bd7bf;
}

.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.our_gallery .grid-sizer {
    width: 25%;
}

.our_gallery .single_portfolio_item {
    width: 25%;
    text-align: center;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 480px;
}

.our_gallery .single_portfolio_item:hover {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.our_gallery .single_portfolio_item.width_img {
    width: 50%;
}

.our_gallery .single_portfolio_item.long_img {
    height: 960px;
}

.list-terms p {
    margin-bottom: 45px;
}

.list-terms p a {
    text-decoration: none;
    color: #2bd7bf;
}

.text-center .title-group {
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    text-align: center;
    max-width: 500px;
}

.bg_one {
    background: #222;
}

.bg_two {
    background: #333;
}

.error_section {
    position: relative;
    background-image: url(../images/bg-dotted.png);
    color: #fff;
    z-index: 1;
    background-repeat: repeat;
}

.error_section .title-modern {
    font-size: 15em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    font-family: open sans, sans-serif;
    color: rgba(255, 255, 255);
    animation: titleColor 3s linear infinite;
}

.error_section .context-dark h3 {
    color: #fff;
    font-size: 50px;
    line-height: 44px;
    font-weight: bold;
}

.error_section .readmore {
    margin-top: 50px;
    margin-bottom: 15px;
}

.error_section .readmore a {
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    background: #2bd7bf;
}

.error_section .readmore a:hover {
    background: #444;
}


/*********************************************
           top-bar Style
**********************************************/

.top-bar {
    background: url(../images/top-bar-img.jpg) no-repeat top;
    background-size: cover !important;
    height: 110px;
    z-index: 99;
}

.topbar-left {
    text-align: left;
    padding: 17px 0px 0px;
}

.topbar-left ul {
    list-style: none;
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
    padding-left: 0px;
}

.topbar-left li {
    color: #222222;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding-right: 20px;
    border-right: 1px solid #222222;
}

.topbar-left li:nth-child(2) {
    border-right: 0px;
    font-family: 'Jost', sans-serif;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 18px;
    font-weight: bold;
}

.topbar-left li a {
    text-decoration: none;
    color: #222222;
}

.topbar-left li:nth-child(2) i {
    font-size: 22px;
}

.topbar-left li i {
    padding-right: 8px;
    font-size: 18px;
    color: #222;
}

.topbar-right {
    text-align: right;
    padding: 17px 0px 0px;
}

.topbar-right p {
    display: inline-block;
    font-size: 16px;
    color: #222;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
}

.topbar-right ul {
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}

.topbar-right ul li {
    display: inline-block;
    padding-left: 8px;
}

.topbar-right ul li a {
    color: #222222;
    text-decoration: none;
}

.topbar-right ul li a i {
    font-size: 18px;
}


/*********************************************
           headerwrap Style
**********************************************/

#headerwrap {
    position: relative;
    background: transparent;
    top: -50px;
    z-index: 999;
}

.visible-title {
    visibility: visible;
}

.fixed-header {
    position: fixed !important;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #2bd7bf !important;
}

.fixed-header .navigation-bg {
    border-radius: 0px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.navigation-bg {
    background: #2bd7bf;
    border-radius: 5px;
}

.navigation-bg .logo {
    padding: 10px 0px 10px 15px;
}

.navigation-bg .navbar {
    padding: 0px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    padding: 34px 20px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 0px;
    position: relative;
    transition: all 100ms linear;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #333;
}

.navbar-light .navbar-toggler {
    display: none;
}

.navbar-brand {
    display: none;
}

.close-toggler {
    display: none;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.navbar-expand-lg .navbar-nav .nav-link i {
    padding-left: 5px;
}

.navbar-nav>li>a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    background: #2bd7bf;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.navbar-nav>li .submenu {
    list-style: none;
    position: absolute;
    left: 0;
    top: 200%;
    width: 180px;
    height: auto;
    padding: 0px;
    background: #444;
    box-shadow: 0 3px 3px rgb(0 0 0 / 70%);
    text-align: left;
    z-index: 100;
    display: none;
    border-radius: 0px 2px 2px 2px;
}

.navbar-nav>li>ul>li {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
}

.navbar-nav>li>ul>li>a,
.submenu>li>a {
    transition: 0.3s all;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 8px 15px;
    font-weight: normal;
    font-size: 13px;
    color: #fff !important;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.navbar-nav li:hover>ul {
    top: 100%;
    margin-left: 0;
    display: block;
}

.navbar-nav>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav>li>ul>li>a:hover,
.submenu>li>a:hover {
    background: #2bd7bf;
    color: #fff !important;
    transform: scale(1.04);
}


/*********************************************
           Custom slider Style
**********************************************/

.tp-banner-container {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
    margin-top: -89px;
}

.tp-banner {
    position: relative;
    width: 100%;
}

.tp-caption {
    line-height: normal !important;
}

.tp-caption a {
    color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
    border: 3px #fff solid;
    border-radius: 50%;
    background-image: none !important;
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {}

.tp-rightarrow .tp-arr-allwrapper {}

.tp-arr-iwrapper {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
    content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.slide-h1 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 57px;
}

.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #555;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
}

.big-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
}

.large-desc {
    font-size: 16px;
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}

.slide-h3 span {
    text-transform: uppercase;
    font-weight: bold;
}

.slide-head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.slide-desc {
    font-size: 22px;
    line-height: 150%;
}

.main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 70px;
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center;
}

.icon-cont:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    content: "";
}

.icon-cont i {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
}

.icon-cont span {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

a.wit-btn {
    background: #fff;
    color: #333 !important;
    text-transform: uppercase;
}

.wit-line {
    width: 5%;
    height: 1px;
    background: #fff;
}

.vert-line {
    min-height: 270px;
    width: 1px;
    background: #fff;
}

.subTxt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important;
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter;
}

.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.witTxt {
    color: #fff !important;
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px;
}

.black-bg {
    background: rgba(0, 0, 0, .63);
    color: #a8a8a8;
    text-transform: none;
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.wit-border {
    border: 1px #fff solid;
    padding: 15px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.rounded-bord {
    margin-right: 15px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
}

#vertical-ticker {
    height: 120px;
    overflow: hidden;
}

#vertical-ticker li {
    padding: 15px 20px;
    display: block;
    text-align: center;
}

.to-bottom i.fa {
    font-size: 30px;
    border: 2px #a8a8a8 solid;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}

.slidertext_hover {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    font-family: 'Jost', sans-serif;
}

.slidertext2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold !important;
    padding: 15px 0;
    text-transform: capitalize !important;
    font-family: 'Jost', sans-serif;
    text-align: center;
}

.slidertext3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal !important;
    padding: 15px 0;
    text-transform: inherit !important;
    text-align: center;
    line-height: 28px !important;
}

.slidertext4 a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 42px;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    text-transform: uppercase !important;
    text-align: center;
    background: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    background-color: #fff;
}

.tp-bannertimer {
    display: none;
}

.slider_btn a {
    background: #2bd7bf !important;
    border-radius: 5px;
    color: #fff !important;
}

.slider_btn a:hover {
    background: #222222 !important;
}

.slidertext4 i {
    padding-left: 6px;
    font-size: 24px;
}

a.slidebtn {
    background: #e76ba9;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 16px;
    text-align: center;
    font-weight: normal !important;
    text-transform: none !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

a.slidebtn i {
    margin-left: 10px;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* Opera 12.0 */

@-o-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}

.mainslider {
    margin-top: -93px;
}

.tp-caption .readmore a:hover {
    background-color: #2bd7bf;
}


/*********************************************
           about Style
**********************************************/

.about-info {
    padding: 90px 0;
    position: relative;
}

.s-header-shape-1 {
    position: absolute;
    top: -183px;
    left: 0;
    width: 100%;
    height: 185px;
    background-image: url(../images/waves-img.png);
    background-size: cover;
    z-index: 99;
}

.s-header-shape-2 {
    position: absolute;
    top: -87px;
    left: 0;
    width: 100%;
    height: 88px;
    background-image: url(../images/waves-img1.png);
    background-size: cover;
    z-index: 99;
}

.s-header-shape-3 {
    position: absolute;
    top: -77px;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url(../images/waves-img2.png);
    background-size: cover;
    z-index: 99;
}

.s-header-shape-4 {
    position: absolute;
    top: -123px;
    left: 0;
    width: 100%;
    height: 124px;
    background-image: url(../images/waves-img3.png);
    background-size: cover;
    z-index: 99;
}

.about-info .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.about-info .section-title h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #b2b2b2;
}

.about-info .section-title h3 {}

.about-info .section-title p {
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
}

.about-info .about-description {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0px;
}

.about-info .about-description li {
    font-size: 14px;
    line-height: 27px;
    color: #BABABA;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
}

.about-info .about-description li:before {
    content: "\f061";
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    font-size: 15px;
    color: #2bd7bf;
}

.callwrap {
    background: #2bd7bf;
    position: relative;
    padding: 25px;
    line-height: initial;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.callwrap .readmore a {
    color: #fff;
}

.callwrap .readmore a:hover {
    transition: all 0.2s ease-out 0s;
    background: #000;
    color: #fff;
}

.callwrap .phone {
    border-left: 1px solid #fff;
    position: relative;
    padding-left: 80px;
}

.callwrap .phone:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 50px;
    color: #fff;
}

.callwrap .phone span {
    color: #fff;
    line-height: initial;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 4px;
}

.callwrap .phone a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
}

.about_img {
    text-align: center;
    position: relative;
}

.about_img .video-play {
    position: absolute;
    font-weight: 900;
    top: 35%;
    background: #2bd7bf;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 5px;
    right: 80px;
    font-size: 50px;
    color: #fff;
}


/*********************************************
           serviceswrp Style
**********************************************/

#serviceswrp {
    background: url(../images/services-bg.jpg) top;
    padding: 90px 0px;
    background-size: cover;
}

#serviceswrp .col-lg-4:nth-child(1) .services-box {
    margin-bottom: 25px;
}

#serviceswrp .col-lg-4:nth-child(2) .services-box {
    margin-bottom: 25px;
}

#serviceswrp .col-lg-4:nth-child(3) .services-box {
    margin-bottom: 25px;
}

.services-box {
    position: relative;
    text-align: center;
}

.services-box .card {
    padding: 35px 20px;
    background-color: #222;
    border: none;
    border-radius: 5px;
}

.services-box .card-body {
    padding: 0;
    margin-top: 20px;
}

.services-box .card-body .card-title {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-box .card-body .card-title a {
    color: #fff;
    text-decoration: none;
}

.services-box .card-body .card-text {
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    min-height: 110px;
}

.services-box .service-icon {
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    color: #2bd7bf;
    font-size: 50px;
    margin: 0 auto;
    border: 1px solid #2bd7bf;
    border-radius: 5px;
}

.services-box .service-icon i:before {
    position: relative;
    left: 3px;
}

#serviceswrp .services-box:hover .card {
    background: #2bd7bf;
    color: #fff;
}

#serviceswrp .services-box:hover .service-icon {
    border-color: #fff;
    color: #fff;
}

#serviceswrp .services-box:hover .card-body .card-title a {
    color: #fff;
    text-decoration: none;
}

#serviceswrp .services-box:hover .card-text {
    color: #fff;
}


/*********************************************
           brand Style
**********************************************/

.brand-section {
    position: relative;
    padding: 50px 0px 50px;
    background: #222;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    background-image: url(../images/vertical-lines.png);
    background-repeat: repeat;
}

.brand-section .brand-content {
    position: relative;
    padding: 0px 50px;
}

.brand-section li {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.brand-section .owl-controls {
    display: none !important;
}

.brand-company {
    position: relative;
}

.brand-section .testi-item {
    text-align: center;
}

.brand-section .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #222;
    overflow: hidden;
    padding: 10px;
    min-height: 130px;
    border: 1px solid hsl(0deg 0% 100% / 10%);
    position: relative;
    border-radius: 5px;
}

.brand-section .logo-box figure {
    text-align: center;
    margin-bottom: 0px;
}

.brand-section .logo-box img {
    width: 100%;
    text-align: center;
    pointer-events: none;
    transition: 0.3s linear 0.3s;
}

.brand-section .logo-box .info {
    z-index: 1;
    position: absolute;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: 1s;
}

.brand-section .logo-box .info h5 {
    margin-bottom: 5px;
}

.brand-section .logo-box .info a {
    color: #ccc;
    text-decoration: none;
}

.brand-section .logo-box:hover .info {
    transform: none;
    opacity: 1;
    left: 65px;
    visibility: visible;
    transition-delay: 0.05s;
}

.brand-section .logo-box:hover img {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    transform: translateY(10px);
}


/*********************************************
       page-header-inner Style
**********************************************/

.page-header-inner {
    position: relative;
    margin-top: -93px;
    padding: 135px 0px 80px;
    background-image: url(../images/breadcrubrm-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    z-index: 1;
}

.page-header-inner:before {
    position: absolute;
    background-color: rgb(34 34 34 / 70%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
}

.page-header-inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header-inner .thm-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.thm-breadcrumb li {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thm-breadcrumb li a {
    color: #eee;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Jost', sans-serif;
}

.thm-breadcrumb li:not(:last-of-type):after {
    margin-left: 10px;
    content: '-';
    color: #2bd7bf;
    margin-right: 10px;
    font-family: 'Jost', sans-serif;
}

.thm-breadcrumb li span {
    font-family: 'Jost', sans-serif;
    color: #2bd7bf;
}

.thm-breadcrumb li a:hover {
    color: #2bd7bf;
}


/*********************************************
           Scroll To Top Style
**********************************************/

#scroll__up {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2bd7bf;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #000;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scroll__up.show {
    opacity: 1;
}

#scroll__up.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus {
    outline: none;
}


/*********************************************
           aboutWrapp Style
**********************************************/

.aboutWrapp {
    position: relative;
}

.aboutWrapp .col-lg-4 {
    padding: 0px;
}

.aboutWrapp .aboutbox-post {
    position: relative;
}

.aboutWrapp .aboutbox-post .image-preview {
    overflow: hidden;
}

.aboutWrapp .aboutbox-post .image-preview img {
    transition: all 0.3s ease-out;
}

.aboutWrapp .aboutbox-post .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.aboutWrapp .aboutbox-post .hover-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 2;
    background: linear-gradient(180deg, rgba(196, 152, 110, 0) 0%, rgba(196, 152, 110, 0.1) 25%, rgb(233 176 4 / 40%) 50%, #2bd7bf 100%);
}

.aboutWrapp .aboutbox-post .hover-box span {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    right: 20px;
    bottom: 0;
}

.aboutWrapp .aboutbox-post .hover-box .cat-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    margin: 0 0 12px;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.aboutWrapp .aboutbox-post .hover-box .cat-link:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    margin-right: 10px;
    background: #fff;
    transition: all 0.36s ease-in-out;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
}

.aboutWrapp .aboutbox-post .hover-box h4 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

.aboutWrapp .aboutbox-post .hover-box h4 a {
    text-decoration: none;
    color: #fff;
}

.aboutWrapp .aboutbox-post .hover-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.1) 25%, rgba(11, 11, 11, 0.4) 50%, rgba(11, 11, 11, 0.7) 100%);
}

.aboutWrapp .aboutbox-post:hover .image-preview img {
    transform: scale(1.1);
}

.aboutWrapp .aboutbox-post:hover .hover-box:before {
    opacity: 1;
}

.aboutWrapp .aboutbox-post:hover .hover-box .cat-link:before {
    width: 0;
    margin-right: 0;
}

.aboutWrapp .aboutbox-post:hover .hover-box:after {
    opacity: 0;
}


/*********************************************
           galleryWrapp Style
**********************************************/

.galleryWrapp {
    padding: 90px 0 0;
    position: relative;
    background-image: url(../images/vertical-lines.png);
    background-repeat: repeat;
}

.galleryWrapp .gallery-box {
    position: relative;
    margin-bottom: 25px;
}

.galleryWrapp .gallery-box .overlay {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.galleryWrapp .gallery-box .overlay img {
    width: 100%;
    position: relative;
}

.galleryWrapp .gallery-box .overlay::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #000;
    transition: all 0.35s ease-in-out;
}

.galleryWrapp .gallery-box .hoverlink a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #222;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    background: #2bd7bf;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.35s ease-in-out;
}

.galleryWrapp .gallery-box .overlay .content {
    position: absolute;
    left: -100px;
    bottom: 0;
    align-items: center;
    opacity: 0;
    z-index: 1;
    transform: translateX(0px);
    transition: all 0.35s ease-in-out;
    padding: 20px;
}

.galleryWrapp .gallery-box .overlay .content span {
    font-size: 13px;
    font-weight: 600;
    color: #2bd7bf;
}

.galleryWrapp .gallery-box .overlay .content h5 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 0px;
}

.galleryWrapp .gallery-box .overlay .content h5 a {
    color: #ffffff;
    text-decoration: none;
}

.galleryWrapp .gallery-box:hover .overlay>a {
    opacity: 1;
    right: 30px;
}

.galleryWrapp .gallery-box:hover .overlay .content {
    left: 0px;
    opacity: 1;
}

.galleryWrapp .gallery-box:hover .overlay::after {
    opacity: 0.8;
    top: 0;
    right: 0;
}


/*********************************************
           counter Style
**********************************************/

#counter {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: #333;
    background-image: url(../images/bg-dotted.png);
    background-repeat: repeat;
}

#counter .item {
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 40px 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #252525;
    box-shadow: 0 0 30px rgb(0 0 0 / 40%);
}

#counter .item:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2bd7bf none repeat scroll 0 0;
}

#counter .item:hover .counter-icon {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#counter .item .number {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 60px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 0px;
}

#counter .item p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'Jost', sans-serif;
}

.counter-icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: #2bd7bf;
    margin-bottom: 10px;
}

.bg_testi {
    background: url(../images/bg-testimonials.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 30px 65px;
}

.bg_testimoniall {
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/vertical-lines.png);
    background-repeat: repeat;
}

.testimonialWrap {
    padding: 90px 0px;
}

.testimonialWrap .section-title {
    text-align: left;
}

.text__carousel {
    background: #222;
    color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    position: relative;
}

.text__carousel:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f10e";
    top: 30px;
    right: 20px;
    position: absolute;
    color: #ccc;
    font-weight: 900;
    opacity: 0.8;
    font-size: 14px;
}

.item__header {
    padding: 0 0 20px 80px;
    margin-bottom: 20px;
    position: relative;
}

.item__header .popup-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.item__header .popup-avatar img {
    width: 60px;
    height: 60px;
}

.item__header .review-owner {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-top: 12px;
    letter-spacing: 2px;
    color: #b2b2b2;
}

.item__header .listing-rating {
    margin: 4px 0 0 0;
    position: relative;
    width: 90px;
}

.item__header .listing-rating i {
    font-size: 10px;
    margin-right: 4px;
    position: relative;
    z-index: 2;
    float: left;
    top: 5px;
    color: #2bd7bf;
}

.text__content p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #CCC;
    text-align: left;
}

.testimonialWrap .readmore a {
    background: #2bd7bf;
}

.testimonialWrap .readmore a:hover {
    background: #000;
    color: #fff;
}


/*********************************************
           blog Style
**********************************************/

.blogWrapp {
    position: relative;
    padding: 90px 0px 65px;
    background-image: url(../images/vertical-lines.png);
    background-repeat: repeat;
}

.post-blog {
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0px 25px 35px -20px #bdd7d3;
     
}

.post-blog .post-blog-media a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
}

.post-blog .post-blog-media a img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-blog .post-blog-content {
    padding: 30px;
    transition: all 200ms linear;
    position: relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.post-blog-content h3 {
    font-size: 22px;
    font-weight: 600;
    /* margin-bottom: 25px; */
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.post-blog-content h3 a {
    color: #1c1c1c;
    text-decoration: none;
}

.post-blog-content h3 a:hover {
    color: #2bd7bf;
}

.post-blog-header {
    position: relative;
    margin-bottom: 10px;
}

.post-blog-header a {
    position: relative;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.post-blog-social {
    position: relative;
}

.post-blog-social ul {
    list-style: none;
    padding-left: 0px;
    position: relative;
    display: block;
}

.post-blog-social ul li {
    display: inline-block;
    padding-right: 10px;
}

.post-blog-social ul li a {
    color: #fff;
    text-decoration: none;
}

.post-blog-social ul li a:hover {
    color: #2bd7bf;
}

.post-blog .post-blog-content p {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.post-blog .post-blog-content .readmore {
    margin-top: 30px;
    margin-bottom: 15px;
}

.post-blog .post-blog-content .readmore a {
    background: #2bd7bf;
    text-decoration: none;
}

.post-blog .post-blog-content .readmore a:hover {
    background: #000;
    text-decoration: none;
}

.post-blog:hover .post-blog-content {
    background: #333;
}

.post-blog.active .post-blog-content {
    background: #fff;
}

.paginationwrap {
    display: flex;
    justify-content: center;
}

.paginationwrap .page-link {
    font-size: 16px;
    color: #fff;
    background-color: #2bd7bf;
    border-color: #333333;
    font-family: 'Jost', sans-serif;
}

.paginationwrap .page-item.active .page-link,
.paginationwrap .page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    border-color: #333333;
    background-color: #333333;
}


/*********************************************
           sidebar-blog Style
**********************************************/

.sidebar-blog {
    position: relative;
}

.sidebar-blog .widget {
    margin-bottom: 25px;
    padding: 35px 30px 25px;
    border-radius: 5px;
    background-color: #333;
    border: 1px solid #444;
}

.widget {
    list-style-type: none;
    text-align: left;
}

.sidebar-blog .widget_search .search-form {
    position: relative;
}

.sidebar-blog .widget_search .search-form .search {
    padding: 12px 25px 12px 21px;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    letter-spacing: 0;
    line-height: inherit;
    width: 100%;
    height: 55px;
    text-shadow: none;
    border: none;
    border-radius: 5px;
}

.sidebar-blog .widget_search .search-form .icon-search::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #020e28;
    position: absolute;
    top: 14px;
    right: 20px;
    font-weight: 900;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sidebar-blog .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 18px;
}

.sidebar-blog .widget_category ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-blog .widget_category ul li {
    margin-bottom: 5px;
}

.sidebar-blog .widget_category ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-blog .widget_category ul li a {
    padding: 0 28px 0 24px;
    background-color: #222;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    color: #aaa;
    line-height: 55px;
    color: rgba(255, 255, 255, .85);
}

.sidebar-blog .widget_category ul li a:hover,
.sidebar-blog .widget_category ul li.active a {
    background-color: #2bd7bf;
    color: #fff;
}

.sidebar-blog .widget_category ul li a.block_inside span {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}

.sidebar-blog .widget_category ul li a.block_inside span.count-tag {
    float: right;
}

.sidebar-blog .widget_recent_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-blog .widget_recent_news ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.sidebar-blog .widget_recent_news ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-blog .widget_recent_news ul li img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-blog .widget_recent_news ul li a {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #aaa;
    padding-left: 25px;
    text-decoration: none;
}

.sidebar-blog .widget_recent_news ul li a span {
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 12px;
    color: #7c7c7c;
}

.sidebar-blog .widget_recent_news ul li:hover a {
    color: #2bd7bf;
}

.sidebar-blog .tags_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-blog .tags_news ul li {
    display: inline-block;
}

.sidebar-blog .tags_news ul li a {
    padding: 11px 20px;
    float: left;
    text-decoration: none;
    border-radius: 5px;
    color: #aaa;
    font-weight: 400;
    margin: 0 6px 6px 0;
    background: #444;
    border: 1px solid #444;
    transition: all 0.2s ease-in-out;
}

.sidebar-blog .tags_news ul li a:hover {
    color: #fff;
    background: #2bd7bf;
}

.sidebar-blog .archive_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-blog .archive_news ul li {
    display: block;
    padding-bottom: 10px;
}

.sidebar-blog .archive_news ul li a {
    display: block;
    color: #aaa;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.sidebar-blog .archive_news ul li a:hover {
    color: #2bd7bf;
}

.blog-post-detail {
    position: relative;
}

.blog-post-detail-image {
    margin-bottom: 30px;
}

.blog-post-detail-image img {
    width: 100%;
    border-radius: 5px;
}

.blog-post-detail-content {
    position: relative;
}

.blog-post-detail-content .blog-date-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.blog-post-detail-content .blog-date-admin a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
}

.blog-post-detail-content .blog-date-admin a i {
    color: #2bd7bf;
    padding-right: 7px;
}

.blog-post-detail-content .blog-date-admin a+a {
    margin-left: 15px;
}

.blog-post-detail-content h3 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
}

.blog-post-detail-content .blog-date-admin a+span {
    margin-left: 15px;
    color: #aaa;
}

.blog-post-detail-content .blog-date-admin a+span i {
    color: #2bd7bf;
    padding-right: 7px;
}

.blog-post-detail-content p {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.blog-details-meta-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #444;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.blog-details__tags span {
    color: #dfdfdf;
    font-size: 20px;
    margin-right: 10px;
    font-family: 'Jost', sans-serif;
}

.blog-details__tags a {
    color: #8d8d8d;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 5px;
}

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

.blog-details__share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__share a+a {
    margin-left: 10px;
}

.blog-details__share a:nth-child(1) {
    border: 1px solid#4267b2;
    background: #4267b2;
    color: #fff;
}

.blog-details__share a:nth-child(2) {
    border: 1px solid#2caae0;
    background: #2caae0;
    color: #fff;
}

.blog-details__share a:nth-child(3) {
    border: 1px solid#e04e42;
    background: #e04e42;
    color: #fff;
}

.blog-details__share a:nth-child(4) {
    border: 1px solid#0173b1;
    background: #0173b1;
    color: #fff;
}

.blog-details__share a:nth-child(5) {
    border: 1px solid#f63c27;
    background: #f63c27;
    color: #fff;
}

.blog-author {
    background-color: #333;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 30px;
    font-family: 'Jost', sans-serif;
}

.blog-author__content {
    padding-left: 40px;
}

.blog-author__image>img {
    width: 170px;
    border-radius: 5px;
}

.blog-author__content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
}

.blog-author__content p {
    text-align: left;
    color: #aaa;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blogWrapp .comments-area {
    margin-top: 40px;
}

.blogWrapp .comments-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    margin-bottom: 15px;
}

.blogWrapp .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blogWrapp .comments-area .comments {
    border-bottom: 0;
}

.blogWrapp .comments-area li>div {
    border-bottom: 1px solid #444444;
    padding: 35px;
    position: relative;
}

.blogWrapp .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blogWrapp .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.blogWrapp .comments-area .comment-thumb .comment-img img {
    border-radius: 5px;
}

.blogWrapp .comments-area .comment-main-area {
    padding-left: 100px;
}

.blogWrapp .comments-area .comments-meta h4 {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

.blogWrapp .comments-area .comments-meta h4 span {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blogWrapp .comments-area .comment-main-area p {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.blogWrapp .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2bd7bf;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blogWrapp .comments-area .comments .comment>ul {
    list-style: none;
}

.comments-reply {
    margin-top: 25px;
    margin-bottom: 10px;
}

.comments-reply .readmore a {
    background: #2bd7bf;
    text-decoration: none;
}

.comments-reply .readmore a:hover {
    background: #000;
}

.blogWrapp .comment-respond {
    margin-top: 25px;
}

.blogWrapp .comment-respond form {
    margin-top: 25px;
}

.blogWrapp .comment-respond .comment-form {
    position: relative;
}

.blogWrapp .comment-respond .form-control {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    width: 100%;
    height: 55px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    font-family: 'Jost', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
    font-size: 16px;
}

.blogWrapp .comment-respond textarea.form-control {
    height: 200px;
    padding: 15px;
}

.blogWrapp .comment-respond .btn {
    transition: all 0.2s ease-out 0s;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    margin: 0px;
    padding: 16px 50px;
    letter-spacing: 0px;
    font-size: 16px;
    background: #2bd7bf;
    text-decoration: none;
    border: none;
    margin-bottom: 25px;
}

.blogWrapp .comment-respond .btn:hover {
    background: #000;
}


/*********************************************
           conFormWrapper Style
**********************************************/

.conFormWrapper {
    position: relative;
}

.contact_form_page {
    position: relative;
}

.contact_form_page input[type=email],
.contact_form_page input[type=text],
.contact_form_page input[type=url],
.contact_form_page input[type=tel],
.contact_form_page input[type=number],
.contact_form_page textarea {
    display: block;
    width: 100%;
    height: 60px;
    background: 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
    font-size: 16px;
    line-height: 60px;
    margin: 0 0 20px;
    color: #181818;
}

.contact_form_page textarea {
    height: 132px;
    line-height: 26px;
    padding-top: 27px;
    margin-bottom: 40px;
    resize: none;
}

.contact_form_page .dgBtn {
    transition: all 0.2s ease-out 0s;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    margin: 0px;
    padding: 16px 50px;
    letter-spacing: 0px;
    font-size: 16px;
    background: #2bd7bf;
    text-decoration: none;
    border: none;
    margin-bottom: 25px;
}

.contact_form_page .dgBtn:hover {
    background: #000;
}

.contactInfo {
    position: relative;
    background: #fdf2e9;
    padding: 25px 25px 25px 110px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contactInfo img {
    max-height: 52px;
    width: auto;
    max-width: 52px;
    position: absolute;
    left: 30px;
    top: 35px;
}

.contactInfo h4 {
    font-size: 22px;
    color: #000108;
    line-height: 42px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 8px;
}

.contactInfo p {
    font-size: 16px;
    color: #03030f;
    line-height: 27px;
    margin: 0;
}

.contactInfo p a {
    text-decoration: none;
    color: #03030f;
}

.contactInfo p a:hover {
    text-decoration: none;
    color: #2bd7bf;
}

.contactInfo:last-child {
    background: #f3fafc;
}

.contactInfo:first-child {
    background: #fff3cb;
}

.con_message {
    display: block;
    width: 100%;
    display: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}


/*********************************************
           portfolio Style
**********************************************/

.single_portfolio_work {
    position: relative;
    overflow: hidden;
}

.portfolio_work_box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0px;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio_work_box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    cursor: pointer;
}

.portfolio_work_box::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 40%), #2bd7bf 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    cursor: pointer;
    opacity: 0;
}

.box_thumbnail_inner {
    position: relative;
}

.portfolio_work_box .box_thumbnail_inner .thumbnail {
    display: block;
    position: relative;
}

.img_hover_link {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 60px;
    transform: translateY(-20px);
    transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 99;
}

.img_hover_link a {
    position: relative;
    display: block;
    top: 45px;
    color: #222;
    height: 50px;
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    margin-left: 30px;
    text-align: center;
    border-radius: 10px;
    background: #2bd7bf;
    transform: translateX(0px);
    transition: all 0.35s ease-in-out;
    z-index: 3;
}

.single_portfolio_work:hover .img_hover_link {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio_work_box .box_thumbnail_inner .thumbnail img {
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
    border-radius: 0px;
    width: 100%;
}

.portfolio_work_content {
    position: relative;
}

.portfolio_work_content .portfolio_work_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 30px 30px 20px;
    z-index: 999;
    width: 100%;
    transform: translateX(-50%);
}

.portfolio_work_content .portfolio_work_inner .portfolio_work_heading {
    transition: cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio_work_content .portfolio_work_inner .portfolio_work_heading span {
    margin: -5px;
    margin-bottom: 5px;
}

.portfolio_work_content .portfolio_work_inner .portfolio_work_heading span a {
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.portfolio_work_content .portfolio_work_inner .portfolio_work_heading h4 {
    color: #ffffff;
    font-size: 30px;
}

.portfolio_work_content .portfolio_work_inner .portfolio_work_heading h4 a {
    color: #ffffff;
    text-decoration: none;
}

.portfolio_work_content .portfolio_work_inner .paragraph {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    transform: translateY(20px);
    line-height: 1.5em;
    max-width: 80%;
    transition: cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
    height: 62px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio_work_content .portfolio_work_inner .paragraph p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 0;
    font-size: 16px;
}

.single_portfolio_work .portfolio_work_box:hover {
    box-shadow: 0 25px 55px rgb(253 71 102 / 22%);
}

.single_portfolio_work .portfolio_work_box:hover::before {
    opacity: 0;
}

.single_portfolio_work .portfolio_work_box:hover::after {
    opacity: 1;
}

.single_portfolio_work:hover .box_thumbnail_inner img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.single_portfolio_work:hover .portfolio_work_inner .portfolio_work_heading {
    transform: translateY(-60px);
    transition: cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.single_portfolio_work:hover .portfolio_work_inner .paragraph {
    transform: translateY(0);
    opacity: 1;
    transition: cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.single_portfolio_work:hover .portfolio_work_inner .portfolio_work_heading h4 a {}

.single_portfolio_work:hover .portfolio_work_inner .portfolio_work_heading span a {
    opacity: 1;
}


/*********************************************
           searchesNew Style
**********************************************/


/*searchesNew*/

.ch-form-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: -20px;
    margin-left: -30px;
    position: relative;
}

@media (min-width:576px) {
    .ch-form-inline {
        flex-direction: row;
    }
}

.ch-form-inline .form-wrap .form-input {
    padding: 12px 25px 12px 21px;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: inherit;
    width: 100%;
    height: 55px;
    text-shadow: none;
    border: none;
    border-radius: 5px;
}

.ch-form-inline .form-button {
    width: 100%;
}

.ch-form-inline .form-button .button-primary {
    transition: all 0.2s ease-out 0s;
    background: #2bd7bf;
    text-decoration: none;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    margin: 0px;
    padding: 16px 50px;
    letter-spacing: 0px;
    font-size: 16px;
    border: none;
    width: 100%;
}

.ch-form-inline .form-button .button-primary:hover {
    background: #000;
    text-decoration: none;
}


/*********************************************
           servicesNew Style
**********************************************/

.servicesNew {
    position: relative;
    background: #fbfbfb;
    background-image: url(../images/bg-dotted.png);
    color: #fff;
    z-index: 1;
    background-repeat: repeat;
}

.servicesNewline {
    padding: 90px 0px;
}

.servicesNew .services-item {
    padding: 30px 30px 15px;
    position: relative;
}

.services-list {
    counter-reset: service-counter;
}

.services-item:before {
    counter-increment: service-counter;
    content: "0"counter(service-counter) "";
    position: absolute;
    right: 60px;
    top: 50px;
    color: #2bd7bf;
    opacity: 0.1;
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}

.servicesNew .services-item .services-item-inner {
    padding: 16px;
    position: relative;
    text-align: left;
}

.services-item-inner .line_box {
    position: absolute;
    background-color: #333;
    content: '';
    -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform;
}

.services-item-inner .line_box.line_top,
.services-item-inner .line_box.line_bottom {
    left: -15px;
    right: -15px;
    height: 1px;
}

.services-item-inner .line_box.line_left,
.services-item-inner .line_box.line_right {
    width: 1px;
    top: -15px;
    bottom: -15px;
}

.services-item-inner .line_box.line_top.line_top,
.services-item-inner .line_box.line_bottom.line_top {
    top: -1px;
}

.services-item-inner .line_box.line_top.line_bottom,
.services-item-inner .line_box.line_bottom.line_bottom {
    bottom: -1px;
}

.services-item-inner .line_box.line_left.line_left,
.services-item-inner .line_box.line_right.line_left {
    left: 0;
}

.services-item-inner .line_box.line_left.line_right,
.services-item-inner .line_box.line_right.line_right {
    right: 0;
}

.services-item-inner .line_box.line_left,
.services-item-inner .line_box.line_right {
    top: -25px;
}

.servicesNew .services-item .services-item-inner .line_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    right: 0;
    background-color: #2bd7bf;
    height: 1px;
}

.servicesNew .services-item .services-item-inner .line_bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    right: 0;
    background-color: #2bd7bf;
    height: 1px;
}

.servicesNew .services-item .services-content {
    position: relative;
    padding: 30px 20px;
    background: #333;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.servicesNew .services-item:hover .services-content {
    transform: scale(1.1);
}

.servicesNew .services-item .services-content i {
    margin-bottom: 15px;
    font-size: 50px;
    color: #2bd7bf;
}

.servicesNew .col-md-6:nth-child(1) .services-item {
    margin-top: 0px;
}

.servicesNew .col-md-6:nth-child(2) .services-item {
    margin-top: 0px;
}

.servicesNew .col-md-6:nth-child(3) .services-item {
    margin-top: 0px;
}

.servicesNew .col-md-6:nth-child(4) .services-item {
    margin-top: 40px;
}

.servicesNew .col-md-6:nth-child(5) .services-item {
    margin-top: 40px;
}

.servicesNew .col-md-6:nth-child(6) .services-item {
    margin-top: 40px;
}

.servicesNew .service-description h4 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.servicesNew .service-description h4 a {
    text-decoration: none;
    color: #fff;
}

.servicesNew .service-description h4 a:hover {
    color: #2bd7bf;
}

.servicesNew .service-description p {
    min-height: 85px;
}

.servicesNew .readmore {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.servicesNew .readmore a {
    background: #2bd7bf;
    text-decoration: none;
}

.servicesNew .readmore a:hover {
    background: #000;
}


/*********************************************
           InnerPage_section Style
**********************************************/

.InnerPage_section {
    padding: 90px 0;
    position: relative;
}

.inner-icon-wrap {
    margin-bottom: 30px;
}

.inner-icon-wrap .text-grey {
    display: none;
}

.service-post-detail {
    position: relative;
}

.service-post-detail-image {
    margin-bottom: 30px;
}

.service-post-detail-image img {
    width: 100%;
    border-radius: 5px;
}

.service-post-detail-content {
    position: relative;
}

.service-post-detail-content ul {
    list-style: none;
    display: block;
    padding-left: 10px;
}

.service-post-detail-content ul li {
    display: block;
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
    font-weight: 400;
}

.service-post-detail-content ul li i {
    padding-right: 15px;
    color: #2bd7bf;
}

.service-post-detail-content ul+p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.service-post-detail-content h3 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
}

.service-post-detail-content p {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}

.sidebar-service {
    position: relative;
}

.sidebar-service .widget {
    margin-bottom: 25px;
    padding: 35px 30px 25px;
    border-radius: 5px;
    background-color: #333;
    border: 1px solid #444;
}

.widget {
    list-style-type: none;
    text-align: left;
}

.sidebar-service .widget_search .search-form {
    position: relative;
}

.sidebar-service .widget_search .search-form .search {
    padding: 12px 25px 12px 21px;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    letter-spacing: 0;
    line-height: inherit;
    width: 100%;
    height: 55px;
    text-shadow: none;
    border: none;
    border-radius: 5px;
}

.sidebar-service .widget_search .search-form .icon-search::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #020e28;
    position: absolute;
    top: 14px;
    right: 20px;
    font-weight: 900;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sidebar-service .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin-bottom: 18px;
}

.sidebar-service .widget_category ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-service .widget_category ul li {
    margin-bottom: 5px;
}

.sidebar-service .widget_category ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-service .widget_category ul li a {
    padding: 0 28px 0 24px;
    background-color: #222;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    color: #aaa;
    line-height: 55px;
    color: rgba(255, 255, 255, .85);
}

.sidebar-service .widget_category ul li a:hover,
.sidebar-blog .widget_category ul li.active a {
    background-color: #2bd7bf;
    color: #fff;
}

.sidebar-service .widget_category ul li a.block_inside span {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}

.sidebar-service .widget_category ul li a.block_inside span.count-tag {
    float: right;
}

.sidebar-service .widget_recent_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-service .widget_recent_news ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.sidebar-service .widget_recent_news ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-service .widget_recent_news ul li img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-service .widget_recent_news ul li a {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #aaa;
    padding-left: 25px;
    text-decoration: none;
}

.sidebar-service .widget_recent_news ul li a span {
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 12px;
    color: #7c7c7c;
}

.sidebar-service .widget_recent_news ul li:hover a {
    color: #2bd7bf;
}

.sidebar-service .tags_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-service .tags_news ul li {
    display: inline-block;
}

.sidebar-service .tags_news ul li a {
    padding: 11px 20px;
    float: left;
    text-decoration: none;
    border-radius: 5px;
    color: #aaa;
    font-weight: 400;
    margin: 0 6px 6px 0;
    background: #444;
    border: 1px solid #444;
    transition: all 0.2s ease-in-out;
}

.sidebar-service .tags_news ul li a:hover {
    color: #fff;
    background: #2bd7bf;
}

.sidebar-service .archive_news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-service .archive_news ul li {
    display: block;
    padding-bottom: 10px;
}

.sidebar-service .archive_news ul li a {
    display: block;
    color: #aaa;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.sidebar-service .archive_news ul li a:hover {
    color: #2bd7bf;
}


/*********************************************
           teamMembers Style
**********************************************/

.teamMembers {
    margin: 0;
    position: relative;
    height: 100%;
    outline: none;
    overflow: hidden;
    margin-top: 25px;
}

.teamMembers .teamImg {
    position: relative;
    overflow: hidden;
    margin-right: 0;
}

.teamMembers .teamImg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.teamMembers .teamImg img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.teamMembers .desc {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 2rem;
    bottom: 0px;
    text-align: left;
    color: #fff;
    transition: all .3s ease;
}

.teamMembers .desc .tag {
    position: relative;
    font-size: .9rem;
    padding-bottom: 5px;
    font-weight: 500;
}

.teamMembers .desc .name {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    transition: all .3s ease;
    max-width: unset;
    padding-bottom: 0;
}

.teamMembers .desc .name a {
    color: #fff;
    text-decoration: none;
}

.teamMembers .desc .name a:hover {
    color: #2bd7bf;
}

.teamMembers .socialMedia {
    opacity: 0;
    width: 100%;
    position: absolute;
    text-align: left;
    transition: all .3s ease;
    left: 0px;
    padding: 25px;
    bottom: 0px;
}

.teamMembers .socialMedia .social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0px;
}

.teamMembers:hover .socialMedia {
    opacity: 1;
    bottom: 30px;
    transition: all .3s ease;
}

.teamMembers:hover .desc {
    bottom: 75px;
    transition: all .3s ease;
}

.teamMembers:hover .teamImg::before {
    opacity: 1;
    height: 100%;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .6));
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.InnerPage_section .col-lg-4:nth-child(1) .teamMembers {
    margin-top: 0px;
}

.InnerPage_section .col-lg-4:nth-child(2) .teamMembers {
    margin-top: 0px;
}

.InnerPage_section .col-lg-4:nth-child(3) .teamMembers {
    margin-top: 0px;
}

.InnerPage_section .about-info {
    padding: 0px;
}

.InnerPage_section .nav-tabs .nav-link,
.nav-pills .nav-link {
    color: #fff;
}

.tab-default .tab-content {
    margin-top: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2bd7bf;
    border-color: #2bd7bf;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2bd7bf;
    border-color: #2bd7bf;
}

.InnerPage_section .modal {
    color: #000;
}

.inner-icon-wrap i {
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    background: #F2F6FE;
    width: 48px;
    color: #2bd7bf;
    height: 48px;
    border-radius: 60px;
    padding: 15px 0;
}

.InnerPage_section .accordion-item {
    margin-bottom: 15px;
}

.InnerPage_section .accordion-item .accordion-button {
    color: #222222;
    background-color: #ffffff;
}

.InnerPage_section .accordion-item .accordion-collapse {
    border: 1px solid #4c4c4c;
}

.InnerPage_section .table {
    color: #ffffff;
}


/*********************************************
           teamDetail Style
**********************************************/

.teamDetail {
    position: relative;
    padding-right: 90px;
}

.teamDetail img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

.teamDetail .skill-team {
    position: relative;
    margin: 31px 0 0;
}

.teamDetail .skill-team p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}

.teamDetail .parent_line {
    position: relative;
    background: 0 0;
    height: 19px;
    border: 1px solid #e6e6e6;
    width: 100%;
}

.teamDetail .parent_line_child {
    position: absolute;
    left: 7px;
    top: 4px;
    height: 9px;
    background: #03030f;
}

.teamDetail .parent_line span {
    position: absolute;
    font-size: 16px;
    color: #18152c;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 0 -9px;
    left: 0;
    top: -38px;
}

.teamDetail .skill-team .progress-bar {
    background-color: #2bd7bf;
}

.teamDetail .skill-team .progress {
    background-color: #444;
}

.teamDetailBox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teamDetailBoxmeta {
    position: relative;
    padding: 0;
    margin: -7px 0 0;
}

.teamDetailBoxmeta .tmdesignation {
    font-size: 16px;
    line-height: 24px;
    color: #2bd7bf;
    display: block;
    margin: 0 0 1px;
}

.teamDetailBoxmeta h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 25px;
}

.teamDetailBoxmeta .social-icons {
    border: none;
    position: relative;
    margin: 0 0 35px;
    padding: 0px;
}

.teamDetailBox p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #CCC;
    margin: 0 0 27px;
    text-align: left;
}

.teamDetailBox .tm_location {
    margin-bottom: 60px;
    padding-left: 15px;
}

.teamDetailBox .tm_location li {
    list-style: none;
    display: block;
    font-size: 18px;
    color: #a1a1a1;
    font-weight: 400;
    line-height: 45px;
    font-family: 'Jost', sans-serif;
    margin: 0;
}

.teamDetailBox .tm_location li i {
    color: #2bd7bf;
    display: inline-block;
    font-size: 30px;
    position: relative;
    top: 2px;
    line-height: inherit;
    margin-right: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.teamDetailBox .tm_location li span {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
}

.teamDetailBox .tm_location li a {
    text-decoration: none;
    color: #a1a1a1;
}


/*********************************************
           contactWrapp Style
**********************************************/

.contactWrapp {
    position: relative;
}

.contact-map {
    position: relative;
}

.contactWrapp .contact-map #map {}

.contactWrapp .contact-map #map iframe {
    margin-bottom: -5px;
    height: 600px;
    width: 100%;
}

.contactWrapp .pos_ab {
    position: absolute;
    top: 0px;
    right: 140px;
    height: 100%;
}

.contactWrapp .form__head {
    display: flex;
    height: 100%;
    max-width: 550px;
    flex-direction: column;
    padding: 58px 40px;
    background: #2bd7bf;
    justify-content: space-around;
}

.contactWrapp .form__head .section-title {
    text-align: left;
    position: relative;
    margin-bottom: 0px;
}

.contactWrapp .form__head .section-title h3 {
    margin-bottom: 0px;
}

.contactWrapp .form__head .section-title h5 {
    color: #ffffff;
}

.contactWrapp .form__head .form {
    position: relative;
}

.contactWrapp .form__head .form-control {
    height: 58px;
    width: 100%;
    padding-left: 15px;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    color: #666666;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
}

.contactWrapp .form__head .form .btn {
    transition: all 0.2s ease-out 0s;
    background: #212529;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 5px;
    margin: 0px;
    border-color: #212529;
    padding: 16px 50px;
    letter-spacing: 0px;
    font-size: 16px;
    width: 100%;
}


/*********************************************
           newsletter_wrap Style
**********************************************/

.ct_newsletter_wrap {
    position: relative;
    background: url(../img/pattern-footer.jpg) repeat;
    padding: 23px 0px;
}

.newletter_des {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.newletter_des h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
}

.newletter_des form {
    position: relative;
    width: 55%;
}

.newletter_des form label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #d5d5d5;
}

.newletter_des .form-control {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    box-shadow none;
    height: 58px;
    background: #ececec;
    padding: 5px 80px 5px 45px;
}

.newletter_des button {
    background: #2bd7bf;
    border: none;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 48px;
    color: #fff;
    padding: 0px 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.newletter_des button:hover {
    background: #000;
    color: #fff;
}


/*********************************************
           footer Style
**********************************************/

.footer-wrap {
    padding: 90px 0px 40px;
    position: relative;
    text-align: center;
}

.footer_max {
    margin: 0 auto;
    max-width: 600px;
}

.copyright {
    color: #fff;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0px;
}

.footer-links li {
    display: inline-block;
    padding: 0 10px;
}

.footer-links li a {
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.footer-links li a:hover {
    color: #2bd7bf;
}

.social-icons {
    list-style: none;
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid #39393f;
    border-top: 1px solid #39393f;
}

.social-icons li {
    display: inline-block;
    padding: 0 3px;
}

.social-icons li a {
    text-decoration: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid#4267b2;
    text-align: center;
    line-height: 30px;
    color: #4267b2;
    border-radius: 5px;
}

.social-icons li:nth-child(1) a {
    border: 1px solid#4267b2;
    background: #4267b2;
    color: #fff;
}

.social-icons li:nth-child(2) a {
    border: 1px solid#2caae0;
    background: #2caae0;
    color: #fff;
}

.social-icons li:nth-child(3) a {
    border: 1px solid#e04e42;
    background: #e04e42;
    color: #fff;
}

.social-icons li:nth-child(4) a {
    border: 1px solid#0173b1;
    background: #0173b1;
    color: #fff;
}

.social-icons li:nth-child(5) a {
    border: 1px solid#f63c27;
    background: #f63c27;
    color: #fff;
}


/*********************************************
           footer2 Style
**********************************************/

.footer-wrap2 {
    color: #fff;
    background: #2bd7bf;
    position: relative;
    padding: 90px 0px 70px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    overflow: hidden;
}

.footer-wrap2 .copyright {
    color: #fff;
    margin-top: 55px;
    color: #fff;
    font-size: 14px;
}

.footer-wrap2 h4 {
    margin-bottom: 20px;
}

.footer_logo img {
    max-width: 270px;
    margin-bottom: 25px;
}

.footer_logo p {
    font-size: 15px;
    color: #fff;
}

.footer_links ul {
    list-style: none;
    padding-left: 0px;
}

.footer_links ul li {
    font-size: .9rem;
    width: max-content;
    letter-spacing: 0;
    padding: 0 0 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer_links ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_links ul li a:hover {
    color: #2bd7bf;
    opacity: .8;
    transition: all 0.3s ease;
}

.footer-wrap2 .social-icons {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    border: none;
}

.copyright2 {
    width: 100%;
    padding: 20px 0px;
    background: rgba(0, 0, 0, .8);
}

.copyright2 .copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.copyright2 .copyright ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.copyright2 .copyright ul li {
    font-size: .9rem;
    width: max-content;
    letter-spacing: 0;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.copyright2 .copyright ul li a {
    color: #ccc;
    text-decoration: none;
}

.copyright2 .copyright ul li a:hover {
    color: #2bd7bf;
    opacity: .8;
    transition: all 0.3s ease;
}


/*********************************************
           responsive Style
**********************************************/

@media only screen and (max-width:1440px) {
    .s-header-shape-1 {
        top: -180px;
    }
    .servicesNew .service-description p {
        min-height: 111px;
    }
    .services-item-inner .line_box.line_top.line_bottom,
    .services-item-inner .line_box.line_bottom.line_bottom {
        bottom: -2px;
    }
}

@media only screen and (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 34px 16px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .readmore a {
        padding: 13px 20px;
    }
    .callwrap .phone a {
        font-size: 20px;
    }
    .about-info .section-title p,
    .about-info .about-description li {
        font-size: 13px;
        line-height: 22px;
    }
    .about-info .about-description {
        margin-bottom: 23px;
    }
    .about-info .section-title {
        margin-bottom: 17px;
    }
    #counter .item .number {
        font-size: 40px;
    }
    #counter .item p {
        font-size: 13px;
    }
    .contactWrapp .form__head {
        padding: 65px 40px;
    }
    .services-box .card-body .card-text {
        min-height: 130px;
    }
    .blog-post-detail-content h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .blog-post-detail-content .blog-date-admin {
        margin-bottom: 20px;
    }
    .blog-details-meta-tags {
        margin-top: 30px;
    }
    .servicesNew .service-description p {
        min-height: 155px;
    }
    .services-item-inner .line_box.line_top.line_top,
    .services-item-inner .line_box.line_bottom.line_top {
        top: -4px;
    }
    .services-item-inner .line_box.line_top.line_bottom,
    .services-item-inner .line_box.line_bottom.line_bottom {
        bottom: -4px;
    }
    .services-item-inner .line_box.line_left.line_left,
    .services-item-inner .line_box.line_right.line_left {
        left: 4px;
    }
    .services-item-inner .line_box.line_left.line_right,
    .services-item-inner .line_box.line_right.line_right {
        right: 4px;
    }
    #headerwrap .container {
        max-width: 100%;
    }
    .contactWrapp .pos_ab {
        right: 40px;
        width: 450px;
    }
    .post-blog-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width:992px) {
    .contactWrapp .pos_ab {
        right: 0;
        width: 100%;
    }
    .contactWrapp .form__head {
        margin: auto;
    }
    .servicesNewline .container {
        max-width: 750px;
    }
    .footer-wrap2 h4 {
        margin-top: 25px;
    }
    .InnerPage_section .col-lg-4:nth-child(3) .teamMembers {
        margin-top: 25px;
    }
    .sidebar-blog {
        margin-top: 40px;
    }
    .servicesNew .col-md-6:nth-child(3) .services-item {
        margin-top: 40px;
    }
    .servicesNew .service-description p {
        min-height: 110px;
    }
    .about_img {
        margin-top: 50px;
    }
    .services-box .card-body .card-text {
        min-height: 110px;
    }
    .about_img img {
        width: 100%;
    }
    .s-header-shape-1 {
        top: -130px;
    }
    .about_img .video-play {
        top: 40%;
    }
    .navigation-bg .logo {
        padding: 15px;
        display: inline-block;
    }
    .mobile_clas_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile_clas_flex .navbar-light .navbar-toggler {
        border-color: #fff;
        margin-right: 25px;
        display: block;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 16px;
        border-bottom: 1px solid #dbdbdb;
    }
    .navbar-light .navbar-nav li:last-child .nav-link {
        border-bottom: none;
    }
    .topbar-left {
        text-align: center;
    }
    .aboutWrapp .aboutbox-post .image-preview img {
        width: 100%;
    }
    .contactWrapp .pos_ab {
        position: relative;
    }
    .newletter_des {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .newletter_des h3 {
        margin-bottom: 25px;
    }
    .newletter_des form {
        position: relative;
        width: 100%;
    }
    #serviceswrp .col-lg-4:nth-child(4) .services-box {
        margin-bottom: 25px;
    }
    .post-blog .post-blog-content {
        background: #333;
    }
    .ct_newsletter_wrap {
        padding: 44px 0px;
    background: no-repeat;}
    .contactWrapp .contact-map #map iframe {
        height: 400px;
    }
    .navbar-nav {
        clear: both;
    }
    .navbar {
        float: none;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 60%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 1);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
    }
    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        float: right;
        display: block;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar li {
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffffff;
        background: #2bd7bf;
    }
    .navbar-light .navbar-toggler {
        border-color: rgb(0 0 0);
        border-width: 2px;
    }
    .testi-item a figure {
        text-align: center;
    }
    .blogWrapp .comment-respond .btn {
        margin-bottom: 0px;
    }
    .navbar-light .navbar-nav .nav-link i,
    .submenu>li>a .fa-caret-right {
        display: none;
    }
    .navbar-nav>li>a+i,
    .submenu>li i {
        display: block;
    }
    .navbar-nav>li .submenu {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    .services-item-inner .line_box.line_top.line_top,
    .services-item-inner .line_box.line_bottom.line_top {
        top: -2px;
    }
    .services-item-inner .line_box.line_top.line_bottom,
    .services-item-inner .line_box.line_bottom.line_bottom {
        bottom: -2px;
    }
}

@media only screen and (max-width:767px) {
    .servicesNew .col-md-6:nth-child(2) .services-item {
        margin-top: 40px;
    }
    .servicesNew .service-description p {
        min-height: auto;
    }
    .InnerPage_section .col-lg-4:nth-child(2) .teamMembers {
        margin-top: 25px;
    }
    .servicesNewline .container {
        max-width: 550px;
    }
    .services-item-inner .line_box.line_top.line_top,
    .services-item-inner .line_box.line_bottom.line_top {
        top: 0px;
    }
    .services-item-inner .line_box.line_top.line_bottom,
    .services-item-inner .line_box.line_bottom.line_bottom {
        bottom: 0;
    }
    .services-item-inner .line_box.line_left.line_left,
    .services-item-inner .line_box.line_right.line_left {
        left: -7px;
    }
    .services-item-inner .line_box.line_left.line_right,
    .services-item-inner .line_box.line_right.line_right {
        right: -7px;
    }
    .blog-post-detail-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #serviceswrp .col-lg-4:nth-child(5) .services-box {
        margin-bottom: 25px;
    }
    .blog-author__image>img {
        width: 220px;
    }
    .footer_max {
        max-width: 100%;
    }
    .testi-item a figure {
        text-align: center;
    }
    .services-box .card-body .card-text {
        min-height: auto;
    }
    .blog-author__content {
        padding-left: 20px;
    }
    .blogWrapp .comments-area .comments .comment>ul {
        padding-left: 0px;
    }
}

@media only screen and (max-width:575px) {
    #counter .item {
        text-align: center;
        padding: 30px;
    }
    #counter .item .number {
        font-size: 60px;
    }
    .callwrap .phone {
        padding-left: 70px;
    }
    .s-header-shape-1,
    .s-header-shape-2,
    .s-header-shape-3,
    .s-header-shape-4 {
        display: none;
    }
    .sidebar-blog .widget_recent_news ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .single_portfolio_work:hover .portfolio_work_inner .portfolio_work_heading {
        transform: translateY(-40px);
    }
    .portfolio_work_content .portfolio_work_inner .paragraph {
        bottom: 0px;
    }
    .img_hover_link a {
        top: 30px;
        height: 40px;
        font-size: 15px;
        width: 40px;
        line-height: 40px;
    }
    .servicesNewline .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:460px) {
    .callwrap {
        padding: 25px 15px;
    }
    .topbar-left li {
        padding-right: 10px;
    }
    .topbar-left li:nth-child(2) {
        padding-left: 10px;
    }
    .topbar-left li:nth-child(1) {
        display: none;
    }
}


/* ////////////////////////////////////////// */

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
footer p {
    color:#fff
}