@font-face {
    font-family: Barlow-Bold;
    src: url(../fonts/Barlow-Bold.ttf);
}

@font-face {
    font-family: Barlow-Light;
    src: url(../fonts/Barlow-Light.ttf);
}

@font-face {
    font-family: Barlow-Medium;
    src: url(../fonts/Barlow-Medium.ttf);
}

@font-face {
    font-family: Barlow-Regular;
    src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: Barlow-SemiBold;
    src: url(../fonts/Barlow-SemiBold.ttf);
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: Barlow-Regular;
    color: #000;
    font-size: 18px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #00b9b5;
}

a:hover {
    color: #80c792;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00b9b5;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #78c48c;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0px 25px 0px;
}

#header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/line.png);
    background-size: cover;
    background-position: center;
    height: 15px;
    width: 100%;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header .logo a {
    color: #00b9b5;
}

#header .logo img {
    max-height: 60px;
}

/*.scrolled-offset {
    margin-top: 94px;
}
*/
.vbox-content {
    width: 100%;
    height: 100%;
}

.vbox-content img {
    max-width: 100%;
    height: 500px;
}


/* 
.vbox-content video {
    object-fit: cover;
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    font-size: 18px;
    color: #f57727;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 700;
    font-family: Barlow-SemiBold;
    margin: 0 5px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

/*.navbar .active {
    color: white ;
    background: linear-gradient(45deg, #fba02d, #f05b6b);
    padding: 10px 25px; 
    border-radius: 6px;
}*/
.navbar a {   
    border-radius: 6px;
}
.navbar ul li a.active{
    color: #fff !important;
}
.navbar ul li:nth-child(1) a{
    color: #F4B85A;
}
.navbar ul li:nth-child(1) a.active,
.navbar ul li:nth-child(1) a:hover{
    background: #F4B85A;
    color: #fff !important;
}
.navbar ul li:nth-child(2) a{
    color: #F94600;
}
.navbar ul li:nth-child(2) a.active,
.navbar ul li:nth-child(2) a:hover{
    background: #F94600;
    color: #fff !important;
}
.navbar ul li:nth-child(3) a{
    color: #F05B78;
}
.navbar ul li:nth-child(3) a.active,
.navbar ul li:nth-child(3) a:hover{
    background: #F05B78;
    color: #fff !important;
}
.navbar ul li:nth-child(4) a{
    color: #5F3896;
}
.navbar ul li:nth-child(4) a.active,
.navbar ul li:nth-child(4) a:hover{
    background: #5F3896;
    color: #fff !important;

}
.navbar ul li:nth-child(5) a{
    color: #63C2B5;
}
.navbar ul li:nth-child(5) a.active,
.navbar ul li:nth-child(5) a:hover{
    background: #63C2B5;    
     color: #fff !important;
}
.navbar ul li:nth-child(6) a{
    color: #9ACA3C;
}
.navbar ul li:nth-child(6) a.active,
.navbar ul li:nth-child(6) a:hover{
    background: #9ACA3C;
     color: #fff !important;
}
.navbar ul li:nth-child(7) a{
    color: #F6C565;
}
.navbar ul li:nth-child(7) a.active,
.navbar ul li:nth-child(7) a:hover{
    background: #F6C565;
    color: #fff !important;
}
.navbar a {
    transition: all .3s ease-in-out;
}
.navbar a:hover{
    transform: scale(0.95);
}
.fa-chevron-right,
.fa-chevron-left {
    color: #f68049;
    font-size: 37px;
}

.venobox img,
.box img {
    border-radius: 12px !important;
}

/*.navbar a:hover,
.navbar li:hover>a {
    color: #f57727;
    background: linear-gradient(45deg, #fba02d4f, #f05b6b4a);
   padding: 10px 25px;
    border-radius: 6px;
    transform: scale(0.95);
}*/

