html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1920px;
    margin: 0 auto;
}

:root {
    --bg-color:  radial-gradient(#414042,#000000);
    --bg-color2: linear-gradient(to left, #3581D9, #67B2EC, #2C67E2);
    --bg-color1: linear-gradient(to left, #9C255B, #E24080, #ED2B8D, #B23875);
    --bg-color3: #E24080;
    --bg-color4: #2C67E2;
    --title-black: 'Nunito';
    --title-bold: 'Nunito';
    --font-regular: 'PoppinsRegular';
    --font-bold: 'Nunito';
    --font-italic: 'PoppinsRegular';
    --font-menu: 'PoppinsRegular';
    --font-alt: 'Nunito'
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

HTML BODY h1,
HTML BODY h2,
HTML BODY h3 {
    font-family: var(--title-black) !important;
    text-transform: uppercase;
}

HTML BODY h4,
HTML BODY h5,
HTML BODY h6 {
    font-family: var(--title-bold)
}

HTML BODY,
HTML BODY p {
    font-family: var(--font-regular);
    color: #1a1a1a;
    line-height: 1.6
}

HTML BODY strong {
    font-family: var(--font-bold)
}

.fontItalic,
HTML BODY em {
    font-family: var(--font-italic)
}

.titleBold {
    font-family: var(--title-bold) !important
}

.alt-font {
    font-family: var(--font-alt) !important
}

.navbar-nav a {
    font-family: var(--font-menu);
    text-transform: uppercase
}

.navbar-nav a {
    letter-spacing: 1px
}

HTML BODY p {
    font-size: 16px !important
}

.top-header,
.top-header li,
.top-header p {
    font-size: 100% !important
}

.middle-header,
.middle-header a,
.middle-header p {
    font-size: 95% !important
}

.bottom-header,
.bottom-header a,
.bottom-header li a,
.bottom-header p,
.navbar-nav a {
    font-size: 95% !important
}

a {
    text-decoration: none !important
}

.btn {
    white-space: pre-line !important;
    padding: 16px 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px!important;
    letter-spacing: 1px;
    font-family: var(--font-alt)!important;
}

.bg-color,
.bg-color:hover {
    background: var(--bg-color) !important
}

.t-color,
.t-color:hover {
    color: var(--bg-color) !important
}

.bg-color1,.bg-color1:hover {
    background: var(--bg-color1) !important
}


.t-color1,
.t-color1:hover {
    color: var(--bg-color1) !important
}

.bg-color2,
.bg-color2:hover {
    background: var(--bg-color2) !important
}

.t-color2,
.t-color2:hover {
    color: var(--bg-color2) !important
}

.bg-color3,
.bg-color3:hover {
    background: var(--bg-color3) !important
}

.t-color3,
.t-color3:hover {
    color: var(--bg-color3) !important
}

.bg-color4,
.bg-color4:hover {
    background: var(--bg-color4) !important
}

.t-color4,
.t-color4:hover {
    color: var(--bg-color4) !important
}

.btn.bg-color1{color: #fff!important;}
.btn:hover.bg-color1{background: var(--bg-color2)!important;color: #ffffff!important;}
.btn.bg-color{color: #ffffff!important;}
.btn:hover.bg-color{background: var(--bg-color1)!important;color: #ffff!important;}
.btn.btn-sm:hover.bg-color4{background: #fff!important;color: var(--bg-color3)!important;}

.bg-dark-25 {
    background: rgb(0 0 0 / 58%)
}

.bg-dark-50 {
    background: radial-gradient(rgb(28 28 28 / 63%), rgb(0 0 0))
}

.bg-dark-75 {
    background: rgb(237 25 37 / 88%)
}

.bg-white-75 {
    background: rgba(255, 255, 255, .75)
}

.bg-dark-gradient-50 {
    background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

.bg-img-thank-you-page {
    background: url("../images/elements/slider/1.webp")
}

.bg-img1 {
    background-image: url("../images/elements/bg/bg_1.webp");
}

.bg-img2 {
    background-image: url("../images/elements/bg/bg_2.webp");
}

.bg-img3 {
    background: url("../images/elements/bg/bg_3.webp")
}
.bg-img5 {
    background: url("../images/elements/bg/bg_5.webp")
}
.bg-img6 {
    background: url("../images/elements/bg/bg_6.webp")
}
.bg-img7 {
    background: url("../images/elements/bg/bg_7.webp")
}
.bg-img8 {
    background: url("../images/elements/bg/bg_8.webp")
}

.bg-imgMobile {
    background: url("../images/elements/slider/bg_imgMobile.webp")
}

.bg-img {
    background-size: cover
}

.bg-img-100 {
    background-size: 100%
}

.bg-img-contain {
    background-size: contain
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-img-fixed {
    background-attachment: fixed
}

.bg-img-top-left {
    background-position: top left
}

.bg-img-top-center {
    background-position: top center
}

.bg-img-top-right {
    background-position: top right
}

.bg-img-center-left {
    background-position: center left
}

.bg-img-center-center {
    background-position: center center
}

.bg-img-center-right {
    background-position: center right
}

.bg-img-bottom-center {
    background-position: bottom center
}

.bg-img-right-center {
    background-position: right center
}

.bg-img-right-right {
    background-position: right right
}

.t-shadow-50 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.t-shadow-100 {
    text-shadow: 0 0 5px #000
}

i {
    position: relative;
    vertical-align: -5px
}

.fa {
    transform: translateY(-5px)
}

.list-style-none li {
    list-style: none
}

.main-navbar .dropdown,
.main-navbar .dropdown:hover,
.main-navbar .navbar-nav a,
.main-navbar .navbar-nav a:hover,
a[data-fancybox=gallery]>img:hover {
    transition: all 0.3s ease
}

.main-navbar .navbar-nav a {
    color: #fff;
    font-size: 15px !important
}

.main-navbar .navbar-nav a:hover {
    color: var(--bg-color3)
}

.dropdown-menu a:hover,
.main-navbar .navbar-nav .active a {
    background: var(--bg-color);
    color:#ffffff!important;
    border-radius: 50px;
}

.navbar-toggler {
    background: var(--bg-color2) !important
}

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover {
    color: var(--bg-color1) !important
}

.main-navbar .dropdown-menu {
    padding: 0
}

.main-navbar .dropdown-menu a {
    color: var(--bg-color1);
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: var(--bg-color2) !important;
    background: 0 0
}

.main-navbar .dropdown-menu {
    background: var(--bg-color3);
    border-radius: 0 !important;
    transform: translateY(-2px);
    border: none
}

#indicador-carousel .carousel-caption p {
    font-size: 28px !important
}

#indicador-carousel .carousel-caption a.btn {
    font-size: 100%
}

@media(min-width:300px) {
    .carousel-caption {
        bottom: 0% !important
    }
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2 {
        margin-top: 0
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 90px !important;
    }
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .97), rgba(0, 44, 83, .82), rgba(0, 44, 83, .51), rgba(0, 0, 0, .3)) !important
    }
    .efectPortfolioOverlay h5 {
        font-size: 0.5rem !important
    }
    .efectPortfolioOverlay a {
        font-size: 8px !important
    }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom: 0 !important
    }
    .negative-margin-top2 {
        margin-top: -7%
    }
    .efectPortfolioOverlay h5 {
        font-size: 1.5rem !important
    }
    .efectPortfolioOverlay a {
        font-size: 15px !important
    }
}

@media(min-width:768px) {
    #indicador-carousel .carousel-caption h3 {
        font-size: 40px !important;
    }
    #indicador-carousel .carousel-caption p {
        font-size: 18px !important
    }
    .carousel-caption {
        bottom: 8% !important
    }
    .bg-img4 {
        background: url("../images/elements/bg/bg_4.webp");
        background-position: 500% 20%;
        background-repeat: no-repeat;
    }   

}

@media(min-width:960px) {
    
    .bg-img4 {
        background: url("../images/elements/bg/bg_4.webp");
        background-position: center 214%;
        background-repeat: no-repeat;
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 60px !important
    }
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 8% !important
    }
    .negative-margin-top2 {
        margin-top: -11%
    }
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
    }
   
}

@media(min-width:1140px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 8% !important
    }
    .negative-margin-top2 {
        margin-top: -6%
    }
    .bg-img4{
        background: url("../images/elements/bg/bg_4.webp");
        background-position: center 123%;
        background-repeat: no-repeat;
    }
}


