@font-face {
    font-family: IconFont;
    src: url('../fonts/IconFont.eot');
    src: url('../fonts/IconFont.eot?#iefix') format("embedded-opentype"), url('../fonts/IconFont.woff') format("woff"), url('../fonts/IconFont.ttf') format("truetype");
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroy-heavy.eot');
    src: url('../fonts/gilroy-heavy.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-heavy.woff2') format("woff2"), url('../fonts/gilroy-heavy.woff') format("woff"), url('../fonts/gilroy-heavy.ttf') format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroy-bold.eot');
    src: url('../fonts/gilroy-bold.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-bold.woff2') format("woff2"), url('../fonts/gilroy-bold.woff') format("woff"), url('../fonts/gilroy-bold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroy-medium.eot');
    src: url('../fonts/gilroy-medium.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-medium.woff2') format("woff2"), url('../fonts/gilroy-medium.woff') format("woff"), url('../fonts/gilroy-medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroy-regular.eot');
    src: url('../fonts/gilroy-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-regular.woff2') format("woff2"), url('../fonts/gilroy-regular.woff') format("woff"), url('../fonts/gilroy-regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/gilroy-light.eot');
    src: url('../fonts/gilroy-light.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-light.woff2') format("woff2"), url('../fonts/gilroy-light.woff') format("woff"), url('../fonts/gilroy-light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    font-family: "Gilroy", sans-serif;
}

.w-300 {
    width: 300px;
}

.wrap-header {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.clear {
    float: left;
    width: 100%;
    height: 96px;
}

.header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 55555;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.header>.wrap-header>.container {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.header>.wrap-header>.container>.left {
    float: left;
    width: 75%;
    display: flex;
    align-items: center;
}

.header>.wrap-header>.container>.left>.logo {
    float: left;
    width: 200px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../img/logo.svg');
}

.header>.wrap-header>.container>.left>ul {
    float: left;
    border-left: 1px solid #DDDDDD;
    margin-left: 30px;
}

.header>.wrap-header>.container>.left>ul>li {
    float: left;
}

.header>.wrap-header>.container>.left>ul>li>a {
    float: left;
    font-size: 18px;
    color: #003a79;
    font-weight: 500;
    padding: 38px 0px 38px 30px;
    box-sizing: border-box;
}

.header>.wrap-header>.container>.right {
    float: right;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header>.wrap-header>.container>.right>.phone {
    float: left;
    padding: 8px 20px;
    box-sizing: border-box;
    background-color: #003a79;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header>.wrap-header>.container>.right>.phone>i,
.header>.wrap-header>.container>.right>.lang>i {
    margin-right: 8px;
    float: left;
}

.header>.wrap-header>.container>.right>.phone p {
    float: left;
}

.dropbtn-lang {
    border: none;
    outline: 0;
    background-color: transparent;
    color: #003a79;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    padding: 38px 0px 38px 28px;
    box-sizing: border-box;
}

.dropdown-lang {
    position: relative;
    display: inline-block;
}

.dropdown-content-lang {
    display: none;
    position: absolute;
    z-index: 1;
    right: -20px;
    top: 101px;
    background-color: #F4FAFF;
    padding: 10px;
    float: left;
    border-bottom-left-radius: 6px;
}

.dropdown-content-lang ul {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 10px;
}

.dropdown-content-lang a {
    color: black;
    padding: 20px 40px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}

.dropdown-content-lang a:last-child {
    border: 0;
}

.dropdown-lang:hover .dropdown-content-lang {
    display: block;
}

.dropbtn-menu {
    font-size: 20px;
    color: #003a79;
    font-weight: 500;
    padding: 38px 0px 38px 20px;
    box-sizing: border-box;
    border: 0;
    background-color: inherit;
    cursor: pointer;
}

.dropbtn>a {
    color: #003a79;
}

.dropdown-menu {
    position: relative;
    float: left;
}

.dropdown-content-menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: left;
    top: 101px;
}

.dropdown-content-menu>div.content-menu {
    background-color: #F4FAFF;
    padding: 10px;
    float: left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropdown-content-menu>div.content-menu ul {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 10px;
}

.dropdown-content-menu a {
    color: #003a79;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    float: left;
}

.dropdown-content-menu a:last-child {
    border: 0;
}

.dropdown-menu:hover .dropdown-content-menu {
    display: block;
}


div.slider,
div.slider div.items,
div.slider div.items div.item {
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
}

div.slider div.items div.item {
    display: flex;
    align-items: center;
}

div.slider div.items div.item:before {
    background: linear-gradient(rgb(86 141 182 / 80%), rgb(1 47 81 / 63%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.slider div.content {
    float: left;
    width: 100%;
    z-index: 1000;
}

div.slider div.content h2 {
    width: 100%;
    float: left;
    font-size: 4em;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(22 72 107 / 66%);
    margin-bottom: 40px;
    padding-right: 40%;
    box-sizing: border-box;
}

div.slider div.content h2 b {
    width: 100%;
    float: left;
    font-size: 4em;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 6px rgb(22 72 107 / 66%);
    margin-top: -20px;
}

div.slider div.content a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

div.slider div.content a i {
    margin-right: 5px;
}

div.slider div.dots {
    position: absolute;
    bottom: 5%;
    z-index: 1000;
}

div.slider div.dots button {
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    float: left;
    margin-right: 5px;
    border: 0;
    cursor: pointer;
}

div.slider div.dots button.active {
    background-color: #ED1D26;
}

.news {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.news div.image {
    width: 40%;
    float: left;
}

.news div.image img {
    width: 100%;
}

.news div.right {
    width: 55%;
    float: right;
}

.news div.right span {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 20px;
    font-weight: 400;
}

.news div.right h4 {
    width: 100%;
    font-weight: 600;
    color: #003a79;
    float: left;
    font-size: 42px;
    margin: 30px 0px;
}

.news div.right p {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

.home-corporate {
    float: left;
    width: 100%;
}

.home-corporate>.wrapper>.container {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
}

.home-corporate>.wrapper>.container>.top {
    float: left;
    width: 100%;
}

.home-corporate>.wrapper>.container>.top>h2,
.home-corporate>.wrapper>.container>.top>h3 {
    float: left;
    width: 100%;
    font-size: 31px;
    color: #003a79;
    font-weight: 600;
    margin-bottom: 40px;
}

.home-corporate>.wrapper>.container>.top>p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

.home-corporate>.wrapper>.container>.bottom {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(to right, rgba(32, 56, 93, 1), rgba(33, 79, 157, 1));
}

.home-corporate>.wrapper>.container>.bottom>.item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}

.home-corporate>.wrapper>.container>.bottom>.item>span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.home-corporate>.wrapper>.container>.bottom>.item>h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0px 20px 0px
}

.home-corporate>.wrapper>.container>.bottom>.item>p {
    float: left;
    width: 100%;
    color: #BCC3CF;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

/* Home İnformation Start */

.home-information {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.home-information .item {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-information .item>.image {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-information .item>.image:before {
    width: 100%;
    float: left;
    padding-top: 70%;
    content: "";
}

.home-information .item:nth-child(2n)>.image {
    order: 2;
}

.home-information .item>.content {
    width: 100%;
    float: left;
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 50px;
}

.home-information .item:nth-child(2n)>.content {
    order: 1;
}

.home-information .item>.content>.text {
    float: left;
    width: 100%;
}

.home-information .item>.content>.text>h4 {
    width: 100%;
    font-weight: 600;
    color: #003a79;
    float: left;
    font-size: 31px;
    margin-bottom: 30px;
}

.home-information .item>.content>.text>p {
    float: left;
    width: 100%;
    color: #707070;
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
}

/* Home İnformation End */

/* Home Product Start */

.home-products {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: #F5F6F7;
}

.home-products>.wrapper>.top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-products>.wrapper>.top>h3 {
    font-size: 60px;
    font-weight: 700;
    color: #003a79;
}

.home-products>.wrapper>.top>a {
    font-size: 20px;
    font-weight: 500;
    color: #003a79;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.home-products>.wrapper>.bottom {
    float: left;
    width: 100%;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.home-products>.wrapper>.bottom>.item {
    float: left;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    background-color: #fff;
}

/*.home-products>.wrapper>.bottom>.item::before {
    background: rgb(23, 71, 107);
    background: linear-gradient(180deg, rgba(23, 71, 107, 1) 0%, rgba(34, 103, 154, 1) 36%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    float: left;
    padding-top: 60%;
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
}*/

.home-products>.wrapper>.bottom>.item div.image {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

.home-products>.wrapper>.bottom>.item div.image:before {
    width: 100%;
    float: left;
    padding-top: 70%;
    content: '';
}

.home-products>.wrapper>.bottom>.item>h5 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #003a79;
    font-weight: 600;
    float: left;
    z-index: 1;
    position: relative;
}

.home-products>.wrapper>.bottom>.item>p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ED1D26;
    font-weight: 500;
}

/* Home Product End */

/* Home Delivery Start */

.home-delivery {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: linear-gradient(rgb(0 80 139 / 80%), rgb(1 47 81 / 80%)), url(../img/delivery-bg.png);
}

.home-delivery>.wrapper>.top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.home-delivery>.wrapper>.top>h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.home-delivery>.wrapper>.top>a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.home-delivery>.wrapper>.bottom {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-delivery>.wrapper>.bottom>.item {
    width: 100%;
    float: left;

    background: linear-gradient(rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13));
}

.home-delivery>.wrapper>.bottom>.item:nth-child(2),
.home-delivery>.wrapper>.bottom>.item:nth-child(3) {
    background: linear-gradient(rgba(23, 71, 107, 0.7), rgba(23, 71, 107, 0.7));
}

.home-delivery>.wrapper>.bottom>.item>.image {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 0.2s;
}


.home-delivery>.wrapper>.bottom>.item>.image:hover {
    filter: opacity(1);
}

.home-delivery>.wrapper>.bottom>.item>.image:before {
    width: 100%;
    float: left;
    padding-top: 70%;
    content: "";
}

.home-delivery>.wrapper>.bottom>.item:nth-child(2n)>.image {
    order: 2;
}

.home-delivery>.wrapper>.bottom>.item>.content {
    width: 100%;
    float: left;
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 50px;
}

.home-delivery>.wrapper>.bottom>.item:nth-child(2n)>.content {
    order: 1;
}

.home-delivery>.wrapper>.bottom>.item>.content>.text {
    float: left;
    width: 100%;
}

.home-delivery>.wrapper>.bottom>.item>.content>.text>span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.home-delivery>.wrapper>.bottom>.item>.content>.text>h4 {
    width: 100%;
    font-weight: 600;
    color: #fff;
    float: left;
    font-size: 34px;
    margin: 30px 0px;
}

.home-delivery>.wrapper>.bottom>.item>.content>.text>p {
    float: left;
    width: 100%;
    color: #BCC3CF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/* Home Delivery End */


/* Home Contact Start */
.home-contact {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
}

.home-contact>.wrapper>.container {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: linear-gradient(rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13)), url('../img/contact-bg.png');
    padding: 60px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.home-contact>.wrapper>.container>.item {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home-contact>.wrapper>.container>.item>.contact-text {
    font-size: 35px;
    color: #003a79;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
}

.home-contact>.wrapper>.container>.item>span {
    font-size: 30px;
    color: #ED1D26;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
}

.home-contact>.wrapper>.container>.item>.phone {
    float: left;
    padding: 8px 20px;
    box-sizing: border-box;
    background-color: #003a79;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-contact>.wrapper>.container>.item>.phone>i {
    margin-right: 4px;
}

/* Home Contact End */

/*Contact Start*/

.contact {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
}

.contact>.wrapper>.container {
    float: left;
    width: 100%;
}

.contact>.wrapper>.container>.top {
    float: left;
    width: 100%;
}

.contact>.wrapper>.container>.top>.items {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.contact>.wrapper>.container>.top>.items>.item {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 6px;
}

.contact>.wrapper>.container>.top>.items>.item>.icon {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.contact>.wrapper>.container>.top>.items>.item>.icon>i {
    color: #003a79;
    font-size: 40px;
}

.contact>.wrapper>.container>.top>.items>.item>.title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.contact>.wrapper>.container>.top>.items>.item>.title>h4 {
    color: #003a79;
    font-size: 20px;
    font-weight: 500;
}

.contact>.wrapper>.container>.top>.items>.item>.information {
    float: left;
    width: 100%;
}

.contact>.wrapper>.container>.top>.items>.item>.information>a {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}

.contact>.wrapper>.container>.top>.items>.item>.information>p {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.contact>.wrapper>.container>.bottom {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.contact>.wrapper>.container>.bottom>form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.contact>.wrapper>.container>.bottom>form>input[type='text'] {
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #565656;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: 0.3s;
    font-size: 20px;
}

.contact>.wrapper>.container>.bottom>form>textarea {
    float: left;
    width: 100%;
    height: 200px;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #565656;
    padding: 20px 20px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 400;
}

.contact>.wrapper>.container>.bottom>form>input[type='text']:focus,
.contact>.wrapper>.container>.bottom>form>textarea:focus {
    border-bottom: 2px solid #003a79;
}

.contact>.wrapper>.container>.bottom>form>.buttons {
    float: left;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact>.wrapper>.container>.bottom>form>.buttons>button {
    float: left;
    padding: 10px 24px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #003a79;
    border: 1px solid #003a79;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 6px;
}

.contact>.wrapper>.container>.bottom>form>.buttons>button:hover {
    background-color: #fff;
    color: #003a79;
}

.g-recaptcha {
    float: left;
    overflow: hidden;
}

/* Contact End */


/* Events Start */

.events {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: #F4FAFF;
}

.events .items {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
}

.events .items .item {
    width: 100%;
    float: left;
}

.events .items .item .image {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.events .items .item .image:before {
    content: '';
    width: 100%;
    float: left;
    padding-top: 70%;
}

.events .items .item h4 {
    width: 100%;
    font-weight: 600;
    color: #003a79;
    float: left;
    font-size: 30px;
    margin: 30px 0px;
}

.events .items .item span {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 20px;
    font-weight: 400;
}

.events .items .item p {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

/* Referances Start */

.referances {
    float: left;
    width: 100%;
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: #F4FAFF;
}

.referances>.wrapper>.container {
    float: left;
    width: 100%;
}

.referances>.wrapper>.container>.bottom {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.referances>.wrapper>.container>.bottom>.item {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 6px rgba(23 71 107 / 15%);
    border-radius: 6px;
}

.referances>.wrapper>.container>.bottom>.item>h2 {
    font-size: 18px;
    color: #003a79;
    font-weight: 500;
}

/* Referances End */

/* Footer Start */
footer {
    padding: 70px 0 0 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
}

footer>.wrapper>.top {
    width: 100%;
    float: left;
}

footer>.wrapper>.top>.left {
    float: left;
    width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url('../img/footer-bg.png');
}

footer>.wrapper>.top>.left>.logo {
    float: left;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../img/logo.svg');
}

footer>.wrapper>.top>.left>p {
    float: left;
    width: 100%;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 0px;
    text-align: center;
}

footer>.wrapper>.top>.left>.social-media {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer>.wrapper>.top>.left>.social-media>a {
    font-size: 20px;
    color: #243557;
    margin-right: 10px;
    font-weight: 500;
}

footer>.wrapper>.top>.left>.social-media>a:last-child {
    margin-right: 0;
}

footer>.wrapper>.top>.right {
    float: right;
    width: 65%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

footer>.wrapper>.top>.right>.item {
    float: left;
    width: 100%;
}

footer>.wrapper>.top>.right>.item>h4 {
    float: left;
    color: #16284C;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer>.wrapper>.top>.right>.item>h4::after {
    content: '';
    float: left;
    width: 100%;
    max-width: 20px;
    height: 1px;
    background-color: #E31D1A;
    margin-top: 10px;
}

footer>.wrapper>.top>.right>.item>ul {
    float: left;
    width: 100%;
}

footer>.wrapper>.top>.right>.item>ul>li {
    float: left;
    width: 100%;
}

footer>.wrapper>.top>.right>.item>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 30px;
}

footer>.wrapper>.top>.right>.item>ul>li>a>i {
    color: #16284C;
    margin-right: 6px;
}

footer>.wrapper>.top>.right>.item>ul>li>.directions {
    color: #E31D1A;
    margin-top: 15px;
    float: left;
    width: 100%;
}

footer>.wrapper>.top>.right>.item>ul>li>.directions>i {
    color: #E31D1A;
    margin-right: 0;
    margin-left: 6px;
}

footer>.wrapper>.bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #D0DBF2;
    margin-top: 30px;
    padding: 20px 0;
    box-sizing: border-box;
}

footer>.wrapper>.bottom>.copyright {
    float: left;
    width: 50%;
}

footer>.wrapper>.bottom>.copyright>p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    color: #16284C;
}

footer>.wrapper>.bottom>.copyright>a {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    color: #6F87B7;
}

footer .ueb {
    background-image: url(../img/ueb.svg);
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 54px;
}

/* Footer End */

/* Product Start */

div.products {
    width: 100%;
    padding: 90px 0;
    float: left;
    background-color: #fff;
}

div.products div.wrapper>div.image {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
}

div.products div.wrapper>div.image:before {
    padding-top: 50%;
    content: '';
    float: left;
    width: 100%;
}

div.products div.wrapper>div.image div.title {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3em;
    text-align: right;
}

div.products div.wrapper>div.image div.title h2 {
    color: #d31213;
    font-size: 24px;
    font-weight: 400;
}

div.products div.wrapper>div.image div.title h1 {
    color: #00298d;
    margin-top: 20px;
}

div.products div.right {
    width: 45%;
    float: right;
}

div.products div.right a.category {
    float: left;
    width: 100%;
    color: #ee1d26;
    font-size: 20px;
    font-weight: 400;
}

div.products div.right h4 {
    width: 100%;
    font-weight: 600;
    color: #003a79;
    float: left;
    font-size: 42px;
    margin: 30px 0px;
}

div.products div.right p {
    float: left;
    width: 100%;
    color: #565656;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

div.products div.products_list {
    width: 100%;
    float: left;
}

div.products div.products_list h1 {
    float: left;
    width: 100%;
    font-size: 31px;
    color: #003a79;
    font-weight: 600;
    margin-tp: 40px;
}

div.products div.products_list div.items {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

div.products div.products_list div.items a.item {
    float: left;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}

/*div.products div.products_list div.items a.item:before {
    background: rgb(23, 71, 107);
    background: linear-gradient(180deg, rgba(23, 71, 107, 1) 0%, rgba(34, 103, 154, 1) 36%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    float: left;
    padding-top: 60%;
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
}*/

div.products div.products_list div.items a.item div.image {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 6px;
}

div.products div.products_list div.items a.item div.image:before {
    width: 100%;
    float: left;
    padding-top: 70%;
    content: '';
}

div.products div.products_list div.items a.item h3 {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #003a79;
    font-weight: 600;
    float: left;
    z-index: 1;
    position: relative;
}

div.products div.category {
    width: 30%;
    float: right;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 15px;
}

div.products div.category ul {
    width: 100%;
    float: right;
    box-sizing: border-box;
}

div.products div.category ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

div.products div.category ul li:last-child {
    border-bottom: 0;
}

div.products div.category ul li.active {
    background-color: #003a79;
    border-bottom: inherit;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

div.products div.category ul li.active a {
    font-weight: 600;
    color: #fff;
}

div.products div.category ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #003a79;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
}

.product-gallery {
    float: left;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.products_tab h3 {
    font-size: 60px;
    font-weight: 700;
    color: #003a79;
    margin-bottom: 60px;
}

.product-gallery .image {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.product-gallery .image:before {
    content: '';
    padding-top: 80%;
    float: left;
    width: 100%;
}

.products_tab {
    width: 100%;
    background-color: #f9f9f9;
    float: left;
    padding: 80px;
    box-sizing: border-box;
}

.tab {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab button {
    width: 49%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 500;
    color: #153f5f;
    background-color: #fff;
    border-radius: 6px;
}

.tab button:last-child {
    border: 0;
}

.tab button.active {
    background-color: #153f5f;
    color: #fff;
}

.tabcontent {
    display: none;
    border-radius: 6px;
    background-color: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

.tabcontent p {
    font-size: 20px;
    float: left;
    width: 100%;
    line-height: 36px;
    color: #2a2a2d;
    font-weight: 500;
    margin-bottom: 20px;

}

.tabcontent h3 {
    font-size: 30px;
    float: left;
    width: 100%;
    color: #2a2a2d;
    font-weight: 700;
    margin-bottom: 20px;
}

.tabcontent div.table {
    width: 100%;
    float: left;
}

.tabcontent div.table div.row {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.tabcontent div.table div.row:last-child {
    border-bottom: 0;
}

.tabcontent div.table div.row div {
    float: left;
    width: 50%;
    padding: 15px 20px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.tabcontent div.table div.row div:last-child {
    border-right: 0;
}

/* Product End */

.navbar {
    overflow: hidden;
    background-color: #333;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 20px;
    color: #003a79;
    font-weight: 500;
    padding: 38px 0px 38px 20px;
    box-sizing: border-box;
    border: 0;
    background-color: inherit;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F4FAFF;
    padding: 20px;
    width: 100%;
    left: 0;
    top: 101px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    box-sizing: border-box;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content>.row h3 {
    float: left;
    width: 100%;
    padding: 15px 0px;
    color: #003a79;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 20px;
}

.dropdown-content>.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
}

.dropdown-content>.row:after {
    content: "";
    display: table;
    clear: both;
}

.dropdown-content>.row>.column {
    border-right: 1px solid #f9f9f9;
}

.dropdown-content>.row>.column:last-child {
    border: 0;
}

.home-corporate>.wrapper>.image_gallery {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.home-corporate>.wrapper>.image_gallery>.images {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.home-corporate>.wrapper>.image_gallery>.images>.image {
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pt-80 {
    padding-top: 80px !important;
    box-sizing: border-box !important;
}

.pb-80 {
    padding-bottom: 80px !important;
    box-sizing: border-box !important;
}

.home-corporate .certificate_gallery {
    width: 100%;
    float: left;
}

.home-corporate .certificate_gallery>.items {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.home-corporate .certificate_gallery>.items>.item {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.home-corporate .certificate_gallery>.items>.item>.image {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.home-corporate .certificate_gallery>.items>.item>.image:before {
    content: '';
    float: left;
    width: 100%;
    padding-top: 150%;
}


.hamburger {
    width: 30px;
    height: 30px;
    float: right;
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: none;
}

.overclock {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 55555;
    top: 96px;
    right: -100%;
    background-color: #003a79;
    overflow-x: hidden;
    transition: 0.3s;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

div.overclock-content {
    width: 100%;
    float: left;
}

div#mobileNav {
    width: 100%;
    display: none;
    float: right;
    height: calc(100% - 96px);
    overflow: scroll;
}

div#mobileNav.active {
    right: 0;
}

div.overclock-content div.mobile_menu {
    float: left;
    width: 100%;

    padding: 0;
}

div.overclock-content div.mobile_menu>ul> {
    float: left;
    width: 100%;
}

div.overclock-content div.mobile_menu>ul>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #254f6f;
    padding: 10px 0px;
    box-sizing: border-box;
}

div.overclock-content div.mobile_menu>ul>li:first-child {
    padding-top: 0;
}

div.overclock-content div.mobile_menu>ul>li:last-child {
    border-bottom: 0;
}

div.overclock-content div.mobile_menu>ul>li>a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
}

div.overclock-content div.mobile_menu>ul>li>a i {
    margin-right: 6px;
}

div.overclock-content div.mobile_menu>ul>li>ul {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 6px;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    padding: 0 20px;
}

div.overclock-content div.mobile_menu>ul>li>ul.active {
    height: auto;
    margin-top: 20px;
    box-sizing: border-box;

}

div.overclock-content div.mobile_menu>ul>li>ul>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    box-sizing: border-box;
}

div.overclock-content div.mobile_menu>ul>li>ul>li:last-child {
    border-bottom: 0;
}

div.overclock-content div.mobile_menu>ul>li>ul>li>a {
    color: #565656;
}

div.overclock-content div.mobile_menu>ul>li.language a {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    float: left;
    color: #565656;
    padding: 10px 15px;
    box-sizing: border-box;
}

div.overclock-content div.mobile_menu>ul>li.language a i {
    display: none;
}

.page-banner {
    float: left;
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-banner:before {
    content: '';
    background: linear-gradient(rgb(86 141 182 / 80%), rgb(1 47 81 / 63%));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-banner>.wrapper>h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.page-banner div.breadcrumb {
    width: 100%;
    padding: 20px 0;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-banner div.breadcrumb li {
    float: left;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px;
}

.page-banner div.breadcrumb li::after {
    content: '/';
    float: right;
    margin-left: 10px;
    font-weight: 600;
    color: #efefef;
}

.page-banner div.breadcrumb li:last-child:after {
    display: none;
}

.page-banner div.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}


/* Responsive Start */

@media screen and (max-width:1250px) {

    .wrapper,
    .wrap-header {
        padding: 0px 20px;
        box-sizing: border-box;
    }

}

@media screen and (max-width:1160px) {
    div#mobileNav {
        display: block;
    }

    .header>.wrap-header>.container>.left>ul {
        display: none;
    }

    .header>.wrap-header>.container>.right {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .header>.wrap-header>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        box-sizing: border-box;
    }
}

@media (min-width: 1024px) {
    .linktr {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }
}

@media screen and (max-width:991px) {
    .home-corporate>.wrapper>.container>.bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    footer>.wrapper>.top>.left {
        width: 100%;
        padding-bottom: 25px;
        box-sizing: border-box;
    }

    footer>.wrapper>.top>.right {
        width: 100%;
    }

    .referances>.wrapper>.container>.top {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:900px) {
    .home-contact>.wrapper>.container {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-contact>.wrapper>.container>.item {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .home-delivery>.wrapper>.bottom {
        grid-template-columns: 1fr;
    }

    .home-delivery>.wrapper>.bottom>.item:nth-child(3) {
        background: linear-gradient(rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13));
    }

    .home-delivery>.wrapper>.bottom>.item:nth-child(2),
    .home-delivery>.wrapper>.bottom>.item:nth-child(4) {
        background: linear-gradient(rgba(23, 71, 107, 0.7), rgba(23, 71, 107, 0.7));
    }

    div.products {
        padding: 60px 0px;
        box-sizing: border-box;
    }

    div.products .wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    div.products div.right {
        width: 100%;
        order: 2;
    }

    div.products div.category {
        float: left;
        width: 100%;
    }

    .product-gallery,
    .home-information .item,
    .home-products>.wrapper>.bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-information .item:nth-child(2n)>.image {
        order: 1;
    }

    .home-information .item>.image:before {
        padding-top: 60%;
    }

    .home-information .item>.content {
        padding: 20px;
    }

    .home-delivery>.wrapper>.bottom>.item {
        display: block;
    }

    .home-products>.wrapper>.top>h3,
    .home-delivery>.wrapper>.top>h3 {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .home-products>.wrapper>.top,
    .home-delivery>.wrapper>.top {
        flex-direction: column;
    }

    .referances>.wrapper>.container>.bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-corporate>.wrapper>.image_gallery>.images {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact>.wrapper>.container>.top>.items {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-corporate>.wrapper>.container>.top>h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

    .home-corporate>.wrapper>.container>.top>p {
        font-size: 18px;
    }
    .home-delivery>.wrapper>.bottom>.item>.content{
        padding: 30px;
    }
}

@media screen and (max-width:600px) {
    div.slider div.content h2 {
        font-size: 2em;
        padding-right: 0;
    }

    div.slider div.content h2 b {
        font-size: 2.5em;
        margin-top: 0px;
    }

    .home-corporate>.wrapper>.container>.bottom,
    footer>.wrapper>.top>.right {
        grid-template-columns: repeat(1, 1fr);
    }

    div.slider,
    div.slider div.items,
    div.slider div.items div.item {
        height: 500px;
    }

    footer>.wrapper>.top>.left>.logo {
        background-position: left;
    }

    footer>.wrapper>.top>.left>p {
        text-align: left;
    }

    footer>.wrapper>.top>.left>.social-media {
        display: block;
    }

    footer>.wrapper>.bottom>.copyright {
        width: 100%;
    }

    .g-recaptcha {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .referances>.wrapper>.container>.top {
        grid-template-columns: repeat(2, 1fr);
    }

    .referances>.wrapper>.container>.bottom {
        grid-template-columns: repeat(1, 1fr);
    }
    footer>.wrapper>.top>.right{
        display: none;
    }
    footer .ueb{
        width: 100%;
        background-position: center;
        background-size: contain;
    }
    div.products div.products_list div.items{
        grid-template-columns: repeat(1, 1fr);
    }
    div.products div.wrapper>div.image div.title{
        padding: 20px;
    }
    
    div.products div.wrapper>div.image div.title h2{
        display: none;
    }
    div.products div.wrapper>div.image div.title h1{
        font-size: 18px;
        margin-top: 0;
    }
    .products_tab{
        padding: 60px 0px;
    }
    .products_tab h3{
        font-size: 40px;
    }
}

@media screen and (max-width:467px) {
    div.products div.items {
        grid-template-columns: repeat(1, 1fr);
    }

    .referances>.wrapper>.container>.top {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-contact>.wrapper>.container {
        padding: 40px;
    }
}


/* Responsive End*/