@import url(https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Krona+One&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
article,
aside,
details,
figcaption,
figure,.profile-card
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a,
button,
input {
    outline: none
}

ol,
ul {
    padding: 0;
    margin: 0
}

strong {
    font-weight: 700
}

iframe {
    width: 100%;
    border: none;
    display: block
}

.video-sec iframe {
    width: 100%;
    border: none;
    display: block;
    height: 100vh
}

p {
    margin: 0 0 15px
}

*::-moz-selection {
    background: #0076bb;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #0076bb;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #0076bb;
    color: #fff;
    text-shadow: none
}

textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-select,
.form-control,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #333;
    padding: 8px 15px 8px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgb(0 43 92 / .08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid #fff0;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased
}

button:focus {
    box-shadow: none;
    outline: 0;
    border: 0
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #0076bb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 25px
}

:root {
    --base-bodyfont: "Plus Jakarta Sans", serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #525252;
    --base-skin: #0076bb;
    --base-dark: #000000;
    --base-dark-02: #0d0d0d;
    --base-grey: #f1f6fa;
    --base-lightgrey: #ebf8ff;
    --base-white: #ffffff;
    --base-headingfont: "Plus Jakarta Sans", serif;
    --base-headingfont-color: #000000
}

.border-color {
    color: #e5e5e5
}

.bodyfont-color {
    color: var(--base-bodyfont-color)
}

.headingfont-color {
    color: var(--base-headingfont-color)
}

.bg-base-skin {
    background-color: var(--base-skin)
}

.bg-base-skin-02 {
    background-color: var(--base-skin-02)
}

.bg-base-skin-03 {
    background-color: var(--base-skin-03)
}

.bg-base-dark {
    background-color: var(--base-dark)
}

.bg-base-themedark {
    background-color: #002c46
}

.bg-base-dark-02 {
    background-color: var(--base-dark-02)
}

.bg-base-grey {
    background-color: var(--base-grey)
}

.bg-base-lightgrey {
    background-color: var(--base-lightgrey)
}

.bg-base-white {
    background-color: var(--base-white)
}

.text-base-skin {
    color: var(--base-skin) !important
}

.text-base-skin-02 {
    color: var(--base-skin-02) !important
}

.text-base-skin-03 {
    color: var(--base-skin-03) !important
}

.text-base-dark {
    color: var(--base-dark)
}

.text-base-grey {
    color: var(--base-grey)
}

.text-base-white {
    color: var(--base-white)
}

.bg-base-skin>.prt-bg-layer {
    background-color: var(--base-skin)
}

.bg-base-skin-02>.prt-bg-layer {
    background-color: var(--base-skin-02)
}

.bg-base-skin-03>.prt-bg-layer {
    background-color: var(--base-skin-03)
}

.bg-base-dark>.prt-bg-layer {
    background-color: var(--base-dark)
}

.bg-base-grey>.prt-bg-layer {
    background-color: var(--base-grey)
}

.bg-base-white>.prt-bg-layer {
    background-color: var(--base-white)
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6,
.bg-base-dark-02 h1,
.bg-base-dark-02 h2,
.bg-base-dark-02 h3,
.bg-base-dark-02 h4,
.bg-base-dark-02 h5,
.bg-base-dark-02 h6 {
    color: var(--base-white) !important
}

.bg-base-dark,
.bg-base-skin {
    color: rgb(255 255 255 / .70)
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgb(255 255 255 / .950)
}

.bg-base-dark-02 p,
.bg-base-dark-02 span {
    color: rgb(255 255 255 / .70)
}

.about-overlay-01 {
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: relative;
    content: '';
    top: 0;
    right: 1px;
    padding: 11px 16px 6px;
    transform: rotate(180deg)
}

.about-overlay-01 h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0
}

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    letter-spacing: 1px;
    color: var(--base-bodyfont-color);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-headingfont), sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.container {
    max-width: 1330px;
    padding: 0 15px
}

.header .container {
    max-width: 1400px
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px
}

.row:not(.g-0)>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px
}

body .page {
    position: relative;
    z-index: 10
}

body .site-main {
    background-color: #ebf8ff;
    position: relative;
    z-index: 1
}

body .site-main.bg-white {
    background-color: #fff !important
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff
}

a {
    color: var(--base-dark)
}

a:hover {
    color: var(--base-skin)
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

label {
    font-size: 14px
}

.fs-14 {
    font-size: 14px !important;
    line-height: 24px
}

.fs-15 {
    font-size: 15px !important;
    line-height: 25px
}

.fs-16 {
    font-size: 16px !important;
    line-height: 26px
}

.fs-18 {
    font-size: 18px !important;
    line-height: 26px
}

.fs-20 {
    font-size: 20px !important;
    line-height: 30px
}

.fs-22 {
    font-size: 22px !important;
    line-height: 32px
}

.fs-24 {
    font-size: 24px !important;
    line-height: 34px
}

.fs-26 {
    font-size: 26px !important;
    line-height: 36px
}

.fs-28 {
    font-size: 28px !important;
    line-height: 38px
}

.fs-30 {
    font-size: 30px !important;
    line-height: 40px
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgb(29 33 67 / .1)
}

.border-rad_5 {
    border-radius: 5px
}

.border-rad_10 {
    border-radius: 10px
}

.border-rad_10 img {
    border-radius: 10px
}

.border-rad_50 {
    border-radius: 50px
}

.border-tl-rad_5 {
    border-top-left-radius: 5px
}

.border-tr-rad_5 {
    border-top-right-radius: 5px
}

.border-br-rad_5 {
    border-bottom-right-radius: 5px
}

.border-bl-rad_5 {
    border-bottom-left-radius: 5px
}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0
}

.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em
}

.z-index_1 {
    z-index: -1
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.underline {
    position: relative
}

.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: -2px;
    left: 0
}

.spacing-1 {
    padding: 26px 120px 32px 130px;
    margin-bottom: 60px
}

.spacing-2 {
    padding: 0 50px
}

.spacing-3 {
    padding: 100px 130px 100px 0;
    margin-right: -20px
}

.spacing-4 {
    margin: 0 70px
}

.spacing-5 {
    padding: 0 0 80px 0
}

.spacing-6 {
    padding: 100px 0 100px 120px;
    margin-right: -110px
}

.spacing-7 {
    margin-left: -220px !important;
    margin-right: -220px !important
}

.spacing-8 {
    padding: 94px 0 93px 100px;
    margin-right: -110px
}

.spacing-9 {
    padding: 70px 54px 70px
}

.spacing-10 {
    padding: 35px 40px 40px
}

.p-10 {
    padding: 10px ! important
}

.p-15 {
    padding: 15px ! important
}

.p-20 {
    padding: 20px ! important
}

.p-25 {
    padding: 25px ! important
}

.p-30 {
    padding: 30px ! important
}

.p-40 {
    padding: 40px ! important
}

.p-45 {
    padding: 45px ! important
}

.p-50 {
    padding: 50px ! important
}

.p-60 {
    padding: 60px ! important
}

.p-80 {
    padding: 80px ! important
}

.p-100 {
    padding: 100px ! important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-5 {
    padding-right: 5px ! important
}

.pr-10 {
    padding-right: 10px ! important
}

.pr-15 {
    padding-right: 15px ! important
}

.pr-20 {
    padding-right: 20px ! important
}

.pr-25 {
    padding-right: 25px ! important
}

.pr-30 {
    padding-right: 30px ! important
}

.pr-35 {
    padding-right: 35px ! important
}

.pr-40 {
    padding-right: 40px ! important
}

.pr-45 {
    padding-right: 45px ! important
}

.pr-50 {
    padding-right: 50px ! important
}

.pr-55 {
    padding-right: 55px ! important
}

.pr-60 {
    padding-right: 60px ! important
}

.pr-65 {
    padding-right: 65px ! important
}

.pr-70 {
    padding-right: 70px ! important
}

.pr-75 {
    padding-right: 75px ! important
}

.pr-80 {
    padding-right: 80px ! important
}

.pr-85 {
    padding-right: 85px ! important
}

.pr-90 {
    padding-right: 90px ! important
}

.pr-95 {
    padding-right: 95px ! important
}

.pr-100 {
    padding-right: 100px ! important
}

.pl-0 {
    padding-left: 0px !important
}

.pl-2 {
    padding-left: 2px ! important
}

.pl-3 {
    padding-left: 3px ! important
}

.pl-5 {
    padding-left: 5px ! important
}

.pl-10 {
    padding-left: 10px ! important
}

.pl-15 {
    padding-left: 15px ! important
}

.pl-20 {
    padding-left: 20px ! important
}

.pl-25 {
    padding-left: 25px ! important
}

.pl-30 {
    padding-left: 30px ! important
}

.pl-35 {
    padding-left: 35px ! important
}

.pl-40 {
    padding-left: 40px ! important
}

.pl-45 {
    padding-left: 45px ! important
}

.pl-50 {
    padding-left: 50px ! important
}

.pl-55 {
    padding-left: 55px ! important
}

.pl-60 {
    padding-left: 60px ! important
}

.pl-65 {
    padding-left: 65px ! important
}

.pl-70 {
    padding-left: 70px ! important
}

.pl-75 {
    padding-left: 75px ! important
}

.pl-80 {
    padding-left: 80px ! important
}

.pl-85 {
    padding-left: 85px ! important
}

.pl-90 {
    padding-left: 90px ! important
}

.pl-95 {
    padding-left: 95px ! important
}

.pl-100 {
    padding-left: 100px ! important
}

.pl-110 {
    padding-left: 110px ! important
}

.pt-0 {
    padding-top: 0px !important
}

.pt-5 {
    padding-top: 5px ! important
}

.pt-10 {
    padding-top: 10px ! important
}

.pt-15 {
    padding-top: 15px ! important
}

.pt-20 {
    padding-top: 20px ! important
}

.pt-25 {
    padding-top: 25px ! important
}

.pt-30 {
    padding-top: 30px ! important
}

.pt-35 {
    padding-top: 35px ! important
}

.pt-40 {
    padding-top: 40px ! important
}

.pt-45 {
    padding-top: 45px ! important
}

.pt-50 {
    padding-top: 50px ! important
}

.pt-55 {
    padding-top: 55px ! important
}

.pt-60 {
    padding-top: 60px ! important
}

.pt-65 {
    padding-top: 65px ! important
}

.pt-70 {
    padding-top: 70px ! important
}

.pt-75 {
    padding-top: 75px ! important
}

.pt-80 {
    padding-top: 80px ! important
}

.pt-90 {
    padding-top: 90px ! important
}

.pt-100 {
    padding-top: 100px ! important
}

.pt-120 {
    padding-top: 120px ! important
}

.pt-130 {
    padding-top: 130px ! important
}

.pt-140 {
    padding-top: 140px ! important
}

.pt-150 {
    padding-top: 150px ! important
}

.pt-160 {
    padding-top: 160px ! important
}

.pt-170 {
    padding-top: 170px ! important
}

.pt-180 {
    padding-top: 180px ! important
}

.pt-190 {
    padding-top: 190px ! important
}

.pt-200 {
    padding-top: 200px ! important
}

.pt-245 {
    padding-top: 245px ! important
}

.pt-345 {
    padding-top: 345px ! important
}

.pt-350 {
    padding-top: 350px ! important
}

.pb-0 {
    padding-bottom: 0px !important
}

.pb-5 {
    padding-bottom: 5px ! important
}

.pb-10 {
    padding-bottom: 10px ! important
}

.pb-15 {
    padding-bottom: 15px ! important
}

.pb-20 {
    padding-bottom: 20px ! important
}

.pb-25 {
    padding-bottom: 25px ! important
}

.pb-30 {
    padding-bottom: 30px ! important
}

.pb-35 {
    padding-bottom: 35px ! important
}

.pb-40 {
    padding-bottom: 40px ! important
}

.pb-45 {
    padding-bottom: 45px ! important
}

.pb-50 {
    padding-bottom: 50px ! important
}

.pb-55 {
    padding-bottom: 55px ! important
}

.pb-60 {
    padding-bottom: 60px ! important
}

.pb-65 {
    padding-bottom: 65px ! important
}

.pb-70 {
    padding-bottom: 70px ! important
}

.pb-75 {
    padding-bottom: 75px ! important
}

.pb-80 {
    padding-bottom: 80px ! important
}

.pb-85 {
    padding-bottom: 85px ! important
}

.pb-90 {
    padding-bottom: 90px ! important
}

.pb-95 {
    padding-bottom: 95px ! important
}

.pb-100 {
    padding-bottom: 100px ! important
}

.pb-120 {
    padding-bottom: 120px ! important
}

.pb-130 {
    padding-bottom: 130px ! important
}

.pb-140 {
    padding-bottom: 140px ! important
}

.pb-150 {
    padding-bottom: 150px ! important
}

.pb-160 {
    padding-bottom: 160px ! important
}

.pb-170 {
    padding-bottom: 170px ! important
}

.pb-180 {
    padding-bottom: 180px ! important
}

.pb-190 {
    padding-bottom: 190px ! important
}

.pb-200 {
    padding-bottom: 200px ! important
}

.pb-280 {
    padding-bottom: 280px ! important
}

.mt-0 {
    margin-top: 0px !important
}

.mt-5 {
    margin-top: 5px ! important
}

.mt-10 {
    margin-top: 10px ! important
}

.mt-12 {
    margin-top: 12px ! important
}

.mt-15 {
    margin-top: 15px ! important
}

.mt-20 {
    margin-top: 20px ! important
}

.mt-25 {
    margin-top: 25px ! important
}

.mt-30 {
    margin-top: 30px ! important
}

.mt-35 {
    margin-top: 35px ! important
}

.mt-40 {
    margin-top: 40px ! important
}

.mt-45 {
    margin-top: 45px ! important
}

.mt-50 {
    margin-top: 50px ! important
}

.mt-60 {
    margin-top: 60px ! important
}

.mt-65 {
    margin-top: 65px ! important
}

.mt-70 {
    margin-top: 70px ! important
}

.mt-75 {
    margin-top: 75px ! important
}

.mt-80 {
    margin-top: 80px ! important
}

.mt-90 {
    margin-top: 90px ! important
}

.mt-100 {
    margin-top: 100px ! important
}

.mt-120 {
    margin-top: 120px ! important
}

.mt-130 {
    margin-top: 130px ! important
}

.mt-140 {
    margin-top: 140px ! important
}

.mt-150 {
    margin-top: 150px ! important
}

.mt-160 {
    margin-top: 160px ! important
}

.mt_5 {
    margin-top: -5px ! important
}

.mt_10 {
    margin-top: -10px ! important
}

.mt_15 {
    margin-top: -15px ! important
}

.mt_20 {
    margin-top: -20px ! important
}

.mt_25 {
    margin-top: -25px ! important
}

.mt_30 {
    margin-top: -30px ! important
}

.mt_35 {
    margin-top: -35px ! important
}

.mt_40 {
    margin-top: -40px ! important
}

.mt_50 {
    margin-top: -50px ! important
}

.mt_55 {
    margin-top: -55px ! important
}

.mt_60 {
    margin-top: -60px ! important
}

.mt_65 {
    margin-top: -65px !important
}

.mt_70 {
    margin-top: -70px ! important
}

.mt_75 {
    margin-top: -75px ! important
}

.mt_80 {
    margin-top: -80px ! important
}

.mt_90 {
    margin-top: -90px ! important
}

.mt_100 {
    margin-top: -100px ! important
}

.mt_110 {
    margin-top: -110px ! important
}

.mt_120 {
    margin-top: -120px ! important
}

.mt_130 {
    margin-top: -130px ! important
}

.mt_140 {
    margin-top: -140px ! important
}

.mt_150 {
    margin-top: -150px ! important
}

.mt_160 {
    margin-top: -160px ! important
}

.mt_170 {
    margin-top: -170px ! important
}

.mt_180 {
    margin-top: -180px ! important
}

.mt_190 {
    margin-top: -190px ! important
}

.mt_200 {
    margin-top: -200px ! important
}

.mt_210 {
    margin-top: -210px ! important
}

.mt_220 {
    margin-top: -220px ! important
}

.mt_230 {
    margin-top: -230px ! important
}

.mt_240 {
    margin-top: -240px ! important
}

.mt_250 {
    margin-top: -250px ! important
}

.mt_260 {
    margin-top: -260px ! important
}

.mt_270 {
    margin-top: -270px ! important
}

.mt_280 {
    margin-top: -280px ! important
}

.mt_300 {
    margin-top: -300px ! important
}

.mt_310 {
    margin-top: -310px ! important
}

.mt_320 {
    margin-top: -320px ! important
}

.mt_332 {
    margin-top: -332px ! important
}

.mt_340 {
    margin-top: -340px ! important
}

.mt_360 {
    margin-top: -360px ! important
}

.mt_380 {
    margin-top: -380px ! important
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-5 {
    margin-bottom: 5px ! important
}

.mb-10 {
    margin-bottom: 10px ! important
}

.mb-12 {
    margin-bottom: 12px ! important
}

.mb-15 {
    margin-bottom: 15px ! important
}

.mb-25 {
    margin-bottom: 25px ! important
}

.mb-20 {
    margin-bottom: 20px ! important
}

.mb-30 {
    margin-bottom: 30px ! important
}

.mb-35 {
    margin-bottom: 35px ! important
}

.mb-40 {
    margin-bottom: 40px ! important
}

.mb-45 {
    margin-bottom: 45px ! important
}

.mb-50 {
    margin-bottom: 50px ! important
}

.mb-60 {
    margin-bottom: 60px ! important
}

.mb-65 {
    margin-bottom: 65px ! important
}

.mb-70 {
    margin-bottom: 70px ! important
}

.mb-80 {
    margin-bottom: 80px ! important
}

.mb-90 {
    margin-bottom: 90px ! important
}

.mb-100 {
    margin-bottom: 100px ! important
}

.mb-110 {
    margin-bottom: 110px ! important
}

.mb-120 {
    margin-bottom: 120px ! important
}

.mb-130 {
    margin-bottom: 130px ! important
}

.mb-140 {
    margin-bottom: 140px ! important
}

.mb-150 {
    margin-bottom: 150px ! important
}

.mb-160 {
    margin-bottom: 160px ! important
}

.mb-170 {
    margin-bottom: 170px ! important
}

.mb-180 {
    margin-bottom: 180px ! important
}

.mb-190 {
    margin-bottom: 190px ! important
}

.mb-200 {
    margin-bottom: 200px ! important
}

.mb_5 {
    margin-bottom: -5px ! important
}

.mb_10 {
    margin-bottom: -10px ! important
}

.mb_12 {
    margin-bottom: -12px ! important
}

.mb_15 {
    margin-bottom: -15px ! important
}

.mb_20 {
    margin-bottom: -20px ! important
}

.mb_25 {
    margin-bottom: -25px ! important
}

.mb_30 {
    margin-bottom: -30px ! important
}

.mb_35 {
    margin-bottom: -35px ! important
}

.mb_40 {
    margin-bottom: -40px ! important
}

.mb_45 {
    margin-bottom: -45px ! important
}

.mb_50 {
    margin-bottom: -50px ! important
}

.mb_55 {
    margin-bottom: -55px ! important
}

.mb_60 {
    margin-bottom: -60px ! important
}

.mb_70 {
    margin-bottom: -70px ! important
}

.mb_80 {
    margin-bottom: -80px ! important
}

.mb_90 {
    margin-bottom: -90px ! important
}

.mb_100 {
    margin-bottom: -100px ! important
}

.mb_120 {
    margin-bottom: -120px ! important
}

.mb_140 {
    margin-bottom: -140px ! important
}

.ml-0 {
    margin-left: 0px !important
}

.ml-10 {
    margin-left: 10px ! important
}

.ml-15 {
    margin-left: 15px ! important
}

.ml-20 {
    margin-left: 20px ! important
}

.ml-30 {
    margin-left: 30px ! important
}

.ml-35 {
    margin-left: 35px ! important
}

.ml-40 {
    margin-left: 40px ! important
}

.ml-50 {
    margin-left: 50px ! important
}

.ml-60 {
    margin-left: 60px ! important
}

.ml-70 {
    margin-left: 70px ! important
}

.ml-80 {
    margin-left: 80px ! important
}

.ml-90 {
    margin-left: 90px ! important
}

.ml-95 {
    margin-left: 95px ! important
}

.ml-100 {
    margin-left: 100px ! important
}

.ml-110 {
    margin-left: 110px ! important
}

.ml-120 {
    margin-left: 120px ! important
}

.ml-120 {
    margin-left: 120px ! important
}

.ml-130 {
    margin-left: 130px ! important
}

.ml-140 {
    margin-left: 140px ! important
}

.ml-150 {
    margin-left: 150px ! important
}

.ml-160 {
    margin-left: 160px ! important
}

.ml-170 {
    margin-left: 170px ! important
}

.ml-180 {
    margin-left: 180px ! important
}

.ml-190 {
    margin-left: 190px ! important
}

.ml-200 {
    margin-left: 200px ! important
}

.ml_10 {
    margin-left: -10px ! important
}

.ml_12 {
    margin-left: -12px ! important
}

.ml_15 {
    margin-left: -15px ! important
}

.ml_18 {
    margin-left: -18px ! important
}

.ml_20 {
    margin-left: -20px ! important
}

.ml_25 {
    margin-left: -25px ! important
}

.ml_30 {
    margin-left: -30px ! important
}

.ml_35 {
    margin-left: -35px ! important
}

.ml_40 {
    margin-left: -40px ! important
}

.ml_50 {
    margin-left: -50px ! important
}

.ml_60 {
    margin-left: -60px ! important
}

.ml_65 {
    margin-left: -65px ! important
}

.ml_70 {
    margin-left: -70px ! important
}

.ml_80 {
    margin-left: -80px ! important
}

.ml_90 {
    margin-left: -90px ! important
}

.ml_100 {
    margin-left: -100px ! important
}

.ml_110 {
    margin-left: -110px ! important
}

.ml_120 {
    margin-left: -120px ! important
}

.ml_130 {
    margin-left: -130px ! important
}

.ml_140 {
    margin-left: -140px ! important
}

.ml_150 {
    margin-left: -150px ! important
}

.ml_160 {
    margin-left: -160px ! important
}

.ml_180 {
    margin-left: -180px ! important
}

.ml_200 {
    margin-left: -200px ! important
}

.ml_210 {
    margin-left: -210px ! important
}

.ml_220 {
    margin-left: -220px ! important
}

.ml_240 {
    margin-left: -240px ! important
}

.ml_260 {
    margin-left: -260px ! important
}

.ml_280 {
    margin-left: -280px ! important
}

.ml_300 {
    margin-left: -300px ! important
}

.mr-0 {
    margin-right: 0px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px ! important
}

.mr-15 {
    margin-right: 15px ! important
}

.mr-20 {
    margin-right: 20px ! important
}

.mr-25 {
    margin-right: 25px ! important
}

.mr-30 {
    margin-right: 30px ! important
}

.mr-40 {
    margin-right: 40px ! important
}

.mr-50 {
    margin-right: 50px ! important
}

.mr-60 {
    margin-right: 60px ! important
}

.mr-70 {
    margin-right: 70px ! important
}

.mr-80 {
    margin-right: 80px ! important
}

.mr-90 {
    margin-right: 90px ! important
}

.mr-100 {
    margin-right: 100px ! important
}

.mr-110 {
    margin-right: 110px ! important
}

.mr-120 {
    margin-right: 120px ! important
}

.mr-130 {
    margin-right: 130px ! important
}

.mr-140 {
    margin-right: 140px ! important
}

.mr-150 {
    margin-right: 150px ! important
}

.mr-160 {
    margin-right: 160px ! important
}

.mr-170 {
    margin-right: 170px ! important
}

.mr-180 {
    margin-right: 180px ! important
}

.mr-190 {
    margin-right: 190px ! important
}

.mr-200 {
    margin-right: 200px ! important
}

.mr_10 {
    margin-right: -10px ! important
}

.mr_15 {
    margin-right: -15px ! important
}

.mr_20 {
    margin-right: -20px ! important
}

.mr_25 {
    margin-right: -25px ! important
}

.mr_30 {
    margin-right: -30px ! important
}

.mr_35 {
    margin-right: -35px ! important
}

.mr_40 {
    margin-right: -40px ! important
}

.mr_50 {
    margin-right: -50px ! important
}

.mr_60 {
    margin-right: -60px ! important
}

.mr_70 {
    margin-right: -70px ! important
}

.mr_80 {
    margin-right: -80px ! important
}

.mr_90 {
    margin-right: -90px ! important
}

.mr_100 {
    margin-right: -100px ! important
}

.mr_130 {
    margin-right: -130px ! important
}

.mr_140 {
    margin-right: -140px ! important
}

.mr_150 {
    margin-right: -150px ! important
}

.mr_160 {
    margin-right: -160px ! important
}

.mr_180 {
    margin-right: -180px ! important
}

.mr_200 {
    margin-right: -200px ! important
}

.mr_210 {
    margin-right: -210px ! important
}

.mr_220 {
    margin-right: -220px ! important
}

.mr_240 {
    margin-right: -240px ! important
}

.mr_260 {
    margin-right: -260px ! important
}

.mr_280 {
    margin-right: -280px ! important
}

.mr_300 {
    margin-right: -300px ! important
}

.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle
}

.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out
}

