* {outline: none !important;padding: 0;margin: 0;}
a,a > *,input,button,.animall{transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;}
body{font-family: 'GT Eesti Pro Display',sans-serif;font-size: 15px;overflow-x: hidden;}
a{text-decoration: none!important;}
a:hover{color:#0079ff!important;}
img {max-width: 100%;}
.container{max-width: 1200px!important;}
.d-ib100{display: inline-block;width: 100%;}
.inline{display: inline-block;}
.img-box img{max-width: 100%;}
.centered{text-align: center;}
.position-r{position: relative;}
.position-a{position: absolute;}
.paddingtb{padding: 100px 0;}
.over-hidden{overflow: hidden!important;}
.visible{opacity: 1;}
.animated.fadeIn{-webkit-animation-name: fadeIn;-moz-animation-name: fadeIn;-o-animation-name: fadeIn;animation-name: fadeIn;}
.hidden {visibility: hidden;}

h1, h2, h3, h4, h5, h6 {
    font-family: "GT Eesti Pro Display", sans-serif;
    color: black;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input, span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #082d40;
}

button, input[type="submit"] {
    cursor: pointer;
}

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

img {
    max-width: 100%;
}

/*--
    - Common Classes
-----------------------------------------*/

.u-rounded {
    border-radius: 10px;
}
@media (max-width: 991px) {
    .u-rounded {
        border-radius: 0px;
    }
}
.u-rounded-15 {
    border-radius: 15px;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.section, .main-wrapper {
    float: left;
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}
.promo-one{
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    margin: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .row-five-column > [class*="col-xl-"] {
        max-width: 20%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        max-width: 300px;
    }
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0 !important;
}

/*--
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
    - Background Color
------------------------------------------*/
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.bg-gray-two {
    background-color: #f3f1ec !important;
}

.bg-black {
    background-color: black;
    opacity: .95;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-dark-two {
    background-color: #1c2535 !important;
}

.bg-dark-three {
    background-color: #1d2736 !important;
}

.bg-dark-four {
    background-color: #1d2634 !important;
}

.bg-skyblue {
    background-color: #dfecf7 !important;
}

.bg-theme {
    background-color: #151515 !important;
}

.text-grayblue {
    color: #0b405c !important;
}

/*--
    - Main Wrapper
------------------------------------------*/
/*--
    - Section Title
------------------------------------------*/
.section-title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 23px;
    }
}

.section-title span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .section-title span {
        font-size: 14px;
    }
}

.adaptive-text-large {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .adaptive-text-large {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.2;
    }
}

.adaptive-text-xlarge {
    font-weight: 600;
    font-size: 55px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .adaptive-text-xlarge {
        font-weight: 600;
        font-size: 45px;
        line-height: 1.2;
    }
}

.section-title p {
    margin-top: 15px;
    line-height: 22px;
}

.section-title.full-width p {
    margin-bottom: 35px;
    max-width: 100%;
}

.section-title.text-center {
    text-align: center;
    background-position: top center;
}

.section-title.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.section-title.text-left {
    text-align: left;
    background-position: top left;
}

.section-title.text-left p {
    margin-left: 0;
    margin-right: auto;
}

.section-title.text-right {
    text-align: right;
    background-position: top right;
}

.section-title.text-right p {
    margin-left: auto;
    margin-right: 0;
}

.section-title.color-white h1 {
    color: #ffffff;
}

.section-title.color-white p {
    color: #aaaaaa;
}

.product-tab ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tab ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #686868;
}

.product-tab ul li a::after {
    content: '-';
    margin: 0 7px;
}

.product-tab ul li a:hover, .product-tab ul li a.active {
    color: #082d40;
    font-weight: 700;
}

.product-tab ul li:last-child a::after {
    display: none;
}

/*--
    - Button
------------------------------------------*/
.btn {
    background-color: #020202;
    font-family: "GT Eesti Pro Display", sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: none;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:hover {
    background-color: #0067d9!important;
    border-color: #0067d9!important;
    color: #ffffff!important;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        line-height: 23px;
        height: 45px;
        padding: 10px 25px;
    }
    .btn:hover::before {
        left: 6px;
        top: 6px;
    }
    .btn:hover::after {
        left: -6px;
        top: -6px;
    }
}

.breadcrumb{
    font-size: 14px;
}

.u-block{
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}

.toast-container{
    position: fixed;
    top: 7%;
    transform: translateX(-110%);
    transition: transform 0.2s ease-in;
    z-index: 5000;
}

.toast-container.show{
    transform: translateX(0%);
    transition: transform 0.3s ease-out;
    z-index: 5000;
}

.toast{
    position: fixed;
    display: flex;
    border-radius: 6px;
}

.toast.toast-danger{
    background-color: #ffeeee;
}

.toast.toast-success{
    background-color: #deffcf;
}

