@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: inherit !important
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body, html {
    height: 100%
}

a {
    text-decoration: none;
    color: inherit
}

    a:hover {
        color: inherit
    }

button:focus, input:focus {
    outline: transparent
}

li {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 100vw;
    cursor: default;
    color: #191919;
    font-family: "Montserrat",sans-serif
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.pagewrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

@media (min-width:1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1444px
    }
}

h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 120%
}

h2, h3 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    color: #222944;
    text-transform: uppercase
}

.violetbtn {
    max-width: 222px;
    width: 100%;
    min-height: 50px;
    border-radius: 34px;
    background: #453888;
    border: 2px solid #453888 !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .violetbtn:hover {
        background: transparent;
        color: #222944
    }

.sectsubtitle {
    font-family: "Arapey",serif;
    font-size: 25px;
    font-style: italic;
    color: #9884FF;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width:1199.8px) {
    h1 {
        font-size: 42px
    }

    h2, h3 {
        font-size: 32px
    }

    .sectsubtitle {
        font-size: 21px
    }
}

@media (max-width:575.8px) {
    h1 {
        font-size: 30px
    }

    .sectsubtitle {
        font-size: 20px;
        margin-bottom: 0
    }

    h2, h3 {
        font-size: 25px
    }
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5);
        box-shadow: 0 0 0 rgba(255,255,255,0.5)
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0);
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5);
        box-shadow: 0 0 0 rgba(255,255,255,0.5)
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5);
        box-shadow: 0 0 0 rgba(255,255,255,0.5)
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0);
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5);
        box-shadow: 0 0 0 rgba(255,255,255,0.5)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(86,73,153,0.5);
        box-shadow: 0 0 0 rgba(86,73,153,0.5)
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(86,73,153,0);
        box-shadow: 0 0 0 20px rgba(86,73,153,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(86,73,153,0.5);
        box-shadow: 0 0 0 rgba(86,73,153,0.5)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(86,73,153,0.5);
        box-shadow: 0 0 0 rgba(86,73,153,0.5)
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(86,73,153,0);
        box-shadow: 0 0 0 20px rgba(86,73,153,0)
    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(86,73,153,0.5);
        box-shadow: 0 0 0 rgba(86,73,153,0.5)
    }
}

.herosection {
    padding-top: 94px;
    height: 524px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .herosection:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #47558B;
        opacity: 0.82
    }

.herosection__bg {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.herosection__box {
    position: relative;
    z-index: 2;
    text-align: center
}

    .herosection__box .subtitle {
        margin-bottom: 10px;
        color: #9884FF;
        font-family: "Arapey",serif;
        font-size: 25px;
        font-style: italic
    }

    .herosection__box h1 {
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase
    }

    .herosection__box p {
        color: #fff;
        line-height: 140%;
        max-width: 610px;
        margin: 0 auto
    }

    .herosection__box .violetbtn {
        margin-top: 30px
    }

        .herosection__box .violetbtn:hover {
            -webkit-animation: pulse1 2s infinite;
            animation: pulse1 2s infinite;
            border-color: #fff !important
        }

.services {
    padding: 50px 0 67px;
    position: relative
}

    .services h2 {
        text-align: center;
        margin-bottom: 40px
    }

    .services .bgel1 {
        position: absolute;
        top: 31px;
        right: 0
    }

    .services .bgel2 {
        position: absolute;
        left: 0;
        bottom: 0
    }

.tabs {
    -webkit-box-shadow: 0 5px 31px rgba(0,0,0,0.1);
    box-shadow: 0 5px 31px rgba(0,0,0,0.1);
    border-radius: 60px 60px 10px 10px;
    position: relative;
    z-index: 2;
    background: #fff
}

.nav-tabs {
    min-height: 74px;
    border-radius: 60px;
    background: #F0F4F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 7px
}

    .nav-tabs .nav-item {
        width: 100%;
        max-width: 169px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 169px;
        flex: 0 0 169px
    }

    .nav-tabs .nav-link {
        width: 100%;
        min-height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border-radius: 95px;
        color: #222944;
        font-size: 18px
    }

        .nav-tabs .nav-link img {
            max-height: 100%;
            max-width: 90%
        }

        .nav-tabs .nav-link.active {
            background: #fff;
            -webkit-box-shadow: 0 5px 31px rgba(0,0,0,0.1);
            box-shadow: 0 5px 31px rgba(0,0,0,0.1)
        }

.tab-pane {
    padding: 40px 55px
}

    .tab-pane .imgwrap img {
        max-width: 100%;
        border-radius: 5px
    }

    .tab-pane h4 {
        font-size: 25px;
        line-height: 120%;
        color: #3E4560;
        font-weight: 600;
        margin-bottom: 35px;
        text-transform: capitalize
    }

    .tab-pane p {
        color: #626262;
        line-height: 140%;
        margin-bottom: 10px;
/*        max-width: 570px
*/    }

    .tab-pane .violetbtn {
        margin-top: 30px
    }

.infosection {
    min-height: 690px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .infosection:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 70%;
        background: url("../img/gradientbg.png") no-repeat center/100% 100%
    }

    .infosection .container {
        position: relative;
        z-index: 2
    }

    .infosection h3 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 35px
    }

    .infosection p {
        color: #fff;
        line-height: 140%;
        max-width: 536px;
        margin: 0 auto 20px
    }

        .infosection p:last-child {
            margin-bottom: 0
        }

