@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap');
body {
    font-family: 'Montserrat', sans-serif!important;
    color: #323947;
    font-size: 16px;
    font-weight: 400;
    min-height: 100% !important;
    padding: 100px 0 0 0;
    margin: 0;
    background: #0CAACD;
    overflow-x: hidden!important;
}

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

a {
    color: #24BADB;
}

a:hover {
    color: #323947
}

body {
    overflow-x: hidden
}

.aos-init:not(.aos-animate):after {
    position: fixed;
}



#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.bg-light {
    background: #F5F5F5!important
}

ol li{
    margin-bottom:15px;
}

#content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

ul li {
    margin-bottom: 15px;
    line-height: 120%
}

ul li a {
    color: #585858
}

ul li::before {
    content: "\2810";
    color: #24BADB;
    margin-left: -32px;
    width: 32px;
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900;
    font-size: 18px;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000
}

h2 {
    font-size:40px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    position: relative;
}



h4 {
    font-size: 20px;
}

.text-white {
    color: #fff!important
}

.navbar {
    padding-top: 30px;
}

.logos{
    position: absolute;
    z-index:100;
    right:0;
    bottom:0;
    padding:20px;
    background-color: rgba(12, 170, 205, 0.8);
}

@media (max-width:992px){
    .logos img{
        width:50px;
        height:auto
    }
}

.top {
    height: 100px;
    background: rgba(255, 255, 255, 19);
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom:4px solid #fff
}

.top.small-bar {
    /*background-color:#001837;*/
    background: rgba(255, 255, 255, 1);
    height: 90px;
    padding-top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom:4px solid #ddd
}

a.forwerd {
    width: 197px;
    height: 38px;
    background: url('../images/forwerd.png') no-repeat left top;
    background-size: 100%;
    text-indent: -9999px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top.small-bar a.forwerd {
    width: 180px;
    height: 54px;
    background: url('../images/forwerd.png') no-repeat left top;
    background-size: 100%;
    text-indent: -9999px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top.small-bar .navbar-expand-lg .navbar-nav {
    
}

.hero-home {
    position: relative
}


.hero.int {
    max-height: 500px;
    overflow: hidden;
}

ul li {
    margin-bottom: 10px;
}

.main-nav ul {
    padding: 0
}

.main-nav ul li {
    margin: 0 8px;
    position: relative;
    float: left
}

.main-nav ul li::before {
    display: none
}

.main-nav ul li a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

.whitev .main-nav ul li a {
    color: #323947;
}

.top.small-bar .main-nav ul li a {
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    position: relative
}

.small-bar.top.whitev .main-nav ul li a {
    color: #323947
}

.main-nav ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li.current_page_item a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul {
    display: none
}

.main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 240px;
}

.whitev .main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 240px;
}

.top.small-bar .main-nav ul li:hover ul {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 240px;
}

.main-nav ul li:hover ul li {
    margin: 0
}

.main-nav ul li:hover ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000
}

.top.whitev .main-nav ul li:hover ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000
}

.main-nav ul li ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul li a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-nav ul li ul li a.current::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #24BADB;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top-links{
    background: #24BADB;
}

.top-links a{
    color:#fff;
    font-size:14px;
    font-weight:600
}

@media (max-width:768px) {
    .main-nav ul li {
        margin: 0 20px;
        position: relative;
        float: none;
        display: block
    }
    .top {
        height: 100px;
    }
}


.home-list span.name{
    padding:12px 20px;
    background: #24BADB;
    color:#fff;
    display:inline-block;
    position: absolute;
    left:0;
    bottom:0;
    z-index:1;
    font-size:18px;
    font-weight:600;
    text-transform: uppercase;
}

.home-list span.name::after{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    background: #24BADB;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.contacts {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 20%
}

.contacts li {
    margin-bottom: 4px;
}

.contacts li::before {
    display: none
}

.contacts a {
    min-width: 56px;
    padding: 10px 15px;
    background: #24BADB;
    color: #fff;
    clear: left;
    text-align: center;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 18px;
}

.contacts a span {
    font-size: 14px;
}

.contacts a span {
    width: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;
    text-align: left;
    opacity: 0
}

.contacts a:hover span {
    width: 300px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1
}

.contacts li:first-child a:hover span {
    width: 140px;
}


span.line {
    width: 40px;
    height: 4px;
    background: #24BADB;
}

.btn-scroll {
    cursor: pointer;
}

.hero-txt {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    z-index: 3;
    padding-bottom: 60px
}

.hero-txt h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300
}

.hero-txt span {
    display: block;
    font-weight: 700
}

.hero-txt .t2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.hero-txt .t2 p:last-child {
    font-size: 20px;
    margin-top: 20px;
}

.hero.int .hero-txt {
    top: 20%;
}

