/* ===================================
    1. Global CSS
====================================== */
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

body.on {
    overflow: hidden;
}

body a {
    text-decoration: none;
    color: #000;
    transition: color .2s ease;
}

body a:hover {
    color: #0000ff; 
}

blockquote:not(.cocobasic-block-pullquote) {
    font-family: 'PT+Serif', sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-style: normal;
    color: #939393;
    position: relative;
    margin: 25px 0 50px;
}

blockquote.quote-inline {
    max-width: 450px;
}

blockquote:not(.cocobasic-block-pullquote):before {
    font-family: 'Roboto', sans-serif;
    content: '\201C';
    font-size: 305px;
    line-height: 100%;
    color: #0000ff;
    display: block;
    font-weight: 700;
    position: relative;
    left: -15px;
    top: 0;
    margin-bottom: -165px;
}

blockquote.quote-inline:before {
    left: -175px;
    top: 90%;
    position: absolute;
    margin-bottom: 0;
    transform: translateY(-50%);
}

body p, body pre {
    margin-bottom: 15px;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    /* width: auto; */
    height: auto;
}

.doc-loader  {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.doc-loader img {    
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
	height: 170px;
}

.content-1170 {
    width: 1770px;
    max-width: 97%;
}

.content-960 {
    width: 960px;    
    max-width: 95%;
}

.content-650 {
    width: 650px;    
    max-width: 95%;
}

.content-570 {
    width: 570px;    
    max-width: 95%;
}

.pagination-holder {
    margin: 60px 0;
}

.section-wrapper  {
    padding-top: 25px;
}

.wp-link-pages  {
    clear: both;
    display: block;
}

.header-logo img {
	height: 77px !important;
}

/* ===================================
    1.1 Global Header Logo/Menu CSS
====================================== */

.header-holder {
    z-index: 99 !important;
    /* background-color: #ffffff; */
    width: 100% !important;
    top: 0;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.admin-bar .header-holder {
    /* top: 12px !important; */
}

.menu-wrapper {
    max-width: 98%;
    /* width: 1170px; */
    min-height: 27px;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 0;
}

@media (min-width:1600px) {
    .menu-wrapper
    {
        width: 1780px;
    }           

}

.header-logo {
    line-height: 0;
    font-size: 0;
    float: left;
    /* position: absolute; */
    /* transform: translateY(-70%); */
    /* top: 50%; */
}

.menu-holder {
    /* float: right; */
    position: fixed;
    text-align: center;
    height: 100vh;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    overflow: auto;
    max-width: 100%;
    z-index: 9;
    display: none;
    right: 0px;
    transition: all 0.5s ease-in-out;
}

.lang_menu {
    right: 48px;
    z-index: 10;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.lang_menu li {
    list-style-type: none;
    color: #fff;
}
.lang_menu li a{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.toggle-holder {
    /* display: none; */
    right: 7px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #ffffff;
    width: 22px;
    transition: all .3s ease;
    transition-delay: .1s;
}

#toggle .second-menu-line {        
    transform: translate3d(10px,0,0);
}

#toggle:hover .second-menu-line {    
    transform: translate3d(0,0,0) !important;
}

#toggle.on .second-menu-line  { 
    transform: translate3d(-10px,0,0);
}

#toggle .third-menu-line {        
    margin-bottom: 5px;
}

.sm-clean .has-submenu {
    /* padding-right: 36px !important; */
}

body .site-wrapper .sm-clean a {
    cursor: pointer;
    color: #000;
    transition: color .3s ease;
    transition: opacity 0.3s ease-in-out;
}

.sm-clean a span.sub-arrow {
    /* right: 10px; */
    /* margin-top: 1px; */
    display: none;
}

