:root {
    --head-bg: #004767;
    --text-h2: #004767;
    --white: #fff;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1;
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

dd,
dl,
dt,
li,
ol,
ul {
    list-style: none
}

img {
    max-width: 100%;
    display: inline-block;
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
p.contact{display: flex;}
p.contact img{width:28px;height:28px;}
p.contact i{padding:0 10px 0 10px;font-style:normal;}


@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}



.light {
    color: var(--white);
}

.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 995;
}

.header.menu-sticky {
    background:#000;
}

.menu-brand {
    float: left;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

.menu-brand>a {
    height: 90%;
}

.menu-brand img {
    max-height: 100%;
    display: block;
}

.menu-btn {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;

}

.menu-btn .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
}

.menu-btn .icon-bar+.icon-bar {
    margin-top: 4px;
}

.menu-cnt {
    display: flex;
    justify-content: flex-end;
    position: relative;
    color: var(--white);
}

.menu-cnt>ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 30px;
}

.menu-cnt>ul>li>a {
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0 15px;
    position: relative;
    color: var(--white);
    height: 50px;
    line-height: 50px;
    display: block;
}

.menu-cnt>ul>li>a:hover {
    color: #03BFCB;
}



.section-video {
    background: url(../img/bg.png) no-repeat center bottom;
    background-size: contain;
    background-color: #0F232E;
    min-height:500px;
}
.banner-des{
    font-size: 30px;
    line-height: 35px;
    position: relative;
    left: 20%;
    top: 0;
    transform: translate(-20%, 0);
}

main>section {
    margin: 0;
    padding: 0;
    position: relative;
}

.section-video .row {
    padding: 50px 0 20px;
}

.section-video img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.section-video img {
    height: auto;
}

.framer-wrap {
    align-content: center;
    align-items: center;
    background-color: #999;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    width: 100%;
}

.framer-wrap-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 70px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
}

.framer-wrap-item {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 39px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 123px;
    opacity: 1;
    transform: perspective(1200px);
    image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.svgContainer {
    width: 100%;
    height: 100%;
    aspect-ratio: inherit
}



.framer-wrap-item2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 35px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 97px;
    opacity: 1;
    transform: perspective(1200px);
    image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}


.framer-wrap-item3 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 39px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: perspective(1200px);
    width: 102px;
    opacity: 1;
    transform: perspective(1200px);
    image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}

.framer-wrap-item4 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 36px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: perspective(1200px);
    width: 125px;
    opacity: 1;
    transform: perspective(1200px);
    image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}



main>section.section-base {
    background-color: var(--white);
}



