/*
	Theme Name: Troido theme
	Theme URI: https://ofir.hr
	Description: HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Ofir d.o.o.
	Author URI: https://ofir.hr
	Tags: Blank, HTML5, CSS3, Bootstrap, jQuery

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*********************** 
    FIRST STYLE 
***********************/

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter-regular.woff2') format('woff2'),
         url('fonts/inter-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter-bold.woff2') format('woff2'),
         url('fonts/inter-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
    font-family: Inter;
}

.custom_tooltip {
    background-color: red;
    margin-bottom: 10px!important;
    padding: 0!important;
    /*opacity: 1!important;*/
}

.tooltip-arrow {
    display: inline-block!important;
}

.tooltip-inner {
    background-color: #fff;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.img-fluid img {
    max-width: 100%;
    height: auto;
}

header.header {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    min-height: 80px;
}

#menu-top,
#menu-top-de {
    align-items: center;
}

ul#menu-top li,
#menu-top-de li {
    margin: 20px 0 20px 20px;
}

a {
    text-underline-offset: 5px;
}

#menu-top a,
#menu-top-de a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-underline-offset: 5px;
}

.blue_bg {
    background: #00D1FF;
}

#menu-top li.blue_bg a,
#menu-top-de li.blue_bg a {
    color: #000;
    font-weight: 500;
}

.contact_menu {
    padding: 11px 16px;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.home_page.entry,
.about_page.entry {
    background: linear-gradient(180deg, #000000 0%, #121212 59.43%, #121212 100%);
}

section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vh 0;
}


section.home_slide_wrapp {
    background-color: #000;
}

section * {
    /*visibility: hidden;*/
}

/* ANIMATION */

svg#filters {
    height: 0;
    opacity: 0;
}

#layout {
    display: inline-block;
}

#container,
#container2  {
	margin: auto;
	width: 680px;
	height: 80px;
	filter: url(#threshold) blur(0.6px);
}

#text1, 
#text2,
#text3,
#text4 {
	position: absolute;
	width: 100%;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: white;
	text-align: left;
	user-select: none;
}

#text{
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	color: white;
}

.block {
	float:left;
}

/* ANIMATION END */

.home_slide {
    background-repeat: no-repeat;
    background-position-x: right;
    -webkit-box-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    /*padding: 200px 0 100px 0;*/
    background-position-y: bottom;
}

.slide_normal {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 50px;
}

.slide_caption_wrapp p.slide_sub {
    font-size: 36px;
    line-height: 44px;
    color: #00D1FF;
    font-weight: bold;
}

.slide_title {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
}

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

.slide_links li {
    display: inline-block;
    margin-right: 20px;
}

.slide_links a {
    color: #00D1FF;
    text-underline-offset: 5px;
    padding: 12px 24px;
    border: 1px solid #00D1FF;
    font-weight: 500;
}

.slide_links a.blue_bg,
.blue_bg_link,
.page-template-careers .wpcf7-submit,
.page-template-careers .cd-upload-btn {
    padding: 11px 16px;
    text-decoration: none;
    background: #00D1FF;
    color: #000;
    text-decoration: none;
    display: inline-block;
    border: none;
    font-weight: 600;
}

.slide_links a.blue_bg:hover, 
.blue_bg_link:hover {
    background-color: #0CC3EB;
}

.blue_bg_link:hover {
    color: #000;
    text-decoration: none;
}

.together {
    background-color: #000;
}


/*********************** 
	DESKTOP STYLE 
***********************/

.section_small_title {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #00D1FF;
}

.section_big_title {
	font-weight: bold;
	font-size: 60px;
	line-height: 73px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.expertise_item {
	color: #fff;
}

.expertise_item_title {
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-transform: capitalize;
    margin-bottom: 22px;
}

.expertise_item_text {
	font-size: 18px;
	line-height: 22px;
    max-width: 90%;
}

.result_bg_image {
	background-repeat: no-repeat;
    padding-top: 200px;
	background-size: contain;
    background-position-x: center;
    position: relative;
}

video#video_bg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.results_items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    /*gap: 60px;*/
}

.results_items li {
    width: 197px;
    height: 197px;
    background-color: #00D1FF;
    border-radius: 20px 20px 0 20px;
    padding: 20px;
}

