@font-face{
    font-family: 'GLYPHICONS Halflings';
    src:url('../font/glyphicons-halflings-regular.ttf');
}





@font-face{
    font-family: 'Inconsolata';
    src:url('../font/Inconsolata.otf') format('opentype');
}



.default_text
{
    font-family: 'Inter';
    color : #252525;
}

.default_text li
{
    font-size:16px;
    line-height: 1.8em;
}

body {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.42857143;
    width: 100% ;
    height: 100% !important;
    color: #0e1823;
    font-weight: 400;
    background-color: #FFFFFF;
}

html {
    width: 100% ;
    height: 100% !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

span#overlay-bg {
    background-color: #cacaca38;
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;

    background: url("/../img/171.jpg")
}

.contact-form
{
    top: 20%;
    left: 10%;
    width: 80%;
    position: relative;
    padding: 30px;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #a5a4a4;
    box-shadow: 0px 0px 27.5px 5.5px #929191cc;
}

.project-info-seperator{
    padding-top: 50px; display: inline-block; width: 100%;
}

.top-50{
    height: 50px; width: 100%; display: inline-block;
}

.top-30{
    height: 30px; width: 100%; display: inline-block;
}

#close-btn
{
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    position : absolute;
    right: 10px;
    top : 3px;
}

#close-btn a
{
    color : #ED3B39;
}


div#response-area > #response-msg {
    color: #f05e5e;
    display: none;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    display: none;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    z-index: 1;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #ed3b39d1;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* Only phones */
@media (max-width: 767px) {
    /*
       * Break strings if their length exceeds the width of their container
       */
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Inter';
    line-height: 1;
    color: inherit;
}

p
{
    color: #252525;
    font-family: 'Inter';
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 22px;
}
h4
{
    color : #000000;
}

a{  font-family: 'Inter';text-decoration: none;transition: all 0.3s ease-in;}
a:hover   {  text-decoration: none;color: #ee3c3a;}
a:focus   {  text-decoration: none;color: #ee3c3a;}

/*-----------------------------------------------------------------------------------*/
/*	SPACING
/*-----------------------------------------------------------------------------------*/
.space0   {    margin-top: 0px  !important;   }
.space5   {    margin-top: 5px  !important;   }
.space10  {    margin-top: 10px  !important;  }
.space20  {    margin-top: 20px  !important;  }
.space25  {    margin-top: 25px  !important;  }
.space30  {    margin-top: 30px  !important;  }
.space40  {    margin-top: 40px  !important;  }
.space50  {    margin-top: 50px  !important;  }
.space60  {    margin-top: 60px  !important;  }
.space70  {    margin-top: 70px  !important;  }
.space80  {    margin-top: 80px  !important;  }
.space90  {    margin-top: 90px  !important;  }
.space100 {    margin-top: 100px !important;  }
.no-space {    margin: 0 !important;
    padding: 0 !important;}

.margin-left-0   {  margin-left: 0 !important;   }
.margin-right-0  {  margin-right: 0 !important;  }
.padding-left-0  {  padding-left: 0 !important;  }
.padding-right-0 {  padding-right: 0 !important; }
.m-auto          {  margin: 0 auto;              }
.margin0{
    margin: 0!important;
}
/*---------------------------------Anasyfa----------------**/
.inconsolata{
    font-family: 'Inconsolata' !important;
}

.navbar-nav>li{
    padding: 0px 15px !important;
}

.navbar-nav>li>a {
    color: #252525;
    font-family: 'Inter';
    padding: 15px 0px;
}

.nav>li>a:focus, .nav>li>a:hover,.nav>li.active a{
    background-color: transparent;
    color: #ed3b39 !important;
}

span.icon-bar {
    background: #ed3b39;
}

.navbar-toggle {
    margin-top: 30px;
}

ul.nav.navbar-nav.navbar-right{
    margin-top: 20px;
}

#studio{
    padding: 50px 0px 50px 0px;
}

#studio_about{
    padding: 50px 0px 50px 0px;
}