.hero.int .hero-txt h1 {
    font-size: 42px;
}

.slideshow {
    background: #fff;
    width: 100%;
    overflow: hidden
}

.slideshow .item {
    position: relative;
    overflow: hidden;
    height: Calc(100vh / 2)
}

.slideshow .item .mask{
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    background: rgba(0, 0, 0, 0.3);
    width:100%;
    height:100%
}

.txt-slideshow {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.txt-slideshow-content {
    color: #fff;
    padding: 30px;
}


.txt-slideshow-content .title {
    font-size: 60px;
    font-weight: 600;
}

.txt-slideshow-content p{
    font-size:24px;
}

@media (max-width:992px) {
    .txt-slideshow-content .title {
        font-size: 30px;
        font-weight: 600;
        white-space: nowrap;
    }

    .txt-slideshow-content p {
        font-size: 18px;
      }

    .slideshow .item {
        position: relative;
        overflow: hidden;
        height: Calc(100vh / 2.5);
    }

   
    .txt-slideshow-content h1 {
        white-space: unset;
        font-size: 20px;
    }
    .txt-slideshow-content {
        padding: 20px;
    }
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    width: 100%
}

.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-prev.png) no-repeat center center;
}

.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    z-index: 101;
    font-size: 20px;
    background: url(../images/btn-next.png) no-repeat center center;
}

@media (max-width:768px) {
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 101;
        font-size: 20px;
    }
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: center;
}

.slideshow-wrapper .owl-dots {
    display: none
}

.owl-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #fff!important;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background: #24BADB!important
}

@media (max-width:1440px) {
    .hero.int {
        position: relative
    }
    .hero.int .hero-txt {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 80px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
    }

    .main-nav{
        /* box-shadow: 0.5rem 0.5rem black, -0.5rem -0.5rem #ccc; */
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        padding:0
    }
}

@media (max-width:768px) {
    .hero-txt {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        font-weight: 300;
        color: #fff;
        z-index: 3
    }
    .hero-txt h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .mobile-hero .hero-txt {
        font-size: 24px;
        margin-bottom: 20px;
        top: 68%;
    }
    .hero-txt .t2 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .hero-txt .t2 p:last-child {
        font-size: 14px;
        margin-top: 10px;
    }
    .hero.int .hero-txt h1 {
        font-size: 24px;
    }
}

.btn-scroll {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 20px;
    z-index: 100;
    color: #fff;
    font-size: 40px;
    opacity: 0.7;
    cursor: pointer
}

section {
    background: #fff;
    padding: 60px 15px;
}

section.intro {
    padding: 60px 15px;
    background: #F6F5F3!important;
}

section.intro.int{
    padding:40px 15px
}

span.txt-line {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase
}

section span.txt-line::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #24BADB;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

section.intro span.txt-line::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #24BADB;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

section.intro span.txt-line::after {
    background: #fff;
}

section.intro h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 400
}

.border-left{
    border-left:2px solid #24BADB!important
}

@media (max-width:768px) {
    section.intro {
        background: #f6f6eb;
        padding: 50px 15px;
    }
}

a.read-more {
    font-size: 16px;
    padding: 14px 20px;
    display: inline-block;
    color: #fff;
    background: #24BADB;
    border: 1px solid #24BADB;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 2px;
    margin-top: 20px;
    font-weight:400
}

a.read-more:hover {
    font-size: 16px;
    padding: 14px 20px;
    display: inline-block;
    color: #fff;
    background: #3F3A35;
    border: 1px solid #3F3A35;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 2px;
    margin-top: 20px;
}


a.read-more::after{
    content:"";
    width:16px;
    height: 16px;
    background: url('../images/arrow-right.png') no-repeat right top;
    display:inline-block;
    margin-left:10px;
    vertical-align: middle;
}

a.read-more-w {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    color: #24BADB;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    letter-spacing: 3px;
    margin-top: 20px
}

a.read-more-w:hover {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    color: #24BADB;
    background: #22201B;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    letter-spacing: 3px;
    margin-top: 20px
}

.custom-bg {
    background: #24BADB
}


/*owl carousel*/

.owl-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    background: #fff!important;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background: #24BADB!important
}



h3{
    font-size:1.25rem;
    font-weight:600!important
}

@media (max-width:992px){
    section.product-imgs{
    padding-top:0;
}
}


