@font-face {
    font-family: "myfont";
    src: url("../fonts/style/sf-ui-display-medium-58646be638f96.woff") format('woff');
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/style/sf-ui-display-bold-58646a511e3d9.woff") format('woff');
    font-weight: bold;
}



@font-face {
    font-family: "SF Pro Display light";
    src: url("../fonts/style/sf-ui-display-thin-58646e9b26e8b.woff") format('woff');
    font-style: inherit;
}

.mt-section {
    margin-top: 4.5rem;
}

.navbar-hide {
    top: -150px;
}

.fs-20 {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

.navbar {
    background-color: rgb(222 221 221 / 89%);
    height: 75px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 4px 4px 0 rgb(209 209 209 / 50%);
}

#mainmenu {
    transition: 0.8s linear;
}

.navbar li {
    padding: 0 15px
}

.navbar li a span {
    color: #2B2B2B;
    transition: 0.3s ease-in-out;
    font-size: 20px;
}

.navbar li a:hover span {
    color: #878D91;
    transition: 0.3s ease-in-out;
}

.main-text {
    padding-right: 6em;
}

.main-text h1 {
    text-align: left;
    font: normal normal bold 60px/72px SF Pro Display;
    letter-spacing: 0px;
    color: #2B2B2B;

}

.main-text p {
    text-align: left;
    font: normal normal 60px SF Pro Display light;
    letter-spacing: 0px;
    color: #878D91;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 55px;
}

.main-title {
    height: 100%;
    position: relative;
}

.main-title p {
    font: normal normal normal 24px SF Pro Display light;
    color: #878D91;
    line-height: 35px;
}

.main-title .main-button {
    position: absolute;
    bottom: 15px;
}

.conferance .c-title p {
    font: normal normal normal 24px SF Pro Display light;
    color: #878D91;
    line-height: 35px;
}

.main-button a {
    text-align: center;
    font: normal normal normal 20px/24px SF Pro Display light;
    letter-spacing: 1px;
    color: #06A0EB;
    opacity: 1;
    border: 2px solid #06A0EB;
    padding: 15px 60px;
    text-transform: uppercase;
    transition: 0.5s linear;
}

.form-check>input {
    background-color: transparent;
}

.main-button a:hover {
    border-color: #343a40;
    color: #343a40;
    transition: 0.5s linear;
    text-decoration: none;
}

.main-header {
    position: relative;
    height: 80vh;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: top center;
    width: 100%;
    background-repeat: no-repeat;
}

.main-header .boxcap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.boxcap .main-box {
    position: absolute;
    top: 0;
}

.boxcap .main-box .box-one {
    width: 190px;
    height: 190px;
    background: #06A0EB;
    left: 17em;
    position: absolute;
    transition: 0.5s linear;
}

.boxcap .main-box .box-tree {
    width: 113px;
    height: 113px;
    background: #0088CB;
    width: 113px;
    height: 113px;
    background: #0088CB;
    position: absolute;
    left: 462px;
    top: 135px;
    padding: 25px
}

.boxcap .main-box .box-tree:hover {
    color: white
}

.boxcap .main-box .box-tree span.icon-link-arrow-right {
    position: absolute;
    bottom: 20px;
    transform: rotate(45deg);
}

.boxcap .main-box .box-two {
    width: 290px;
    height: 290px;
    background: #ffffffd9;
    position: absolute;
    top: 193px;
    left: 80px;
    color: #2B2B2B;

}

.boxcap .main-box .box-two span.cap {
    display: block;
    margin-bottom: 40px;
    font: normal normal bold 24px/29px SF Pro Display;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.boxcap .main-box .box-two a.bot {
    margin-bottom: 20px;
    font: normal normal bold 24px/29px SF Pro Display;
    color: #2B2B2B;
    padding-right: 15px;
}

.box {
    padding: 15px;
    color: #fff;
}

.box-date {
    font-size: 14px;
    position: absolute;
    bottom: 13px;
    left: 25px;

}

.box-one img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.pos-card {
    position: relative;
    height: 100%;
}

.pos-card a {
    position: absolute;
    bottom: 0;
}

h2.fs-buss {
    font-size: 46px;
}

.dark {
    background-color: #0088CB;
    margin-top: 8em;
}

.light {
    background-color: #06A0EB;
}

.bluecard {
    padding: 20px 50px 20px 20px;
    height: 370px;
    position: relative;
}

.bluecard a h2 {
    color: #fff;
    height: 100%;
}

.bluecard a:hover {
    text-decoration: none;
}

.bluecard span {
    font-size: 34px;
    position: absolute;
    right: 35px;
    bottom: 35px;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: transform 1s all
}

.bluecard:hover span {
    transform: translate(10px, 0px);

}

.contain {
    margin-top: 15em;
}

.main-back {
    position: relative;
}

.main-back::before {
    position: absolute;
    content: "";
    background-color: #F2F2F2;
    height: 185%;
    width: 100%;
    top: -185px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .85s ease-in-out;
}

.main-back:hover::before {
    height: 130%;
    width: 1240px;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .85s ease-in-out;
}

.mt-rem {
    margin-top: 18rem;
}

.detail-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    color: #fff;
    transform: translate(0, -50%);
}