#studio_about p {
    font-size: 1.4em;
    line-height: 1.8em;
}

#studio_works{
    padding: 10px 0px 50px 0px;
}

#studio_works p {
    font-size: 1.4em;
    line-height: 1.8em;
}

#studio_single_project{
    padding: 50px 0px 50px 0px;
}

#studio_single_project p{
    font-size: 1.4em;
    line-height: 1.8em;
}

#studio_products{
    padding: 50px 0px 50px 0px;
}

#studio_products p {
    font-size: 1.4em;
    line-height: 1.8em;
}

#studio_project{
    padding: 50px 0px 50px 0px;
}

#studio_project p {
    font-size: 1.4em;
    line-height: 1.8em;
}

hire_us {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.8em;

    font-family: 'Inter';
    font-weight: 400;
}

.col-md-6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar {
    margin-top: 45px;
}

.h1, h1 {
    font-size: 2em;
}

.red {
    color: rgba(237, 59, 57, 0.82) !important;
}

.red_works {
    color: rgba(237, 59, 57, 0.82) !important;
    font-family: inconsolata;
    font-size: 1.1em;

    line-height: 1.8em;
}

.red_works:hover {
    padding-left: 0.2em;
    color: #ed3b39 !important;
}

.prod {
    color: rgba(237, 59, 57, 0.82) !important;
    font-family: inconsolata;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.8em;
}

.prod:hover {
    color: #ed3b39 !important;
    padding-left: 0.2em;
}

.prod2 {
    color: rgba(237, 59, 57, 0.82) !important;
    font-family: inconsolata;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.8em;
}

.prod2:hover {
    color: #ed3b39 !important;
    padding-left: 0.2em;
}

#studio p{
    font-size: 16px;
    line-height: 1.8em;

}

p.development{
    font-family: 'Inter';
    text-align: center;

    font-size: 1.5em !important;
    font-weight: 700;
}
.social_links a, .application a {
    font-family: 'Inconsolata';
    color: rgba(237,59,57,.82);
    font-size: 1.3em;

}

.social_links a:hover,.application a:hover{
    color: #ed3b39;
}

.application a{
    font-size: 1.5em;

}

.application li{
    padding: 0 25px;
}

.application{
    margin-bottom: 100px;
}

button.btn.btn-default.project {
    border-color: transparent;
    border-radius: 0;
    color: rgba(237, 59, 57, 0.82);
    background: transparent;
    width: 100%;
    margin-top: 30px;
    height: 168px;
    font-size: 1.4em;
    transition: all 0.5s ease-in;
    font-family: 'Inconsolata';
}

button.btn.btn-default.project:hover {
    background: transparent;
    border: 1px solid #ed3b39;
    color: #ed3b39;
}

button.btn.btn-default.product {
    border-color: transparent;
    border-radius: 0;
    color: rgba(237, 59, 57, 0.82);
    background: transparent;
    width: 100%;
    margin-top: 0px;
    height: 90px;
    font-size: 1.4em;
    transition: all 0.5s ease-in;
    font-family: 'Inconsolata';
}

button.btn.btn-default.product:hover {
    background: transparent;
    border: 1px solid #ed3b39;
    color: #ed3b39;
}

#studio h5{
    font-family: 'Inter';
    text-transform: uppercase;
}

p.dummy{
    font-size: 1.3em !important;
}
.title{
    font-family: 'Inter';
    margin-top: 0;
    color: #000000;
}
.h3{
    text-transform: uppercase;
    font-size: 1.64em;
    color: #252525;
    font-family: 'Inter';
    line-height: 1.8em;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 79.68%;
}
.span_3_of_5 {
    width: 59.36%;
}
.span_2_of_5 {
    width: 39.04%;
}
.span_1_of_5 {
    width: 18.72%;
}
.quality_txt {
    font-size: 24px;
    font-style: italic;
    max-width: 100%;
    margin: 0 auto;
    color: #252525;
    position: relative;
    padding: 30px 0;
    border-left: 3px solid rgba(237,59,57,0.82);

}
address{
    font-family: 'Inter';
    font-size: 1.6em;
    line-height: 1.8em;
    margin-top: 72px;
    color: #252525;
    font-weight: 400;

}

