/*
    Theme Name: EGETURK
    Description: Egeturk Asansor WordPress Theme
    Version: 1.0
    Theme URI: https://www.egeturkasansor.com
    Author: EGETURK
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=latin-ext');
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #353535;
    word-wrap: break-word;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-weight: 100;
    overflow-x: hidden;
}

body * {
    outline: none;
}

a,
a:hover,
a:focus {
    color: #353535;
    text-decoration: none;
}

h6 {
    font-size: 15px;
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4 !important;
}

input {
    padding: 8px 16px;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: #353535;
}

button {
    text-transform: uppercase;
    padding: 8px 16px;
    border: none;
    border-radius: 3px;
    border-bottom: 2px solid transparent;
    position: relative;
    top: -1px;
}

.fade {
    transform: translateY(-25px);
    transition: all 350ms;
}

.fade.in {
    transform: translateY(0);
}

#header::after,
#header::before,
#about::after,
#references::after,
#prod-gallery::after,
#footer::after,
#foot-subs::after,
#foot-copy::after {
    display: table;
    content: '';
    clear: both;
}

.clearfix {
    clear: both;
}

.container-fluid-2 {
    padding: 0 90px;
}

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

.svg-ico {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3.2px;
}

.m0 {
    margin: 0 !important;
}

.res-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

#header {
    position: relative;
    height: 100vh;
    z-index: 999;
}

#header2 {
    height: 90px;
    position: relative;
    background: url("img/page-t-bg.png");
    background-size: cover;
}

.quick-menu2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header,
#header a,
#header2,
#header2 a {
    color: #fff;
}

.head-top {
    position: relative;
    z-index: 3;
}

.top-bar {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #505356;
    position: relative;
}

.top-conn ul li {
    float: left;
    margin-right: 15px;
}

.top-conn ul li svg {
    margin-right: 3px;
}

.top-bar .visible-xs {
    position: relative;
    top: 17px;
}

.top-bar .visible-xs img {
    max-width: 75%;
}

.grid-block:nth-of-type(3n+1) {
    clear: both;
}

.pimg {
    position: relative;
    top: -10px;
}

.top-menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 230px;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 7px;
}

.top-menu ul li a {
    padding: 31px 5px;
    z-index: 2;
    position: relative;
}

.top-menu ul li svg {
    width: 20px;
    height: 20px;
    top: 4px;
}

.top-menu .sub-menu,
.top-menu .children {
    position: absolute;
    background: #4f4f4f;
    padding: 0;
    text-align: left;
    top: 0;
    left: 0;
    right: -15px;
    z-index: 1;
    padding-top: 60px;
    transition: all 350ms ease 150ms;
    transform: translateY(-100%);
}

.top-menu .sub-menu ul,
.top-menu .children ul {
    top: 0 !important;
    left: 100%;
}

.top-menu ul.menu li:hover > ul,
.top-menu ul li:hover > ul,
.top-menu .sub-menu:hover,
.top-menu .children:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.top-menu .sub-menu li,
.top-menu .children li {
    line-height: 30px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
}

.top-menu ul.menu ul a,
.top-menu ul ul a {
    display: block;
    padding: 15px 20px !important;
    font-size: 10px;
    line-height: 20px !important;
    transition: all 150ms cubic-bezier(1, 0.45, 0.76, 0.91)
}

.top-menu ul.menu ul a:hover,
.top-menu ul ul a:hover {
    color: #ecab15 !important;
}

.top-menu ul.menu ul a i,
.top-menu ul ul a i {
    font-size: 13px;
    margin-right: 5px;
}

.top-menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    color: #979899;
    content: "\f107";
    margin-left: 8px;
}

.top-menu ul.menu ul a:hover:after,
.top-menu ul ul a:hover:after {
    color: #000 !important;
}

.top-menu .sub-menu-2 {
    position: absolute;
    background: #4f4f4f;
    padding: 0;
    text-align: left;
    top: 0;
    left: 0;
    right: -15px;
    z-index: 1;
    padding-top: 60px;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transform: translateY(-100%);
}

.top-menu .sub-2:hover .sub-menu-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu-2 h3 {
    text-transform: none;
    margin-bottom: 5px;
}

.sub-menu-2 h3 a {
    text-transform: capitalize;
}

.sub-menu-2 a {
    padding: 0 !important;
    line-height: normal;
    text-transform: none;
}

.sub-menu-2 p {
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-transform: none;
}

.sm2i {
    padding: 30px;
}

.sm2i .none768 figure {
    display: none;
}

.sm2i .none768 figure:first-child {
    display: block;
}

.sm2i .twoc div {
    display: none;
}

.sm2i .twoc div:first-child {
    display: block;
}

.b-span {
    cursor: pointer;
    margin-bottom: 15px;
}

.b-pagi ul li,
.b-pagi ul,
.b-pagi {
    line-height: 1.5 !important;
}

.b-pagi ul {
    padding-left: 15px;
}

.b-pagi ul li,
.b-pagi li {
    margin: 10px 0 !important;
    display: block !important;
}

.b-pagi ul li {
    margin: 0 !important;
    display: block !important;
}

#b-pagi ul li a {
    line-height: 1.5 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 0 !important;
    padding: 8px 0 !important;
}

.none {
    display: none;
}

.active-b {
    color: #ecab15 !important;
}

.sub-menu-2 .s-btnb {
    color: #fff;
    text-transform: uppercase;
    background: #0b4d9e;
    border-radius: 3px;
    padding: 15px 20px !important;
    transition: all 150ms ease;
    display: inline-flex;
}

.sub-menu-2 .s-btnb:hover {
    background: #fff;
    color: #0b4d9e !important;
}

.fixed-bar {
    transform: translateY(-1500%);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #4f4f4f;
    transition: all 800ms ease;
}

.fixed {
    transform: translateY(0);
    z-index: 999;
}

.fixed-logo {
    position: absolute;
    left: 15px;
    top: 16px;
}

.fixed-logo img {
    max-width: 75%;
}

.call {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 0;
    height: 80px;
    line-height: 80px;
    z-index: 999;
    display: flex;
}

.call .svg-box svg {
    width: 32px;
    height: 32px;
    top: 10px;
    margin-right: 10px;
}

#cont,
.login-box .kdv-wrap input {
    background: none !important;
}

.s-s-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.call h6 {
    font-size: 16px;
    font-weight: 400;
}

.call strong {
    font-weight: 600;
}

.search {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 0;
    height: 80px;
    line-height: 80px;
    z-index: 999;
}

.s-btn {
    display: block;
}

.search .svg-b {
    border-left: 1px solid #ffc339;
    padding: 3px 0;
    padding-left: 15px;
}

.svg-b-c {
    display: none;
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.search svg {
    width: 15px;
    height: 15px;
}

#header .logo {
    padding: 45px 0;
}

#header .logo img {
    display: inline-block;
}

.search-box {
    position: absolute;
    right: 0;
    bottom: -41px;
    transform: translateY(-100%);
    transition: all 250ms ease;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
}

.search-box-v {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mainform {
    display: none;
}

.search-box input {
    border-radius: 0;
    width: 400px;
}

.slider {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
}

.slide-img {
    display: table;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slide-item figcaption {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
    text-align: center;
    transition: all 450ms ease;
    padding: 75px 15px;
}

.slide-item figcaption h1 {
    font-size: 50px;
    font-weight: 300;
}

.slide-item figcaption h2 {
    font-weight: 300;
}

.slide-item figcaption h2,
.slide-item figcaption h2 a {
    color: #ecab15 !important;
}

.slider .owl-controls {
    transition: all 250ms ease;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translateX(-40.19px);
    margin-top: -40.19px;
}

#header:hover .owl-controls {
    transform: translateX(0);
}

.slider .owl-pagination {
    font-style: italic;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    font-family: 'Lora', serif;
    background: #0f1011;
    padding: 5px 0;
    border-radius: 0 7px 7px 0;
}

.slider .owl-page {
    padding: 7px 15px;
    counter-increment: slides-num;
    border-right: 2px solid #0f1a1f;
    color: #5f6061;
}

.slider .owl-page::before {
    content: counter(slides-num);
}

.slider .owl-page.active {
    border-color: #0b4d9e;
    color: #fff;
}

.header-bottom {
    width: 600px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.header-bottom h6 {
    text-transform: uppercase;
}

.header-bottom h4 {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #ecab15;
    margin-bottom: 30px;
}

.mouse-down {
    width: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 65px;
    margin: 0 auto;
    display: block;
}

.mouse-down a {
    display: block;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 10px;
    display: block;
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
}

.mouse-down svg {
    width: 12px;
    height: 12px;
    position: relative;
    -webkit-animation: finger 2000ms infinite;
    -ms-animation: finger 2000ms infinite;
    -o-animation: finger 2000ms infinite;
    -moz-animation: finger 2000ms infinite;
    animation: finger 2000ms infinite;
}

.lang,
.user-box,.wp-support {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: fixed;
    right: 0;
    z-index: 999;
}

.lang {
    top: 150px;
    background: #0b4d9e;
    border-radius: 5px 0 0 5px;
    height: 45px;
    border-bottom: 4px solid #054087;
    padding: 10px;
    transition: all 350ms ease;
    transform: translateX(85px);
    margin-bottom: 15px;
}

.lang:hover {
    transform: translateX(0);
}

.lang ul li {
    float: left;
    margin-right: 18px;
}

.form-alert {
    position: absolute;
    z-index: 99;
    top: 300px;
    padding: 25px 30px;
    width: 400px;
}

@media (max-width: 768px) {
    .form-alert {
        width: 100% !important;
    }
    #header2 {
        height: 150px;
    }
}

.active-lang {
    border-bottom: 1px solid #fff;
}

.user-box {
    top: 210px;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
    background: #a4a4a4;
    border-bottom: 4px solid #6e6e6e;
    padding: 7px 13px;
    transform: translateX(134px);
    transition: all 350ms ease;
    height: 45px;
}

.user-box:hover {
    transform: translateX(0);
    height: auto;
    z-index: 999999;
}

.user-box ul li {
    padding-bottom: 5px;
}

.user-box ul li.x {
    opacity: 0;
}

.user-box:hover .x {
    opacity: 1;
}

.user-box ul li {
    margin-bottom: 5px;
    font-weight: 400;
}

@keyframes fill {
    0% {
        fill: #fff;
    }
    50% {
        fill: #0b4d9e;
    }
    100% {
        fill: #fff;
    }
}

.user-box ul li:first-child svg path {
    animation: fill 3s infinite;
}

.user-box:hover li:first-child svg path {
    animation: none;
}

.user-box li {
    border-bottom: 1px solid transparent;
    transition: all 250ms;
}

.user-box li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.user-box ul li:last-child {
    margin-bottom: 0;
}

.user-box ul li svg {
    color: #fff;
    margin-right: 10px;
}

.user-box ul li a {
    transition: all 150ms ease;
}

.user-box ul li a:hover {
    color: #0b4d9e !important;
}

.user-box ul li a:hover svg path {
    fill: #0b4d9e !important;
}

.user-box ul li i {
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    float: left;
}




.wp-support {
    top: 270px;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
    background: #25d366;
    padding: 7px 13px;
    transform: translateX(156px);
    transition: all 350ms ease;
    height: 45px;
}

.wp-support:hover {
    transform: translateX(0);
}

.wp-support ul li {
    padding-bottom: 5px;
}

.wp-support ul li.x {
    opacity: 0;
}

.wp-support:hover .x {
    opacity: 1;
}

.wp-support ul li {
    margin-bottom: 5px;
    font-weight: 400;
}

.wp-support a {
    float: right;
    line-height: 32px;
    display: block;
}

.wp-support svg{
    width: 35px;
    height: 35px;
    top: -2px;
    left: -5px;
}

#features {
    background: #fff;
    padding: 45px 0;
    float: left;
    width: 100%;
}

.feat-item {
    text-align: center;
}

.f-item-icon {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 350ms ease;
}

.feat-item:hover .f-item-icon {
    transform: translateY(-5px);
}

.f-item-icon svg {
    width: 60px;
    height: 60px;
}

.feat-item h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.feat-item p {
    font-size: 13.5px;
}

.red {
    color: #cc0909;
}

#about {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 60px 0;
    float: left;
}

.sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.sec-title h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.st-line {
    width: 175px;
    height: 2px;
    background: #0b4d9e;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.st-line::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0b4d9e;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec-title p {
    font-size: 18px;
}

.fixed-img {
    position: relative;
    bottom: -90px;
}

.about-text p {
    line-height: 2;
    margin-bottom: 15px;
}

.bt-n {
    display: inline-block;
    background: #0b4d9e;
    border-radius: 3px;
    padding: 7px 14px;
    color: #fff;
    border: 1px solid #0b4d9e;
    transition: all 350ms ease;
}

.bt-n:hover {
    background: none;
    color: #0b4d9e;
}

#references {
    padding: 60px 0;
    float: left;
    width: 100%;
}

.ref-slider .owl-item {
    height: 80px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px 0;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px !important;
    position: relative;
}

.ref-slider .owl-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    transition: all 150ms ease-in-out;
}

.ref-slider .owl-item:hover::before {
    background: none;
}

.ref-slide-item {
    text-align: center;
}

.ref-slide-item img {
    max-height: 80px;
    display: inline-block;
}

.ref-slider .owl-prev,
.ref-slider .owl-next {
    margin-top: -38px;
}

#prod-gallery {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: url("img/prod-gallery-bg.jpg");
}

.prod-slide-item {
    margin: 0 15px;
}

.prod-slide-item figure {
    overflow: hidden;
    margin-bottom: 15px;
}

.prod-slide-item img {
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    margin: 0 auto;
}

.prod-slide-item img:hover {
    transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
    -webkit-transform: scale(1.075);
}

.prod-slide-item h6 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.prod-slide-item ul li {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.prod-slide-item ul li svg {
    margin-right: 3px;
    transition: all 400ms ease;
}

.prod-slide-item ul .prod-author:hover svg {
    transform: rotateY(180deg);
}

.prod-slide-item ul li.all-gallery svg {
    transform: rotate(-180deg);
}

.prod-slide-item ul .all-gallery:hover svg {
    transform: rotate(180deg);
}

#footer {
    padding: 60px 0;
    background: url("img/foot-bg.jpg");
    float: left;
    width: 100%;
    color: #fff;
}

#footer a {
    color: #fff;
}

.foot-block-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.foot-block-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 2px;
    width: 50px;
    background: #7d8d94;
}

.quick-menu {
    text-transform: uppercase;
}

.quick-menu ul li {
    margin-bottom: 10px;
}

.quick-menu ul li:last-child {
    margin-bottom: 0;
}

.quick-menu ul li a {
    display: inline-block;
    transition: all 350ms;
}

.quick-menu ul li a:hover {
    transform: translateX(7px);
}

.quick-menu a i {
    color: #7d8d94;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: -.1px;
    transition: all 500ms;
}

.quick-menu ul li a:hover i {
    transform: rotate(360deg);
}

.f-post-img {
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.our-news article h5 {
    margin-bottom: 10px;
}

.our-news .h-p,
#header .h-p {
    display: none;
}

.our-news p {
    font-size: 14px;
    margin-bottom: 15px;
}

.our-news .bt-n {
    border: 1px solid #fff;
    background: none;
}

.our-news .bt-n:hover {
    background: #fff;
    color: #353535 !important;
}

.foot-news .owl-pagination {
    margin-top: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.foot-news .owl-page {
    display: inline-block;
    margin: 0 10px;
    counter-increment: slides-num;
}

.foot-news .owl-page::before {
    content: counter(slides-num);
}

.foot-news .owl-page.active {
    border-bottom: 1px solid #fff;
}

.foot-contact .text-center {
    margin-bottom: 30px;
}

.foot-contact .text-center svg {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}

.foot-contact h6 {
    margin-bottom: 2px;
}

.contact-ul {
    margin-bottom: 20px;
}

.contact-ul li {
    margin-bottom: 12px;
}

.contact-ul li svg {
    margin-right: 8px;
    float: left;
}

.contact-ul li span {
    display: block;
    overflow: hidden;
}

.contact-ul li:last-child {
    margin-bottom: 0;
}

.foot-social li {
    display: inline-block;
    margin: 0 3px;
}

.foot-social li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: block;
    transition: all 350ms;
}

.foot-social li a:hover {
    transform: translateY(5px);
}

.f-li a {
    background: #365899;
}

.t-li a {
    background: #1da1f2;
}

.y-li a {
    background: #e62117;
}

.foot-social li a i {
    line-height: 32px;
}

#foot-subs {
    float: left;
    width: 100%;
    background: #262626;
    padding: 15px 0;
    color: #fff;
}

.foot-subs {
    margin-top: 12px;
}

.mc4wp-response {
    position: absolute;
}

#foot-subs h6 {
    display: inline-block;
    margin-right: 10px;
}

#foot-subs form {
    position: relative;
    display: inline-block;
}

#foot-subs form::before {
    content: "\f0e0";
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    font-family: FontAwesome;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#foot-subs input {
    margin-right: 2px;
    padding-left: 32px;
}

#foot-subs button {
    background: #f3a600;
    border-color: #c28500;
}

#foot-copy {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    font-size: 16px;
    text-align: center;
}

.owl-wrapper {
    transition: all 1000ms cubic-bezier(0.75, 0, 0.175, 1) !important;
    -moz-transition: all 1000ms cubic-bezier(0.75, 0, 0.175, 1) !important;
    -ms-transition: all 1000ms cubic-bezier(0.75, 0, 0.175, 1) !important;
    -o-transition: all 1000ms cubic-bezier(0.75, 0, 0.175, 1) !important;
    -webkit-transition: all 1000ms cubic-bezier(0.75, 0, 0.175, 1) !important;
}

.owl-controls {
    display: block !important;
}

.owl-prev,
.owl-next {
    transition: all 500ms cubic-bezier(0.15, 0.92, 0.29, 1.01);
    color: #adadad;
    width: 30px;
    height: 75px;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    text-align: center;
    overflow: hidden;
}

.owl-prev {
    left: -25px;
    transform: translateX(0);
}

.owl-next {
    right: -25px;
    transform: translateX(0);
}

.owl-prev i,
.owl-next i {
    line-height: 75px;
}

.slicknav_menu .ul {
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.slicknav_menutxt {
    display: none;
}

.slicknav_menu a,
.slicknav_menu a:hover,
.slicknav_menu a:focus {
    color: #fff !important;
}

.slicknav_nav .slicknav_item a {
    padding: 0 !important;
}

.slicknav_btn {
    background: none !important;
    margin: 5px !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    margin-left: 30px !important;
    position: absolute;
    right: 0;
    top: 20.5px;
}

.slicknav_icon-bar {
    box-shadow: none !important;
}

.slicknav_nav {
    position: relative;
    top: 65px;
    z-index: 99;
    background: #262626;
}

.slicknav_nav ul {
    padding: 0 !important;
    margin: 0 0 0 15px !important;
}

.slicknav_nav ul:first-child {
    margin: 0 !important;
}

.slicknav_menu {
    background: none !important;
    padding: 0 !important;
    margin-top: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 15px 20px !important;
    margin: 0 !important;
    line-height: 20px !important;
    outline: none !important;
    transition: all 150ms cubic-bezier(1, 0.45, 0.76, 0.91);
}

.slicknav_nav .slicknav_arrow {
    float: right !important;
}

.slicknav_nav a:hover,
.slicknav_item:hover {
    background: none !important;
    border-radius: 0 !important;
    color: #ffc339 !important;
}

#page-title {
    padding: 30px 0;
    position: relative;
    margin-top: -10px;
    color: #0a4d9c;
    font-weight: 700;
    border-bottom: 4px solid #575757;
}

#page-title h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.bread {
    position: relative;
    top: 5px;
    font-weight: 300;
}

.bread li {
    display: inline-block;
    margin: 0 2.5px;
}

.bread li i {
    margin-left: 5px;
    color: #67a4c1;
}

.blue-box {
    background: #0b4e9f;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 0;
}

.blue-box svg {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    top: 7.5px;
}

.blue-box svg path {
    fill: #fff !important;
}

.blue-box p {
    display: inline;
    position: relative;
    top: -20px;
}

#main {
    background: #fff;
    padding: 10px 0;
    padding-bottom: 150px;
}

.work-time {
    background: #031f42;
    padding: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.w-item {
    margin-bottom: 20px;
    width: 100%;
}

.work-time .pull-left {
    margin-right: 15px;
}

.clock {
    width: 60px;
    height: 60px;
}

.work-time h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.work-time .work-text {
    overflow: hidden;
}

.work-time p {
    color: #7599c5;
}

.twosvg {
    margin-right: 27px !important;
}

.twosvg svg {
    width: 45px;
    height: 45px;
}

.fff p,
.fff span {
    color: #fff;
}

.fff span {
    display: block;
    margin-top: 12px;
    font-size: 20px;
}

.call-box {
    background: #0b4d9e;
    padding: 20px;
    color: #fff;
}

.call-box svg {
    width: 45px;
    height: 45px;
    margin-right: 25px;
}

.o-hidden {
    overflow: hidden;
}

.o-hidden .vError {
    display: inline;
}

.o-hidden h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.o-hidden input {
    margin-right: 3px;
    margin-bottom: 5px;
    background: #fff !important;
}

.advice-box {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    float: left;
    width: 100%;
}

.advice-box .pull-left {
    margin-right: 15px;
}

.advice-box svg {
    width: 55px;
    height: 55px;
    position: relative;
    top: -4px;
}

.xblue {
    color: #0b4d9e;
}

.x22 {
    width: 75px !important;
    height: 75px !important;
}

.x23 {
    color: #585858;
    line-height: 1.3 !important;
}

.o-hidden button {
    background: #031f42;
    display: inline-flex;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: relative;
    top: 6px;
    border: none;
    padding: 0;
    align-items: center;
    margin-bottom: 10px;
}

.call-box input {
    padding: 8px 7px;
}

.o-hidden button svg {
    width: 20px;
    height: 20px;
    margin: 0;
    position: static;
}

.advice-box form {
    float: left;
    width: 100%;
}

.advice-box input,
.advice-box select,
.advice-box textarea {
    background: #dddddd !important;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    padding: 8px 16px;
    color: #b3b3b3;
    border-radius: 6px;
}

.question {
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    margin-right: 3px;
}

.advice-box select {
    color: #b3b3b3;
    padding: 8px 13px !important;
}

.advice-box textarea {
    height: 138px;
    margin: 0;
}

.advice-box input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.advice-box button {
    position: absolute;
    bottom: -55px;
    right: 0;
    top: inherit;
    background: #0b4d9e;
    color: #fff;
    font-weight: 600;
    height: 45px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.advice-box button:hover {
    background: #237eed;
}

.advice-box button svg {
    width: 30px !important;
    height: 30px !important;
    top: 1px;
    margin-right: 15px;
}

.advice-box button svg path {
    fill: #fff !important;
}

.relative {
    position: relative;
    margin-bottom: 60px;
}

#title2 {
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid #0b4d9e;
    z-index: 1;
    margin-top: -73px;
    position: relative;
}

#title2 h3 {
    text-transform: uppercase;
}

#login {
    background: url("img/cbg.png");
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.login-box {
    margin-top: -15px;
}

.login-box ul {
    text-align: center;
    margin-bottom: 30px;
}

.alertx {
    margin-bottom: 30px;
}

.login-box ul li {
    display: inline-flex;
}

.login-box ul li a {
    background: #939292;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 -2px;
    padding: 15px 30px;
    border-bottom: 4px solid #7c7c7c;
    transition: all 350ms;
}

.login-box ul li.active a {
    background: #0b4d9e;
    border-color: #114B9E;
}

.login-box ul li a svg {
    width: 30px;
    position: static;
    height: 30px;
    margin-right: 10px;
}

.hide2 {
    display: none;
}

.login-box input,
.login-box textarea,
#s234,
.select2 {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding: 8px 16px;
    border: none;
    background: #fff !important;
}

.login-box textarea {
    height: 100px;
}

#map iframe {
    pointer-events: none;
}

.radiox input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 102px;
    height: inherit;
}

.radiox input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: .6em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radiox input[type="radio"]:checked + .radio-label:before {
    background-color: #0b4d9e;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radiox input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #0b4d9e;
}

.radiox input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radiox input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.xx {
    color: #0b4d9e;
    text-decoration: underline;
}

.login-box button {
    background: #0b4d9e;
    color: #fff;
    transition: all 150ms;
    border: 1px solid #0b4d9e;
}

.xx3 {
    margin-bottom: 50px;
}

.login-box button:hover {
    background: none;
    color: #0b4d9e;
}

.tab-content .text-right {
    display: inline-block;
    float: right;
}

.log-input {
    position: relative;
}

.log-input input {
    padding-left: 40px;
}

.log-input::before {
    content: "\f007";
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    font-family: FontAwesome;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 20px;
}

.pass-input::before {
    content: "\f023" !important;
}

.pass-input2::before {
    content: "\f095" !important;
}

.mail-input input {
    padding-left: 45px;
}

.mail-input::before {
    content: "\f0e0" !important;
}

@media (min-width: 992px) {
    .mobile-top-menu {
        display: none;
    }
}

#main2 {
    background: url("img/main-bg.png");
    padding: 45px 0;
}

#main2 p {
    font-size: 15px;
    margin-bottom: 15px;
}

.p0 {
    padding: 0 !important;
}

.r-item {
    text-align: center;
    margin-bottom: 30px;
}

.r-item img {
    margin: 0 auto;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
    transition: all 400ms;
    border: 1px solid #ddd;
}

.r-item:hover img {
    border-color: #0a4d9c;
    background: #0a4d9c;
}

.r-item h5 {
    font-size: 16px;
    font-weight: 300;
}

.shadow {
    background: url("img/shadow.png");
    width: 122px;
    height: 6px;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 10px;
}

#history {
    padding: 45px 0;
    background: #f7f7f7;
}

#history h2 {
    color: #0a4d9c;
    font-weight: 600;
    margin-bottom: 30px;
}

#history h3 {
    margin-bottom: 5px;
}

#history p {
    line-height: 1.6;
}

.date {
    display: block;
    color: #0a4d9c;
    font-weight: 500;
    margin-bottom: 15px;
}

.owl-con {
    margin-top: 15px;
}

.owl-con span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    cursor: pointer;
    color: #adadad;
    height: 50px;
    margin-right: 3px;
    font-size: 16px;
    background: #e9e9e9;
    transition: all 350ms ease;
}

.owl-con span:hover {
    transform: translateY(-10px);
}

.g-pagi a {
    color: #fff;
    background: #0b4d9e;
    display: block;
    padding: 6px 15px;
    padding-left: 105px;
    border-bottom: 1px dashed #003e89;
}

.g-pagi .active a {
    background: #003e89 !important;
}

.g-item {
    margin-bottom: 20px;
    text-align: center;
}

.g-img {
    border: 4px solid #ebebeb;
    margin-bottom: 10px;
    position: relative;
}

.g-img img {
    margin: 0 auto;
}

.g-title {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.gimgov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 76, 101, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 250ms ease-in;
}

.gimgov svg {
    width: 60px;
    height: 60px;
}

.g-img:hover .gimgov {
    opacity: 1;
}

.doc-item {
    text-align: center;
    margin-bottom: 30px;
}

.d-item-img {
    margin-bottom: 10px;
    border: 1px solid #ededed;
    padding: 30px;
}

.doc-item img {
    margin: 0 auto;
}

.doc-item h6 {
    color: #747474;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.logos {
    margin-bottom: 60px;
}

.xdf:nth-of-type(2n+1) {
    clear: both;
}

.logos .col-md-2:nth-of-type(6n+1) {
    clear: both;
}

.showcase {
    margin-bottom: 90px;
}

.grid-s {
    min-height: 466px !important;
}

.grid-s .col-sm-4:nth-of-type(3n+1) {
    clear: both;
}

.rightnow {
    margin-right: 60px;
}

.sc-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 5px solid #ededed;
}

.sc-item img {
    margin: 0 auto;
    transition: all 500ms;
}

.sc-item:hover img {
    transform: scale(1.11111111);
}

.sc-item a {
    display: block;
    position: relative;
}

.sc-item a::before {
    transition: all 150ms ease-in;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114, 114, 114, 0.12);
    opacity: 0;
}

.sc-item a:hover::before {
    opacity: 1;
}

.h-p {
    position: relative;
}

.pdot {
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    transition: all 150ms;
    border-radius: 50%;
    display: block;
}

.pline {
    width: 3px;
    height: 35px;
    background: #d9d9d9;
    display: block;
    position: relative;
    left: 5px;
}

.pline::after {
    content: '';
    position: absolute;
    left: 3px;
    width: 20px;
    top: 13px;
    transition: all 150ms;
    height: 3px;
    background: #d9d9d9;
}

.pdate {
    position: absolute;
    right: 0;
    display: block;
    top: 20px;
}

#history .owl-pagination .active .pdot {
    border: 3px solid #0a4d9c;
    background: #fff;
}

#history .owl-pagination .active .pline::after {
    background: #0a4d9c;
}

#history .owl-pagination {
    position: absolute;
    width: 75px;
    left: 0;
    float: left;
    top: 0;
}

.history-slider {
    margin-left: 100px;
}

#history .owl-carousel .owl-wrapper-outer,
#history .owl-carousel {
    position: static !important;
}

.slider {
    position: absolute !important;
}

.formbox {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    padding: 20px 15px;
    overflow: hidden;
}

.formbox h4.xh4 {
    color: #0a4d9c;
    margin-bottom: 15px;
    font-weight: 700;
}

.formbox p {
    color: #747474;
}

.formbox ul {
    margin-bottom: 15px;
}

.formbox ul li {
    margin-bottom: 10px;
}

.formbox ul li i {
    margin-right: 5px;
}

.formbox strong {
    color: #0a4d9c;
}

.formbox h5.xh5 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #454545;
    background: #fff;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 45px;
}

.formbox h5.xh5::after {
    background: #cacaca;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 10px;
    display: inline-block;
    bottom: 6.5px;
    z-index: -1;
}

.formbox label {
    display: block;
    font-weight: 300;
}

.formbox input,
.formbox select,
.formbox textarea {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    width: 100%;
    margin-bottom: 20px;
}

.formbox select,
.formbox textarea {
    border: none !important;
    padding: 10px 8px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.formbox textarea {
    padding: 12px 16px;
    height: 124px;
}

.ed .row {
    display: flex;
    align-items: baseline;
}

.xc {
    text-align: center;
    margin-left: 25px;
    margin-bottom: 10px;
}

.ffg {
    margin-bottom: 12px;
    text-align: center;
}

.formbox button {
    background: #0a4d9c;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
    padding: 14px 16px;
    border: 2px solid #0a4d9c;
    transition: all 250ms ease;
    margin-bottom: 10px;
    border-radius: 3px;
}

.formbox button:hover {
    background: none;
    color: #0a4d9c;
}

.hide-form,
.show-form {
    background: #0a4d9c;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 45px;
    border: 2px solid #0a4d9c;
    transition: all 250ms ease;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
}

.hide-form:hover,
.show-form:hover {
    background: none;
    color: #0a4d9c;
}

.hide-form {
    display: none;
}

.pass {
    cursor: pointer;
}

.passdiv {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.50);
}

.form-d {
    background: #fff;
    position: relative;
    padding: 30px;
}

.close-d {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    width: 28px;
    height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.form-d label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-d input {
    border: 1px solid #e4e4e4;
    width: 100%;
    margin-bottom: 10px;
}

.form-d button {
    border: 2px solid #1b7c41;
    background: none;
    color: #1b7c41;
    font-weight: 500;
    width: 100%;
    transition: all 150ms ease-in;
}

.form-d button:hover {
    background: #1b7c41;
    color: #fff;
}

.mm {
    color: #47555e;
    font-style: italic;
    font-weight: 300;
}

.formbox2 {
    box-shadow: none !important;
    padding: 0 !important;
}

.formbox h5 {
    color: #0a4d9c;
    font-size: 20px;
}

.my_planHeader {
    text-align: center;
    color: white;
    padding: 15px 0;
}

.my_planHeader a {
    border: 1px solid #fff;
    padding: 7px;
    margin-top: 7px;
    display: inline-flex;
}

.my_planTitle {
    font-size: 28px;
}

.my_planPrice {
    font-size: 16px;
}

.my_planDuration {
    margin-top: -0.6em;
}

.collapse.in {
    display: block !important;
}

@media (max-width: 768px) {
    .logos .col-md-2:nth-of-type(2n+1) {
        clear: both;
    }
    .my_planTitle {
        font-size: small;
    }
    .sm2i {
        padding: 5px 25px;
    }
    .sm2i ul {
        padding: inherit !important;
        margin: 0 !important;
    }
    #b-pagi ul {
        display: none;
    }
    .sm2i i {
        margin-right: 5px;
    }
}


/* --- Features ------------------------- */