.form-control, .nice-select {
    border: 2px solid rgba(61, 154, 255, 0.3)!important;
    color: #28323d!important;
    border-radius: 5px!important;
}

.form-control:focus, .nice-select:focus {
    border: 2px solid rgba(61, 154, 255,0.7)!important;
    box-shadow: 0px 0px 10px rgba(61, 154, 255,0.3)!important;
}

.btn-outline-primary{
    color: #343a40!important;
}

.btn-primary:hover,.btn-outline-primary:hover, .btn-outline-primary.text-primary:hover{
    color: white!important;
}

.btn-light:hover,.btn-outline-light:hover{
    color: white!important;
    border-color: #f6f6f6!important;
}

.btn-success{
    color: white!important;
    border-color: #28a745!important;
}

.btn-success:hover,.btn-outline-success:hover{
    color: white!important;
    border-color: #28a745!important;
}

.c-pointer{
    cursor: pointer!important;
}

.bg-primary-gradient{
    background: rgb(172,211,255);
    background: linear-gradient(290deg, rgba(172,211,255,1) 0%, rgba(73,153,255,1) 50%, rgba(61,127,223,1) 100%);
}
.bg-primary-dark{
    background: #0067d9;
}

.fw-200{
    font-weight: 200!important;
}
.fw-300{
    font-weight: 300!important;
}
.fw-400{
    font-weight: 400!important;
}
.fw-500{
    font-weight: 500!important;
}
.fw-600{
    font-weight: 600!important;
}
.fw-700{
    font-weight: 700!important;
}

.fs-12{
    font-size: 12px!important;
}
.fs-13{
    font-size: 13px!important;
}
.fs-14{
    font-size: 13px!important;
}
.fs-15{
    font-size: 15px!important;
}
.fs-16{
    font-size: 16px!important;
}
.fs-17{
    font-size: 17px!important;
}
.fs-18{
    font-size: 18px!important;
}
.fs-19{
    font-size: 19px!important;
}
.fs-20{
    font-size: 20px!important;
}
.fs-21{
    font-size: 21px!important;
}
.fs-22{
    font-size: 22px!important;
}
.fs-23{
    font-size: 23px!important;
}
.fs-24{
    font-size: 24px!important;
}
.fs-25{
    font-size: 25px!important;
}
.fs-26{
    font-size: 26px!important;
}
.fs-27{
    font-size: 27px!important;
}
.fs-28{
    font-size: 28px!important;
}
.fs-29{
    font-size: 29px!important;
}
.fs-30{
    font-size: 30px!important;
}
.fs-32{
    font-size: 32px!important;
}
.fs-34{
    font-size: 34px!important;
}
.fs-36{
    font-size: 36px!important;
}
.fs-38{
    font-size: 38px!important;
}
.fs-40{
    font-size: 40px!important;
}
.fs-42{
    font-size: 42px!important;
}
.fs-44{
    font-size: 44px!important;
}
.fs-46{
    font-size: 46px!important;
}
.fs-48{
    font-size: 48px!important;
}
.fs-50{
    font-size: 50px!important;
}

.ls-1 {
    letter-spacing: .4pt;
}
.ls-2 {
    letter-spacing: .6pt;
}
.ls-3 {
    letter-spacing: .8pt;
}
.ls-4 {
    letter-spacing: 1.1pt;
}
.ls-5 {
    letter-spacing: 1.3pt;
}

.br-3{
    border-radius: 3px!important;
}
.br-5{
    border-radius: 5px!important;
}
.br-7{
    border-radius: 7px!important;
}
.br-9{
    border-radius: 9px!important;
}
.br-11{
    border-radius: 11px!important;
}
.br-13{
    border-radius: 13px!important;
}
.br-13{
    border-radius: 15px!important;
}

/* Success animation */

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 5.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #f4f8fb;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 1s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 1s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #f4f8fb;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.login-form, .register-form {
    padding: 20px 20px 10px 20px;
    margin: 0;
    text-align: left;
    border-radius: 10px;
}

.form-fild, .login-submit, .lost-password, .register-submit {
    margin-bottom: 10px;
}

.login-submit label {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .login-submit label {
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}
.authtologin{
    text-decoration: underline;
    font-weight: 600;
    color: #3a4959;
    cursor: pointer;
}

.form-fild{
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-fild label {
    margin: 0;
    color: #3a4959;
}

.success-modal-text{
    animation: successmodaltext 0.5s ease-out;
    animation-fill-mode: forwards;
}

@keyframes successmodaltext {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.form-fild input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: 2px solid rgba(61, 154, 255, 0.3);
    color: #28323d;
    border-radius: 5px;
}
.form-fild input:focus {
    border: 2px solid rgba(61, 154, 255, 0.7);
    box-shadow: 0px 0px 10px rgba(61, 154, 255, 0.3);
}
