/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
    color: gray;
    font-weight: 400;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}

.centered {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    /*filter: blur(10px) contrast(20);*/
}

.blob-1, .blob-2 {
    width: 23px;
    height: 23px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blob-1 {
    top: 10%;
    animation: osc-l 3s ease infinite;
    background-color: black;
}

.blob-2 {
    top: 90%;
    animation: osc-r 3s ease infinite;
    background: #000;
}
.blob3{
    width: 10px;
    height: 160px!important;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000000;
}
@keyframes osc-l {
    0% {
        top: -30%;
    }

    50% {
        top: 0%;
    }

    100% {
        top: -30%;
    }
}

@keyframes osc-r {
    0% {
        top: 130%;
    }

    50% {
        top: 100%;
    }

    100% {
        top: 130%;
    }
}

.gnl-loading {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 9999999999;
}

.loading {
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    text-align: center;
}

/* //////// -- nav -- //////// */

.navbar {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: ease-in-out .5s;
        padding: 10px 30px;
}

.bg-light {
    background-color: transparent !important;
}

.language {
    font-size: 16px !important;
}

.sticky {
    background-color: white !important;
    margin: 0;
    padding: 15px 30px;
    transition: all .5s ease-in-out;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 800;
}


/* //////// -- banner -- //////// */

.banner {
    width: 100%;
    height: 100vh;
}

.banner-txt {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

    .banner-txt i {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        background-color: #ffffff;s
    }

.headling {
    text-align: center;
    color: white;
}

    .headling p {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2em;
        color: black;
        display: inline-block;
        padding: 5px 15px;
    }

.two-navbar nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #000000!important;
}

.two-navbar li.nav-item {
    display: inline-block;
}

.two-navbar nav a:hover,
.two-navbar nav a:focus {
    outline: none;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two_logo img{
	height: 70px;
	margin-bottom: 20px;
}
/* Effect 13: three circles */
.two-hover a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

    .two-hover a::before {
        position: absolute;
        top: 75%;
        left: 45%;
        color: transparent;
        content: '•';
        text-shadow: 0 0 transparent;
        font-size: 1.2em;
        -webkit-transition: text-shadow 0.3s, color 0.3s;
        -moz-transition: text-shadow 0.3s, color 0.3s;
        transition: text-shadow 0.3s, color 0.3s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none;
    }

    .two-hover a:hover::before,
    .two-hover a:focus::before {
        color: #000;
        text-shadow: 10px 0 #000;
    }

    .two-hover a:hover,
    .two-hover a:focus {
        color: #ba7700;
    }
@media(max-width:768px) {
    .two-navbar li.nav-item {
        display: block !important;
    }
    .dil_item{
        margin:0px !important;
    }
}

@media(max-width:576px) {
    .banner-txt p {
        font-size: 23px;
    }
}
.banner{
	position: relative;
}
.banner::after{
	content: "";
	position: absolute;
	top: 0;
	left: 62px;
    width: 3px;
	height: 100vh;
	background-color: #4ea578;

}
.dots{
	width: 100%;
    height: 100%;
}
.dots::after{
	content: "";
	display: inline-block;
    background-image: radial-gradient(#8a8a8a 5%, #ffffff 5%);
    background-position: 0 0;
    background-size: 42.5px 42.5px;
    height: 100vh;
    width: 100%;
}
/* //////// -- what we do -- //////// */

.whatwe {
    padding: 100px 0px;
    /*max-width: 1200px;*/
    margin: auto;
    background-color: #f5f5f5;
}

.what-title {
    margin-bottom:40px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.what-txt {
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.services-txt {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
}

.whatwe .zoom img{
padding:20px;
}


/* //////// -- recent -- //////// */

.recent-work {
    padding: 50px 0px;
    width: 70%;
    margin: auto;
}

/* //////// -- mission -- //////// */

.mission {
    margin: 50px 0px;
}

.mission-bg {
    background-color: #f7f7f7;
    background-image: url(../images/img/missionbg.jpg);
    background-position: center;
    background-size: cover;
height:500px;
}

    .mission-bg .owl-carousel {
        width: 100%;
        z-index: 0;
        line-height: 500px;
    }

        .mission-bg .owl-carousel .item {
            font-size: 30px;
            font-weight: 600;
            text-align: center;
        }

/* //////// -- mission -- //////// */

.news {
    margin: 100px 0px;
}

.news-img {
}

.news-date {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    color: gray;
}

.news-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.news-txt {
    font-size: 16px;
    margin-top: 10px;
    color: #575757;
}

.news-headling {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.news-headling-txt {
    margin: 5px 0px 20px 0px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: gray;
}

/* //////// -- footer -- //////// */

#map {
    height: 650px;
    width: 100%;
}

.footer {
    position: relative;
    margin-bottom: 330px;
}

    .footer .contact {
        position: absolute;
        top: 70%;
        max-width: 800px;
        margin: auto;
        background-color: white;
        padding: 50px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        transform: translate(-50%, 0%);
        left: 50%;
    }

    .footer .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid black;
        margin-top: 15px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .footer .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: black;
            outline: 0;
            box-shadow: none;
        }

    .footer .btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #000000;
    }

        .footer .btn-primary:hover {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

    .footer .btn {
        padding: 10px 40px;
        border-radius: 0;
        margin-top: 10px;
    }

    .footer .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .footer .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .footer .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }

.partners {
}

    .partners img {
        padding: 30px;
    }

.footer-bottom {
    background-color: #6772b2;
    color: white;
    padding: 75px 0px;
    margin-top: 70px;
    padding-bottom: 10px;
}
.footer_bt_bg{
	margin-top: 30px;
}
.footer-logo {
    font-size: 30px;
    font-weight: 600;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
}

.footer-info p {
    margin-top: 15px;
	color:#fff;
}

.footer-info i {
    margin-left: 15px;
}

    .footer-info i:nth-last-child(4) {
        margin-left: 0px;
    }


/* //// recent work //// */

#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

    .tile:hover {
    }

.scale-anm {
    transform: scale(1);
}


.portfolio p {
    padding: 10px;
    border-bottom: 1px #ccc dotted;
    text-decoration: none;
    font-family: lato;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    display: block;
    float: left;
}

    .portfolio p:hover {
        cursor: pointer;
        background: #333;
        color: #eee;
    }

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.btnw {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 0px 5px;
    margin: 0;
    height: auto;
    position:relative;
    /*border: 1px solid;*/
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}
    .btnw:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width:0;
        height: 1px;
        transition: ease-in-out .5s;
        background-color:#000000;
        
    }

    .btnw:hover:after {
        width: 100%;
        text-decoration: none;
    }



.toolbar .active {
    border-bottom: 1px solid #000000;
}



    .btnw:focus {
        outline: none;
        border-color: var(--darken-2);
        box-shadow: 0 0 0 3px var(--darken-3);
    }

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.toolbar {
    float: right;
}

.recent-wt {
    font-size: 24px;
    font-weight: 500;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 15px;
    color: #b6b6b6;
    font-size: 30px;
    z-index: 1;
    display: none;
}

    .back-to-top:hover {
        color: #575757;
    }

/* ////-- about us --//// */


.bg-light-page {
   background-color: #fff;
   
}
.navbar-brand img{
	width: 100px;
}
.about-banner {
    margin-top: 100px;
}

.page-bannerx {    
background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.page-banner-txtx {
    height: 900px;
    display: table;
}
.page-banner {    
background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
}

.page-banner-txt {
    height: 530px;
    display: table;
}

    .page-banner-txt span {
        display: table-cell;
        vertical-align: middle;
        font-size: 50px;
        font-weight: 700;
        color: #6772b2;
    }
    .page-banner-txtx span {
        display: table-cell;
        vertical-align: middle;
        font-size: 50px;
        font-weight: 700;
        color: #6772b2;
    }
    .page-banner-txt p {
        display: table-cell;
        vertical-align: middle;
        font-size: 50px;
        font-weight: 700;
        color: #6772b2;
    }
    .page-banner-txtx p {
        display: table-cell;
        vertical-align: middle;
        font-size: 50px;
        font-weight: 700;
        color: #6772b2;
    }
    .page-banner-txt span i{
        background-color: #f5f5f5;
    }
	.page-banner-txtx span i{
        background-color: #f5f5f5;
    }
.whatwe-txt {
    padding: 0px 50px;
    text-align: center;
    font-size: 16px;
}

    .whatwe-txt p {
        text-align: center;
    }

.our-team {
    margin: auto;
    padding: 50px 0px;
    max-width: 1280px;
    margin-bottom: 100px;
    /*background-color: #f7f7f7;*/
}

.team-img {
    text-align: center;
}

.team-info {
    padding-top: 15px;
}

    .team-info p {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 8px;
    }

        .team-info p span {
            font-weight: 300;
            font-size: 16px;
            font-style: italic;
        }

        .team-info p:nth-last-child(3) {
            padding: 15px 0px;
        }

.our-team-txt {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

    .our-team-txt p {
        padding: 15px 0px;
    }

.team-bio {
    text-align: center;
    padding: 30px 50px;
}

    .team-bio p {
        font-weight: 400;
    }

.team-img {
    transition: all .5s ease-in-out;
    position: relative;
}

    .team-img img {
        transform: scale(1.0);
        transition: ease-in-out .5s;
    }

    .team-img:hover img {
        transform: scale(1.1);
    }

.page-contact {
    margin-bottom: 100px;
}

.contact-left p {
    font-size: 36px;
    font-weight: 700;
}

.page-contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid black;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .page-contact .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: black;
        outline: 0;
        box-shadow: none;
    }

.page-contact .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000000;
}

    .page-contact .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.page-contact .btn {
    padding: 10px 40px;
    border-radius: 0;
    margin-top: 10px;
}

.page-contact .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.page-contact .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.page-contact .btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

/* ////-- projects --//// */

.projects {
    margin: 100px 0px;
}

/* ////-- projects details --//// */

.projects-details {
}
.projects-details .right{
	margin-top: 105px;
}
.pro-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pro-details p {
    color: #333;
}

.pro-txt {
    color: gray;
}

    .pro-txt li span {
        font-weight: 500;
        color: #333;
    }

.parent {
    position: relative;
}

#scrollable {
    margin-top: 120px;
}

.scrolling-child-row {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.pro-contact .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000000;
}

    .pro-contact .btn-primary:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

.pro-contact .btn {
    padding: 10px 40px;
    border-radius: 0;
}

.pro-contact .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.pro-contact .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.pro-contact .btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.other-projects {
    margin-top: 60px;
}

.other-left {
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
}

.other-middle {
    font-weight: 500;
    text-align: center;
}

.other-right {
    font-weight: 500;
    text-align: right;
    padding-right: 10px;
}

.other-projects a {
    color: #000;
}

    .other-projects a:hover {
        color: #333;
    }

.otherspad {
    padding: 10px 0px;
}

/* ////-- two dots insipires --//// */

.insipires {
    margin-top: 150px;
}

.item a {
    color: #000;
}

    .item a:hover {
        box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 1px 0 #000;
    }

.news-img {
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}

    .news-img img {
        transform: scale(1.0);
        transition: ease-in-out .5s;
    }

    .news-img:hover img {
        transform: scale(1.1);
    }

.news-txt {
    padding-bottom: 20px;
}

    .news-txt span {
        font-size: 24px;
        font-weight: 500;
        color: #000;
    }

.social-line {
    text-align: center;
    padding: 10px 0px;
}

    .social-line i {
        padding: 0px 15px;
        font-size: 18px;
    }

/* ////-- comments --//// */

.comment-title {
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0px;
}

.comment-img img {
    border-radius: 50%;
}

.comment-arthur {
    font-size: 20px;
    font-weight: 600;
}

.comment-date {
    font-size: 14px;
    color: gray;
    padding: 5px 0px 15px 0px;
}

.comment-txt {
    color: #333;
}

.comment-reply {
    font-size: 14px;
    color: gray;
    text-align: right;
}

.comment-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid black;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .comment-form .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: black;
        outline: 0;
        box-shadow: none;
    }