.loader-blob:before,
.loader-blob:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob
}

@keyframes loader-blob {
    from {
        transform: scale(0);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes loader-blob {
    from {
        -o-transform: scale(0);
        opacity: 1
    }
    to {
        -o-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes loader-blob {
    from {
        -ms-transform: scale(0);
        opacity: 1
    }
    to {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes loader-blob {
    from {
        -moz-transform: scale(0);
        opacity: 1
    }
    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

ul.social-icons {
    margin: 0;
    padding: 0
}

.social-icons.contact-link li i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 15px
}

.social-icons.contact-link li a {
    font-family: var(--base-headingfont);
    font-size: 12px;
    margin-right: 22px
}

.social-icons.contact-link li a:hover i {
    border: 1px solid var(--base-skin)
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative
}

.social-icons li {
    margin: 0 2px
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons li a {
    display: block;
    text-align: center
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: #fff0;
    font-size: 13px;
    border-radius: 50%
}

.tooltip-top {
    position: relative
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid #fff0;
    background: 0 0;
    content: ""
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%
}

.tooltip-bottom:after {
    bottom: -100%
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #fff0
}

.tooltip-bottom:before {
    bottom: -7px
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -60px
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 0
}

.slick-slide {
    border: 0;
    outline: 0
}

.slick_slider.no-gutters .slick-slide {
    padding: 0
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #000
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    background-color: rgb(255 255 255 / .3)
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible
}

.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    line-height: 0
}

.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0
}

.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc(19.3% - 0px)
}

.slick_slider.slick-dots-style1 .slick-dots li button {
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: #000
}

.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
    margin: 0
}

.slick_slider.slick-dots-style2 .slick-dots li button,
.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 5px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0 5px 0 0;
    background-color: #000
}

.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button {
    width: 25px
}

.slick_slider.slick-dots-style3 .slick-dots {
    position: absolute
}

.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50px
}

.slick_slider .slick-arrow {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    color: #666;
    background-color: #fff0;
    border: 1px solid #e2e2e2
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: 'fontello';
    font-size: 13px;
    line-height: 1;
    opacity: 1;
    font-weight: 700
}

.slick_slider .slick-prev:before {
    content: '\e834'
}

.slick_slider .slick-next:before {
    content: '\e826'
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff0;
    border: 0;
    outline: none;
    background: #fff0
}

.slick_slider .slick-arrow {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    z-index: 1;
    border: 0;
    border: 1px solid #000
}

.slick-arrow-style1 button.slick-prev.slick-arrow:before,
.slick-arrow-style1 button.slick-next.slick-arrow:before {
    font-family: 'fontello';
    font-size: 20px;
    line-height: 43px;
    opacity: 1;
    font-weight: 900;
    color: #000;
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    border: 2px solid #000;
    outline: none;
    background: #fff0
}

.slick-arrow-style1 button.slick-prev.slick-arrow:before {
    content: '\e834'
}

.slick-arrow-style1 button.slick-next.slick-arrow:before {
    content: '\e826'
}

.slick-arrow-style1 button.slick-prev.slick-arrow:hover:before,
.slick-arrow-style1 button.slick-next.slick-arrow:hover:before {
    color: #fff !important;
    background-color: var(--base-skin);
    border-color: var(--base-skin)
}

.slick-arrow-style1 button.slick-prev.slick-arrow.active {
    border-color: var(--base-skin)
}

.slick-arrow-style1 button.slick-prev.slick-arrow:hover:before,
.slick-arrow-style1 button.slick-next.slick-arrow:hover:before {
    color: #fff;
    border-color: var(--base-skin)
}

.slick-arrow-style1 button.slick-arrow {
    bottom: -95px;
    left: 0;
    right: 0;
    top: auto;
    border: none
}

.slick-arrow-style1 button.slick-prev.slick-arrow {
    left: 10%
}

.slick-arrow-style1 button.slick-next.slick-arrow {
    left: 14%
}

.top_bar {
    width: 100%;
    z-index: 10;
    height: 110px;
    line-height: 90px
}

.top_bar_inner {
    padding: 0;
    z-index: 2;
    display: flex;
    position: relative
}

.top_bar_icon {
    display: table-cell;
    vertical-align: middle
}

.top_bar_contact_item .top_bar_icon i {
    font-size: 16px;
    color: var(--base-white);
    margin-right: 7px
}

.top_bar_contact_item span {
    color: rgba(255 255 255 / .7);
    font-weight: 400
}

.top_bar_contact_item span.topbar_icon-txt {
    font-family: var(--base-headingfont)
}

.top_bar_contact_item.top_bar_social ul.social-icons li {
    margin: 0 6px
}

.top_bar_contact_item.top_bar_social ul.social-icons li:last-child {
    margin: 0 0 0 12px
}

.top_bar_contact_item.top_bar_social ul.social-icons li a {
    font-size: 18px;
    text-transform: uppercase
}

.top_bar_contact_item.top_bar_social ul.social-icons li a:hover {
    color: var(--base-skin) !important
}

.top_bar_contact_item {
    font-size: 14px;
    height: 80px;
    line-height: 77px;
    position: relative;
    display: table
}

.top_bar_contact_item.with-icon.top_bar_call {
    margin: 0 27px 0 54px
}

.top_bar_contact_item.with-icon.top_bar_call:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: rgba(255 255 255 / .3);
    top: 24px;
    left: -26px
}

.text-base-white .top_bar_contact_item>a {
    color: rgb(255 255 255 / .7)
}

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.site-branding a.home-link img {
    margin-top: -18px;
    width: 150px
}

.prt-header-style-01 .site-branding-02 {
    display: none
}

.site-branding .logo{
    font-size: 35px;
    margin-bottom: 0
}

.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto
}

.side-menu {
    position: relative
}

.side-menu a {
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: var(--base-dark);
    color: #fff;
    border-radius: 5px
}

.side-overlay .side {
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 420px;
    padding: 45px 35px 35px;
    z-index: 5;
    background-color: #fff;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(../images/fltingbar-bg-img.html);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.side-overlay.on .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out
}

.side .close-side {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px
}

.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px
}

.side .prt-detailss ul>li {
    padding-bottom: 3px;
    list-style: none
}

.side .prt-detailss li span:first-child {
    color: rgb(255 255 255 / .95)
}

.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: var(--base-skin)
}

.side .prt-detailss ul>li a,
.side p {
    color: rgb(255 255 255 / .6)
}

.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgb(255 255 255 / .15)
}

.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px
}

.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px
}

.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgb(255 255 255 / .40)
}

.header_extra {
    position: relative
}

.header_extra>div {
    margin-right: 10px;
    position: relative
}

.site-header-menu-inner {
    position: relative
}

.site-header-menu-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #2481bf
}

.site-navigation {
    position: relative;
    z-index: 2
}

nav.main-menu {
    background: #2481bf;
    padding: 0 60px
}

nav.main-menu ul {
    position: relative;
    margin: 0
}

#site-header-menu .site-navigation ul.menu>li>a {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px
}

#site-header-menu .site-navigation ul.menu>li:hover>a {
    background: #2481bf;
    color: #fff
}

#site-header-menu .site-navigation ul.menu>li.mega-menu-item>a:after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 4px;
    margin-top: 0;
    font-weight: 400
}

#site-header-menu .prt-stickable-header .site-navigation ul.menu>li.active>a {
    color: var(--base-skin) !important
}

.banner_slider.slick-slider .slick-prev,
.banner_slider.slick-slider .slick-next {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgb(34 54 69 / .5);
    border-radius: 50%
}

.banner_slider.slick-slider .slick-next {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 3px
}

