/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@media (min-width: 1366px) and (max-width: 1920px) {
    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
        vertical-align: middle;
        line-height: 5;
    }
    .logo-wrapper2 img {
        width: 100%;
        position: relative;
        vertical-align: middle;
    }
    .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) {
    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
        vertical-align: middle;
        line-height: 5;
    }

    .logo-wrapper2 img {
        width: 100%;
        position: relative;
        vertical-align: middle;
    }

    .ex-bg {
        background-position: 130% bottom;
        background-size: 63%;
    }  

    .footer-top-area::before {
    }

    .expert-single-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-footer {
        width: 150px;
    }
}


/* -------------------------------------------------
  Laptop Screen : +1200px.
  Nest Hub Max(1280*800).
---------------------------------------------------*/

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }

    .container1 {
        width: 1230px;
    }

    .container1 {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
        vertical-align: middle;
        line-height: 5;
    }

    .logo-wrapper2 img {
        width: 100%;
        position: relative;
        vertical-align: middle;
    }

    .mobile-menu-area {
        display: none;
    }

    .img-footer {
        width: 150px;
    }
}


/* -------------------------------------------------
  Old Desktop : 992px to 1169px.
  Nest Hub(1024*600).
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 980px
    }

    .container1 {
        width: 980px
    }

    .container1 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
        vertical-align: middle;
        line-height: 5;
    }

    .logo-wrapper2 img {
        width: 100%;
        position: relative;
        vertical-align: middle;
    }

    .expert-menu ul > li > + li {
      margin-left: 25px;
    }
    .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%;
    }
    .ex-bg {
        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;
    }
    .col-sm-6 .single-price-table {
        margin-bottom: 30px;
    }

    .img-footer {
        width: 150px;
    }

}


/* -------------------------------------------------
  Tablet Screen : 768px to 991px.
  iPad Mini(768*1024), iPad Air(820*1180), Surface Pro7(912*1368).
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .container1 {
        width: 750px;
    }

    .container1 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-menu-area {
        position: absolute;
        padding: 0 15px;
        margin: 25px 10px 0px 10px;
    }
    
    .middele-container {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        height: 90px;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: 90px;
        padding: 0 5px;
        width: auto;
        vertical-align: middle;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-wrapper2 img {
        width: 45%;
        position: relative;
        vertical-align: middle;
    }

    .mean-container a.meanmenu-reveal {
        top: 0;
    }

    .portfolio-4-column .portfolio-item {
        width: 33.3333333333%;
    }
    .area-heading {
        width: 80%;
    }
    .email-phone li:last-child {
        display: none;
    }
    .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;
    }
    .expert-single-slide {
        background-position: center center;
    }
    .intro-content {
        margin-top: 30px;
        text-align: center;
        width: 85%;
        margin: 50px auto 0;
    }
    .intro-image img {
        width: 80%;
        margin: auto;
    }
    .area-title {
        font-size: 28px;
    }
    .area-heading p {
        font-weight: 500;
        font-size: 14px;
    }
    .feature-icon {
        margin-bottom: 15px;
        width: 60px;
    }
    .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 {
    }    
    .footer-top-content {
        min-height: 20px;
        margin-bottom: 20px;
    }
    .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 {
        margin-bottom: 12px;
        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;
    }

    .img-footer {
        width: 150px;
    }
}


/* -------------------------------------------------
  Large Mobile : 540px to 767px.
  Surface Duo(540*720)
---------------------------------------------------*/

