/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 3, 2021, 10:03:21 AM
    Author     : Sharif Uddin Ahamed <fsuuaas@gmail.com>
*/
    .mt-105{
        margin-top: 105px;
    }
    .atf-max-height{
        max-height: 585px !important;
    }
    .atf-bg{
        background: #BE93C5;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #7BC6CC, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #7BC6CC, #BE93C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    .atf-image{
        margin-left: 1px;
    }
    .display-5 {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .text-white1{
        color: #fff !important;
    }
    .service-info-padding{
        padding: 100px 0 100px;
    }
    .section {
        position: relative;
        padding: 60px 0;
        background-color: #F9F9F9;
        overflow: hidden;
    }
    .p-0 {
        padding: 0 !important;
    }
    .mb-0, .my-0 {
        margin-bottom: 0 !important;
    }
    .iconlist {
        padding-left: 0;
        list-style-type: none;
    }
    .space-top-2h {
        padding-top: 10rem;
    }
    .service-info-bg{
        background: #5f2c82;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #49a09d, #5f2c82);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #49a09d, #5f2c82); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        max-height: 730px;
    }
    .demotext {
        font: bold 60px Sans-Serif;
        text-shadow: #3E9DA2B8 2px 2px 0px, #9C9C9C 2px 2px 0px;
        padding-top: 8.5rem;
    }
    .bold-text{
        font: bold 50px Sans-Serif !important;
    }

        /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        .mt-105{
            margin-top: 0px;
        }
        .atf-max-height{
            max-height: 695px !important;
        }
        .atf-bg{
            background-color: #ffffff;
            background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, #ffffff 53%);
        }
        .atf-image-bg{
            background-color: #3f3e7a;
            background-image: linear-gradient(90deg, #3f3e7a 0%, #aa68b9 25%, #fdcbc2 53%);
        }
        .atf-image {
            max-width: 100%;
            margin-left: 1rem;
            margin-right: auto;
            text-align: center;
        }
        .text-white1{
            color: #677788 !important;
        }
        .display-5 {
            font-size: 1.7rem;
            padding-top: 1.5rem;
            padding-bottom: .5rem;

        }
        .display-5 > small::before {
            content: ' ';
            clear: right;
            display: block;
        }
        .display-5, .atf-text, .atf-button{
          text-align: center;
        }
        .mb-4 {
            margin-bottom: .9rem !important;
        }
        .atf-text{
            line-height: 1.2;
        }
        .atf-button > .btn {
            padding: .5rem .65rem;
            font-size: .75rem;
            line-height: 1.1;
            border-radius: .2125rem;
        }
        .atf-button > .px-5 {
            padding-left: 0.65rem !important;
            padding-right: 0.65rem !important;
        }
        .service-info-padding{
            padding: 30px 0 30px;
        }
        .service-info-bg{
            max-height: 1100px;
        }
        .space-top-2h {
            padding-top: 0rem !important;
        }
        .space-top-2 {
            padding-top: 2rem !important;
        }

        .display-4 > br{
            display: none;
        }

        .display-4 > .small {
            font: bold 23px Sans-Serif;
            text-shadow: #3E9DA2B8 1px 1px 0px, #9C9C9C 1px 1px 0px;
            margin-bottom: 10px;
        }

        .demotext {
            font: bold 25px Sans-Serif;
            text-shadow: #3E9DA2B8 1px 1px 0px, #9C9C9C 1px 1px 0px;
            margin-bottom: 10px;
        }
        .bold-text{
            font: bold 25px Sans-Serif !important;
        }
        .service-desc > .d-flex{
            display: block !important;
        }

        .service-details > .col-6{
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .juxtapose{
            max-width: 100%;
        }

        .portfolio3-button > .btn-wide {
            min-width: 5.6875rem;
        }

        h2, .h2 {
            font-size: 1.5rem;
        }
        h3, .h3 {
            font-size: 1.5rem;
        }
    }


    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .mt-105 {
            margin-top: 155px;
        }
        .atf-bg{
            background: #BE93C5;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #7BC6CC, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #7BC6CC, #BE93C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .atf-image {
            padding-top: 3rem;
            max-width: 145%;
            height: auto;
            margin-left: -70px;
        }
        .mb-7{
            margin-bottom: 0rem !important;
        }
        .mb-4{
            margin-bottom: .8rem !important;
        }
        .mb-6 {
            margin-bottom: 1.5rem !important;
        }
        .display-5 {
            padding-top: 3.5rem;
            font-size: 1.7rem;
        }
        .display-5 > small::before {
            content: ' ';
            clear: right;
            display: block;
        }
        .atf-button > .btn {
            padding: .30rem .75rem;
        }
        .atf-button > .px-5 {
            padding-left: .75rem !important;
            padding-right: .75rem !important;
        }

        .space-2h, .space-top-2h {
            padding-top: 3.8rem;
        }
        .space-2h, .space-bottom-2h {
            padding-bottom: 1.2rem;
        }
        .service-info-padding{
            padding: 30px 0 30px;
        }
        .service-info-bg{
            max-height: 980px;
        }
        .space-top-3 {
            padding-top: 0rem !important;
        }

        .display-4 > br{
            display: none;
        }

        .display-4 > .small {
            font: bold 23px Sans-Serif;
            text-shadow: #3E9DA2B8 1px 1px 0px, #9C9C9C 1px 1px 0px;
            margin-bottom: 10px;
        }

        .demotext {
            font: bold 25px Sans-Serif;
            text-shadow: #3E9DA2B8 1px 1px 0px, #9C9C9C 1px 1px 0px;
            margin-bottom: 10px;
        }
        .bold-text{
            font: bold 25px Sans-Serif !important;
        }

        .h5 {
            font-size: .99rem;
        }
        .portfolio-button > .btn-lg {
            padding: .25rem .35rem !important;
            font-size: .71rem !important;
            border-radius: .15rem !important;
        }
    }

     /* Nexus 7 ----------- */
    @media only screen and (min-width : 600px) and (max-width : 603px) and (orientation: portrait) {
        .mt-105 {
            margin-top: 10px;
        }
        .atf-max-height{
            max-height: 655px !important;
        }
        .space-2h, .space-top-2h {
            padding-top: 1.2rem;
        }
        .space-2h, .space-bottom-2h {
            padding-bottom: 1.2rem;
        }
        .atf-bg{
            background-color: #ffffff;
            background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, #ffffff 53%);
        }
          .atf-bg{
            background: #BE93C5;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #7BC6CC, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #7BC6CC, #BE93C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .text-white1{
            color: #677788 !important;
        }
        .atf-image {
            max-width: 100%;
            height: auto;
            padding-top: 1.5rem;
            margin-left: auto;
            margin-right: auto;
        }

        .display-5{
            font-size: 1.7rem;
            padding-top: 1.5rem;
        }
        .display-5 > small::before {
            content: ' ';
            clear: right;
            display: block;
        }
        .display-5, .atf-button{
            text-align: center;
        }
        .service-info-padding{
            padding: 30px 0 0;
        }
        .service-info-bg{
            max-height: 950px;
        }
        .space-top-3 {
            padding-top: 0rem !important;
        }

        .demotext, .demotext > .small {
            font: bold 25px Sans-Serif;
            text-shadow: #3E9DA2B8 1px 1px 0px, #9C9C9C 1px 1px 0px;
            padding-top: 1rem;
            margin-bottom: 10px;
        }
        .bold-text{
            font: bold 25px Sans-Serif !important;
        }
        .demotext > br{
            display: none;
        }

        .service-desc {
            padding-top: 1rem !important;
            padding-bottom: 2rem !important;
        }
        .quality > .col-sm-12{
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .mx-gutters-1 > .col, .mx-gutters-1 > [class*="col-"] {
            padding-right: 15px;
            padding-left: 15px;
        }

    }

/* iPad Pro 992 px----------- */
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
    #ipad-none{
        display:none;
    }
    .h5 {
        font-size:19px;
        margin-top:6px;
    }
}



    /* iPad Pro 12.9inch ----------- */
    @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
        .mt-105 {
            margin-top: 100px;
        }
        .space-2h, .space-top-2h {
            padding-top: 4.8rem;
        }
        .space-2h, .space-bottom-2h {
            padding-bottom: 5rem;
        }
        .atf-bg{
            background: #BE93C5;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #7BC6CC, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #7BC6CC, #BE93C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .atf-image {
            max-width: 140%;
            height: auto;
            margin-left: 0px;
        }
        .display-5 {
            font-size: 2rem;
            margin-top: 1rem;
        }
        .service-desc{
            padding-top: 2rem;
        }
        .demotext {
            padding-top: 11rem !important;
            font: bold 45px Sans-Serif !important;
            text-shadow: #3E9DA2B8 2px 2px 0px, #9C9C9C 2px 2px 0px !important;
        }
        .bold-text{
            font: bold 45px Sans-Serif !important;
        }
        /*.mt-lg-5{
            margin-top: 0px !important;
        }*/
        /*.headshot-type > .max-width-10{
            max-width: 2.3rem !important;
        }*/
    }

    @media only screen and (min-device-width : 1024px) and (max-device-width : 1027px) {
        .service-info-padding > .col-lg-5 {
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
        }
        .service-info-padding > .col-lg-6 {
            -ms-flex: 0 0 65%;
            flex: 0 0 65%;
            max-width: 65%;
        }
        .demotext {
            padding-top: 7.5rem !important;
            font: bold 45px Sans-Serif !important;
            text-shadow: #3E9DA2B8 2px 2px 0px, #9C9C9C 2px 2px 0px !important;
        }

        .demotext, .demotext > .small {
            font: bold 45px Sans-Serif !important;
            text-shadow: #3E9DA2B8 2px 2px 0px, #9C9C9C 2px 2px 0px !important;
        }
        .bold-text{
            font: bold 45px Sans-Serif !important;
        }
        .demotext > br{
            display: none;
        }
        .max-width-8 {
            max-width: 1.4rem;
        }

        .space-sm-0, .space-bottom-sm-0 {
            padding-bottom: 2.5rem !important;
        }
        .space-sm-0, .space-top-sm-0 {
            padding-top: 4rem !important;
        }
        .font360{
            font-size: 1.7rem;
        }
    }
    @media only screen and (min-device-width : 1280px) and (max-device-width : 1445px) {
        .display-5 > small::before {
            content: ' ';
            clear: right;
            display: block;
        }
        .demotext {
            padding-top: 10.5rem !important;
        }

        .demotext, .demotext > .small {
            font: bold 45px Sans-Serif !important;
            text-shadow: #3E9DA2B8 2px 2px 0px, #9C9C9C 2px 2px 0px !important;
        }
    }
