/* ====================================================== Globals ============================================================ */
html, body {
    height: 100%;
    font-size: 13px;
    margin: 0 !important;
    overflow-x: hidden;
    padding: 0 !important;
    min-width: 373px;
    min-height: 255px;
    color: #191a3b !important;
    cursor: default;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #f3f4f5 !important;
    background-image: url('../img/bg-main-layer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

::selection {
    background: #2b32b2;
    color: #fff;
}

::-moz-selection {
    background: #2b32b2;
    color: #fff;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

.nicescroll-rails {
    z-index: 99999999 !important;
}

section {
    overflow: hidden;
}

.st-full-bg {
    position: relative;
    min-height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}

section {
    position: relative;
    overflow: hidden;
}

section.st {
    padding: 50px 58px;
}

section.st .subsection,
section.st .header-title {
    float: left;
    width: 100%;
}

section.st .subsection h2 {
    font-size: 23px;
    margin-bottom: 14px;
    font-weight: 500;
}

section.st .header-title h1 {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 600;
    margin: -6px 0 0 0;
}

section.st .header-title h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: -6px 0 0 0;
}

section.st p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

section.st p + p {
    margin-top: 22px;
}

section.st .list-group {
    display: inline-block;
}

section.st .list-group .list-group-item {
    padding-top: 9px;
    padding-bottom: 9px;
}

.white-text {
    color: #fff;
}

.blue-text {
    color: #2b32b2;
}

a.link {
    color: #a76d12;
    font-weight: 600;
    transition: all .28s ease-in-out;
    -webkit-transition: all .28s ease-in-out;
}

a.link:hover {
    color: #b77000;
}

a.link.blue {
    font-weight: 500;
    color: #2b32b2;
}

a.link.blue:hover {
    font-weight: 500;
    color: #151b8a;
}

.divider-line {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 2px dotted rgb(43, 50, 178);
}

.divider-line.white {
    border-color: #fff;
}

section > .container {
    position: relative;
    text-align: center;
    z-index: 2;
}

.hidden-block {
    display: none !important;
}

.vertical-distance-2 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 1px 0;
}

.vertical-distance-6 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 3px 0;
}

.vertical-distance-8 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 4px 0;
}

.vertical-distance-14 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 7px 0;
}

.vertical-distance-16 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 8px 0;
}

.vertical-distance-40 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 40px 0;
}

.vertical-distance-26 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 13px 0;
}

.vertical-distance-24 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 12px 0;
}

.vertical-distance-30 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 15px 0;
}

.vertical-distance-32 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 16px 0;
}

.vertical-distance-20 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 10px 0;
}

.vertical-distance-18 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 9px 0;
}

.vertical-distance-22 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 12px 0;
}

.vertical-distance-10 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 5px 0;
}

.vertical-distance-12 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 6px 0;
}

/* ========== Animation ========= */
.animation-blink {
    -webkit-animation: blink 1.2s ease-in-out infinite;
    animation: blink 1.2s linear infinite;
}

.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .5s ease-in-out .1s, opacity .5s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .5s ease-in-out .1s;
    display: block !important;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animation-scale {
    opacity: 0;
    display: block;
    transform: scale(0);
    -webkit-transition: -webkit-transform .45s ease-in-out .1s, opacity .3s ease-in-out .1s, scale .4s ease-in-out .2s;
    transition: transform .5s ease-in-out .1s, opacity .3s ease-in-out .1s, scale .4s ease-in-out .2s;
}

.animation-scale.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform .45s ease-in-out .1s, opacity .3s ease-in-out .1s, scale .4s ease-in-out .2s;
    transition: transform .5s ease-in-out .1s, opacity .3s ease-in-out .1s, scale .4s ease-in-out .2s;
}

