@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:200,300,400,500,600,700');
body {
    padding: 0;
    margin: 0;
    color: #a5a5a5;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    direction: ltr;
}

body,
html {
    height: 100%;
    width: 100%;
    position: relative;
}

html {
    font-size: 16px;
}

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

a {
    color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    font-size: 14px;
}


/*Helper Classes*/

.padding {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px
}

.padding-top {
    padding-top: 7.5rem;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.margin_top {
    margin-top: 7.5rem;
}

.padding-bottom-half {
    padding-bottom: 4.375rem;
}

.padding-top-half {
    padding-top: 4.375rem;
}

.margin_tophalf {
    margin-top: 4.375rem;
}

.heading_space {
    margin-bottom: 10px
}

.top60 {
    margin-top: 60px;
}

.bottom45 {
    margin-bottom: 45px;
}

.top40 {
    margin-top: 40px;
}

.top30 {
    margin-top: 30px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.bottom25 {
    margin-bottom: 25px;
}

.top25 {
    margin-top: 25px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top20 {
    margin-top: 20px;
}

.top15 {
    margin-top: 15px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom10 {
    margin-bottom: 10px;
}

.margin10 {
    margin-top: 15px;
}

.bottom5 {
    margin-bottom: 5px;
}

.no_bottom {
    margin-bottom: 0;
}

.nopadding {
    padding: 0;
}

.bg_light {
    background: #f6f6f6;
}

.bg_grey {
    background: #ebeff2;
}

.bg_dark {
    background: #384141;
}

.darkcolor {
    color: #384141;
}

.color {
    color: #4fb8aa;
}

.whitecolor {
    color: #fff !important;
}

.primarycolor {
    color: #ffbf00;
}

.secondrycolor {
    color: #4fb8aa;
}

.dangercolor {
    color: #e84455;
}

.bg_secondry {
    background: #4fb8aa;
}

.font-light {
    font-weight: 100;
}

.font-light2 {
    font-weight: 200;
}

.font-xlight {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}


/*heading Style*/

.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background: #ffbf00;
    display: block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-center {
    margin: 10px auto -2px;
}

.heading>span {
    font-weight: 200;
}


/*features*/

.icon_box,
.icon_box i {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon_box {
    padding: 25px 15px;
    position: relative;
}

.icon_box.whitebg {
    background: #fff;
    padding: 2.75rem 15px;
}

.icon_box:hover {
    cursor: pointer;
    background: #ffbf00;
    border-radius: 5px;
}

.icon_box i {
    display: inline-block;
    font-size: 44px;
    color: #ffbf00;
    position: relative;
}

.icon_wraper [class^="col"]:nth-child(2n) .icon_box i {
    color: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(3n) .icon_box i {
    color: #e84455;
}

.icon_wraper [class^="col"]:nth-child(4) .icon_box i {
    color: #e84455;
}

.icon_wraper [class^="col"]:nth-child(5) .icon_box i {
    color: #ffbf00;
}

.icon_wraper [class^="col"]:nth-child(6) .icon_box i {
    color: #4fb8aa;
}

.icon_box:hover,
.icon_box:hover * {
    color: #fff !important;
}

.services-box:hover h3>a {
    color: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(2) .icon_box:hover {
    background: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(3) .icon_box:hover {
    background: #e84455;
}

.icon_wraper [class^="col"]:nth-child(4) .icon_box:hover {
    background: #e84455;
}

.icon_wraper [class^="col"]:nth-child(5) .icon_box:hover {
    background: #ffbf00;
}

.icon_wraper [class^="col"]:nth-child(6) .icon_box:hover {
    background: #4fb8aa;
}

.white_transparent {
    border: 1px solid #fff !important;
    background: transparent;
}

.white_transparent:hover,
.white_transparent:focus {
    background: #fff;
    color: #384141;
}

.btn_common {
    padding: 12px 2.5rem;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (max-width:768px) {
    .container {
        max-width: 98%;
    }
    h1,
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.375rem;
    }
    h4 {
        font-size: 1.115rem;
    }
    .btn_common {
        padding: 10px 2.2rem;
        font-size: 12px;
    }
}

@media (max-width:560px) {
    .btn_common {
        padding: 8px 2rem;
        font-size: 11px;
    }
}


/* --------------- FOOTER ---------------*/

footer {
    background: #384141;
}

.footer_panel .divider-left {
    background: #fff;
}

footer,
footer p {
    color: #fff;
}

footer .footer_panel h3 {
    display: block;
}

footer .footer_panel .footer_logo {
    display: inline-block;
}

.footer_logo>img {
    width: 110px;
}

footer .footer_panel p.address,
.services p.address {
    margin-left: 25px;
    margin-bottom: 15px;
}

footer .footer_panel p.address a:hover {
    color: #ffbf00;
}

footer .footer_panel p.address>i,
.services p.address>i {
    display: inline-block;
    font-size: 15px;
    margin-left: -25px;
    vertical-align: middle;
    width: 25px;
}

.footer_panel ul.links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.copyright {
    width: 100%;
    padding: 20px 0;
}

.copyright p {
    margin: 0;
    font-size: 0.875rem;
    line-height: normal;
}

.copyright p>a:hover {
    color: #4fb8aa;
}


/* ---- Social Icons ---- */

ul.social_icon li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.social_icon.black li a {
    border: 1px solid #384141;
    color: #384141;
}

ul.social_icon.black li a:hover,
ul.social_icon.black li a:focus {
    color: #fff;
}

ul.social_icon.whitebg li a {
    background: #fff;
    border-color: #fff;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

ul.social_icon.noborder li a {
    border: none !important;
}

ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #ffbf00;
    border-color: transparent;
    color: #fff;
}

ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
    background: #3b5999;
    border-color: #3b5999;
}

ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
    background: #55acee;
    border-color: #55acee;
}

ul.social_icon li a.insta:hover,
ul.social_icon li a.insta:focus {
    background: #e4405f;
    border-color: #e4405f;
}

ul.social_icon li a.linkden:hover,
ul.social_icon li a.linkden:focus {
    background: #0077B5;
    border-color: #0077B5;
}

ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
    background: #dd4b39;
    border-color: #dd4b39;
}

ul.social_icon li a.whatsapp:hover,
ul.social_icon li a.whatsapp:focus {
    background: #25D366;
    border-color: #25D366;
}

ul.social_icon li a.dribble:hover,
ul.social_icon li a.dribble:focus {
    background: #ea4c89;
    border-color: #ea4c89;
}


/* ----- PreLoader ----- */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}

.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container1>div,
.container2>div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container1 .circle1,
.container2 .circle4 {
    border: 5px solid #4fb8aa;
}

.container1 .circle2,
.container2 .circle1 {
    border: 5px solid #ffbf00;
}

.container1 .circle3,
.container2 .circle2 {
    border: 5px solid #e84455;
}

.container1 .circle4,
.container2 .circle3 {
    border: 5px solid #d46408;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1,
.circle2 {
    top: 0;
}

.circle1 {
    left: 0;
}

.circle2 {
    right: 0;
}

.circle3,
.circle4 {
    bottom: 0;
}

.circle3 {
    right: 0;
}

.circle4 {
    left: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@-o-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* ---- BackTop Button ---- */

.scrollToTop {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    font-size: 25px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    right: 40px;
    display: none;
    background: #ffbf00;
}

.scrollToTop:hover {
    background: #4fb8aa;
}

.scrollToTop,
.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}


/* ------------ Navigation ------------- */

.navbar,
.navbar-nav .nav-link,
.dropdown-menu .dropdown-item,
.navbar-nav .nav-link::before,
.side-nav .navbar-nav .nav-link>span {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000;
}

.transparent-bg,
.transparent-bg-dark,
.boxed-nav,
.center-brand,
.dark-nav,
.nav-gradient {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.boxed-nav {
    margin-top: 20px;
}

.boxed-nav .container {
    background: #fff;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.center-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.nav-gradient,
.nav-gradient.fixedmenu {
    background-color: #F73E73;
    background: -webkit-gradient(linear, left top, right top, from(#F7A872), to(#F73E73));
    background: linear-gradient(to right, #F7A872, #F73E73);
}

.navbar-brand {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
    padding: 0;
    width: 180px;
    position: relative;
}

.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.navbar-brand>img {
    width: 180px;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.collapse {
    position: relative;
}

.navbar-nav .nav-item {
    margin: 12px 1.25rem;
}

.nav-gradient .navbar-nav .nav-item {
    margin-left: .25rem;
    margin-right: .25rem;
}

.hvr-multi .navbar-nav .nav-item {
    margin: 0 .25rem;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.transparent-bg .navbar-nav .nav-link,
.center-brand .navbar-nav .nav-link,
.nav-gradient .navbar-nav .nav-link {
    color: #fff;
}

.fixedmenu .navbar-nav .nav-link {
    color: #384141;
}

.nav-gradient.fixedmenu .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link::before {
    content: "";
    background: #fff;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-link.dropdown-toggle::before,
.hvr-multi .navbar-nav .nav-link::before,
.nav-gradient .navbar-nav .nav-link::before {
    display: none;
}


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

.team-box,
.team-box ul li {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box {
    position: relative;
    overflow: hidden;
}

.team-box .team-content {
    padding: 30px 1.25rem;
    text-align: center;
    background: #fff;
}

.team-box .team-content h3 {
    font-weight: normal;
}

.team-box .team-content p {
    margin-bottom: 0;
}

.team-box.greycontent .team-content {
    background: #f6f6f6;
}

.team-box:nth-child(3n-2) .overlay,
.team-box.firstcolor .overlay {
    background: rgba(79, 184, 170, .7);
}

.team-box:nth-child(3n) .overlay,
.team-box.secondcolor .overlay {
    background: rgba(178, 203, 32, .7);
}

.team-box:nth-child(2n) .overlay,
.team-box.thirdcolor .overlay {
    background: rgba(232, 68, 85, .7);
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.team-box ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box ul li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-box ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-box ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team-box ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-box ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.team-box ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.team-box ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.team-box:hover ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* ----- Team Ends ----- */


/* ---- Social Icons ends ---- */

@media (max-width: 500px) {
    .scrollable-menu {
        height: auto;
        max-height: 300px;
        overflow-x: hidden;
        background-color: #F4F6F7;
        /* #F7F9F9;*/
    }
}

@media (max-width: 992px) {
    .transparent-bg,
    .center-brand {
        background: rgba(0, 0, 0, .5);
    }
    .transparent-bg-dark {
        background: rgba(255, 255, 255, .5);
    }
    .transparent-bg.fixedmenu,
    .center-brand.fixedmenu,
    transparent-bg-dark.fixedmenu {
        background: #fff;
    }
    .boxed-nav .container {
        padding-left: 15px;
    }
    .center-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 4px 0;
    }
    .navbar-nav .nav-link {
        padding: 4px 0 !important;
    }
    .nav-social {
        display: none;
    }
    .side-menu .inner-wrapper {
        padding: 3rem 2.5rem;
    }
}


/*DropDowns*/

.dropdown-menu {
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 2px #d2d2d2;
    border: none;
}

.static.dropdown {
    position: static;
}

.megamenu {
    padding: 20px 0;
    width: 100%;
}

.dropdown-menu .dropdown-item {
    color: #384141;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 1rem;
}

.dropdown-menu.megamenu .dropdown-item::before {
    content: "\f178";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
    transition: all .3s ease;
    width: 0;
    display: inline-block;
    margin-right: 5px;
}

.dropdown-menu.megamenu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
    width: 10px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #fff;
    background: #4fb8aa;
}

.dropdown-menu.megamenu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:focus {
    color: #4fb8aa;
    background: transparent;
}

.dropdown-menu.primary .dropdown-item:hover,
.dropdown-menu.primary .dropdown-item:focus {
    background: #ffbf00;
}

.dropdown-menu.danger .dropdown-item:hover,
.dropdown-menu.danger .dropdown-item:focus {
    background: #e84455;
}

.dropdown-menu .dropdown-title {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    #nav-list-bg {
        background-color: rgba(255, 255, 255, .20);
    }
}

.btn_primary {
    background: #ffbf00;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_secondry {
    background: #4fb8aa;
    color: #fff;
}

.btn_danger {
    background: #e84455;
    border-color: #e84455;
    color: #fff;
}

.btn_danger:hover,
.btn_danger:focus {
    background: #4fb8aa;
    border-color: #4fb8aa;
}

.white_transparent,
.btn_primary,
.btn_secondry,
.btn_danger,
.btn_primary:hover,
.btn_primary:focus,
.btn_secondry:hover,
.btn_secondry:focus,
.btn_border:hover,
.btn_border:focus,
.btn_danger:hover,
.btn_danger:focus {
    color: #fff;
}

.text-md-right {
    text-align: right !important;
}


/*Align items center*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image,
.image img {
    position: relative;
}

.image img {
    -o-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    width: 100%;
}

.image {
    overflow: hidden;
}

.image:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}


/* ------ SHOP ------ */

.shopping-box {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
}

.shopping-box .shop_content {
    padding: 20px 15px;
}

.shopping-box:hover .overlay .opens {
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.shopping-box .price-product {
    font-family: 'Open Sans', sans-serif;
    color: #ffbf00;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    max-width: 80px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
}

.quote .btn_common {
    font-size: 11px;
    padding: 10px 1.25rem;
}

.quote,
.quote a {
    display: inline-block;
}

.shopping-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.shopping-box:hover h4>a,
.shopping-box:focus h4>a {
    color: #4fb8aa;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.quote .quote:focus {
    outline: none;
}


/* ----- Gallery ----- */

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
    display: inline-block;
}

.cbp-l-filters .cbp-filter-item span {
    color: #b7b7b7;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding: 8px 1.25rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b7b7b7;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item:hover span {
    border: 1px solid #4fb8aa;
    color: #fff;
    background: #4fb8aa;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:focus span {
    border: 1px solid #e84455;
    color: #fff;
    background: #e84455;
}

.cbp-l-filters .cbp-filter-item span,
.overlay,
.overlay .opens {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay {
    background-color: rgba(79, 184, 170, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay.primary {
    background: rgba(178, 203, 32, .75);
}

.overlay.danger {
    background: rgba(232, 68, 85, .75);
}

.cbp-item:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay .opens {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    background: #ffbf00;
    color: #fff;
    font-size: 28px;
    text-align: center !important;
    line-height: 72px;
    -ms-transform: rotate(50deg) scale(1.5);
    -o-transform: rotate(50deg) scale(1.5);
    -webkit-transform: rotate(50deg) scale(1.5);
    transform: rotate(50deg) scale(1.5);
}

.overlay .opens:hover,
.overlay .opens:focus {
    background: #e84455;
}

.cbp-item:hover .overlay .opens {
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.overlay h4>a:hover,
.overlay h4>a:focus {
    color: #fff;
}

.project-details {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
}

.project-table {
    display: table;
    border-bottom: 1px solid #f7f7f7;
}

.project-table .d-table-cell {
    padding: 20px 10px;
    vertical-align: middle;
}

.project-table .d-table-cell p {
    margin: 0;
}

.project-table .d-table-cell:first-child {
    padding-left: 0;
}

@media (max-width:1024px) {
    .cbp-l-filters .cbp-filter-item span {
        padding: 5px 1.1rem;
    }
}

@media (max-width:992px) {
    .cbp-l-filters .cbp-filter-item span {
        font-size: 13px;
        padding: 5px 1rem;
    }
}

@media (max-width:1024px) {
    .cbp-l-filters .cbp-filter-item span {
        margin-bottom: .65rem;
    }
}


/* ----- Gallery ends ----- */


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


/**------ Page Header -------**/

/* .page_header {
    background: url(../../images/page-tittle.jpg) no-repeat;
} */

.page_shop_header {
    /* background: url(../../images/page-tittle.jpg) no-repeat; */

    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../../material/images/banner-grafica.webp) no-repeat;
}

.page_precios{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)),  url(../../material/images/banner-ecuacion-2.webp) no-repeat;
}

.page_shop_header_1 {
   background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),  url(../../images/banner-title.webp) no-repeat;
}

.page_shop_header_2 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/banner-title-2.webp) no-repeat;
 }

.page_header {
    -webkit-background-size: cover;
    /* background: url(../images/banner-ecuacion-2.webp) no-repeat; */
    background-size: cover;
    width: 100%;
    background-position: center center;
    position: relative;
}

.page_header .page-content {
    position: relative;
}

.page_header .page-content h1 {
    font-size: 2.5rem;
    margin-top: 3rem;
}

.page_header .page-content h1,
.page_header .page-content p {
    color: #fff;
}

.page_header .page-content .page_nav {
    background: #fff;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 40px 10px;
    display: inline-block;
    margin-top: 80px;
    color: #7f7f7f;
    font-size: 0.875rem;
    float: right;
    margin-bottom: -2px;
}

.page_header .page-content .page_nav a {
    display: inline-block;
    margin: 0 10px;
    color: #0b0b0b;
}

.page_header .page-content .page_nav span i {
    margin-right: 5px;
}

@media (max-width:992px) {
    .page_header .page-content .page_nav {
        padding: 18px 30px 10px;
    }
}

@media (max-width:768px) {
    .page_header .page-content .page_nav {
        padding: 18px 16px 10px;
        float: none;
        width: 100%;
    }
}


/**-------Page Header ends------**/


/* ------- 404 ------ */

#error .error {
    position: relative;
}

#error .error h1 {
    position: relative;
    color: #ebebeb;
    font-size: 9.375rem;
}

#error .error h2 {
    font-size: 3.125rem;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*Tabs*/

.tab-container {
    border: 1px solid #d1d1d1;
    padding: 2.5rem 1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-container>p {
    margin-bottom: 0;
}

.tab-container .accordion-item+div>p {
    margin-bottom: 1rem;
}

.tab-to-accordion.accordion-mod .tabset-list {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.tab-to-accordion.accordion-mod .accordion-item {
    height: auto;
    overflow: visible;
    visibility: visible;
    margin: 0 0 15px;
}

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

.tabset-list a,
.accordion-item a {
    display: block;
    padding: 12px 1.75rem;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    line-height: normal;
}

.tabset-list a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.accordion-item a {
    background: #4fb8aa;
}

.tabset-list li:first-child a {
    margin-left: 0;
    background: #ffbf00;
}

.tabset-list li:nth-child(2) a {
    background: #4fb8aa;
}

.tabset-list li:last-child a {
    margin-right: 0;
    background: #e84455;
}

.tabset-list .active>a {
    color: #fff;
    background: #d1d1d1 !important;
}

.accordion-item a:hover {
    background: #e84455;
}

.accordion-item.active>a {
    color: #fff;
    background: #e84455;
}

.tab-container p:last-child {
    margin-bottom: 0;
}


/* ----- Pricings ----- */

.pricing_item {
    position: relative;
    padding: 2.5rem 1rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pricing_item .pricing_price {
    padding: 15px 0 14px 0;
    border-top: 1px solid rgba(139, 144, 157, 0.18);
    border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing_item:hover .pricing_price {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing_item .pricing_currency {
    font-size: 3rem;
    font-weight: 300;
}

.pricing_list {
    font-size: 14px;
    padding: 25px 0;
}

.pricing_list li {
    margin: 14px 0;
    color: #a5a5a5;
    font-size: 1rem;
}

.pricing_item:hover,
.pricing_item.secondry:hover {
    background: #4fb8aa;
}

.pricing_item.primary:hover {
    background: #ffbf00;
}

.pricing_item.danger:hover {
    background: #e84455;
}

.pricing_item:hover,
.pricing_item:hover .darkcolor,
.pricing_item:hover .pricing_list li {
    color: #fff;
}

.pricing_item:hover .btn_common {
    background: transparent;
    border-color: #fff;
}

.pricing_item .btn_common:hover,
.pricing_item .btn_common:focus {
    background: #fff;
    border-color: #fff;
    color: #384141;
    color: #384141;
}

@media (max-width:992px) {
    .pricing_item .pricing_currency {
        font-size: 2.5rem;
    }
    .pricing_list li {
        font-size: 0.9375rem;
    }
}


/* ----- Pricings ends ----- */