.navbar .getstarted,
.navbar .getstarted:focus {
    color: #00b9b5;
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid #00b9b5;
    transition: 0.3s;
    font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    background: #00b9b5;
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #00b9b5;
}

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

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #00b9b5;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* #about {
    width: 100%;
    height: 100vh;
    background-color: rgba(9, 9, 9, 0.8);
    overflow: hidden;
    position: relative;
} */

/*#about {
    height: calc(100vh - 94px);
    padding: 0;
}*/

/*#about .carousel,
#about .carousel-inner,
#about .carousel-item,
#about .carousel-item::before {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}*/


/* #about .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.8);
} */

#about .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
    right: 50px;
}

#about .container {
    text-align: center;
}

#about h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#about p {
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#about .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#about .carousel-inner .carousel-item,
#about .carousel-inner .active.carousel-item-start,
#about .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#about .carousel-inner .active,
#about .carousel-inner .carousel-item-next.carousel-item-start,
#about .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
    width: 35px;
}

#about .carousel-control-next-icon,
#about .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#about .carousel-control-next-icon:hover,
#about .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#about .carousel-indicators li {
    cursor: pointer;
    background: transparent;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.74s ease-in-out;
    border: 2px solid #fff;
}

#about .carousel-indicators li.active {
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
    transform: scale(0.98);
}

#about .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #00b9b5;
}

#about .btn-get-started:hover {
    background: #6ec083;
}

@media (max-width: 992px) {
    /*#about {
        height: 100vh;
    }
    #about .carousel-container {
        top: 66px;
    }*/
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
   /* #about {
        height: 90vh;
    }*/
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
   /* #about {
        height: 60vh;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   /* #about {
        height: 37vh;
    }*/
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
    /*#about {
        height: 30vh;
    }*/
    .swiper {
        padding: 0 !important;
    }
    .section-title h2 {
        font-size: 40px !important;
    }
    .icon-box {
        border-right: none!important;
        border-bottom: 1px solid #ccc!important;
    }
    .contact .info h4,
    .contact .info p {
        padding: 0px!important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 400px) {
    /*#about {
        height: 17vh;
    }*/
    .swiper {
        padding: 0 !important;
    }
    .section-title h2 {
        font-size: 40px !important;
    }
    .icon-box {
        border-right: none!important;
        border-bottom: 1px solid #ccc!important;
    }
    .contact .info h4,
    .contact .info p {
        padding: 0px!important;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 40px 0;
}

.section-bg {
    background-color: #f8fcf9;
}

.section-title {
    text-align: left;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 60px;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    color: #595F6C;
    font-family: Barlow-regular;
}


/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00b9b5;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services {
    padding: 20px 0;
}

.featured-services .icon-box {
    padding: 20px;
}

.featured-services .icon-box-bg {
    background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    color: #00b9b5;
    font-size: 42px;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #222222;
    transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
    color: #00b9b5;
}

.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 700;
    font-size: 28px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #00b9b5;
}

.about .content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
    padding: 0;
}

.why-us .row {
    overflow: hidden;
}

.why-us .content-item {
    padding: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
}

.why-us .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #6ec083;
}

.why-us .content-item h4 {
    font-size: 26px;
    font-weight: 300;
    padding: 0;
    margin: 20px 0;
}

.why-us .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .why-us .content-item {
        padding: 40px 0;
    }
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/

.clients .swiper-slide img {
    /* opacity: 0.5; */
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    opacity: 0.8;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #00b9b5;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00b9b5;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    /* background: #00b9b5; */
    padding: 50px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}


/* 
.cta p {
  color: #fff;
} */

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #00b9b5;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.navtab .navtab-item {
    margin-bottom: 30px;
}

.navtab {
    margin: 0 auto 0px auto;
    list-style: none;
    text-align: center;
}

.navtab ul {
    border: none;
}

.navtab li button {
    cursor: pointer;
    display: inline-block;
    padding: 12px 22px;
    font-size: 22px;
    /* font-weight: 600; */
    line-height: 1;
    color: #444444;
    margin: 5px;
    transition: all 0.65s ease-in-out;
    border-radius: 10px !important;
    font-family: Barlow-Medium;
    border: none !important;
    text-transform: capitalize;
}