.banner_slider.slick-slider:hover .slick-prev,
.banner_slider.slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible
}

.banner_slider.slick-slider .slick-prev:hover,
.banner_slider.slick-slider .slick-next:hover {
    background: #000
}

.banner_slider.slick-slider .slick-prev:before,
.banner_slider.slick-slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    opacity: 1;
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner_slider.slick-slider .slick-prev:before {
    content: "\f053"
}

.banner_slider.slick-slider .slick-next:before {
    content: "\f054"
}

.slide {
    height: 680px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0
}

.slide .slide__img img {
    opacity: 1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease
}

.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center
}

.slide .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease
}

.banner_slider_1 .slide__content {
    background-color: rgb(0 17 62 / .35)
}

.banner_slider_1 .slide__content--headings h2 {
    line-height: 112px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 87px
}

.banner_slider_1 .slide__content--headings>h3 {
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0
}

.banner_slider_1 .slide__content--headings p {
    color: #dcddde;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px
}

.banner_slider_2 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease
}

.banner_slider_2 .slide__content--headings h3 {
    text-align: left;
    line-height: 0
}

.banner_slider_2 .slide__content--headings span.num {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-right: 200px
}

.banner_slider_2 .slide__content--headings span.num:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0
}

.banner_slider_2 .slide__content--headings span {
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 24px
}

.banner_slider_2 .slide__content--headings h2 {
    display: inline-block;
    line-height: 102px;
    font-weight: 700;
    font-size: 87px;
    position: relative
}

.banner_slider_2 .slide__content--headings h2:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 46.5%;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1
}

.banner_slider_3_overlay .slide {
    height: 742px
}

.banner_slider_3 .slide__content {
    background-color: rgb(0 18 62 / .54)
}

.banner_slider_3 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease
}

.banner_slider_3 .slide__content--headings .quotes-1,
.banner_slider_3 .slide__content--headings .quotes-2 {
    width: 55%;
    height: 100%;
    padding-right: 120px;
    position: relative
}

.banner_slider_3 .slide__content--headings .quotes-2 {
    padding-left: 100px;
    padding-right: 0
}

.banner_slider_3 .slide__content--headings .quotes-1:after,
.banner_slider_3 .slide__content--headings .quotes-2:after {
    position: absolute;
    content: "";
    width: 3px;
    right: 60px;
    top: -5%;
    bottom: -5%
}

.banner_slider_3 .slide__content--headings .quotes-2:after {
    left: 0
}

.banner_slider_3 .slide__content--headings .quotes-1 blockquote,
.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
    position: relative;
    padding: 60px 0 30px 0;
    margin: 0
}

.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    text-decoration: none;
    padding: 20px 0 20px 0
}

.banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    top: 0;
    left: 0
}

.banner_slider_3 .slide__content--headings h2 {
    line-height: 82px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 20px
}

.banner_slider_3 .slide__content--headings h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px
}

.banner_slider_3 .slide__content--headings p {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px
}

@media only screen and (max-width:1200px) {
    .banner_slider_3_overlay .slide {
        height: 660px
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 62px;
        line-height: 72px
    }
}

@media only screen and (max-width:1024px) {
    .banner_slider .slide {
        height: 460px
    }
    .banner_slider_1 .logo-icon img {
        max-height: 58px
    }
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 72px;
        line-height: 82px
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 10px
    }
    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 55px;
        line-height: 65px
    }
    .banner_slider_1 .slide__content--headings p {
        font-size: 16px;
        line-height: 26px
    }
    .banner_slider_2 .slide__content--headings span.num {
        padding-right: 80px
    }
    .banner_slider_2 .slide__content--headings span {
        font-size: 20px;
        line-height: 1
    }
    .banner_slider_2 .slide__content--headings h2 {
        font-size: 60px;
        line-height: 70px
    }
    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        display: none
    }
    .banner_slider_3 .slide__content--headings {
        text-align: center;
        display: block
    }
    .banner_slider_3 .slide__content--headings p {
        padding: 0 0 15px 0;
        margin: auto;
        width: 70%
    }
}

@media only screen and (max-width:767px) {
    .banner_slider .slide {
        height: 400px
    }
    .banner_slider .slide__content--headings p {
        display: none
    }
    .banner_slider_1 .logo-icon img {
        max-height: 50px
    }
    .banner_slider_2 .slide__content--headings h3 {
        text-align: center;
        margin-bottom: 15px
    }
    .banner_slider_2 .slide__content--headings span.num {
        display: none
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:600px) {
    .banner_slider .slide {
        height: 300px
    }
    .banner_slider_1 .logo-icon img {
        max-height: 40px
    }
    .banner_slider_1 .prt-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 15px
    }
    .banner_slider_1 .prt-icon i {
        font-size: 32px
    }
    .banner_slider_2 .slide__content--headings span {
        font-size: 18px;
        line-height: 1
    }
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0
    }
    .banner_slider_2 .slide__content--headings h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 0
    }
    .banner_slider_3 .slide__content--headings h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0
    }
    .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
        padding: 9px 20px;
        font-size: 12px
    }
}

@media only screen and (max-width:480px) {
    .banner_slider .slide {
        height: 320px
    }
}

.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover
}

.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in
    }
    8% {
        transform: scale(1.02);
        animation-timing-function: ease-out
    }
    17% {
        transform: scale(1.04);
        animation-timing-function: ease-out
    }
    22% {
        transform: scale(1.02)
    }
    25% {
        -transform: scale(1.1)
    }
}

.footer {
    z-index: 1;
    background-color: #005eb8
}

.cpy-text p,
.cpy-text p a {
    font-size: 12px !important
}

.footer>.prt-bg-layer {
    background-color: #000a20;
    opacity: .15
}

.footer.text-base-white,
.footer.text-base-white a {
    color: #ffffff !important;
    position: relative;
    z-index: 0;
    font-size: 14px
}

.footer.text-base-white a {
    display: inline-block
}

.footer.text-base-white a img {
    width: 100%
}

.footer.text-base-white a.d-by img {
    width: 130px
}

.footer.text-base-white a.d-by:after {
    display: none
}

.footer.text-base-white a:after {
    display: block;
    content: "";
    border-bottom: solid 1px #b2b2b2;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out
}

.footer.text-base-white a:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%
}

.footer .widget-area .text-center a {
    color: #fff !important
}

.footer.text-base-white .menu-footer-quick-links a:hover {
    color: #fff !important
}

.footer.text-base-white .menu-footer-quick-links.links-2 a:hover {
    color: var(--base-skin-02) !important
}

.footer.text-base-white .menu-footer-quick-links.links-3 a:hover {
    color: var(--base-skin-03) !important
}

.footer .footer-logo {
    position: relative;
    margin-bottom: 24px
}

.footer .social-icons li,
.footer.style2 .social-icons li {
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0 1px
}

.footer .social-icons li a,
.footer.style2 .social-icons li a {
    margin: 0 3px 0 0;
    display: block;
    font-size: 19px;
    color: #ffffff !important
}

.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin)
}

.footer.style2 .social-icons li a:hover {
    background-color: var(--base-skin-02);
    color: var(--base-white);
    border-color: var(--base-skin-02)
}

.footer.style3 .social-icons li a:hover {
    background-color: var(--base-skin-03);
    color: var(--base-white);
    border-color: var(--base-skin-03)
}

.footer .social-icons li a:hover i {
    color: var(--base-white)
}

.footer .widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative
}

.footer .widget .widget-title:after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -4px;
    width: 40px;
    height: 1px;
    background-color: #fff
}

.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.first-footer.style1 {
    position: relative;
    padding: 92px 0 50px
}

.first-footer.style2 {
    position: relative;
    padding: 90px 0 25px
}

.first-footer.style1 .first-footer-content h3 {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    font-family: var(--base-headingfont)
}

.first-footer.style1 .first-footer-content h3:before,
.footer.style2 .first-footer.style1 .first-footer-content h3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-skin);
    bottom: 0
}

.footer.style2 .first-footer.style1 .first-footer-content h3:before {
    background-color: var(--base-skin-02)
}

.first-footer.style1 .first-footer-content h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: var(--base-headingfont)
}

.first-footer.style1 .first-footer-content-1 {
    padding: 0 40px
}

.first-footer.style1 .first-footer-content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    color: #fff;
    margin-bottom: 35px
}

.first-footer.style1 .first-footer-content-1 .footer-btn a {
    color: #fff !important;
    z-index: unset
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:after {
    background-color: #fff
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:hover {
    color: #fff !important
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:after {
    background-color: var(--base-skin)
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border.skin-02:after {
    background-color: var(--base-skin-02)
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:hover {
    color: #fff !important
}

.first-footer.style3 {
    padding: 100px 0 0
}

.second-footer .border-top {
    border-top: 1px solid rgba(255 255 255 / .3) !important
}

.second-footer .widget-area .widget {
    padding: 0;
    position: relative;
    z-index: 2
}

.second-footer {
    padding: 30px 0
}

.second-footer .widget-area .widget .textwidget p {
    color: rgb(255 255 255 / .80)
}

.second-footer .featured-icon-box.style2 .featured-desc a:hover {
    color: var(--base-skin-02) !important
}

.second-footer .featured-icon-box.style4 .featured-desc a:hover {
    color: var(--base-skin-03) !important
}

.newsletter_widget .widget-title {
    margin-bottom: 10px !important
}

.newsletter-form {
    position: relative;
    margin-top: 17px;
    margin-bottom: 5px;
    clear: both;
    display: inline-block;
    width: 100%
}

.newsletter-form input[type="email"] {
    padding: 13px 20px 13px 20px;
    border: none;
    border-radius: 10px;
    background-color: #fff0;
    color: #fff;
    border: 1px solid #fff;
    width: 460px
}

.newsletter-form input[type="email"]::placeholder {
    color: #fff
}

.newsletter-form input[type="checkbox"] {
    background-color: #fff0
}

.newsletter-form.style1 input[type=checkbox] {
    accent-color: var(--base-skin)
}

.newsletter-form.style2 input[type=checkbox] {
    accent-color: var(--base-skin-02)
}

.newsletter-form.style3 input[type=checkbox] {
    accent-color: var(--base-skin-03)
}

.newsletter-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.newsletter-form button[type="submit"] i {
    font-size: 20px;
    color: #fff
}

.newsletter-form.style1 button[type="submit"] {
    background-color: var(--base-skin);
    border-color: var(--base-skin)
}

.newsletter-form.style2 button[type="submit"] {
    background-color: var(--base-skin-02);
    border-color: var(--base-skin-02)
}

.newsletter-form.style3 button[type="submit"] {
    background-color: var(--base-skin-03);
    border-color: var(--base-skin-03)
}

.prt-section-hili-dot {
    position: relative;
    top: 0;
    z-index: -1;
    color: #0076bb;
    right: 0
}

.prt-section-hili-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 .8em .38em currentColor
}

.prt-section-hili-dot.style1 {
    font-size: 300px
}

.prt-section-hili-dot.style1:before,
.prt-section-hili-dot.style3:before {
    top: 0;
    bottom: 0;
    box-shadow: 0 0 .8em .38em currentColor
}

.prt-section-hili-dot.style2,
.prt-section-hili-dot.style4,
.prt-section-hili-dot.style6 {
    position: relative;
    z-index: -2;
    font-size: 740px
}

.prt-section-hili-dot.style4 {
    color: #00d2ff
}

.prt-section-hili-dot.style6 {
    color: #ff8400
}

.prt-section-hili-dot.style2:before,
.prt-section-hili-dot.style4:before,
.prt-section-hili-dot.style6:before {
    bottom: -460px;
    left: -63%;
    box-shadow: 0 0 .8em .35em currentColor;
    z-index: -1
}

.prt-section-hili-dot.style3 {
    color: #00d2ff;
    font-size: 300px
}

.prt-section-hili-dot.style5 {
    color: #ff8400;
    font-size: 300px
}

.widget .widget_nav_menu {
    display: inline-block
}

.widget ul.menu-footer-quick-links li {
    display: block;
    padding: 0 0 15px 0;
    position: relative
}

.widget ul.menu-footer-quick-links li:last-child {
    padding-bottom: 0
}

.widget_cta h4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--base-skin) !important
}

ul.widget_contact_wrapper li {
    padding-left: 48px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 25px;
    color: rgb(255 255 255 / .75);
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

ul.widget_contact_wrapper li>a {
    display: block;
    color: var(--base-white) !important
}

ul.widget_contact_wrapper li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: var(--base-skin)
}

footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness(91%) contrast(126%) saturate(0%) blur(0) hue-rotate(0deg);
    border-radius: 5px
}

.copyright {
    background-color: #1e1e1e
}

.copyright .cpy-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: center;
    color: rgb(255 255 255 / .50) !important
}

.copyright .cpy-text img {
    filter: brightness(0) invert(1)
}

.copyright .cpy-text p {
    margin-bottom: 0
}

.copyright .cpy-text a {
    font-size: 12px;
    color: rgb(255 255 255 / .50) !important
}

.copyright .cpy-text a:hover {
    color: var(--base-skin) !important
}

.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0;
    position: relative
}

ul.footer-nav-menu li:after {
    position: absolute;
    content: "/";
    padding-left: 7px;
    top: 0
}

ul.footer-nav-menu li:last-child:after {
    content: unset
}

.footer-marquebox-1,
.footer-marquebox-2 {
    background-color: var(--base-skin);
    z-index: 2;
    position: relative
}

.footer-marquebox-2 {
    background-color: var(--base-skin-02)
}

.footer-marquebox-3 {
    background-color: var(--base-skin-03)
}

.footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: 50px
}

.first-footer.style2 .footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: auto
}

.footer-marquebox-wrapper .prt-marquebox-style1 {
    width: 30%;
    animation: prt-marque-text 12s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-top: -10px
}

.footer-marquebox-wrapper .prt-marquebox-style1:hover {
    animation-play-state: paused !important
}

.footer-marquebox-wrapper .prt-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: var(--base-bodyfont);
    margin: 0 20px
}

span.marque-text i {
    font-weight: 700
}

.first-footer.style2 .footer-marquebox-wrapper .prt-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-family: var(--base-headingfont);
    margin: 0 35px
}

.footer-marquebox-wrapper .prt-marquebox-style1 ul.marquebox-list li:before {
    position: absolute;
    content: '';
    left: -55px;
    height: 0;
    width: 0;
    top: 0;
    background-color: currentColor
}

@keyframes prt-marque-text {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 30px;
    border-radius: 10px 0 0 10px;
    transition: .3s ease-in-out
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin)
}

@keyframes jump {
    0% {
        bottom: 20px
    }
    50% {
        bottom: 40px
    }
    100% {
        bottom: 20px
    }
}

#totop.top-visible {
    animation: jump 4s infinite
}

.prt-page-title-row {
    position: relative;
    z-index: 1
}

.prt-page-title-row.prt-bg.prt-bgimage-yes>.prt-titlebar-wrapper-bg-layer {
    opacity: .01
}

.prt-page-title-row-inner {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff
}

.prt-page-title-row-heading {
    border-bottom: 1px dashed #ddd
}

.page-title-heading h2 {
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 0;
    color: #333
}

.breadcrumb-wrapper {
    margin-top: 30px
}

.breadcrumb-wrapper i:before {
    content: '\e62a';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--base-skin);
    border-radius: 50%;
    margin-left: -18px
}

.prt-service-single-content-area div:not(.featured-title)>h3 {
    font-size: 30px;
    line-height: 40px
}

.prt-service-single-content-area p:not(:last-child) {
    margin-bottom: 30px
}

.prt-service-single-content-area .prt_fatured_image-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.prt-service-single-content-area img {
    width: 100%
}

.prt-service-single-content-area .prt-solution img {
    height: 100%;
    object-fit: cover
}

.prt-service-single-content-area {
    margin-left: 30px
}

.prt-service-single-content-area a.prt-btn-style-border.prt-btn-color-whitecolor {
    color: #fff;
    background-color: var(--base-skin);
    border-color: #fff;
    overflow: visible
}

.prt-service-single-content-area a.prt-btn-style-border.prt-btn-color-whitecolor:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.5s ease 0s
}

.prt-service-single-content-area a.prt-btn-style-border.prt-btn-color-whitecolor:hover:after {
    opacity: 1;
    transform: translate(6px, 6px)
}

.prt-team-member-single-content h3.pretitle {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color) !important
}

.prt-team-member-single-content h3.pretitle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-skin);
    bottom: 0
}

