@media (max-width: 1330px) {

    .header-navigation.navbar .navbar-nav>li:nth-child(5)>.sub-menu,
    .header-navigation.navbar .navbar-nav>li:nth-child(6)>.sub-menu {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width:1200) and (max-width: 1330px) {}

@media (max-width: 1170px) {
    .header-navigation .thm-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-page-four .thm-container .right-sidebox {
        right: 15px;
    }
}

@media(max-width: 1024px) {
    .header-navigation {
        margin-bottom: 0;
    }

    .navbar-header {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle {
        display: block;
        margin-right: 0;
        border-color: #2D2D2D;
        background-color: transparent !important;
        margin: 23px 0;
    }

    .navbar-default .navbar-toggle:hover {
        border-color: #8EC84B;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #2D2D2D;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #8EC84B;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .navbar-default .navbar-collapse {
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        border: 1px solid #838ca3;
        margin: 0;
        background: #2d2d2d;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: 70vh;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .header-navigation.navbar .nav {
        width: 100%;
        text-align: left;
    }

    .header-navigation.navbar .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    .header-navigation.navbar .nav>li+li {
        margin-left: 0;
    }

    .header-navigation.navbar .nav>li>a {
        padding: 8px 0;
    }

    .header-navigation.navbar .right-box.nav {
        width: 100%;
        margin: 0;
    }

    .header-navigation.navbar .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }

    .header-navigation.navbar .nav>li>a:after {
        display: none;
    }

    .header-navigation.navbar .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation.navbar .navbar-nav>li>.sub-menu,
    .header-navigation.navbar .navbar-nav>li>.sub-menu>li>.sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto;
        transition: none;
        display: none;
        float: none;
        margin: 0;
    }

    .header-navigation.navbar .navbar-nav>li>.sub-menu>li>a::after {
        display: none;
    }

    .header-navigation.navbar .nav>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }

    .header-navigation.navbar .nav>li.show-mobile {
        display: none;
    }

    .header-navigation.navbar .nav>li>a,
    .header-navigation.navbar .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
        text-transform: capitalize;
    }

    .header .stricky-fixed.header-navigation.navbar .nav>li {
        padding: 0 !important;
    }

    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 8px;
        margin-right: 10px;
        display: block;
    }

    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }

    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .header .header-navigation.navbar .nav>li+li {
        margin-left: 0;
    }

    .header .header-navigation .navbar-form {
        width: 100%;
        max-width: 100%;
    }

    .header-navigation .thm-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-header {
        padding-right: 0px;
    }

    .header-navigation ul.navigation-box>li>ul.sub-menu>li>a .sub-nav-toggler {
        border-color: #2D2D2D
    }

    .header-navigation ul.navigation-box>li>ul.sub-menu>li>a .sub-nav-toggler .icon-bar {
        background-color: #2D2D2D
    }

    .header-navigation .thm-container .navbar-brand {
        padding: 25px 0;
    }

    .header-navigation ul.navigation-box>li:hover>a,
    .header-navigation ul.navigation-box>li.current>a {
        background: #8EC84B;
        color: #fff;
    }

    .header-navigation .thm-container {
        padding-right: 15px;
    }

    .header-navigation .thm-container .navbar-header {
        padding-right: 0px;
    }

    .header-navigation .thm-container .right-side-box {
        top: 12.5px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        right: 15px;
    }

    .color-scheme-green .header-navigation ul.navigation-box>li.active>a,
    .color-scheme-green .header-navigation ul.navigation-box>li.current>a,
    .color-scheme-green .header-navigation ul.navigation-box>li>a:active,
    .color-scheme-green .header-navigation ul.navigation-box>li>a:focus,
    .color-scheme-green .header-navigation ul.navigation-box>li:hover>a,
    .home-page-three .header-navigation ul.navigation-box>li>a,
    .home-page-three .header-navigation ul.navigation-box>li.active>a,
    .home-page-three .header-navigation ul.navigation-box>li.current>a,
    .home-page-three .header-navigation ul.navigation-box>li>a:active,
    .home-page-three .header-navigation ul.navigation-box>li>a:focus,
    .home-page-three .header-navigation ul.navigation-box>li:hover>a {
        color: #fff;
    }

    .home-page-four .thm-container .right-sidebox {
        right: 15px;
        top: 36px;
    }

    .home-page-four .header-navigation .thm-container .navbar-header {
        padding-right: 180px;
    }

    .home-page-four .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .home-page-four .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .home-page-four .header-navigation ul.navigation-box>li:hover>a,
    .home-page-four .header-navigation ul.navigation-box>li.current>a {
        background: #6BC0F0;
    }

    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        border: none;
        font-size: 19px;
    }
    .sec-title h2 {
        font-size: 37px;
    }
    #minimal-bootstrap-carousel .carousel-control.right,
    #minimal-bootstrap-carousel .carousel-control.left{
        display: none;
    }
    .blog-style-two .single-blog-style-two .text-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .fun-fact-style-two .single-fun-fact-style-two p {
        font-size: 18px;
    }
    .sidebar .single-sidebar .social-box a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }

    .sec-title-style-three p br,
    .why-choose-us-style-two .single-why-choose-us-style-two .text-box p br,
    .why-choose-us-style-two .title h3 br,
    .why-choose-us-style-two .title p br,
    .banner-style-four .banner-content p br,
    .banner-style-four .banner-content h3 br,
    .feature-style-three .single-feature-style-three p br,
    .our-services .single-our-services p br,
    .our-feature .single-our-feature .text-box p br,
    .why-choose-us-style-one .single-why-choose-us-style-one .text-box p br,
    .sec-title p br {
        display: none;
    }

    .feature-style-one .single-feature-style-one h3 {
        font-size: 22px;
    }

    .why-choose-us-style-one {
        padding-bottom: 65px;
    }

    .why-choose-us-style-one img.moc-img {
        display: none;
    }

    .why-choose-us-style-one .single-why-choose-us-style-one {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .why-choose-us-style-one .single-why-choose-us-style-one+.single-why-choose-us-style-one {
        margin-top: 0;
    }

    .cta-two h3 {
        font-size: 53px;
        line-height: 60px;
    }

    .cta-one img.pull-left,
    .why-choose-us-style-two .featured-image,
    .video-box>img,
    .faq-style-one .pull-right>img {
        max-width: none;
    }

    .video-skill-area .skill-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cta-four img.featured-image {
        margin-top: 0;
    }

    .banner-style-four .banner-content h3 {
        line-height: 1.2em;
    }

    .banner-style-four .banner-content {
        padding-top: 0;
    }

    .cta-five span.tag-line {
        margin-top: 0;
    }

    .team-style-two .single-team-stye-two .text-box h3 {
        font-size: 16px;
    }

    .cta-four {
        margin-top: 70px;
        padding-top: 80px;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider-home-two .content h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .feature-style-one .single-feature-style-one,
    .feature-style-two .single-feature-style-two{
        padding: 0;
        margin-bottom: 30px;
    }
    .feature-style-one,
    .feature-style-two {
        padding: 110px 0 80px 0;
    }
    .single-fun-fact-style-one {
        margin-bottom: 40px;
    }
    
    .fun-fact-style-one {
        padding-bottom: 60px;
    }
    .single-team-stye-one {
        margin-bottom: 30px;
    }
    
    .team-style-one {
        padding-bottom: 85px;
    }
    .video-box>img{
        width: 100%;
    }
    .video-skill-area .skill-content {
        padding-bottom: 100px;
    }
    
    .single-blog-style-one {
        margin-bottom: 30px;
    }
    
    .blog-style-one {
        padding-bottom: 90px;
    }
    .testimonials-carousel-wrapper {
        padding-left: 0;
        margin-top: 60px;
    }
    .cta-one .cta-one-content {
        padding-top: 0;
        margin-bottom: 40px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    
    .footer-style-one {
        padding-bottom: 35px;
    }
    .skill-area-inner {
        margin-top: 50px;
    }
    
    .faq-skill-area.faq-style-two {
        padding: 115px 0 50px 0;
    }
    .cta-four img.featured-image {
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .blog-style-two .single-blog-style-two .img-box img {
        width: 100%;
    }
    
    .blog-style-two .single-blog-style-two {
        margin-bottom: 30px;
    }
    
    .blog-style-two {
        padding-bottom: 90px;
    }
    .footer-widget.post-widget {
        margin-bottom: 70px;
    }
    .footer-style-two {
        padding-bottom: 50px;
    }
    .banner-style-four .banner-content {
        max-width: 750px;
        margin-bottom: 40px;
    }
    .cta-five .img-box span.shadow.v1,.cta-five .img-box span.shadow.v2,.cta-five .img-box span.shadow.v3 {
        display: none;
    }
    .cta-five {
        padding-bottom: 120px;
    }
    .why-choose-us-style-two .featured-image {
        margin-bottom: 30px;
    }
    
    .why-choose-us-style-two .title h3 span.color-black {
        display: block;
    }
    .single-fun-fact-style-two {
        text-align: center;
        margin-bottom: 30px;
    }
    .fun-fact-style-two {
        padding-bottom: 65px;
    }
    .single-pricing-style-one {
        margin-bottom: 30px;
    }
    
    .pricing-style-one {
        padding-bottom: 90px;
    }
    
    .single-team-stye-two {
        margin-bottom: 30px;
    }
    
    .team-style-two {
        padding-bottom: 90px;
    }
    .client-testimonials-section.testimonials-page {
        padding-top: 60px;
    }
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .img-box {
        position: relative;
        top: -15px;
    }
    .contact-box-wrapper .thm-container .contact-form-wrapper {
        padding-bottom: 80px;
    }
    .cta-two h3 {
        font-size: 44px;
        line-height: 50px;
    }
    .portfolio-style-two .gallery-filter ul li span {
        padding: 10px 40px;
    }
    .cta-three {
        margin-bottom: 0;
    }
    .testimonials-style-two-carousel .text-box p {
        font-size: 16px;
        line-height: 30px;
    }
    .testimonials-style-two-carousel .text-box {
        padding: 0 25.5px;
        position: relative;
        padding-top: 30px;
    }
    .inner-banner-style-one .title-box h2 {
        font-size: 50px;
    }
}


@media only screen and  (max-width: 800px) {
    .cta-eight h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .blog-style-one .single-blog-style-one .text-box h3 {
        color: #212121;
        font-size: 17px;
        line-height: 26px;
        font-weight: 700;
    }
    .blog-style-one .single-blog-style-one .text-box span.category {
        font-size: 12px;
    }
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .img-box {
        display: block;
        width: 100%;
    }
    
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .img-box img {
        width: 100%;
    }
    
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box {
        padding-left: 0;
    }
    
    .single-news-post {
        margin-bottom: 40px;
    }
    
    .news-post-wrapper {
        margin-top: 40px;
    }
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .blog-style-one .single-blog-style-one .text-box .meta-info {
        padding-left: 15px;
    }
    .blog-style-one .single-blog-style-one .text-box .meta-info a {
        font-size: 11px;
    }
    .sidebar .single-sidebar .search-form input {
        padding-right: 50%;
    }
    .sidebar .single-sidebar .social-box a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 767px){
    .slider-home-two .content h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .feature-style-one .single-feature-style-one {
        padding: 0;
    }
    
    .feature-style-one .single-feature-style-one {
        margin-bottom: 30px;
        text-align: center;
    }
    
    section.feature-style-one {
        padding: 100px 0 70px 0;
    }
    .sec-btn-wrapper {
        float: none;
        margin-bottom: 80px;
    }
    
    .top-title-box a.thm-btn {
        margin-top: 30px;
    }
    .single-fun-fact-style-one {
        margin-bottom: 40px;
    }
    
    .fun-fact-style-one {
        padding-bottom: 60px;
    }
    .cta-two h3 {
        font-size: 43px;
        line-height: 53px;
    }
    .video-skill-area .skill-content {
        padding-bottom: 100px;
    }
    
    .panel-group.accordion {
        margin-bottom: 40px;
    }
    .single-blog-style-one {
        margin-bottom: 30px;
    }
    
    .blog-style-one {
        padding-bottom: 90px;
    }
    .client-icon-wrapper .single-client {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .testimonials-carousel-wrapper {
        padding-top: 50px;
    }
    .blog-style-one .single-blog-style-one .text-box h3 br {
        display: none;
    }
    .single-team-stye-one {
        margin-bottom: 30px;
    }
    
    .team-style-one {
        padding-bottom: 85px;
    }
    
    .footer-widget {
        margin-top: 40px;
    }
    
    .footer-style-one {
        padding-top: 48px;
    }
    .cta-one img.pull-left {
        margin-top: 30px;
    }
    .cta-one .cta-one-content{
        padding-top: 0;
    }
    .footer-style-one .footer-widget .title {
        margin-bottom: 15px;
    }
    .footer-style-one .footer-widget.about-widget p {
        margin-top: 20px;
    }
    .feature-style-two .single-feature-style-two {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .feature-style-two {
        padding: 120px 0 80px 0;
    }
    .portfolio-style-two .gallery-filter ul li span {
        padding: 10px 30px;
    }
    .feature-style-three .single-feature-style-three {
        text-align: center;
    }
    .video-box-two{
        padding-top: 0;
    }
    .cta-three {
        margin-bottom: 120px;
    }
    .faq-skill-area .title h3 {
        margin-bottom: 25px;
    }
    .faq-skill-area.faq-style-two {
        padding: 115px 0 50px 0;
    }
    .cta-four img.featured-image {
        margin-bottom: 30px;
    }
    .blog-style-two .single-blog-style-two .img-box img {
        width: 100%;
    }
    
    .blog-style-two .single-blog-style-two {
        margin-bottom: 30px;
    }
    
    .blog-style-two .single-blog-style-two .text-box h3 br {
        display: none;
    }
    
    .blog-style-two .single-blog-style-two .text-box p br {
        display: none;
    }
    .footer-style-two {
        padding-top: 55px;
    }
    .blog-style-two {
        padding: 115px 0 90px 0;
    }
    .testimonials-style-two-carousel .img-box img {
        width: 100%;
    }
    
    .testimonials-style-two-carousel .img-box {
        display: block;
    }
    
    .testimonials-style-two-carousel .text-box {
        padding-bottom: 40px;
    }
    .banner-style-four .banner-content {
        margin-bottom: 40px;
    }
    .feature-style-four .single-feature-style-four .icon-box .inner {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .feature-style-four .single-feature-style-four {
        text-align: center;
        margin-top: 30px;
    }
    
    .feature-style-four .single-feature-style-four .icon-box {
        display: block;
    }
    .cta-five .img-box img {
        width: 100%;
        display: block;
    }
    
    .cta-five .img-box {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .cta-five .img-box span.shadow.v1,.cta-five .img-box span.shadow.v2,.cta-five .img-box span.shadow.v3 {
        display: none;
    }
    .cta-five {
        padding-bottom: 120px;
    }
    .why-choose-us-style-two .featured-image {
        margin-bottom: 30px;
    }
    .why-choose-us-style-two .featured-image {
        margin-bottom: 30px;
    }
    
    .single-fun-fact-style-two {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .fun-fact-style-two {
        padding-bottom: 54px;
    }
    .pricing-style-one .single-pricing-style-one {
        max-width: 414px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .pricing-style-one {
        padding-bottom: 90px;
    }
    .single-team-stye-two {
        margin-bottom: 30px;
    }
    .team-style-two {
        padding-bottom: 90px;
    }
    .sec-title{
        text-align: center;
    }
    .sec-title .line {
        margin: 20px auto;
    }
    
    .sec-btn-wrapper {
        display: block;
        text-align: center;
    }
    .our-feature .single-our-feature {
        text-align: center;
    }
    
    .our-feature .single-our-feature .icon-box {
        display: block;
        margin: 0 auto;
    }
    
    .our-feature .single-our-feature .text-box {
        display: block;
        margin-top: 10px;
    }
    .our-services .single-our-services .top-box {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .our-services .single-our-services .top-box .icon-box,.our-services .single-our-services .top-box .text-box {
        display: block;
        text-align: center;
        width: 100%;
    }
    .portfolio-style-one .gallery-filter ul, .portfolio-style-one .gallery-filter li {
        text-align: center;
    }
    
    .single-testimonials p {
        text-align: center;
    }

    .single-testimonials .name-box-wrapper {
        display: block;
        margin: 0 auto;
    }

    .single-testimonials .name-box-wrapper .img-box, .single-testimonials .name-box-wrapper .text-box {
        display: block;
        margin: 0 auto;
    }

    .single-testimonials .name-box-wrapper .text-box {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .single-testimonials .name-box-wrapper .img-box {
        margin-top: 30px;
    }

    .testimonials-carousel-wrapper {
        padding-left: 0;
    }
    .our-services .single-our-services p {
        text-align: center;
    }
    .inner-banner-style-one .title-box h2 {
        font-size: 45px;
    }
    .faq-style-one.faq-page {
        padding-bottom: 80px;
    }
    .client-testimonials-section.testimonials-page {
        padding: 70px 0 60px 0;
    }
    .sidebar.sidebar-right {
        margin-top: 40px;
    }
    .sidebar.sidebar-right {
        margin: 0 auto;
        margin-top: 50px;
    }
    
    .single-news-post {
        position: relative;
        min-height: 72px;
    }
    
    .single-news-post .img-box {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .single-news-post .img-box img {
        width: 100px;
    }
    
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .img-box img {
        width: 101px;
    }
    
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box {
        padding-left: 120px;
    }
    
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box h3 {
        font-size: 18px;
    }
    .sidebar .single-sidebar .flicker-post-wrapper .single-flicker-post {
        display: inline-block;
        width: auto;
    }
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box h3 br {
        display: none;
    }
    .single-news-post {
        margin-bottom: 30px;
    }
    .contact-box-wrapper .thm-container .contact-form-wrapper {
        padding-bottom: 80px;
    }
    .slider-home-two .content h2 {
        font-size: 46px;
        line-height: 60px;
    }
    .cta-two h3 {
        font-size: 36px;
        line-height: 45px;
    }
    .slider-home-one .content h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .sec-title-style-two p br {
        display: none;
    }
    .cta-three img.moc-img{
        display: none;
    }
    .video-box-two h3 {
        margin: 0;
        font-size: 40px;
        margin-bottom: 35px;
    }
    .cta-four h3 {
        font-size: 45px;
        line-height: 60px;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .feature-style-four .title h3 span.color-black {
        font-size: 30px;
    }
    .sec-title-style-three h2 {
        font-size: 45px;
    }
    .sec-title.light .line{
        margin: 0 auto;
        margin-top: 22px;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 600px){
    .slider-home-two .content h2 {
        font-size: 46px;
        line-height: 60px;
    }
    .carousel-caption.slider-home-two {
        position: relative;
        z-index: 0;
    }
    
    .carousel-caption.slider-home-two:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        content: '';
        z-index: -1;
    }
    .slider-home-two .content ul.option-list li span,
    .slider-home-two .content ul.option-list li span i{
        color: #e5e5e5;
    }
    .slider-home-two .content h2{
        color: #fff;
    }
    .why-choose-us-style-one .single-why-choose-us-style-one .icon-box, .why-choose-us-style-one .single-why-choose-us-style-one .text-box {
        display: block;
        text-align: center;
    }
    
    .why-choose-us-style-one .single-why-choose-us-style-one .icon-box {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    
    .why-choose-us-style-one .single-why-choose-us-style-one .icon-box .inner {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .why-choose-us-style-one .single-why-choose-us-style-one {
        padding: 0 0;
        width: 100%;
    }
    .cta-two h3 {
        font-size: 27px;
        line-height: 35px;
    }
    
    .cta-two h3 span {
        font-size: 25px;
    }
    .fun-fact-style-one .single-fun-fact-style-one h3 {
        font-size: 40px;
    }
    .slider-home-two .content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .carousel-caption.slider-home-two {
        padding: 165px 0 160px 0;
    }
    .left-contact.pull-left,
    .right-content.pull-right {
        display: block;
        text-align: center;
        float: none !important;
    }
    .slider-home-one .content h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
        padding-left: 0px; 
        padding-right: 0px; 
    }
    .slider-home-three .content h2 {
        font-size: 25px;
        line-height: 41px;
    }
    
    .slider-home-three .content h3 {
        font-size: 16px;
    }
    .carousel-caption.slider-home-three {
        padding: 184px 0 180px 0;
    }
    .portfolio-style-two .gallery-filter ul li span{
        margin-bottom: 10px;
    }
    .cta-three h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .cta-three {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .cta-three p ,
    .cta-four p{
        font-size: 25px;
        margin-top: 0;
    }
    .video-box-two h3 {
        font-size: 33px;
        margin-bottom: 33px;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .blog-style-two .single-blog-style-two .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-style-four .banner-content h3 span {
        display: block;
        font-size: 25px;
    }
    
    .banner-style-four .banner-content p {
        margin-top: 15px;
    }
    .feature-style-four .title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .feature-style-four .title h3 span.color-black {
        font-size: 21px;
        line-height: 32px;
    }
    .feature-style-four .single-feature-style-four .text-box a.read-more {
        font-size: 14px;
    }
    .cta-five span.tag-line {
        margin-top: 0;
        font-weight: 600;
    }
    .why-choose-us-style-two .featured-image{
        display: none;
    }
    .why-choose-us-style-two .title h3 span.color-black {
        display: block;
        font-size: 35px;
    }
    
    .why-choose-us-style-two .title h3 {
        font-size: 35px;
    }
    .sec-title-style-three h2 {
        font-size: 35px;
    }
    .btn-box.pull-right {
        float: right!important;
        display: inline-block;
    }
    
    .title-box.pull-left {
        float: none;
        display: block;
        width: 100%;
    }
    
    .inner-banner-style-one {
        text-align: center;
    }
    .inner-banner-style-one .title-box h2 {
        font-size: 36px;
    }
    .blog-post-pagination ul li a {
        font-size: 18px;
        min-width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .cta-eight h3 span.color-green {
        font-size: 35px;
    }
    .cta-eight h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .single-blog-page .single-blog-post .share-box a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 460px){
    .slider-home-two .content h2 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
    }
    .slider-home-two .content ul.option-list li span {
        font-size: 14px;
    }
    .why-choose-us-style-one .single-why-choose-us-style-one .text-box{
        padding-left: 0;
    }
    .cta-two h3 {
        font-size: 22px;
        line-height: 33px;
    }
    .sec-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .blog-style-one .single-blog-style-one .text-box h3 {
        color: #212121;
        font-size: 21px;
        line-height: 26px;
        font-weight: 700;
    }
    .client-icon-wrapper .single-client {
        display: inline-block;
        float: left;
        width: 50%;
    }
    
    .client-icon-wrapper .divider.ver.ver-2,.client-icon-wrapper .divider.ver,
    .client-icon-wrapper .divider.hor,
    .faq-style-one img ,
    .cta-four img.featured-image{
        display: none;
    }
    .faq-style-one {
        padding-bottom: 80px;
    }
    .client-icon-wrapper .single-client i {
        color: #646475;
        font-size: 125px;
        line-height: 40px;
    }
    .testimonials-carousel-wrapper{
        padding-top: 0;
    }
    .carousel-caption.slider-home-one {
        padding: 175px 0 200px 0;
    }
    .cta-three h3 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 10px;
    }
    .video-box-two h3 {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .faq-style-two .panel-default > .panel-heading{
        font-size: 16px;
        line-height: 20px;
    }
    .cta-three p, .cta-four p {
        font-size: 22px;
        margin-top: 0;
    }
    .cta-four h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 21px;
        line-height: 31px;
    }
    .banner-style-four .banner-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-style-four .banner-content h3 span {
        font-size: 20px;
    }
    .thm-btn.style-three {
        padding: 10px 25px;
    }
    .feature-style-four .title h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .feature-style-four .title h3 span.color-black {
        font-size: 18px;
        line-height: 28px;
    }
    .why-choose-us-style-two .title h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .why-choose-us-style-two .title h3 span.color-black {
        display: block;
        font-size: 30px;
    }
    .testimonials-style-two-carousel .text-box {
        padding: 0 20.5px;
        position: relative;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sec-title-style-three h2 {
        font-size: 30px;
    }
    .inner-banner-style-one .title-box h3 {
        font-size: 18px;
    }
    .inner-banner-style-one .title-box h2 {
        font-size: 31px;
    }
    .blog-post-pagination ul li a {
        margin-bottom: 10px;
    }
    .sidebar .single-sidebar .title h3 {
        font-size: 22px;
    }
    .cta-eight h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-style-one.home-page-thirteen{
        padding-bottom: 110px;
    }
    .single-blog-page .single-blog-post .share-box a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .contact-box-wrapper .thm-container .contact-form-wrapper .title h3 {
        text-align: left;
    }
    .cta-one .cta-one-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-one .cta-one-content p br {
        display: none;
    }
    .sec-title-style-two h2 {
        font-size: 30px;
    }
    .sec-title-style-two p {
        font-size: 18px;
    }
    
    
}
@media only screen and (max-width: 414px){
    .slider-home-three .content h2 {
        font-size: 34px;
        line-height: 41px;
    }
    .thm-btn.style-two {
        width: 190px;
        margin: 0;
    }
    
    .slider-home-three .content a.thm-btn.black-bg ,
    .cta-three a.thm-btn + a.thm-btn,
    .cta-four a.thm-btn + a.thm-btn{
        margin-left: 0;
        margin-top: 10px;
    }
    .cta-three h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .sec-title-style-three h2 {
        font-size: 26px;
    }
    .sec-title-style-three p {
        font-size: 15px;
        line-height: 25px;
    }
    .single-blog-page .single-blog-post .share-box a + a {
        margin-left: 3px;
    }
    .cta-eight h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .cta-eight {
        padding: 120px 0;
    }
    .slider-home-two .content ul.option-list li{
        padding: 0 5px;
    }
    .sec-title .tag-line {
        font-size: 14px;
    }
    .single-testimonials p {
        font-size: 14px;
        line-height: 24px;
    }
    .client-testimonials-section {
        padding: 115px 0 110px 0;
    }
    .footer-style-one.border-top {
        padding-bottom: 95px;
    }
    .carousel-caption.slider-home-one.home-2 {
        padding: 170px 0 185px 0;
    }
    .our-services .single-our-services .top-box .icon-box i {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .section-title-04 .title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-title-04 .subtitle {
        font-size: 14px;
    }
    .home-page-four .thm-container .right-sidebox a.download-btn{
        display: none;
    }
    .home-page-four .header-navigation .thm-container .navbar-header {
        padding-right: 0px;
    }
    .cta-five h3 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 3px;
    }
    .cta-five span.tag-line {
        font-size: 14px;
    }
    .why-choose-us-style-two .title h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .why-choose-us-style-two {
        padding-top: 110px;
    }
    .feature-style-one.about-page .single-feature-style-one {
        padding: 0 0 0px 0;
    }
    section.feature-style-one {
        padding: 100px 0 50px 0;
    }
    .contact-box-wrapper .thm-container .contact-info-wrapper {
        padding-left: 30px;
    }
    .slider-home-one .content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
}

@media only screen and (max-width: 390px){
    .slider-home-two .content h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-title .tag-line {
        font-size: 14px;
    }
    .cta-two h3 {
        font-size: 20px;
        line-height: 31px;
    }
    .cta-two .thm-btn.bordered {
        margin-left: 0;
        width: 180px;
        margin-top: 10px;
    }
    .cta-two h3 span {
        font-size: 27px;
    }
    .slider-home-one .content a.thm-btn + a.thm-btn,
    .slider-home-one .content a.thm-btn,
    .cta-one .cta-one-content a.thm-btn,
    .cta-one .cta-one-content a.thm-btn + a.thm-btn{
        margin-left: 0;
        width: 200px;
    }
    .slider-home-one .content a.thm-btn + a.thm-btn,
    .cta-one .cta-one-content a.thm-btn + a.thm-btn{
        margin-top: 10px;
    }
    .slider-home-one a.scroll-to-target{
        display: none;
    }
    .carousel-caption.slider-home-one {
        padding: 150px 0 150px 0;
    }
    .cta-one img.pull-left {
        display: none;
    }
    .slider-home-three .content h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .sec-title-style-two h2 {
        font-size: 28px;
    }
    .sec-title-style-two p {
        font-size: 16px;
    }
    .video-box-two h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .video-box-two a.video-btn i {
        width: 60px;
        height: 60px;
        line-height: 56px;
        margin-right: 21px;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 17px;
        line-height: 23px;
    }
    .feature-style-four .title h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .home-page-four .thm-container .right-sidebox a.download-btn{
        display: none;
    }
    .home-page-four .header-navigation .thm-container .navbar-header{
        padding-right: 0;
    }
    .inner-banner-style-one .title-box h2 {
        font-size: 27px;
    }
    .single-blog-page .comment-box .single-comment.level-2 {
        padding-left: 50px;
    }
    .cta-five h3 {
        font-size: 30px;
        line-height: 38px;
        margin-top: 3px;
    }
    .banner-style-four .banner-content h3,
    .banner-style-four .banner-content h3 span {
        font-size: 28px;
        line-height: 40px;
    }
    .feature-style-four .section-title-04 {
        margin-bottom: 40px;
    }
    .slider-home-three .content h2 {
        font-size: 27px;
        line-height: 40px;
    }
    .slider-home-three .content h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .cta-three h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .cta-three p, .cta-four p {
        font-size: 20px;
        margin-top: 0;
    }
    .cta-four h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-three p, .cta-four p {
        font-size: 18px;
        margin-top: 0;
    }
    .banner-style-four .banner-content h3, .banner-style-four .banner-content h3 span {
        font-size: 27px;
        line-height: 40px;
    }
    .cta-five h3 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 3px;
    }
    .cta-eight h3 span.color-green {
        font-size: inherit;
    }
    .single-blog-page .single-blog-post .share-box a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .contact-box-wrapper .thm-container .contact-form-wrapper .title h3,
    .contact-box-wrapper .thm-container .contact-info-wrapper .title h2 {
        font-size: 30px;
    }
    .sec-title h2 {
        font-size: 31px;
        line-height: 41px;
    }
    .copy-text.pull-left {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .go-top-right.pull-right {
        float: none !important;
        text-align: center;
        display: block;
    }
    .feature-style-four .single-feature-style-four .text-box{
        padding-left: 0;
    }
    .client-testimonials-section.testimonials-page {
        padding: 120px 0 60px 0;
    }
    .single-blog-page .comment-box .title h3,
    .single-blog-page .leave-a-comment .title h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 360px){
    .slider-home-two .content a.thm-btn {
        display: block;
        width: 170px;
    }
    
    .slider-home-two .content a.video-btn {
        margin-left: 0;
        width: auto;
        display: block;
        margin-top: 15px;
        text-align: left;
    }
    .slider-home-two .content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
    }
    .portfolio-style-one .single-portfolio-style-one .overlay .box .content .inner-box .btn-box {
        text-align: right;
    }
    .slider-home-one .content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .cta-one .cta-one-content h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .blog-style-one .single-blog-style-one .text-box h3 {
        font-size: 19px;
        line-height: 26px;
    }
    .single-testimonials p {
        font-size: 14px;
        line-height: 26px;
    }
    .slider-home-three .content h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .portfolio-style-two .single-portfolio-style-two .img-box .overlay .box .content .btn-box {
        text-align: right;
    }
    .sec-title-style-two h2 {
        font-size: 25px;
    }
    .cta-three h3 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .video-box-two h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .cta-four h3 {
        font-size: 32px;
        line-height: 43px;
    }
    .cta-three p, .cta-four p {
        font-size: 18px;
        margin-top: 0;
    }
    .blog-style-two .single-blog-style-two .text-box h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .blog-style-two .single-blog-style-two .text-box p{
        font-size: 14px;
    }
    .banner-style-four .banner-content h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-style-four .banner-content h3 span {
        font-size: 18px;
        font-weight: 600;
    }
    .banner-style-four .banner-content .thm-btn + .thm-btn {
        margin-left: 0;
    }
    
    .banner-style-four .banner-content .thm-btn {
        width: 170px;
    }
    .banner-style-four .subscribe-form-wrapper .subscribe-form-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-style-four .subscribe-form-wrapper .subscribe-form-content p {
        font-size: 14px;
        line-height: 26px;
    }
    .feature-style-four .title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .feature-style-four .title h3 span.color-black {
        font-size: 14px;
        line-height: 24px;
    }
    .cta-five h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .why-choose-us-style-two .title h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .why-choose-us-style-two .title h3 span.color-black {
        display: block;
        font-size: 30px;
        line-height: 35px;
    }
    .pricing-style-one .tab-title-list li a {
        width: 200px;
    }
    
    .pricing-style-one .tab-title-list li:last-child a {
        margin-top: 10px;
    }
    .sec-title-style-three h2 {
        font-size: 22px;
    }
    .sec-title-style-three p {
        font-size: 14px;
        line-height: 24px;
    }
    .inner-banner-style-one {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .feature-style-one .single-feature-style-one h3{
        margin-top: 10px;
    }
    .cta-two h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .inner-banner-style-one.extra {
        padding-bottom: 120px;
    }
    .pricing-style-one .single-pricing-style-one .price span {
        font-size: 40px;
    }
    .pricing-style-one .single-pricing-style-one .title h3 {
        font-size: 18px;
    }
    .single-blog-page .comment-box .title h3, .single-blog-page .leave-a-comment .title h3 {
        font-size: 25px;
    }
    .cta-eight h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .cta-eight a.thm-btn.bordered {
        margin-left: 0;
        display: block;
        width: 153px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .contact-box-wrapper .thm-container .contact-info-wrapper .title h2,
    .contact-box-wrapper .thm-container .contact-form-wrapper .title h3 {
        font-size: 30px;
    }
    .contact-box-wrapper .thm-container .contact-form-wrapper{
        padding-right: 30px;
    }
    .slider-home-two .content a.thm-btn {
        margin: 0 auto;
        margin-top: 20px;
    }
    .slider-home-two .content a.video-btn {
        margin-top: 15px;
        text-align: center;
    }
    .slider-home-one .content a.thm-btn + a.thm-btn, .slider-home-one .content a.thm-btn, .cta-one .cta-one-content a.thm-btn, .cta-one .cta-one-content a.thm-btn + a.thm-btn {
        margin-left: 0;
        width: 175px;
    }
    .slider-home-three .content h3 {
        font-size: 15px;
    }
    .testimonials-style-two-carousel .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-style-four .banner-content h3 br {
        display: none;
    }
    .banner-style-four .banner-content h3,
    .banner-style-four .banner-content h3 span {
        font-size: 24px;
        line-height: 35px;
    }
    .section-title-04 .title {
        font-size: 25px;
        line-height: 34px;
    }
    .feature-style-four .single-feature-style-four .text-box h3 {
        font-size: 18px;
    }
    .fun-fact-style-two .single-fun-fact-style-two h3 {
        font-size: 30px;
    }
    .fun-fact-style-two .single-fun-fact-style-two p {
        font-size: 16px;
        margin-top: 0;
    }
    .inner-banner-style-one .breadcumb{
        margin-top: 0; 
    }
    .sidebar .single-sidebar .news-post-wrapper .single-news-post .text-box h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .single-blog-page .single-blog-post .share-box span i {
        display: none;
    }
    
    .single-blog-page .single-blog-post .share-box span {
        display: block;
        margin-bottom: 10px;
    }
    .fun-fact-style-one .single-fun-fact-style-one h3 {
        font-size: 30px;
    }
    .fun-fact-style-one .single-fun-fact-style-one .icon-box i {
        line-height: 80px;
        font-size: 40px;
    }
    .fun-fact-style-one .single-fun-fact-style-one .icon-box {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 330px){
    .top-bar-style-one .left-contact a {
        font-size: 14px;
        line-height: 24px;
    }
    .top-bar-style-one {
        padding-top: 10px;
    }
    .feature-style-one .single-feature-style-one i {
        font-size: 50px;
    }
    .feature-style-one .single-feature-style-one h3 {
        font-size: 20px;
    }
    .cta-four h3,
    .cta-three h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .cta-three p, .cta-four p {
        font-size: 16px;
        margin-top: 0;
    }
    .banner-style-four .banner-content p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .feature-style-four .title h3 {
        font-size: 35px;
        line-height: 36px;
    }
    .our-services .single-our-services .top-box .icon-box i {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .single-blog-page .comment-box .single-comment.level-2{
        padding-left: 30px;
    }
    .cta-eight h3 {
        font-size: 20px;
        line-height: 36px;
    }
    .sec-title p,
    .section-title-04 p{
        font-size: 15px;
    }
    .cta-two h3 span {
        font-size: 26px;
    }
    .slider-home-one .content h2 {
        font-size: 35px;
        line-height: 38px;
    }
    .slider-home-one .content a.thm-btn + a.thm-btn, .slider-home-one .content a.thm-btn, .cta-one .cta-one-content a.thm-btn, .cta-one .cta-one-content a.thm-btn + a.thm-btn {
        margin-left: 0;
        width: 160px;
    }
    .thm-btn {
        letter-spacing: .1em;
        padding: 10px 13px;
    }
    .portfolio-style-one.gray-bg.home-two .thm-btn {
        width: 180px;
    }
    .footer-style-one {
        padding: 45px 0 90px 0;
    }
    .faq-skill-area .title h3 {
        font-size: 19px;
    }
    .footer-style-two .footer-widget .title h3 {
        font-size: 18px;
    }
    .slider-home-three .content h3 {
        font-size: 14px;
    }
    .banner-style-four .banner-content h3, .banner-style-four .banner-content h3 span {
        font-size: 23px;
        line-height: 32px;
    }
    .banner-style-four .subscribe-form-wrapper .subscribe-form-content p {
        font-size: 13px;
        line-height: 26px;
    }
    .feature-style-four .single-feature-style-four {
        margin-bottom: 0px;
    }
    .feature-style-four {
        padding: 110px 0 110px 0;
    }
    .cta-five span.tag-line {
        font-size: 13px;
    }
    .feature-style-one .single-feature-style-one{
        margin-bottom: 0;
    }
    section.feature-style-one {
        padding: 100px 0 95px 0;
    }
    .cta-two .thm-btn {
        width: 180px !important;
    }
    .color-scheme-green .thm-btn {
        width: 155px !important;
    }
}