img.img-fluid.start_left_image {
    max-height: 400px;
    width: auto;
}

.home_number {
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    text-transform: uppercase;
    color: #000;
}

.home_number_text {
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000;
}

.storie_image_bg {
	background-color: #525252;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    /*background: rgb(0,0,0);*/
    /*background: radial-gradient(circle, rgba(255,255,255,0.4765503613554797) -26%, rgba(0,0,0,1) 51%);*/
}

.mentors_vid {
    margin-top: 60px;
}

.storie_title {
	position: absolute;
    left: 40px;
	top: 40px;
    max-width: 40%;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0;
	text-transform: uppercase;
    width: 150px;
}

.storie_image {
    max-height: 470px;
    width: auto;
}

.client_logo {
	position: absolute;
    bottom: 40px;
    left: 40px;
    height: 33px;
    width: auto;
}

.storie_big_title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    margin: 30px 0;
    color: #00D1FF;
}

.storie_text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.storie_text_wrapp a,
.storie_text_wrapp a:hover {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-decoration: underline;
	margin-bottom: 80px;
    display: block;
    text-underline-offset: 5px;
}

.together_wrapp {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    padding-top: 30px;
}

.together_wrapp li {
    margin-bottom: 60px;
    flex-grow: 1;
    width: 25%;
}

.partners_big_title {
    margin-bottom: 40px;
}

.other_ref_title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
}

#pewl {
    margin-left: 0;
}

.partners_say {
    background-color: #000;
    color: #fff;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.partners_say img {
    margin-bottom: 50px;
}

.partners_text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
}

.partner_name {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #00D1FF;
}

.partner_position {
    font-weight: normal;
}

.partner_name p {
    margin-bottom: 0;
}

.team_subtitle {
    font-weight: normal;
    color: #A1A1A6;
}

.team {
    text-align: center;
    padding-bottom: 0;
    min-height: auto;
}

.team_link {
    margin-top: 30px;
}

.office_wrapp {
    position: relative;
    margin: 20px 0;
}

.home_offices_intro.case_intro_text {
    margin-bottom: 80px;
}

.office_title {
    font-size: 36px;
    line-height: 44px;
    color: #00D1FF;
    position: absolute;
    margin-bottom: 0;
}

.office_wrapp img {
    margin-bottom: 20px;
}

.office_info,
.office_info a {
    color: #fff;
}

.start_wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.start_info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    max-width: 40%;
    margin: 30px auto;
}

.start_info span {
    display: block;
    margin-bottom: 30px;
}

.start_info a {
    color: #fff;
    font-weight: 600;
}

.start_left_text, 
.start_right_text {
    color: #fff;
    margin-top: 30px;
}

.start_left_text a, 
.start_right_text a {
    color: #fff;
}

/* ABOUT */

.about_top_image {
    margin: 30px 0;
}

.reason_list {
    margin-top: 40px;
    list-style-type: none;
    padding-left: 0;
}

.reason_list li {
    margin-bottom: 40px;
    position: relative;
}

span.reason_number {
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #00D1FF;
    position: absolute;
    left: 0;
}

.reason_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    padding-left: 60px;
}

.reason_text {
    padding-left: 60px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

section.about_team {
    background-color: #000;
}

.team_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    padding-top: 30px;
    text-align: center;
    color: #fff;
}