.prt-team-member-single-content .prt-featured-wrapper img {
    margin-bottom: 0;
    border-radius: 10px
}

.prt-team-member-detail .prt-team-member-single-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px
}

.prt-team-member-detail .prt-team-member-single-position {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--base-bodyfont)
}

.prt-team-member-detail .team-contect-link span {
    color: #000
}

.prt-team-member-detail .team-contect-link a {
    font-size: 16px;
    font-family: var(--base-headingfont)
}

.prt-team-member-detail .team-contect-link a.team-link-02 {
    position: relative;
    display: inline-block;
    margin-top: 8px
}

.prt-team-member-detail .team-contect-link .team-link-02 a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 3px;
    background-color: #000
}

.prt-team-member-detail .team-contect-link .team-link-02 a:hover:before {
    background-color: var(--base-skin)
}

.prt-team-member-detail .prt-short-desc {
    margin: 12px 0 11px
}

.prt-team-member-detail ul {
    margin: 0;
    padding: 0
}

.prt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 7px 0 5px 0;
    width: 100%
}

.prt-team-details-list .prt-team-list-title,
.prt-team-details-list .prt-team-list-value,
.prt-team-details-list .prt-team-list-value a {
    display: inline-block;
    color: var(--body-font-color) !important
}

.prt-team-details-list .prt-team-list-value a:hover {
    color: var(--base-skin) !important
}

.prt-team-details-list .prt-team-list-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--base-dark) !important
}

.prt-team-member-detail .prt-social-links-wrapper ul li a {
    display: block;
    font-size: 16px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    margin-right: 0;
    color: #fff;
    background-color: #000
}

.prt-team-member-detail .prt-social-links-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white)
}

.prt-team-member-detail .prt-social-links-wrapper {
    padding: 33px 0 0
}

.prt-team-member-content {
    padding-top: 30px
}

.prt-pf-detail-box {
    position: relative
}

.prt-pf-detail-box .prt_pf_image-wrapper {
    border-radius: 10px;
    overflow: hidden
}

.prt-pf-single-detail-box {
    padding: 42px 0 0
}

.prt-pf-single-detail-box .prt-pf-single-detail-box-title h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px
}

.prt-pf-single-detail-box ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e9ef
}

.prt-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    position: relative;
    display: inline-block;
    padding: 15px 55px 0 0
}

.prt-pf-single-detail-box ul li>span {
    display: inline;
    font-size: 18px
}

.prt-pf-single-detail-box ul li>span:first-child {
    font-weight: 600;
    font-size: 18px;
    color: var(--base-skin)
}

.prt-pf-single-detail-box ul li:last-child {
    padding-right: 0
}

.prt-pf-single-content-area {
    padding-top: 15px
}

.prt-pf-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px
}

.prt-pf-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef
}

.prt-pf-single-content-area .social-icons li>a {
    border: 1px solid #e7e7e7;
    background-color: #fff0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72
}

.prt-pf-single-content-area .social-icons li>a:hover {
    border-color: var(--base-white);
    color: var(--base-white);
    background-color: var(--base-skin)
}

.prt-pf-single-content-area .prt-pf-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600
}

.prt-pf-single-content-area .prt-pf-single-category a:not(:hover) {
    color: inherit
}

.prt-pf-single-content-area .prt-pf-single-category a {
    font-style: italic
}

.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

article.prt-blog-classic {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
    display: block;
    align-items: center
}

article.prt-blog-classic:hover .prt-post-featured img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.prt-post-featured img {
    border-radius: 10px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.prt-post-featured.style1 img {
    width: 100%;
    height: 450px
}

article.prt-blog-classic .prt-post-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

article.prt-blog-classic .prt-blog-classic-content {
    padding: 35px 0 0 0
}

.prt-blog-classic .blog-featured-tag {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--base-skin)
}

.prt-blog-classic .prt-box-post-cat {
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: var(--base-skin);
    color: var(--base-white);
    border-radius: 5px
}

.prt-blog-classic .prt-box-post-cat a {
    color: var(--base-white)
}

.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
    display: block;
    padding: 8px 0 11px
}

.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
    padding-right: 15px;
    position: relative;
    color: inherit
}

.prt-blog-classic .post-meta .prt-meta-line a,
.prt-blog-single .post-meta .prt-meta-line a {
    color: var(--body-font-color)
}

.prt-blog-single .post-meta .blog-tag {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--base-skin)
}

.prt-blog-classic .post-meta .prt-meta-line:last-child {
    padding-right: 0
}

.prt-blog-classic .post-meta .prt-meta-line i,
.prt-blog-single .post-meta .prt-meta-line i {
    padding-right: 4px;
    color: var(--base-skin)
}

.prt-blog-classic .entry-header .entry-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.prt-blog-classic .entry-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.prt-blog-single .prt-post-featured-wrapper {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.prt-blog-single .post-meta {
    display: block;
    padding: 5px 0 15px 0
}

.prt-blog-single h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px
}

.prt-blog-single blockquote {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: var(--base-headingfont)
}

.prt-blog-single .blockquote-caption h3 {
    margin-top: 0
}

.prt-blog-single p {
    margin-bottom: 20px
}

.prt-blog-single blockquote cite {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: var(--base-dark)
}

.prt-blog-single .prt_tag_lists {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px
}

.prt-blog-single .prt_tag_lists .prt-tags-links-title {
    color: #000;
    font-family: var(--base-headingfont);
    margin-right: 17px
}

.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    color: var(--body-font-color);
    background-color: var(--base-lightgrey);
    padding: 1px 12px 3px;
    border-radius: 5px;
    margin-right: 10px
}

.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.prt-blog-single .social-media-block .prt-tags-links a:last-child {
    margin: 0
}

.prt-blog-single .prt-social-share-wrapper ul {
    display: inline-flex;
    padding-top: 0
}

.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.prt-blog-single .prt-social-share-wrapper ul li:last-child {
    margin: 0
}

.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid rgb(0 0 0 / 15%);
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 35px;
    color: #000;
    border-radius: 50px
}

.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    color: #fff
}

.prt-blog-single .prt-social-share-wrapper ul li.facebook a {
    background-color: #385da9
}

.prt-blog-single .prt-social-share-wrapper ul li.twitter a {
    background-color: #3cf
}

.prt-blog-single .prt-social-share-wrapper ul li.pinterest a {
    background-color: #bd081c
}

.prt-blog-single .prt-social-share-wrapper ul li.linkedin a {
    background-color: #0073b1
}

.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin)
}

.comments-area {
    padding-top: 25px;
    margin-bottom: 0
}

.comments-area.style1 {
    position: relative;
    padding-top: 0
}

.comments-area.style1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -15px;
    background-color: rgba(204 204 204 / .4)
}

.comments-area.style1 h3.comment-reply-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px
}

.comments-area h3.comment-reply-title {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 15px
}

.comments-area p {
    margin-bottom: 20px
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 12px 15px;
    font-weight: 400;
    background-color: var(--base-lightgrey);
    text-transform: inherit;
    border: 1px solid #fff0;
    font-size: 14px;
    line-height: inherit
}

.comments-area p a.underline:before {
    content: '';
    position: absolute;
    bottom: 3px;
    background-color: #000
}

.comments-area p a.underline:hover:before {
    background-color: var(--base-skin)
}

.comment-form input[type="text"]::placeholder,
.comment-form textarea::placeholder {
    color: rgb(0 0 0 / .5)
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url,
.comments-area.style1 .comment-form .comment-form-number {
    position: relative;
    float: left;
    width: 31.7%;
    margin-right: 20px;
    margin-bottom: 20px
}

.comments-area.style1 .comment-form .comment-form-author,
.comments-area.style1 .comment-form .comment-form-email,
.comments-area.style1 .comment-form .comment-form-url,
.comments-area.style1 .comment-form .comment-form-number {
    width: 48.1%
}

.comments-area.style1 .comment-form .comment-form-email {
    margin-right: 0
}

.comments-area .comment-form .comment-form-url {
    margin-right: 0
}

.comments-area span.text-input input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.comments-area span.text-input input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.comments-area input[type=checkbox]+label {
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 8px 0 30px
}

.comments-area input[type=checkbox]+label:before {
    height: 18px;
    width: 18px;
    border: 1px solid #fff0;
    border-radius: 5px;
    content: " ";
    display: inline-block;
    vertical-align: top
}

.comments-area input[type="checkbox" i] {
    display: none
}

.comments-area input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle
}

.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px
}

.contact-form-main {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -120px;
    box-shadow: 0 -2px 0 8px rgb(0 0 0 / .1)
}

.contact-form-main .comments-area.style1 {
    padding: 50px 50px
}

.contact-form-main .comments-area.style1:before {
    width: 0;
    height: 0
}

.contact-title {
    background-color: var(--base-skin);
    padding: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: flex-start
}

.contact-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 0
}

.contact-form-main .social-icons.contact-link li a {
    margin-right: 16px;
    margin-top: 10px
}

.contact-form-main .social-icons.contact-link li i {
    margin-right: 10px
}

@media (min-width:992px) {
    .prt_contact_widget_wrapper:before {
        position: absolute;
        content: '';
        right: -20px;
        top: 46%;
        margin: 0 auto;
        border-bottom: 20px solid #fff0;
        border-top: 20px solid #fff0;
        border-left-width: 20px;
        border-left-style: solid;
        z-index: 9
    }
}

.prt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px
}

.prt_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600
}

.prt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.prt_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

section.error-404 {
    padding: 60px 0 80px;
    text-align: center
}

section.error-404 .prt-404-img {
    margin-bottom: 35px
}

section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px
}

section.error-404 {
    text-align: center;
    background-image: url(../images/error-404-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative
}

section.error-404 h2 {
    font-size: 270px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 22px
}

section.error-404 h2.page-title-text {
    font-size: 200px;
    line-height: 100%;
    margin-top: -135px;
    margin-bottom: 58px;
    -webkit-text-stroke: 1px rgba(255 255 255 / .5);
    -webkit-text-fill-color: #fff0
}

section.error-404 h3 {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 75px
}

section.error-404 img {
    margin: 0 15px;
    position: relative;
    animation: phone-call-animate 1.7s ease-in-out infinite
}

#map {
    display: block;
    height: 220px;
    width: 100%
}

#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 0
}

.map_container.style1 #map {
    height: 1110px;
    width: 100%
}

.map_container.style1 #map iframe {
    filter: brightness(104%) contrast(150%) saturate(0%) blur(0) hue-rotate(0deg);
    border-radius: 50%
}

.map_container.style1 {
    margin-right: -620px;
    margin-left: -100px;
    margin-bottom: -770px;
    margin-top: -70px
}

.map_container.style2 #map {
    height: 600px
}

.map_container.style2 {
    margin-left: -550px
}

.tm-desctext,
.tmtheme_fbar_icons>span,
.tmtheme_fbar_icons>span:after {
    background-color: #fff;
    position: absolute
}

.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center
}

.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323
}

.tmtheme_fbar_icons>span {
    display: block;
    right: 100%;
    top: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: .5s;
    padding: 0 20px
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px
}

.tmtheme_fbar_icons>span:after {
    content: '';
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    height: 55px
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.tm-desctext {
    top: 30px;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left
}

.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120
}

.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px
}

.mission-imgfix {
    background: center / cover fixed no-repeat url(../images/mission.jpg);
    padding: 80px 0;
    position: relative;
    z-index: -1;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    overflow: hidden
}

.mission-imgfix::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #084060 0%, #fff0 100%)
}

.afterimg .rs-layer {
    color: #000 !important
}

body #user-button {
    z-index: 1000;
    bottom: 1rem !important;
    right: 1rem !important;
    color: var(--user-button-text);
    transition: 1s 0s ease-out;
    -webkit-animation: slide 3s ease-out forwards;
    animation: slide 3s ease-out forwards
}

@-webkit-keyframes slide {
    0%,
    50% {
        opacity: 0;
        display: block !important
    }
    100% {
        opacity: 1;
        display: block !important
    }
}

@keyframes slide {
    0%,
    50% {
        opacity: 0;
        display: block !important
    }
    100% {
        opacity: 1;
        display: block !important
    }
}

body #user-button .u-card {
    border-radius: 100%;
    box-shadow: 0 0 1rem -.25rem var(--user-button-shadow), inset 0 0 1rem -.75rem var(--user-button-shadow)
}

body #user-button .u-main {
    cursor: pointer;
    --user-button-background: var(--user-button-main, #EC87C0)
}

body #user-button .u-main img {
    height: 100%;
    width: 100%
}

body #user-button .u-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    transition: 0s 4s
}

body #user-button .u-icons {
    position: relative;
    z-index: 950;
    transform: translate(-50%, -50%);
    background: var(--user-button-circle);
    box-shadow: 0 0 0 .125rem var(--user-button-cardborder);
    border-radius: 100%;
    transition: 0.25s;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

body #user-button .u-icons a {
    color: inherit;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none
}

body #user-button .u-icons a div {
    padding: .5rem;
    transition: 0s
}

body #user-button .u-icons a[href="https://twitter.com/zed_dash"] {
    position: relative
}

body #user-button .u-icons a[href="https://twitter.com/zed_dash"]:before {
    content: "Middle Click";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    white-space: pre;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in;
    background: #fffc;
    padding: .25rem .5rem;
    border-radius: .25rem
}

body #user-button .u-icons a[href="https://twitter.com/zed_dash"].show:before {
    opacity: 1;
    transition: 0.25s ease-out
}

body #user-button .u-icons a[href="https://twitter.com/zed_dash"] div {
    color: #1da1f2
}

body #user-button .u-icons a[href="https://codepen.io/z-"] div {
    background: #000;
    color: #fff
}

body #user-button .u-icons a.u-random div {
    position: relative;
    top: -1px;
    -webkit-animation: diespin 2s linear infinite;
    animation: diespin 2s linear infinite
}

@-webkit-keyframes diespin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes diespin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

body #user-button .u-icons a.u-random:not(:hover) div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

body #user-button .u-icons>* {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--singlecolour);
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.25s -0.05s
}

body #user-button .u-icons>*:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body #user-button .u-icons>*:hover,
body #user-button .u-icons>*:focus-within {
    background: var(--hcolour)
}

body #user-button .u-icons>*:first-child:nth-last-child(1):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(1)~*:nth-child(1) {
    left: 25%;
    top: 25%
}

body #user-button .u-icons>*:first-child:nth-last-child(2):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(2)~*:nth-child(1) {
    left: 37.5%;
    top: 18.75%
}

body #user-button .u-icons>*:first-child:nth-last-child(2):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(2)~*:nth-child(2) {
    left: 18.75%;
    top: 37.5%
}

body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(1) {
    left: 50%;
    top: 15.625%
}

body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(2) {
    left: 25%;
    top: 25%
}

body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(3),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(3) {
    left: 15.625%;
    top: 50%
}

body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(1) {
    left: 62.5%;
    top: 18.75%
}

body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(2) {
    left: 37.5%;
    top: 18.75%
}

body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(3),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(3) {
    left: 18.75%;
    top: 37.5%
}

body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(4),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(4) {
    left: 18.75%;
    top: 62.5%
}

body #user-button:hover .u-icons,
body #user-button:focus-within .u-icons {
    width: 300% !important;
    height: 300% !important
}

body.dark {
    background: #232223;
    color: #fff
}

body .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit
}

body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: auto;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    width: calc(100% - 0);
    height: 400px
}

@media screen and (max-width:718px) {
    body .options {
        min-width: 520px
    }
    body .options .option:nth-child(5) {
        display: none
    }
}

@media screen and (max-width:638px) {
    body .options {
        min-width: 440px
    }
    body .options .option:nth-child(4) {
        display: none
    }
}

@media screen and (max-width:558px) {
    body .options {
        min-width: 360px
    }
    body .options .option:nth-child(3) {
        display: none
    }
}

@media screen and (max-width:478px) {
    body .options {
        min-width: 280px
    }
    body .options .option:nth-child(2) {
        display: none
    }
}

body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(.05, .61, .41, .95)
}

body .options .option:nth-child(1) {
    --defaultBackground: #ED5565
}

body .options .option:nth-child(2) {
    --defaultBackground: #FC6E51
}

body .options .option:nth-child(3) {
    --defaultBackground: #FFCE54
}

body .options .option:nth-child(4) {
    --defaultBackground: #2ECC71
}

body .options .option:nth-child(5) {
    --defaultBackground: #5D9CEC
}

body .options .option:nth-child(6) {
    --defaultBackground: #AC92EC
}