.email_link{
    color: rgba(237,59,57,.82);
    font-family: 'Inconsolata';
    font-size: 1.6em;
}

.talk_box{
    background: rgba(238, 60, 58, 0.82);
    padding: 50px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.talk_box h1{
    font-family: 'Inconsolata';
    font-size: 72px;
}

.talk_box h4{
    font-family: 'Raleway-LightItalic';
    line-height: 28px;
    margin-bottom: 0;

}

#studio .talk_box p{
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.8em;


}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover {
    opacity: 1;
}

footer{
    padding: 5px 0 30px;
}

ul.left a{
    color: #afb0b1;
    font-size: 1em;
    padding: 0 5px;

}

ul.left a:hover{
    color: #ee3c3a;
}

ul.social{
    text-align: right;
}

ul.social a{
    color: rgba(238,60,58,0.82);
    font-size: 1em;
    padding: 0 5px;

}
ul.social a:hover {
    color: rgba(238,60,58);
    font-size: 1em;
    padding: 0 5px;
}
figure{
    position: relative;
    margin: 0;
}
figure:hover .layer {
    box-shadow: inset 0 0 200px 370px rgb(255,255,255);
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
figure .layer {
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    cursor: pointer;
}

figure:hover .layer h1{
    opacity: 1;
}
.layer h1 {
    font-family: 'Raleway-Bold';
    color: #252525;
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 300px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
figure:hover .layer .cover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
figure .layer .cover {
    position: absolute;
    vertical-align: middle;
    margin: 0 auto;
    left: 0;
    max-width: 300px;
    right: 0;
    color: #fff;
    opacity: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.layer h3{
    font-family: 'Inconsolata';
    color: #a8a9ab;
    margin: 0;
    text-align: center;
    line-height: 3em;
}
.layer a{
    font-family: 'Inconsolata';
    color: rgba(237,59,57,0.82);
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
}

.layer a:hover{
    font-family: 'Inconsolata';
    color: #ed3b39;
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
    border-bottom: 2px solid #ed3b39;
}





/*=================career=============*/
.designation{
    font-size: 1.8em;
    display: block;
    background: #f3f3f3;
    color: #252525;
    padding: 50px 0;
    text-align: center;
    font-family: 'Inter';
}
.designation:hover{
    color: #fff;
    background: rgba(238, 60, 58, 0.82);
}
.detail_title{
    color: #F2625E;
    font-family: 'Inter';
    font-size: 20px;
    line-height:24px
    padding-top: 1.2em;
}

.detail_title_project {
    color: rgba(238, 60, 58, 0.82);
    font-family: 'Inter';
    font-size: 1.6em;

    padding-top: 1.2em;
    line-height: 1.5em;
}

.detail_title_works {
    color: rgba(238, 60, 58, 0.82);
    font-family: 'Inter';
    font-size: 1.6em;

    padding-top: 0.6em;
}


.form-control::-webkit-input-placeholder {
    color: #b6b9bd;
    font-family: 'Inter';
    font-size: 1.1em;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #b6b9bd;
    font-family: 'Inter';
    font-size: 24px;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #b6b9bd;
    font-family: 'Inter';
    font-size: 24px;
}

.form-control:-ms-input-placeholder {
    color: #b6b9bd;
    font-family: 'Inter';
    font-size: 1.4em;
}
.form-control {

}

textarea.form-control {
    height: 12.3em;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-group{
    margin-bottom: 30px;
}

.btn {
    border-radius: 0px;
    border: 0px solid transparent;
}

.btn_submit{
    background: #F2625E;
    color: #fff;

    border: 0px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    height: 40px;

}

.custom-input-filled
{

    box-sizing: border-box;
    height: 40px;

    background: #FFFFFF;
    /* MB-1000 */
    border: 1px solid #000000;
    border-radius: 4px;
}
.custom-input
{

    box-sizing: border-box;
    height: 40px;
    background: #FFFFFF;

    border: 1px solid #E2E7EE;
    border-radius: 4px;
}

.btn_submit:hover{
    #background: #0e1823;
    color: #ffffff;
    box-shadow: 0px 0px 0px 0.5px #0e1823 inset;
}
.back{
    font-size: 1.5em;
    color: rgba(237, 59, 57, 0.82);
    text-align: center;
    font-family: 'Inconsolata';
    display: block;
    margin-top: 5em;
}
.red_link{
    font-size: 24px;
    color: #ed3b39;
    border-bottom: 1px solid #ed3b39;
    display: inline-block;
    margin-top: 20px;
}
/*----------------Media Query----------------------*/

@media(max-width: 1199px){
    #studio p {
        font-size: 18px;
        line-height: 28px;
    }
    .h3 {
        font-size: 18px;
    }
    .application a {
        font-size: 18px;
    }
    p.dummy {
        font-size: 13px !important;
    }
    .quality_txt {
        font-size: 18px;
    }
    ul.social a,ul.left a  {
        font-size: 14px;
        padding: 0;
    }
}
@media(max-width: 991px){
    .social_links a, .application a {
        font-size: 14px;
    }
    .detail_title {
        font-size: 18px;
    }
    .red_link {
        font-size: 14px;
    }
    .space80 {
        margin-top: 50px !important;
    }
    .h3 {
        font-size: 15px;
    }
    .application {
        margin-bottom: 50px;
    }
    #studio p {
        font-size: 14px;
        line-height: 20px;
    }
    .title {
        font-size: 24px;
    }
    .quality_txt {
        font-size: 16px;
    }
    .talk_box h1 {
        font-size: 54px;
    }
    .talk_box h4 {
        line-height: 24px;
        font-size: 16px;
    }
    .email_link {
        font-size: 18px;
    }
    address {
        font-size: 18px;
        line-height: 24px;
    }
    ul.social a, ul.left a {
        font-size: 11px;
        padding: 0;
    }
    .layer h3 {
        font-size: 15px;
    }
    .layer h1 {
        font-size: 28px;
    }
    .email_link {
        margin-bottom: 40px;
        display: block;
    }
    .quality_txt {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
}

@media(max-width: 350px){
    .social_links a, .application a {
        font-size: 12px;
    }
}








@media (min-width: 310px) and (max-width: 767px){
    .designation {
        font-size: 14px;
        padding: 20px 0;
        margin-bottom: 15px;
    }

    .btn_submit {
        font-size: 18px;
        padding: 7px;
        width: 160px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .space30{
        margin-top: 20px!important;
    }
    .form-control {
        height: 40px;
        font-size: 14px;
    }
    .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }

    .form-control::-moz-placeholder {  /* Firefox 19+ */
        font-size: 14px;
    }

    .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .talk_box h1 {
        font-size: 40px;
    }
    .talk_box {
        padding: 20px 0 30px;
    }
    .talk_box h4 {
        line-height: 20px;
        font-size: 12px;
    }
    .navbar-nav>li>a{
        font-size: 1.3em;
        padding: 5px 0px;
        line-height: 1.8em;
        text-align: center;

    }
    .application li {
        padding: 0 10px;
    }
    .title {
        margin-top: 20px;
    }
    ul.social{
        text-align: left;
    }
    #studio {
        padding: 10px 0px 20px 0px;
    }
    ul.nav.navbar-nav.navbar-right{
        background: #fff;
        padding: 20px 0px;
    }
    #studio p {
        margin-top: 20px;
    }
    button.btn.btn-default.project {
        height: auto;
        margin-bottom: 30px;
        padding: 20px 0px;
    }
    .see_btn{
        margin: 0 auto;
    }
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
    address {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav>li{
        padding: 0px 10px !important;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-top: 25px;
    }
    button.btn.btn-default.project {
        height: 104px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    button.btn.btn-default.project {
        height: 147px;
    }
}