.team_list li {
    margin-bottom: 40px;
    flex-grow: 1;
    width: 20%;
    position: relative;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_person_image.animation_person {
    position: absolute;
    top: 0;
}

.person_z {
    opacity: 0;
}

.team_list strong {
    display: block;
}

.team_list img,
.team_list video {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-bottom: 10px;
}

.team_list video {
    opacity: 0;
    position: absolute;
    top: 0px;
}

.team_list li:hover > picture.about_person_image {
    opacity: 0!important;
}

.team_list li:hover > div.p_image {
    opacity: 0!important;
}

.team_list li:hover > video.person_animation {
    opacity: 1;
}

.p_image {
    width: 150px;
    height: 150px;
    background-size: contain;
    border-radius: 50%;
    margin: 0 auto;
}

.award_list {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    align-items: start;
}

section.about_con {
    background-color: #000;
}

.con_list {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.con_list li {
    margin-bottom: 50px;
}

.about_office_wrapp {
    display: flex;
}

section.about_offices > .container {
    margin-bottom: 5vh;
}

.office_image img {
    min-width: 100%;
}

.about_office_wrapp > div {
    flex-grow: 1;
    width: 50%;
}

.office_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_office_subtitle {
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #00D1FF;
    margin-bottom: 5px;
}

.about_office_title {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    text-transform: capitalize;
    color: #fff;
}

.about_case {
    background-color: #000!important;
}

.office_small_text {
    color: #fff;
}

/* PROJECTS */

.project_image_bg {
    background-color: #000;
    padding: 40px;
    text-align: center;
    position: relative;
}

.project_client_logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 120px;
}

/* CAREERS */

section.benefits_wrapp,
section.more_wrapp {
    background-color: #000;
}

.career_top_image {
    text-align: center;
}

.benefit {
    text-align: center;
}

.benefit_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    margin-top: 15px;
}

.benefit_text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.benefit img {
    max-width: 150px;
}

.perks_big_title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
}