.sm-clean a.highlighted {
    padding: 15px;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
    font-size: 26px;
    font-weight: 500;
    transition: color .3s ease, background-color .3s ease;
    padding: 15px;
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {    
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean {
    background-color: transparent;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    flex-wrap: wrap;
    transition: all 0.5s ease-in-out;
}

body .site-wrapper .sm-clean .current-menu-parent > a, 
body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a, 
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current_page_item > a {
    color: #574cfb;
}



.menu-holder.show li  {
    animation : fadeInUp  1s 1 both;
    width: 100%;
}
.menu-holder.show li:nth-child(1) {animation-delay: 0.1s;}
.menu-holder.show li:nth-child(2) {animation-delay: 0.2s;}
.menu-holder.show li:nth-child(3) {animation-delay: 0.3s;}
.menu-holder.show li:nth-child(4) {animation-delay: 0.4s;}
.menu-holder.show li:nth-child(5) {animation-delay: 0.5s;}
.menu-holder.show li:nth-child(6) {animation-delay: 0.6s;}
.menu-holder.show li:nth-child(7) {animation-delay: 0.7s;}


@keyframes fadeInUp {
  0% {opacity : 0; transform : translatey(100%);}
  100% {opacity : 1; transform: translatey(0);}
}

@keyframes rubberBand {
  0% {transform : scale3d(1,1,1);}
  30% {transform : scale3d(1.25,0.75,1);}
  40% {transform : scale3d(0.75,1.25,1);}
  50% {transform : scale3d(1.15,0.85,1);}
  65% {transform : scale3d(0.95,1.05,1);}
  75% {transform : scale3d(1.05,0.95,1);}
  100% {transform : scale3d(1,1,1);}
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function : cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {opacity : 0; transform : translate3d(-3000px,0,0);}
  60% {opacity : 1; transform : scale3d(25px,0,0);}
  75% {transform : scale3d(-10px,0,0);}
  90% {transform : scale3d(5px,0,0);}
  100% {transform : none;}
}

.sm-clean > li.menu-item-has-children, 
.sm-clean > li.page_item_has_children {
    margin-right: 0;
}

.sm-clean li:last-child {
    margin-right: 0;
}

.sm-clean a.has-submenu {
}

.sub-menu a, .children a {
    padding-left: 15px !important;    
}

.sub-menu .sub-menu a, 
.children .children a, 
.sub-menu .sub-menu a:hover, 
.children .children a:hover {
    padding-top: 10px !important;
}

@media (min-width: 925px) {

    .sm-clean ul a span.sub-arrow {
        margin-top: -4px;
        right: 23px;
    }
    .sm-clean ul {
        padding: 8px 0;
        width: 100% !important;
        position: relative !important;
        float: left;
        min-width: auto !important;
        max-width: 100% !important;
        animation: fadeInUp 1s 1 both;
    }

}

@media (max-width: 925px) {

    #header-main-menu 
    {
        display: block;
        /* margin: 30% auto 0 auto; */
    }

    .sm-clean ul
    {
        background-color: #fff;
    }
	
	.mouse-scroll {display: none;}
}

.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 5px;
}

.sm-clean a span.sub-arrow:before {
    display: block;
    content: '\25CF';
    font-size: 8px;
    margin-top: 7px;
    color: #939393;
    transition: color .2s ease;
}

.sm-clean a.highlighted span.sub-arrow:before {
    display: block;
    content: '\25CF';
    font-size: 8px;
    margin-top: 7px;        
    color: #000 !important;
}

/* ===================================
    2. Blog Page (Home) CSS
====================================== */

.blog .site-content {    
    background-color: #fff;
}

.blog-holder {
    width: 1300px;
    max-width: 95%;
    margin-top: 10%;
}

.blog-item-holder {        
    width: 60%;
}

.blog-item-holder .entry-holder {
    display: flex;
    width: 100%;
    position: relative;
    padding: 50px 0;
    align-items: center;
}

.blog-item-holder .entry-holder:after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
}


.blog-item-holder .post-thumbnail {
    position: absolute;
    width: 66%;
    right: -68%;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    visibility: hidden;
}

.blog-item-holder .entry-holder.active-post + .post-thumbnail {
    opacity: 1;
    transform: translateY(-120px);
    visibility: visible;
}

.blog-item-holder .entry-info {
    font-size: 10px;
    margin-right: 20px;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-item-holder h2.entry-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding: 0;
    word-break: break-word;
}

.blog-item-holder h2.entry-title a:hover {
    color: #aeaeae;
}

.more-posts-index-holder {
    margin: 100px auto 50px;
    min-height: 1px;
    width: 1300px;
    max-width: 95%;
}

.blog .more-posts, 
.blog .no-more-posts, 
.blog .more-posts-loading {
    color: #fff !important;
    background-color: #000;
    padding: 17px 3px 17px 14px;
    display: inline-block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    text-align: center;
}

.blog .more-posts:hover, 
.blog .no-more-posts:hover, 
.blog .more-posts-loading:hover {
    opacity: 0.8 !important;
}

.blog .more-posts-loading {
    opacity: 0.8;
}

.blog .more-posts, 
.blog .more-posts-loading {
    cursor: pointer;      
}

.blog .no-more-posts {
    cursor: auto;   
    display: none;    
}