.comment-form .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000000;
}

    .comment-form .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.comment-form .btn {
    padding: 10px 40px;
    border-radius: 0;
    margin-top: 10px;
}

.comment-form .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.comment-form .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.comment-form .btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

/* ////-- contact--//// */

.quote {
    padding: 30px 0px;
}

    .quote span {
        font-size: 24px;
        font-weight: 600;
    }

    .quote p {
        color: #333;
    }

.map {
    padding: 30px 0px;
}

#map {
    height: 300px;
    width: 100%;
}

.comment-form label {
    color: rgb(85, 85, 85);
}

.contact-info {
    margin-top: 20px;
}

.contacticon {
    float: left;
    background-color: black;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: table;
}

    .contacticon i {
        color: white;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.contact-txt {
    padding-top: 10px;
}

.contact-page .comment-form .form-control {
    margin-top: 0;
}

@media (min-width: 1100px) {
    .col-md-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media(max-width:768px){
    #portfolio {
        margin: 1rem 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
}
@media(max-width:572px) {
    #portfolio {
        margin: 1rem 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}
@media(max-width:768px){
    .page-banner-txt p {
       
        font-size: 25px;
    }
    .page-banner-txtx p {
       
        font-size: 13px;
    }
}
@media(max-width:991px){
        #scrollable {
        
        position: initial !important;
    }
}
@media(max-width:572px){
    .recent-work {
        
        width: 100%;
    }
    .btnw {
  
        padding: 0px 2px;

    }
    .mission-bg .owl-carousel .item {
        font-size: 12px;
		font-weight: 500;
    }
    #contact-map {
         height: auto; 

    }
    .footer .contact {
        position: relative;
        
    }
    .footer {

     margin-bottom: 15px; 
    }


    #owlCarouselInpiresDetails > div.owl-stage-outer > div > div:nth-child(n) > div {
        padding: 0px 15px;
    }
}
.tile{
	position: relative;
    margin-bottom: 1rem;
}
.tile a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
.tile a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: ease-in-out .5s;
	text-align: center;

}
.tile a span{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #f5f5f5;
	transition: ease-in-out .5s;

}
.tile a:hover span{
	opacity: 1;
}
.tile a:hover i{
	opacity: 1;
}
.dots::before{
	content: "";

	width: 42.5px;
	height: 1px;
	background-color: red;
}
/*Acilir-Menu*/
.nav_ul li{
	display: inline-block;
	margin:10px;
}
.nav_div ul{
	top: 25px!important;
}
.nav_ul .nav-item .nav-link.language.active{
	color: #6772b2;
}
main {
  min-width: 200px;
  max-width: 800px;
  margin: 80px auto;
  padding: 10px;
}
main .wrap {
  padding: 40px 20px;
  background-color: #fff;
}
main .title {
  font-size: 2em;
  text-align: center;
  margin: 20px auto 40px;
  text-transform: uppercase;
}