.perks_wrapp {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.perks_wrapp li {
    flex-grow: 1;
    width: 31.33%;
    margin-bottom: 40px;
    display: flex;
}

.perk_image_wrapp {
    margin-right: 20px;
    width: 20%;
}

.perk_image_wrapp img {
    max-width: 40px;
}

.perk_text_wrapp {
    color: #fff;
}

.perks_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.perks_text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.tech_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.stack_wrap {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.stack_wrap li {
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    width: 25%;
    padding: 10px;
}

.stack_wrap img {
    max-height: 60px;
    width: auto;
}

.images_wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: flex-start;
}

.images_wrapp img,
.images_wrapp video {
    flex-grow: 1;
    max-width: 49%;
}

.images_wrapp.pt-5 > video:first-child, 
.v_6 {
    min-width: 98.5%;
}

.join_us_wrapp {
    border: 1px solid #00D1FF;
    box-sizing: border-box;
    border-radius: 0px 0px 130px 0px;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.join_number {
    font-weight: 300;
    font-size: 72px;
    line-height: 87px;
    color: #00D1FF;
}

.join_title {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.join_text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.join_us_wrapp img {
    display: block;
    margin: 30px auto 0 auto;
}

.aply_wrapp {
    margin-top: 40px;
}

.jobs_list {
    color: #fff;
}

.job_item {
    display: flex;
    justify-content: space-between;
}

.job_item_text {
    width: 90%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    margin-right: 5%;
}

.open_job_item .job_item_title {
    border-right: none;
}

.job_item_title {
    margin-bottom: 12px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid;
}

h3.job_item_title a {
    color: inherit;
    text-decoration: none;
}

.job_item_place {
    font-size: 18px;
}

.job_item_place > .separator:last-child {
    display: none;
}

.small_video {
    max-width: 24%;
}

.video_popup {
    display: none;
    color: #fff;
}

.video_popup.video_open {
    display: block;
    transform: none!important;
    opacity: 1!important;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.9);
    top: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
}

span.video_close {
    position: absolute;
    right: 40px;
    font-size: 40px;
    top: 40px;
    z-index: 9999;
}

.video_popup.video_open .small_video {
    max-width: 90%;
}

.video_popup.video_open * {
    transform: none!important;
    opacity: 1!important;
}

/* CONTACT */

.contact_page form {
    color: #fff;
    margin-bottom: 50px;
}

.contact_page label {
    display: block;
}

.contact_page input, 
.contact_page textarea,
.contact_page select {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
}

.contact_page textarea {
    height: 150px;
}

.contact_page .wpcf7-list-item label > span {
    color: #000;
}

.contact_page .wpcf7-list-item input {
    height: initial;
    margin-bottom: 0;
    width: auto;
    margin-right: 20px;
    margin-left: 10px;
}

.contact_page .wpcf7-list-item {
    background-color: #fff;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    height: 40px;
}

.contact_page .wpcf7-list-item > label {
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.contact_page form br {
    display: none;
}

.contact_page .wpcf7-submit.blue_bg {
    width: auto;
    border: none;
    padding: 11px 16px;
    font-weight: 600;
    height: auto;
    margin-top: 20px;
}

.contact_page form p {
    margin-bottom: 0;
}

.form_cont.contact_page .wpcf7-list-item input {
    margin-right: 10px;
    margin-left: 0px;
}

.form_cont.contact_page .wpcf7-list-item {
    background-color: transparent;
}

.form_cont.contact_page .wpcf7-list-item label > span {
    color: #fff;
    font-size: 12px;
}

.contact_page .start {
    background-color: #000;
    padding-top: 50px;
}

.contact_award_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff;
}

.contact_awards_wrapp {
    background-size: cover;
    text-align: center;
    padding: 40px 0;
}

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

.contact_awards li {
    margin-bottom: 40px;
}

/* JOBS */

.about_job_wrapp {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.job_title {
    width: 40%;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
}

.job_text {
    width: 70%;
    font-size: 18px;
    line-height: 22px;
}

p.section_small_title > span.separator:last-child {
    display: none;
}

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

.social_share li {
    margin-bottom: 20px;
}

article.page.entry, 
article.page.entry a {
    color: #fff;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

video {
    max-width: 100%;
}

/* TIME */

.time .img-fluid img {
    max-width: 100%;
    height: auto;
}

.time * {
	opacity: 1!important;
}

.time {
	overflow-x: auto;
	scrollbar-width: thin;
}

.time::-webkit-scrollbar {
	height: 5px;
}

.time::-webkit-scrollbar-track {
    background: rgba(0,209,255, 0.5); 
}

.time::-webkit-scrollbar-thumb {
    background: #00D1FF; 
}

.time::-webkit-scrollbar-thumb:hover {
    background: #00D1FF; 
}

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

ul.timeline {
    display: inline-flex;
    flex-wrap: no-wrap;
    padding: 20px 20px;
	min-width: 100%;
}

ul.timeline > li {
    width: 174px;
}

ul .year {
    color: #00D1FF;
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
}

ul .year::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #00D1FF;
    border-radius: 50%;
    left: -16px;
    top: calc( (25 - 24) / 2 * -1px );
}

ul .content {
    border-left: 4px solid #00D1FF;
    margin-left: -6px;
    padding: 20px 0;
    padding-right: 24px;
	padding-top: 0;
}

ul .content > li {
	padding-left: 10px;
    border-bottom: 2px dashed #00D1FF;
    padding-bottom: 8px;
	padding-top:8px;
    position: relative;
    margin-left: 0px;
}

ul.timeline .content span {
	display: none;
	position: absolute;
	color: #000;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	opacity: 1!important;
    transform: none!important;
    z-index: 99;
	left: 0;
	max-width: 300px;
    width: 300px;
    font-size: 12px;
}

ul.timeline > li:last-child .time_top span {
    right: 0;
    left: auto;
}

ul.content strong {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	position: relative;
    z-index: 1;
	display: inline-block;
    margin-bottom: 12px;
}

picture.time_icon img {
    /*width: 40px;*/
    width: 25px;
    display: block;
    float: left;
    margin-right: 5px;
}

ul .content > li:nth-child(n+3) span {
	bottom: 0;
}

.vid_cont {
    position: relative;
}

.time_video_icon {
    position: absolute;
    left: 48px;
    height: 50px;
    top: 8px;
}

/* FOOTER */

.footer {
    background-color: #000;
}

.footer_title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #B9B9B9;
    margin-bottom: 20px;
}

.footer_content, 
.footer_content a {
    color: #848484;
}

nav.footer_nav {
    padding-left: 0;
}

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

.footer_content a img {
    margin-right: 5px;
}

.footer_content li {
    margin-bottom: 7px;
}

ul.footer_social img {
    width: 35px;
}

.footer_bottom,
.footer_bottom a {
    color: #848484;
    text-transform: capitalize;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 0;
    display: none;
}

#back-to-top.show {
    opacity: 1;
    display: block;
}

/* CASE STUDY */

.case_intro {
	background-color: #121212;
    color: #fff;
	padding: 120px 0;
}

.section_small_title.case_subtitle {
    margin-bottom: 0;
}

.case_intro_text {
    color: #A1A1A6;
    font-size: 24px;
    line-height: 29px;
    margin: 10px 0;
}

.case_client {
    font-size: 24px;
    margin-bottom: 0;
}

section.case_content {
    background-color: #000;
    color: #fff;
	padding: 100px 0;
}

h2.case_content_title {
    margin-bottom: 23px;
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    text-transform: uppercase;
}

.text_two_columns {
	columns: 2;
}

.case_quote_wrapp {
    margin-top: 100px;
}

figure.quote {
    padding: 50px;
    border: 2px solid #00D1FF;
    border-radius: 25px 25px 25px 0;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
	margin-bottom: 30px;
}

figcaption {
    color: #00D1FF;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.case_create {
	padding: 70px 0;
	background-color: #121212;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    opacity: 1!important;
    transform: none!important;
}

.wpcf7-not-valid-tip {
    visibility: visible!important;
}

/* FAST APP */

.fast_app {
    width: 300px;
    margin-left: auto;
}

.fast_app input.wpcf7-text {
    height: 40px;
    outline: none;
    max-width: 100%;
}

.fast_app label {
    max-width: 100%;
    margin-top: 20px;
}

.fast_app .codedropz-upload-handler {
    border-radius: 0;
    border: 0.5px dashed #00D1FF;
    margin-bottom: 0px;
    position: relative;
    background: rgba(16, 212, 255, 0.3);
}

.fast_app .codedropz-upload-handler:hover,
.fast_app .dragging,
.fast_app .codedropz-dragover {
    background: rgba(255, 255, 255, 0.3);
}

.fast_app .wpcf7-response-output {
    border-radius: 0;
    border: 0.5px dashed #dc3232!important;
    margin-bottom: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.fast_app h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.fast_app_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.codedropz-upload-inner span,
.codedropz-btn-wrap,
.dnd-upload-counter,
.fast_app br {
    display: none;
}

.page-template-careers #text,
.page-template-careers #text1, 
.page-template-careers #text2,
.page-template-careers #text3,
.page-template-careers #text4 {
    font-size: 3vw;
    /*font-size: 60px;*/
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.screen-reader-response {
    display: none;
}

form.wpcf7-form.sent .wpcf7-form-control-wrap, 
form.wpcf7-form.sent .fast_bot {
    display: none;
}

form.wpcf7-form.sent .wpcf7-response-output {
    opacity: 1!important;
    transform: none!important;
    margin-top: 10px;
    padding: 5px;
    border: 2px solid #46b450!important;
}

.fast_app .wpcf7-form .wpcf7-response-output {
    border: none!important;
}

.tag_flag,
.tag_flag img {
    height: 30px;
    width: auto;
    vertical-align: baseline;
}

.job_item_place {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* FLUTTER */

.transition_wrapp.with_bg {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin-bottom: 80px;
}

.transition_wrapp {
    padding: 80px 0;
}

.flutter_page .case_intro_text {
    color: #fff;
    margin-bottom: 30px;
}

.why_flutter_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.why_flutter_list li {
    flex: 50%;
    min-width: 50%;
    padding: 50px;
}

.why_flutter_list li:nth-child(even) {
    border-left: 1px solid #4A4A4A;
}

.why_flutter_list li:nth-child(-n+2) {
    border-bottom: 1px solid #4A4A4A;
}

.page-id-2758 .why_flutter_list li:nth-child(even),
.page-id-2797 .why_flutter_list li:nth-child(even) {
    border-left: none;
}

.page-id-2758 .why_flutter_list li:nth-child(-n+2),
.page-id-2797 .why_flutter_list li:nth-child(-n+2) {
    border-bottom: none;
}

.page-id-2758 .why_flutter_list li,
.page-id-2797 .why_flutter_list li {
    flex: 33%;
    min-width: 33%;
    padding: 20px;
    word-break: break-word;
}

.page-id-2758 .why_flutter_list li h3, 
.page-id-2797 .why_flutter_list li h3 {
    font-size: 26px;
    word-break: break-word;
}

.why_flutter_list img {
    max-width: 100%;
    height: auto;
    width: 150px;
}

.why_flutter_title {
    margin: 20px 0;
}

.flutter_service_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #00D1FF;
}

.flutter_service_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

#flutter_faq button {
    background-color: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #00D1FF;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    outline: none;
    padding-left: 0;
    position: relative;
}

.accordion-collapse p {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.flutter_text {
    text-align: left;
}

.accordion-button.collapsed .acc_plus {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url(/wp-content/themes/troido/img/plus_icon.png);
    background-size: 31px;
}

.accordion-button .acc_plus {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url(/wp-content/themes/troido/img/minus_icon.png);
    background-size: 31px;
}

.accordion-body {
    padding: 20px 0;
}

.page-template-transitions .img-fluid img {
    max-width: 100%;
    height: auto;
}

.page-template-transitions .partners_say img {
    margin-bottom: 50px;
    max-height: 50px;
    width: auto;
    margin-bottom: 30px;
}

.page-template-transitions .partner_name {
    min-height: 90px;
}

.partners_say .partners_text {
    text-align: justify;
}

.menu-item.menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    padding: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.7);
}