.blog .more-posts-loading {
    display: none;
}

.more-posts-holder.scroll {
    margin-top: 50px;
}

.more-posts-index-holder.scroll .more-posts, 
.more-posts-index-holder.scroll .no-more-posts {
    display: none !important;    
}

.more-posts-index-holder.scroll .more-posts-loading {
    background-color: transparent;
    font-size: 0;
    background-image: url(images/preloader.gif);    
    padding: 0;
    width: 200px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


/* ===================================
    3. General Page CSS
====================================== */

h1.page-title {
    font-size: 21px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

img.title-logo {
    margin-bottom: 50px;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

ul.archive-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

ul.archive-list li {
    border-top: 1px solid #f7f7f7;
    padding: 15px 20px;
}

ul.archive-list li:first-child {
    border: none;
}

ul.archive-list li span {
    font-weight: 700;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .prev, 
.navigation.pagination .next {
    display: none;
}

.navigation.pagination a  {
    margin: 0 5px;
    transition: all .3s ease;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 90%;
    text-align: center;
}

.navigation.pagination a:hover {
    color: #0000ff;
}

.navigation.pagination .current {
    background-color: #0000ff;
    color: #fff;
    margin: 0 5px;
    transition: all .3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 90%;
    text-align: center;
}



/* ===================================
    4. Single Post CSS
====================================== */

.single .site-content {
    background-color: #fff;
}

.single .post-info-wrapper div {
    margin-bottom: 20px;
}

.single .post-info-wrapper {
    margin-bottom: 30px;
    font-size: 15px;
    color: #939393;
    width: 150px;
    margin-right: 45px;
    float: left;
    margin-top: 7px;
}

.single .post-info-wrapper a {
    color: #939393;
}

.single .post-info-wrapper .text-holder {
    font-size: 10px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 15px;
}

.single article {
    padding-top: 75px;
}

.single h1.entry-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    width: 720px;
    margin: 0 auto 50px;
    max-width: 95%;
}

.single .entry-info div:last-of-type:after {
    display: none;
}

.single .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single .entry-info ul li {
    display: inline-block;
}

.single .entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.single .entry-info .cat-links ul li:last-child:after {
    display: none;
}

.single-post-featured-image {
    text-align: center;
    padding-bottom: 40px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

.single .entry-content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    width: 680px;
    float: left;
}

.tags-holder {
    margin: 30px 0;
    display: inline-block;
}

.tags-holder a {
    color: #0000ff;
    border: 1px solid #0000ff;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 17px 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 50px;
    transition: all .3s ease;
    letter-spacing: 3px;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {
    background-color: #0000ff;    
    color: #fff !important;
}

.single .wp-link-pages span {
    color: #191919;
}

.single .wp-link-pages {
    color: #0000ff;
}

.single .nav-links {
    padding: 40px 90px;
    position: relative;
}

.single .nav-links a {
    color: #000;
    position: relative;
    float: right;
}

.single .nav-links a:hover {
    color: #000 ;
}

.single .nav-previous {
    display: inline-block;
    text-align: left;
    float: left;
    width: 260px;
    position: relative;
}

.single .nav-next {
    display: inline-block;
    float: right;
    width: 260px;
    text-align: right;
    position: relative;
}

.nav-previous a, .nav-next a {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}

.single .nav-previous a {
    float: left;
    position: relative;
}

.single .nav-previous .arrow-holder {
    display: block;
    font-size: 50px;
    transition: transform .3s ease;
    position: absolute;
    top: 0;
    left: -75px;
    line-height: 17px;
}

.single .nav-previous a:hover + .arrow-holder {
    transform: translate(-10px, 0);
}

.single .nav-next .arrow-holder {
    display: block;
    font-size: 50px;
    transition: transform .3s ease;
    position: absolute;
    top: 0;
    right: -70px;
    line-height: 18px;
}

.single .nav-next a:hover + .arrow-holder {
    transform: translate(10px, 0);
}


/* ===================================
    5. Comments CSS
====================================== */


#comments-wrapper {
    padding-top: 40px;
    margin-top: 40px;
}

.site-wrapper .comment-form-holder a {
    color: #191919;
}

.comment-form-holder a:hover {
    color: #0000ff;
}

ol.comments-list-holder {
    margin: 0;
}

.comments-holder ol.comments-list-holder, 
.comments-holder ul.children {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.comments-holder ul.children {
    position: relative;
}

.comments-holder ul.children:before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #dddddd;
    position: absolute;
    left: 34px;
    top: 10px;
}

.vcard img {
    border-radius: 100px;
}

.comments-holder .comment-author-date-replay-holder {
    margin-left: 110px;
    padding-top: 8px;
    padding-left: 0;
}

.comments-holder .pingback {
    padding-bottom: 80px;
}

.comments-holder .pingback .comment-author-date-replay-holder, 
.comments-holder .pingback .comment-text {
    margin-left: 0;
}

ul.comment-author-date-replay-holder li {
    display: inline-block;
}

ul.comment-author-date-replay-holder li.comment-author {
    max-width: 90%;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-date {
    margin-left: 110px;
    text-transform: uppercase;
    color: #bfbfbf;
}

.pingback .comment-date {
    margin-left: 0;
    margin-top: 0;
}

.comment-reply {
    float: right;
}

a.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 0 !important;
}

.comments-number {
    font-size: 24px;
    line-height: 25px;
    color: #6f6f6f;
    text-align: center;
}

.comment-content-holder {
    margin-left: 50px;
}

.comment-content-holder {
    width: 470px;
}

.comment-time-separator {
    display: inline-block;
    margin: 0 20px;
}

.comment-text {
    clear: both;
    margin-top: 30px;
    display: block;
}

.comment-text p {
    display: inline;
}

.replay-at-author {
    color: #0000ff;
    margin-right: 8px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 0;
    text-transform: uppercase;
}

#reply-title {
    font-size: 20px;    
}

#cancel-comment-reply-link  {
    font-size: 13px;
    padding-left: 15px;
}

.comment-time {
    display: inline-block;
    font-size: 14px;
}

.comment {
    padding-bottom: 80px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.children .comment {    
    padding-top: 80px;
    padding-bottom: 0;
}

.comment:last-child {
    padding-bottom: 0;
}

.logged-in-as {
    margin-bottom: 50px;
}

.comment-form-holder {
    background-color: #f7f7f7;
    margin-top: 50px;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    border: 0;
    border-bottom: 2px solid;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;    
}

#commentform #email, 
#commentform #author {
    padding-bottom: 5px;
}

#commentform #email {
    margin-bottom: 50px;
}

