/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #ff9933;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .area-title h2 {
        font-size: 40px;
    }
    .about-slider-area {
        margin-top: 50px;
    }
    .portfolio-area .area-title-and-content {
        margin-bottom: 80px;
    }
    .heading-text {
        display: none;
    }
    button.collapsed.navbar-toggle.navbar-bdphoto {
        margin: 22px 0;
    }
    .navbar-header {
        margin-top: -4px;
    }
    ul#nav li a {
        padding: 30px 10px;
    }
    .is-sticky ul#nav li a {
        padding: 20px 10px;
    }
    .home-top-layer {
        width: 70%;
    }
    .welcome-text h1 {
        font-size: 68px;
    }
    .area-title {
    margin-bottom: 30px;
    }
    .hidding-content {
        padding-left: 80px;
    }
    .heading-opacity[data-after-text]:after {
        font-size: 53px;
        top: 128px;
        left: -42px;
    }
    .heading-opacity-1[data-after-text]:after {
        font-size: 53px;
        top: 138px;
        left: -95px;
    }
    .heading-opacity-3[data-after-text]:after{
        display: none;
    }
    .heading-opacity-4[data-after-text]:after {
        font-size: 53px;
        top: 144px;
        left: -106px;
    }
    .heading-opacity-5[data-after-text]:after {
        font-size: 53px;
        top: 96px;
        left: -55px;
    }
    .heading-opacity-6[data-after-text]:after {
        font-size: 53px;
        top: 128px;
        left: -74px;
    }
    .details h3, .about-section-s2 .details h3 {
        font-size: 14px;
    }
    .home-top-layer::after {
        display: block;
        width: 100%;
    }
    .welcome-text h3 {
        font-size: 32px;
    }
    .welcome-img {
        width: 70%;
    }
    .welcome-mockup-img {
        max-width: 90%;
    }
    .about-img-one>img {
        max-width: 80%;
        width: auto;
    }
    .about-img-two>img {
        max-width: 90%;
    }
    .single-price.active .price-details::after,
    .single-price:hover .price-details::after {
        left: 34px;
        opacity: 1;
    }
    .contact-social h3::after {
        width: 50px;
    }
     .slider-text {
        margin-top: 100px;
    }
    .slider-text h1 {
        font-size: 55px;
    }

}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .padding-top {
        padding-top: 80px;
    }
    .service-bottom-area-bg {
        display: none;
    }
    .heading-text {
        display: none;
    }
    .heading-text-sec {
        display: none;
    }
    .more-about {
        margin-left: 22px;
    }
    .hidding-content {
    padding-left: 60px;
    }
    .popup {
        margin-left: 20%;
        margin-top: -10px;
    }
    .heading-opacity[data-after-text]:after {
        font-size: 53px;
        top: 128px;
        left: -42px;
    }
    .heading-opacity-1[data-after-text]:after {
        font-size: 53px;
        top: 60px;
        left: -95px;
    }
    .heading-opacity-3[data-after-text]:after{
        display: none;
    }
    .heading-opacity-4[data-after-text]:after {
        font-size: 53px;
        top: 60px;
        left: -106px;
    }
    .dis-non {
        display: none;
    }
    .mar-res-30 {
        margin-top: 30px !important;
    }
    .latest-service-title h3 a {
        font-size: 16px;
    }

   .mr-res-200 {
    margin-top: 200px !important;
    margin-left: -26px !important;
    }
    .heading-opacity-5[data-after-text]:after {
        font-size: 53px;
        top: 22px;
        left: -55px;
    }
    .heading-opacity-6[data-after-text]:after {
        font-size: 53px;
        top: 128px;
        left: -74px;
    }
    .collapsed.navbar-toggle.hidden-xs.hidden-sm.navbar-bdphoto {
        display: none !important;
    }
    .bs-example-js-navbar-scrollspy {
        float: left;
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        border: 2px solid #ffffff;
        border-radius: 0;
        display: block !important;
    }
    .navbar-toggle .icon-bar {
        background: #ffffff none repeat scroll 0 0;
    }
    .navbar-header {
        float: none;
        margin: 0;
        padding: 15px 0;
    }
    ul#nav {
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
    }
    ul#nav li {
        float: none;
    }
    .navbar-brand {
        padding: 0px 20px;
        margin-top: -10px;
    }
    .is-sticky .navbar-brand {
        margin-top: -3px;
    }
    .mainmenu-area ul#nav {
        background: #000000 none repeat scroll 0 0;
    }
    ul#nav li a,
    .is-sticky ul#nav li a {
        color: #fff;
        padding: 10px 15px;
    }
    ul#nav li a::after {
        display: none;
    }
    /*-----------------*/

    .area-title h2 {
        font-size: 45px;
        margin-top: -31px;
        position: absolute;
        margin-left: 60px;
    }
    .heading-opacity-6[data-after-text]:after {
        display: none;
    }
    .area-title h4{
        display: none;
    }
    .home-top-layer {
        width: 100%;
    }
    .home-top-layer::after {
        display: block;
    }
    .welcome-text h1 {
        font-size: 60px;
    }
    .about-slider-area {
    margin-top: 60px;
    }
    .about-details {
        margin-bottom: 0;
    }
    .service-top {
        color: #fff;
    }
    .service-top-area-bg {
        -webkit-transform: inherit !important;
        transform: inherit !important;
        width: 100%;
    }
    .single-service {
        margin-bottom: 50px;
        margin-top: inherit;
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .single-service.padding-bottom {
        padding-bottom: inherit;
    }
    .service-area .row>div:last-child .single-service {
        margin-bottom: 0;
    }
    .service-top a.readmore {
        background: #fff none repeat scroll 0 0;
        color: #000;
    }
    .service-top a.readmore:hover {
        background: #ff9933 none repeat scroll 0 0;
        color: #000;
    }
    .single-portfolio {
        margin-top: 20px;
        margin-bottom: 1px;
    }
    .portfolio-area .area-title-and-content {
        margin-bottom: 50px;
    }
    .portfolio-img img {
        width: 100%;
    }
    .single-price {
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .priceing-area .area-title-and-content {
        margin-bottom: 80px;
    }
    .priceing-area .padding-bottom {
        padding-bottom: 0;
    }
    .single-price {
        margin-bottom: 50px;
    }
    .priceing-area .row .col-lg-4:last-child .single-price:last-child {
        margin-bottom: 0;
    }
    .contact-area-bg {
        background-size: cover;
    }
    .footer-copyright,
    .footer-area ul {
        text-align: center;
    }
    ul#nav {
        background: inherit;
    }
    .home-single-slide {
    height: 70vh;
    }
    .slide-one, .slide-two, .slide-three {
    height: 70vh;
    }
    .slider-text h1 {
        font-size: 30px;
    }

    .home-single-slide-button a {
        padding: 15px 35px;
    }

}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
     .heading-text {
        display: none;
    }
    .heading-text-sec {
        display: none;
    }
    .about-image-slider {
        margin-top: 30px;
    }
    .more-about {
        margin-left: 22px;
    }
    .hidding-content {
    padding-left: 60px;
    }
    .popup {
        margin-left: 20%;
        margin-top: -10px;
    }
    .home-single-slide-button a {
        padding: 12px 30px;
    }
    .home-slider {
        height: auto;
    }
    .heading-opacity {
        display: none;
    }
    .heading-opacity-1 {
        display: none;
    }
    .heading-opacity-3 {
        display: none;
    }
    .heading-opacity-4[data-after-text]:after {
       font-size: 53px;
        top: 66px;
        left: -97px;
        transform: rotate(-90deg);
    }
    .heading-opacity-5 {
        display: none;
    }
    .heading-opacity-6 {
        display: none;
    }
    .home-button {
        margin-left: -70px;
    }
    .welcome-slider-area .owl-nav > div {
        height: 40px;
        line-height: 30px;
        margin-left: 10px;
        padding-top: 0px;
        width: 40px;
    }

    .about-slider-area {
    margin-top: 70px;
    }
    .about-content  {
    margin-left: 45px;
    }
    .area-title {
        margin-bottom: 20px;
    }
    .widget-contact-list ul li i {
        width: 40px;
    }

    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 32px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .navbar-header {
        border-bottom: 1px solid #ffffff;
        margin: 0;
        padding: 15px 0;
    }
    .about-slider {
        margin: 0 auto;
    }
    .mr-res-170{
        margin-top: 170px !important;
    }
    .mr-res-20 {
        margin-top: 20px !important;
    }

    .mr-res-16{
        margin-top: -5px !important;
    }
    .bs-example-js-navbar-scrollspy {
        float: right;
        width: 100%;
    }
    .navbar-toggle {
        border: 2px solid #ffffff;
    }
    .navbar-toggle .icon-bar {
        background: #ffffff none repeat scroll 0 0;
    }
    ul#nav {
        text-align: center;
        margin-right: 0;
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
    }
    ul#nav li {
        float: none;
    }
    .navbar-brand {
        padding: 8px;
        margin-top: -10px;
    }
    .is-sticky .navbar-brand {
        margin-top: -3px;
    }
    .mainmenu-area {
        background:transparent;
    }
    ul#nav li a,
    .is-sticky ul#nav li a {
        color: #fff;
        padding: 10px 15px;
        background: #000;
    }
    ul#nav li a::after {
        display: none;
    }
    /*-----------------*/
    .welcome-text p {
        display: none;
    }
    .home-button {
        margin-top: 5px;
        display: inline-block;
    }
    .inline-block li {
        padding: 5px 10px;
    }
    .home-top-layer {
        width: 100%;
    }
    .home-top-layer::after {
        display: block;
    }
    .welcome-text h1 {
        font-size: 50px;
    }
    .welcome-text h4 {
        letter-spacing: 2px;
    }
    .welcome-text h1 span {
        font-size: 30px;
        letter-spacing: 4px;
        font-weight: 500;
    }
    .welcome-text h1 span::before {
    top: 18px;
    left: 82%;
    }
    .hidding-content {
        padding: 0;
    }
    .about-area .owl-controls {
        right: -30px;
    }
    .service-bottom-area-bg {
        display: none;
    }
    .service-top {
        color: #fff;
    }
    .service-top-area-bg {
        -webkit-transform: inherit !important;
        transform: inherit !important;
        width: 100%;
    }
    .single-service {
        margin-bottom: 50px;
        margin-top: inherit;
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .single-service.padding-bottom {
        padding-bottom: inherit;
    }
    .service-area .row>div:last-child .single-service {
        margin-bottom: 0;
    }
    .service-top a.readmore {
        background: #fff none repeat scroll 0 0;
        color: #000;
    }
    .service-top a.readmore:hover {
        background: #ff9933 none repeat scroll 0 0;
        color: #000;
    }
    .portfolio-content.tab-content {
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .single-portfolio {
        margin-bottom: 30px;
    }
    .portfolio-area .area-title-and-content {
        margin-bottom: 50px;
    }
    .portfolio-img img {
        width: 100%;
    }
    .single-price {
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .priceing-area .area-title-and-content {
        margin-bottom: 80px;
    }
    .priceing-area .padding-bottom {
        padding-bottom: 0;
    }
    .single-price {
        margin-bottom: 50px;
    }
    .priceing-area .row .col-lg-4:last-child .single-price:last-child {
        margin-bottom: 0;
    }
    .post-details {
        position: inherit !important;
        left: inherit;
    }
    .post-details .postmeta {
        font-size: 12px;
    }
    .contact-area-bg {
        background-size: cover;
    }
    .footer-copyright,
    .footer-area ul {
        text-align: center;
    }
    ul#nav {
        background: inherit;
    }

    .slider-text {
        top: 39%;
    }
    .slider-text h1 {
        font-size: 22px;
    }
    .slider-text p {
        font-size: 16px;
    }
    .slider-image-layer {
        display: none;
    }

    .home-slider.owl-carousel .owl-controls {
      position: absolute;
      top: 48%;
      width: 100%;
    }
    .home-slider.owl-carousel .owl-nav>div {
        margin: 0 4px;
    }
    .home-slider.owl-carousel .owl-nav > div {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 18px;
        padding-top: 0;
    }
    .home-single-slide {
      height: 350px;
    }
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
     .slider-text {
        margin-top: 100px;
    }
    .slider-text h1 {
        font-size: 26px;
    }
    .slider-text h4 {
        font-size: 14px;
    }
    .area-title h2 {
        font-size: 32px;
        margin-top: -26px;
        position: absolute;
        margin-left: 0px;
    }
    .portfolio-img {
        margin-bottom: 30px;
    }
        .dis-non {
        display: none !important;
    }
    .area-title h4 {
        display: none;
    }
    ul#nav {
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
        text-align: center;
        margin-right :0;
    }
    ul#nav li {
        float: none;
    }
    .welcome-text p {
        display: block;
    }
    .home-button {
        margin-top: 30px;
    }
    .home-button a {
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 0px;
        float: left;
        padding: 8px 25px;
        display: inline-block !important;
    }

}
/*----------------------------------
    WIDE MOBILE LAYOUT: 280px
-----------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 480px) {
    .section-padding {
        padding: 50px 0;
    }
       .section-padding {
        padding: 50px 0;
    }
    .children {
        padding-left: 0;
    }
    .about-title h4 {
        font-size: 22px;
    }
    .about-title h2 {
        font-size: 26px;
    }
     .slider-text {
        margin-top: 20px;
    }
    .slider-text h4 {
        font-size: 14px;
    }
    .area-title h2 {
        font-size: 32px;
        margin-top: -26px;
        position: absolute;
        margin-left: 0px;
    }

    .heading-text-1 {
        display: none;
    }
    .about-content {
        margin-left: 15px;
    }
    .popup {
        font-size: 24px;
        height: 50px;
        line-height: 41px;
        width: 50px;
    }
    .welcome-text h4 {
        letter-spacing: 0px;
        font-size: 12px;
    }
    .welcome-text h1 {
        margin: 30px 0;
    }
    .welcome-text h1 {
        font-size: 36px;
    }
    .welcome-text h1 span {
        font-size: 24px;
        letter-spacing: 3px;
        font-weight: 500;
    }
    .welcome-text h1 span::before {
        top: 15px;
        left: 106%;
    }
    .home-button {
        margin-left: -10px;
    }
   .area-title h4{
        display: none;
    }
    .welcome-text p {
        display: block;
    }
    .home-button {
        margin-top: 5px;
    }
    .social-bookmark li a {
        width: 25px;
    }
    .social-bookmark {
        margin-top: 15px;
        background: #f8f8f8;
    }
        address {
        margin-bottom: 0px;
        font-style: normal;
        font-size: 13px;
    }
    .widget-contact h4, 
    .get-in-touch h4, 
    .widget-links h4 {
        margin-top: 30px;
    }
    .home-button a {
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 0px;
        float: left;
        padding: 8px 15px;
        display: inline-block !important;
    }
    .divid-section .divid h2 {
        font-size: 20px;
    }
    .video-popup-2 {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    .mb50 {
        margin-bottom: 0;
    }
    a.readmore {

        background: #ffbd34 none repeat scroll 0 0;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        letter-spacing: 0px;
        margin-top: 20px;
        padding: 6px 30px;
        text-align: center;
        font-size: 14px;

    }
    a.readmore-1{
        background: #ffbd34 none repeat scroll 0 0;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        letter-spacing: 0px;
        margin-top: 20px;
        padding: 8px 15px;
        text-align: center;
        font-size: 14px;

    }
    .input-style li a {
    width: 100px;
    margin-left: 0px;
}