.framer {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.framer-container {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    max-width: 1100px;
    overflow: visible;
    padding: 60px 0 0;
    position: relative;
    width: 1px;
}


.framer-item,
.framer-item,
.framer-item {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.framer-info,
.framer-info-2,
.framer-info-3 {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    height: 450px;
    justify-content: center;
    overflow: visible;
    padding: 0 50px;
    position: relative;
    width: 1px;
}

.framer-head {
    flex: none;
    height: auto;
    overflow: visible;
    position: relative;
    transform: perspective(1200px);
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;

    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    opacity: 1;
}

.framer-title {
    font-family: normal, Inter, Inter Placeholder, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #252b3b;
    font-size: 32px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    text-align: start;
}

.framer-text {
    font-family: normal, Inter, Inter Placeholder, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #252b3b;
    font-size: 17px;
    letter-spacing: .18px;
    text-transform: none;
    text-decoration: none;
    line-height: 170%;
    text-align: start;
}

.framer-des {
    flex: none;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    opacity: 0.6;
    transform: perspective(1200px);

}

.framer-img {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 450px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: perspective(1200px);
    width: 1px;
    opacity: 1;
    transform: perspective(1200px);
}

.framer-img>div {
    aspect-ratio: 1.370757180156658 / 1;
    flex: none;
    height: 367px;
    overflow: visible;
    position: relative;
    width: 503px;

    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.framer-img-1,
.framer-img-2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 450px;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: perspective(1200px);
    width: 1px;
    opacity: 1;
    transform: perspective(1200px);
}

.framer-img-1>div {
    aspect-ratio: 1.325068870523416 / 1;
    flex: none;
    height: 363px;
    overflow: visible;
    position: relative;
    width: 481px;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.framer-head2,
.framer-head3 {
    flex: none;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 450px;
    word-break: break-word;
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    opacity: 1;
    transform: perspective(1200px);
}


.framer-des2 {
    flex: none;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 450px;
    word-break: break-word;
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    opacity: 0.6;
    transform: perspective(1200px);
}

.framer-spacing {
    flex: none;
    height: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.framer-spacing-2 {
    flex: none;
    height: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.framer-img-2>div {
    aspect-ratio: 1.274787535410765 / 1;
    flex: none;
    height: 392px;
    overflow: visible;
    position: relative;
    width: 500px;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

main>section.section-base.section-color {
    background-color: #e4edf3;
}

main>section>.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.title {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.title:last-child {
    margin-bottom: 0;
}

.title h2 {
    font-size: 28px;
    line-height: 40px;
    color: var(--text-h2)
}

hr.space {
    height: 60px;
    border: none;
    clear: both;
    margin: 0;
}


.grid-box {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-item {
    padding: 0;
    margin: 0;
    min-width: 0;
    position: relative;
    display: block;
   
}


.grid-item img{
    display: block;
    padding-top: 20px;
}

.cnt-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: var(--white);
}
.cnt-box.boxed:hover{
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.img-box img {
    max-width: 100%;
    display: block;
    position: relative;
    border-radius: 3px;
    transition: all 0.5s;
}

.cnt-box-top.boxed>.img-box,
.cnt-box-top.boxed>.img-box>img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cnt-box .img-box:before {
    z-index: 3;
    background: rgba(0, 0, 0, 0.15);
}

.img-box:before {
    content: '';
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
}

.cnt-box.boxed .caption {
    padding: 30px;
    background-color: var(--white);

}

.cnt-box .caption h2 {
    font-weight: 700;
    line-height: 35px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--text-h2)
}

.cnt-box .caption p {
    font-size: 14px;
    margin: 0;
    color: #404d60;
}


.footer {
    color: var(--white);
    background-color: var(--head-bg)
}

.footer>.container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    letter-spacing:10px;
    margin-left: 10px;
}
.footer h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.footer p {
    opacity: .8;
    margin-top: 10px;

}

.icon-links {
    margin-top: 30px;
    display: flex;
}

footer .icon-links-grid a {
    width: 45px;
    height: 34px;
    color: #03BFCB;
    border-style: solid;
    border-width: 1px;
    border-right: none;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.icon-links-grid a:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.icon-links-grid a:last-of-type {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.icon-links>a:last-child {
    margin-right: 0;
}

.social-colors.icon-links-grid .facebook:not(:hover),
.social-colors-hover.icon-links-grid .facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: var(--white);
}

.social-colors.icon-links-grid .twitter:not(:hover),
.social-colors-hover.icon-links-grid .twitter:hover {
    background-color: #3b8aca;
    border-color: #3b8aca;
    color: var(--white);
}

.social-colors.icon-links-grid i {
    font-size: 16px;
    transform: translateX(-50%) translateY(calc(-50% + 2px));
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-telegram:before {
    content: "\f2c6";
}

.icon-links-grid a:hover {
    background-color: #03BFCB;
    border-color: #03BFCB;
}

.social-colors.icon-links-grid a:hover i {
    color: var(--white);
}

.footer-bar {
    border-color: rgba(255, 255, 255, 0.15);
    border-top-style: solid;
    border-top-width: 1px;
}

.footer-bar>.container {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footer-bar>.container>span:last-child {
    float: right;
}

footer a {
    text-decoration: none;
    color: #03BFCB;
}
.foorer-logo{
    display: flex;
    align-items: center;
}
.foorer-logo img{
    width: 50px;
    height: 36px;
}
@media (min-width: 992px) {
    .menu-cnt>ul>li>a {
        height: 65px;
        line-height: 65px;
    }
}

@media (max-width: 991.98px) {
    .menu-brand {
        max-width: calc(100% - 60px);
    }

    .menu-brand>a {
        display: flex;
        align-items: center;
    }

    .header {
        height: 65px;
    }

    .menu-btn {
        display: block;
        z-index: 9999;
    }

    .menu-btn .icon-bar {
        background-color: var(--white);
        border-radius: 0;
    }

    .header.active .menu-btn .icon-bar {
        background-color: #03BFCB;
    }

    .menu-cnt {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        background: var(--white);
        left: 0;
        width: 100%;
        transition: height 0.5s;
        display: block;
    }

    .header.active .menu-cnt {
        box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.08);
        z-index: 9995;
    }

    .menu-cnt>ul {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .menu-cnt a {
        color: #004767 !important;
    }

    .menu-cnt>ul>li>a {
        padding: 0 30px;
    }

    .grid-box {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bar>.container>span:last-child {
        float: none;
    }

    .footer .col-lg-4 {
        margin-top: 45px;
        padding: 0 10px;
    }

}

@media (max-width: 809px) {
    .framer-wrap-container {
        flex-direction: column;
        gap: 30px;
    }

    .framer-container {
        padding: 10px 20px 0;
    }

    .framer-item,
    .framer-item,
    .framer-item {
        flex-direction: column;
    }

    .framer-info {
        flex: none;
        height: min-content;
        padding: 50px 0 30px;
        width: 100%;
    }

    .framer-img {
        flex: none;
        gap: 0px;
        height: min-content;
        justify-content: center;
        width: 100%;
    }

    .framer-img>div {
        height: 270px;
        width: 370px;
    }

    .framer-img-1 {
        flex: none;
        height: min-content;
        order: 1;
        width: 100%;
    }

    .framer-img-1>div {
        height: 280px;
        width: 370px;
    }

    .framer-info-2 {
        flex: none;
        height: min-content;
        order: 0;
        padding: 40px 0 30px;
        width: 100%;
    }

    .framer-head2 {
        overflow: visible;
        width: 100%;
    }

    .framer-des2,
    .framer-head3 {
        width: 100%;
    }

    .framer-info-3 {
        flex: none;
        height: min-content;
        padding: 40px 0 30px;
        width: 100%;
    }

    .framer-img-2 {
        flex: none;
        height: min-content;
        width: 100%;
    }

    .framer-img-2>div {
        height: 290px;
        width: 370px;
    }
}

@media (max-width: 809px) and (min-width: 0px) {
    .framer-title {
        font-size: 26px;
    }

    .framer-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px){
    
}


@media (max-width: 767.98px) {
    .section-video{
        min-height:400px;
    }
    .banner-des{
        font-size: 25px;
    }
    .grid-box {
        grid-template-columns: 1fr;
    }

    .cnt-box .caption h2 {
        line-height: 30px;
        font-size: 19px;
    }

    .cnt-box .caption p {
        font-size: 13px;
    }
    .footer h3 {
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {
    main>section>.container {
        padding-top: 80px;
    }
    .section-video{
        min-height:300px;
    }
    .banner-des{
        font-size: 20px;
    }
    .footer p {
        margin-top: 15px;

    }
    .footer h3 {
        font-size: 20px;
        letter-spacing: 10px;
    }
    .foorer-logo img{
        width: 40px;
        height: 29px;
    }
    .icon-links {
        margin-top: 15px;
    }
}