.wpcf7-date {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
    font-family: 'Plus Jakarta Sans';
}

#commentform input[type=text]::-webkit-input-placeholder, 
#commentform input[type=email]::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;    
}

#commentform input[type=text]::-moz-placeholder,
#commentform input[type=email]::-moz-placeholder,
#commentform textarea::-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;    
}

#commentform input[type=text]:-ms-input-placeholder,
#commentform input[type=email]:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

#commentform input[type=text]:-moz-placeholder, 
#commentform input[type=email]:-moz-placeholder, 
#commentform textarea:-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;    
}

#commentform #comment {
    height: 150px;
}

.form-submit {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.form-submit input[type=submit] {
    font-family: 'Poppins', sans-serif;
    border: 2px solid #000;
    display: block;
    color: #000;
    background-color: transparent;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.2s linear;
    width: 100%;
    font-weight: 700;
}

.form-submit input[type=submit]:hover {
    background-color: #000000;
    color: #fff;
}


/* ===================================
    6. Archive / Search Page CSS / 404 Page
====================================== */

.search h1.entry-title, 
.archive h1.entry-title {
    text-align: center;
    display: table;
    margin: 75px auto;        
    color: #fff;
    background-color: #0000ff;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.search-no-results .results-holder {
    margin-bottom: 50px;
    text-align: center;
}

.search .blog-holder, .archive .blog-holder {
    margin-top: 5%;
}

.archive .pagination-holder  {
    margin-top: 80px;
}

.error-text-help-first {
    font-size: 36px;
    line-height: 40px;
    margin-top: 95px;
}

.error-text-help-second {
    font-size: 30px;
    line-height: 40px;
    max-width: 460px;
    margin: 0 auto;
}

.error-text-404 {
    font-weight: 900;
    font-size: 350px;
    color: #ffe716;
    line-height: 100%;
}

.error-search-holder input {
    font-family: 'Work Sans', sans-serif;
    color: #939393;
    font-weight: 400;
    text-align: center;
    border: 2px solid #000;
    width: 730px;
    max-width: 95%;
    padding: 25px;    
}

.error-search-holder input::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;    
    font-weight: 400; 
    color: #939393;
    opacity: 1;
    text-align: center;       
}

.error-search-holder input::-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;    
    font-weight: 400; 
    color: #939393;
    opacity: 1;
    text-align: center;      
}