.infosection__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0
}

.infosection__bgel {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 270px
}

.contactsection {
    padding: 158px 0 115px;
    position: relative
}

    .contactsection h3 {
        text-align: center;
        margin-bottom: 80px
    }

    .contactsection .contactsection__bg1 {
        position: absolute;
        left: 0;
        top: 59px
    }

    .contactsection .contactsection__bg2 {
        position: absolute;
        left: 52px;
        bottom: 55px
    }

    .contactsection .contactsection__bg3 {
        position: absolute;
        bottom: 52px;
        right: 0
    }

.contwrapper {
    max-width: 1295px;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 31px rgba(0,0,0,0.1);
    box-shadow: 0 5px 31px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden
}

.contform {
    padding: 89px 100px;
    position: relative;
    z-index: 2;
    background: #fff
}

    .contform .row {
        margin-left: -10px;
        margin-right: -10px
    }

        .contform .row .col-12, .contform .row .col-lg-6 {
            padding-left: 10px;
            padding-right: 10px
        }

    .contform .violetbtn {
        border: none
    }

.inputfield {
    margin-bottom: 20px
}

    .inputfield label {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .inputfield input {
        height: 50px;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(133,133,140,0.7);
        padding-left: 20px;
        font-size: 16px;
        border-radius: 30px;
        font-family: "Montserrat",sans-serif
    }

        .inputfield input::-webkit-input-placeholder {
            color: #85858C
        }

        .inputfield input::-moz-placeholder {
            color: #85858C
        }

        .inputfield input:-ms-input-placeholder {
            color: #85858C
        }

        .inputfield input::-ms-input-placeholder {
            color: #85858C
        }

        .inputfield input::placeholder {
            color: #85858C
        }

    .inputfield textarea {
        height: 98px;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(133,133,140,0.7);
        padding-left: 20px;
        font-size: 16px;
        border-radius: 15px;
        font-family: "Montserrat",sans-serif;
        padding-top: 14px;
        resize: none;
        outline: none
    }

        .inputfield textarea::-webkit-input-placeholder {
            color: #85858C
        }

        .inputfield textarea::-moz-placeholder {
            color: #85858C
        }

        .inputfield textarea:-ms-input-placeholder {
            color: #85858C
        }

        .inputfield textarea::-ms-input-placeholder {
            color: #85858C
        }

        .inputfield textarea::placeholder {
            color: #85858C
        }

        .inputfield textarea::-webkit-scrollbar {
            width: 6px
        }

        .inputfield textarea::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
            box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
            border-radius: 10px
        }

        .inputfield textarea::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            border-radius: 10px
        }

