/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1366px) and (max-width: 1920px) {
    .mobile-menu-area {
        display: none;
    }
    .slider-wrapper .slick-prev {
        left: 20px;
    }
    .slider-wrapper .slick-next {
        right: 20px;
    }  
}
/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1260px) and (max-width: 1366px) {
    .ex-bg {
        background-position: 130% bottom;
        background-size: 63%;
    }    
    .footer-top-area::before {
        background: #171717 url(../img/bg/2.html) no-repeat center center/80%;
    }
    .xboot-single-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}


/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
    .mobile-menu-area {
        display: none;
    }
	.price-table .col-md-4:nth-child(4n+1) {
		clear: both;
	}
	.price-table .col-md-4:nth-child(n+5) {
		margin-top: 30px;
	}
	.team-section .col-lg-3:nth-child(4n+1) {
		clear: both;
	}
	.team-section .col-lg-3:nth-child(n+5) {
		margin-top: 30px;
	}
}

/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px;
    }

    .header-btn .button {
        padding: 0 15px;
    }    
    .mobile-menu-area {
        display: none;
    }
    .slide-content-wrapper {
        height: 600px;
    }
    .slide-content {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .intro-content {
        margin-top: 0;
    }
    .intro-image {
        margin-top: 35px;
    }
    .process-box {
        padding: 0 20px;
        text-align: center;
    }
    .process-icon {
        height: 100px;
        line-height: 115px;
        width: 100px;
    }
    .process-icon i {
        font-size: 30px;
    }
    .process-icon p {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .process-icon::after {
        left: 35%;
    }
	.whychoose-two .ex-bg {
		background-image: none !important;
		background-color: transparent;
	}
    .whychoose-two {
		background-color: #F6F8FA;
		background-repeat: no-repeat;
		background-position: 85% bottom;
		background-size: 35%;
    }
	
    .bg-2 {
        background-position: center right;
    }
    .subscribe-content {
        text-align: center;
    }
    .subscription-form {
        text-align: center;
        margin-top: 30px;
    }
    .area-heading-2 {
        width: 60%;
        margin: 0 auto 100px;
        text-align: center;
    }
    .area-heading-2.area-heading::before {
        left: auto;
        transform: translateX(-50%);
    }
    .area-heading-2.area-heading::after {
        left: auto;
        transform: translateX(50%) rotate(90deg);
    }
    .contact-section .area-heading-2 {
        width: 100%;
        text-align: left;
    }
    .contact-section .area-heading-2.area-heading::before {
        left: auto;
        transform: translateX(0);
    }
    .contact-section .area-heading-2.area-heading::after {
        left: 24px;
        transform: translateX(0) rotate(90deg);
    }
    .post-content {
        overflow: hidden;
        padding: 30px 0;
    }
    .post-date li {
        margin-right: 5px;
    }
    .post-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .tags li:last-child {
        display: none;
    }
    .project-icon::before {
        transform: translateX(25%);
    }
    .single-feature {
        padding: 30px 20px;
    }
    .footer-social-menu.list-inline>li {
        padding-left: 0;
        padding-right: 0;
    }
    .search-widget {
        padding-left: 0;
    }
    .testimonial-wrapper blockquote::before {
        left: 100px;
    }
    .counter-text > h4 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.price-table .col-md-4:nth-child(3n+1) {
		clear: both;
	}
	.price-table .col-md-4:nth-child(n+4) {
		margin-top: 30px;
	}
	.team-section .col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	.team-section .col-lg-3:nth-child(3n+1) {
		clear: both;
	}
	.team-section .col-lg-3:nth-child(n+4) {
		margin-top: 30px;
	}
}
/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/
@media (max-width: 991px) {
	.user-area li {
		padding-right: 10px;
		margin-right: 10px;
	}
	.whychoose-two .ex-bg {
		background-image: none !important;	
	}
	.footer-top-area {
		padding-bottom: 70px;
	}
	.currency-chart .col-md-6:nth-child(n+2) {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    .portfolio-4-column .portfolio-item {
        width: 33.3333333333%;
    }
    .area-heading {
        width: 80%;
    }
    .header-social-menu li a {
        padding: 0 12px;
    }

    .slide-content-wrapper {
        height: 600px;
    }
    .slide-content {
        text-align: center;
    }
    .slide-title {
        font-size: 48px;
        font-weight: 700;
    }
    .xboot-single-slide {
        background-position: center center;
    }
    .intro-content {
        margin-top: 30px;
        text-align: center;
        width: 85%;
        margin: 50px auto 0;
    }
    .intro-image img {
        margin: auto;
		display: block;
    }
    .area-title {
        font-size: 28px;
    }
    .area-heading p {
        font-weight: 500;
        font-size: 14px;
    }
    .feature-content h4 {
        font-size: 20px;
    }
    .process-box {
        padding: 0;
        text-align: center;
    }
    .process-icon::after {
       display: none;
    }
    .process-box h5 {
        font-size: 18px;
        margin-top: 20px;
    }
    .process-icon {
        height: 105px;
        line-height: 120px;
        width: 105px;
    }
    .process-icon i {
        font-size: 30px;
    }
    .process-icon p {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        width: 40px;
    }
    .ex-bg {
        background-color: #F6F8FA;
        background-image: none;
    }
    .single-counter {
        margin-bottom: 30px;
    }
    .counter-text p {
        font-size: 30px;
    }
    .counter-text > h4 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .action-content {
        text-align: center;
    }
    .action-button {
        text-align: center;
        margin-top: 20px;
    }
    .subscribe-content {
        text-align: center;
    }
    .subscribe-content {
        text-align: center;
    }
    .subscription-form {
        text-align: center;
        margin-top: 20px;
    }
    .area-heading.area-heading-2 {
        text-align: center;
    }
    .area-heading-2.area-heading::before {
        left: auto;
        transform: translateX(-50%);
    }
    .area-heading-2.area-heading::after {
        left: auto;
        transform: translateX(-50%) rotate(90deg);
    }
    .coin-widget {
        text-align: center;
        margin-left: 40px;
    }
    .portfolio-filter li a {
        font-size: 12px;
        font-weight: 500;
        padding: 0 20px;
    }
    .contact-option-wrapper {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
    }
    .single-contact-option {
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
        margin-bottom: 0;
        padding: 20px 20px;
        border: 1px solid #eee;
        text-align: left;
        background: #fff;
        width: 33.333%;
    }
    .single-contact-option:nth-child(1) {
        margin-top: 0;
    }
    .single-contact-option p {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .portfolio-item {
        width: 50%;
    }
    .portfolio-item-width-2 {
        width: 66.6666667%;
    }
    .portfolio-item-width-3 {
        width: 50%;
    }
    .project-icon::before {
        left: 150%;
        transform: translateX(25%);
    }
    .brand-logo-wrapper {
        margin-top: 30px;
    }
    .single-brand-logo {
        width: 33.333333333%;
        padding: 0;
        border-right: none;
    }
    .single-brand-logo:last-child {
        display: none;
    }
    .single-brand-logo:nth-child(6n) {
        border-bottom: 1px solid #e5e5e5;
    }
    .single-brand-logo:first-child,
    .single-brand-logo:nth-child(2),
    .single-brand-logo:nth-child(4),
    .single-brand-logo:nth-child(5),
    .single-brand-logo:nth-child(7),
    .single-brand-logo:nth-child(8) {
        border-right: 1px solid #e5e5e5;
    }
    .counter-wrapper .col-sm-6 .single-counter {
        margin-bottom: 30px;
    }
    .counter-wrapper .col-sm-6:nth-child(3) .single-counter,
    .counter-wrapper .col-sm-6:nth-child(4) .single-counter {
        margin-bottom: 0;
    }
    .col-sm-6 .single-price-table {
        margin-bottom: 30px;
    }
    .col-sm-6:nth-child(3) .single-price-table,
    .col-sm-6:nth-child(4) .single-price-table {
        margin-bottom: 0;
    }
    .col-sm-6 .single-team-member {
        margin-bottom: 30px;
    }
    .col-sm-6:nth-child(3) .single-team-member {
        margin-bottom: 0;
    }
    .action-heading h3 {
        font-size: 24px;
    }
    .footer-top-area::before {
        background: #171717 url(../img/bg/2.html) no-repeat center center/140%;
    }    
    .footer-top-content {
        min-height: 280px;
    }
    .footer-social-menu.list-inline>li {
        padding-left: 0;
        padding-right: 2px;
    }
    .footer-social-menu.list-inline>li:last-child {
        padding-right: 0;
    }
    .footer-top-area .col-sm-6:nth-child(3) .footer-top-content,
    .footer-top-area .col-sm-6:nth-child(4) .footer-top-content {
        margin-bottom: 0;
    }
    .footer-copyright-info {
        text-align: center;
    }
    .subscribe-control {
        width: 350px;
    }
    .footer-copyright-info {
        text-align: center;
    }
    .footer-main-menu {
        float: none;
        text-align: center;
    }
    .footer-main-menu li {
        display: inline-block;
        float: none;
        margin-right: 22px;
    }
    .single-widget:first-child {
        margin-top: 30px;
    }
    .search-widget {
        padding-left: 0;
    }
	.counter-section .col-md-3:nth-child(4n+1),
	.whychoose .col-md-4:nth-child(3n+1) {
		clear: none;
	}
	.counter-section .col-md-3:nth-child(2n+1),
	.whychoose .col-md-4:nth-child(2n+1) {
		clear: both;
	}
	.counter-section .col-md-3:nth-child(n+5) {
		margin-top: 0;
	}
	.serivce-section .col-md-4:nth-child(3n+1),
	.blog-section .col-md-4:nth-child(3n+1),
	.team-section .col-md-3:nth-child(4n+1) {
		clear: none;
	}
	.blog-section .col-md-4:nth-child(n+4),
	.team-section .col-md-3:nth-child(n+5) {
		margin-top: 0;
	}
	.serivce-section .col-md-4:nth-child(2n+1),
	.blog-section .col-md-4:nth-child(2n+1),
	.team-section .col-md-3:nth-child(2n+1) {
		clear: both;
	}
	.blog-section .col-md-4:nth-child(n+3) {
		margin-top: 30px;
	}
	.price-table .col-md-4:nth-child(2n+1) {
		clear: both;
	}
	.comments-area .comment-list .children {
		padding-left: 10px;
	}
	.team-section .col-lg-3:nth-child(2n+1) {
		clear: both;
	}
	.team-section .col-lg-3:nth-child(n+3) {
		margin-top: 30px;
	}
	.footer-widget .col-md-3:nth-child(2n+1) {
		clear: both;
	}
}

/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    /* .container {
        width: 300px
    } */
    .xboot-section {
        padding: 80px 0;
        overflow: hidden;
    }   
    .email-phone li a {
        display: inline-block;
        padding: 0 8px;
    }
    .email-phone li {
        border-left: none;
        text-align: center;
        float: none;
    }
    .header-top-right {
        text-align: center;
    }
    .header-social-menu {
        display: inline-block;
        float: none;
        margin-top: 5px;
    }
    .header-social-menu li {
        border: none;
        display: inline;
        margin: 0 10px;
    }
    .header-social-menu li:last-child {
        border: none;
    }
    .header-social-menu li a {
        display: inline-block;
        padding: 0;
        line-height: 26px;
    }
    .slide-content-wrapper {
        height: 600px;
    }
    .slide-content {
        text-align: center;
    }
    .slide-title {
        font-size: 30px;
        font-weight: 700;
    }
    .slide-subtitle {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .slide-description {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 1.6;
    }
    .slide-content .button + .button {
        margin-left: 0;
        margin-top: 15px;
    }
    .xboot-single-slide {
        background-position: center center;
    }
    .xboot-single-slide:first-child {
        background-position: center right;
    }
    .xboot-single-slide:nth-child(3) {
        background-position: center right;
    }
    .intro-content {
        margin-top: 30px;
        text-align: center;
        width: 100%;
        margin: 50px auto 0;
    }
    .intro-content h3 {
        font-size: 24px;
    }
    .intro-image img {
        margin: auto;
    }
    .video-message {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        left: 0;
    }
    .video-play-icon {
        background: #9b9d31 none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 60px;
        line-height: 58px;
        width: 60px;
        position: relative;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }
    .video-play-icon i {
        left: 3px;
        position: relative;
    }
    .process-icon::after {
        display: none;
    }
    .process-box {
        padding: 0 10px;
        text-align: center;
        margin-bottom: 50px;
    }
    .feature-content h4 {
        font-size: 20px;
    }
    .area-heading,
    .action-content {
        width: 100%;
    }
    .area-title {
        font-size: 26px;
        line-height: 34px;
    }
    .area-heading p {
        font-weight: 400;
        font-size: 14px;
    }
    .process-box h5 {
        display: inline-block;
        font-weight: 600;
        margin-top: 25px;
        font-size: 20px;
        letter-spacing: 1px;
    }
    .col-md-4:last-child .process-box {
        margin-bottom: 0;
    }
    .ex-bg {
        background-image: none;
    }
    .tab-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .block-text h4 {
        line-height: 28px;
    }
    .nav-tabs > li {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .nav-tabs > li:last-child {
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        width: 100%;
    }
    .single-counter {
        margin-bottom: 30px;
    }
    .counter-text p {
        font-size: 30px;
    }
    .counter-text > h4 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .action-heading {
        text-align: center;
    }
    .action-heading h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .action-heading p {
        color: #fbfbfb;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        width: 100%;
    }
    .action-button {
        text-align: center;
        margin-top: 20px;
    }
    .testimonial-wrapper blockquote {
        padding: 30px 10px;
        margin-bottom: 0;
    }
    .single-testimonial p:not(.client-name) {
        font-weight: 400;
    }
    .testimonial-wrapper blockquote::before {
        left: 20px;
        top: 35px;
    }
    .subscription-form {
        text-align: left;
        margin-top: 20px;
    }

    .blog-post {
        margin-bottom: 30px;
    }
    .col-md-4:last-child .blog-post {
        margin-bottom: 0;
    }
    .post-content {
        overflow: hidden;
    }
    .post-date li {
        margin-right: 5px;
    }
    .post-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .post-content p {
        font-weight: 400;
    }
    .tags li:last-child {
        display: none;
    }
   
    .cryptonatorwidget table td {
        padding: 0;
        width: 100% !important;
        display: block;
    }

    .portfolio-filter li {
        margin-bottom: 10px;
    }
   
    .single-project-history {
        margin-bottom: 50px;
    }
    .col-md-3:last-child .single-project-history {
        margin-bottom: 0;
    }
    .project-icon::before {
        display: none;
    }
    .brand-logo-wrapper {
        margin-top: 30px;
    }
    .brand-logo-wrapper .single-logo {
        border: 1px solid #e5e5e5;
        margin-bottom: 10px;
        width: 100%;
    }
    .single-feature {
        text-align: center;
    }
    .single-feature-1 .feature-icon i {
        margin-bottom: 30px;
    }
    .feature-icon i,
    .single-feature .feature-content {
        width: 100%;
        overflow: hidden;
    }
    .single-brand-logo {
        width: 50%;
        padding: 0;
        border-right: none;
        min-height: 100px;
    }
    .single-brand-logo:nth-child(6n),
    .single-brand-logo:nth-child(7n),
    .single-brand-logo:nth-child(8n) {
        border-bottom: 1px solid #e5e5e5;
    }
    .single-brand-logo:first-child,
    .single-brand-logo:nth-child(3),
    .single-brand-logo:nth-child(5),
    .single-brand-logo:nth-child(7),
    .single-brand-logo:nth-child(9) {
        border-right: 1px solid #e5e5e5;
    }
    .subscribe-control {
        width: 270px;
        margin-bottom: 10px;
    }
    .breadcrumb-wrap {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .page-banner {
        text-align: center;
    }
    
    .col-sm-6 .single-price-table {
        margin-bottom: 30px;
    }
    .col-sm-6:last-child .single-price-table {
        margin-bottom: 0;
    }
    .col-sm-6 .single-team-member {
        margin-bottom: 30px;
    }
    .col-sm-6:last-child .single-team-member {
        margin-bottom: 0;
    }
    .single-project-description {
        margin-top: 30px;
    }
    .single-project-title {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-top-area .col-md-3.col-sm-6 {
        margin-bottom: 30px;
    }
    .footer-top-area .col-md-3.col-sm-6:last-child {
        margin-bottom: 0;
    }
    .single-feature {
        padding: 30px 20px;
    }
    .client-info {
        padding: 30px 0 0;
        text-align: center;
    }
    .testimonial-wrapper .slick-dots {
        text-align: center;
    }
    .footer-copyright-info {
        margin-bottom: 20px;
        text-align: center;
    }
    .post-content h3 {
        font-size: 20px;
    }
    .meta-info a {
        line-height: 20px;
    }
    .post-content h4 {
        font-size: 18px;
    }
    .user-area {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .form-style-2 .subscription-form {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .form-style-2 .button {
        margin-left: 0;
    }
    .single-contact-option {
        padding: 20px;
    }    
    .single-service-title {
        font-size: 20px;
    }
    .single-service-content h4 {
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-size: 18px;
    } 
    .single-service-content blockquote {
        padding: 30px;
    }
	.portfolio-item.category-list {
		width: 50%;
	}
	.portfolio-item.category-list:nth-child(3n+1) {
		clear: none;
	} 
	.portfolio-item.category-list:nth-child(2n+1) {
		clear: both;
	}
	
	.page_spacing {
		padding: 50px 0;
	}
	.footer-top-area {
		padding: 50px 0 30px;
	}
	
	.widget-area {
		margin-top: 50px;
	}

	.comment-author img {
		max-width: 70px;
		left: 10px;
	}
	.comments-area .comment-body {
		padding: 10px 10px 10px 90px;
		min-height: 90px;
	}
	.comments-area .comment-list .children {
		padding-left: 5px;
	}
	.single .blog-post {
		margin-bottom: 20px;
	}
	.subscribe-section .mc4wp-form .button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-top-area {
		padding: 5px 0;
	}
	.user-area,
	.email-phone {
		padding: 0;
	}
	.user-area li,
	.email-phone li {
		padding-top: 0;
		padding-bottom: 0;
	}
	.comment-list .comment-content ul,
	.comment-list .comment-content ol {
		padding-left: 10px;
	}
	.portfolio-item,
    .portfolio-item-width-2 {
        width: 50%;
    }
}

/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .banner-subscribe-form input {
        width: 260px;
    }
}
/* - max-width: 479 */
@media (max-width: 479px) {
	.portfolio-item.category-list {
		width: 100%;
	}
	 .portfolio-item,
    .portfolio-item-width-2 {
        width: 100%;
    }
	.portfolio-gutter .portfolio-item {
		margin: 0 auto 20px;
		text-align: center;
		display: block;
	}
	.portfolio-item.category-list {
		text-align: center;
	}
}