/* General */
a,
a:link,
a:focus {
    text-decoration: none;
}
body{
    overflow-x:hidden !important;
}
textarea {
    resize: none;
}
input {
    outline: none !important;
}
button {
    outline: none !important;
}
/* General */

/* Width */
@media (max-width: 768px) {
    .w-100-res {
        width: 100% !important;
    }
}
/* Width */

/* Header */
header {
    z-index: 9999;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.header-bottom ul li {
    display: flex;
    align-content: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    border-right: 1px solid #dee2e6;
}
.header-bottom ul li:first-child {
    border-left: 1px solid #dee2e6;
}
.header-bottom a,
.header-bottom a:link,
.header-bottom a:focus {
    color: #338ba9;
    text-decoration: none;
    width: 100% !important;
    text-align: center;
    padding: .4rem 0;
}
.header-bottom ul li:hover,.header-bottom ul li.selected {
    background: linear-gradient(to bottom right,#338ba9,#3ca8cc);
    color: white !important;
    cursor: pointer;
}
.header-bottom ul li:hover>a,.header-bottom ul li.selected>a,.header-bottom ul li:hover>div>a,.header-bottom ul li.selected>div>a {
    color: white !important;
}
/* Menu Parent */
.header-bottom .menu-parent {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 2.26rem;
    background: rgba(255,255,255,1);
    /* -webkit-backdrop-filter: saturate(180%) blur(40px);
    -moz-backdrop-filter: saturate(180%) blur(40px);
    backdrop-filter: saturate(180%) blur(40px); */
}
.header-bottom .menu-parent ul {
   border: 1px solid #dee2e6;
}
.header-bottom .menu-parent ul li {
    border: none;
    border-bottom: 1px solid #dee2e6;
}
.header-bottom ul li:hover > div > a,
.header-bottom ul li:hover > div > span {
    color: white;
}
.header-bottom .menu-toggle:hover .menu-parent {
    display: block !important;
}

@media (max-width: 768px) {
    .header-bottom ul li:first-child {
        border: none;
        border-bottom: 1px solid #dee2e6;
    }
    .header-bottom ul li {
        border: none;
        border-bottom: 1px solid #dee2e6;
    }
    .header-bottom a,
    .header-bottom a:link,
    .header-bottom a:focus {
        text-align: left;
        padding-left: 1rem;
    }
    .header-bottom svg {
        transition: all .3s ease;
    }
    /* Menu Parent */
    .header-bottom .menu-parent ul {
        border: none;
    }
    .header-bottom ul li:hover > div > a,
    .header-bottom ul li:hover > div > span {
        color: white;
    }
    .header-bottom .menu-parent {
        position: relative;
        top: 0;
    }
    .header-bottom .menu-parent ul li {
        padding-left: 1rem;
    }
    .header-bottom .menu-toggle {
        display: flex;
        justify-content: flex-start;
    }
    .header-bottom .menu-toggle:hover .menu-parent {
        display: block;
    }
}
/* Header */

/* Main */

/* Main */

/* footer */
.footer-top div a {
    color: #338ba9;
    text-decoration: none;
}
.footer-top div a:first-child {
    color: #338ba9;
    font-weight: bold;
}
.footer-bottom a,
.footer-bottom a:link,
.footer-bottom a:focus {
    color: #338ba9;
    text-decoration: none;
    text-align: center;
}
.footer-bottom a:hover span {
    color: white;
    background: #338ba9;
}
.footer-bottom a:hover {
    border: 1px solid #338ba9 !important;
}

/* footer */
/* Toggle Lang */
.toggle-lang {
    z-index: 100;
    top: -1.125rem;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
}
.toggle-lang:hover {
    height: unset;
    overflow: visible;
}
.toggle-lang a:not(:first-child) {
    opacity: .5;
}
.toggle-lang a:not(:first-child):hover {
    opacity: 1;
    transition: all .3s ease;
}
/* Toggle Lang */

/* Cursor */
.pointer {
    cursor: pointer;
}
/* Cursor */

/* Shadow */
.shadow-sm-b {
    box-shadow:  0 3px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.shadow-sm-t {
    box-shadow:  0 3px 6px rgba(50,50,93,.11), 0 -1px 3px rgba(0,0,0,.08);
}
/* Shadow */

/* Input */
.form-input {
    outline: none;
    padding: .5rem .75rem;
    line-height: 1rem;
}
/* Input */

/* Colors */
.text-blue {
    color: #338ba9;
}
.blue {
    background: linear-gradient(to left,#338ba9,#3ca8cc);
    color: white !important;
    transition: all .3s ease;
}
.light-blue {
    background: #eaf6ff66;
}
.blueText{
    color:#275581;
}
/* Colors */

/* Hover */
.hover-blue:hover {
    background: linear-gradient(to left,#338ba9,#3ca8cc);
    color: white !important;
    transition: all .3s ease;
    box-shadow:  0 3px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
/* Hover */

/* Carousel */
.carousel-item {
    max-height: 30rem;
}
/* Carousel */

/* Iframe */
@media (max-width: 768px) {
    .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }
    .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/* Iframe */

#certificates .support-item,
#team .support-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem !important;
    height: 15rem !important;
}
#certificates .support-item div,
#team .support-item div {
    padding: 1rem 0 0;
}
#certificates .support-item img,
#team .support-item img {
    width: 10rem !important;
}
#certificates .owl-item,
#team .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
#certificates .owl-next,
#certificates .owl-prev,
#team .owl-next,
#team .owl-prev {
    position: absolute !important;
    width: 1.25rem;
    height: 1.25rem;
    background: unset !important;
    top: 40% !important;
    color: rgba(0, 0, 0, 0.5);
}
#certificates .owl-next:hover,
#certificates .owl-prev:hover,
#team .owl-next:hover,
#team .owl-prev:hover {
    color: #000 !important;
}
#certificates .owl-next i,
#certificates .owl-prev i,
#team .owl-next i,
#team .owl-prev i {
    font-size: 1.5rem;
}
#certificates .owl-next,
#team .owl-next {
    left: 10px !important;
}
#certificates .owl-prev,
#team .owl-prev {
    right: 10px !important;
}

/* Fix Menu  */
.fix-menu {
    z-index: 10000;
    position: fixed;
    top: 5rem;
    right: 0;
}

.fix-menu li {
    list-style: none;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
}

.fix-menu li a {
    padding: 1rem;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
}
/*
posts
 */
.img-responsive-container img{
    max-width: 100%;
}