#mainMenu nav>ul>li>a {
    color: #000 !important;
    font-weight: 600 !important;
}

#topbar .social-icons li a {
    color: #000 !important;
    font-weight: 600 !important;
}

#mainMenu nav>ul>li>a:hover {
    color: #f4df25 !important;
}

#mainMenu nav>ul>li .dropdown-menu>li>a:hover {
    color: #f4df25 !important;
}

#logo a img {
    display: block !important;
    width: 170px !important;
    height: 80px !important;
    padding: 7px;
}

#logo {
    display: flex;
    align-items: center;
}

.text-dark-top {
    font-size: 36px !important;
    font-weight: 500 !important;

    margin-bottom: 0 !important;
}



#topbar {
    border-bottom: 1px solid #b9bcbf !important;
}


.text-red {
    color: #f4df25 !important;
}

.social-icons ul li a img {
    width: 35px !important;
}

.social-icons ul li a {
    width: auto !important;
    font-size: 12px !important;
}

.social-icons ul {
    display: flex;
    gap: 20px;
}

.slide-captions p {
    font-size: 14px !important;
}

#topbar .social-icons {
    float: left !important;
}

.blog {
    background-color: #f3f3f3;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 50px;
    height: auto;
}

.blog-title-wrapper {
    display: flex;

    flex-direction: column;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.blog-title-1 {
    color: #f4df25;

    font-size: 36px;
}

.blog-title-2 h1 {

    font-weight: 700;
    padding-top: 10px;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
}

.blog-title-2 h1::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #f4df25;
    bottom: 0;
    left: 0;


}

.blog .container {
    max-width: 900px;
}

.blog-box {
    width: 270px;
    height: auto;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 5px gray !important; */
    background-color: white;
}

.blog-box-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.blog-box-images {
    width: 100%;
    height: 170px;
}

.blog-text {

    padding: 15px;
}

.blog-text-title {
    color: #000;
    font-weight: 600;

}

.blog-text-description {
    font-size: 12px;
    color: #000;
    padding-bottom: 5px;
    font-weight: 500;

}

.read-more a {
    color: #f4df25 !important;
    font-weight: 700;
}

.blog-box-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.all-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.all-blog a {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4df25;
    font-size: 16px;

    color: white;
}

.all-blog a:hover {
    background-color: #f3f3f3 !important;
    border: 1px solid #f4df25;
    color: #f4df25 !important;
}