.animation-show-up {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0px, 30px, 0px);
    transform: translate3d(0px, 30px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-up.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-down {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0px, -30px, 0px);
    transform: translate3d(0px, -30px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-down.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-right {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(-30px, 0px, 0px);
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-right.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-left {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(30px, 0px, 0px);
    transform: translate3d(30px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.animation-show-left.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform .35s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .5s ease-in-out .1s, opacity .2s ease-in-out .1s;
}

.adelay-02 {
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
}

.adelay-03 {
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
}

.adelay-04 {
    transition-delay: 0.4s !important;
    -moz-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
}

.adelay-05 {
    transition-delay: 0.5s !important;
    -moz-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
}

.adelay-06 {
    transition-delay: 0.6s !important;
    -moz-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
}

.adelay-07 {
    transition-delay: 0.7s !important;
    -moz-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    -webkit-transition-delay: 0.7s !important;
}

.adelay-08 {
    transition-delay: 0.8s !important;
    -moz-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    -webkit-transition-delay: 0.8s !important;
}

.adelay-09 {
    transition-delay: 0.9s !important;
    -moz-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    -webkit-transition-delay: 0.9s !important;
}

.adelay-10 {
    transition-delay: 1s !important;
    -moz-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important;
}

.adelay-12 {
    transition-delay: 1.2s !important;
    -moz-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    -webkit-transition-delay: 1.2s !important;
}

.adelay-14 {
    transition-delay: 1.4s !important;
    -moz-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    -webkit-transition-delay: 1.4s !important;
}

.adelay-16 {
    transition-delay: 1.6s !important;
    -moz-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    -webkit-transition-delay: 1.6s !important;
}

.adelay-18 {
    transition-delay: 1.8s !important;
    -moz-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    -webkit-transition-delay: 1.8s !important;
}

.adelay-15 {
    transition-delay: 1.5s !important;
    -moz-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    -webkit-transition-delay: 1.5s !important;
}

.adelay-20 {
    transition-delay: 2s !important;
    -moz-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
}

/* ========== End Of Animation ========= */

.blue-selection {
    color: #2b32b2;
}

.bold-selection {
    font-weight: 600;
}

.bold-selection.text-italic {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.main-content .container {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 21px;
    margin-bottom: 21px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.data-box {
    display: inline-block;
    font-size: 15px;
    padding: 5px 35px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.3);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.text-divider {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 29px;
    margin: 0 30px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 4px;
}

.contacts-section a {
    display: inline-block;
    vertical-align: middle;
}

.btn-page-up {
    z-index: 9;
    width: 72px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #191b3b;
    font-size: 12px;
    text-align: center;
    right: 36px;
    bottom: 30px;
    position: fixed;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn-page-up .ic {
    width: 100%;
    margin: 0 0 3px 0;
    opacity: 1;
    background-color: #2b32b2;
    height: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn-page-up:hover {
    color: #191b3b;
    padding-bottom: 12px !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
}

.btn-page-up:hover .ic {
    margin: 7px 0 8px 0;
}

.content {
    width: 100%;
    float: left;
}

.modal-open, .modal-open .modal {
    overflow-y: auto !important;
}

/* ========== Modal Dialog ========= */
.modal {
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog {
    pointer-events: all !important;
    top: 60px;
    margin-top: 0;
}

.modal-dialog img {
    margin: 0 auto;
    display: block;
}

.modal-dialog .close {
    opacity: 1 !important;
    position: absolute;
    right: -35px;
    top: -35px;
    outline: none !important;
}

.modal-dialog .ic-close {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/icons/ic-close.svg') no-repeat center center;
    background-size: 26px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .06s ease-in-out;
}

.modal-dialog .ic-close:hover {
    background-size: 25px;
}

.modal-dialog {
    /*height: calc(100% - 120px);*/
    margin: 100px auto 0 auto;
}

.modal-dialog img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    /*border: 8px solid rgba(255, 255, 255, 0.88);*/
}

.modal.fade {
    /*background-color: rgba(6, 9, 70, 0.42);*/
    background-color: transparent;
}

.modal-dialog button.close {
    opacity: 1;
    width: 35px;
    height: 35px;
    right: -45px;
    top: -45px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.55s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.55s cubic-bezier(.25, .8, .25, 1);
    position: absolute;
}

.modal-dialog button.close:hover {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

/* ========== End Of Modal Dialog ========= */

i .details,
p .details {
    opacity: 0.68;
}

.btn {
    text-transform: uppercase;
    border-radius: 6px;
    letter-spacing: 0.02em;
    font-weight: 700 !important;
    color: #fff !important;
    outline: none;
    background-color: #2b32b2;
    border: 1px solid #1b2194;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.btn .ic {
    position: relative;
    top: -1px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-color: #fff;
    opacity: 0.75;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.btn-sm {
    padding: 6px 24px;
    font-size: 12px;
}

.btn-sm .ic {
    width: 12px;
}

.btn-md {
    font-size: 12px !important;
    padding: 7px 28px !important;
}

.btn-md .ic {
    width: 16px;
}

.btn .ic.left {
    margin-right: 10px;
}

.btn .ic.right {
    margin-left: 10px;
}

.ic-pdf {
    height: 17px;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    -webkit-mask: url('../img/icons/ic-pdf.svg') no-repeat center center;
    mask: url('../img/icons/ic-pdf.svg') no-repeat center center;
}

/* ====================================================== End Of Globals ============================================================ */

/* ====================================================== Navigation Bar ============================================================ */
.inf-navbar {
    padding: 16px 40px !important;
    box-shadow: 0 5px 14px hsla(0, 0%, 80%, .3);
    z-index: 2;
}

.inf-navbar .text-left .details {
    float: left;
    width: 100%;
    color: #191a3b;
    font-size: 12px;
}

.inf-navbar .navbar-collapse .text-right {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
}

.inf-navbar .navbar-collapse {
    width: 300px;
}

.inf-navbar .text-left {
    line-height: normal;
}

/* ====================================================== End Of Navigation Bar ============================================================ */

/* ====================================================== Intro Section ============================================================ */
.intro-section {
    float: left;
    width: 100%;
    height: 386px;
}

/*.intro-section.st {*/
/*    padding-top: 85px;*/
/*    padding-bottom: 85px;*/
/*}*/

/*.intro-section.main .bg,*/
/*.intro-section.main {*/
/*    height: 404px;*/
/*}*/

.intro-section.st {;
    background-color: #a8c7d3;
}

.intro-section .content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

/*.intro-section.main .content {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    transform: translate(0, -50%);*/
/*    z-index: 1;*/
/*}*/

.intro-section .logo-tgpi {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -22px -40px -53px -40px;
    width: 230px;
    height: 230px;
    background: url('../img/logo-tgpi.png') no-repeat center center;
    background-size: 100%;
    transition: all 0.08s ease-in-out;
    -webkit-transition: all 0.08s ease-in-out;
}

.intro-section .text-wrap {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}

.intro-section .text-wrap h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-shadow: 0 6px 38px rgba(43, 50, 178, 0.8);
}

.intro-section .text-box {
    margin-bottom: 20px;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #191a3b;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    box-shadow: 0 18px 62px rgba(0, 71, 182, 0.4);
}

/* Animated background */
.intro-section .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.bg.layer-1 {
    background: url('../img/bg-intro-section.jpg') no-repeat center top;
    background-size: cover !important;
    background-position-y: -133px;
}

.bg.layer-2 {
    top: -110px;
    background: url('../img/clouds-intro-section.png') repeat-x center top;
    background-size: 1787px !important;
}

.bg.layer-2 {
    -moz-animation: clouds 800s linear infinite;
    -webkit-animation: clouds 800s linear infinite;
    animation: clouds 800s linear infinite;
}

@-webkit-keyframes clouds {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}

@-moz-keyframes clouds {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}

@-o-keyframes clouds {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}

/* End Of Animated background */
/* ====================================================== End Of Intro Section ============================================================ */

/* ====================================================== Main Nav ============================================================ */
.navbar-blue {
    background-color: #2b32b2;
    position: relative;
    z-index: 3;
    box-shadow: 0 5px 14px hsla(0, 0%, 80%, .3);
}

.navbar-blue .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    padding-right: 33px !important;
    padding-left: 33px !important;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
}

.navbar-expand-lg.navbar-blue .navbar-nav .nav-link {
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 17px;
    padding-bottom: 17px;
}

.navbar-blue {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-blue .nav-item {
    position: relative;
}

.navbar-blue .nav-item:before {
    content: '';
    width: 2px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -1px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 4px;
}

.navbar-blue .nav-item:last-child:before {
    display: none;
}

.ic {
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.ic-arrow-top {
    height: 14px;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    -webkit-mask: url('../img/icons/ic-arrow-top.svg') no-repeat center center;
    mask: url('../img/icons/ic-arrow-top.svg') no-repeat center center;
}

.ic-home {
    height: 14px;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    -webkit-mask: url('../img/icons/ic-home.svg') no-repeat center center;
    mask: url('../img/icons/ic-home.svg') no-repeat center center;
}

.ic-journal {
    height: 15px;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    -webkit-mask: url('../img/icons/ic-journal.svg') no-repeat center center;
    mask: url('../img/icons/ic-journal.svg') no-repeat center center;
}

.ic-team {
    width: 16px !important;
    height: 15px;
    -webkit-mask-size: 17px;
    mask-size: 17px;
    -webkit-mask: url('../img/icons/ic-team.svg') no-repeat center center;
    mask: url('../img/icons/ic-team.svg') no-repeat center center;
}

.ic-info {
    height: 15px;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    -webkit-mask: url('../img/icons/ic-info.svg') no-repeat center center;
    mask: url('../img/icons/ic-info.svg') no-repeat center center;
}

.ic-archive {
    height: 13px;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    -webkit-mask: url('../img/icons/ic-archive.svg') no-repeat center center;
    mask: url('../img/icons/ic-archive.svg') no-repeat center center;
}

.ic-map {
    height: 19px !important;
    -webkit-mask-size: 19px;
    mask-size: 19px;
    -webkit-mask: url('../img/icons/ic-map.svg') no-repeat center center;
    mask: url('../img/icons/ic-map.svg') no-repeat center center;
}

.ic-email {
    width: 17px !important;
    height: 13px !important;
    -webkit-mask-size: 19px;
    mask-size: 19px;
    -webkit-mask: url('../img/icons/ic-email.svg') no-repeat center center;
    mask: url('../img/icons/ic-email.svg') no-repeat center center;
}

.ic-phone {
    width: 17px !important;
    height: 17px !important;
    -webkit-mask-size: 19px;
    mask-size: 19px;
    -webkit-mask: url('../img/icons/ic-phone.svg') no-repeat center center;
    mask: url('../img/icons/ic-phone.svg') no-repeat center center;
}

.navbar-blue .nav-link:hover .ic {
    background-color: #2b32b2;
}

.navbar-blue .nav-link:hover {
    background-color: #fff;
    color: #2b32b2;
}

.navbar-blue .dropdown-toggle:hover::after {
    background-color: #2b32b2;
    transform: rotate(-90deg);
}

.navbar-blue .nav-item.dropdown {
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.navbar-blue .dropdown-menu {
    margin: 0;
    left: -10px;
    min-width: calc(100% + 20px);
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.navbar-blue .dropdown-item {
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 3px;
    color: #191a3b;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.navbar-blue .dropdown-item:focus,
.navbar-blue .dropdown-item:active {
    color: inherit;
    background-color: inherit;
}

.navbar-blue .dropdown-item:hover {
    background-color: rgba(25, 26, 59, 0.045);
}

.navbar-blue .dropdown-item .details {
    opacity: 0.45;
    margin-right: 6px;
}

.navbar-blue .dropdown-toggle::after {
    width: 10px !important;
    height: 6px !important;
    border: none !important;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    -webkit-mask: url('../img/icons/ic-arrow-down.svg') no-repeat center center;
    mask: url('../img/icons/ic-arrow-down.svg') no-repeat center center;
    position: relative;
    top: -2px;
    margin-left: 7px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.navbar-blue .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    margin-top: -26px;
    padding: 6px 5px;
}

.navbar-blue .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    margin-top: -4px;
}

/* ====================================================== End Of Main Nav ============================================================ */

/* ====================================================== Main Section ============================================================ */
.years-limit {
    width: 38px;
    height: 38px;
    top: -13px;
    right: -13px;
    z-index: 1;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    background-color: #2b32b2;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.28);
}

.journal-wrap {
    position: relative;
    width: 200px;
    height: 277px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.journal {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 45px;
    margin-bottom: 22px;
}

.journal-wrap img {
    width: 100%;
}

/* ====================================================== End Of Main Section ============================================================ */

/* ====================================================== For Authors ============================================================ */
.person-block {
    float: left;
    position: relative;
    width: 100%;
    padding: 34px 38px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.person-block:hover {
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.24);
}

.person-block:hover .img-wrapper img {
    width: 108%;
}

.person-block:hover .description span.bold-selection {
    color: #2b32b2;
}

.person-block + .person-block {
    margin-top: 28px;
}

.person-block .img-wrapper {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
    width: 152px;
    height: 152px;
    display: inline-block;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.person-block .img-wrapper img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.person-block .description {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 208px);
    padding-left: 44px;
}

.person-block .description h2 {
    border-bottom: 2px dotted rgba(43, 50, 178, 0.1);
    padding-bottom: 10px;
    display: inline-block;
    font-size: 22px;
}

.person-block .description span.bold-selection {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #a2a2a2;
    letter-spacing: 0.04em;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

/* ====================================================== End Of For Authors ============================================================ */

/* ====================================================== Editorial Board Section ============================================================ */
#editorial-board-members i {
    font-size: 14px;
}

/* ====================================================== End Of Editorial Board Section ============================================================ */

/* ====================================================== Archive Section ============================================================ */
.journal-box {
    width: 250px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 26px 13px 0 13px;
    padding: 24px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.journal-group-wrap {
    float: left;
    margin-left: -13px;
    margin-right: -13px;
}

.journal-box .btn {
    width: 100%;
    margin-top: 16px;
}

.journal-box .journal {
    margin: 0 !important;
}

.journal-box a {
    display: inline-block;
}

.box-description {
    display: inline-block;
    width: 100%;
    margin-top: 12px !important;
}

.box-description b {
    font-style: normal;
}
/* ====================================================== End Of Archive Section ============================================================ */

/* ====================================================== Contacts Section ============================================================ */
.contacts-section {
    background: rgb(0, 29, 80);
    background: linear-gradient(137deg, rgba(0, 29, 80, 1) 0%, rgba(14, 54, 79, 1) 100%);
}

.gm-style-cc, div[style="margin-left: 5px; margin-right: 5px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;"] {
    display: none;
}

#map {
    width: 100%;
    height: 255px;
    margin: 24px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(204, 204, 204, 0.28);
}

.contacts-section p {
    font-size: 13px;
}

.contacts-section a:hover .ic {
    opacity: 0.8;
}

/* ====================================================== End Of Contacts Section ============================================================ */

/* ====================================================== Footer ============================================================ */
footer {
    padding: 22px 58px;
    font-size: 13px;
}

/* ====================================================== End Of Footer ============================================================ */

/* ====================================================== Responsive ============================================================ */
@media only screen and (min-height: 1100px) {
    /* ========== Intro Section ========== */
    /* ========== End Of Intro Section ========== */
}

@media only screen and (max-height: 780px) {
    .modal-dialog {
        top: 0;
        height: 650px;
        margin: 70px auto 40px auto;
    }

    .modal-dialog button.close {
        top: -5px;
    }
}

@media only screen and (max-width: 991px) {
    section.st {
        padding: 38px 58px;
    }

    .intro-section .text-wrap h1 {
        font-size: 25px;
    }

    .intro-section .text-wrap {
        margin-left: 40px;
    }

    .intro-section .logo-tgpi {
        width: 210px;
        height: 210px;
        margin: -22px -44px -50px -40px;
    }

    .intro-section .text-wrap {
        margin-left: 46px;
    }

    .intro-section {
        height: 350px;
    }

    .bg.layer-1 {
        background-position-y: -15px !important;
    }

    .contacts-section .text-divider {
        height: 0;
        float: left;
        width: 100%;
        margin: 7px 0;
    }

    .navbar-toggler {
        width: 100%;
        display: block;
        margin: 0 auto;
        color: #2b32b2;
        border-radius: 0 !important;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px !important;
        background-color: #fff !important;
        outline: none !important;
        padding: 15px 20px !important;
        border: 0 !important;
        box-shadow: 0 4px 10px rgba(204, 204, 204, 0.14);
        transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }

    .navbar-toggler-icon {
        opacity: 0.4;
        height: 14px !important;
        width: 20px !important;
        position: relative;
        border-top: 2px solid #2b32b2;
        border-bottom: 2px solid #2b32b2;
        margin-right: 14px;
    }

    .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #2b32b2;
        left: 0;
        top: 4px;
    }

    .navbar-blue {
        display: inline-block !important;
        width: 100%;
        padding: 0 !important;
    }

    .navbar-blue .nav-item:before {
        display: none;
    }

    .navbar-blue .dropdown .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        margin-top: -4px;
    }

    .navbar-blue .dropdown-menu {
        min-width: inherit;
    }

    .navbar-nav {
        width: 100%;
        display: inline-block !important;
        padding: 0 60px !important;
        margin: 0 auto;
    }

    .navbar-blue .dropdown-item {
        padding: 5px 16px;
    }

    .navbar-expand-lg.navbar-blue .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 23px !important;
        padding-left: 23px !important;
    }

    .navbar-blue .dropdown .dropdown-menu {
        margin-top: 6px !important;
        margin-bottom: 8px;
    }

    .navbar-blue .nav-item .nav-link {
        border-radius: 6px;
    }

    .navbar-collapse {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-expand-lg.navbar-blue .navbar-nav .nav-link {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .bg.layer-1 {
        background-position-y: -70px;
    }

    #editorial-board-members i br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        margin: 80px auto 50px auto;
    }

    .modal-dialog button.close {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .modal-dialog button.close:hover {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .modal-dialog .ic-close:hover {
        background-size: 20px;
    }

    .intro-section .content {
        text-align: center;
    }

    .intro-section .text-wrap {
        margin-left: 0;
    }

    .intro-section .logo-tgpi {
        width: 200px;
        height: 200px;
        margin: -22px -44px -42px -40px;
    }

    .intro-section .text-box {
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .bg.layer-1 {
        background-size: 174% !important;
        background-position-y: -16px !important;
    }

    .bg.layer-2 {
        top: -45px;
        background-size: 1000px !important;
    }

    .intro-section:after {
        content: '';
        position: absolute;
        background: rgb(27, 33, 148);
        background: linear-gradient(0deg, rgba(27, 33, 148, 1) 0%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.2;
    }

    .inf-navbar .text-left {
        text-align: center !important;
    }

    .navbar-nav {
        width: 440px;
    }

    .navbar-nav {
        width: 440px;
        display: block !important;
    }

    .journal {
        display: block;
        margin: 0 auto 30px auto !important;
        float: none;
        width: 202px;
    }

    .main-section .pop {
        width: 100%;
        float: left;
        text-align: center;
    }

    .contacts-section a p {
        line-height: 23px;
    }

    .person-block .img-wrapper {
        display: block;
        margin: 0 auto;
    }

    .person-block .description {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
        text-align: center;
    }
}

@media only screen and (max-width: 590px) {
    .main-content .container {
        width: 100%;
        max-width: inherit;
        border: none;
        border-radius: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        width: 100%;
        margin: 15px 20px !important;
    }

    .modal {
        padding-left: 0 !important;
    }

    .modal-dialog button.close {
        transition: none !important;
    }
}

@media only screen and (max-width: 544px) {
    .intro-section .text-wrap h1 {
        font-size: 23px;
    }

    .intro-section .text-wrap h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 464px) {
    .navbar-nav {
        width: 100%;
        padding: 0 17px !important;
    }
}

@media only screen and (max-width: 455px) {
    .modal-dialog img {
        border-width: 5px;
    }
}

@media only screen and (max-width: 450px) {
    section.st .header-title h1 {
        font-size: 24px;
    }

    section.st {
        padding: 36px 36px;
    }

    .inf-navbar {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section.st p {
        font-size: 12px;
    }

    .intro-section .text-wrap h1 {
        font-size: 20px;
    }

    .intro-section .text-box {
        font-size: 13px;
    }

    .bg.layer-1 {
        background-position-y: 0 !important;
    }
}

@media only screen and (max-width: 767px) and (max-height: 780px) {
    .modal-dialog {
        margin-top: 70px !important;
    }

    .modal-dialog button.close {
        top: -50px;
    }
}
/* ====================================================== End Of Responsive ============================================================ */