body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    border-radius: 40px;
    background-size: cover
}

body .options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -330px 120px -160px black !important
}

body .options .option.active .label {
    bottom: 20px;
    left: 20px
}

body .options .option.active .label .info>div {
    left: 0;
    opacity: 1;
    white-space: normal
}

body .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px
}

body .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0 -120px black, inset 0 -120px 0 -100px #000
}

body .options .option:not(.active) .label {
    bottom: 15px;
    left: 10px
}

body .options .option:not(.active) .label .info>div {
    left: 10px;
    opacity: 0
}

body .options .option .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: 0.5s cubic-bezier(.05, .61, .41, .95)
}

body .options .option .label {
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
    height: auto;
    transition: 0.5s cubic-bezier(.05, .61, .41, .95)
}

body .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / .7);
    color: #000;
    font-size: 27px
}

body .options .option.active .icon {
    display: none
}

body .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: #fff;
    white-space: pre;
    width: 90%
}

body .options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(.05, .61, .41, .95), opacity 0.5s ease-out
}

body .options .option .label .info .main {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px
}

body .options .option .label .info .sub {
    transition-delay: 0.1s
}

.home-slider {
    width: 100%;
    height: auto
}

.home-slider .banner-items {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: end;
    position: relative;
    padding: 50px 70px;
    z-index: 1
}

.home-slider .banner-items:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, #fff0 30%);
    z-index: 1;
    opacity: .7
}

.home-slider .banner-items h1 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-shadow: 0 0 20px #000;
    position: relative;
    z-index: 2
}

.home-slider .banner-items.banner1 {
    background-image: url(../images/slides/banner1.jpg)
}

.home-slider .banner-items.banner2 {
    background-image: url(../images/slides/banner3.jpg)
}

.home-slider .banner-items.banner3 {
    background-image: url(../images/slides/banner2.jpg)
}

.home-slider .slick_slider .slick-arrow {
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    border-color: #fff;
    left: 2%
}

.home-slider .slick_slider .slick-arrow.slick-next {
    right: 2%;
    left: auto
}

.country {
    position: relative;
    width: auto
}

.country .select {
    position: relative;
    padding: 0 10px 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dee2e6;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px
}

.country .select .flagstrap-icon {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0;
    width: 16px;
    height: 11px;
    background-image: url(https://raw.githubusercontent.com/blazeworx/flagstrap/master/dist/css/flags.png);
    background-repeat: no-repeat;
    background-color: #e3e5e7
}

.country .select .flagstrap-icon.flagstrap-ad {
    background-position: -16px 0
}

.country .select .flagstrap-icon.flagstrap-ae {
    background-position: -32px 0
}

.country .select .flagstrap-icon.flagstrap-af {
    background-position: -48px 0
}

.country .select .flagstrap-icon.flagstrap-ag {
    background-position: -64px 0
}

.country .select .flagstrap-icon.flagstrap-ai {
    background-position: -80px 0
}

.country .select .flagstrap-icon.flagstrap-al {
    background-position: -96px 0
}

.country .select .flagstrap-icon.flagstrap-am {
    background-position: -112px 0
}

.country .select .flagstrap-icon.flagstrap-an {
    background-position: -128px 0
}

.country .select .flagstrap-icon.flagstrap-ao {
    background-position: -144px 0
}

.country .select .flagstrap-icon.flagstrap-ar {
    background-position: -160px 0
}

.country .select .flagstrap-icon.flagstrap-as {
    background-position: -176px 0
}

.country .select .flagstrap-icon.flagstrap-at {
    background-position: -192px 0
}

.country .select .flagstrap-icon.flagstrap-au {
    background-position: -208px 0
}

.country .select .flagstrap-icon.flagstrap-aw {
    background-position: -224px 0
}

.country .select .flagstrap-icon.flagstrap-az {
    background-position: -240px 0
}

.country .select .flagstrap-icon.flagstrap-ba {
    background-position: 0 -11px
}

.country .select .flagstrap-icon.flagstrap-bb {
    background-position: -16px -11px
}

.country .select .flagstrap-icon.flagstrap-bd {
    background-position: -32px -11px
}

.country .select .flagstrap-icon.flagstrap-be {
    background-position: -48px -11px
}

.country .select .flagstrap-icon.flagstrap-bf {
    background-position: -64px -11px
}

.country .select .flagstrap-icon.flagstrap-bg {
    background-position: -80px -11px
}

.country .select .flagstrap-icon.flagstrap-bh {
    background-position: -96px -11px
}

.country .select .flagstrap-icon.flagstrap-bi {
    background-position: -112px -11px
}

.country .select .flagstrap-icon.flagstrap-bj {
    background-position: -128px -11px
}

.country .select .flagstrap-icon.flagstrap-bm {
    background-position: -144px -11px
}

.country .select .flagstrap-icon.flagstrap-bn {
    background-position: -160px -11px
}

.country .select .flagstrap-icon.flagstrap-bo {
    background-position: -176px -11px
}

.country .select .flagstrap-icon.flagstrap-br {
    background-position: -192px -11px
}

.country .select .flagstrap-icon.flagstrap-bs {
    background-position: -208px -11px
}

.country .select .flagstrap-icon.flagstrap-bt {
    background-position: -224px -11px
}

.country .select .flagstrap-icon.flagstrap-bv {
    background-position: -240px -11px
}

.country .select .flagstrap-icon.flagstrap-bw {
    background-position: 0 -22px
}

.country .select .flagstrap-icon.flagstrap-by {
    background-position: -16px -22px
}

.country .select .flagstrap-icon.flagstrap-bz {
    background-position: -32px -22px
}

.country .select .flagstrap-icon.flagstrap-ca {
    background-position: -48px -22px
}

.country .select .flagstrap-icon.flagstrap-catalonia {
    background-position: -64px -22px
}

.country .select .flagstrap-icon.flagstrap-cd {
    background-position: -80px -22px
}

.country .select .flagstrap-icon.flagstrap-cf {
    background-position: -96px -22px
}

.country .select .flagstrap-icon.flagstrap-cg {
    background-position: -112px -22px
}

.country .select .flagstrap-icon.flagstrap-ch {
    background-position: -128px -22px
}

.country .select .flagstrap-icon.flagstrap-ci {
    background-position: -144px -22px
}

.country .select .flagstrap-icon.flagstrap-ck {
    background-position: -160px -22px
}

.country .select .flagstrap-icon.flagstrap-cl {
    background-position: -176px -22px
}

.country .select .flagstrap-icon.flagstrap-cm {
    background-position: -192px -22px
}

.country .select .flagstrap-icon.flagstrap-cn {
    background-position: -208px -22px
}

.country .select .flagstrap-icon.flagstrap-co {
    background-position: -224px -22px
}

.country .select .flagstrap-icon.flagstrap-cr {
    background-position: -240px -22px
}

.country .select .flagstrap-icon.flagstrap-cu {
    background-position: 0 -33px
}

.country .select .flagstrap-icon.flagstrap-cv {
    background-position: -16px -33px
}

.country .select .flagstrap-icon.flagstrap-cw {
    background-position: -32px -33px
}

.country .select .flagstrap-icon.flagstrap-cy {
    background-position: -48px -33px
}

.country .select .flagstrap-icon.flagstrap-cz {
    background-position: -64px -33px
}

.country .select .flagstrap-icon.flagstrap-de {
    background-position: -80px -33px
}

.country .select .flagstrap-icon.flagstrap-dj {
    background-position: -96px -33px
}

.country .select .flagstrap-icon.flagstrap-dk {
    background-position: -112px -33px
}

.country .select .flagstrap-icon.flagstrap-dm {
    background-position: -128px -33px
}

.country .select .flagstrap-icon.flagstrap-do {
    background-position: -144px -33px
}

.country .select .flagstrap-icon.flagstrap-dz {
    background-position: -160px -33px
}

.country .select .flagstrap-icon.flagstrap-ec {
    background-position: -176px -33px
}

.country .select .flagstrap-icon.flagstrap-ee {
    background-position: -192px -33px
}

.country .select .flagstrap-icon.flagstrap-eg {
    background-position: -208px -33px
}

.country .select .flagstrap-icon.flagstrap-eh {
    background-position: -224px -33px
}

.country .select .flagstrap-icon.flagstrap-england {
    background-position: -240px -33px
}

.country .select .flagstrap-icon.flagstrap-er {
    background-position: 0 -44px
}

.country .select .flagstrap-icon.flagstrap-es {
    background-position: -16px -44px
}

.country .select .flagstrap-icon.flagstrap-et {
    background-position: -32px -44px
}

.country .select .flagstrap-icon.flagstrap-eu {
    background-position: -48px -44px
}

.country .select .flagstrap-icon.flagstrap-fi {
    background-position: -64px -44px
}

.country .select .flagstrap-icon.flagstrap-fj {
    background-position: -80px -44px
}

.country .select .flagstrap-icon.flagstrap-fk {
    background-position: -96px -44px
}

.country .select .flagstrap-icon.flagstrap-fm {
    background-position: -112px -44px
}

.country .select .flagstrap-icon.flagstrap-fo {
    background-position: -128px -44px
}

.country .select .flagstrap-icon.flagstrap-fr {
    background-position: -144px -44px
}

.country .select .flagstrap-icon.flagstrap-ga {
    background-position: -160px -44px
}

.country .select .flagstrap-icon.flagstrap-gb {
    background-position: -176px -44px
}

.country .select .flagstrap-icon.flagstrap-gd {
    background-position: -192px -44px
}

.country .select .flagstrap-icon.flagstrap-ge {
    background-position: -208px -44px
}

.country .select .flagstrap-icon.flagstrap-gf {
    background-position: -224px -44px
}

.country .select .flagstrap-icon.flagstrap-gg {
    background-position: -240px -44px
}

.country .select .flagstrap-icon.flagstrap-gh {
    background-position: 0 -55px
}

.country .select .flagstrap-icon.flagstrap-gi {
    background-position: -16px -55px
}

.country .select .flagstrap-icon.flagstrap-gl {
    background-position: -32px -55px
}

.country .select .flagstrap-icon.flagstrap-gm {
    background-position: -48px -55px
}

.country .select .flagstrap-icon.flagstrap-gn {
    background-position: -64px -55px
}

.country .select .flagstrap-icon.flagstrap-gp {
    background-position: -80px -55px
}

.country .select .flagstrap-icon.flagstrap-gq {
    background-position: -96px -55px
}

.country .select .flagstrap-icon.flagstrap-gr {
    background-position: -112px -55px
}

.country .select .flagstrap-icon.flagstrap-gs {
    background-position: -128px -55px
}

.country .select .flagstrap-icon.flagstrap-gt {
    background-position: -144px -55px
}

.country .select .flagstrap-icon.flagstrap-gu {
    background-position: -160px -55px
}

.country .select .flagstrap-icon.flagstrap-gw {
    background-position: -176px -55px
}

.country .select .flagstrap-icon.flagstrap-gy {
    background-position: -192px -55px
}

.country .select .flagstrap-icon.flagstrap-hk {
    background-position: -208px -55px
}

.country .select .flagstrap-icon.flagstrap-hm {
    background-position: -224px -55px
}

.country .select .flagstrap-icon.flagstrap-hn {
    background-position: -240px -55px
}

.country .select .flagstrap-icon.flagstrap-hr {
    background-position: 0 -66px
}

.country .select .flagstrap-icon.flagstrap-ht {
    background-position: -16px -66px
}

.country .select .flagstrap-icon.flagstrap-hu {
    background-position: -32px -66px
}

.country .select .flagstrap-icon.flagstrap-ic {
    background-position: -48px -66px
}

.country .select .flagstrap-icon.flagstrap-id {
    background-position: -64px -66px
}

.country .select .flagstrap-icon.flagstrap-ie {
    background-position: -80px -66px
}

.country .select .flagstrap-icon.flagstrap-il {
    background-position: -96px -66px
}

.country .select .flagstrap-icon.flagstrap-im {
    background-position: -112px -66px
}

.country .select .flagstrap-icon.flagstrap-in {
    background-position: -128px -66px
}

.country .select .flagstrap-icon.flagstrap-io {
    background-position: -144px -66px
}

.country .select .flagstrap-icon.flagstrap-iq {
    background-position: -160px -66px
}

.country .select .flagstrap-icon.flagstrap-ir {
    background-position: -176px -66px
}

.country .select .flagstrap-icon.flagstrap-is {
    background-position: -192px -66px
}

.country .select .flagstrap-icon.flagstrap-it {
    background-position: -208px -66px
}

.country .select .flagstrap-icon.flagstrap-je {
    background-position: -224px -66px
}

.country .select .flagstrap-icon.flagstrap-jm {
    background-position: -240px -66px
}

.country .select .flagstrap-icon.flagstrap-jo {
    background-position: 0 -77px
}

.country .select .flagstrap-icon.flagstrap-jp {
    background-position: -16px -77px
}

.country .select .flagstrap-icon.flagstrap-ke {
    background-position: -32px -77px
}

.country .select .flagstrap-icon.flagstrap-kg {
    background-position: -48px -77px
}

.country .select .flagstrap-icon.flagstrap-kh {
    background-position: -64px -77px
}

.country .select .flagstrap-icon.flagstrap-ki {
    background-position: -80px -77px
}

.country .select .flagstrap-icon.flagstrap-km {
    background-position: -96px -77px
}

.country .select .flagstrap-icon.flagstrap-kn {
    background-position: -112px -77px
}

.country .select .flagstrap-icon.flagstrap-kp {
    background-position: -128px -77px
}

.country .select .flagstrap-icon.flagstrap-kr {
    background-position: -144px -77px
}

.country .select .flagstrap-icon.flagstrap-kurdistan {
    background-position: -160px -77px
}

.country .select .flagstrap-icon.flagstrap-kw {
    background-position: -176px -77px
}

.country .select .flagstrap-icon.flagstrap-ky {
    background-position: -192px -77px
}

.country .select .flagstrap-icon.flagstrap-kz {
    background-position: -208px -77px
}

.country .select .flagstrap-icon.flagstrap-la {
    background-position: -224px -77px
}

.country .select .flagstrap-icon.flagstrap-lb {
    background-position: -240px -77px
}

.country .select .flagstrap-icon.flagstrap-lc {
    background-position: 0 -88px
}

.country .select .flagstrap-icon.flagstrap-li {
    background-position: -16px -88px
}

.country .select .flagstrap-icon.flagstrap-lk {
    background-position: -32px -88px
}

.country .select .flagstrap-icon.flagstrap-lr {
    background-position: -48px -88px
}

.country .select .flagstrap-icon.flagstrap-ls {
    background-position: -64px -88px
}

.country .select .flagstrap-icon.flagstrap-lt {
    background-position: -80px -88px
}

.country .select .flagstrap-icon.flagstrap-lu {
    background-position: -96px -88px
}

.country .select .flagstrap-icon.flagstrap-lv {
    background-position: -112px -88px
}

.country .select .flagstrap-icon.flagstrap-ly {
    background-position: -128px -88px
}

.country .select .flagstrap-icon.flagstrap-ma {
    background-position: -144px -88px
}

.country .select .flagstrap-icon.flagstrap-mc {
    background-position: -160px -88px
}

.country .select .flagstrap-icon.flagstrap-md {
    background-position: -176px -88px
}

.country .select .flagstrap-icon.flagstrap-me {
    background-position: -192px -88px
}

.country .select .flagstrap-icon.flagstrap-mg {
    background-position: -208px -88px
}

.country .select .flagstrap-icon.flagstrap-mh {
    background-position: -224px -88px
}

.country .select .flagstrap-icon.flagstrap-mk {
    background-position: -240px -88px
}

.country .select .flagstrap-icon.flagstrap-ml {
    background-position: 0 -99px
}

.country .select .flagstrap-icon.flagstrap-mm {
    background-position: -16px -99px
}

.country .select .flagstrap-icon.flagstrap-mn {
    background-position: -32px -99px
}

.country .select .flagstrap-icon.flagstrap-mo {
    background-position: -48px -99px
}

.country .select .flagstrap-icon.flagstrap-mp {
    background-position: -64px -99px
}

.country .select .flagstrap-icon.flagstrap-mq {
    background-position: -80px -99px
}

.country .select .flagstrap-icon.flagstrap-mr {
    background-position: -96px -99px
}

.country .select .flagstrap-icon.flagstrap-ms {
    background-position: -112px -99px
}

.country .select .flagstrap-icon.flagstrap-mt {
    background-position: -128px -99px
}

.country .select .flagstrap-icon.flagstrap-mu {
    background-position: -144px -99px
}

.country .select .flagstrap-icon.flagstrap-mv {
    background-position: -160px -99px
}

.country .select .flagstrap-icon.flagstrap-mw {
    background-position: -176px -99px
}

.country .select .flagstrap-icon.flagstrap-mx {
    background-position: -192px -99px
}

.country .select .flagstrap-icon.flagstrap-my {
    background-position: -208px -99px
}

.country .select .flagstrap-icon.flagstrap-mz {
    background-position: -224px -99px
}

.country .select .flagstrap-icon.flagstrap-na {
    background-position: -240px -99px
}

.country .select .flagstrap-icon.flagstrap-nc {
    background-position: 0 -110px
}

.country .select .flagstrap-icon.flagstrap-ne {
    background-position: -16px -110px
}

.country .select .flagstrap-icon.flagstrap-nf {
    background-position: -32px -110px
}

.country .select .flagstrap-icon.flagstrap-ng {
    background-position: -48px -110px
}

.country .select .flagstrap-icon.flagstrap-ni {
    background-position: -64px -110px
}

.country .select .flagstrap-icon.flagstrap-nl {
    background-position: -80px -110px
}

.country .select .flagstrap-icon.flagstrap-no {
    background-position: -96px -110px
}

.country .select .flagstrap-icon.flagstrap-np {
    background-position: -112px -110px
}

.country .select .flagstrap-icon.flagstrap-nr {
    background-position: -128px -110px
}

.country .select .flagstrap-icon.flagstrap-nu {
    background-position: -144px -110px
}

.country .select .flagstrap-icon.flagstrap-nz {
    background-position: -160px -110px
}

.country .select .flagstrap-icon.flagstrap-om {
    background-position: -176px -110px
}

.country .select .flagstrap-icon.flagstrap-pa {
    background-position: -192px -110px
}

.country .select .flagstrap-icon.flagstrap-pe {
    background-position: -208px -110px
}

.country .select .flagstrap-icon.flagstrap-pf {
    background-position: -224px -110px
}

.country .select .flagstrap-icon.flagstrap-pg {
    background-position: -240px -110px
}

.country .select .flagstrap-icon.flagstrap-ph {
    background-position: 0 -121px
}

.country .select .flagstrap-icon.flagstrap-pk {
    background-position: -16px -121px
}

.country .select .flagstrap-icon.flagstrap-pl {
    background-position: -32px -121px
}

.country .select .flagstrap-icon.flagstrap-pm {
    background-position: -48px -121px
}

.country .select .flagstrap-icon.flagstrap-pn {
    background-position: -64px -121px
}

.country .select .flagstrap-icon.flagstrap-pr {
    background-position: -80px -121px
}

.country .select .flagstrap-icon.flagstrap-ps {
    background-position: -96px -121px
}

.country .select .flagstrap-icon.flagstrap-pt {
    background-position: -112px -121px
}

.country .select .flagstrap-icon.flagstrap-pw {
    background-position: -128px -121px
}

.country .select .flagstrap-icon.flagstrap-py {
    background-position: -144px -121px
}

.country .select .flagstrap-icon.flagstrap-qa {
    background-position: -160px -121px
}

.country .select .flagstrap-icon.flagstrap-re {
    background-position: -176px -121px
}

.country .select .flagstrap-icon.flagstrap-ro {
    background-position: -192px -121px
}

.country .select .flagstrap-icon.flagstrap-rs {
    background-position: -208px -121px
}

.country .select .flagstrap-icon.flagstrap-ru {
    background-position: -224px -121px
}

.country .select .flagstrap-icon.flagstrap-rw {
    background-position: -240px -121px
}

.country .select .flagstrap-icon.flagstrap-sa {
    background-position: 0 -132px
}

.country .select .flagstrap-icon.flagstrap-sb {
    background-position: -16px -132px
}

.country .select .flagstrap-icon.flagstrap-sc {
    background-position: -32px -132px
}

.country .select .flagstrap-icon.flagstrap-scotland {
    background-position: -48px -132px
}

.country .select .flagstrap-icon.flagstrap-sd {
    background-position: -64px -132px
}

.country .select .flagstrap-icon.flagstrap-se {
    background-position: -80px -132px
}

.country .select .flagstrap-icon.flagstrap-sg {
    background-position: -96px -132px
}

.country .select .flagstrap-icon.flagstrap-sh {
    background-position: -112px -132px
}

.country .select .flagstrap-icon.flagstrap-si {
    background-position: -128px -132px
}

.country .select .flagstrap-icon.flagstrap-sk {
    background-position: -144px -132px
}

.country .select .flagstrap-icon.flagstrap-sl {
    background-position: -160px -132px
}

.country .select .flagstrap-icon.flagstrap-sm {
    background-position: -176px -132px
}

.country .select .flagstrap-icon.flagstrap-sn {
    background-position: -192px -132px
}

.country .select .flagstrap-icon.flagstrap-so {
    background-position: -208px -132px
}

.country .select .flagstrap-icon.flagstrap-somaliland {
    background-position: -224px -132px
}

.country .select .flagstrap-icon.flagstrap-sr {
    background-position: -240px -132px
}

.country .select .flagstrap-icon.flagstrap-ss {
    background-position: 0 -143px
}

.country .select .flagstrap-icon.flagstrap-st {
    background-position: -16px -143px
}

.country .select .flagstrap-icon.flagstrap-sv {
    background-position: -32px -143px
}

.country .select .flagstrap-icon.flagstrap-sx {
    background-position: -48px -143px
}

.country .select .flagstrap-icon.flagstrap-sy {
    background-position: -64px -143px
}

.country .select .flagstrap-icon.flagstrap-sz {
    background-position: -80px -143px
}

.country .select .flagstrap-icon.flagstrap-tc {
    background-position: -96px -143px
}

.country .select .flagstrap-icon.flagstrap-td {
    background-position: -112px -143px
}

.country .select .flagstrap-icon.flagstrap-tf {
    background-position: -128px -143px
}

.country .select .flagstrap-icon.flagstrap-tg {
    background-position: -144px -143px
}

.country .select .flagstrap-icon.flagstrap-th {
    background-position: -160px -143px
}

.country .select .flagstrap-icon.flagstrap-tj {
    background-position: -176px -143px
}

.country .select .flagstrap-icon.flagstrap-tk {
    background-position: -192px -143px
}

.country .select .flagstrap-icon.flagstrap-tl {
    background-position: -208px -143px
}

.country .select .flagstrap-icon.flagstrap-tm {
    background-position: -224px -143px
}

.country .select .flagstrap-icon.flagstrap-tn {
    background-position: -240px -143px
}

.country .select .flagstrap-icon.flagstrap-to {
    background-position: 0 -154px
}

.country .select .flagstrap-icon.flagstrap-tr {
    background-position: -16px -154px
}

.country .select .flagstrap-icon.flagstrap-tt {
    background-position: -32px -154px
}

.country .select .flagstrap-icon.flagstrap-tv {
    background-position: -48px -154px
}

.country .select .flagstrap-icon.flagstrap-tw {
    background-position: -64px -154px
}

.country .select .flagstrap-icon.flagstrap-tz {
    background-position: -80px -154px
}

.country .select .flagstrap-icon.flagstrap-ua {
    background-position: -96px -154px
}

.country .select .flagstrap-icon.flagstrap-ug {
    background-position: -112px -154px
}

.country .select .flagstrap-icon.flagstrap-um {
    background-position: -128px -154px
}

.country .select .flagstrap-icon.flagstrap-us {
    background-position: -144px -154px
}

.country .select .flagstrap-icon.flagstrap-uy {
    background-position: -160px -154px
}

.country .select .flagstrap-icon.flagstrap-uz {
    background-position: -176px -154px
}

.country .select .flagstrap-icon.flagstrap-va {
    background-position: -192px -154px
}

.country .select .flagstrap-icon.flagstrap-vc {
    background-position: -208px -154px
}

.country .select .flagstrap-icon.flagstrap-ve {
    background-position: -224px -154px
}

.country .select .flagstrap-icon.flagstrap-vg {
    background-position: -240px -154px
}

.country .select .flagstrap-icon.flagstrap-vi {
    background-position: 0 -165px
}

.country .select .flagstrap-icon.flagstrap-vn {
    background-position: -16px -165px
}

.country .select .flagstrap-icon.flagstrap-vu {
    background-position: -32px -165px
}

.country .select .flagstrap-icon.flagstrap-wales {
    background-position: -48px -165px
}

.country .select .flagstrap-icon.flagstrap-wf {
    background-position: -64px -165px
}

.country .select .flagstrap-icon.flagstrap-ws {
    background-position: -80px -165px
}

.country .select .flagstrap-icon.flagstrap-ye {
    background-position: -96px -165px
}

.country .select .flagstrap-icon.flagstrap-yt {
    background-position: -112px -165px
}

.country .select .flagstrap-icon.flagstrap-za {
    background-position: -128px -165px
}

.country .select .flagstrap-icon.flagstrap-zanzibar {
    background-position: -144px -165px
}

.country .select .flagstrap-icon.flagstrap-zm {
    background-position: -160px -165px
}

.country .select .flagstrap-icon.flagstrap-zw {
    background-position: -176px -165px
}

.country .dropdown {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 300px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #a6a6a6;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / .2);
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1
}

.country .dropdown::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #E7E7E7
}