@media (min-width: 540px) and (max-width: 767px) {
    .container {
        width: 470px;
    }

    .container1 {
        width: 470px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .banner-subscribe-form input {
        width: 260px;
    }

    .logo-wrapper img {
        width: 100%;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
        vertical-align: middle;
        line-height: 5;
    }

    .logo-wrapper2 img {
        width: 50%;
        position: relative;
        vertical-align: middle;
    }

    .middele-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .mobile-menu-area {
        position: absolute;
        margin: -40px 0px 0px;
        float: left;
    }

    .slide-subtitle {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .slide-title {
        font-size: 25px;
        font-weight: 600;
    }

    .slide-description {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.5;
        font-weight: 500;
    }

    .img-footer {
        width: 150px;
    }

    .footer-widget-heading h3 {
        color: #F0F0F0;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px;
        text-align: center;
      }

      .footer-widget-heading h3::before {
        background: #225aa9;
        content: "";
        position: absolute;
        left: 10%;
        bottom: -5px;
        width: 80%;
        height: 2px;
      }

      .about-form {
        color: #f5f5f5;
        font-size: 15px;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
        word-break: break-word;
        line-height: 1.5;
        margin: 5px 6px 5px 6px;
    }

    .links a {
        font-size: 14px;
        color: #f5fdfd;
        font-weight: 500;
        letter-spacing: 1px;
      }
      .links a:hover {
        color: #4267B9;
      }

      .footer-conatct-menu li a {
        color: #f5f5f5;
        font-size: 12px;
        font-weight: 500;
    }

    .footer-social-menu {
        margin-top: 15px;
        text-align: center;
        margin-left: 0px;
        margin-bottom: -15px;
      }

    .tgme_page {
        margin-top: 0;
    }

    .tgme_page_photo_image {
        width: 110px;
        height: 110px;
        border-radius: 55px;
    }

    .tgme_page_additional {
        display: block;
    }
}

/* -------------------------------------------------
  Small Mobile : 280px to 539px.
  Samsung Fold(280*653), Samsung Galaxy S8+(360*740), iPhone SE(375*667), iPhone 12 Pro(390*844),
  Pixel 5(393*851), Galaxy A51/71(412*914), Galaxy S20 Ultra(412*915), iPhone XR(414*896)
---------------------------------------------------*/

@media (min-width: 280px) and (max-width: 539px) {
    .container {
        width: auto;
    }

    .container1 {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-wrapper img {
        width: 100%;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: 90px;
        padding: 0 5px;
        width: auto;
        vertical-align: middle;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-wrapper2 img {
        width: 50%;
        position: relative;
        vertical-align: middle;
    }

    .middele-container {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        height: 90px;
    }

    .img-footer {
        width: 50%;
    }

    .footer-widget-heading h3 {
        color: #F0F0F0;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px;
        text-align: center;
      }

    .footer-widget-heading h3::before {
        background: #225aa9;
        content: "";
        position: absolute;
        left: 10%;
        bottom: -5px;
        width: 80%;
        height: 2px;
    }

    .about-form {
        color: #f5f5f5;
        font-size: 15px;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
        word-break: break-word;
        line-height: 1.5;
        margin: 5px 6px 5px 6px;
    }

    .links a {
        font-size: 14px;
        color: #f5fdfd;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .links a:hover {
        color: #4267B9;
    }

    .footer-conatct-menu li a {
        color: #f5f5f5;
        font-size: 12px;
        font-weight: 500;
    }

    .footer-social-menu {
        margin-top: 15px;
        text-align: center;
        margin-left: 0px;
        margin-bottom: -15px;
    }

    .mobile-menu-area {
        position: absolute;
        padding: 0 15px;
        margin: 23px 0px 0px 15px;
    }

    .mean-container .mean-nav {
        float: left;
        width: 22.2rem;
    }

    .slide-title {
        font-size: 25px;
        font-weight: 600;
    }

    .slide-description {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.5;
        font-weight: 500;
    }

    .expert-section {
        padding: 80px 0;
        overflow: visible;
    }   

    .email-phone li a {
        display: inline-block;
        padding: 0 8px;
    }
    .email-phone li {
        border-left: none;
        text-align: center;
        float: none;
    }
    .email-phone li:last-child {
        display: none;
    }
    .header-top-right {
        text-align: center;
        margin-left: 12px;
    }
    .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-subtitle {
        font-size: 20px;
        letter-spacing: 1px;
        margin: 0px 10px 10px 10px;
        line-height: 1.5;
    }

    .slide-content .button + .button {
        margin-left: 0;
        margin-top: 15px;
    }
    .expert-single-slide {
        background-position: center center;
    }
    .expert-single-slide:first-child {
        background-position: center right;
    }
    .expert-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 {
        width: 100%;
        margin: auto;
    }
    .video-message {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        left: 0;
    }
    .video-play-icon {
        background: #EE9209 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: 22px;
        line-height: 30px;
    }
    .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;
        padding-right: 20px;
    }
    .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;
    }
    .footer-main-menu li a {
        color: #bdbdbd;
        display: block;
        font-size: 14px;
        letter-spacing: 0px;
        text-transform: capitalize;
        font-weight: 500;
    }
    .cryptonatorwidget table td {
        padding: 0;
        width: 100% !important;
        display: block;
    }

    .portfolio-filter li {
        margin-bottom: 10px;
    }
    .portfolio-item,
    .portfolio-item-width-2 {
        width: 100%;
    }
    .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;
    }
    .breadcrumb-title {
        text-align: center;
    }
    .breadcrumb-list>li {
        float: none;
        display: inline;
    }
    .breadcrumb-list>li a {
        display: inline-block;
        ;
    }
    .breadcrumb-list>li:first-child {
        margin-left: 0;
    }
    .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: 1px;
        margin-top: 1px;
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
        font-size: 12px;
        color: #f5f5f5;
        font-weight: 500;
        word-break: break-word;
    }
    .footer-main-menu {
        float: none;
        text-align: center;
    }
    .footer-main-menu li {
        display: inline-block;
        float: none;
        margin-right: 22px;
    }
    .post-content h3 {
        font-size: 20px;
    }
    .meta-info a {
        line-height: 20px;
    }
    .post-content h4 {
        font-size: 18px;
    }
    .blog-comment-section {
        margin-top: 30px;
    }
    .comment-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .blog-comment-section .media-body {
        padding-right: 0;
        display: block;
        width: 100%;
    }
    .media-left {
        margin-bottom: 20px;
    }
    .media-body h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .search-widget {
        padding-left: 0;
    }
    .single-widget:first-child {
        margin-top: 30px;
    }
    .user-area {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 7px;
        margin-top: 4px;
        margin-bottom: 1px;
    }
    .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;
    }
    
    .tm_page_additional {
        display: block;
    }
    
    .tm_page {
        margin-top: 0;
    }

}

    
/* -------------------------------------------------
  Extra Small Mobile : 230px to 279px.
  JioPhone 2(240*320)
---------------------------------------------------*/