header nav {
  background-color: rgba(78, 165, 120, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header nav ul li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
header nav ul li a {
  display: block;
  font-size: 2em;
  letter-spacing: 5px;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover {
  color: #6772b2;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 70px;
    top: 40px;
  cursor: pointer;
}
.toggle-btn .bar {
  width: 30px;
  height: 3px;
    margin: 5px auto;
  background-color: #4ea578;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .bar:nth-child(2) {
  width: 20px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  top: 100px;
}
#toggle:checked ~ nav ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked ~ nav ul li:nth-child(5) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}
#toggle:checked ~ nav ul li:nth-child(6) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}
#toggle:checked + label.toggle-btn .bar {
  background-color: #ffffff;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 768px){
	.banner-txt {
	    width: 60%;
	}
	.banner-txt i {
	    font-size: 23px;
	}
	.toggle-btn {
	    right: 15px;
	    top: 15px;	
	}
	.navbar.sticky{
		padding: 5px 30px;
	}
	.navbar.sticky img{
		width: 60px;
	}
	.page-banner-txt p{
		display: none;
	}
	#toggle:checked ~ nav ul {
	    width: 80%;
	}
	.mission-bg {
	    background-size: contain;
	    height: 90px;
	    background-repeat: no-repeat;
	}
	.mission-bg .owl-carousel {
	    line-height: 100px;
	}
	.page-bannerx {
	    height: 150px;
	}
	.page-banner-txtx {
	    height: 150px;
	    width: 60%;
	}
	.team-info p {
	    line-height: normal;
	}
	#owlCarouselpartners .owl-item img {
	    width: 250px;
	    margin: auto;
	}
	.project-title {
	    top: 63%;
	}
	.blob-1, .blob-2 {
	    width: 15px;
	    height: 15px;
	}
	.blob3{
	    width: 10px;
	    height: 150px;
	}
	.projects-details .right .right-item{
		margin-bottom:20px;
		position:relative
	}
	.projects-details .right .right-item::after{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.flexbin > * > img {
		height: auto;
	}
	.flexbin > * {
		height: auto;
	}
	.projects .project-info {
		top: 50%!important;
	}
}
.projects .project-info{
    top: inherit;
}