.country .dropdown::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.country .dropdown ul {
    padding: 0;
    margin: 0
}

.country .dropdown::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 4px
}

.country .dropdown .flagstrap-icon {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 11px;
    background-image: url(https://raw.githubusercontent.com/blazeworx/flagstrap/master/dist/css/flags.png);
    background-repeat: no-repeat;
    background-color: #e3e5e7
}

.country .dropdown .flagstrap-icon.flagstrap-ad {
    background-position: -16px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ae {
    background-position: -32px 0
}

.country .dropdown .flagstrap-icon.flagstrap-af {
    background-position: -48px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ag {
    background-position: -64px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ai {
    background-position: -80px 0
}

.country .dropdown .flagstrap-icon.flagstrap-al {
    background-position: -96px 0
}

.country .dropdown .flagstrap-icon.flagstrap-am {
    background-position: -112px 0
}

.country .dropdown .flagstrap-icon.flagstrap-an {
    background-position: -128px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ao {
    background-position: -144px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ar {
    background-position: -160px 0
}

.country .dropdown .flagstrap-icon.flagstrap-as {
    background-position: -176px 0
}

.country .dropdown .flagstrap-icon.flagstrap-at {
    background-position: -192px 0
}

.country .dropdown .flagstrap-icon.flagstrap-au {
    background-position: -208px 0
}

.country .dropdown .flagstrap-icon.flagstrap-aw {
    background-position: -224px 0
}

.country .dropdown .flagstrap-icon.flagstrap-az {
    background-position: -240px 0
}

.country .dropdown .flagstrap-icon.flagstrap-ba {
    background-position: 0 -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bb {
    background-position: -16px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bd {
    background-position: -32px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-be {
    background-position: -48px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bf {
    background-position: -64px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bg {
    background-position: -80px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bh {
    background-position: -96px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bi {
    background-position: -112px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bj {
    background-position: -128px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bm {
    background-position: -144px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bn {
    background-position: -160px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bo {
    background-position: -176px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-br {
    background-position: -192px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bs {
    background-position: -208px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bt {
    background-position: -224px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bv {
    background-position: -240px -11px
}

.country .dropdown .flagstrap-icon.flagstrap-bw {
    background-position: 0 -22px
}

.country .dropdown .flagstrap-icon.flagstrap-by {
    background-position: -16px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-bz {
    background-position: -32px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-ca {
    background-position: -48px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-catalonia {
    background-position: -64px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cd {
    background-position: -80px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cf {
    background-position: -96px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cg {
    background-position: -112px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-ch {
    background-position: -128px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-ci {
    background-position: -144px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-ck {
    background-position: -160px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cl {
    background-position: -176px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cm {
    background-position: -192px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cn {
    background-position: -208px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-co {
    background-position: -224px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cr {
    background-position: -240px -22px
}

.country .dropdown .flagstrap-icon.flagstrap-cu {
    background-position: 0 -33px
}

.country .dropdown .flagstrap-icon.flagstrap-cv {
    background-position: -16px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-cw {
    background-position: -32px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-cy {
    background-position: -48px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-cz {
    background-position: -64px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-de {
    background-position: -80px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-dj {
    background-position: -96px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-dk {
    background-position: -112px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-dm {
    background-position: -128px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-do {
    background-position: -144px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-dz {
    background-position: -160px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-ec {
    background-position: -176px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-ee {
    background-position: -192px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-eg {
    background-position: -208px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-eh {
    background-position: -224px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-england {
    background-position: -240px -33px
}

.country .dropdown .flagstrap-icon.flagstrap-er {
    background-position: 0 -44px
}

.country .dropdown .flagstrap-icon.flagstrap-es {
    background-position: -16px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-et {
    background-position: -32px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-eu {
    background-position: -48px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fi {
    background-position: -64px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fj {
    background-position: -80px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fk {
    background-position: -96px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fm {
    background-position: -112px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fo {
    background-position: -128px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-fr {
    background-position: -144px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-ga {
    background-position: -160px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-gb {
    background-position: -176px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-gd {
    background-position: -192px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-ge {
    background-position: -208px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-gf {
    background-position: -224px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-gg {
    background-position: -240px -44px
}

.country .dropdown .flagstrap-icon.flagstrap-gh {
    background-position: 0 -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gi {
    background-position: -16px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gl {
    background-position: -32px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gm {
    background-position: -48px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gn {
    background-position: -64px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gp {
    background-position: -80px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gq {
    background-position: -96px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gr {
    background-position: -112px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gs {
    background-position: -128px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gt {
    background-position: -144px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gu {
    background-position: -160px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gw {
    background-position: -176px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-gy {
    background-position: -192px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-hk {
    background-position: -208px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-hm {
    background-position: -224px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-hn {
    background-position: -240px -55px
}

.country .dropdown .flagstrap-icon.flagstrap-hr {
    background-position: 0 -66px
}

.country .dropdown .flagstrap-icon.flagstrap-ht {
    background-position: -16px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-hu {
    background-position: -32px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-ic {
    background-position: -48px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-id {
    background-position: -64px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-ie {
    background-position: -80px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-il {
    background-position: -96px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-im {
    background-position: -112px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-in {
    background-position: -128px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-io {
    background-position: -144px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-iq {
    background-position: -160px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-ir {
    background-position: -176px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-is {
    background-position: -192px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-it {
    background-position: -208px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-je {
    background-position: -224px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-jm {
    background-position: -240px -66px
}

.country .dropdown .flagstrap-icon.flagstrap-jo {
    background-position: 0 -77px
}

.country .dropdown .flagstrap-icon.flagstrap-jp {
    background-position: -16px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-ke {
    background-position: -32px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kg {
    background-position: -48px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kh {
    background-position: -64px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-ki {
    background-position: -80px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-km {
    background-position: -96px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kn {
    background-position: -112px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kp {
    background-position: -128px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kr {
    background-position: -144px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kurdistan {
    background-position: -160px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kw {
    background-position: -176px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-ky {
    background-position: -192px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-kz {
    background-position: -208px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-la {
    background-position: -224px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-lb {
    background-position: -240px -77px
}

.country .dropdown .flagstrap-icon.flagstrap-lc {
    background-position: 0 -88px
}

.country .dropdown .flagstrap-icon.flagstrap-li {
    background-position: -16px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-lk {
    background-position: -32px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-lr {
    background-position: -48px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-ls {
    background-position: -64px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-lt {
    background-position: -80px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-lu {
    background-position: -96px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-lv {
    background-position: -112px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-ly {
    background-position: -128px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-ma {
    background-position: -144px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-mc {
    background-position: -160px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-md {
    background-position: -176px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-me {
    background-position: -192px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-mg {
    background-position: -208px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-mh {
    background-position: -224px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-mk {
    background-position: -240px -88px
}

.country .dropdown .flagstrap-icon.flagstrap-ml {
    background-position: 0 -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mm {
    background-position: -16px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mn {
    background-position: -32px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mo {
    background-position: -48px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mp {
    background-position: -64px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mq {
    background-position: -80px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mr {
    background-position: -96px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-ms {
    background-position: -112px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mt {
    background-position: -128px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mu {
    background-position: -144px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mv {
    background-position: -160px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mw {
    background-position: -176px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mx {
    background-position: -192px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-my {
    background-position: -208px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-mz {
    background-position: -224px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-na {
    background-position: -240px -99px
}

.country .dropdown .flagstrap-icon.flagstrap-nc {
    background-position: 0 -110px
}

.country .dropdown .flagstrap-icon.flagstrap-ne {
    background-position: -16px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-nf {
    background-position: -32px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-ng {
    background-position: -48px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-ni {
    background-position: -64px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-nl {
    background-position: -80px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-no {
    background-position: -96px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-np {
    background-position: -112px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-nr {
    background-position: -128px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-nu {
    background-position: -144px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-nz {
    background-position: -160px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-om {
    background-position: -176px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-pa {
    background-position: -192px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-pe {
    background-position: -208px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-pf {
    background-position: -224px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-pg {
    background-position: -240px -110px
}

.country .dropdown .flagstrap-icon.flagstrap-ph {
    background-position: 0 -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pk {
    background-position: -16px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pl {
    background-position: -32px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pm {
    background-position: -48px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pn {
    background-position: -64px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pr {
    background-position: -80px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-ps {
    background-position: -96px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pt {
    background-position: -112px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-pw {
    background-position: -128px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-py {
    background-position: -144px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-qa {
    background-position: -160px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-re {
    background-position: -176px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-ro {
    background-position: -192px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-rs {
    background-position: -208px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-ru {
    background-position: -224px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-rw {
    background-position: -240px -121px
}

.country .dropdown .flagstrap-icon.flagstrap-sa {
    background-position: 0 -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sb {
    background-position: -16px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sc {
    background-position: -32px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-scotland {
    background-position: -48px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sd {
    background-position: -64px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-se {
    background-position: -80px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sg {
    background-position: -96px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sh {
    background-position: -112px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-si {
    background-position: -128px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sk {
    background-position: -144px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sl {
    background-position: -160px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sm {
    background-position: -176px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sn {
    background-position: -192px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-so {
    background-position: -208px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-somaliland {
    background-position: -224px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-sr {
    background-position: -240px -132px
}

.country .dropdown .flagstrap-icon.flagstrap-ss {
    background-position: 0 -143px
}

.country .dropdown .flagstrap-icon.flagstrap-st {
    background-position: -16px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-sv {
    background-position: -32px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-sx {
    background-position: -48px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-sy {
    background-position: -64px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-sz {
    background-position: -80px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tc {
    background-position: -96px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-td {
    background-position: -112px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tf {
    background-position: -128px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tg {
    background-position: -144px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-th {
    background-position: -160px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tj {
    background-position: -176px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tk {
    background-position: -192px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tl {
    background-position: -208px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tm {
    background-position: -224px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-tn {
    background-position: -240px -143px
}

.country .dropdown .flagstrap-icon.flagstrap-to {
    background-position: 0 -154px
}

.country .dropdown .flagstrap-icon.flagstrap-tr {
    background-position: -16px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-tt {
    background-position: -32px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-tv {
    background-position: -48px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-tw {
    background-position: -64px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-tz {
    background-position: -80px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-ua {
    background-position: -96px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-ug {
    background-position: -112px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-um {
    background-position: -128px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-us {
    background-position: -144px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-uy {
    background-position: -160px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-uz {
    background-position: -176px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-va {
    background-position: -192px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-vc {
    background-position: -208px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-ve {
    background-position: -224px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-vg {
    background-position: -240px -154px
}

.country .dropdown .flagstrap-icon.flagstrap-vi {
    background-position: 0 -165px
}

.country .dropdown .flagstrap-icon.flagstrap-vn {
    background-position: -16px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-vu {
    background-position: -32px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-wales {
    background-position: -48px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-wf {
    background-position: -64px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-ws {
    background-position: -80px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-ye {
    background-position: -96px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-yt {
    background-position: -112px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-za {
    background-position: -128px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-zanzibar {
    background-position: -144px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-zm {
    background-position: -160px -165px
}

.country .dropdown .flagstrap-icon.flagstrap-zw {
    background-position: -176px -165px
}

.country .dropdown .flagstrap-icon {
    vertical-align: middle
}

.country .dropdown li {
    padding: 0 10px;
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    color: #828282;
    cursor: pointer
}

.country .dropdown li:first-child {
    margin-top: 0
}

.country .dropdown li:last-child {
    margin-bottom: 0
}

.country .dropdown li:hover {
    background: #dedede;
    color: #454545
}

.country .dropdown li.open {
    display: block
}

.vision-mission .flex-container {
    height: 100vh;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .vision-mission .flex-container {
        flex-direction: column
    }
}

.vision-mission .flex-title {
    color: #f1f1f1;
    position: relative;
    white-space: nowrap;
    font-size: 3.5vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 25%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .vision-mission .flex-title {
        transform: rotate(0deg) !important
    }
}

.vision-mission .flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 80%;
    font-size: 1.2rem;
    padding: 5%;
    padding-right: 0;
    top: 20%;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #f1f1f1;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.vision-mission .flex-about:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #f1f1f1;
    width: 20px;
    height: 20px;
    transform: rotate(45deg)
}

.vision-mission .flex-about ul li {
    margin-bottom: 10px
}

.vision-mission .flex-about p,
.vision-mission .flex-about ul {
    margin-bottom: 0
}

.vision-mission .flex-slide {
    background-size: cover !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .vision-mission .flex-slide {
        overflow: auto;
        overflow-x: hidden
    }
}

@media screen and (max-width:768px) {
    .vision-mission .flex-slide p {
        font-size: 2em
    }
}

@media screen and (max-width:768px) {
    .vision-mission .flex-slide ul li {
        font-size: 2em
    }
}

.vision-mission .flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3
}

.vision-mission .home {
    height: 100vh;
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .3)), url(../images/vision.jpg);
    background-size: cover;
    background-position: right;
    background-attachment: fixed
}

@media screen and (min-width:768px) {
    .vision-mission .home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s
    }
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:768px) {
    .vision-mission .flex-title-home {
        transform: rotate(90deg);
        top: 25%;
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s
    }
}

@keyframes homeFlextitle {
    0% {
        transform: rotate(90deg);
        top: 25%
    }
    50% {
        transform: rotate(0deg);
        top: 25%
    }
    100% {
        transform: rotate(90deg);
        top: 25%
    }
}

.vision-mission .flex-about-home {
    opacity: 0
}

@media screen and (min-width:768px) {
    .vision-mission .flex-about-home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s
    }
}

@keyframes flexAboutHome {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.vision-mission .about {
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .7)), url(../images/mission.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.vision-mission .contact-form {
    width: 100%
}

.vision-mission .contact {
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .7)), url(../images/strategy.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.vision-mission .work {
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .7)), url(../images/value.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.vision-mission .cube1,
.vision-mission .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.vision-mission .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.blog-bg {
    background-image: url(../images/blogbg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.main-blog {
    background: rgb(255 255 255 / 95%);
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    height: auto
}

.main-blog .blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-blog .blog-title h3 {
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    position: relative
}

.main-blog .blog-title h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c93531;
    bottom: -5px;
    left: 0
}

.main-blog .blog-title a {
    color: var(--base-skin);
    display: inline-block;
    padding: 0 0;
    border-bottom: 1px solid
}

.main-blog .blogs-list {
    width: 100%;
    height: auto
}

.main-blog .blogs-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.main-blog .blogs-list ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0
}

.main-blog .blogs-list ul li:last-child {
    border: none;
    padding-bottom: 0
}

.main-blog .blogs-list ul li a {
    font-size: 18px;
    color: #0076bb
}

.press-releases-slide .items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 15px
}

.press-releases-slide .items .press-logo {
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 7px;
    overflow: hidden
}

.press-releases-slide .items .press-logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    overflow: hidden
}

.press-releases-slide .items .slide-content {
    width: 85%;
    height: auto;
    padding-left: 20px
}

.press-releases-slide .items .slide-content span {
    display: block;
    font-size: 12px
}

.press-releases-slide .items .slide-content h5 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 0
}

.press-releases-slide .slick_slider .slick-arrow {
    right: 0;
    bottom: -32px;
    top: auto;
    width: 30px;
    height: 30px
}

.press-releases-slide .slick_slider .slick-arrow.slick-prev {
    right: 40px
}

.main-blog.dark {
    background-color: rgb(60 60 60 / 95%)
}

.main-blog.dark .blog-title h3,
.main-blog.dark .blog-title a,
.main-blog.dark .press-releases-slide .items .slide-content h5 {
    color: #fff
}

.main-blog.dark .press-releases-slide .items .slide-content span {
    color: #eee
}

.main-blog.dark .slick_slider .slick-arrow {
    border-color: #fff;
    color: #fff
}

.main-blog.dark .press-releases-slide .items .press-logo {
    border-radius: 7px;
    overflow: hidden
}

.values-box {
    text-align: center
}

.values-box p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px
}

.values-box .values-box-img {
    margin: auto;
    margin-bottom: 10px;
    background: #ccecff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center
}

.values-box img {
    width: 60%
}

.apply-position .card {
    border-radius: 20px
}

.apply-position .card-body {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.apply-position .card-body ul li {
    font-weight: 400;
    padding-left: 10px;
    font-size: 14px
}

.apply-position .card-body ul li::marker {
    content: '\f058';
    font-family: "FontAwesome";
    font-weight: 900
}

.apply-position .card-body h4 {
    color: #000
}

.wave {
    position: absolute;
    width: 600px;
    height: 580px;
    opacity: .6;
    left: -20%;
    top: 40%;
    background-color: #d4e3eb;
    border-radius: 40%;
    animation: wave 5s infinite linear
}

.wave:nth-child(2) {
    top: 50%;
    animation: wave 7s infinite linear
}

.wave:nth-child(3) {
    top: 60%;
    animation: wave 9s infinite linear
}

@keyframes wave {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.bgimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    z-index: 1
}

.bgimg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, #fff0 70%);
    z-index: 1;
    opacity: .7;
    transition: all 1.5s ease
}

.featured-icon-box.style7:hover::after {
    background: linear-gradient(0deg, #000000 30%, #fff0 100%)
}

.featured-icon-box.style_1 {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--base-grey);
    position: relative;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    transition: all 0.5s
}

.featured-icon-box.style_1 .featured-icon {
    width: 80px;
    margin-bottom: 30px
}

.featured-icon-box.style_1 p {
    margin-bottom: 0
}

.featured-icon-box.style_1 h3 {
    font-weight: 700;
    color: #333
}

.featured-icon-box.style_1 h4 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 100px;
    font-weight: 800;
    color: #000;
    opacity: .03;
    line-height: 90px;
    transform: scale(0);
    transition: all 0.5s
}

.featured-icon-box.style_1:hover h4 {
    transform: scale(1)
}

.featured-icon-box.style_1:hover {
    box-shadow: rgb(50 50 93 / .25) 0 50px 100px -20px, rgb(0 0 0 / .3) 0 30px 60px -30px;
    background-color: #fff
}

.leadership-bgfix {
    background-image: url(../images/leadership.jpeg)
}

.leadership-bgfix .title-header p {
    margin-bottom: 0
}

.profile-card {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
    transition: .6s;
    border-bottom: 1px dashed #d7d7d7;
}



.profile-card .img {
    position: relative;
    width: 100%;
    transition: .6s;
    z-index: 99
}

.img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #70707066;
    transition: .6s
}

.caption h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}
.caption h3 span{
	display: block;
    font-size: 16px;
    color: #2481bf;
    font-weight: 600;
    margin-top: 5px;
    font-style: italic;
}
.caption p {

    font-size: 16px;

    margin-bottom: 0;

}
 

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s
}

.social-links a:hover {
    color: #0c52a1
}

.awards-recognitions-bgfix {
    background-image: url(../images/awards-recognitions.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 40px;
    border-radius: 20px
}

.awards-recognitions-bgfix .title-header p {
    margin-bottom: 0
}

.awards-box {
    transition: all 0.5s;
    background: #fff;
    padding: 1.5rem 2rem;
    outline: 1px solid #eee;
    outline-offset: -10px;
    border-radius: 20px;
    box-shadow: 0 0 10px #e7e7e7
}

.awards-box img {
    width: 15%
}

.awards-box:hover {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15)
}

.awards-box h4 {
    border-left: 1px dashed #666;
    padding-left: 15px
}

.awards-title .title {
    font-size: 22px;
    color: #585858;
    font-weight: 600
}

.awards-slider .slick-arrow {
    top: 45%;
    transform: translateY(-50%);
    border-color: #fff;
    background-color: #fff;
    color: #333;
    left: 3%
}

.awards-slider .slick-arrow.slick-next {
    top: 55%
}

.sustainability-csr-bgfix {
    background-image: url(../images/sustainability-csr.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 40px;
    border-radius: 20px
}

.sustainability-csr-bgfix .title-header p {
    margin-bottom: 0
}

.srcsustainability-csr {
    position: relative
}

.srcsustainability-csr .title-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    left: 5%
}

.csr-transform .slick-slide {
    padding: 0 15px
}

.csr-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.csr-img h5 {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.milestone-list {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto
}

.milestone-list::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: #e1e1e1;
    border-radius: calc(var(--line-w) / 2)
}

.milestone-list li:not(:last-child) {
    margin-bottom: var(--row-gap)
}

.milestone-list li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content
}

.milestone-list li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2)
}

.milestone-list li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgb(0 0 0 / .2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0
}

.milestone-list li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: .3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    transition: all 0.5s
}

.milestone-list li:hover .date::after {
    background: var(--accent-color)
}

.milestone-list li .title,
.milestone-list li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem
}

.milestone-list li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.milestone-list li .descr {
    padding-block-end: 1.5rem;
    font-weight: 400;
    color: #333
}

.milestone-list li .title::before,
.milestone-list li .descr::before {
    content: inherit;
    position: absolute;
    width: 90%;
    height: .5rem;
    background: rgb(0 0 0 / .5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%)
}

.milestone-list li .title::before {
    bottom: calc(100% + 0.125rem)
}

.milestone-list li .descr::before {
    z-index: -1;
    bottom: .25rem
}

@media (min-width:40rem) {
    .milestone-list {
        grid-template-columns: 1fr var(--line-w) 1fr
    }
    .milestone-list::before {
        grid-column: 2
    }
    .milestone-list li:nth-child(odd) {
        grid-column: 1
    }
    .milestone-list li:nth-child(even) {
        grid-column: 3
    }
    .milestone-list li:nth-child(2) {
        grid-row: 2 / 4
    }
    .milestone-list li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0
    }
    .milestone-list li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2)
    }
    .milestone-list li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0
    }
}

.milestone-bgfix {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / .1), rgb(0 0 0 / .5)), url(../images/career-fix.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 100px 0 40px
}

.milestone-bgfix .title-header p {
    margin-bottom: 0
}

#back__preloader {
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.back__loader_logo {
    position: absolute
}

.back__loader_logo img {
    width: 500px
}

.csr-transform .slick_slider .slick-arrow {
    border-color: #333;
    color: #fff;
    background-color: #333;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    transition: all 0.5s
}

.csr-transform .slick_slider .slick-arrow:hover {
    background: none;
    color: #333
}

.csr-transform .slick_slider .slick-arrow.slick-prev {
    left: -4%
}

.csr-transform .slick_slider .slick-arrow.slick-next {
    right: -4%
}

.client-box .client-thumbnail {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin: 0 15px
}

.enquiry-sec {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    background-color: #dbdbdb;
    overflow: hidden
}

.enquiry-sec .enquiry-content h3 {
    font-weight: 700;
    font-size: 3rem;
    line-height: normal
}

.btn-main {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    text-decoration: none
}

.btn-main i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px
}

.enquiry-cont ul {
    list-style: none;
    padding-left: 0
}

.enquiry-cont ul li {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 5px;
    width: 100%;
    position: relative
}

.enquiry-cont ul li h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px
}

.enquiry-cont ul li a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding-right: 30px;
    line-height: 14px
}

.enquiry-form {
    padding: 30px 30px;
    background: #fff;
    margin: 0 0;
    box-shadow: 0 0 30px -6px #3c3b3b;
    border-radius: 5px
}

.skiptranslate span {
    display: none
}

.goog-te-gadget {
    overflow: hidden;
    height: 43px
}

.career-fixbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 60px 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #646464
}

.career-fixbg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: -1
}

.applynow-content h2 {
    font-weight: 700;
    border-bottom: 3px solid #c93531;
    display: inline-block;
    padding-bottom: 9px;
    margin-bottom: 15px;
    font-size: 32px
}

.border-r {
    border-right: 1px solid #b3b3b3 !important
}

.cta-form .form-box {
    background: #ccdfeb;
    padding: 20px 10px;
    transition: .3s all;
    border-radius: 10px
}

.cta-form .form-box i {
    font-size: 35px;
    color: #333
}

.cta-form .form-box h6 {
    font-weight: 400;
    margin-bottom: 0;
    color: #333
}

.cta-form .form-box h4 {
    margin-bottom: 0
}

.cta-form .form-box h4 a {
    font-size: 25px;
    font-weight: 500;
    color: #333
}

.map-contact .section-title h2.title {
    font-size: 35px
}

.map-contact .section-title h3 {
    font-size: 35px
}

.cta-form .other-content h4 {
    font-size: 20px
}

.cta-form .other-content ul {
    margin: 0;
    padding-left: 20px
}

#contact.prt-row.map-section {
    padding: 100px 0 60px
}

#contact .container {
    max-width: 1140px
}

#contact .map-contact .section-title h2.title {
    font-size: 50px
}

#contact p {
    color: #fff;
    font-size: 19px
}

#contact .border-light-1 {
    border: 1px solid #5e5e5e
}

.contact-form .form-control {
    border-radius: 5px;
    background: #eee
}

.locations {
    background-color: #fff
}

.locations .project-item {
    position: relative;
    overflow: visible;
    margin-top: 40px
}

.locations .project-item .project-img img {
    border-radius: 150px 0 0 0;
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: top
}

.locations .project-item .project-inner {
    padding: 15px 40px 15px 15px;
    border-radius: 0 75px 0 0;
    background: #fff;
    left: 0;
    bottom: 50px;
    position: absolute;
    transition: all 0.5s
}

.locations .project-item:hover .project-inner {
    padding-left: 70px
}

.locations .project-item .project-inner .title {
    font-size: 19px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 0
}

.locations .project-item .project-inner.scroll-inner {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 20px;
    border-radius: 30px;
    padding: 5px 10px;
    background: #ca4245;
    opacity: 0;
    transition: all 0.5s
}

.locations .project-item:hover .project-inner.scroll-inner {
    opacity: 1
}

.locations .project-item .project-inner.scroll-inner .title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 0;
    color: #fff
}

.form_captcha input[type="text"] {
    width: auto
}

#media .media-box {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

#media .media-box:hover .media-content {
    background: linear-gradient(180deg, #fff0 -30%, rgb(0 0 0) 100%)
}

#media .media-box:hover .media-content a {
    font-size: 20px
}

#media .media-box .media-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center
}

#media .media-box .media-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(180deg, #fff0 20%, rgb(0 0 0) 100%);
    transition: all 0.5s
}

#media .media-box .media-content span {
    color: #fff
}

#media .media-box .media-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px
}

#media .media-box .media-content p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px
}

#media .media-box .media-content .btn-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

#media .media-box .media-content span {
    display: inline-block;
    color: #000;
    background: #95bd00;
    padding: 4px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500
}

#media .media-box .media-content a {
    background: #92d7ff;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s
}

#media .section-title h2.title {
    font-size: 40px;
    line-height: 50px
}

#news .section-title h2.title {
    font-size: 40px;
    line-height: 50px
}

#news .news-box {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin-bottom: 30px
}

#news .news-box .news-img {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#news .news-box .news-img .news-img1 {
    width: 120px;
    height: auto
}

#news .news-box .news-img .news-img2 {
    width: 60px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #c7c7c7
}

#news .news-box .news-img img {
    width: 100%
}

#news .news-box .news-content {
    margin-top: 50px
}

#news .news-box .news-content h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #333
}

#news .news-box .news-content p {
    color: #666;
    margin-bottom: 30px;
    font-size: 14px
}

#news .news-box .news-content span {
    display: inline-block;
    background: #95bd00;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s
}

#news .news-box:hover .news-content a {
    margin-left: 10px
}

.menu-footer-other-links {
    padding-left: 0;
    display: inline-block;
    margin: 0
}

.menu-footer-other-links li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #4d8fcd;
    line-height: 14px
}

.menu-footer-other-links li:last-child {
    border: none
}

.menu-footer-other-links li a {
    font-size: 16px;
    display: inline-block
}

.something-heading {
    color: #838383
}

.something-lnks {
    display: inline-block;
    color: #333;
    transition: all 0.5s
}

.something-lnks:hover {
    opacity: .8;
    color: #333
}

.something-lnks i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s
}

.something-lnks:hover i {
    margin-left: 10px
}

.accord-spec .accordion-item {
    background: none;
    margin-bottom: 15px;
    border-radius: 0;
    border: 0
}

.accord-spec .accordion-item .accordion-body {
    padding: 0;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px
}

.accord-spec .accordion-item .accordion-body p,
.accord-spec .accordion-item .accordion-body ul,
.accord-spec .accordion-item .accordion-body ol {
    margin-bottom: 0
}

.accord-spec .accordion-item .accordion-header {
    margin-bottom: 0;
    border-radius: 60px;
    overflow: hidden
}

.accord-spec .accordion-item .accordion-button {
    color: #333;
    border-radius: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #ffffff !important;
    font-weight: 700;
    background: #fff
}

.accord-spec .accordion-item .accordion-button.collapsed {
    border-bottom: none
}

.accord-spec .accordion-item .accordion-header:focus-visible,
.accord-spec .accordion-item .accordion-collapse:focus-visible {
    outline: 0
}

.accord-spec .accordion-item .accordion-button::after {
    filter: brightness(0) invert(0)
}

.accord-spec .accordion-item .accordion-body table {
    color: #333;
    font-size: 14px;
    margin-bottom: 0
}

.accord-spec .accordion-item .accordion-body table tr td {
    padding: 10px
}

.text-title h1,
.text-title h2,
.text-title h3,
.text-title h4,
.text-title h5,
.text-title h6 {
    font-size: 1.75rem !important
}

.newblogs {
    background-color: #fff;
    display: flex
}

.newblogs aside {
    position: sticky;
    width: 21.8%;
    height: 100%;
    top: 88px
}

.newblogs .asidebg {
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-size: cover
}

.newblogs .asidebg .aside-content {
    max-width: 100%;
    padding-top: 6%;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px
}

.newblogs .asidebg .aside-content p {
    font-weight: 500;
    font-size: 29px;
    line-height: 45px;
    color: #333
}

.newblogs .newblog-right-sec {
    padding: 1rem
}

.newblogs .newblog-box {
    position: relative;
    overflow: hidden;
    display: block
}

.newblogs .newblog-left img {
    height: auto;
    width: 100%;
    border: 1px solid #eee
}

.newblogs .newblog-box .newblogleft-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    padding: 0 30px;
    color: #fff;
    transition: all 0.5s
}

.newblog-box:hover .newblogleft-content {
    bottom: 30px
}

.newblog-box:hover .newblogleft-content .line {
    width: 30%
}

.newblogs .newblog-after:after {
    content: '';
    position: absolute;
    transition: all 0.5s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: linear-gradient(180deg, #fff0 0%, #000000 100%)
}

.newblogs .newblog-box.newblog-right.newblog-after:after {
    height: 80%
}

.newblogs .newblog-box .newblogleft-content h4 {
    font-weight: 400;
    color: #fff;
    font-size: 24px
}

.newblogs .newblog-box.newblog-right .newblogleft-content h4 {
    font-size: 18px
}

.newblog-box .newblogleft-content .line {
    width: 0;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: all 0.5s
}

.newblogs .dsk-mb-30 {
    margin-bottom: 25px
}

.blogimg {
    background-size: 200%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: all 0.5s;
    height: 220px
}

.blog-right-topp {
    height: 238px;
    background-position: center
}

.newblogs .blogimg,
.newblogs .blogs-content {
    border-radius: 0;
    height: auto
}

.blogs-content {
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px;
    height: 270px;
    position: relative
}

.newblogs .blogimg,
.newblogs .blogs-content {
    border-radius: 0;
    height: auto
}

.newblogs .blogs-content {
    height: 200px !important
}

.newblogs .blogimg img {
    height: auto;
    margin: auto;
    border: 1px solid #eee;
    width: 100%;
    border-bottom: 0
}

.newblogs .blogs-content .date {
    display: block;
    color: #585858;
    font-size: 14px;
    margin-bottom: 10px
}

.newblogs .blogs-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.blogs-content h3 a {
    color: inherit;
    text-decoration: none
}

.newblogdetail-content img {
    margin-bottom: 20px;
    width: 100%;
    height: auto
}

.newblogdetail-content p {
    color: #3e3f40;
    font-size: 15px
}

.newblogdetail-sec {
    width: 60%
}

.newblogs aside.aside2 {
    width: 25%;
    background-color: #eee
}

.aside2 .aside-content {
    padding: 30px 40px
}

.aside2 .aside-content h4 {
    position: relative;
    padding-bottom: 10px
}

.aside2 .aside-content h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #333
}

.aside2 .aside-content ul {
    padding-left: 0
}

.aside2 .aside-content ul li {
    list-style: none
}

.aside2 .aside-content ul li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    line-height: 18px
}

.aside2 .aside-content ul li:last-child a {
    border-bottom: 0
}

.aside2 .aside-content ul li a img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px
}

.aside2 .aside-content ul li a span {
    display: inline-block;
    color: inherit;
    font-weight: 500
}

.awards-section .accordion-item {
    margin-bottom: 0;
    border: none
}

.awards-section .accordion-item .accordion-button {
    padding: 0;
    border: none !important;
    box-shadow: none;
    background: none
}

.awards-section .accordion-body {
    padding: 20px 0 0
}

#career_Custom_Form label {
    color: #333
}

.customer-slide.slick_slider .slick-arrow {
    transform: translateY(-50%);
    top: 50%;
    color: #0083bf;
    border-color: #0184bf;
    left: -7px;
    background: #fff
}

.customer-slide.slick_slider .slick-arrow.slick-next {
    right: -7px;
    left: auto
}

.about-achivement:after {
    background: rgb(12 42 58 / 85%)
}

.whats-soka .about-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center
}

.csr_slider.owl-carousel .owl-nav .owl-next,
.csr_slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    padding: 0;
    box-shadow: 0 0 20px 0 #b5b5b5
}

.csr_slider.owl-carousel .owl-nav .owl-next {
    left: 60px
}

.csr_slider.owl-carousel .owl-nav .owl-next:hover,
.csr_slider.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #fff;
    color: #333
}

.csr_slider.owl-carousel .owl-item img {
    height: 240px;
    object-fit: cover;
    object-position: center center
}

.fs-13 {
    font-size: 13px !important
}

.leadership-categories a:hover {
    color: inherit
}

.leadership-categories a h3 span {
    color: #2481bf
}

.leadership-categories a:hover h3 {
    color: #2481bf
}

.leadership-categories a img {
    object-fit: cover;
    object-position: center;
    height: 220px
}

.about-height {
    height: 400px
}

.csr-height {
    height: 500px
}

.sustainability-height {
    height: 600px
}

.home-slider .banner-items {
    overflow: hidden
}

.home-slider .banner-items.video-row video {
    transform: scale(1.5)
}

.home-slider .banner-items.video-row .row {
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 92%;
    z-index: 2
}

.featured-icon-box.style7.video-bg {
    overflow: hidden;
    padding: 0
}

.featured-icon-box.style7 .featured-content {
    position: relative;
    z-index: 2
}

.featured-icon-box.style7.video-bg video {
    transform: scale(1.5)
}

.featured-icon-box.style7.video-bg .featured-content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: 92%;
    z-index: 2
}

.about-video {
    overflow: hidden;
    height: 340px
}

.about-video video {
    transform: scale(1.5) translateX(-80px);
    height: 100%
}

.align-head {
    display: flex;
    align-items: end;
    line-height: 60px !important
}

.about-why-soka .align-head {
    justify-content: center
}

.align-head span {
    font-size: 65px;
    color: #c93531
}

.align-head img {
    padding-bottom: 4px
}

.latest-img {
    position: absolute;
    width: 590px;
    left: 0%;
    top: 0;
    overflow: hidden;
    clip-path: polygon(3% 0%, 100% 0, 100% 100%, 0% 100%)
}

.latest-img img {
    margin-left: -140px
}

.applynow-content ul li b,
.applynow-content p a {
    color: var(--base-skin)
}

.spec-bg-fix {
    background-size: cover;
    position: relative;
    z-index: -1
}

.spec-bg-fix::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(0 58 88 / 90%)
}

.prt-row.services-section-03 .section-title h2.title {
    font-size: 30px;
    line-height: 40px
}

.prt-row.services-section-03 .section-title h2.title img {
    margin-bottom: 20px
}

.soka-action .featured-icon-box.style_1 h3 {
    font-size: 20px
}

.about-section .section-title .title-desc p:last-child {
    display: inline-block
}

.lda-about .about-section img {
    height: 550px;
    object-fit: cover;
    object-position: center;
    width: 95%;
    border-top-right-radius: 200px
}

.theme-color {
    color: #c93531
}

.theme-color2 {
    color: #0083bf
}

.lda-value .lda-value-box {
    width: 95%;
    height: auto;
    padding: 20px 20px 20px 50px;
    border-radius: 20px;
    position: relative;
    background: #eee;
    margin-bottom: 20px
}

.lda-value .lda-value-box h4 {
    position: absolute;
    left: 0;
    background: #de221c;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 20px 20px 0
}

.lda-value .lda-value-box h3 {
    font-size: 20px;
    font-weight: 700
}

.lda-value .lda-value-box p {
    font-size: 16px;
    color: #4c4c4c
}

.border-right-after {
    position: relative
}

.border-right-after:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #3b80c3
}

.ag-courses_box {
    display: flex
}

.ag-courses_box .ag-courses_item {
    width: 100%;
    border-radius: 28px;
    background-color: rgb(255 255 255);
    overflow: hidden;
    margin-top: 30px
}

.ag-courses_box .ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    position: relative
}

.ag-courses_box .ag-courses-item_link:hover .ag-courses-item_title p,
.ag-courses_box .ag-courses-item_link:hover .ag-courses-item_title h4,
.ag-courses_box .ag-courses-item_link:hover .ag-courses-item_title ul li {
    color: #FFF
}

.ag-courses_box .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10)
}

.ag-courses_box .ag-courses-item_title {
    overflow: hidden;
    color: #FFF;
    z-index: 2;
    position: relative
}

.ag-courses_box .ag-courses-item_title h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700
}

.ag-courses_box .ag-courses-item_title p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0
}

.ag-courses_box .ag-courses-item_title ul {
    margin-bottom: 0
}

.ag-courses_box .ag-courses-item_title ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px
}

.ag-courses_box .ag-courses-item_title ul li:last-child {
    margin-bottom: 0
}

.ag-courses_box .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #2481bf;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.soka-future-plan {
    position: relative;
    overflow: hidden
}

.soka-future-plan .future-plan-box {
    width: 100%;
    background: #e0f2ff;
    text-align: center;
    padding: 30px;
    border-radius: 200px 200px 10px 10px
}

.soka-future-plan .future-plan-box p {
    margin-bottom: 0;
    font-size: 18px;
    color: #333
}

.soka-future-plan .future-plan-box img {
    filter: drop-shadow(2px 0 6px #666)
}

.locations {
    background-color: #005eb8;
    width: 100%;
    height: auto;
    padding: 0
}

.locations .other-location {
    text-align: center;
    padding: 20px 40px;
    background: #fff;
    border-radius: 20px
}

.locations .col-lg-4:last-child .other-location {
    border: none
}

.locations .other-location i {
    color: #fff;
    background: #005eb8;
    font-size: 20px;
    border-radius: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px
}

.locations .other-location h4 {
    color: #333 !important;
    font-size: 18px;
    font-weight: 700
}

.locations .other-location p {
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 0
}

.container-fluid.w90 {
    width: 95%
}

.footer.text-base-white a.d-by img {
    border-radius: 5px;
    box-shadow: 0 0 6px 3px #848e9f;
    width: 130px
}

.logogroup {
    display: flex;
    align-items: center
}

.ukas-isoqar-group {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    text-align: left
}

.ukas-isoqar-group .ukas-text p {
    font-size: 10px;
    color: #333;
    line-height: 13px;
    font-weight: 700;
    margin-bottom: 0
}

.ukas-isoqar-group img {
    width: 80px;
    margin-left: 15px
}
.board-member .row .col-lg-12:first-child .profile-card{
padding-top:0;
}
.board-member .row .col-lg-12:last-child .profile-card{
border-bottom:0;
}