.navtab li button.text-danger {
    color: #F94600;
}

.navtab li button.text-danger:hover,
.navtab li button.text-danger.active {
    color: #fff !important;
    background: #F94600;
}

.navtab li button.text-success {
    color: #9ACA3C !important;
}

.navtab li button.text-success:hover,
.navtab li button.text-success.active {
    color: #fff !important;
    background: #9ACA3C !important;
}

.navtab li button.text-info {
    color: #00B9BB!important;
}

.navtab li button.text-info:hover,
.navtab li button.text-info.active {
    color: #fff !important;
    background: #00B9BB!important;
}

.navtab li button.text-light-danger {
    color: #F05B78;
}

.navtab li button.text-light-danger:hover,
.navtab li button.text-light-danger.active {
    color: #fff !important;
    background: #F05B78;
}

.navtab li button.text-warning {
    color: #F4B85A;
}

.navtab li button.text-warning:hover,
.navtab li button.text-warning.active {
    color: #fff !important;
    background: #F4B85A;
}

.navtab li button.text-primary {
    color: #5F3896 !important;
}

.navtab li button.text-primary:hover,
.navtab li button.text-primary.active {
    color: #fff !important;
    background: #5F3896;
}

.navtab li button.text-lightgreen {
    color: #63C2B5;
}

.navtab li button.text-lightgreen:hover,
.navtab li button.text-lightgreen.active {
    color: #fff !important;
    background: #63C2B5;
}

.navtab li button.text-pink {
    color: #F05B78;
}

.navtab li button.text-pink:hover,
.navtab li button.text-pink.active {
    color: #fff !important;
    background: #F05B78;
}

.navtab li button.text-green {
    color: #32AE84;
}

.navtab li button.text-green:hover,
.navtab li button.text-green.active {
    color: #fff !important;
    background: #32AE84;
}

.navtab li button.text-cyan {
    color: #02B5F5;
}

.navtab li button.text-cyan:hover,
.navtab li button.text-cyan.active {
    color: #fff !important;
    background: #02B5F5;
}

.navtab li button:last-child {
    margin-right: 0;
}

.navtab .navtab-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}

.navtab .navtab-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.navtab .navtab-wrap img {
    transition: all ease-in-out 0.3s;
}

.navtab .navtab-wrap .navtab-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.navtab .navtab-wrap .navtab-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.navtab .navtab-wrap .navtab-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.navtab .navtab-wrap .navtab-links {
    text-align: center;
    z-index: 4;
}

.navtab .navtab-wrap .navtab-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.navtab .navtab-wrap .navtab-links a:hover {
    color: #6ec083;
}

.navtab .navtab-wrap:hover::before {
    opacity: 1;
}

.navtab .navtab-wrap:hover img {
    transform: scale(1.2);
}

.navtab .navtab-wrap:hover .navtab-info {
    opacity: 1;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.navtab-details {
    padding-top: 40px;
}

.navtab-details .navtab-details-slider img {
    width: 100%;
}

.navtab-details .navtab-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.navtab-details .navtab-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #00b9b5;
}

.navtab-details .navtab-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00b9b5;
}

.navtab-details .navtab-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.navtab-details .navtab-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.navtab-details .navtab-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.navtab-details .navtab-info ul li+li {
    margin-top: 10px;
}

.navtab-details .navtab-description {
    padding-top: 30px;
}

.navtab-details .navtab-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.navtab-details .navtab-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
    padding: 30px 20px;
    background: #fff;
}

.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #919191;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #00b9b5;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


/* .contact .info {
  border-top: 3px solid #00b9b5;
  border-bottom: 3px solid #00b9b5;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
} */

.contact .info i {
    font-size: 20px;
    color: #00b9b5;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    /* padding: 0 0 0 60px; */
    font-size: 24px;
    margin-bottom: 5px;
    font-family: Barlow-Medium;
    color: #222222;
}