.main-detail .fs-24 {
    text-align: center;
    font: normal normal normal 24px/29px SF Pro Display light;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 20px;
}

.main-detail h4 {
    text-align: center;
    font: normal normal bold 46px/55px SF Pro Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.main-detail .main-button {
    margin-top: 60px;
}

.main-detail .main-button a {
    text-align: center;
    font: normal normal normal 20px/24px SF Pro Display light;
    letter-spacing: 1px;
    color: #06A0EB;
    opacity: 1;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 15px 60px;
    text-transform: uppercase;
}

.parallax-banner {
    position: relative;
    overflow: hidden;
    background-image: url(../image/parallax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-banner:before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    background-blend-mode: multiply;
}

.parallax-banner .bnr-title p {
    text-align: center;
    font: normal normal normal 36px SF Pro Display light;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 1.5em;
}

.parallax-banner .bnr-title h4 {
    text-align: center;
    font: normal normal bold 60px SF Pro Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.parallax-banner .bnr-title {
    text-align: center;
    color: #fff;
    padding: 10em 0;
    position: relative;
}

.main-twobnr .main-title {
    height: 70%;
    padding-right: 5em;
}

.card- {
    margin-top: 10em;
    position: relative;
}

.card-one:before {
    position: absolute;
    content: "";
    background-color: #F2F2F2;
    height: 150%;
    width: 206%;
    top: -8em;
    left: -25em;
    right: 0;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    z-index: -1;
}


.card-two {
    margin-top: 17em;
    position: relative;
}

.card-two:before {
    position: absolute;
    content: "";
    background-color: #F2F2F2;
    height: 170%;
    width: 180%;
    top: -7em;
    right: -18.9em;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.card-one:hover::before {
    height: 112%;
    width: 108%;
    top: -2em;
    left: -1em;
    right: 0;
    transition: 0.5s ease-in-out;
}

.card-two:hover::before {
    height: 135%;
    width: 113%;
    top: -3em;
    right: -2em;
    transition: 0.5s ease-in-out;
}

.carousel-mt {
    margin-top: 22em;
}

.carousel-mt .main-title h2 {
    text-align: center;
}

#news-card {
    position: relative;
}

#news-card .item {
    background-color: #DEDDDD;
}

.news-card {
    padding: 50px 15px 10px 15px;
}

.news-card p {
    font-size: 24px;
    margin: 2em 0;
    font-weight: 300;
}

.news-card a {
    font: normal normal normal 20px/24px SF Pro Display light;
}

.news-card a span {
    padding-right: 15px;
}

#news-card.owl-carousel .owl-nav {
    top: 45%;
    position: absolute;
    width: 100%;
}

#news-card.owl-carousel .owl-prev {
    left: -50px;
    position: absolute;
    color: #878D91;
    font-size: 45px;
}

#news-card.owl-carousel .owl-next {
    right: -50px;
    position: absolute;
    color: #878D91;
    font-size: 45px;
}

.big-bnr {
    background-color: #06A0EB;
    padding: 20px 0 50px 0;
    text-align: center;
    color: #fff;
}

.big-bnr h2 {
    margin-bottom: 15px;

}

.big-bnr .fs-24 {
    text-align: center;
    font: normal normal normal 24px/29px SF Pro Display light;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 25px auto 20px auto;
    width: 30%;
}

.big-bnr .main-button a {
    color: #fff;
    opacity: 1;
    border: 2px solid #fff;
}

.footer {
    background: #F2F2F2;
    border-top: 2px solid #fff;
}

.footer p {
    padding: 1.7em 0;
}

.socialtable {
    width: 100%;
    /* border-top: 2px solid #fff;*/
}