a.navbar-brand {
    font-size: 130% !important
}

.navbar-toggler {
    margin-bottom: 10px
}

.go-up {
    background: url("../../src/images/elements/top.png") #000 center center;
    border-radius: 50px;
    opacity: 0.5;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 18px;
    right: 25px;
    z-index: 99;
    display: inline-block !important
}
@media only screen and (max-width:767px) and (min-width:200px) {   
    .go-up {
        bottom: 65px
    }
}

.hide-top,
.hide-top-alt {
    opacity: 0 !important
}

.icon-align {
    min-width: 24px;
    text-align: center;
    position: absolute;
    left: 20px;
    margin-top: 8px
}

.icon-align-ul li {
    list-style: none
}

.icon-align-ul li {
    list-style: none
}

a[data-fancybox=gallery]>img:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 2px 3px
}

.shake-bottom {
    -webkit-animation: shake-bottom 0.8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom 0.8s cubic-bezier(.455, .030, .515, .955) 3 both
}

@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.listNumber {
    border: 2px solid var(--bg-color3) !important;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px
}

p:hover .listNumber {
    background: var(--bg-color3) !important;
    color: #fff !important
}

.form-control {
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out !important;
    background: #fff !important
}

.efect-box,
.efectIN,
.efectIcon h6 {
    transition: all 0.5s ease-in-out !important
}