.other_service_image {
    margin-bottom: 40px;
    display: block;
}

.other_service_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #00D1FF;
}

.other_service_text {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

div#container2 {
    float: none;
    display: inline-block;
    margin-left: 5px;
}

span#text3 {
    font-size: 60px;
}

/* BLOG */

.single .single_content_wrapp,
.page-template-blog .blog-content {
    color: #fff;
}

a.blog_post_single {
    color: #fff;
    text-decoration: none;
}

a.blog_post_single .blog-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination span, .pagination a {
    display: inline-block;
    padding: 5px;
    background-color: #000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    min-width: 20px;
}

.pagination span.current, .pagination a:hover {
    background-color: #00D1FF;
    color: #fff;
}

.blog-wrap .image_wrapp {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    clear: left;
}

.alignright {
    float: right;
    margin-left: 10px;
    clear: right;
}

.aligncenter {
    margin: 0 auto;
}

.post-template-default.single.single-post section.home_slide_wrapp {
    background-color: #fff;
}

.post-template-default.single.single-post .section_big_title {
    color: #000;
}

.post-template-default.single.single-post .single_content_wrapp,
.post-template-default.single.single-post .blog-content {
    color: #000;
}

.post-template-default.single.single-post .section_small_title {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 30px;
}

/*********************** 
	TABLET STYLE 
***********************/