@media (min-width: 230px) and (max-width: 279px) {

    .container {
        width: auto;
    }

    .container1 {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-wrapper img {
        width: 100%;
    }

    .logo-wrapper2 {
        position: relative;
        text-align: center;
        height: 80px;
        padding: 0 5px;
        width: auto;
        vertical-align: middle;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-wrapper2 img {
        width: 60%;
        position: relative;
        vertical-align: middle;
    }

    .middele-container {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        height: 80px;
    }

    .mean-container a.meanmenu-reveal {
        background-image: linear-gradient(to right, #2980b9 0%, #3b4f64 51%, #2980b9 100%);
        background-size: 200% auto;
        border: 1px solid #25252500;
        cursor: pointer;
        display: block;
        font-family: lato;
        font-weight: 500;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        padding: 6px;
        position: absolute;
        text-decoration: none;
        top: 3px;
        width: 23px;
        transition: 0.5s;
        border-radius: 5px;
        margin-right: 0px;
        box-shadow: 0px 1px 1px 0px #777;
    }
    
    .mean-container a.meanmenu-reveal:hover {
        background-position: right center;
        /* change the direction of the change here */
    }

    .to-top-btn {
        background-image: linear-gradient(to right, #24C6DC 0%, #514A9D 51%, #24C6DC 100%);
        margin: 0px -18px -18px 0px;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 1px #eee;
        border-radius: 100px;
        display: inline-block;
        font-size: 28px;
        line-height: 38px;
        position: fixed;
        left: auto;
        width: 40px;
        height: 40px;
        bottom: 8%;
    }
      
      .to-top-btn:hover,
      .to-top-btn:focus {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }
      
      .to-top-btn.to-top-show {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
        z-index: 999999;
    }
      
      .to-top-btn.to-top-show:hover {
        color: #fff;
        opacity: 100;
    } 

    .img-footer {
        width: 50%;
    }

    .footer-widget-heading h3 {
        color: #F0F0F0;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px;
        text-align: center;
      }

    .footer-widget-heading h3::before {
        background: #225aa9;
        content: "";
        position: absolute;
        left: 10%;
        bottom: -5px;
        width: 80%;
        height: 2px;
    }

    .about-form {
        color: #f5f5f5;
        font-size: 15px;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
        word-break: break-word;
        line-height: 1.5;
        margin: 5px 6px 5px 6px;
    }

    .links a {
        font-size: 14px;
        color: #f5fdfd;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .links a:hover {
        color: #4267B9;
    }

    .footer-conatct-menu li a {
        color: #f5f5f5;
        font-size: 12px;
        font-weight: 500;
    }

    .footer-social-menu {
        margin-top: 15px;
        text-align: center;
        margin-left: 0px;
        margin-bottom: -15px;
    }

    .mobile-menu-area {
        position: absolute;
        margin: 8% 5% 5% 5%;
        padding: 0 15px;
    }

    .mean-container .mean-nav {
        float: left;
        width: 22.2rem;
    }

    .slide-title {
        font-size: 25px;
        font-weight: 600;
    }

    .slide-description {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.5;
        font-weight: 500;
    }

    .expert-section {
        padding: 80px 0;
        overflow: visible;
    }   

    .email-phone li a {
        display: inline-block;
        padding: 0 8px;
    }
    .email-phone li {
        border-left: none;
        text-align: center;
        float: none;
    }
    .email-phone li:last-child {
        display: none;
    }
    .header-top-right {
        text-align: center;
        margin-left: 12px;
    }
    .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-subtitle {
        font-size: 20px;
        letter-spacing: 1px;
        margin: 0px 10px 10px 10px;
        line-height: 1.5;
    }

    .slide-content .button + .button {
        margin-left: 0;
        margin-top: 15px;
    }
    .expert-single-slide {
        background-position: center center;
    }
    .expert-single-slide:first-child {
        background-position: center right;
    }
    .expert-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 {
        width: 100%;
        margin: auto;
    }
    .video-message {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        left: 0;
    }
    .video-play-icon {
        background: #EE9209 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: 22px;
        line-height: 30px;
    }
    .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;
        padding-right: 20px;
    }
    .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;
    }
    .footer-main-menu li a {
        color: #bdbdbd;
        display: block;
        font-size: 14px;
        letter-spacing: 0px;
        text-transform: capitalize;
        font-weight: 500;
    }
    .cryptonatorwidget table td {
        padding: 0;
        width: 100% !important;
        display: block;
    }

    .portfolio-filter li {
        margin-bottom: 10px;
    }
    .portfolio-item,
    .portfolio-item-width-2 {
        width: 100%;
    }
    .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;
    }
    .breadcrumb-title {
        text-align: center;
    }
    .breadcrumb-list>li {
        float: none;
        display: inline;
    }
    .breadcrumb-list>li a {
        display: inline-block;
        ;
    }
    .breadcrumb-list>li:first-child {
        margin-left: 0;
    }
    .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: 1px;
        margin-top: 1px;
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
        font-size: 12px;
        color: #f5f5f5;
        font-weight: 500;
        word-break: break-word;
    }
    .footer-main-menu {
        float: none;
        text-align: center;
    }
    .footer-main-menu li {
        display: inline-block;
        float: none;
        margin-right: 22px;
    }
    .post-content h3 {
        font-size: 20px;
    }
    .meta-info a {
        line-height: 20px;
    }
    .post-content h4 {
        font-size: 18px;
    }
    .blog-comment-section {
        margin-top: 30px;
    }
    .comment-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .blog-comment-section .media-body {
        padding-right: 0;
        display: block;
        width: 100%;
    }
    .media-left {
        margin-bottom: 20px;
    }
    .media-body h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .search-widget {
        padding-left: 0;
    }
    .single-widget:first-child {
        margin-top: 30px;
    }
    .user-area {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 7px;
        margin-top: 4px;
        margin-bottom: 1px;
    }
    .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;
    }
    
    .tm_page_additional {
        display: block;
    }
    
    .tm_page {
        margin-top: 0;
    }

}