.my_feature {
    line-height: 2.8em;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
    .fixed-bar .menu .menu-item-67 > a::before,
    .menu .menu-item-67 > a::before {
        display: none;
    }
    .slicknav_nav .menu-item-67 > a > a {
        border: 1px solid #ecab15;
        padding: 5px 15px !important;
    }
}

.my_featureRow {
    background: #f5f5f5;
    border-bottom: 1px solid #f1f1f1;
}


/* --- Plan 1 --------------------------- */

.my_plan1 {
    background: rgb(224, 234, 242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color: white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}


/* --- Plan 2 --------------------------- */

.my_plan2 {
    background: rgb(230, 235, 218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color: white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}


/* --- Plan 3 --------------------------- */

.my_plan3 {
    background: rgb(254, 235, 212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color: white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}

.my_planFeature {
    text-align: center;
    padding: 15px;
}

.my_planFeature i.my_check {
    color: green;
}

.cat-item {
    margin: 0 !important;
    margin-bottom: 30px !important;
}

.cat-item figure {
    border: 4px solid #ebebeb;
    overflow: hidden;
    margin-bottom: 10px;
}

.cat-item img {
    margin: 0 auto;
}

.cat-item h5 {
    text-align: center;
    text-transform: uppercase;
    color: #434343;
    font-weight: 600;
}

.filter {
    padding: 15px 30px;
    background: #2c3e50;
    margin-bottom: 30px;
}

.filter span {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    height: 35px;
}

.filter select {
    width: 100%;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}

.seller-item {
    padding: 26px;
    border: 1px solid #afafaf;
    margin-bottom: 30px;
}

.seller-item img {
    margin-bottom: 15px;
    text-align: center;
}

.seller-item h6 {
    font-weight: 300;
    margin-bottom: 5px;
}

.seller-details {
    margin-bottom: 0;
}

.seller-details img {
    margin-right: 25px;
    margin-bottom: 0;
}

.seller-map {
    margin-top: 30px;
}

.seller-map iframe {
    pointer-events: none;
}

.s-details {
    margin-top: 60px;
}

.s-details h4 {
    color: #0a4d9c;
    font-weight: 700;
    margin-bottom: 15px;
}

.s-pagi a {
    padding: 6px 15px !important;
}

.s-pagi .current_page_item a {
    background: #003e89 !important;
}

.s-pagi ul {
    list-style: none;
    padding: 0;
}

.s-pagi ul a {
    padding-left: 30px !important;
}

.a-span {
    color: #fff;
    background: #0b4d9e;
    display: block;
    padding: 6px 15px;
    border-bottom: 1px dashed #003e89;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.s-s-img {
    border: 5px solid #e9e9e9;
}

.s-s-img img {
    margin: 0 auto;
}

.s-tab {
    margin-top: 30px;
}

.s-ul {
    background: #2c3e50;
    margin-bottom: 30px;
}

.s-ul li {
    display: inline-flex;
}

.s-ul li a {
    background: #2c3e50;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 -2px;
    padding: 24.93px;
    transition: all 350ms;
}

.s-ul li.active a {
    background: #0b4d9e;
}

.s-ul li a svg {
    width: 30px;
    position: static;
    height: 30px;
    margin-right: 10px;
}

.res-table {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
    padding: 20px;
    color: #747474;
}

.res-table .col-md-3:nth-of-type(4n+1) {
    clear: both;
}

.pb0 {
    padding-bottom: 0 !important;
}

.formbox3 {
    padding: 30px;
    background: #fff;
}

.formbox3 textarea {
    height: 83px;
}

.p-img {
    border: 4px solid #2c3e50;
    margin-bottom: 30px;
}

.res-table .row {
    padding: 7.5px 0;
    margin: 7.5px 0;
}

.res-table .row:nth-child(2n) {
    background: #e5e5e5;
}

.res-table p {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .seller-item-i {
        display: flex;
        align-items: center;
    }
    .login-box ul li.active a {
        transform: translateY(-10px);
    }
    .about-text {
        margin-top: 75px;
    }
    #about .sec-title {
        margin-bottom: 0;
    }
    .ref-slider .owl-prev {
        left: -35px;
        transform: translateX(0);
    }
    .ref-slider .owl-next {
        right: -35px;
        transform: translateX(0);
    }
    .ref-slider:hover .owl-prev {
        transform: translateX(-10px);
    }
    .ref-slider:hover .owl-next {
        transform: translateX(10px);
    }
    .prod-slider:hover .owl-prev {
        transform: translateX(-10px);
    }
    .prod-slider:hover .owl-next {
        transform: translateX(10px);
    }
    .pl0 {
        padding-right: 7.5px;
    }
    .home-a {
        position: relative;
        left: -10px;
    }
    .home-a::before {
        content: '';
        width: 1px;
        background: #ecab15;
        height: 23px;
        position: absolute;
        right: -10px;
        bottom: 28px;
    }
    .fixed-bar .home-a::before {
        background: #fff;
    }
    .pr0 {
        padding-left: 7.5px;
    }
    .m0768 {
        margin: 0 !important;
    }
}

@media (max-width: 1350px) {
    .top-menu ul li {
        margin: 0 6px;
    }
}

@media (max-width: 1300px) {
    .top-menu {
        padding-right: 285px;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .call {
        display: none;
    }
    .top-menu {
        padding-right: 50px;
    }
}

@media (max-width: 1095px) {
    .top-menu ul li {
        margin: 0 3px;
    }
}

@media (max-width: 1045px) {
    .top-menu ul li {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .logos .col-md-2:nth-of-type(3n+1) {
        clear: both;
    }
    .call {
        right: 100px;
    }
    .top-bar .pull-left {
        display: block;
    }
    .top-conn ul li {
        float: left;
        line-height: 80px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .slide-item figcaption h1 {
        font-size: 40px;
    }
    .slide-item figcaption h2 {
        font-size: 26px;
    }
    .header-bottom {
        bottom: 30px;
        width: auto;

    }
    .g-pagi a {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .seller-item-i img {
        margin-bottom: 30px;
    }
    .s-ul li {
        display: flex;
    }
    .s-ul li a {
        flex: 1;
    }
    .search-box,
    .search-box input {
        width: 100%;
    }
    .none768 {
        display: none;
    }
    .sec-title h2 {
        font-size: 24px;
    }
    .owl-prev {
        left: -15px;
    }
    .owl-next {
        right: -15px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .foot-block {
        margin-bottom: 45px;
    }
    .call-box {
        margin-bottom: 30px;
    }
    .blue-box svg {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .g-pagi {
        margin-bottom: 30px;
    }
    #history .owl-pagination {
        left: 85px;
        top: -185px;
        transform: rotate(270deg);
    }
    .history-slider {
        margin-left: 0;
        margin-top: 120px;
    }
    .checkout {
        margin-bottom: 30px;
    }
}

@media (max-width: 555px) {
    .call {
        display: none;
    }
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard {
    position: relative;
}

.stepwizard-row {
    margin: 60px 0;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    width: 1%;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-content {
    border: none !important;
    float: left !important;
    margin-top: 0 !important;
    padding: 15px !important;
    width: 100% !important;
}

.active-step {
    background: #0b4d9e;
    color: #fff;
}

.form fieldset {
    border: none;
    padding: 0;
    padding: 10px 0;
    position: relative;
    clear: both;
}

.form fieldset.fieldset-expiration .select {
    width: 75px;
    margin-right: 12px;
    float: left;
}

.form fieldset label {
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    font-weight: bold;
}

.form fieldset input,
.form fieldset .select {
    width: 100%;
    height: 38px;
    color: #333333;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.form fieldset input.input-cart-number,
.form fieldset .select.input-cart-number {
    display: inline-block;
    margin-right: 8px;
}

.form fieldset input.input-cart-number:last-child,
.form fieldset .select.input-cart-number:last-child {
    margin-right: 0;
}

.form fieldset .select {
    position: relative;
}

.form fieldset .select::after {
    content: '';
    border-top: 8px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 10px;
    pointer-events: none;
}

.form fieldset .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    padding: 0;
    border: none;
    width: 100%;
    outline: none !important;
    top: 6px;
    left: 6px;
    background: none;
}

.form fieldset .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/*--------------------
Checkout
--------------------*/

.checkout {
    margin-top: 110px;
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 30px;
    padding-top: 150px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}


/*--------------------
Credit Card
--------------------*/

.credit-card-box {
    -webkit-perspective: 1000;
    perspective: 1000;
    width: 400px;
    height: 280px;
    position: absolute;
    top: -112px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.credit-card-box:hover .flip,
.credit-card-box.hover .flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card-box .front,
.credit-card-box .back {
    width: 400px;
    height: 250px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(315deg, #0b5fdc, #0b4e9f);
    background: linear-gradient(135deg, #0b5fdc, #0b4e9f);
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.credit-card-box .front::before,
.credit-card-box .back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
    background-size: cover;
    opacity: .05;
}

.credit-card-box .flip {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.credit-card-box .logo {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 60px;
}

.credit-card-box .logo svg {
    width: 100%;
    height: auto;
    fill: #fff;
}

.credit-card-box .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.credit-card-box .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card-box .back .logo {
    top: 185px;
}

.credit-card-box .chip {
    position: absolute;
    width: 60px;
    height: 45px;
    top: 20px;
    left: 20px;
    background: -webkit-linear-gradient(315deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
    background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
    border-radius: 8px;
}

.credit-card-box .chip::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid rgba(128, 128, 128, 0.1);
    width: 80%;
    height: 70%;
    border-radius: 5px;
}

.credit-card-box .strip {
    background: -webkit-linear-gradient(315deg, #404040, #1a1a1a);
    background: linear-gradient(135deg, #404040, #1a1a1a);
    position: absolute;
    width: 100%;
    height: 50px;
    top: 30px;
    left: 0;
}

.credit-card-box .number {
    position: absolute;
    margin: 0 auto;
    top: 103px;
    left: 19px;
    font-size: 38px;
}

.credit-card-box label {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 0.5;
    display: block;
    margin-bottom: 3px;
}

.card-expiration-date label {
    text-align: right !important;
}

.credit-card-box .card-holder {
    text-align: left;
}

.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
    position: absolute;
    margin: 0 auto;
    top: 180px;
    left: 19px;
    font-size: 22px;
    text-transform: capitalize;
}

.credit-card-box .card-expiration-date {
    text-align: right;
    left: auto;
    right: 20px;
}

.credit-card-box .ccv {
    height: 36px;
    background: #fff;
    width: 91%;
    border-radius: 5px;
    top: 110px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    color: #000;
    text-align: right;
    padding: 10px;
}

.credit-card-box .ccv label {
    margin: -25px 0 14px;
    margin-left: -7.5px;
    color: #fff;
}

.order {
    background: #0b4d9e;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
}

.order a {
    color: #fff;
    text-decoration: underline;
}

input[type=checkbox] {
    width: inherit;
    box-shadow: none;
    display: inline-flex;
    height: inherit;
    margin: 0;
}

.order p {
    margin-bottom: 10px;
}

.order h5 {
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.order-item {
    display: flex;
    margin-bottom: 10px;
}


/* .cc123,.cc1233,.op788 {display: none} */

.op789 {
    display: none
}

.name {
    flex: 1;
    text-align: left;
}

.kdv-wrap2 {
    margin-top: -10px;
    margin-bottom: 15px !important;
}

.kdv-wrap {
    display: flex;
    height: 22px;
    margin-bottom: 10px;
}

.kdv-wrap label {
    margin-right: 10px;
}

.sub-wrapp-a {
    position: relative;
    padding-top: 2px;
    cursor: not-allowed;
}

.sub-wrapp-a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.order h6 {
    font-size: 20px;
    margin: 30px 0;
    margin-top: 25px;
}

.order button {
    color: #fff;
    background: #2db838;
    border: none;
    border-radius: 6px;
    border-bottom: 4px solid #258d67;
    transition: none;
    letter-spacing: 0.3px;
}

.order button:hover {
    background: #2db838;
    color: #fff;
    border: none;
    position: relative;
    top: 4px;
}

@media (max-width: 420px) {
    .credit-card-box {
        display: none;
    }
    .checkout {
        padding-top: 30px;
        margin: 0;
    }
}

@media (max-width: 370px) {
    .login-box ul li {
        display: inherit;
    }
}

.lastbtn {
    width: 100%;
    margin-bottom: 7px;
    border-radius: 15px;
}

.vError {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.vError input,
.vError select,
.vError textarea,
.vError .selectric {
    border: 1px solid red !important;
    outline: none !important;
}

.vError p.vErrorIn {
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
    font-size: 13px !important;
    color: red !important;
    margin: 0px;
    margin-top: -15px;
    float: left;
    font-weight: 400 !important;
}

.charWrap {
    position: relative;
    float: left;
    width: 100%;
}

.charWrap .charlimit {
    background: #fff;
    position: absolute;
    right: 1px;
    padding: 9px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    font-size: 13px;
    top: 1px;
}

.vAjaxErrors {
    width: 100%;
    float: left;
    height: auto;
}

.vAjaxErrors .vSuccess-alert {
    background: #e2ffe2;
    border: 1px solid #88ff88;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #1d611d;
}

.vAjaxErrors .vErrors-alert {
    background: #ffd3d3;
    border: 1px solid #f7a2a2;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #a93030;
}

.vAjaxErrors .vErrors-info {
    background: #ffd3d3;
    border: 1px solid #f7a2a2;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #a93030;
}


/* =WordPress Core
-------------------------------------------------------------- */

.content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content a {
    font-weight: 700;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content a,
.content h6 {
    color: #0a4d9c;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 15px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.xc ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}

.xc ul li {
    display: inline-flex;
    width: 47%;
    padding-right: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .xc ul li {
        width: 100%;
    }
}

.selected-usd,
.selected-euro,
.kdv-usd,
.kdv-euro {
    display: none;
}

.login-box .order .embed-input {
    background: none !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 43%;
    pointer-events: none !important;
    height: inherit;
}

.flag-phone {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    display: none;
    align-items: center;
    background: #eee;
    border-radius: 0 6px 6px 0;
    width: 46px;
    justify-content: center;
}

.menu .menu-item-67 > {
    margin: 0px 10px;
}

.menu .menu-item-67 > a {
    position: relative;
}

.menu .menu-item-67 > a::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 25px;
    width: calc(100% + 20px);
    border: 1px solid #ecab15;
    height: 30px;
    z-index: -1;
}

.menu > .menu-item-67 a::after {
    color: white !important;
}

.fixed-bar .menu .menu-item-67 > a::before {
    border: 1px solid #fff;
}

.page-id-1203 .content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 100%;
    height: 5px;
    background: linear-gradient(330deg, #4f4f4f 0%, #4f4f4f 100%);
}

.page-id-1203 .content h2 {
    position: relative;
    font-size: 30px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.page-id-1203 .content h2 strong {
    background: white;
    z-index: 1;
    position: relative;
    padding: 0 30px;
}

.page-id-1203 .content h2 strong span {
    color: #4f4f4f !important;
}

.page-id-1203 .content h3 {
    background: linear-gradient(330deg, #4f4f4f 0%, #4f4f4f 100%);
    font-size: 14px;
    color: white !important;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: -1px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-id-1203 .content h3 span {
    color: white !important;
}

.page-id-1203 .content p {
    font-size: 16px;
}

.page-id-1203 .content blockquote {
    border: none;
    padding: 30px;
    margin-bottom: 45px;
    border: 1px dashed #4f4f4f;
}

.page-id-1203 .content blockquote ul {
    padding-left: 20px;
    margin-top: 15px;
    font-size: 15px;
}

.page-id-1203 .content blockquote p {
    margin-bottom: 0 !important;
}

.contentBox {
    margin: 0 30px 30px 0;
}

.contentHeader {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.contentHeader-header {
    margin-bottom: 8px;
}

.contentHeader-header {
    width: 100%;
}

.contentBox .contentHeader img {
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
}

.contentBox .contentHeader .contentHeader-body {
    display: flex;
    width: 100%;
}

.contentBox .contentBody {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #333333;
}

.contentBox .contentBody h2 {font-size:22px;}
.contentFooter,
.contentBody-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.categoryName.mavi {
    background-image: url(img/mavi.png
);
    background-position: left center;
    background-size: cover;
}

.categoryName.sari {
    background-image: url(img/sari.png
);
    background-position: left center;
    background-size: cover;
}

.categoryName.kirmizi {
    background-image: url(img/kirmizi.png
);
    background-position: left center;
    background-size: cover;
}

.categoryName,
.categoryName:visited {
    position: relative;
    display: table;
    font-size: 14px;
    font-weight: 700;
    background-image: url(img/category_bg_basic.png);
    background-position: left center;
    background-size: cover;
    color: #ffffff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    margin-left: auto;
    padding: 5px 10px 5px 40px;
}

.innerContent.empty {
    margin: 0px;
}

.innerContent {
    max-width: 770px;
    width: 100%;
    background: #FFFFFF;
    padding: 30px;
    flex: 1;
    margin: -160px 30px 0 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}



.innerContent .contentHeader .contentHeader-body .entry-date,
.innerContent .contentHeader .contentHeader-body .author-name,
.innerContent .contentHeader .contentHeader-body .reading-time {
    margin-right: 15px;
    text-align: left;
    float: left;
}

.entry-date,
.author-name,
.reading-time {
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    align-self: center;
}

.wp-pagenavi {
    text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    text-min-width: 10px;
    float: left;
    text-decoration: none;
    background: #ecab15;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    transition: 300ms all;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 2px
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #ecab15
}

.wp-pagenavi span.current {
    color: #000;
    background: #fff
}

.sayfalama {
    width: 100%;
    margin: 10px 10px 10px 0
}

.clear {
    clear: both;
}
@media screen and (min-width:0) and (max-width:900px) {

.contentBox {margin:0 0 30px 0}
}

.tags ul {margin:0;padding:0;}
.tags ul li {float:left;list-style:none;background-color:#ecab15;margin-right:5px;color:#fff;font-weight:500;margin-bottom:10px;padding:5px;border-radius:3px;}
.tags ul li a {color:#fff;}