.services {
    background-image: linear-gradient(0deg, #f3f3f3 43.7%, white 43.7%);
    width: 100%;
    padding-bottom: 50px;
    height: auto;
}

.services-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.services-title-1 {
    color: #f4df25;

    font-size: 36px;
}

.services-title-2 h1 {

    font-weight: 700;
    padding-top: 10px;
    font-size: 44px;
}

.services-box {
    width: 350px;
    height: 320PX;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px gray !important;
    background-color: white;
}

.services-box-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.services-box-images {
    width: 100%;
    height: 100%;
}

.services-box-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.services-text {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-text-title {
    color: white;
    font-weight: 600;

    font-size: 16px;

}

.services-box .overlay {
    background-color: #000;
    opacity: .1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.services-little-icon {
    width: 60px;
    height: 60px;
    background-color: #f4df25;
    margin-left: 7px;
    margin-bottom: 20px;
}

.services-little-icon img {
    width: 100%;
    margin-top: -7px;
    margin-left: -7px;
    object-fit: contain;
    height: 100%;
}

.homepage-contact {
    width: 100%;
    height: 150px;
    position: relative;
}

.homepage-contact .overlay {
    width: 100%;
    height: 100%;
    background-color: #f4df25;
    position: absolute;
}

.home-contact-text {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;

}

.homepage-contact .container {
    display: flex;
    justify-content: space-between;
}

.home-contact-link {
    position: relative;
    display: flex;
    font-size: 18px !important;
    align-items: center;
}

.why-us-left-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    color: #262c36;
}


.home-contact-link a {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;

    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid white;
    font-size: 16px !important;
    color: #000 !important;
}

.why-us {
    width: 100%;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f4df25;
    height: auto;
}

.why-us .container {
    display: flex;
    justify-content: center;

}

.why-us-left {
    width: 30%;
    position: relative;
    height: auto;
}

.why-us-right {
    width: 50%;
    height: auto;
    margin-top: -50px;
}

.red-line {
    height: 15px;
    width: 150px;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #f4df25;
}

.big-images {
    width: 100%;
    position: relative;
    height: 430px;
    z-index: 1;
    background-color: #b9bcbf;
}

.little-images {
    width: 200px;
    height: 180px;
    position: absolute;
    right: -100px;
    top: 0;
    background-color: black;
}

.big-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.little-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-red-line {
    width: 100%;
    height: 25px;
    margin-top: 120px;
    background-color: #f4df25;
}

.why-us-right-text {

    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-left: 50px;
}

.why-us-litte-title {

    font-size: 24px;
    color: #f4df25;
}

.why-us-big-title {

    font-size: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
}


.why-us-big-title-2 {

    font-size: 36px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
}

.red-text {
    color: #f4df25 !important;
}

.why-us-right-text .description {
    font-size: 12px !important;
    position: relative;
    padding-left: 10px;
}

.why-us-right-text .description::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f4df25;
}

.why-us-two {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}



.why-us-box-img {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f4df25;
}

.why-us-box-img img {
    object-fit: contain;
    width: 70%;
    height: 70%;
}

.why-us-box-text {
    margin-left: 55px;
    position: relative;
    max-width: 100%;
}

.why-us-box-title {
    color: #000;

    font-weight: 600;
    font-size: 12px;
}

.why-us-box-text .description {
    font-size: 10px !important;
    padding: 0 !important;
    line-height: 16px !important;
    margin-top: -3px;
}

.why-us-box-text .description::before {
    display: none !important;
}

.banner-down {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid #f4df25;
    border-bottom: 2px solid #f4df25;
}

.banner-down-left {
    width: 35%;
    position: relative;
    height: 350px;
}

.banner-down-left-img {
    width: 300px;
    position: absolute;
    right: 0;
    height: 350px;
    background-color: #f4df25;
}

.banner-down-left-little-img {
    width: 250px;
    position: absolute;
    left: 0;
    background-color: white;
    height: 150px;
    padding: 15px;
    top: 50px;
    z-index: 1;
}

.veritcal-line {
    width: 10px;
    height: 200px;
    background-color: #f4df25;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.banner-down-left-little-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-down-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-down-right {
    max-width: 70%;
    height: auto;
    padding-left: 30px;
}

.banner-down .container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.banner-down-box {
    width: 50%;
    height: auto;
}

.banner-down-box-img {
    width: 20px;
    height: 20px;
    background-color: #f4df25;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-down-box-img img {
    width: 50%;
    height: 50%;

}

.banner-down-box {
    display: flex;
    gap: 5px;
    height: 25px;
}

.banner-down-box-text {
    color: #000;
    font-size: 12px !important;
}

.banner-down-two {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.banner-down-right-text .description {
    font-size: 12px !important;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
}

.banner-down-right-text .description::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f4df25;
}

.bold-line {
    width: 110%;
    background-color: #f4df25;
    height: 25px;
    margin-top: 10px;
    left: -10%;
    z-index: -1;
    position: absolute;
}

.banner-down-right {
    position: relative;
}




.footer-description {
    font-size: 12px !important;
}

footer {

    border-top: 2px solid #f4df25;

    background-color: #272727;
    width: 100%;
    font-family: sans-serif !important;
    height: auto;
    padding-top: 50px;
}

.two {
    width: 25% !important;
}

.footers-container {
    width: auto;
    height: auto;
}


footer .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-title {
    color: #e2e2e2;
    font-weight: 700;
    font-size: 14px;

    position: relative;
}

.footer-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #f4df25;
    bottom: -5px;
}

.footers-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-description {

    color: #e2e2e2;
    padding-top: 10px;
    font-weight: 400;
}

.footer-description a {
    color: #e2e2e2;
    padding-top: 10px;

    font-weight: 400;
}

.neturk-copyright {
    width: 100%;
    padding-bottom: 20px;

    padding-top: 20px;
}

.neturk-copyright .container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.neturk-logo img {
    width: 100px;
}

.neturk-text {
    color: #e2e2e2;

}


.image-hover-zoom img {
    object-fit: contain;
    width: 100%;
}