.socialtable td {
    border-left: 2px solid #fff;
    width: 50%;
}

.bot-fot {
    width: 100%;
    display: flex;
    text-align: center;
}

.bot-fot ul {
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    display: flex;
    list-style-type: none;
    padding: 20px 0 0px 0;
}

.bot-fot ul li {
    float: left;
    text-decoration: none;
}

.bot-fot ul li a {
    padding: 10px 15px;
    color: #06A0EB;
    font-size: 16px;
}

.griul ul li a {
    color: #878D91;
}

.fotbot {
    color: #878D91;
    font-size: 14px;
    padding-bottom: 50px;
}

.fs-36 {
    font: normal normal normal 32px/38px SF Pro Display light;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.fotpadimg {
    padding: 1em 0 3em 0;
}

.fotpadimg .main-button {
    margin-top: 30px;
}

.r-em {
    float: right;
    padding-right: 7em;
}

.l-em {
    float: left;
    padding-left: 7em;
}

a.s-icon span {
    font-size: 35px;
    color: #878D91;
    padding: 0 22px;
}

p {
    margin: 0;
}

.m-l15 {
    margin-left: 15px;
}

.eight-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 100vh;

    width: 50vh;
    left: -100%;
    z-index: 1050;
    transition: 0.5s ease-in-out;
}

.eight-menu ul {
    list-style-type: none;
}

.eight-menu ul li {
    padding: 20px 0;
    letter-spacing: 1px;

}

.eight-menu ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
    font: normal normal bold 24px/19px SF Pro Display;
    color: #06A0EB;

}

.eight-menu ul li a span.icon-arrow-right {
    float: right;
    margin-right: 35px;

}

a.menu-button {
    padding: 11px 55px;
    background: #06A0EB;
    display: inline !important;
    color: #fff !important;
    font: normal normal 25px/30px SF Pro Display light !important;
}

.menu-smallfont a {
    color: #878D91 !important;
    font: normal normal 16px/20px SF Pro Display light !important;

}

.rightmenu-one li {
    display: inline-block;
}

.rightmenu-one li a {
    display: inline-block !important;
    width: 50% !important;
    color: #2B2B2B;
}

.icon-left {
    text-align: left;

}

.icon-right {
    float: right;
    margin-right: 35px;
}

.eight-menu.close {
    left: -150%;
    transition: 0.5s ease-in-out;
}

.eight-menu.open {
    left: 0;
    transition: 0.5s ease-in-out;
}

.href {
    font: normal normal bold 24px/19px SF Pro Display;
    color: #06A0EB;
    cursor: pointer;
}

#openmenu {
    cursor: pointer;
    z-index: 5;
    position: relative;
}

.icon-close {
    transition-duration: 0.3s;
    transition-property: transform;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

/*.icon-close{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    background-color: inherit;
    border-color: inherit;
    box-shadow: none;
}

.search-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    top: -150%;
    z-index: 1050;
}

.search-menu ul {
    list-style-type: none;
    padding: 0
}

.search-menu ul li {
    float: left;
    margin-right: 25px;
    font-size: 24px;
}

.search-menu ul li a {
    color: #878D91;
    cursor: pointer;
}

.search-menu ul li a.ara {
    color: #06A0EB;
}

.input-group-append {
    margin-left: 2rem;
}

.form-control {
    font: normal normal normal 20px/24px SF Pro Display light;
}

.input-group-append {
    background: #06A0EB 0% 0% no-repeat padding-box;
    padding: 10px 60px;
}

.btn-outline-secondary {
    border: none;
    color: #fff;
    font-size: 20px;
}

.btn-outline-secondary span {
    margin-right: 15px;
}

.search-menu h2 span {
    float: right;
    font-size: 25px;
    padding: 20px 0;
}

.p-ozel {
    padding: 5em 10em;
}

.search-menu.search-close {
    top: -150%;
    transition: 0.5s ease-in-out;
}

.search-open {
    top: 0;
    transition: 0.5s ease-in-out;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    top: 132%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    border: 1px solid rgb(248 249 250);
    border-radius: .25rem;
}

.construsion td {
    width: 60%;
}

.card-two .main-button {
    bottom: -3rem;
}

.menubox.box-one.smalle {
    height: 60px;
    transition: 0.5s linear;
}

.menubox.box-one.smalle .box-date {
    opacity: 0;
}

.menubox {
    width: 190px;
    background: #06A0EB;
    left: 18em;
    position: absolute;
    top: 83px;
}