@media (max-width: 991.98px) {
	
    header.header {
        background: rgba(0, 0, 0, 0.9);
    }

    #menu-top {
        align-items: end;
    }

    section {
        min-height: auto;
    }

    section.home_slide_wrapp {
        padding-top: 100px;
    }

    .page-template-home section.home_slide_wrapp {
        min-height: 100vh;
        padding-top: 0;
    }

    #text1, 
    #text2,
    #text3,
    #text {
        font-size: 50px;
    }

    #container {
        height: 50px;
    }

    div#container2 {
        margin-left: 1px;
    }

    .slide_caption_wrapp p.slide_sub {
        font-size: 20px;
        line-height: 28px;
    }

    .slide_normal {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .section_big_title {
        font-size: 45px;
        line-height: 60px;
    }

    .case_intro_text {
        font-size: 20px;
    }

    .storie_title {
        left: 10px;
        top: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .storie_image {
        max-height: 250px;
    }

    .client_logo {
        bottom: 10px;
        left: 10px;
    }

    .storie_big_title {
        font-size: 24px;
        line-height: 34px;
        margin: 15px 0;
    }

    .storie_text {
        font-size: 16px;
    }

    .storie_text_wrapp a, 
    .storie_text_wrapp a:hover {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .together_wrapp li {
        margin-bottom: 30px;
        width: 30%;
    }

    .together_wrapp {
        gap: 20px;
    }

    .start_info p {
        font-size: 16px;
        max-width: 70%;
    }

    .pt-100 {
        padding-top: 5vh;
    }

    .pb-100 {
        padding-bottom: 5vh;
    } 

	.home_slide_wrapp .home_slide {
        background-position: right;
        background-size: contain;
    }

    .expertise_item_title {
        font-size: 30px;
    }

    .results_items {
        gap: 10px;
    }

    .results_items li {
        width: 25%;
        height: auto;
        padding: 20px;
    }

    .home_number {
        font-size: 32px;
        line-height: 38px;
    }

    .home_number_text {
        font-size: 16px;
        line-height: 18px;
    }

    .result_bg_image {
        padding-top: 0;
    }

    .expertise_item_text {
        max-width: 100%;
        font-size: 16px;
    }

    .team_list li {
        width: 25%;
    }

    .images_wrapp.pt-5 img,
    .images_wrapp.pt-5 video {
        width: 48%;
        margin: 4px;
    }

    .join_us_wrapp {
        padding: 20px;
    }

    .join_title {
        font-size: 24px;
        line-height: 34px;
    }

    .about_job_wrapp {
        display: block;
    }

    .job_title,
    .job_text {
        width: 100%;
    }

    .job_item_title {
        width: 45%;
    }

    /* FAST APP */

    .page-template-careers #text, .page-template-careers #text1, .page-template-careers #text2, .page-template-careers #text3 {
        font-size: 40px;
    }

    .fast_app {
        width: 100%;
    }

    .codedropz-btn-wrap {
        display: block;
    }

    .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        font-weight: 400;
        font-size: 14px;
    }

    .fast_app {
        margin-top: 30px;
    }

    /* FLUTTER */

    .why_flutter_list li {
        padding: 40px;
    }

    .serv_row {
        row-gap: 30px;
    }

    ul.sub-menu {
        position: relative;
        width: auto;
    }

    section.partners .col-12.col-lg-4 {
        margin-bottom: 30px;
    }
	
}