.contwrapper__leftinfo {
    background: #F0F4F7;
    height: 100%;
    padding: 50px 45px;
    position: relative;
    z-index: 2
}

    .contwrapper__leftinfo .formbgel {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .contwrapper__leftinfo p {
        margin-bottom: 45px;
        color: #626262;
        line-height: 140%;
        position: relative;
        z-index: 2
    }

    .contwrapper__leftinfo ul {
        position: relative;
        z-index: 2
    }

        .contwrapper__leftinfo ul li {
            position: relative;
            padding-left: 68px;
            margin-bottom: 32px;
            font-size: 17px;
            font-weight: 500;
            line-height: 150%;
            min-height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #6A6A6A
        }

            .contwrapper__leftinfo ul li img {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .contwrapper__leftinfo ul li:last-child {
                margin-bottom: 0
            }

            .contwrapper__leftinfo ul li a {
                -webkit-transition: 0.3s;
                transition: 0.3s
            }

            .contwrapper__leftinfo ul li img {
                width: 48px
            }

.infosection .sectsubtitle {
    color: #9884FF
}

.infosection__bg-mob {
    display: none
}

.tab-pane .violetbtn:hover {
    color: #222944
}

.herosection__box .violetbtn:hover {
    border-color: #fff;
    color: #fff
}

.inputfield input, .inputfield textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .inputfield input:focus, .inputfield textarea:focus {
        border-color: #222944
    }

.contwrapper__leftinfo ul li a:hover {
    opacity: 0.7
}

.nav-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabbtnlink {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #222A3D;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 4px;
    text-transform: uppercase
}

.nav-tabs .nav-link {
    padding: 5px 10px
}

    .nav-tabs .nav-link img {
        max-height: 30px
    }

.livebtn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 225px;
    min-height: 50px;
    padding-left: 38px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #453888;
    border-radius: 30px;
    color: #453888;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .livebtn span {
        position: absolute;
        left: -1px;
        top: -1px;
        height: 50px;
        width: 50px;
        background: #453888;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .livebtn:hover {
        background: #fff;
        color: #453888
    }

        .livebtn:hover span {
            -webkit-animation: pulse2 2s infinite;
            animation: pulse2 2s infinite
        }
.showpbox {
    padding: 20px 0;
    background: #F0F4F7
}

    .showpbox .showpbox__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .showpbox .showpbox__cont p {
            width: 100%;
            max-width: calc(100% - 222px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 222px);
            flex: 0 0 calc(100% - 222px);
            margin: 0;
            color: #222944;
            font-size: 25px;
            font-weight: 700;
            font-style: italic;
            text-transform: uppercase
        }

        .showpbox .showpbox__cont a {
            width: 100%;
            max-width: 222px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 222px;
            flex: 0 0 222px
        }

            .showpbox .showpbox__cont a:hover {
                background: #fff
            }
@media (max-width:1499.8px) {
    .nav-tabs .nav-item {
        max-width: 160px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px
    }
}

@media (max-width:1399.8px) {
    .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .services {
        padding-bottom: 100px
    }

    .contactsection {
        padding: 100px 0
    }

    .nav-tabs .nav-item {
        max-width: 137px
    }
}

@media (max-width:1199.8px) {
    .herosection__box h1 {
        margin-bottom: 15px
    }

    .herosection__box .violetbtn {
        margin-top: 20px
    }

    .herosection {
        height: 460px
    }

    .infosection:after {
        width: 90%
    }

    .herosection__box .subtitle {
        font-size: 21px
    }

    .infosection {
        min-height: initial;
        padding: 50px 0
    }

    .contactsection {
        padding: 80px 0
    }

    .contwrapper__leftinfo {
        padding: 30px 25px
    }

        .contwrapper__leftinfo ul li img {
            width: 40px
        }

        .contwrapper__leftinfo ul li {
            padding-left: 50px
        }

    .contform {
        padding: 60px 50px
    }

    .herosection {
        height: 400px
    }
}

@media (max-width:991.8px) {
    .tab-pane .imgwrap {
        margin-top: 50px
    }

        .tab-pane .imgwrap img {
            width: 100%
        }

    .infosection:after {
        width: 100%;
        background: url(../img/mobgradientbg.png) no-repeat center/100% 100%
    }

    .infosection {
        padding-bottom: 250px
    }

    .contactsection h3 {
        margin-bottom: 30px
    }

    .contwrapper__leftinfo {
        padding: 40px 30px 100px
    }
}

@media (max-width:767.8px) {
    .nav-tabs .nav-item {
        max-width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .nav-tabs .nav-link {
        min-height: 50px;
        padding: 5px 10px
    }

    .tab-pane .violetbtn {
        margin-top: 20px
    }

    .tabbtnlink {
        display: block;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        color: #222A3D;
        font-weight: 700;
        font-size: 8px;
        line-height: 120%;
        margin-bottom: 2px;
        text-transform: uppercase
    }

    .herosection {
        height: 450px
    }
}

@media (max-width:575.8px) {
    .herosection {
        padding-bottom: 50px;
        height: auto;
        min-height: 440px
    }

    .herosection__box .subtitle {
        font-size: 20px;
        margin-bottom: 0
    }

    .herosection__box h1 {
        margin-bottom: 20px
    }

    .herosection__bg {
        -o-object-position: 60% 50%;
        object-position: 60% 50%
    }

    .herosection__box p {
        font-size: 14px
    }

    .herosection__box .violetbtn {
        max-width: 100%
    }

    .services .bgel1 {
        width: 142px
    }

    .services {
        padding: 50px 0 67px
    }

        .services h2 {
            margin-bottom: 40px
        }

    .nav-tabs .nav-item {
        max-width: 79px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
        flex: 0 0 79px
    }

    .nav-tabs .nav-link {
        min-height: 28px;
        padding: 3px 5px;
        font-size: 10px
    }

        .nav-tabs .nav-link img {
            max-width: 50px
        }

    .tab-pane {
        padding: 23px 16px
    }

        .tab-pane h4 {
            font-size: 20px
        }

        .tab-pane p {
            font-size: 14px
        }

    .services {
        overflow: hidden
    }

        .services .bgel2 {
            width: 200px;
            bottom: -100px
        }

    .infosection {
        padding: 50px 0 400px
    }

        .infosection .sectsubtitle {
            margin-bottom: 0
        }

        .infosection p {
            font-size: 14px
        }

    .infosection__bgel {
        display: none
    }

    .infosection__bg {
        display: none
    }

    .infosection__bg-mob {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 492px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 0;
        object-position: 0 0
    }

    .contactsection .contactsection__bg1 {
        width: 170px
    }

    .contactsection h3 {
        margin-bottom: 40px
    }

    .contwrapper {
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        border-radius: 10px;
        overflow: hidden
    }

    .contwrapper__leftinfo {
        padding: 40px 20px 80px
    }

        .contwrapper__leftinfo p {
            font-size: 14px;
            margin-bottom: 30px
        }

        .contwrapper__leftinfo ul li {
            font-size: 15px;
            margin-bottom: 20px
        }

        .contwrapper__leftinfo .formbgel {
            width: 115px
        }

    .contform {
        padding: 50px 15px 45px
    }

    .inputfield label {
        font-size: 15px;
        margin-bottom: 10px
    }

    .inputfield input, .inputfield textarea {
        font-size: 15px
    }

    .contform .violetbtn {
        max-width: 100%
    }

    .contactsection .contactsection__bg3 {
        max-width: 281px;
        bottom: 0
    }

    .contactsection .contactsection__bg2 {
        display: none
    }

    .nav-tabs .nav-link img {
        max-height: 24px
    }

    .showpbox .showpbox__cont p {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 18px;
        margin-bottom: 10px
    }

    .showpbox .showpbox__cont a {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

}

header.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    header.header nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 80%
    }

        header.header nav ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            header.header nav ul li {
                margin-right: 58px;
                position: relative
            }

                header.header nav ul li:last-child {
                    margin-right: 0
                }

                header.header nav ul li a {
                    color: #fff;
                    font-weight: 500;
                    line-height: 120%;
                    -webkit-transition: 0.3s;
                    transition: 0.3s
                }

                    header.header nav ul li a:hover {
                        opacity: 0.6
                    }

                header.header nav ul li:after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 11px;
                    background: #B1A5EF;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: -30px;
                    opacity: 0.5
                }

                header.header nav ul li:last-child:after {
                    display: none
                }

    header.header.scrollheader {
        background: rgba(34,41,68,0.6)
    }

.header__logo img {
    max-width: 90px
}

.header__rsect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

    .header__rsect .header__contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
        text-align: right
    }

        .header__rsect .header__contact a {
            color: #fff;
            font-weight: 500;
            min-height: 50px;
            max-width: 222px;
            width: 100%;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            border-radius: 34px;
            border: 2px solid #453888;
            -webkit-transition: 0.3s;
            transition: 0.3s
        }

            .header__rsect .header__contact a:hover {
                border-color: #fff;
                -webkit-animation: pulse1 2s infinite;
                animation: pulse1 2s infinite
            }