.icon-box p:nth-child(2) {
    font-family: Barlow-Medium;
    color: #000;
}

.contact .info p {
    /* padding: 0 0 10px 60px; */
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

.footer {
    padding: 40px;
    background: linear-gradient(45deg, #f99538, transparent);
}

footer ul li {
    list-style: none;
    padding: 5px 0px;
    color: white;
}

footer ul li a {
    color: white;
    font-size: 20px;
}

.contact .info img {
    width: 50px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #00b9b5;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #00b9b5;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #00b9b5;
    border-bottom: 3px solid #00b9b5;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #00b9b5;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #00b9b5;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #6ec083;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #fbfbfb;
    min-height: 40px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 66px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c3c3c;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #090909;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #00b9b5;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #449d5b;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

img.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.navtab p,
.cta,
.contact,
.navtab li {
    font-family: Barlow-Light;
    font-size: 18px;
}

#services li button {
    padding: 10px 18px;
    font-size: 18px;
}

.nav-tabs {
    margin-bottom: 70px;
}

.clients-slider img {
    width: 100%;
    /* height: 70px; */
}

.swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 55px !important;
    height: 55px!important;
    transform: translateY(-50%);
    z-index: 2;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 55px!important;
    height: 55px!important;
    transform: translateY(-50%);
    margin-top: 0px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper {
    padding: 0 80px;
}

.carousel-indicators {
    display: none;
}

#awardsCarousel .box img {
    width: 100%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 30px;
}

.navtab li {
    font-size: 20px;
    padding: 3px 0;
}

.navtab h4,
.navtab h3 {
    font-family: Barlow-Medium;
    text-transform: capitalize;
}

.icon-box p {
    line-height: 20px;
}

.contact a {
    color: #000;
}


/* 
header:before {
    content: '';
    background-image: url('../assets/img/line.png');
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

.box {
    position: relative;
}

.owl-carousel {
    text-align: center
}

.swiper1 {
    width: 100%;
}

.swiper1 .selected {
    color: #ec5566;
    border-bottom: 2px solid #ec5566;
}

.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.swiper2 {
    width: 100%;
    height: 400px!important;
}

.swiper2 .swiper-slide {
    height: 400px!important;
    background-color: lightgray;
    text-align: center;
    padding: 80px 0 0 0;
    font-size: 25px
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(45deg, #863f82, #f36423, #feb731, #f05b68);
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    opacity: .93;
    transform: scaleX(0);
    transition: all .6s;
    font-family: Barlow-Medium;
}

.box-content p {
    font-size: 15px;
}

.box:hover .box-content {
    transform: scaleX(1);
}

.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.owl-next span,
.owl-prev span {
    font-size: 110px;
    color: #c0c0c0;
}

#thumbs .item h1,
#thumbs2 .item h1 {
    font-size: 18px;
}

.owl-dots {
    display: none;
}

#thumbs .current .item,
#thumbs2 .current .item {
    color: white !important;
    background: linear-gradient(45deg, #fba02d, #f05b6b);
    padding: 10px 5px;
    border-radius: 6px;
}

#thumbs .item,
#thumbs2 .item {
    padding: 10px 5px;
}

#thumbs .current .item a,
#thumbs2 .current .item a {
    color: white !important;
    font-weight: 600;
}

#thumbs .item a,
#thumbs2 .item a {
    color: #f57727;
    font-weight: 600;
    text-transform: capitalize;
}

.owl-item li.item:hover {
    color: #f16364 !important;
/*    background: linear-gradient(45deg, #fba02d5c, #f05b6b3b);*/
    padding: 10px 15px;
    border-radius: 6px;
}

.owl-item li.item {
    transition: all .3s ease-in-out;
}

.owl-item li.item:hover a {
    color: #f5834f;
    font-weight: 600;
}

#thumbs .owl-item,
#thumbs2 .owl-item {
    padding: 0px 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#big.owl-theme,
#big2.owl-theme {
    position: relative;
}