.efect-box:hover {
    transform: translate(10px, 10px);
    transition: all 0.5s ease-in-out
}

.efectUP {
    transition: transform 0.3s cubic-bezier(.34, 2, .6, 1), box-shadow 0.2s ease
}

.efectUP:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.efectIN:hover {
    transition: all 0.5s ease-in-out !important;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9)
}

.efectServices .efectIcon:before {
    background: rgba(0, 0, 0, .03)
}

.efectServices .efectIcon {
    width: 120px;
    height: 120px;
    line-height: 106px;
    text-align: center;
    background: var(--bg-color2);
    margin: 0 auto 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: 4px 0 8px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, .04);
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.efectIcon {
    position: relative
}

.efectServices:hover .efectIcon {
    background: var(--bg-color1)
}

.efectServices:hover .efectIcon {
    box-shadow: 4px 0 25px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 0 25px 5px rgba(0, 0, 0, .1);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.efectServices:not(.no-icon-bg):hover .efectIcon img {
    filter: inherit;
    -moz-filter: inherit;
    -webkit-filter: inherit;
    -ms-filter: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.efectServices .efectIcon img {
    text-align: center;
    float: none;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin: 8px auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.efectServices h6 {
    color: #000
}

.efectServices:hover h6 {
    color: var(--bg-color2)
}

.efectPortfolio {
    position: relative;
    background: #000
}

.efectPortfolioImg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden
}

.efectPortfolioOverlay {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.efectPortfolio:hover .efectPortfolioImg {
    opacity: 0.2
}

.efectPortfolio:hover .efectPortfolioOverlay {
    opacity: 1
}

.efectRombo {
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0 15px;
    width: 100%;
    text-align: center
}

.efectRombo .efectMissionVisionWhy {
    width: 170px;
    height: 170px;
    margin: 0 auto 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), 1px 1px 10px var(--bg-color1);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    border: 10px solid #fff;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    top: 0;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.efectMissionVisionWhy .efectMissionVisionWhyImage {
    width: 100%;
    height: 100%;
    transform: scale(1.5) rotate(0);
    -webkit-transform: scale(1.5) rotate(0);
    -moz-transform: scale(1.5) rotate(0);
    -ms-transform: scale(1.5) rotate(0);
    background-repeat: no-repeat;
    background-size: cover
}

.efectRombo .efectMissionVisionWhy:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out
}

.efectRombo:hover .efectMissionVisionWhy {
    top: -5px;
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .2)
}

.efectRombo:hover .efectMissionVisionWhy:after {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .5)
}