.error-search-holder input:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;    
    font-weight: 400; 
    color: #939393;
    opacity: 1;
    text-align: center;    
}

.error-search-holder input:-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;    
    font-weight: 400; 
    color: #939393;
    opacity: 1;
    text-align: center;       
}

.error-text-home {
    margin-top: 35px;
}

.error-text-home a {
    color: #939393;
}

.error-text-home a:hover {
    color: #565656;
}


/* ===================================
    7. Contact Page CSS
====================================== */

.wpcf7-form {
    max-width: 100%;
    margin: 0 auto;
}

.wpcf7 .span6 {
	width: 100%;
	grid-column-gap: 20px
	
}
.wpcf7 form .row-fluid {
	display: inline-grid;
    grid-template-columns: 2fr 2fr;
    width: 100%;
	grid-column-gap: 20px
}

.rowgenel .span6 {
	width: 100%;
	grid-column-gap: 20px
	
}
.rowgenel {
	display: inline-grid;
    grid-template-columns: 2fr 2fr;
    width: 100%;
	grid-column-gap: 20px
}

.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 textarea
{
    font-family: 'Work Sans', sans-serif;
    color: #000;
    border: 0;
    border-bottom: 1px solid;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
	outline: none;
	margin-top: 10px;
}
.wpcf7 select
{
    font-family: 'Work Sans', sans-serif;
    color: #000;
    border: 1px solid #fff;
    border-bottom: 1px solid;
    height: 30px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
    outline: none;
    margin-top: 10px;
}
.wpcf7 input[type=file]
{
    font-family: 'Work Sans', sans-serif;
    color: #000;
    border: 0;
    border-bottom: 1px solid;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
	outline: none;
	margin-top: 10px;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 input[type=submit] {	
    font-family: 'Poppins', sans-serif;
    border: 2px solid #000;
    display: block;
	float:left;
    color: #000;
    background-color: transparent;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.2s linear;
    width: 100%;
    font-weight: 700;
}

.wpcf7 input[type=submit]:hover {
    background-color: #000000;
    color: #fff;
}

.wpcf7 input[type=text]::-webkit-input-placeholder, 
.wpcf7 input[type=email]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

.wpcf7 input[type=text]::-moz-placeholder, 
.wpcf7 input[type=email]::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;
}

.wpcf7 input[type=text]:-ms-input-placeholder, 
.wpcf7 input[type=email]:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

.wpcf7 input[type=text]:-moz-placeholder, 
.wpcf7 input[type=email]:-moz-placeholder, 
.wpcf7 textarea:-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;
}

/* END CONTACT */



/* ===================================
    8. Footer CSS
====================================== */


footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer {
    font-size: 16px;
    line-height: 36px;
    padding-top: 0px;
    padding-bottom: 20px;
    clear: both;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

.footer-content {
    padding-top: 0px;
}

.social-holder {
    margin-bottom: 35px;
    margin-top: 5px;
}

.social-holder a {
    font-size: 17px;
    margin-right: 25px;
}

.social-holder a:hover {
    color: #939393;
}

.social-holder a:last-of-type {
    margin: 0;
}

.copyright-holder {
    margin-top: 35px;
}

.copyright-holder a {
    color: #939393;
}

.copyright-holder a:hover {
    color: #565656;
}

.widget_search .search-field::-ms-clear {
    display: none; 
    width: 0; 
    height: 0; 
}

.widget_search .search-field::-ms-reveal {
    display: none; 
    width: 0; 
    height: 0; 
}

.widget_search .search-field::-webkit-search-decoration,
.widget_search .search-field::-webkit-search-cancel-button,
.widget_search .search-field::-webkit-search-results-button,
.widget_search .search-field::-webkit-search-results-decoration {
    display: none;
}

.widget_search .search-field {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    max-width: 350px;
    width: 90%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    text-align: left;
    -webkit-appearance: none;
}

.widget_search .search-field::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif;    
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    opacity: 1;
    text-align: left;    
}

.widget_search .search-field::-moz-placeholder {
    font-family: 'Work Sans', sans-serif;    
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    opacity: 1;
    text-align: left;    
}

.widget_search .search-field:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    opacity: 1;
    text-align: left;    
}

.widget_search .search-field:-moz-placeholder {
    font-family: 'Work Sans', sans-serif;    
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    opacity: 1;
    text-align: left;    
}

ul#footer-sidebar li.widget  {
    width: 100%;
    /* margin-right: 4%; */
    float: left;
    /* margin-bottom: 50px; */
    text-align: left;
}