.navtab li button {
    border-radius: 5px !important;
}

#big.owl-theme .owl-prev,
#big2.owl-theme .owl-prev {
    left: -10px;
}

#big.owl-theme .owl-next,
#big2.owl-theme .owl-next {
    right: -10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev,
#thumbs2.owl-theme .owl-next,
#thumbs2.owl-theme .owl-prev {
    background: #333;
}
#thumbs .current:nth-child(1) .item,
#thumbs2 .current:nth-child(5) .item,
#thumbs2 .current:nth-child(1) .item {
    background: #F04822 !important;
}

#thumbs .current:nth-child(2) .item,
#thumbs2 .current:nth-child(3) .item,
#thumbs2 .current:nth-child(6) .item {
    background: #69C6A9 !important;
}

#thumbs .current:nth-child(3) .item {
    background: #9C8DC2 !important;
}

#thumbs .current:nth-child(4) .item,
#thumbs2 .current:nth-child(2) .item {
    background: #F6A2AD !important;
}

#thumbs .current:nth-child(5) .item,
#thumbs2 .current:nth-child(4) .item {
    background: #F6C565 !important;
}

.text-success {
    color: #69C6A9 !important;
}

.text-purple {
    color: #9C8DC2 !important;
}

.text-pink {
    color: #F6A2AD !important;
}

.text-warning {
    color: #F6C565 !important;
}

#thumbs2 .owl-item li:hover a {
    color: #fff !important;
}
#thumbs2 .owl-item:nth-child(1) li:hover {
    background: #F04822;
}
#thumbs2 .owl-item:nth-child(2) li:hover {
    background: #F6A2AD;
}
#thumbs2 .owl-item:nth-child(3) li:hover {
    background: #69C6A9;
}
#thumbs2 .owl-item:nth-child(4) li:hover {
    background: #F6C565 ;
}
#thumbs2 .owl-item:nth-child(5) li:hover {
    background: #F04822 ;
}
#thumbs2 .owl-item:nth-child(6) li:hover {
    background: #69C6A9 ;
}

@media (max-width:1366px){
    /*.scrolled-offset {
        margin-top: 82px;
    }*/
}
@media (max-width:1199px){
    #header .container.d-flex.align-items-center {
        max-width: 100%;
    }
    .navbar a, .navbar a:focus {
        padding: 10px;
    }
}
@media (max-width:991px){
    /*.scrolled-offset {
        margin-top: 92px;
    }*/
}

.heroCarousel img {
    width: 100% !important;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border: 0;
    font-size: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: transparent;
}

.slick-next.slick-arrow {
    left: inherit;
    right: 20px;
}
.slick-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    color: #818181;
    display: inline-block;
    content: "\f104";
    z-index: 9;
    font-weight: 900;
    background: #e2e2e2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}
.slick-next:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    color: #818181;
    display: inline-block;
    content: "\f105";
    z-index: 9;
    font-weight: 900;
    background: #e2e2e2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}
#heroCarousel img {
    width: 100%;
}
/*#home {
    padding: 0;
}*/
@media(max-width:767px){
.section-title.aboutus {
    padding: 15px 0;
}
    .slick-next:before, .slick-prev:before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    #about
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

#thumbs li.nav-item.item {
    cursor: pointer;
}
#thumbs2 li.nav-item.item {
    cursor: pointer;
}


#about {
    display: none;
}

.hero_slider {    
    padding: 0;
}
.hero_slider img {
    width: 100%;
}

.hero_slider img.mobile {
    display: none;
}
@media(max-width:1399px){
    .hero_slider {
    margin: 80px 0 0 0;
}
}
@media(max-width:1399px){
    .hero_slider {
    margin: 80px 0 0 0;
}
}
@media(max-width:767px){
    .section-title h2 {
    font-size: 30px;
    text-align: center;
}
}
@media(max-width:575px){
    .hero_slider img.mobile {
        display: block;
    }
    .hero_slider img.des {
        display: none;
    }
}