.efectRombo h5 {
    color: var(--bg-color)
}

.efectRombo:hover h5 {
    color: var(--bg-color2)
}

.bottom-shadow {
    -webkit-box-shadow:0px 0px 20px 6px #e3012a;
    box-shadow:0px 0px 20px 6px #e3012a
}

.boxShadow {
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 24px 0;
    box-shadow: rgba(0, 0, 0, .15) 0 0 24px 0
}

.position-img {
    margin-left: -143px !important;
    position: absolute;
    bottom: -43px;
    z-index: 2
}

.borderTitle {
    border-left: 4px solid;
    padding-left: 15px;
    border-left-color: #fff !important
}

.navigationFooter li a {
    font-size: 0.8rem;
    color: #ffffff
}

.navigationFooter li:hover a {
    color: var(--bg-color)
}

.animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.borderTopCaption {
    border-left: 4px solid;
    padding-top: 15px;
    border-left-color: var(--bg-color1) !important
}

.delay1s {
    animation-duration: 9s;
    transition-delay: 9s
}

.delaySliderText {
    animation-duration: 1.5s;
    animation-name: appearCaption
}

@keyframes appearCaption {
    from {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    90% {
        opacity: 0.3
    }
    95% {
        opacity: 0.5
    }
    98% {
        opacity: 0.7
    }
    100% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.input-group-text {
    border: none !important
}

.modal-mobile {
    position: fixed;
    bottom: 0;
    z-index: 99
}

.servBack5 {
    background: url("../images/services/5.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.servBack6 {
    background: url("../images/services/6.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

dd {
    margin-left: 15px
}

.top-menu {
    position: relative;
    z-index: 3
}

@media (min-width:250px) {
    .top-slider {
        margin-top: -138px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -153px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:540px) {
    .top-slider {
        margin-top: -137px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -153px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:960px) {
    .top-slider {
        margin-top: -154px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -152px;
        position: relative;
        z-index: 0
    }
}

@media (min-width:1140px) {
    .top-slider {
        margin-top: -230px;
        position: relative;
        z-index: 0
    }
    .top-slider-pagename {
        margin-top: -186px;
        position: relative;
        z-index: 0
    }
    .imgPositionW1Top {
        left: -233px!important;
    }
}

.imgPositionW1Top {
    left: -409px;
    position: absolute;
    transform: rotate(13deg)!important;
}

.imgPositionW1Bottom {
    left: 0;
    position: absolute;
    bottom: -45px
}

.imgPositionW1Center {
    right: 0;
    position: absolute;
    top: -50px;
    z-index: 99
}

img {
    object-fit: cover !important
}

.imgPositionWTop {
    right:-32px;
    position: absolute;
    top: -136px;
    z-index: 100;
}

.imgPositionWBottom {
    right: 0;
    position: absolute;
    bottom: 44px
}

.imgPositionWCenter {
    left: 0;
    position: absolute;
    top: -243px;
    z-index: 99
}

.positionRelative {
    position: relative !important
}

.parallaxBoxColor {
    bottom: -45px;
    position: absolute
}


@media only screen and (max-width:767px) and (min-width:200px) {
    .parallaxBoxColor {
        position: relative;
        bottom: 75px
    }
}

.servBack1 {
    background: url("../images/services/1.webp");
    background-size: cover
}

.servBack2 {
    background: url("../images/services/2.webp");
    background-size: cover
}

.servBack3 {
    background: url("../images/services/3.webp");
    background-size: cover
}
.servBack4 {
    background: url("../images/services/4.webp");
    background-size: cover
}
.servBack5 {
    background: url("../images/services/5.webp");
    background-size: cover
}
.servBack6 {
    background: url("../images/services/6.webp");
    background-size: cover
}
.servBack1 .bg-dark-25,.servBack2 .bg-dark-25,.servBack3 .bg-dark-25,.servBack4 .bg-dark-25,.servBack5 .bg-dark-25,.servBack6 .bg-dark-25 {
    background: rgb(0 0 0 / 29%);
    transition: all 0.3s ease-in-out
}
.servBack1:hover .bg-dark-25,.servBack2:hover .bg-dark-25,.servBack3:hover .bg-dark-25,.servBack4:hover .bg-dark-25,.servBack5:hover .bg-dark-25,.servBack6:hover .bg-dark-25 {
    background: rgb(0 0 0 / 69%);
    transition: all 0.3s ease-in-out
}

.textPosition {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}


@media only screen and (max-width:424px) and (min-width:300px) {
    .bgHeight {
        height: 350px;
        min-height: 350px
    }
}

@media only screen and (max-width:768px) and (min-width:425px) {
    .bgHeight {
        height: 350px;
        min-height: 350px
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .bgHeight {
        height: 400px;
        min-height: 400px
    }
}
@media only screen and (max-width:992px) and (min-width:768px) {
    a.textPosition h4{font-size: 21px;}
}

@media only screen and (min-width:1025px) {
    .bgHeight {
        height: 400px;
        min-height: 350px
    }
}


.overFlowHidden {
    overflow: hidden !important
}

small {
    font-size: 100%;
    font-weight: 600
}
img{object-fit: cover!important;}


@media only screen and (max-width:767px) and (min-width:200px) {
   
    .sepPosition{margin-top: -5%!important;; z-index: 99!important; position: relative;}
    .sepPosition2 { margin-top: -5px!important;}
}
@media only screen and (max-width:991px) and (min-width:768px) {
    .sepPosition2 { margin-top: -11px!important;}
    .imgPositionW1Top { left: -337px; }
}
@media(min-width:1700px){    
    .bg-img4 {
        background: url("../images/elements/bg/bg_4.webp");
        background-position: right 127%;
        background-repeat: no-repeat;
    }
    
    .imgPositionW1Top {
        left: 5px!important;
    }
}
@media (min-width:2300px){
    .imgPositionW1Top {
        left: 167px!important;
    }
}
@media (min-width: 2500px){
    .imgPositionW1Top {
        left: 290px!important;
    }
    
}

.sepPosition{margin-top: -5%; z-index: 99!important; position: relative;}
.sepPosition2{margin-top: -14px; z-index: 99!important; position: relative;}
.sepPosition3{margin-top: -4px; position: absolute; transform: rotateX(163deg);}

.btnBorder{border: 3px solid #fff;}
@media (min-width: 1200px){ .sepPosition2{margin-top: -24px; z-index: 99!important; position: relative;}
}
.mainLogo{
    position: absolute;
    margin-top: -31px;
    left: 1;
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out infinite both;
    animation: kenburns-top 5s ease-out infinite both
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

.widgetStyle{
    padding: 1em;
    border-radius: 15px;
    box-shadow: 0px 2px var(--bg-color1);
    border: 1px solid var(--bg-color1);
    transition: all .5s ease-in-out;
}
.widgetStyle:hover{
    padding: 1em;
    border-radius: 15px;
    box-shadow: 0px 2px var(--bg-color2);
    border: 1px solid var(--bg-color2);
    transition: all .5s ease-in-out;

}

/*Overlay*/
.container-overlay {position: relative; width: 100%;}
.overlay-main {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease;}
.overlay-dark{background:rgba(0, 0, 0, 0.62);}
.overlay-color{background:rgba(184, 158, 57, 0.79)}
.overlay-light{background:rgba(255, 255, 255, 0.62);}
.container-overlay:hover .overlay-main {opacity: 1;}
.text-overlay {font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; }


.subtitle-style
  {
	  font-family: var(--subtitle-style) !important;
	  font-weight: 400 !important;
  }
.service-count
{
  width: 43px;
  padding: 1px 6px;
  position: absolute;
  font-size: 26px;
  left: 25%;
}

@media screen and (max-width: 768px) 
{
  .service-count
  {
    left: 36% !important;
  }
}

.fontYears{
    font-size: 16rem;
    margin: 0;
    padding: 0;
    color: var(--bg-color4);  
    background: var(--bg-color2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.valuesStyle{
    border-radius: 50px;
    color: #fff;
    background: var(--bg-color1);
    padding: 12px 24px;
}
.valuesStyle1{
    border-radius: 50px;
    color: #fff;
    background: var(--bg-color);
    padding: 12px 24px;
}