.menublock, .mobmenu {
    display: none
}

@media (max-width:1399.8px) {
    header.header {
        height: 80px
    }
}

@media (max-width:1199.8px) {
    .header__rsect .header__contact {
        width: 25%
    }

    header.header nav {
        width: 75%
    }

    .header__logo img {
        max-width: 80px
    }

    header.header nav ul li a {
        font-size: 15px
    }
}

@media (max-width:991.8px) {
    .mobmenu {
        display: inline-block;
        position: absolute;
        right: 12px;
        top: 7px;
        background: transparent;
        border: none;
        outline: none;
        padding: 0
    }

    header.header .col-lg-2 {
        position: relative
    }

    .mobmenusect {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 15;
        background-color: #29376D;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: auto;
        padding-bottom: 50px
    }

        .mobmenusect.showmenu {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .mobmenusect .header__rsect {
            display: block;
            height: auto
        }

    .menublock {
        display: block;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 12px;
        padding-right: 12px
    }

    .menulogo img {
        max-width: 85px
    }

    .closemenu {
        border: none;
        background: transparent;
        outline: none;
        padding: 0
    }

    header.header nav {
        width: 100%;
        padding-top: 50px
    }

        header.header nav ul {
            display: block;
            text-align: center
        }

            header.header nav ul li {
                margin: 0 0 30px 0
            }

                header.header nav ul li a {
                    font-size: 24px
                }

                header.header nav ul li:after {
                    display: none
                }

    .header__rsect .header__contact {
        width: 100%;
        text-align: center;
        padding-top: 20px
    }

        .header__rsect .header__contact a {
            max-width: 300px;
            font-size: 24px;
            min-height: 60px;
            background: #453888;
            color: #fff
        }
}

@media (max-width:575.8px) {
    header.header nav ul li {
        margin-bottom: 55px
    }

        header.header nav ul li a {
            font-size: 17px
        }

    .mobmenusect {
        background-size: 200px
    }

    .header__rsect .header__contact a {
        max-width: 260px;
        font-size: 16px;
        min-height: 50px
    }
}

footer.footer {
    background: #29376D
}

.footer__top {
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

    .footer__top .footer__topbgel {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .footer__top ul {
        text-align: center
    }

        .footer__top ul li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 58px;
            position: relative
        }

            .footer__top ul li:after {
                content: "";
                display: inline-block;
                width: 1px;
                height: 11px;
                background: #B1A5EF;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: -30px;
                opacity: 0.5
            }

            .footer__top ul li:last-child:after {
                display: none
            }

            .footer__top ul li:last-child {
                margin-right: 0
            }

            .footer__top ul li a {
                font-weight: 500;
                font-size: 16px;
                color: #fff
            }

    .footer__top .violetbtn {
        max-width: 100%;
        position: relative;
        z-index: 2
    }

.footer__bottom {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #181F3A
}

    .footer__bottom p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 120%
    }

.footer__logo img {
    max-width: 120px
}

.footer__topbgel-mob {
    display: none
}

.footer__top ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    .footer__top ul li a:hover {
        opacity: 0.7
    }

.footer__top .violetbtn {
    background: #fff;
    color: #564999
}

    .footer__top .violetbtn:hover {
        color: #fff;
        border: 2px solid #fff !important;
        background: transparent !important
    }

    .footer__top .violetbtn:hover {
        -webkit-animation: pulse1 2s infinite;
        animation: pulse1 2s infinite
    }

@media (max-width:1199.8px) {
    .footer__logo img {
        max-width: 100px
    }

    .footer__top {
        padding: 45px 0
    }
}

@media (max-width:991.8px) {
    .footer__top {
        text-align: center
    }

    .footer__logo {
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        display: inline-block
    }

    .footer__top ul {
        margin-bottom: 30px;
        position: relative;
        z-index: 2
    }

        .footer__top ul li a {
            font-size: 18px
        }
}

@media (max-width:575.8px) {
    .footer__logo img {
        max-width: 90px
    }

    .footer__top {
        padding: 60px 0 75px 0;
        position: relative;
        z-index: 2
    }

        .footer__top ul {
            margin-bottom: 45px
        }

            .footer__top ul li {
                display: block;
                margin: 0 0 45px 0
            }

                .footer__top ul li:last-child {
                    margin-bottom: 0
                }

                .footer__top ul li:after {
                    display: none
                }

    .footer__topbgel {
        max-width: 225px;
        bottom: 0
    }

    .footer__topbgel {
        display: none
    }

    .footer__topbgel-mob {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 225px
    }

    .footer__bottom p {
        font-size: 13px
    }
}