ul#footer-sidebar li.widget:nth-child(3n) {
    margin-right: 0;
}

ul#footer-sidebar li.widget:nth-child(3n+1)  {
    clear: left;
}

ul#footer-sidebar:after {
    clear: both;
    content: "";
    display: block;
}

ul#footer-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

ul#footer-sidebar a:hover {
    color: #939393;
}

h4.widgettitle {
    font-size: 16px;
}

.tagcloud a {
    font-size: 14px !important;
    display: block;
}

.widget_recent_entries a {
    border-bottom: 1px solid;
}

.widget_recent_entries span.post-date {
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

ul#footer-sidebar li.widget select {
    max-width: 100%;
}


/* ===================================
    9. Responsive CSS
====================================== */

@media screen and (max-width: 1360px) {

    .single .nav-links .content-1170 {
        max-width: 100%;
    }

}


@media screen and (max-width: 1024px) {   

    .sm-clean li {
        margin-right: 8px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 15px 8px;
    }

    .blog-holder, 
    .footer-content {
        width: 100%;
    }    

}

@media screen and (max-width: 1020px) {   

    .wait-01s, 
    .wait-02s, 
    .wait-03s, 
    .wait-04s, 
    .wait-05s, 
    .wait-06s, 
    .wait-07s, 
    .wait-08s, 
    .wait-09s, 
    .wait-10s, 
    .wait-11s, 
    .wait-12s, 
    .wait-13s, 
    .wait-14s, 
    .wait-15s {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .single h1.entry-title {    
        font-size: 38px;
        line-height: 44px;
    }       

    .single-post-header-content {
        margin-bottom: 0;
    } 

    .single .post-info-wrapper {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .single .entry-info > div {
        display: inline-block;
        margin: 0 20px;
    }   

    .single .entry-content {
        width: 100%;
        float: none;
    }     

    blockquote:not(.cocobasic-block-pullquote) {
        font-size: 17px;
        line-height: 28px;
        max-width: 100% !important;
    }

    blockquote:not(.cocobasic-block-pullquote):before {
        position: relative !important;
        left: -8px !important;
        font-size: 180px;
        line-height: 37px !important;
        top: 10px !important;
        line-height: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 80px;
    }

    .alignfull, 
    .alignwide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;        
    }

    .single .arrow-holder {
        /* display: none !important; */
    }

    ul#footer-sidebar li.widget {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;        
    }

    .blog-item-holder {
        width: 100%;
        padding: 5px 0;
    }

    .blog-item-holder:first-of-type {
        margin-top: 30px;
    }

    .blog-item-holder h2.entry-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        line-height: 39px;
    }

    .blog-item-holder .entry-holder:after {
        left: 5%;
    }
    .blog-item-holder .post-thumbnail {
    }

    .blog-item-holder .entry-holder {
        max-width: 100%;
        width: 100%;
        display: block;
        text-align: center;
        padding: 25px 0;
    }

    .more-posts-index-holder {
        text-align: center;
        margin: 50px auto 25px;
    }
	.wpcf7 form .row-fluid {
		display: block;
		width: 100%;
	}

}
.menu-holder.show {
    display: block;
    }
.toggle-holder.on {
        background-color: #574cfb;
        padding: 10px;
        border-radius: 90%;
        width: 23px;
        height: 23px;
        right: 0px;
    }
.toggle-holder {
        display: block;
    }
#toggle.on {
        width: 23px;
        height: 23px;
        margin-top: 3px;
    }

    #toggle.on div {
        background-color: white;
        width: 24px;
    }

    #toggle.on .second-menu-line {
        opacity: 0;
    }

    #toggle.on .first-menu-line {
        transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on .third-menu-line {
        transform: rotate(-45deg) translate(7px, -9px);
        -ms-transform: rotate(-45deg) translate(7px, -9px);
        -webkit-transform: rotate(-45deg) translate(7px, -8px);
    }
