﻿@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Regular.woff2) format('woff2'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Regular.woff) format('woff'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Light.woff2) format('woff2'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Light.woff) format('woff'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/fonts/gteesti/GT-Eesti-Pro-Display-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

.BG-SVG {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179' height='20' viewBox='0 0 179 20'%3E%3Cg id='Group_61' data-name='Group 61' transform='translate(-22 -23)'%3E%3Cpath id='Icon_material-call' data-name='Icon material-call' d='M7.718,11.424a13.465,13.465,0,0,0,5.858,5.858l1.956-1.956a.884.884,0,0,1,.907-.213,10.14,10.14,0,0,0,3.173.507.892.892,0,0,1,.889.889v3.1a.892.892,0,0,1-.889.889A15.11,15.11,0,0,1,4.5,5.389.892.892,0,0,1,5.389,4.5H8.5a.892.892,0,0,1,.889.889A10.1,10.1,0,0,0,9.9,8.562a.892.892,0,0,1-.222.907Z' transform='translate(17.5 20.5)' fill='red'/%3E%3Cpath id='Icon_awesome-caret-down' data-name='Icon awesome-caret-down' d='M1.332,13.5H8.256a.537.537,0,0,1,.379.918l-3.46,3.463a.539.539,0,0,1-.761,0L.953,14.418A.537.537,0,0,1,1.332,13.5Z' transform='translate(56.206 17.231)' fill='%23333'/%3E%3Cpath id='Icon_awesome-caret-down-2' data-name='Icon awesome-caret-down' d='M1.332,18.038H8.256a.537.537,0,0,0,.379-.918l-3.46-3.463a.539.539,0,0,0-.761,0L.953,17.12A.537.537,0,0,0,1.332,18.038Z' transform='translate(83.206 17.231)' fill='%23333'/%3E%3Cg id='Group_60' data-name='Group 60' transform='translate(-48 -623)'%3E%3Crect id='Rectangle_20' data-name='Rectangle 20' width='32' height='20' transform='translate(217 646)' fill='%23fff'/%3E%3Crect id='Rectangle_18' data-name='Rectangle 18' width='32' height='7' transform='translate(217 646)' fill='%23007330'/%3E%3Crect id='Rectangle_19' data-name='Rectangle 19' width='32' height='7' transform='translate(217 659)'/%3E%3Crect id='Rectangle_21' data-name='Rectangle 21' width='8' height='20' transform='translate(217 646)' fill='%23fe0000'/%3E%3C/g%3E%3Cpath id='Icon_feather-chevron-down' data-name='Icon feather-chevron-down' d='M9,13.5l5.011,5.011L19.022,13.5' transform='translate(101.5 17.231)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Icon_feather-chevron-down-2' data-name='Icon feather-chevron-down' d='M9,18.511,14.011,13.5l5.011,5.011' transform='translate(130.5 17.231)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

body {
    font-family: 'GT Eesti Pro Display';
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

a {
    text-decoration: none
}

.navbar {
    background: #FFEFEF
}

.navbar-collapse {
    float: right;
    justify-content: flex-end
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500
}

.nav-item {
    margin-left: 50px;
    margin-bottom: 0
}

.navbar-brand {
    margin: 15px 0;
    display: block;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #FF0000;
}

.HeaderCallIcon {
    margin-bottom: 0;
    color: #FF0000;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.dropdown-menu {
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

    .dropdown-menu li {
        margin-bottom: 0
    }

ul {
    list-style: circle
}

    ul li {
        margin-bottom: 1rem;
    }

.HeaderCallIcon svg {
    margin-right: 5px;
}

.general-row {
    padding: 20px 0;
}

.MainHeadingTitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.MainSubHeadingTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

    .MainSubHeadingTitle:before {
        content: '';
        left: 0;
        width: 5px;
        position: absolute;
        height: 25px;
        background: #FF0000;
        border-radius: 0 5px 5px 0
    }

.SubHeadingTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.MinTitle {
    color: #919191;
    font-size: 16px;
}

.general-row p:last-child {
    margin: 0
}

.SliderRow {
    padding-top: 0
}

.PkgBlockSection {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .PkgBlockSection:hover .Heading {
        padding: 35px 0;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .PkgBlockSection img {
        width: 100%;
    }

    .PkgBlockSection .Heading {
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6166841736694677) 42%, rgba(0,0,0,0.7231267507002801) 63%, rgba(0,0,0,0.8099614845938375) 100%);
        padding: 20px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.ActivityBlock {
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ActivityBlock .Image {
        position: relative;
    }

    .ActivityBlock:hover .Offer-Block {
        background: #333;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.Offer-Block {
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 135PX;
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 30px;
    word-break: break-all;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.ActivityBlock .Image img {
    width: 100%
}

.ActivityBlock .Content {
    padding: 10px;
    text-align: center;
}

    .ActivityBlock .Content .Title {
        font-size: 14px;
        font-weight: 600;
    }

footer {
    padding: 25px 0;
    background: #333333;
}

.TopFooter {
    padding: 20px 0;
    border-bottom: 1px solid #424242;
}

    .TopFooter ul {
        display: flex;
        padding-left: 0;
        margin: 0
    }

        .TopFooter ul li {
            margin-right: 50px;
        }

            .TopFooter ul li a {
                color: #DDDDDD;
                font-size: 14px;
                font-weight: 300;
                text-decoration: none
            }

.BottomFooter {
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .BottomFooter p {
        color: #FFFFFF;
        font-weight: 300;
    }

    .BottomFooter ul li a {
        color: #00B9FF;
        padding-left: 10px;
        font-weight: 300;
        border-left: 1px solid #6f6f6f;
    }

    .BottomFooter p {
        font-weight: 300;
        margin: 0
    }

        .BottomFooter p a {
            color: #FFC905;
            font-weight: 300;
        }

    .BottomFooter ul {
        padding-left: 0;
        display: flex;
        margin: 0
    }

        .BottomFooter ul li {
            margin-left: 15px
        }

.MainPageBanner {
    padding: 0;
    position: relative;
}

    .MainPageBanner img {
        width: 100%;
    }
.BannerPageSection {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 55px;
}
.MainPageBanner .BannerTitle {
    font-size: 32px;
    font-weight: 600;
    color: #fff;  
    letter-spacing: 1px
}
.BannerBtn{
    display:inline-block;padding:5px 20px;background:#FF0000;color:#fff;font-size:16px;border-radius:8px;margin-top:10px;
}

.ContactTitle {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .ContactTitle i {
        margin-right: 10px;
        width: 34px;
        display: inline-block;
        height: 20px;
        background-position: -146px 0;
    }

.ContactPageBlock {
    border: 1px solid #E1E1E1;
    padding: 30px;
    border-radius: 20px;
}

    .ContactPageBlock ul {
        list-style: none;
    }

        .ContactPageBlock ul li {
            display: flex;
            justify-content: space-between
        }

            .ContactPageBlock ul li p {
                width: 30%;
            }

                .ContactPageBlock ul li p:last-child {
                    text-align: left;
                    width: 70%;
                }

.input-group {
    margin-bottom: 15px;
}

    .input-group label {
        width: 20%
    }


    .input-group .form-control {
        border-radius: 10px !important;
        border: 1px solid #E1E1E1;
    }

.SubmitBTN {
    background: #FF0000;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 200px;
    display: inline-block;
}

.SecurityMainGroup {
    justify-content: flex-end
}

.SecurityGroup {
    width: 80%;
    display: inline-grid;
}

    .SecurityGroup label {
        width: 100%;
    }

    .SecurityGroup .form-control {
        width: 100%;
    }

.SubmitGroup {
    justify-content: flex-end;
}

.SitemapUL li a {
    color: #333;
    padding: 0 20px
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 55%;
    }
    .BannerPageSection{
        top:20px;
    }
    .BannerBtn {
        font-size: 13px;
    }

    .navbar-nav .nav-item {
        margin-left: 15px
    }

    .navbar-brand {
        margin: 5px 0;
    }

    .navbar {
        height: 50px;
    }

    .SliderRow {
        padding: 0 !important
    }

    .HeaderCallIcon {
        position: absolute;
        left: 15px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        position: absolute;
        right: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 400
    }

    .navbar-collapse {
        float: right;
        justify-content: flex-end;
        position: absolute;
        top: 50px;
        z-index: 9;
        background: #ffefef;
        width: 100%;
        left: 0;
        box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
        border-radius: 0 0 15px 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none
    }



    .TopFooter ul {
        display: inline-block
    }

        .TopFooter ul li {
            margin-right: 0;
            width: 50%;
            float: left;
        }

    .row > * {
        padding-left: 5px;
        padding-right: 5px
    }

    .PkgBlockSection {
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .MainHeadingTitle {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .MinTitle {
        font-size: 15px;
    }

    .general-row {
        padding: 10px 0;
    }

    p ul li {
        color: #707070;
        margin-bottom: 0.5rem;
    }

    body {
        font-size: 13px;
    }

    .PkgBlockSection .Heading {
        font-size: 14px;
    }

    .TopFooter {
        padding: 0
    }

        .TopFooter ul li a {
            font-size: 13px;
        }

    .BottomFooter {
        display: block;
        padding-bottom: 0
    }


        .BottomFooter ul p {
            margin-bottom: 10px
        }

    .MainPageBanner img {
        width: 100%;
        height: 105px;
        object-fit: cover;
        border-radius: 15px;
    }

    .MainPageBanner .BannerTitle {
        font-size: 24px;
        font-weight: 400;
        top: 35%;
    }

    .SubHeadingTitle {
        font-size: 16px;
        font-weight: 400;
    }

    .MainSubHeadingTitle {
        font-weight: 400;
        font-size: 16px;
    }

    .ContactPageBlock {
        padding: 15px;
        margin-bottom: 20px
    }

        .ContactPageBlock ul {
            padding-left: 0
        }

    .input-group {
        display: block
    }

        .input-group .form-control {
            width: 100%;
        }

        .input-group label {
            margin-bottom: 5px;
            width: auto;
        }

    .SecurityGroup {
        width: 100%;
    }

    .Offer-Block {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .HeaderCallIcon {
        position: absolute;
        left: 15px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        position: absolute;
        right: 15px;
    }

    .navbar-collapse {
        float: right;
        justify-content: flex-end;
        position: absolute;
        top: 50px;
        z-index: 9;
        background: #ffefef;
        width: 100%;
        left: 0;
        box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
        border-radius: 0 0 15px 15px;
    }

    .PkgBlockSection {
        margin-bottom: 20px;
    }

    .TopFooter ul li {
        margin-right: 20px;
    }

    .BottomFooter {
        display: block
    }

    .MainPageBanner .BannerTitle {
        font-weight: 400;
        font-size: 22px;
        top: 34%;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}
