@media (min-width: 992px) {
    .vertical-header .sub-menu li.menu-item:not(.menu-box):hover {
        background: #fff;
        transition: all 0.4s ease;
        border-left: 5px solid #B7B7B9;
    }
    .menu-toggle-dl {
        display: none;
    }
    .header-full-width {
        padding-left: 37px;
        padding-right: 37px;
    }
    .header-overlay.active {
        visibility: visible;
        opacity: .8;
    }
    .header-overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #212331;
        position: fixed;
        z-index: 99999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .vertical-header .logo {
        display: table-cell;
        vertical-align: middle;
        padding: 15px 0;
    }
    .vertical-header .navigation-menu {
        display: table-cell;
        width: 99%;
        vertical-align: middle;
        text-align: right;
        position: relative;
        z-index: 10;
    }
    .vertical-header .main {
        position: fixed;
        top: 0;
        width: 340px;
        height: 100%;
        transition: all 1s;
        background: #fff;
        padding: 100px 0px;
        list-style: none;
        right: -340px;
        text-align: left;
        font-family: 'Roboto Mono', monospace;
    }
    .vertical-header .menu-toggle-1 ,.vertical-header .menu-toggle-dl {
        border: 0;
        width: 36px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background: transparent;
        transition: all 1s;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .vertical-header .menu-toggle-1 .menu-line-1, .vertical-header .menu-toggle-dl .menu-line-1 {
        top: 3px;
        transform: rotate(0);
    }
    .vertical-header .menu-toggle-1 .menu-line-1, .menu-toggle-1 .menu-line-2, .menu-toggle-1 .menu-line-3,
    .vertical-header .menu-toggle-dl .menu-line-1, .menu-toggle-dl .menu-line-2, .menu-toggle-dl .menu-line-3 {
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        transition: all 1s;
        background: gray;
    }
    .vertical-header .menu-toggle-1 .menu-line-2
    {
        top:50%;
    }
    .vertical-header .menu-toggle-1 .menu-line-3, .vertical-header .menu-toggle-dl .menu-line-3 {
        bottom: 0;
        transform: rotate(0);
    }

    .vertical-header .active-menu .main {
        right: 0;
    }
    .active-menu .menu-toggle-1, .active-menu .menu-toggle-dl {
        margin-right: 340px;
    }
    .overlay-active {
        visibility: visible;
        opacity: .8;
    }
    .active-menu .menu-toggle-1 .menu-line-1, .active-menu .menu-toggle-dl .menu-line-1 {
        transform: rotate(45deg);
        top: 13px;
    }
    .active-menu .menu-toggle-1 .menu-line-2, .active-menu .menu-toggle-dl .menu-line-2 {
        opacity: 0;
    }
    .active-menu .menu-toggle-1 .menu-line-3, .active-menu .menu-toggle-dl .menu-line-3 {
        top: 13px;
        transform: rotate(-45deg);
    }
    .vertical-header .main > li a{
        color: #3c3950;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 15px 30px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .vertical-header .menu-item:hover a,
    .vertical-header .main li.active a {
        opacity: 0.5;
        transition: all 0.3s ease;
    }
    .vertical-header .main li{
        padding: 0;
        position: relative;
    }
    .vertical-header .main .sub-menu li{
        padding: 15px 20px;
        float: left;
        width: auto;
        transition: all 0.4s ease;
    }
    .vertical-header .nav-header {
        background: transparent;
        transition: all 1s ease;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 99999999;
    }
    body.is-sticky .vertical-header .nav-header {
        transition: all 1s ease;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .sticky-menu .vertical-header .nav-header {
        background-color: rgba(255,255,255,0.95);
        box-shadow: 0 1px 10px #b9b3b3;
    }
    .vertical-header .main li ul .menu-item-has-children:not(.menu-box) ul { 
        margin-right: 5px;
    }
    .vertical-header .main li.menu-item:not(.mega-menu) ul, .vertical-header .main li ul .menu-item-has-children:not(.menu-box) ul {
        position: absolute;
        white-space: normal;
        width: 250px;
        right: 90%;
        background: #f4f4f4;
        list-style: none;
        top: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
    .vertical-header .sub-menu li:not(.menu-box) {
        border-bottom: 1px solid #dfe5e8;
        width: 100%;
    }
    .vertical-header .sub-menu li a {
        font-size: 15px;
        font-weight: 100;
        text-transform: capitalize;
        padding: 0;
    }
    .vertical-header .main .menu-item-has-children > a:before {
        margin-right: 10px;
        content: '\e040';
        font-family: "linea-arrows-10";
    }
    .vertical-header .menu-item.mega-menu.menu-item-has-children > .sub-menu {
        padding: 10px 0;
    }
    .vertical-header .mega-menu .menu-box > a {
        font-weight: bold;
        letter-spacing: 2px;
        padding: 15px;
        opacity: 1;
    }
    .vertical-header .mega-menu ul {
        top: 0;
        background: #FFF;
        position: absolute;
        right: 90%;
        padding: 15px 15px;
        list-style: none;
        visibility: hidden;
        opacity: 0;
        background-image: url("../images/header-images/header-bg.jpg");
        background-size: cover;
    }
    .vertical-header .menu-box li {
        padding: 15px 0px;
    }
    .vertical-header .main .mega-menu ul .menu-box ul {
        opacity: 1;
        top: 0;
        position: inherit;
        right: 0;
        float: left;
        width: 280px;
        background: transparent;
    }

    .dl-back {
        display: none;
    }


}

@media (max-width: 1499px) {
    /* STATEMENT */
    .statement-main{
        font-size: 53px;
        line-height: 69px;    
    }

    /* COUNTDOWN DOC */

    .countdown-item {
        width: 15%;    
    }

    /*VERTICAL HEADER */
    .vertical-header .main li.menu-item:not(.mega-menu) ul, .vertical-header .main li ul .menu-item-has-children:not(.menu-box) ul {
        width: 220px;
    }
    .vertical-header .main {
        width: 280px;
    }
    .vertical-header .main .mega-menu ul .menu-box ul {
        width: 200px;
    }
    .active-menu .menu-toggle-1 {
        margin-right: 280px;
    }

    /*about */
    .about3-iconbox .icon-box-left{
        margin-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    /* GENERAL DOC */
    .bottom-spacing-l
    {
        margin-bottom: 30px;
    }
    .bottom-spacing-s-50
    {
        margin-bottom: 50px;
    }    
    /* SERVICES DOC */

    .service-icon-box {
        font-size: 22px;
    }
    .service-title{
        font-size: 18px;
    }
    .service-description {
        font-size: 13px;
    }

    .service-left-icon-with-title .service-icon-box {
        font-size: 32px;
    }
    .service-center-icon .service-icon-box, .service-center-icon-with-title .service-icon-box {
        font-size: 32px;
    }
    .service-left-middel-icon .service-icon-box {
        font-size: 35px;
    }

    /* PRICING TABLES */
    .popular-price{
        transform: scale(1.0);
    }
    .popular-tag::before {
        left: 0px;
    }
    .pricing-table-item p {
        font-size: 12px;
        line-height: 23px;
        padding: 0 15px;
    }
    .pricing-bottom-spacing {
        margin-bottom: 30px;
    }

    .pricing-horizontal .pricing-inner h2, .pricing-horizontal .pricing-inner .price span{
        font-size: 25px;
    }
    /*404 */
    #top-image { 
        background-size: calc(100% + 600px);
    }
    /*505 */
    #top-image-500 {    
        background-size: calc(100% + 600px);
    }

    /*   call to action*/

    .call-action-main-light h2 {

        font-size: 30px;
    }
    .call-action-main-light p { 
        font-size: 16px; 
    }
    .call-action-main-dark h2 {

        font-size: 30px;
    }
    .call-action-main-dark p { 
        font-size: 16px; 
    }
    .testimonial-section-2::after {

        left: 12%;      
    }

    /* coming-soon*/
    .countdown-comming { 
        padding: 50px 30px; 
    }
    .countdown-comming .countdown-item {
        width: 15%;
    }
    .countdown-comming .timestamp {
        font-size: 32px;
    }
    .countdown-comming .timpstamp-title {
        font-size: 12px;
    }
    .comming-heading h2 {
        font-size: 30px;
    }
    .countdown-maint .countdown-item {
        padding: 65px 0px;
    }


    /*counter*/
    .counter-text {
        font-size: 18px;
    }

    .count-square-title {
        font-size: 26px;
    }
    /*blog*/
    .post-image iframe{
        height: 355px; 
    }
    .blog-container.blog-fullwidth .post-image iframe{
        height: 530px;
    }
    .blog-container.sidebar-left-right .post-image iframe {
        height: 255px;
    }
    /*left sidebar*/
    .sidebar-container-left .widget_social .social-wrapper a i{
        padding: 0px 15px;
    }
    .sidebar-container-left .widget_social .social-wrapper .social-num {
        padding: 0px 40px;
    }
    .sidebar-container-left .search-form input.search-field{
        width: 165px;
    }

    /* VERTICAL HEADER */
    .vertical-header .main {
        width: 220px;
    }
    .vertical-header .main .mega-menu ul .menu-box ul {
        width: 150px;
    }
    .vertical-header .mega-menu ul {
        padding: 15px 0px;
    }
    .active-menu .menu-toggle-1 {
        margin-right: 200px;
    }
    /*slider*/
    .pageblock .slider .slide .slidecontent.position-left , .pageblock .slider .slide .slidecontent.position-right, .pageblock .slider .slide .slidecontent.position-center{
        padding: 60px 70px;
    }

    /*blog*/
    #menu-widget {
        margin:0 0 0 30px;
    }
    /*latest news*/
    .our-news .comments{
        position: relative; 
        margin-top: 10px;
    }
    .news {
        min-height: 434px;
    }
    /* CAROUSEL SLIDER*/
    a.left.carousel-left {
        left: 0;
        margin-left: 0px;
    }
    a.right.carousel-right {
        right: 0;
        margin-right: 0px;
    }
    /*clients*/
    .client .client-title span {
        width:100%;
        font-size: 13px;
        padding: 4px 12px;
    }
    /*CONTACT LAYOUT 1*/
    .contact-details-social .contact-social li a{
        width: 200px;
    }

    .contact-style-4-let-content {
        margin: 0px 30px 0px 31px; 
    }
}
@media (max-width: 991px) {
    .header-layout-1 .menu-item.left-aligned ul li ul,
    .header-layout-2 .menu-item.left-aligned ul li ul,
    .header-layout-3 .menu-item.left-aligned ul li ul,
    .header-layout-4 .menu-item.left-aligned ul li ul,
    .header-layout-5 .menu-item.left-aligned ul li ul {
        right: 0;
    }

    /* GENERAL DOC */

    .bottom-spacing-m
    {
        margin-bottom: 30px;
    }
    .bottom-spacing-m-50
    {
        margin-bottom: 50px;
    } 
    /* DIVIDER DOC */
    .divider-xsmall {
        height: 10px;
    }
    .divider-small {
        height: 35px;
    }
    .divider-medium {
        height: 60px;
    }
    .divider-large {
        height: 100px;
    }


    /* REMOVE STIKY MENU ON MOBILE MENU */
    body.is-sticky.mobile-menu .header-layout-1 .nav-header,
    body.is-sticky.mobile-menu .header-layout-2 .nav-header,
    body.is-sticky.mobile-menu .header-layout-3 .nav-header,
    body.is-sticky.mobile-menu .header-layout-4 .nav-header,
    body.is-sticky.mobile-menu .header-layout-5 .nav-header
    {
        position: absolute;
    }
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .menu-toggle.toggle-on span,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .menu-toggle.toggle-on span,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .menu-toggle.toggle-on span,
    body.is-sticky.sticky-menu .header-layout-4 .nav-heade .menu-toggle.toggle-on span,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .menu-toggle.toggle-on span{
        background: none;
    } 
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .menu-toggle span,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .menu-toggle span,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .menu-toggle span,
    body.is-sticky.sticky-menu .header-layout-4 .nav-heade .menu-toggle span,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .menu-toggle span{
        background-color: #272B2F;
    } 
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .menu-toggle span::before,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .menu-toggle span::before,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .menu-toggle span::before,
    body.is-sticky.sticky-menu .header-layout-4 .nav-heade .menu-toggle span::before,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .menu-toggle span::before,
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .menu-toggle span::after,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .menu-toggle span::after,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .menu-toggle span::after,
    body.is-sticky.sticky-menu .header-layout-4 .nav-heade .menu-toggle span::after,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .menu-toggle span::after
    {
        background-color: #272B2F;
    } 
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .main li a:hover,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .main li a:hover,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .main li a:hover,
    body.is-sticky.sticky-menu .header-layout-4 .nav-header .main li a:hover,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .main li a:hover,
    body.is-sticky.sticky-menu .header-layout-1 .nav-header .main li a:focus,
    body.is-sticky.sticky-menu .header-layout-2 .nav-header .main li a:focus,
    body.is-sticky.sticky-menu .header-layout-3 .nav-header .main li a:focus,
    body.is-sticky.sticky-menu .header-layout-4 .nav-header .main li a:focus,
    body.is-sticky.sticky-menu .header-layout-5 .nav-header .main li a:focus
    {
        color: #a7a7a7; 
    }
    .sticky-menu .navigation-menu .main .active{
        color: #a7a7a7;
    }
    .sticky-menu .nav-color-white{
        color: #fff;
    }

    /* HEADER DOC */
    /*  body.is-sticky .header-layout-1 .nav-header{
          background-color: #EEE; 
          padding:10px 0;
      } */
    .header-layout-1 .main .menu-item::before {
        visibility: hidden;
        opacity: 0;
    }

    .header-layout-1 .menu-toggle {
        display: block;
    }

    .header-layout-1 .menu-toggle span:before,.header-layout-1 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }
    .header-layout-1.nav-color-white .menu-toggle span::before, .header-layout-1.nav-color-white .menu-toggle span::after{
        background-color: #fff;
    }

    .header-layout-1.nav-color-white .menu-toggle span {
        background-color: #fff;
    }
    .header-layout-1 .menu-toggle span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }

    .header-layout-1 .menu-toggle span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }

    .header-layout-1 .menu-toggle.toggle-on span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header-layout-1 .menu-toggle.toggle-on span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header-layout-1 .menu-toggle.toggle-on span {
        background-color: transparent;
        box-shadow:none;
    }

    .header-layout-1 .menu-toggle {
        height: 42px;
    }

    .header-layout-1 .main.toggle-on ul ul {
        padding: 15px 0;
    }

    .header-layout-1 .main ul ul {
        top: inherit;
    }
    .header-layout-1 .main ul li > ul {
        left: inherit;
    }

    .header-layout-1 .main li a {
        padding: 10px 10px;
        clear: both;
    } 

    .header-layout-1 .main li a:hover,
    .header-layout-1 .main li a:focus {
        color: #fff;
    }

    .header-layout-1 .main li {
        float: none;
        margin: 0;
        list-style: none;
        padding: 0px 6px;
    }
    .header-layout-1 .main .menu-item:after,
    .header-layout-1 .main .menu-item:before {
        display: none;
    }
    .header-layout-1 .sub-menu li {
        padding: 6px;
    }

    .header-layout-1 .main {
        display: none;
        z-index: 999;
        position: absolute;
        width: 100%;
        margin-top: 0;
        padding: 10px 15px;
        background-color: rgba(26, 26, 26, 0.952941);
        box-shadow: rgb(159, 159, 159) 0px 0px 2px;
        color: #fff;
    }

    .header-layout-1 .main ul,
    .header-layout-1 .menu-item ul li ul {
        position: relative;
        list-style: none;
        top: inherit;
        padding: 0;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: transparent;
        transition: inherit;
    }

    .header-layout-1 .navigation-menu {
        float: none;
        position: relative;
        top: 45px;
    }

    .header-layout-1 .main li.has-submenu > a::after,
    .header-layout-1 .main li.menu-item-has-children > a::after,
    .header-layout-1 .main li.mega-menu > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        display: block;
        margin-left: 0;
        visibility: visible;
        opacity:1;
        transform:scale(1);
        background-color: transparent;
        border: none;
        position: inherit;
        transition: all .5s ease;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .header-layout-1 .main .sub-menu .menu-item-has-children:not(.menu-box) > a::after {
        top: 5px;
    }
    .header-layout-1 .main .menu-item-has-children > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        margin-left: 10px;
    }
    .header-layout-1 .menu-item ul li a {
        display: block;
        padding: 5px 15px;
    }

    .header-layout-1 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-1 .main li.has-submenu > a.active-menu:after,
    .header-layout-1 .main li.mega-menu > a.active-menu:after {
        transform: rotate(90deg);
    }

    .header-layout-1 .menu-item-has-children ul,
    .header-layout-2 .menu-item-has-children ul,
    .header-layout-3 .menu-item-has-children ul,
    .header-layout-4 .menu-item-has-children ul,
    .header-layout-5 .menu-item-has-children ul {
        margin-left: 5px;
    }

    .header-layout-1 .mega-menu ul li ul {
        display: block;
    }
    .header-layout-1 .menu-box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-layout-1 .menu-box:last-child > ul {
        border-bottom: none;
    }

    /* header 2 */

    .header-layout-2 .main .menu-item::before {
        visibility: hidden;
        opacity: 0;
    }

    .header-layout-2 .menu-toggle {
        display: block;
    }
    .header-layout-2.nav-color-white .menu-toggle span{
        background-color: #fff;
    }
    .header-layout-2.nav-color-white .menu-toggle span::before, .header-layout-2.nav-color-white .menu-toggle span::after {
        background-color: #fff;
    }
    .header-layout-2 .menu-toggle span:before,.header-layout-2 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-2 .menu-toggle span:before,.header-layout-2 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-2 .menu-toggle span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }

    .header-layout-2 .menu-toggle span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }

    .header-layout-2 .menu-toggle.toggle-on span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header-layout-2 .menu-toggle.toggle-on span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header-layout-2 .menu-toggle.toggle-on span {
        background-color: transparent;
    }

    .header-layout-2 .menu-toggle {
        height: 42px;
    }

    .header-layout-2 .main.toggle-on ul ul {
        padding: 15px 0;
    }

    .header-layout-2 .main ul ul {
        top: inherit;
    }

    .header-layout-2 .main ul li > ul {
        left: inherit;
    }

    .header-layout-2 .main li a {
        padding: 10px 10px;
        clear: both;
    }

    .header-layout-2 .main li {
        float: left;
        margin: 0;
        list-style: none;
        padding: 0px 6px;
        width: 100%;
    }
    .header-layout-2 .main .menu-item:after,
    .header-layout-2 .main .menu-item:before {
        display: none;
    }
    .header-layout-2 .sub-menu li {
        padding: 6px;
    }

    .header-layout-2 .main {
        display: none;
        z-index: 999;
        position: absolute;
        width: 100%;
        margin-top: 0;
        padding: 10px 15px;
        background-color: rgba(225, 225, 225, 0.95);
        box-shadow: rgb(159, 159, 159) 0px 0px 2px;
    }
    .header-layout-2 .menu-item:not(.mega-menu) ul li ul {
        left: inherit;
        top: inherit;
    }
    .header-layout-2 .main ul,
    .header-layout-2 .menu-item ul li ul {
        position: relative;
        list-style: none;
        top: inherit;
        padding: 0;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: transparent;
        transform: scaleY(1);
        transition: inherit;
        box-shadow: none;
        margin: 0px;
    }

    .header-layout-2 .navigation-menu {
        float: none;
        position: relative;
        top: 45px;
    }
    .header-layout-2 .sub-menu a:hover, .header-layout-2 .sub-menu a:focus {
        box-shadow:none;
        background: none;
    }
    .header-layout-2 .main .sub-menu .menu-item-has-children:not(.menu-box) > a:after {
        top: 10px;
    }
    .header-layout-2 .main li.menu-item-has-children:not(.menu-box) > a::after,
    .header-layout-2 .main li.mega-menu > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        display: block;
        margin-left: 0;
        float: right;
        visibility: visible;
        opacity:1;
        transform:scale(1);
        background-color: transparent;
        border: none;
        position: inherit;
        transition: all .5s ease;
    }

    .header-layout-2 .menu-item ul li a {
        display: block;
        padding: 5px 15px;
    }
    .header-layout-2 .mega-menu .menu-box > a {
        padding: 5px;
    }
    .header-layout-2 .menu-item ul li:not(.menu-box) a {
        padding: 10px 0px;
    }
    .header-layout-2 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-2 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-2 .main li.mega-menu > a.active-menu:after {
        transform: rotate(90deg);
    }

    .header-layout-2 .menu-item-has-children ul {
        padding: 0 15px;
    }

    .header-layout-2 .mega-menu ul li ul {
        display: block;
    }
    .header-layout-2 .menu-box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-layout-2 .menu-box:last-child > ul {
    }

    /* header 3 */
    .header-layout-3 .navigation-menu > ul > li > a{
        padding: 10px 0px 10px;
    }
    .header-layout-3 .menu-box 
    {
        padding: 0;
    }    
    .header-layout-3 .menu-item ul li span{
        padding: 10px 15px;
    }
    .header-layout-3 .main .menu-item-has-children > a::after{
        top: 14px;
    }  
    .header-layout-3 .main .menu-item::before {
        visibility: hidden;
        opacity: 0;
    }
    .header-layout-3 .menu-toggle {
        display: block;
    }
    .header-layout-3 .menu-toggle span:before,.header-layout-3 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-3 .menu-toggle span:before,.header-layout-3 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }
    .header-layout-3 .main .menu-item-has-children:not(.menu-box) > a::after 
    {
        right: 5px;
        top: 50%;
        margin-top: -3px;
        opacity:1;
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;   
        border-radius: 50%; 
        background: #fff;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transform: translate3d(-10px, 0, 0);
        -webkit-transform: translate3d(-10px, 0, 0);   
    }
    .header-layout-3 .menu-toggle span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }

    .header-layout-3 .menu-toggle span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }

    .header-layout-3 .menu-toggle.toggle-on span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header-layout-3 .menu-toggle.toggle-on span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header-layout-3 .menu-toggle.toggle-on span {
        background-color: transparent;
    }

    .header-layout-3 .menu-toggle {
        height: 42px;
    }

    .header-layout-3 .main.toggle-on ul ul {
        padding: 15px 0;
    }

    .header-layout-3 .main ul ul {
        top: inherit;
    }

    .header-layout-3 .main ul li > ul {
        left: inherit;
    }

    .header-layout-3 .main li a {
        padding: 10px 10px;
        clear: both;
    }

    .header-layout-3 .main li a:hover,
    .header-layout-3 .main li a:focus {
        color: #fff;
    }

    .header-layout-3 .main li {
        float: none;
        margin: 0;
        list-style: none;
        padding: 0px 6px;
    }
    .header-layout-3 .main .menu-item:after,
    .header-layout-3 .main .menu-item:before,
    .header-layout-3 .main .menu-item > a:after,
    .header-layout-3 .main .menu-item > a:before {
        display: none;
    }
    .header-layout-3 .sub-menu li {
        padding: 6px;
    }

    .header-layout-3 .main {
        display: none;
        z-index: 999;
        position: absolute;
        width: 100%;
        margin-top: 0;
        padding: 10px 15px;
        background-color: rgba(26, 26, 26, 0.952941);
        box-shadow: rgb(159, 159, 159) 0px 0px 2px;
        color: #fff;
    }

    .header-layout-3 .main ul,
    .header-layout-3 .menu-item ul li ul {
        position: relative;
        list-style: none;
        top: inherit;
        padding: 0;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: transparent;
        transition: inherit;
    }

    .header-layout-3 .navigation-menu {
        float: none;
        position: relative;
        top: 45px;
    }
    .header-layout-3 .menu-item ul li a {
        display: block;
        padding: 5px 15px;
    }

    .header-layout-3 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-3 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-3 .main li.mega-menu > a.active-menu:after {
        transform: rotate(90deg);
    }

    .header-layout-3 .menu-item-has-children ul {
        margin-left: 5px;
    }

    .header-layout-3 .mega-menu ul li ul {
        display: block;
    }
    .header-layout-3 .menu-box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-layout-3 .menu-box:last-child > ul {
        border-bottom: none;
    }


    /* header 4 */
    body.is-sticky .header-layout-4.header-container {
        margin-bottom: 100px;
    }
    .header-layout-4 .nav-header {
        padding: 25px 0px;
    }
    .header-layout-4 .logo{
        float: left;
        width: auto;
        margin-bottom: 0px;
    }
    .header-layout-4 .navigation-menu > ul > li > a{
        padding: 10px 0px 10px;
    }
    .header-layout-4 .menu-box 
    {
        padding: 0;
    }    
    .header-layout-4 .menu-item ul li span{
        padding: 10px 15px;
    }
    .header-layout-4 .main .menu-item-has-children:not(.menu-box) > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        display: block;
        margin-left: 0;
        float: right;
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        background-color: transparent;
        border: none;
        transition: all .5s ease;
        width: inherit;
        height: inherit;
        position: absolute;
        right: 0px;
        top: 5px;
    }  
    .header-layout-4 .main .menu-item::before {
        visibility: hidden;
        opacity: 0;
    }
    .header-layout-4 .menu-toggle {
        display: inline-block;
    }
    .header-layout-4 .menu-toggle span:before,.header-layout-4 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-4 .menu-toggle span:before,.header-layout-4 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272B2F;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-4 .menu-toggle span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }

    .header-layout-4 .menu-toggle span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }

    .header-layout-4 .menu-toggle.toggle-on span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header-layout-4 .menu-toggle.toggle-on span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header-layout-4 .menu-toggle.toggle-on span {
        background-color: transparent;
    }

    .header-layout-4 .menu-toggle {
        height: 42px;
    }

    .header-layout-4 .main.toggle-on ul ul {
        padding: 15px 0;
    }

    .header-layout-4 .main ul ul {
        top: inherit;
    }

    .header-layout-4 .main ul li > ul {
        left: inherit;
    }
    .header-layout-4 .main li a {
        color: #212121;
        transition: none;
        padding: 10px 10px;
        clear: both;
    }
    .header-layout-4 .main li a:hover,
    .header-layout-4 .main li a:focus {
        color: #212121;
    }
    .header-layout-4 .menu-item ul li a:hover {
        transition: none;
        transform: none;
    }
    .header-layout-4 .menu-item ul li:not(.menu-box) a:hover {
        transform: none;
    }
    .header-layout-4 .main li {
        float: none;
        margin: 0;
        list-style: none;
        padding: 0px 6px;
        display: block;
    }
    .header-layout-4 .main .menu-item:after,
    .header-layout-4 .main .menu-item:before,
    .header-layout-4 .main .menu-item > a:after,
    .header-layout-4 .main .menu-item > a:before {
        display: none;
    }
    .header-layout-4 .sub-menu li {
        padding: 6px;
    }

    .header-layout-4 .main {
        display: none;
        z-index: 999;
        position: absolute;
        width: 100%;
        margin-top: 0;
        padding: 10px 15px;
        background-color: rgba(224, 224, 224, 0.95);
        box-shadow: rgb(159, 159, 159) 0px 0px 2px;
    }
    .header-layout-4 .main ul,
    .header-layout-4 .menu-item ul li ul {
        position: relative;
        list-style: none;
        top: inherit;
        padding: 0;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: transparent;
        transition: inherit;
    }
    .header-layout-4 .menu-item ul li:not(.menu-box):hover > ul,
    .header-layout-4 li.menu-item:not(.menu-box):hover>ul,
    .header-layout-4 li.menu-item:hover > ul {
        animation: none;
        box-shadow: none;
    }
    .header-layout-4 .navigation-menu ul {
        text-align:left;

    }
    .header-layout-4 .navigation-menu {
        float: none;
        position: relative;
        top: 0;
        border: 0;       
        display: block;
        text-align: left;
    }
    /*.header-layout-4 .main .menu-item:not(.mega-menu) .sub-menu .menu-item-has-children > a::after,
    .header-layout-4 .main li.menu-item-has-children:not(.menu-box) > a::after,
    .header-layout-4 .main li.mega-menu > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        display: block;
        margin-left: 0;
        float: right;
        visibility: visible;
        opacity:1;
        transform:scale(1);
        background-color: transparent;
        border: none;
        position: inherit;
        transition: all .5s ease;
    }*/
    .header-layout-4 .main .menu-item-has-children:not(.menu-box) > a::after {
        right: 5px;
        top: 50%;
        margin-top: -3px;
        opacity: 1;
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transform: translate3d(-10px, 0, 0);
        -webkit-transform: translate3d(-10px, 0, 0);
    }

    .header-layout-4 .menu-item ul li a {
        display: block;
        padding: 5px 15px;
    }
    .header-layout-4 .menu-item.left-aligned ul li ul {
        right: auto;
        left: auto;
    }
    .header-layout-4 .mega-menu ul li ul {
        display: block;
    }
    .header-layout-4 .menu-box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-layout-4 .menu-box:last-child > ul {
        border-bottom: none;
    }
    .header-layout-4 .menu-item ul li:hover > ul {
        animation: none;
        box-shadow: none;
    }

    /* HEADER 5 */
    .header-layout-5 .main .menu-item-has-children > a:after {
        font-family: "linea-arrows-10";
        content: "\e04b"; 
        margin-left: 10px;
    }

    .header-layout-5 .main .menu-item::before {
        visibility: hidden;
        opacity: 0;
    }

    .header-layout-5 .menu-toggle {
        display: block;
    }

    /* .header-layout-5 .menu-toggle span:before,.header-layout-5 .menu-toggle span:after {
         position: absolute;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: #272B2F;
         content: "";
         -webkit-transition-duration: .1s;
         transition-duration: .1s;
     }
    */
    .header-layout-5 .menu-toggle span:before,.header-layout-5 .menu-toggle span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        content: "";
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }

    .header-layout-5 .menu-toggle span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }

    .header-layout-5 .menu-toggle span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }

    .header-layout-5 .menu-toggle.toggle-on span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header-layout-5 .menu-toggle.toggle-on span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header-layout-5 .menu-toggle.toggle-on span {
        background-color: transparent;
    }

    .header-layout-5 .menu-toggle {
        height: 42px;
    }

    .header-layout-5 .main.toggle-on ul ul {
        padding: 15px 0;
    }

    .header-layout-5 .main ul ul {
        top: inherit;
    }

    .header-layout-5 .main ul li > ul {
        left: inherit;
    }

    .header-layout-5 .main li a {
        padding: 10px 10px;
        clear: both;
    }

    .header-layout-5 .main li {
        float: left;
        margin: 0;
        list-style: none;
        padding: 0px 6px;
        width: 100%;
    }
    .header-layout-5 .main .menu-item:after,
    .header-layout-5 .main .menu-item:before {
        display: none;
    }
    .header-layout-5 .sub-menu li {
        padding: 6px;
    }

    .header-layout-5 .main {
        display: none;
        z-index: 999;
        position: absolute;
        width: 100%;
        margin-top: 0;
        padding: 10px 15px;
        background-color: rgba(225, 225, 225, 0.95);
        box-shadow: rgb(159, 159, 159) 0px 0px 2px;
    }
    .header-layout-5.nav-color-white .main{
        background-color: rgba(50, 49, 49, 0.88);
    }
    .header-layout-5 .menu-item:not(.mega-menu) ul li ul {
        left: inherit;
        overflow: hidden;
    }
    .header-layout-5 .main ul,
    .header-layout-5 .menu-item ul li ul {
        position: relative;
        list-style: none;
        top: inherit;
        padding: 0;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: transparent;
        transform: scaleY(1);
        transition: inherit;
        box-shadow: none;
        margin: 0px;
    }

    .header-layout-5 .navigation-menu {
        float: none;
        position: relative;
        top: 45px;
    }
    .header-layout-5 .sub-menu a:hover, .header-layout-5 .sub-menu a:focus {
        box-shadow:none;
        background: none;
    }
    .header-layout-5 .main .sub-menu .menu-item-has-children:not(.menu-box) > a:after {
        top: 10px;
    }
    .header-layout-5 .main li.has-submenu > a::after,
    .header-layout-5 .main li.menu-item-has-children:not(.menu-box) > a::after,
    .header-layout-5 .main li.mega-menu > a::after {
        font-family: "linea-arrows-10";
        content: "\e04b";
        display: block;
        margin-left: 0;
        visibility: visible;
        opacity:1;
        transform:scale(1);
        background-color: transparent;
        border: none;
        position: inherit;
        transition: all .5s ease;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .header-layout-5 .menu-item ul li a {
        display: block;
        padding: 10px 15px;
    }
    .header-layout-5 .mega-menu .menu-box > a {
        padding: 5px;
        border-bottom: none;
    }
    /*.header-layout-5 .menu-item ul li:not(.menu-box) a {
        padding: 10px 0px;
    }*/

    .header-layout-5 .main li.menu-item-has-children > a.active-menu::after,
    .header-layout-5 .main li.mega-menu > a.active-menu::after {
        transform: rotate(90deg);
    }
    .header-layout-5 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-5 .main li.menu-item-has-children > a.active-menu:after,
    .header-layout-5 .main li.mega-menu > a.active-menu:after {
        transform: rotate(90deg);
    }

    .header-layout-5 .menu-item-has-children ul {
        padding: 0 15px;
    }

    .header-layout-5 .mega-menu ul li ul {
        display: block;
    }
    .header-layout-5 .menu-box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header-layout-5 .menu-box:last-child > ul {
    }

    /* progressbar */
    .skill-service
    {
        padding: 15px;
    }   


    /* PAGETITLE DOC */
    .section-small{
        padding: 35px 0;
    }
    .section-medium{
        padding: 55px 0;
    }
    .section-large{
        padding: 70px 0;
    }
    .heading-title h1 {
        font-size: 33px;
        line-height: 34px;
        letter-spacing: 4px;
    }
    .heading-title p {
        line-height: 18px;
        font-size: 12px;
    }
    /* SERVICES DOC */
    .service-with-description .service-icon-box {
        font-size: 40px;
    }
    .service-with-description .service-title {
        font-size: 17px;
    }

    .service-2-section .service-sec-1, .service-2-section .service-sec-2, .service-2-section .service-sec-3 {
        display: block;
        width: 100%;
    }

    /* PRICING TABLES */

    .pricing-feature li {
        font-size: 13px;
        line-height: 24px;
        padding: 10px 35px;
    }
    .pricing-feature li {
        font-size: 13px;
        line-height: 24px;
    }
    .pricing-title h3 ,
    .pricing-table-with-popular h3{
        font-size: 30px;
        line-height: 42px;
    }
    .pricing-price ,
    .pricing-table-with-popular .pricing-price{
        font-size: 32px;
    }
    .pricing-currency ,
    .pricing-table-with-popular .pricing-currency{
        font-size: 14px;
    }
    .pricing-period ,
    .pricing-table-with-popular .pricing-period{
        font-size: 13px;
    }

    .pricing-horizontal .pricing-inner .pricing-title h2, .pricing-horizontal .pricing-inner .price span{
        font-size: 19px;
    }


    /* STATEMENT */
    .statement-main{
        font-size: 41px;
        line-height: 56px;     
    }

    /* icon box doc */
    .icon-box  
    {
        margin-top: 38px;
    }
    .icon-box-left
    {
        margin-bottom: 30px;
    }
    .icon-box-center{
        margin-bottom: 30px;
    }
    .section_content 
    {
        max-width: 100%;
    }
    .box-icon-center > span 
    {
        font-size: 32px;
    }

    .team-person {
        border: 0;
    }
    .team-content h4, .team-member-detail h4, .team-name{
        font-size: 15px;
    }
    .carousel-inner .active.left {
        left: -33.3%;
    }
    .carousel-inner .next {
        left:  33.3%;
    }
    .carousel-inner .prev {
        left: -33.3%;
    }
    .last-child-slider .active > div:first-child {
        display:block;
    }
    .last-child-slider .active > div:first-child + div {
        display:block;
    }
    .last-child-slider .active > div:last-child {
        display:none;
    }
    a.right.carousel-right {
        margin-right: 40px;
    }
    a.left.carousel-left{
        margin-left: 40px;
    }
    .steps:after, .steps:before{
        display: none;
    }
    .step-spacing{
        margin:0;
    }

    .team-members .team-detail h6 {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .team-members .team-detail {
        padding: 5px 10px;
    }
    /* blockquote */
    .blockquote p {
        font-size: 15px;
    }

    /*404 */
    #top-image { 
        background-size: calc(100% + 2900px);
    }
    .page-content-error h1 { 
        font-size: 110px;
        line-height: 124px;
    }
    .page-content-error p {
        font-size: 30px;
        line-height: 38px
    }
    .error-search-input {
        width:300px;
    }
    /*500 */        
    #top-image-500 { 
        background-size: calc(100% + 2900px);
    }
    .page-content-500-error h1 { 
        font-size: 110px;
        line-height: 124px;
    }
    .page-content-500-error p {
        font-size: 30px;
        line-height: 38px
    }


    /*   call to action*/
    .call-action-main-light h2 {

        font-size: 25px; 
        line-height: 35px;
    }
    .call-action-main-light p { 
        font-size: 15px; 
    }
    .call-action-main-dark h2 {

        font-size: 25px; 
        line-height: 35px;
    }
    .call-action-main-dark p { 
        font-size: 15px; 
    }
    .call-action-image {
        width: 100%;
    }
    .call-action-dark {
        width: 100%;
    }


    /*testimonials */
    .testimonial-section-2::after {

        left: 17%;
    }
    .testimonial-section-content-3 {
        padding: 15px;
    }

    /* contact us*/
    .contact-style-2 {
        margin-top: 20px;
        width: 100%;
    }
    .contact-style-3-right {
        padding: 7% 0;
    }
    .row-s
    {
        margin-left: -30px;
        margin-right: -30px;
    }

    .contact-style-4 {
        display: inherit; 
    }
    .contact-style-4-left {
        display: inherit; 
        width: 100%; 
    }
    .contact-style-4-right {
        display: table-cell;
        width: 100%;
    }
    .contact-style-4-let-content {
        margin: 0px 30px 0px 31px; 
    }
    /* coming soon */
    .countdown-comming .countdown-item {
        width: 18%;
    }            
    .comming-heading h2 {
        font-size: 28px;
    }
    .countdown-comming .timestamp {
        font-size: 30px;
    }
    /*maintenance */
    .countdown-maint .countdown-item
    {    width: 40%; 
         margin: 12px; 
    }

    .maint-heading h2{ 
        font-size: 40px; 
    }
    .maint-heading p{ 
        font-size: 16px;    ;
    }  
    .countdown-maint .timestamp
    {
        font-size: 40px;
    }
    .maint-heading p { 
        margin-bottom: 50px;
    }
    .countdown-maint .maint-wrapper {
        padding-bottom: 50px;
    }
    .maint-heading img {
        margin-bottom: 50px;
    }

    /* FOOTER DOC */
    .footer-top .column-content:nth-child(3), .footer-top .column-content:nth-child(4) {
        margin-top: 40px;
    }
    .footer-top .column-content:nth-child(3) {
        border-left: none;
        padding-left: 25px;
    }

    .footer-1-heading > h5, .footer-1-heading h4
    {
        margin-bottom: 20px;
    }

    /* dropcap*/
    .dropcap-content {
        margin-bottom: 10px;
    }



    /*clients*/
    .client-tab-content {
        margin: 0 0 8px 0;
    }
    .client .client-title span {
        width:100%;
        font-size: 12px;
        padding: 4px 11px;
    }
    .client { 
        height: 110px;
    }
    /*client style-5 */
    .clients-style-5 .client-box:nth-child(3),
    .clients-style-5 .client-box:nth-child(6),
    .clients-style-5 .client-box:nth-child(7),
    .clients-style-5 .client-box:nth-child(11),
    .clients-style-5 .client-box:nth-child(14),
    .clients-style-5 .client-box:nth-child(15) {
        background: #fff; 
    }
    .clients-style-5 .client-box:nth-child(4),
    .clients-style-5 .client-box:nth-child(5),
    .clients-style-5 .client-box:nth-child(8),
    .clients-style-5 .client-box:nth-child(12),
    .clients-style-5 .client-box:nth-child(13),
    .clients-style-5 .client-box:nth-child(16) {
        background: #F2F2F2;; 
    }

    /*counter*/
    .counter-square {
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .count-square-title {
        text-align: left;
    }

    /*blog*/
    .blog-container.sidebar-left .post-container , .blog-container.sidebar-right .post-container{
        margin-bottom: 100px;
    }
    .blog-container.blog-fullwidth .post-container{
        margin-bottom: 0px;
    }
    .post-image iframe{
        height: 400px; 
    }
    .blog-container.blog-fullwidth .post-image iframe {
        height: 410px;
    }
    .blog-container.sidebar-left-right .post-image iframe {
        height: 400px;
    }
    .blog-container.sidebar-left-right .blog-container-left .post-container {
        margin-bottom: 100px;
    }
    .blog-container.sidebar-left-right .blog-container-left .sidebar-container-left{
        margin-bottom: 100px;
    }
    /*left sidebar*/
    .sidebar-container-left .search-form input.search-field {
        width: 95%;
    }
    .sidebar-container-left .widget_categories li a, .sidebar-container-left .widget_archive li a {
        margin-left: 35px;
    }
    /*single blog*/

    /* VERTICAL HEADER */

    .vertical-header .menu-toggle-dl {
        border: 0;
        width: 30px;
        height: 25px;
        position: relative;
        cursor: pointer;
        background: transparent;
        transition: all 1s;
    }
    .vertical-header .menu-toggle-dl .menu-line-1 {
        top: 3px;
        transform: rotate(0);
    }
    .vertical-header .menu-toggle-dl .menu-line-1, .menu-toggle-dl .menu-line-2, .menu-toggle-dl .menu-line-3 {
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        transition: all 1s;
        background: gray;
    }
    .vertical-header .menu-toggle-dl .menu-line-3 {
        bottom: 0;
        transform: rotate(0);
    }

    .active-menu .menu-toggle-dl {
        margin-right: 340px;
    }
    .overlay-active {
        visibility: visible;
        opacity: .8;
    }
    .dl-active.menu-toggle-dl .menu-line-1 {
        transform: rotate(45deg);
        top: 13px;
    }
    .dl-active.menu-toggle-dl .menu-line-2 {
        opacity: 0;
    }
    .dl-active.menu-toggle-dl .menu-line-3 {
        top: 13px;
        transform: rotate(-45deg);
    }
    .menu-toggle-1 {
        display: none;
    }
    .vertical-header .mega-menu ul {
        padding: 0;
    }
    .vertical-header .main li.menu-item:not(.mega-menu) ul, .vertical-header .main li ul .menu-item-has-children:not(.menu-box) ul {
        width: 100%;
    }
    .active-menu .menu-toggle-1 {
        margin-right: 0px;
    }
    .vertical-header .menu-item a:hover
    {
        text-decoration: none;
    }
    .vertical-header .menu-item{
        border-bottom: 1px solid #dfe5e8;
    }
    .vertical-header .main{
        border-top: 1px solid #dfe5e8;
        border-left: 1px solid #dfe5e8;
        border-right: 1px solid #dfe5e8;
    }
    .vertical-header .logo{
        display: table-cell;
        vertical-align: middle; 
    }
    .header-main-section{
        display: table;
        width: 100%;
        position: relative;
    }
    .vertical-header .nav-header {
        padding: 5px 0px;
        position: fixed;
        width: 100%;
        z-index: 99999999999999999;
    }
    .sticky-menu .vertical-header .nav-header {
        background-color: rgba(255,255,255,0.95);
        box-shadow: 0 1px 10px #b9b3b3;
    }
    .vertical-header .navigation-menu {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: right; 
        position: static;
        z-index: 999999;
    }
    .vertical-header .navigation-menu:first-child {
        margin-right: 100px;
    }
    .vertical-header .navigation-menu ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-color: #fff; 
    }

    .vertical-header .navigation-menu li {
        position: relative;
    }
    .vertical-header .navigation-menu .main > li > a {
        font-weight: bold;
    }
    .vertical-header .navigation-menu li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        color: #3c3950;
        outline: none;
    }
    .vertical-header .navigation-menu li.dl-back > a {
        padding-left: 30px;
        background: rgba(0,0,0,0.1);
    }

    .vertical-header .navigation-menu li.dl-back:after,
    .vertical-header .navigation-menu li > a:not(:only-child):after {
        position: absolute;
        top: 0;
        line-height: 50px; 
        speak: none;
        -webkit-font-smoothing: antialiased ;
        content: '\e040';
        font-family: "linea-arrows-10";
    }

    .vertical-header .navigation-menu li.dl-back:after {
        left: 10px;
        color:#000;
        font-weight: bold;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .vertical-header .navigation-menu li > a:after {
        right: 10px;
        color: #000;
    }

    .vertical-header .navigation-menu .main { 
        margin: 10px 0 0 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 0;
        right: 0;
        z-index: 999999999;
        font-family: 'Roboto Mono', monospace
    }

    .vertical-header .navigation-menu .main.dl-menu-toggle {
        transition: all 0.3s ease;
    }

    .vertical-header .navigation-menu .main.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-align: left;
    }

    /* Hide the inner submenus */
    .vertical-header .navigation-menu li .sub-menu {
        display: none;
    }

    .vertical-header .main.dl-subview li,
    .vertical-header .main.dl-subview li.dl-subviewopen > a,
    .vertical-header .main.dl-subview li.dl-subview > a {
        display: none;
    }

    .vertical-header .main.dl-subview li.dl-subview,
    .vertical-header .main.dl-subview li.dl-subview .sub-menu,
    .vertical-header .main.dl-subview li.dl-subviewopen,
    .vertical-header .main.dl-subview li.dl-subviewopen > .sub-menu,
    .vertical-header .main.dl-subview li.dl-subviewopen > .sub-menu > li {
        display: block;
    }

    /* Dynamically added submenu outside of the menu context */
    .vertical-header .navigation-menu > .sub-menu {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0;
    }

    /* Animation classes for moving out and in */


    .main.dl-animate-out-2 {
        -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
        animation: MenuAnimOut2 0.3s ease-in-out;
    }


    @-webkit-keyframes MenuAnimOut2 {
        0% { }
        100% {
            -webkit-transform: translateX(-100%);
            opacity: 0;
        }
    }


    @keyframes MenuAnimOut2 {
        0% { }
        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
        }
    }




    .main.dl-animate-in-2 {
        -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
        animation: MenuAnimIn2 0.3s ease-in-out;
    }



    @-webkit-keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            opacity: 1;
        }
    }



    @keyframes MenuAnimIn2 {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
        }
    }



    .vertical-header .navigation-menu > .sub-menu.dl-animate-in-2 {
        -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
        animation: SubMenuAnimIn2 0.3s ease-in-out;
    }




    @-webkit-keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            opacity: 1;
        }
    }


    @keyframes SubMenuAnimIn2 {
        0% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
        }
    }




    .vertical-header .navigation-menu > .sub-menu.dl-animate-out-2 {
        -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
        animation: SubMenuAnimOut2 0.3s ease-in-out;
    }


    @-webkit-keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0%);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(100%);
            opacity: 0;
        }
    }



    @keyframes SubMenuAnimOut2 {
        0% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
        }
    } 
    /*slider*/
    .pageblock .slider .slide .slidecontent.position-left , .pageblock .slider .slide .slidecontent.position-right, .pageblock .slider .slide .slidecontent.position-center {
        padding: 60px 50px;
    }
    /*LATEST NEWS*/

    .news {
        min-height: 435px;
    }
    .our-news .post-content, .news .post-content{
        padding: 25px 15px;
    }
    .our-news .comments ul li{
        margin-right: 8px;
    }
    /* CAROUSEL SLIDER
    a.left.carousel-left {
        left: 0;
        margin-left: -40px;
    }
    a.right.carousel-right {
        right: 0;
        margin-right: -40px;
    }*/



    /*CONTACT LAYOUT 1*/
    .contact-details-social .contact-social li a{
        width: 150px;
    }
    /*FAQ */
    .faq-section .section-title
    {
        margin-bottom: 30px;
    }

    /* ABOUT*/
    .about1-image{
        width:70%;
        margin:auto;
    }
    .about1-skill{
        margin-top: 0px;
    }

}
@media (max-width: 767px) {

    /* GENERAL DOC */
    .bottom-spacing-s
    {
        margin-bottom: 30px;
    }


    /* PAGETITLE DOC */ 
    .heading-title h1 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 2px;
    }
    .heading-title p {
        letter-spacing: 1px;
        line-height: 17px;
        font-size: 12px;
    }
    .breadcrumb-text {
        float: left;
        font-size:12px;
    }

    /* Header layout 6 */
    .overlay .menu {
        max-height: calc(100% - 145px);
    }
    #menu-widget {
        display:none;
    }
    .overlay .menu li{
        min-height: 40px;
        margin: 5px 0;
    }
    .overlay-square .sub-menu li {
        min-height:20px;
    }
    .overlay .menu li a {
        font-size: 18px;
    }
    .overlay-square .sub-menu li a{
        font-size: 14px;
    }
    .header-layout-6 .toggle-menu{
        width: 65px; 
    }

    /* SERVICES DOC */
    .service-title{
        font-size: 19px;
    }
    .service-icon-box{
        font-size: 20px;
    }

    .service-left-icon-with-title .service-icon-box {
        font-size: 30px;
    }
    .service-center-icon .service-icon-box, .service-center-icon-with-title .service-icon-box {
        font-size: 30px;
    }

    .service-big-icon-with-left-title .service-box {
        padding: 0 0 5px 75px;
    }
    .service-big-icon-with-left-title .service-title {
        line-height: 20px;
    }
    .service-big-icon-with-left-title .service-description {
        margin-left: 75px;
    }
    .service-big-icon-with-left-title .service-icon-box {
        font-size: 56px;
    }

    .service-left-middel-icon .service-box {
        padding: 0 0 5px 55px;
    }
    .service-left-middel-icon .service-icon-box {
        font-size: 36px;
    }
    .service-left-middel-icon .service-description {
        margin-left: 55px;
    }

    .service-main .service-box {
        margin: 25px 0;
    }
    .service-main {
        margin-bottom: -25px;
    }
    .service-title-main .service-box {
        margin: 8px 0;
    }
    .service-title-main {
        margin-bottom: -8px;
    }

    .timeline::before {
        left: 0;
        margin-left: 20px;
    }
    .timeline > li > .timeline-badge {
        left: 0;
        margin-left: 0;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        padding: 0px 0px 0px 60px;
        text-align: left;
    }
    .timeline-heading h4 {
        font-size: 19px;
    }
    /* PRICING TABLES */
    .pricing-with-background .pricing-table-item:hover {
        transform: scale(1.02);
        transition: all 0.5s ease-in;
    }
    /* STATEMENT */
    .statement-main{
        font-size: 24px;
        line-height: 30px;
    }

    /* ICON BOX DOC */
    .info h4 {
        font-size: 18px;
    }
    .info-left h4 {
        font-size: 18px;
    }
    .info-center-content h4 {
        font-size: 18px;
    }


    .box-icon-center > span 
    {
        font-size: 27px;
    }

    .team-content h4, .team-member-detail h4, .team-name{
        font-size: 18px;
    }
    .team-tooltip {
        display: none;
    }
    .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-inner .next {
        left:  100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .last-child-slider .active > div {
        display:none;
    }
    .last-child-slider .active > div:first-child + div {
        display:none;
    }
    .last-child-slider .active > div:first-child {
        display:block;
    }
    a.right.carousel-right {
        margin-right: 25px;
    }
    a.left.carousel-left{
        margin-left: 25px;
    }
    .team-main, .team-member {
        width: 55%;
        margin: auto;
    }

    .team-members .team-detail h6 {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .team-members .team-detail {
        padding: 10px 20px;
    }
    .team-members {
        width: 70%;
        margin: auto;
    }

    /*--process-step--*/
    .process-icon-main:after, .process-icon-main:before{
        display: none;
    }
    .steps:after, .steps:before{
        display: none;
    }

    /* blockquote */
    .blockquote p {
        font-size: 14px;
    }

    /*404 */
    .main-image-404 .content-404-p { 
        margin-top: 10px; 
    }
    .main-image-404 .page-content-error a {
        margin-bottom: 10px; 
    }
    #top-image { 
        background-size: calc(100% + 2000px);
    }
    .page-content-error h1 { 
        font-size: 80px;
        line-height: 90px;
    }
    .page-content-error p {
        font-size: 25px;
        line-height: 30px
    }
    /*500 */
    #top-image-500 { 
        background-size: calc(100% + 2000px);
    }
    .page-content-500-error h1 { 
        font-size: 80px;
        line-height: 90px;
    }
    .page-content-500-error p {
        font-size: 25px;
        line-height: 30px
    }


    .call-action-default-center {  
        display: block;
    }
    .call-action-default-color-text {
        display: block;
        text-align: left;
    }
    .call-action-default-color-text p{
        margin-bottom: 25px;
    }
    .call-action-default-color-btn {
        display: block;
        text-align: right;
    }


    /*   call to action*/
    .call-action-main-light h2 {

        font-size: 23px;
        line-height: 32px;
    }
    .call-action-main-light p { 
        font-size: 14px; 
    }
    .call-action-main-dark h2 {

        font-size: 23px;
        line-height: 32px;
    }     
    .call-action-main-dark p { 
        font-size: 14px; 
    }

    /* testimonials */
    .testimonial-style-4-reverse .testimonial-img-4 {
        float: none;
        width: 100px; 
        margin: 0 auto;
        margin-bottom: 20px;
    } 
    .testimonial-style-4 .testimonial-img-4 {
        float: none;
        width: 100px; 
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .testimonial-style-4 .testimonial-section-4::after {
        top: -30px;
        left: 46%;    
        border: solid transparent;
        content: " ";
        position: absolute;
        border-bottom-color: #fff;
        border-width: 15px;
    }
    .testimonial-style-4-reverse .testimonial-section-4::after {
        top: -30px;
        right: 47%;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-bottom-color: #fff;
        border-width: 15px;
    }      
    .testimonial-section-2::after{
        left: 9%;
    }




    /*  contactus */
    .contact-info-heading-1 h3 {
        margin-bottom: 15px; 
        font-size: 20px;
    }
    .contact-info-heading-2 h3 {  
        font-size: 20px;
    }
    .contact-style-2 {
        margin-top: 12px;
    }

    .contact-style-3-right {
        padding: 0;
    }
    .contact-style-3-left {
        padding: 40px 15px;
    }
    /*CONTACT LAYOUT 1*/

    .gallery-space {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-nospace {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*contact-4 */
    .contact-style-4-let-content {
        margin: 0px 15px 0px 15px; 
    }
    .contact-style-4-right {
        padding: 0px 0px 0px 0px;
    }
    .contact-4-title {
        font-size: 18px;
    }
    .contact-4-icon-box {
        padding: 10px;
        font-size: 18px;
    }
    .contact-4-box {
        padding: 0 0 5px 70px;
    }
    .left-icon-contact-4 .contact-4-description {
        margin-left: 70px;
    }

    /*GALLERY*/
    figure.border-effect{
        width: 70%;
        margin: 0 auto 15px;
    }

    /* coming soon */
    .countdown-comming .countdown-item {
        width: 30%;
        margin-bottom: 20px;
    }            
    .comming-heading h2 {
        font-size: 25px;
    }
    .countdown-comming .timestamp {
        font-size: 30px;
    }
    .countdown-comming .countdown-wrapper {
        padding-bottom: 30px;
    }
    .coming-sub-input {
        width:240px;
    }

    /*client*/
    .client { 
        height: 150px;
    }
    /*client style-5 */
    .clients-style-5 .client-box{
        width: 70%;
        margin: auto;
        float: none;
    }

    .clients-style-5 .client-box:nth-child(n) {
        background: #F2F2F2;
    }
    .clients-style-5 .client-box:nth-child(2n) {
        background: #fff;
    }
    /* maintenance */
    .maint-heading h2{ 
        font-size: 35px; 
    }
    .maint-heading p{ 
        font-size: 15px;    ;
    }  
    .countdown-maint .timestamp
    {
        font-size: 35px;
    }
    .countdown-maint .countdown-item {
        padding: 40px 0px;
    }

    /*footer 1 */
    .footer-1-heading > h5, .footer-1-heading h4{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .feature-img {
        margin-top: 0;
    }
    .feature-boxes .feature-box, .feature-boxes-1 .flip-feature-box {
        width: 50%;
        margin: 0px auto;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /* FOOTER DOC */
    .footer-top .column-content:nth-child(2) {
        margin-top: 30px;
    }
    .footer-top .column-content, .footer-top .column-content:nth-child(3) {
        padding-left: 15px;
        border-left: none;
    }
    .footer-top .column-content:first-child p {
        padding-left: 0px;
    }

    .animated-center {
        text-align: center;
    }

    /* Portfolio */
    .portfolio-3, .portfolio-4 {
        margin-bottom: 15px;
    }
    .portfolio-section1, .portfolio-section2 {
        margin-bottom: -15px;
    }

    /* Clients */
    .client-slider .client-img {
        padding: 50px 65px;
    }

    /*dropcap*/
    .dropcap-container {
        float: left;
        width: 100%;
        margin-bottom: -30px;
    }
    /*counter*/
    .counter-section {
        margin-bottom: -30px;
        float: left;
        width: 100%;
    }
    /*client*/
    .client-tab-content > .client-inner {
        padding: 25px 30px 25px 30px;
    }
    /*blog*/
    .post-image iframe{
        height: 260px;
    }
    .blog-container.blog-fullwidth .post-image iframe {
        height: 260px;
    }
    .blog-container.sidebar-left-right .post-image iframe {
        height: 250px;
    }
    .post .post-info
    {
        margin-top: 10px;
    }
    /*left sidebar*/
    .sidebar-container-left .search-form input.search-field {
        width: 92%;
    }

    /* button */
    .btn-container
    {
        padding: 5px 5px;
    }
    .btn-dropdown
    {
        margin-bottom: 10px;
    }

    /* newsletter */
    .custom-form-group1
    {
        margin-bottom: 0px;
    }
    .newsletter-input{   
        width: 275px;
    }
    .newsletter-icon
    {
        width: 430px;
    }

    /* progressbar */
    .skill-service
    {
        padding: 15px;
    }
    .pie-progress-bar
    {
        width: 50%;  
    }
    .custom-pie-progress-bar
    {
        width: 50%;  
    }

    /*  tabs */

    .left-aligned-tab  ul
    {
        display: block;
        width: 100%;
        border-right: 0px none;
        border-bottom: 1px solid #d6d6d6;
        margin: 0 0 15px 0;
    }
    .left-aligned-tab ul li
    {
        display: inline-block;
        margin-right: -1px;
        margin-bottom: 0;
        border-bottom: 2px solid transparent;
        border-right: 0;
    }
    .left-aligned-tab .custom-tab-content{
        width: 100%;       
        padding: 0;
    }
    .left-aligned-tab ul li.active{
        border-right: none;
        border-bottom: 2px solid #1A1A1A;
    } 
    .right-aligned-tab  ul
    {
        display: block;
        width: 100%;
        border-left: 0px none;
        border-bottom: 1px solid #d6d6d6;
        margin: 0 0 15px 0;
    }
    .right-aligned-tab ul li
    {
        display: inline-block;
        margin-right: -1px;
        margin-bottom: 0;
        border-bottom: 2px solid transparent;
        border-left: 0;
    }
    .right-aligned-tab .custom-tab-content{
        width: 100%;       
        padding: 0;
    }
    .right-aligned-tab ul li.active{
        border-left: none;
        border-bottom: 2px solid #1A1A1A;
    }

    /* table */

    .tbl-flip-scroll table {
        border-spacing: 0;  
        position: relative;
        border-collapse: collapse;        
        display: block;        
        width: 100%;
    }
    .tbl-flip-scroll thead {       
        display: block;
        float: left;
    }
    .tbl-flip-scroll tbody {
        white-space: nowrap;
        overflow-x: auto;
        display: block;        
        position: relative;
    }
    .tbl-flip-scroll .flip-tbl-content:after {       
        clear: both;
        content: " ";      
        height: 0;
        visibility: hidden;
        display: block;     
    }
    .tbl-flip-scroll td,
    .tbl-flip-scroll th {
        margin: 0;
        vertical-align: top;
    }
    .tbl-flip-scroll tbody tr {
        border-left: 1px solid #EEEEEE;
    }
    .tbl-flip-scroll th {
        border-left: 0;
    }
    .tbl-flip-scroll .table thead tr th {
        font-size: 13px;
        border: 0;
        border-bottom: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        display: block;
        text-align: right;        
        width: auto;
    }     
    .tbl-flip-scroll .flip-tbl-content tbody tr td {
        line-height: 18.5px;
        font-size: 13px;       
    }
    .tbl-flip-scroll thead tr {
        display: block;
    }
    .tbl-flip-scroll tbody tr {
        margin-left: -4px;     
        display: inline-block; 
    }
    .tbl-flip-scroll .table-bordered tbody tr td {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
    .tbl-flip-scroll td {
        border-bottom: 0;
        display: block;       
        text-align: left;       
    }   
    .tbl-flip-scroll th:last-child,
    .tbl-flip-scroll td:last-child
    {
        border-bottom: 1px solid #EEEEEE;
    }   

    /* counter */
    .countdown-item {
        width: 35%;
        margin: 8px 12px;
    } 

    /* Pricing table */
    .pricing-table-item, .pricing-with-left-title {
        width: 60%;
        margin: 0 auto;
    }
    .clients {
        border-color: #adabab;
        border-style: dashed;
        border-width: 0px 0px 1px 0px;
    } 
    .clients-section .clients:nth-last-child(3), .clients-section .clients:nth-last-child(2) {
        border-color: #adabab;
        border-style: dashed;
        border-width: 0px 0px 1px 0px;
    }

    .pricing-horizontal .pricing-inner .pricing-title, .pricing-horizontal .pricing-inner .pricing-feature, .pricing-horizontal .pricing-inner .pricing-btn{
        width:100%;
        display: block; 
        text-align: center;
    }
    .pricing-horizontal .pricing-inner .pricing-feature ul li{
        width: 100%;
    }
    .pricing-horizontal .pricing-inner .pricing-feature{
        padding: 10px;
    }
    .pricing-horizontal .pricing-inner .pricing-title:after,
    .pricing-horizontal .pricing-inner .pricing-title:before{
        display:none;
    } 
    .pricing-horizontal .pricing-inner{
        width:70%;
        margin: 0 auto 30px;
    }

    /*fea box*/

    .main-feature-box 
    {
        display: block;
        width: 100%;
    }
    .feature-img{
        display: block;
        width: 100%;     
    }

    .feature 
    {
        display: block; 
    }
    /*contact*/
    .contact-style-3-left {
        float: none;
    }
    /*slider*/
    .nav-slider.carousel-control {
        width: 10%;
    }
    .pageblock .slider .slide .slidecontent.position-left , .pageblock .slider .slide .slidecontent.position-right, .pageblock .slider .slide .slidecontent.position-center{
        padding: 65px 50px;
    }
    /*icon box*/
    .icon-box  
    {
        margin-top: 65px;
    }
    /*blog*/
    .post .post-content .post-title{
        margin-bottom: 10px;
    }
    /*FAQ*/
    .faq-accordian li .accordion-title
    {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;  
    }
    /*ABOUT */
    .about-service{
        border: none;
    }
    .about1-image-inner {
        padding: 50px 10px;
    }
    .about3-counter .counter-box{
        width:70%;
        margin:auto;
    }
}

@media (max-width: 480px) {
    .client-slider .client-img {
        padding: 50px 30px;
    }
    .feature-boxes .feature-box, .feature-boxes-1 .flip-feature-box {
        width: 70%;
    }
    .pricing-table-item, .pricing-with-left-title {
        width: 70%;
    }

}

@media (max-width: 479px) {
    .step-spacing > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .newsletter-section .button-custom {
        margin-top: 4px;
    }
    /* GENERAL DOC */

    h1 { font-size: 32px; line-height: 48px; }
    h2 { font-size: 28px; line-height: 42px; }
    h3 { font-size: 24px; line-height: 36px; }
    h4 { font-size: 20px; line-height: 30px; }
    h5 { font-size: 16px; line-height: 24px; }
    h6 { font-size: 12px; line-height: 20px; }

    /* button */
    .button-desc
    {
        padding: 16px 25px;
        font-size: 14px;
        line-height: 18px;
    }
    .button-desc span
    {
        font-size: 10px;
    }
    .button-xlarge { 
        padding: 4px 46px;
    }
    /* newsletter */
    .newsletter-icon {
        width: 275px;
    }
    .newsletter-icon .newsletter-input {
        width: 255px;
    }

    /* tabs */

    .custom-tab ul li{
        width: 100%;
    }

    /* progress bar */ 
    .pie-progress-bar
    {
        width: 100%;  
    }
    .custom-pie-progress-bar
    {
        width: 100%;  
    }

    /* countdown */

    .countdown-item {
        width: 70%;
        margin: 10px 12px;
    }

    .team-main, .team-member {
        width: 100%;
        margin: auto;
    }
    .work-process-content{
        margin-bottom: -47px;
        width:100%;
        float:left;
    }


    /* Pagination */

    .custom-pagination li a {
        margin: 0;
    }

    /*404 */

    .page-content-error h1 { 
        font-size: 80px;
        line-height: 90px; 
        margin-bottom: 20px;

    }
    .page-content-error p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .error-search-input {
        width:155px;     
    }
    .form-error-class .button{
        padding: 4px 12px;    
    }
    /*500 */  

    .page-content-500-error h1 { 
        font-size: 80px;
        line-height: 90px; 
        margin-bottom: 20px;

    }
    .page-content-500-error p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    } 

    /* call to action */
    .call-action-main-light h2 {

        font-size: 18px; 
        line-height: 24px;
    }
    .call-action-main-light p { 
        font-size: 13px; 
    }
    .call-action-main-dark h2 {

        font-size: 18px; 
        line-height: 24px;
    }     
    .call-action-main-dark p { 
        font-size: 13px; 
    }
    .call-action-image {
        padding: 35px 15px;
    }
    .call-action-image .button
    {
        padding: 16px 12px;
    }
    /*testimonials*/
    .testimonial-section-2::after {
        left: 13%;
    }

    /* testimonials */
    .testimonial-style-4-reverse .testimonial-img-4 {
        float: none;
        width: 100px; 
        margin: 0 auto;
        margin-bottom: 20px;
    } 
    .testimonial-style-4 .testimonial-img-4 {
        float: none;
        width: 100px; 
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .testimonial-style-4 .testimonial-section-4::after {
        top: -30px;
        left: 45%;    
        border: solid transparent;
        content: " ";
        position: absolute;
        border-bottom-color: #fff;
        border-width: 15px;
    }
    .testimonial-style-4-reverse .testimonial-section-4::after {
        top: -30px;
        right: 45%;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-bottom-color: #fff;
        border-width: 15px;
    }     
    .testimonial-style-4-reverse .testimonial-content-4 {
        text-align: left;
    }
    .testimonial-section-2::after{
        left: 13%;
    }


    /* contact us */
    .contact-style-2 {
        margin-top: 8px;
    }

    /*coming soon*/
    .comming-heading h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .countdown-comming .timestamp {
        font-size: 28px;
    }
    .countdown-comming {
        padding: 50px 15px;
    }
    .countdown-comming .button-medium {
        font-size: 12px; 
        padding: 4px 6px;
    }
    .coming-sub-input {
        width: 125px;
    }
    .countdown-comming .countdown-item {
        width: 39%; 
    }
    .countdown-comming .countdown-wrapper {
        padding-bottom: 15px;
    }
    .form-comming-class { 
        margin-bottom: 30px;
    }
    .form-comming-class button { 
        line-height: 31px;
    }
    /* maintenance */
    .maint-heading h2{ 
        font-size: 28px; 
    }
    .maint-heading p{ 
        font-size: 14px; 
        padding: 0;
    } 
    .maint-heading img {
        margin-bottom: 30px;
    }
    .maint-heading p { 
        margin-bottom: 30px;
    }
    .countdown-maint .maint-wrapper {
        padding-bottom: 30px;
    }
    .countdown-maint .countdown-item {
        padding: 65px 0px;
    }
    .countdown-maint .timestamp
    {
        font-size: 28px;
    }
    .countdown-maint .countdown-item{
        width:80%;
    } 

    /*_blog*/
    .post-image iframe{
        height: 170px;  
    }
    .blog-container.blog-fullwidth .post-image iframe {
        height: 170px;
    }
    .post .post-date {
        margin-right: 15px;
        padding: 5px 12px;
        margin: 0px 50px;
        float: none;
    }
    .post .post-content .post-title{
        margin-bottom: 10px;
        font-size: 18px; 
    }
    /*blog*/
    .post .post-date{
        float: none;
        margin: 0px 50px;
    } 
    .post .post-content {
        margin-top: 20px;
    } 

    .post .post-info{
        margin: 5px 20px 5px 0;
    }

    /*single-blog*/
    .single-blog-social a {
        font-size: 15px;
    }
    .single-blog-social .social-title {
        font-size: 14px;
    }
    .blog-container.sidebar-left-right .post-image iframe {
        height: 160px;
    }
    .sidebar-left-right .single-blog-social{
        padding: 15px 17px;
    }
    .sidebar-left-right .single-blog-social .social-title {
        font-size: 12px;
    }
    .sidebar-left-right .single-blog-social a {
        font-size: 13px;
    }
    .post-comments ol.children .article-comment .comment-area{
        display: inline-block;
        margin-top: 20px;
    }
    /*left sidebar*/
    .sidebar-container-left .search-form input.search-field {
        width: 87%;
    }


    .client-slider .client-img {
        padding: 50px 75px;
    }

    .feature-boxes .feature-box, .feature-boxes-1 .flip-feature-box {
        width: 100%;
    }

    .pricing-table-item, .pricing-with-left-title {
        width: 100%;
    }
    /*slider*/
    .pageblock .slider .slide .slidecontent.position-left , .pageblock .slider .slide .slidecontent.position-right, .pageblock .slider .slide .slidecontent.position-center {
        padding: 60px 20px;
    }

    /*alert box*/
    .alert-bottom-border i {   
        width: 49px; 
        line-height: 1.5;
    }

    .icon-box  
    {
        margin-top: 75px;
    }

    /*LATEST NEWS*/
    .news {
        min-height: 400px;
    }
    .news .post-content {
        padding: 20px 15px 30px;
    }
    /*overlay loader*/
    .overlay-loader a {font-size: 20px}
    .overlay-loader .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    /*LATEST NEWS*/
    .news {
        min-height: 400px;
    }
    .news .post-content {
        padding: 20px 15px 30px;
    }
    /*overlay loader*/
    .overlay-loader a {font-size: 20px}
    .overlay-loader .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    /*GALLERY*/
    figure.border-effect{
        width: 100%;
    }
    /*client style-5 */
    .clients-style-5 .client-box{
        width: 100%;
    }

    /*TEAM*/
    .team-members {
        width: 100%;
    }

    /*ABOUT */
    .about1-image, .about3-counter .counter-box{
        width:100%;
    }
    .about1-image-inner {
        padding: 50px 10px;
    }
}    



@media (max-width: 320px) {
    /* button */
    .btn-custom-divider{
        margin-bottom: 10px;
    }
}