@media screen and (max-width: 925px) {

    .single .nav-previous .arrow-holder {
        display: block;
        font-size: 50px;
        transition: transform .3s ease;
        position: absolute;
        top: -40px;
        left: 0px;
        right: 0px;
    }

    .single .nav-previous a:hover + .arrow-holder {
        transform: translate(-10px, 0);
    }

    .single .nav-next .arrow-holder {
        display: block;
        font-size: 50px;
        transition: transform .3s ease;
        position: absolute;
        top: 30px;
        right: 0px;
        left: 0px;
    }

    .single .nav-next a:hover + .arrow-holder {
        transform: translate(10px, 0);
    }

    .doc-loader img {
		height: 100px !important;
	}

    #header-main-menu {
        /* width: 180px; */
    }

    .menu-wrapper {
        width: 95%;
    }

    .main-menu ul {
        width: 12em;
        /* display: block; */
        width: 100% !important;
        position: relative;
        float: left;
        min-width: auto !important;
        max-width: 100% !important;
    }        

    

    .sm-clean li {
        margin: 0 auto !important;
        border: 0;
    }  

    .sm-clean .has-submenu {
        padding-right: 10px !important;
    }

    .menu-holder {
        position: fixed;
        text-align: center;
        background-color: #ffffff;
        /* right: -100%; */
        top: 0;
        transition: right .3s ease;
        width: 100%;
        overflow: auto;
        max-width: 100%;
        z-index: 9;
    }     

    

    .sm-clean ul ul a, 
    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active {
        border: none;
    }

    .sm-clean a span.sub-arrow {
        background: transparent;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 10px;        
        margin-bottom: 5px;
    }  

    .sm-clean a span.sub-arrow {
        right: -10px;
        width: 35px;
        height: 30px;
        top: 7px;
    }

    .sm-clean a span.sub-arrow:before {
        display: block;
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sm-clean a.highlighted span.sub-arrow:before {
        display: block;
        content: "\f077";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    .sm-clean a, 
    .sm-clean a:hover,
    .sm-clean a:focus, 
    .sm-clean a:active {
        font-size: 22px;
        line-height: 28px;
        border-left: 0 !important;
    }
}



@media screen and (max-width: 767px) {    

    .section-wrapper, 
    .single article {
        padding: 35px 0;
    }

    .one_half, 
    .one_third, 
    .one_fourth, 
    .two_third, 
    .three_fourth {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .blog-item-holder {
        width: 100%;
        margin-right: auto;
        text-align: center;
        float: none;
    }    

    .site-content {
        /* overflow: hidden; */
    }    

    blockquote:not(.cocobasic-block-pullquote) {
        margin-top: 70px;
    }

    .error-text-404 {
        font-size: 90px;
    }

}

@media screen and (max-width: 750px) {

    .blog-item-holder .entry-holder {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .single .nav-previous, 
    .single .nav-next {
        left:0px !important;
        width: 100%;
        text-align: center;
    }

    .single .nav-previous a, 
    .single .nav-next a {
        float: none;
    }

    .single .nav-previous {    
        padding-bottom: 40px;
        right:0px !important; 
    }

    ol.comments-list-holder {
        margin-top: 0;
    }

    .comment, 
    .children .comment {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .comments-holder ul.children:before {
        height: 30px;
    }

    .comment-text {
        margin: 0;
    }    

}

@media screen and (max-width: 650px) {  

    h1.page-title br {
        display: none;
    }

    h1.page-title {
        font-size: 15px;
		line-height: 31px;
		margin-bottom: 10px;
    }

    .blog-item-holder .entry-date.published, 
    .blog-item-holder .cat-links, 
    .single .entry-info div, 
    .single .entry-info .cat-links ul {
        display: block;
    }

    .blog-item-holder .entry-date.published:after, 
    .single .entry-info div:after {
        display: none;
    }

    #comments-wrapper {
        padding-top: 0;
    }   

    .comment-text {    
        font-size: 13px;
        line-height: 23px;
    }

    .float-left.vcard {
        float: none;
    }    

    .comments-holder .comment-author-date-replay-holder {
        margin-left: 0;
        line-height: 25px;
    }

    .comment-date {
        margin-left: 0; 
        margin-bottom: 25px; 
    }
    iframe {
        height: 200px;
    }
}

[data-vp-filter="guncel-2"] {
 display: none !important;
}
.social-logo {
	display: inline-flex;margin-top:10px;
	width: 120px;
	justify-content: space-between;
}
.social-logo a{
	opacity: 0.8;
	font-size: 20px;
}
.social-logo a img{
	height: 17px;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta {
    padding:0px !important;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
    padding: 0px !important;
    text-align: left;
    padding-top: 10px !important;
    margin-bottom: 0px;
}
.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-center .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-center .vp-portfolio__item-meta-inline {
    justify-content: left;
}


.video-bg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: -120px;
    margin-left: 0px;
    height: 100vh;
    object-fit: cover;
}

.video-bg video {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 650px) {  

    .video-bg {
        top: 10px;
        width: 100%;
        height: auto;
    }
    .lang_menu li {
        color: #000 !important;
    }

    .lang_menu li a {
        color: #000;
    }
    #toggle div {
        background-color: #000000;
    }
    .invite-scroll {
        bottom: 15px;
    }
     .one_third {
        margin-bottom: 20px !important;
        width: 100% !important;
    }  
    .home_module {
        padding:0px !important;padding-bottom: 0px !important;
    }

}

@media screen and (max-width: 950px) {
    .video-bg {
        top: 10px;
        width: 100%;
        height: auto;
    }
    .video_kucuk {
        display:block !important;
        width: 100% !important;
    }
    .video_buyuk {
        display:none;
    }
}

@media screen and (max-width: 950px) {  

    
    .lang_menu li {
        color: #000 !important;
    }

    .lang_menu li a {
        color: #000;
    }
    #toggle div {
        background-color: #000000;
    }
    .invite-scroll {
        bottom: 5px !important;
        padding: 0px !important;
    }
    .invite-scroll__text span {
        font-size: 12px !important;
    }

    .invite-scroll__text {
        color: #fff;
        margin-bottom: 0px;
        text-align: center;
    }
     .one_third {
        margin-bottom: -7px !important;
        width: 100% !important;
    }  
    .home_module {
        padding:0px !important;padding-bottom: 0px !important;margin-bottom: 50px;
    }

    .footerLogo {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
        justify-content: flex-start;
    }
    .footerLogo a{
         flex: 0 0 calc(50% - 10px);
    }
    .footerLogo a:nth-child(3) {
        flex: 0 0 100%;
        text-align: left;
    }
    .footerLogo img{
        height: 40px !important;
        float: inherit !important;!i;!;
    }


}



.video_kucuk {
    display:none;
}

.invite-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  
  .invite-scroll__text {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }
  
  @keyframes fadeFromTop {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    10%, 90% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  
  .invite-scroll__text span {
    display: inline-block;
    margin: 0px;
    animation: fadeFromTop 3s infinite;
    animation-fill-mode: forwards;
    font-size: 18px;
  }
  
  /* Her kelime için farklı gecikme değerleri */
  .invite-scroll__text span:nth-child(1) {
    animation-delay: 0s;
  }
  
  .invite-scroll__text span:nth-child(2) {
    animation-delay: 1s;
  }
  
  .invite-scroll__text span:nth-child(3) {
    animation-delay: 2s;
  }
  
  .arrow-down-icon {
    color: #fff;
    font-size: 20px;
    animation: fadeFromTop 3s infinite;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
  }
  .arrow-down-icon path{
    fill: #fff;
  }

  .one_third {
    /* width: 30%; */
  }  
  .one, .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    margin-right: 0;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }

   /* Her harf için farklı gecikme değerleri */
  .invite-scroll__text span:nth-child(1) { animation-delay: 0.0s; }
  .invite-scroll__text span:nth-child(2) { animation-delay: 0.1s; }
  .invite-scroll__text span:nth-child(3) { animation-delay: 0.2s; }
  .invite-scroll__text span:nth-child(4) { animation-delay: 0.3s; }
  .invite-scroll__text span:nth-child(5) { animation-delay: 0.4s; }
  .invite-scroll__text span:nth-child(6) { animation-delay: 0.5s; }
  .invite-scroll__text span:nth-child(7) { animation-delay: 0.6s; }
  .invite-scroll__text span:nth-child(8) { animation-delay: 0.7s; }
  .invite-scroll__text span:nth-child(9) { animation-delay: 0.8s; }
  .invite-scroll__text span:nth-child(10) { animation-delay: 0.9s; }
  .invite-scroll__text span:nth-child(11) { animation-delay: 1.0s; }
  .invite-scroll__text span:nth-child(12) { animation-delay: 1.1s; }
  .invite-scroll__text span:nth-child(13) { animation-delay: 1.2s; }
  .invite-scroll__text span:nth-child(14) { animation-delay: 1.3s; }
  .invite-scroll__text span:nth-child(15) { animation-delay: 1.4s; }
  .invite-scroll__text span:nth-child(16) { animation-delay: 1.5s; }
  
  .arrow-down-icon {
    animation: waveEffect 3s infinite;
    animation-delay: 1.7s;
  }

  .home_module {
    padding:100px;
    display:flex;
    padding-bottom: 60px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  @media screen and (max-width: 1500px) {
    .home_module {
        padding: 20px;
    }
  }