.thumbnail img{
    border:4px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.thumbnail:hover img{
    border:4px solid #3F3A35;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


footer {
    padding: 80px 0;
    color: #fff;
    font-size: 14px;
}

footer a {
    color: #fff!important
}

footer ul {
    padding: 0;
}

footer ul li::before {
    display: none
}

footer .social-btm a {
    font-size: 18px;
}

.social a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.social a:hover {
    background: rgba(206, 177, 109, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a.post-edit-link {
    padding: 6px 20px;
    background: #333333;
    color: #fff
}

a.more-link {
    float: right
}

a.more-link::after {
    content: "\f30b";
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900;
    margin-left: 6px;
}


@media (max-width:992px) {

    body{
        padding-top:100px
    }

    h1,
    h2,
    h3 {
        font-weight: 600
    }
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    a.forwerd {
        position: absolute;
        left: 0;
        top: 20px;
    }
    .custom-toggler.navbar-toggler {
        position: absolute;
        right: -15px;
        top: 13px;
    }
    .breadcrumbs {
        display: none;
    }
    section.intro {
        background: #f6f6eb;
        padding: 40px 15px;
    }
    .top.whitev a.forwerd {
        width: 90px;
        height: 90px;
    }
    .top.small-bar {
        height: 100px;
    }
    .top.small-bar a.forwerd {
        width: 160px;
    }
    .top.whitev.small-bar a.forwerd {
        width: 80px;
    }
    .navbar-toggler {
        border: none
    }
    .top.whitev .main-nav ul li a {
        color: #323947;
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .custom-toggler.navbar-toggler {
        border-color: rgb(255, 255, 255);
    }
    .navbar-nav {
        margin-top: 20px;
        padding: 20px;
        background: rgba(255, 255, 255, 1)
    }
    .top.whitev .navbar-nav {
        margin-top: 20px;
        padding: 10px;
        background: rgba(255, 255, 255, 1);
        box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
        -webkit-box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: -5px 7px 9px 0px rgba(0, 0, 0, 0.21);
    }

    .top {
        height: 100px;
        background: rgba(255, 255, 255, 1);
        color: #fff;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        border-bottom: 4px solid #fff;
      }
    .main-nav ul li {
        margin-bottom: 0;
    }
    .main-nav ul li a {
        display: block
    }
    .top.whitev .main-nav ul li:hover ul {
        padding: 20px;
        background-color: rgba(255, 255, 255, 1);
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }
    .top .main-nav ul li:hover ul {
        padding: 10px 10px;
        background-color: rgba(255, 255, 255, 1);
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }
    .top.small-bar .main-nav ul li:hover ul,
    .top .main-nav ul li:hover ul {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        background-color: transparent
    }
    .main-nav ul {
        padding: 0;
        margin-top: 0;
    }
    .main-nav ul li a {
        color: #323947!important
    }
   
}

@media (max-width:768px) {
    .mobile-hero {
        background: url('../images/hero-int-m.jpg') no-repeat center top;
        height: 200px;
        background-size: cover;
    }
}

@media (max-width:640px) {
    .txt-name {
        width: 100%;
        height: 80px;
        margin-left: -50%;
        margin-top: -40px;
    }
    .navbar-light .navbar-toggler-icon {
        fill: #fff
    }
}

table {
    border: none !important;
}

table img {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

table {
    width: 100%!important;
    margin-bottom: 30px;
}

table tr td,
table tr th {
    padding: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
}

@media (max-width:640px) {
    table tr td,
    table tr th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        vertical-align: top;
        text-align: center;
        letter-spacing: 0;
        display: block
    }
}

.top-wrapper {
    z-index: 999;
    font-size: 13px;
}

.top-links {

    font-size: 13px;
}

@media (max-width:992px) {
    .top-links {
        position: absolute;
        right: 0;
        top: 59px;
        font-size: 13px;
    }

    .top-links span{
        display: none;
    }
}








.contact-home h2 {
    color: #fff;
    font-weight: 700
}

.contact-home h3 {
    color: #fff
}

a.read-more-outline {
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 2px;
    margin-top: 20px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    letter-spacing: 3px;
    font-weight: 700
}

a.read-more-outline:hover {
    font-size: 16px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border: 1px solid #908772;
    background: #908772;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    letter-spacing: 3px;
}

@media (max-width:992px) {
    section.contact-home {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: cover;
    }
}




/* internal page */

.txt-int {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 10;
}


.txt-int-content {
    color: #fff!important;
    padding: 30px 30px 20px 30px;
    background: #0CAACD!important;
}

.txt-int-content h1 {
    font-size: 36px;
    font-weight: 600;
    white-space: nowrap;
    color:#fff
}

@media (max-width:992px) {
 
    .txt-int-content h1 {
        white-space: unset;
        font-size: 21px;
        margin-bottom: 0;
        line-height: 21px;
    }
    .txt-int-content {
        padding: 18px;
    }
}

.hero-type {
    height: 500px;
    overflow: hidden;
}

@media (min-width:1920px) {
    .hero-type {
        height: 700px;
        overflow: hidden;
    }
}


  
  .home-list .item img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .home-list .item:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }