@media (max-width: 991px) {
    .mt-md-40{
        margin-top: 40px;
    }
    .menu_btn {
        opacity: 1;
        visibility: visible;
    }
    .contest_wrapper {
		padding: 60px 20px 100px;
		height: auto;
	}
    header.h-100 {
        background-color: #4E47D8 !important;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .nav-link {
        display: inline-block;
        margin-bottom: 8px;
    }
    .nav-link:hover,
    .nav-link.active {
        color: rgb(201, 161, 115);
    }
    nav {
        text-align: center;
        position: fixed;
        width: 100%;
        left: 0;
        line-height: 50px;
        padding-top: 80px;
        background-color: #0F0F1B;
        -webkit-transition: .3s;
        transition: .3s;
        height: 100%;
        top: -100%;
        opacity: 0;
        visibility: hidden;
        overflow-y: scroll;
    }
    nav ul li a::after {
        bottom: 7px;
    }
    nav.show {
        top: 0;
        opacity: 1;
        visibility: visible;
        transition-delay: .3s;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
        -o-transition-delay: .3s;
    }
    nav.show ul {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        display: inline-block;
        font-size: 18px;
    }
    nav ul li:last-child a {
        margin-right: 15px !important;
    }
}


@media (max-width: 767px) {
    .landing-content h3 {
        font-size: 40px;
    }
    .contest_wrapper {
		padding: 100px 20px 100px;
		height: auto;
	}
    .work_short_info {
        margin-top: 60px;
    }
    .section_title_two {
        margin-bottom: 80px;
    }
    .blog_item {
        padding: 20px;
    }
    .projects  .work_count {
        height: 40px;
        width: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .projects  .work_img {
        margin-left: 40px;
    }
    .projects  .work_short_info {
        padding-left: 40px;
        margin-top: 40px;
    }
    .projects .work_short_info h4 {
        font-size: 32px;
    }
    .single_blog_title {
        font-size: 30px;
    }
    .blog_single_info_img,
    .blog_single_info_img .text-right {
        text-align: center !important;
    }
    .blog_single_info_img img {
        margin-bottom: 30px;
    }
    .single_work_title {
        font-size: 32px;
    }
    .vertical_rule {
        height: 80px;
    }
}


@media (max-width: 575px) {
	.landing-content p {
		font-size: 16px;
	}
    .go_top.show {
        right: 20px;
        bottom: 25px;
    }
    .landing-content h3 {
        font-size: 32px;
    }
    header {
        padding: 0 20px;
    }
	.landing_wrapper {
		padding: 170px 20px 100px;
		height: auto;
    }
    .contest_wrapper {
		padding: 120px 20px 100px;
		height: auto;
	}
    .wrapper {
        padding: 80px 20px;
    }
    .work_count {
        height: 40px;
        width: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .work_img {
        margin-left: 40px;
    }
    .work_short_info {
        padding-left: 40px;
        margin-top: 40px;
    }
    .work_short_info h4 {
        font-size: 32px;
    }
    .bg-img-wrapper {
        height: 300px;
		margin-left: 20px;
    }
    .service-wrapper .service_text {
        font-size: 25px;
    }
    .service_item {
        margin-bottom: 50px;
    }
    .team_item {
        margin-bottom: 50px;
    }
    .fact_item {
        margin-bottom: 50px;
    }
    .testimonial_text {
        font-size: 16px;
    }
    .blog_title_n_img img {
        width: auto;
        height: 100%;
    }
    .contact__form button {
        width: 200px;
    }
    textarea.input_control {
        height: 150px;
    }
    .single_blog_info {
        line-height: 3;
        margin-bottom: 0;
    }
    .work_details_text {
        margin: 60px 0;
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .projects .work-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 70px;
    }
}

@media (max-width: 380px) {
	.footer_widget p {
		font-size: 16px;
	}
	.teams .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.service-wrapper .service_text {
		font-size: 18px;
	}
    .work_short_info {
        padding-left: 0;
    }
    .work_short_info .line {
        width: 40px;
    }
    .projects .work_short_info {
        padding-left: 0;
    }
    .projects .work_short_info .line {
        width: 40px;
    }
    .bg-img-wrapper {
        height: 200px;
    }
    .team_item h3 {
        font-size: 19px;
        margin-top: 20px;
    }
    .fact_item p {
        font-size: 19px;
    }
    .fact_item .counter {
        font-size: 60px;
    }
    .service-wrapper .service_text {
        font-size: 19px;
    }
    .paginations.blog_paginations li {
        display: none;
    }
    .paginations.blog_paginations li:first-child,
    .paginations.blog_paginations li:last-child {
        display: inline-block;
        font-size: 25px;
    }
    .paginations.blog_paginations li:first-child a span,
    .paginations.blog_paginations li:last-child a span {
        font-size: 19px;
    }
    .blog_item {
        padding: 20px 10px;
    }
    .contact__form button {
        width: 100%;
    }
    .work_details_text,
    .work_details_text p {
        font-size: 16px;
    }
}
.contest_wrapper {
    padding: 60px 20px 100px;
    height: auto;
}