#page-title {
    background-color: #f4df25 !important;
    padding: 10px 0 !important;
}

#page-title .breadcrumb {
    text-align: left !important;
    padding-left: 10px !important;
}

.sidebar.sidebar-modern:before {
    background-color: white !important;
}

.tags {
    display: flex;
    flex-direction: column;
}

.tags a {
    border-radius: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.tags a:hover {
    background-color: #f4df25 !important;
    border-color: #f4df25 !important;
}

.tags a i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-left .sidebar.sidebar-modern {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.widget .widget-title,
.widget>h4 {
    margin-bottom: 10px !important;
}

.post-item .post-item-description>h2,
.post-item .post-item-description>h2>a {
    font-size: 16px !important;
}

.post-item-description a:hover {
    color: #f4df25 !important;
}

.post-item.border>.post-item-wrap>.post-item-description {
    padding: 15px !important;
}

.image-hover-zoom img {
    cursor: pointer;
}

button.btn.btn-dark.btn-outline:hover,
button.btn.btn-dark.btn-outline:focus,
button.btn.btn-dark.btn-outline:active,
button.btn.btn-dark.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active {
    background-color: #f4df25 !important;
    color: white !important;
    border-color: #f4df25 !important;
}

button.btn.btn-dark.btn-outline,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline {
    background-color: transparent !important;
    color: #f4df25 !important;
    border-color: #f4df25 !important;
}

footer a:hover {
    color: #f4df25 !important;
}

.services-left {
    width: 50%;
    height: auto;
}

.services-right {
    margin-top: -15px;
    width: 50%;
    padding-left: 40px;
    height: auto;
    position: relative;
}


.services-left a {
    color: #f4df25 !important;
    border-bottom: 1px solid #f4df25 !important;
    padding-top: 20px !important;
}


.services-right div {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #262c36;
}

.services-right::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 50px;
    background-color: #f4df25;

}

.services-left div {
    padding-bottom: 20px;
    font-size: 16px;
    color: #989898;
}

.why-us-right {
    height: 550px;
    width: 50%;
    background-color: #272727;
}

.why-us-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.why-us-left {
    width: 50%;
    padding-right: 50px;

}

.why-us-box {
    width: 410px;
    height: 50px;
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.why-us-left-down {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    margin-top: 30px;
    gap: 30px;
}

.why-icon {
    width: 50px;
    height: 50px;
    background-color: #262c36;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-text {
    display: flex;
    justify-content: center;

    flex-direction: column;
}

.why-text p {
    margin: 0 !important;
    color: #999999;
    font-size: 12px;
}

.why-icon img {
    width: 30px;
    height: 30px;
}

@media(min-width:1200px) {

    #slider {
        height: 600px;
    }
}

@media(max-width:1200px) {
    .services-box {
        width: 290px !important;
    }

    .banner-down-right-text .description {
        font-size: 10px !important;
    }

    .banner-down-left-little-img {
        left: -105px;
    }

    .veritcal-line {
        left: -65px;
    }

    .why-us-box-text .description {
        font-size: 8px !important;
    }

    .home-contact-text {
        font-size: 18px !important;
    }

    .home-contact-link a {
        font-size: 14px !important;
    }
}

@media(max-width:1100px) {


    .banner-down-left-little-img {
        left: -85px;
    }

    .veritcal-line {
        left: -45px;
    }
}

@media(max-width:1050px) {
    .services {
        background-image: linear-gradient(0deg, white 43.7%, white 43.7%);
    }

    .banner-down-left-little-img {
        left: -65px;
    }

    .veritcal-line {
        left: -25px;
    }
}

@media(max-width:992px) {
    .why-us-left-title {
        font-size: 18px !important;
    }

    .why-icon {
        width: 70px;
        height: 60px;
    }

    .why-us-left {
        padding-right: 0 !important;
    }

    .why-us-left-title {
        justify-content: flex-start !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-us-left-down {
        justify-content: flex-start !important;
        padding-left: 15px;
        align-items: flex-start !important;
        padding-right: 15px;
    }

    .why-us-right {
        margin-top: 50px !important;
    }

    .why-us {
        flex-direction: column;
    }

    .services-left div {
        padding-top: 20px !important;
    }

    .services-right div {
        font-size: 18px !important;
    }

    .services-right {
        width: 100% !important;
    }

    .services-left {
        width: 100% !important;
    }

    .services-title-wrapper {
        flex-direction: column-reverse;
    }

    .sidebar-left .sidebar.sidebar-modern {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #page-title .breadcrumb {
        padding-left: 0 !important;
    }

    #mainMenu nav>ul>li .dropdown-menu {
        box-shadow: none !important;
    }

    .bold-line {
        display: none;
    }

    .banner-down-right {
        padding-left: 0 !important;
    }

    .banner-down-left-img {
        position: relative;
    }

    .banner-down-left-little-img {
        display: none;
    }

    .veritcal-line {
        display: none;
    }

    .banner-down-left {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: 100% !important;
    }

    .banner-down-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .banner-down .container {
        flex-direction: column;
    }

    .why-us-right-text {
        padding-left: 0 !important;
    }

    .big-red-line {
        display: none;
    }

    .why-us-box-title {
        font-size: 14px !important;
    }

    .why-us-box-text .description {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .why-us-left {
        width: 100%;
    }

    .why-us-right {
        width: 100%;
    }

    .little-images {
        display: none;
    }

    .red-line {
        display: none;
    }

    .why-us .container {
        flex-direction: column;
    }

    .homepage-contact {
        display: flex;
        align-items: center;
    }

    .homepage-contact .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .home-contact-link {
        height: auto;
    }

    .home-contact-text {
        height: auto;
        text-align: center;
    }

    .blog-title-2 h1 {
        font-size: 36px !important;
    }

    .blog-title-1 {
        font-size: 30px !important;
    }

    .header-line {
        border: 0 !important;
    }

    #logo a {
        padding-left: 20px;
    }

    footer .container {
        flex-direction: column;
        gap: 30px;
    }

    .two {
        width: auto !important;
    }

    .footer-description {
        font-size: 14px !important;
    }
}

@media(max-width:768px) {
    .banner-down-right-text .description {
        font-size: 12px !important;
    }

    .why-us-big-title {
        font-size: 32px !important;
    }

    .why-us-big-title-2 {
        padding-top: 0 !important;
        font-size: 26px !important;
    }

    .why-us-box-text {
        height: 60px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .why-us-box {
        height: 60px !important;
        width: 70% !important;
    }

    .why-us-two {
        gap: 20px;
        justify-content: center;
        flex-direction: column;
    }

    .services-box-container {
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
    }

    .blog-title-2 h1 {
        font-size: 32px !important;
    }

    .blog-title-1 {
        font-size: 26px !important;
    }

    .blog-box-container {
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
    }

    .blog-text-description {
        font-size: 14px !important;
    }

    .blog-text-title {
        font-size: 16px !important;
    }

    .footer-description {
        font-size: 16px !important;
    }

    .footer-title {
        font-size: 16px !important;
    }

    .neturk-text {
        font-size: 16px !important;
    }

    .why-us-box {
        height: 70px;
    }

    .why-us-box-text {
        justify-content: normal !important;
    }

    .why-us-box-text .description {
        line-height: 16px !important;
    }

    .why-us-right-text .description {
        font-size: 14px !important;

    }

    .why-us-two {
        margin-top: 45px;
    }

    .banner-down-right-text .description {
        font-size: 14px !important;
    }

    .banner-down-box-text {
        font-size: 14px !important;
    }

    .banner-down-right-text .description {
        margin-bottom: 30px !important;
    }
}

@media(max-width:450px) {
    .banner-down-left-img {
        width: 100% !important;
    }

    .blog-box {
        width: 100% !important;
    }

    .services-box-container a {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-box-container a .services-box {
        width: 100% !important;
    }
}

@media(max-width:550px) {
    .blog {
        margin-top: -50px !important;
    }

    .why-us-right {
        height: 350px !important;
    }

    .homepage-contact {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .services-box {
        width: 100% !important;
    }

    .inspiro-slider .slide .container,
    .inspiro-slider .slide .container-wide {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .why-us-box {
        width: 100% !important;
    }
    #slider {
        min-height: 450px !important;
    }

    .flickity-viewport {
        min-height: 450px !important;
    }

    .slide {
        min-height: 450px !important;
    }
}