/*********************** 
	MOBILE STYLE 
***********************/

@media (max-width: 767.98px) {

    .slide_caption_wrapp p.slide_sub {
        font-size: 14px;
        line-height: 17px;
    }

    .home_slide {
        /*padding: 100px 0 0px 0;*/
        background-image: none;
    }

    .slide_normal {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px;
    }

    .slide_links li {
        margin: 0 auto 20px 0;
    }

    .slide_links a {
        font-size: 12px;
        line-height: 15px;
        padding: 7px 10px;
    }

    .slide_links a.blue_bg,
    .blue_bg_link {
        font-size: 12px;
        line-height: 15px;
        padding: 8px 10px;
    }

    .pt-100 {
        padding-top: 0px;
    }

    .expertise_item {
        border: 1px solid #00D1FF;
        padding: 20px;
    }

    .expertise_item_title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .expertise_item_text {
        font-size: 12px;
        line-height: 15px;
    }

    #container {
        height: 50px;
        width: 100%!important;
    }

    .section_small_title {
        font-size: 14px;
        line-height: 17px;
    }

    .section_big_title {
        font-size: 24px;
        line-height: 29px;
    }

    .page-template-careers #text, 
    .page-template-careers #text1, 
    .page-template-careers #text2,
    .page-template-careers #text3,
    .page-template-careers #text4 {
        font-size: 36px;
        line-height: 50px;
    }

    .result_bg_image {
        padding-top: 0;
        background-image: none!important;
    }

	.results_items {
        gap: 20px;
        flex-wrap: wrap;
        column-gap: 15px;
    }

    .results_items li {
        width: 110px;
        height: auto;
        padding: 11px;
    }

    .home_number {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .home_number_text {
        font-size: 12px;
        line-height: 15px;
    }

    .case_intro_text {
        font-size: 14px;
        line-height: 17px;
    }

    .stories .case_intro_text {
        margin-bottom: 20px;
    }

    .storie_image {
        max-height: 350px;
    }

    .client_logo {
        bottom: 10px;
        left: 10px;
    }

    .storie_image_bg {
        display: block;
        text-align: right;
    }

    .storie_title {
        font-size: 10px;
        line-height: 12px;
        width: 90px;
        text-align: left;
        left: 10px;
        top: 10px;
    }

    .storie_big_title {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0;
    }

    .storie_text,
    .storie_text_wrapp a, 
    .storie_text_wrapp a:hover {
        font-size: 14px;
        line-height: 17px;
    }

    .together_wrapp {
        padding-top: 0;
        gap: 10px;
    }

    .together_wrapp li {
        margin-bottom: 30px;
        width: 31%;
    }

    .together_wrapp img {
        height: 30px;
        width: auto;
        max-width: 100%;
    }

    section.partners .col-12.col-md-4 {
        margin-bottom: 30px;
    }

    .partners_say {
        width: 80%;
        margin: 30px auto;
    }

    .partners_say img {
        display: block;
        margin: 0 auto;
    }

    .partners_text {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .partner_name {
        font-size: 12.5382px;
        line-height: 15px;
    }

    .other_ref_title {
        margin-top: 50px;
        font-size: 24px;
        line-height: 29px;
    }

    section.team.pt-100 {
        min-height: 50vh;
    }

    .office_wrapp {
        margin-bottom: 40px;
    }

    .office_title {
        font-size: 34px;
        line-height: 44px;
    }

    .start_wrapp {
        flex-wrap: wrap;
    }

    .start_middle {
        width: 100%;
    }

    .start_left, 
    .start_right {
        width: 50%;
    }

    .start_left img, 
    .start_right img {
        max-height: 200px;
        width: auto;
    }

    .start_left_text, 
    .start_right_text {
        color: #fff;
        margin-top: 30px;
        font-size: 12px;
    }

    .start_info p {
        color: #A1A1A6;
        max-width: 80%;
        margin: 0 auto 30px auto;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
    }

    .team_list strong {
        font-size: 15px;
    }

    .person_position {
        font-size: 15px;
        line-height: 18px;
    }

    .team_list li {
        width: 34%;
    }

    .about_office_wrapp {
        flex-direction: column;
    }

    .about_office_wrapp > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_office_subtitle {
        font-size: 32px;
        line-height: 40px;
    }

    .about_office_title {
        font-size: 40px;
        line-height: 50px;
    }

    .case_create {
        padding: 5vh 0;
        padding-bottom: 0;
    }

    .reason_title {
        font-size: 26px;
        line-height: 32px;
    }

    .perks_big_title {
        font-size: 32px;
        line-height: 42px;
    }

    .perks_wrapp li {
        width: 100%;
        margin-bottom: 15px;
    }

    .images_wrapp.pt-5 img,
    .images_wrapp.pt-5 video {
        width: 100%;
        max-width: 100%;
    }

    section.join_wrapp.py-5 .col-12.col-md-4 {
        margin-bottom: 40px;
    }

    .footer_title {
        font-weight: bold;
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 10px;
    }

    .footer_content {
        font-size: 9px;
        line-height: 11px;
    }

    .footer_nav {
        padding-left: 0;
    }

    .footer_social img {
        height: 21px;
        width: auto;
    }

    .footer_bottom, 
    .footer_bottom a {
        font-size: 9px;
        line-height: 11px;
    }

    .job_item_text {
        display: block;
    }

    .job_item_title {
        border-right: none;
        width: 100%;
    }

    .text_two_columns {
        columns: 1;
    }

    /* FLUTTER */

    .why_flutter_list li {
        flex: 100%;
        min-width: 100%;
        padding: 30px;
    }

    .why_flutter_list li:nth-child(even) {
        border-left: none;
    }
    
    .why_flutter_list li:nth-child(-n+2) {
        border-bottom: none;
    }

    .page-id-2758 .why_flutter_list li,
    .page-id-2797 .why_flutter_list li {
        flex: 100%;
        min-width: 100%;
        padding: 20px;
        word-break: break-word;
    }

    .other_service_text {
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 25px;
    }

    .other_link {
        margin-bottom: 25px;
    }

}

@media(max-width: 500px) {
    
    #text1, 
    #text2,
    #text3,
    #text {
        font-size: 50px;
    }

    #container {
        height: 50px;
        width: 300px;
    }

    .section_small_title {
        font-size: 14px;
        line-height: 17px;
    }

    .page-template-careers #text, 
    .page-template-careers #text1, 
    .page-template-careers #text2,
    .page-template-careers #text3 {
        font-size: 24px;
        line-height: 29px;
    }

    .results_items li {
        width: 120px;
    }

    .together_wrapp img {
        height: 20px;
    }

    .office_title {
        font-size: 24px;
        line-height: 29px;
    }

}



