@charset 'utf-8';

/* Small desktop Screen
============================== */

@media only screen and (max-width: 1366px) {
    /* Home Section Responsive at 1366px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title h1 {
        font-size: 2.750em;
    }
}

@media only screen and (max-width: 1200px) {
    /* Home Section Responsive at 1200px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title h1 {
        font-size: 2.550em;
        
    }
}


/* Tablet landskape Screen
============================== */

@media only screen and (max-width: 1024px) {
    /* Navbar Responsive at 1024px Screen Breat Point
    --------------------------------------------------------- */
    .brand-logo {
        margin-left: 5%;
    }
    /* Home Responsive at 1024px Screen Breat Point
    --------------------------------------------------------- */
    .font-outline-img img {
        width: 60%;
        margin: 0 auto;
    }
    /* Footer Responsive at 1024px Screen Breat Point
    --------------------------------------------------------- */
    .footer-links {
        margin-right: 100px;
    }
}


/* Break Point 992px
============================== */

@media only screen and (max-width: 992px) {
    /* Navbar Responsive at 992px Screen Breat Point
    --------------------------------------------------------- */
    .inner-nav ul > li a > span:after,
    .inner-nav ul > li a > span:before {
        bottom: -10px;
    }
    .navbar-nav > li > a {
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }
    /* Home Section Responsive at 992px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title {
        width: 80%;
        margin: 0 auto;
        padding-top: 30%;
        padding-bottom: 30%;
    }
    .home-title h1 {
        line-height: 1.4;
        
    }
    .video-overview {
        margin-top: 30px !important;
    }
    .full-screen {
        height: 100%;
    }
    /* Case study section Responsive at 992px Screen Breat Point
    --------------------------------------------------------- */
    .study-text {
        float: none;
        width: 100%;
        margin-top: 20%;
        text-align: center;
    }
    .study-text h1 {
        font-size: 44px;
    }
    .study-text p {
        width: 70%;
        margin: 15px auto;
    }
    img.study-img {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 50px;
        padding: 0 10%;
    }
    /* Home Responsive at 992px Screen Breat Point
    --------------------------------------------------------- */
    .font-outline-img img {
        width: 80%;
        margin: 0 auto;
    }
    /* Services Section Responsive at 992px Screen Breat Point
    ------------------------------------------------------------ */
    .services .features {
        margin-top: 30px;
        padding: 0 30px;
    }
    /* Footer Responsive at 992px Screen Breat Point
    --------------------------------------------------------- */
    .col-md-2 {
        float: left;
        width: 50% !important;
    }
    .flex {
        width: 80%;
        margin-left: 10%;
    }
    .widget {
        margin-top: 50px;
    }
    .footer .widget-logo img {
        width: 12%;
        margin-left: 10px;
    }
}


/* Break Point 768px Tablet Portrait
======================================= */

@media only screen and (max-width: 768px) {
    /* Home Section Responsive at 768px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title {
        padding-top: 35%;
        padding-bottom: 35%;
    }
    /* services Section Responsive at 768px Screen Breat Point
    ------------------------------------------------------------ */
    .services .features p {
        width: 300px;
        margin: 20px auto;
    }
    /* testimonial  Responsive at 768px Screen Breat Point
    ------------------------------------------------------------ */
    .testimonials-clients {
        width: 80%;
        margin: 0 auto;
    }
    .testimony p {
        font-size: 16px;
    }
    /* footer  Responsive at 768px Screen Breat Point
    ------------------------------------------------------------ */
    .call-action p {
        margin-bottom: 30px;
    }
    .footer .widget-logo img {
        width: 12%;
    }
    /* Home Responsive at 768px Screen Breat Point
    --------------------------------------------------------- */
    .font-outline-img img {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    /* Navbar  Responsive at 600px Screen Breat Point
    --------------------------------------------------------- */
    .navbar-toggle {
        margin-right: -40px;
    }
    /* Home Section Responsive at 600px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title {
        padding-top: 40%;
        padding-bottom: 40%;
    }
    .home-title h1 {
        font-size: 2.5em;
    }
    /* Case study section Responsive at 600px Screen Breat Point
    --------------------------------------------------------- */
    .study-text h1 {
        font-size: 36px;
    }
    .study-text p {
        width: 80%;
        margin: 15px auto;
    }
    img.study-img {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 3%;
    }
    /* Home Responsive at 600px Screen Breat Point
    --------------------------------------------------------- */
    .font-outline-img img {
        width: 98%;
        margin: 0 auto;
    }
    .home-title p {
        font-size: 14px;
    }
    /* footer  Responsive at 600px Screen Breat Point
    ------------------------------------------------------------ */
    .flex {
        margin-left: 5%;
    }
    .footer .widget-logo img {
        width: 15%;
        margin-left: 10px;
    }
}


/* Break Point Phone
============================== */

@media only screen and (max-width: 480px) {
    /* Home Section Responsive at 480px Screen Breat Point
    ---------------------------------------------------------- */
    .home-title {
        padding-top: 45%;
        padding-bottom: 45%;
    }
    /* Case study section Responsive at 480px Screen Breat Point
    --------------------------------------------------------- */
    img.study-img {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 1%;
    }
    /* Footer Responsive at 480px Screen Breat Point
    ---------------------------------------------------------- */
    .footer-links {
        margin-right: 0;
        text-align: center;
    }
    .footer .widget-logo img {
        width: 20%;
        margin-left: 10px;
    }
}
