@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: "poppins"; font-size: 16px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #f6f6f6;
}

html {
  scroll-behavior: smooth;
}

html {
   scroll-padding-top: 278px;
}
.fa-facebook-square {
  color: #3b5998;
 
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}
::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8d8d8d;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8d8d8d;
}

.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}


/*===== Go To Top Section =====*/

#back-top {
    display: block;
    position: fixed;
    bottom: 140px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    font-size: 20px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #49a7da;
    border: #e00087 solid 2px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #49a7da;
}

.input-text {
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #ffff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.input-textarea {
    color: #b7b7b7;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #ffff;
    border: 1px solid #e2e2e2;
}

.input-submit {
    color: #fff;
    font-size: 15px;
    border: 2px solid #3579b8;
    background: #3579b8;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Josefin Sans";
    text-transform: uppercase;
    font-weight: 500;
}

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #1e4c8f;
    font-size: 16px;
    border: 2px solid #1e4c8f;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Poppins";
}

.page .input-submit:hover {
    color: #fff;
    background: #1e4c8f;
    border: 2px solid #1e4c8f;
}


/*Buttons*/

.button1 {
    font-family: "Josefin Sans";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border: 2px solid #4ca5d7;
    background: #e00087;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
    
}

.button1:hover {
    color: #fff;
    background: #4ca5d7 !important;
    border: 2px solid #e00087;
}

.button2 {
    color: #ffa500;
    font-size: 15px;
    border: 2px solid #ffa500;
    background: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 25px
}

.button2:hover {
    color: #fff;
    background: #ffa500;
    border: 2px solid #ffa500;
}

.button3 {
    font-family: "Poppins";
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
    border-radius: 5px;
}

.button3:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}


/*Banner*/

.banner-content {
    position: relative;
    text-align: center;
}

.banner-content img {
    width: 100%;
}

.banner-content .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.banner-content .centered h1 {
    font-family: 'poppins';
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    text-shadow: 1px 1px 10px #000;
    color: #fff;
}

.banner-content .centered p {
    color: #fff;
    font-size: 23px;
    font-family: "questrial";
    line-height: 30px;
    text-shadow: 1px 1px 5px #000;
}

.banner-content .centered p span {
    font-size: 60px;
    font-family: "Poppins";
    font-weight: 600;
}


/*Top-Header*/

.top-header {
    background-color: #4ca5d7;
    padding: 10px 0;
}

.top-header p {
    font-size: 16px;
    margin: 0;
}

.top-header p.center {
    text-align: center;
}

.top-header p.right {
    text-align: right;
}

.top-header a {
    color: #fff;
    text-decoration: none;
}

.top-header .fa {
    font-size: 18px;
    padding: 0 10px;
}


/*Home*/

.one {
    background: #fff;
    padding: 50px 0;
}

.one .title-section {
    margin-bottom: 30px;
}

.one .title-section h2 {
    color: #49a7da;
    font-size: 36px;
    font-family: "Poppins";
    font-weight: normal;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.one .title-section h2 span{
    color: #e00087;
    font-size: 36px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}


.ourwork-images {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.ourwork-images img {
    width: 100%;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.ourwork-images:hover img {
    transform: scale(1.1, 1.1);
}

.two {
    background: #000;
    padding: 50px 0;
}

.two p{color: #fff;
    line-height:23px;
    font-size: 16px;
    font-family: "Poppins";}

.two h2 {
    color: #3579b8;
    text-align: center;
    font-family: 'poppins';
    font-size: 35px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 50px;
}
.two h2 span{
    color: #e00087; font-weight:bold;}

.two .service-box {
    border: 2px solid #e1e1e1;
    padding: 25px 30px;
    display: -webkit-box;
}

.two h3 {
    font-family: 'lato';
    font-size:18px;
    font-weight: 600;
    text-align:center !important;
    line-height:28px;
}
.services-new{border:1px solid #cbc6c6; border-radius:12px; padding:5px 0 5px 0; margin-top: -12px !important;}

.three {
    background: #111111;
    padding: 15px 0;
    text-align: center;
}

.three .social-info ul {}

.three .social-info ul li {
    display: inline-block;
    padding: 0px 20px
}

.three .social-info ul li a {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}

.four {
    background: url(../images/bg1.jpg)center no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.four h2 {
    color: #49a7da;
    font-size: 35px;
    font-family: "Poppins";
    font-weight:normal;
    margin: 0 0px 12px 0;
}

.four h2 span{
    color: #e00087;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0px 25px 0;
}

.four p {
    color: #fff;
    line-height:23px;
    font-size: 16px;
    font-family: "Poppins";
}

.five {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.five h2 {
    font-family: 'lato';
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.five p {
    font-family: 'poppins';
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.seven {
    padding: 60px 0;
}

.seven .pa {
    padding: 0;
}

.seven .welcome-block {}

.seven .title-section {
    margin-bottom: 30px;
}

.seven .title-section h2 {
    color: #767676;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.seven .title-section h1 {
    color: #49a7da;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.seven .title-section h1 span{
    color: #e00087;
    font-weight: bold;
   }


.seven .welcome {
    padding: 0 15px 30px 30px;
}

.seven p {
    color: #3d3d3d;
    font-family: "questrial";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

.seven img {
    width: 100%;
}

.footer {
    padding: 40px 0 20px 0;
    background: #E00087;
background: linear-gradient(282deg,rgba(224, 0, 135, 1) 0%, rgba(0, 0, 0, 1) 49%, rgba(73, 167, 218, 1) 100%);
    border-top: 5px solid #000;
}

.footer h1 {
    color: #fff;
    font-size: 22px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    border-bottom: 1px dotted #fff;
    padding: 0 10px 10px;
    display: inline-block;
}

.footer-content ul {
    list-style: none;
    text-decoration: none;
}

.footer-content ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
}

.footer p {
    color: #fff;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.footer .top-footer-content .fa {
    color: #121212;
    font-size: 18px;
    width: 25px;
}

.footer a {
    color: skyblue;
}

.footer a:hover {
    color: #ffa500;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.footer img {
    margin: 0 auto;
}

.bottom-footer {
    background: #000;
    padding: 10px 0;
}

.bottom-footer p {
    color: #90c0ec;
    font-family: 'lato';
    font-size: 16px;
    text-align: center;
    margin: 0;
}


/* Inner Page */

.page {
    padding: 40px 0px 40px 0;
    background: #ededed !important;
    position: relative !important;
}

.page .inner-cont {
    background: white;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0px #666;
    padding: 25px 25px 80px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page h2 {
    color: #121212;
    font-size: 30px;
    font-family: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h4 {
    color: #121212;
    font-size: 30px;
    font-family: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: "Poppins";
    color: #1e4c8f;
}

.page h3 span {
    font-family: "Poppins";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Poppins";
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.page p {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    line-height:23px !important;
}

.page .fa {
    font-size: 18px;
    color: #ffa500;
}

.reset {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-reset {
    margin: 0px !important;
}

.padding-reset {
    padding: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #fff !important;
}


/* Typography */

.opensans {
    font-family: "Open Sans";
}

.coda {
    font-family: "Coda";
}

.rokkitt {
    font-family: "rokkitt";
}


/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}


/* Header */

.affix {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    transition: all 0.5s ease-in-out;
}

.affix .header img {
    width: 36%;
    margin-top:5px;
}

.affix .header {
    background: #000000;
    padding: 0;
}

.affix .header .logo {
    margin-top: 1px;
    top: 0;
}

.header {
    background: #000000;
    width: 100%;
}

.logo {}

.header .button1 {
    margin: 32px auto;
    display: block;
}

.affix .button1 {
    margin: 10px auto;
}

.center {
    padding: 0;
    width: 292px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}
/* Tap to Call */

.taptocall {
    color: #8c8989;
    font-size: 14px !important;
    border: 1px solid #8c8989;
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: 0.2s ease-in;
    color: #000;
}


/* Menu */

:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Cool Heading */

.heading {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-family: "Poetsen One";
    font-weight: bold;
    font-size: 26px;
}


/* Owl Banner CSS */

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

#owl-demo .item img {
    display: block;
    width: 100%;
}

.owl-controls.clickable .owl-buttons div {
    display: none !important;
    border-radius: 0px !important;
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    text-align: center;
    color: transparent;
    font-size: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 4%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #000 !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {
    .request-callback #ask {
        bottom: 65px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
        position: relative;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .services img {
        width: 100%;
        margin-bottom: 20px;
    }
    .affix .header img {
        width: inherit;
    }
    .logo {
        position: inherit;
        top: inherit;
    }
    .request-callback #ask {
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
    .top-header .info {
        text-align: center;
    }
    .top-header .social-info {
        text-align: center;
    }
    .header #toggle-menu {
        padding: 1em 0.8em;
        background: #e00087;
        color: #000;
    }
    .header #menu .quote:last-child {
        float: none;
    }
    .header #menu .quote:last-child a {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .seven p{text-align:left;}
    .two .service-box {
        border: 2px solid #e1e1e1;
        padding: 25px 30px;
        display: inherit;
    }

    .banner-content .centered{
        width: 90%;
    }
    .banner-content .centered h1{
        font-size: 28px;
        line-height: 36px;
    }
    .banner-content .centered p{
        font-size: 12px;
        line-height: 16px;
    }
    .five img {
        margin: 0 auto;
    }
    .button1 {
        margin-bottom: 20px;
    }
    .top-footer .top-footer-content {
        margin-top: inherit;
    }
    .logo {
        position: inherit;
        top: inherit;
    }
    .request-callback #ask {
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .header {
        top: inherit;
        background: #000;
        padding: 10px 0px;
    }
    .affix .header {
        background: #000;
    }
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align: center !important;
    }
    .two h2 {
        text-align: center;
    }
    .seven {
        text-align: center;
    }
    .footer img {
        margin-bottom: 15px;
    }
    .four img {
        margin-bottom: 15px;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .four .service img {
        margin: 0 auto;
    }
    .top-footer .btm-menu {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}

.testimonials-content {
    margin-top: -60px;
}

.client-information {
    background:transparent;
    padding: 0px;
    border-radius: 6px;
}

.client-information img {
    position: absolute;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: #1e4c8f;
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
}

.testimonials-content .address {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 300;
    color: #434343;
    display: block;
    margin-top: -10px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 28px;
    color: #000;
    font-style: italic;
    font-size: 14px;
    font-family: "Poppins";
}

#owl-demo1 .item {
    margin: 0 10px;
}


/* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: none !important;
}

#owl-demo1 .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #fff;
}

#owl-demo1 .owl-pagination .active span {
    background: #000000 !important;
    border: 1px solid #005826 !important;
    height: 15px !important;
    width: 15px !important;
}

#owl-demo2 .owl-pagination {
    display: none !important;
}

#owl-demo2 .item {
    margin: 0 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header #menu a {
        font-size: 12px;
    }
}


/* Portrait */


/* Declare the same value for min- and max-width to avoid colliding with desktops */


/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .button1 {
        padding: 10px 15px;
    }
    .banner-content .centered h1 {
        font-family: 'poppins';
        font-size: 27px;
        font-weight: bold;
        line-height: 36px;
        text-shadow: 1px 1px 10px #000;
        color: #fff;
    }
    .banner-content .centered p {
        color: #fff;
        font-size: 14px;
        font-family: "questrial";
        line-height: 20px;
        text-shadow: 1px 1px 5px #000;
    }
    .seven .title-section h1 {
        color: #3579b8;
        font-size: 30px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 600;
        margin: 0;
        line-height: 40px;
        text-transform: uppercase;
    }
    .seven p {
        color: #3d3d3d;
        font-family: "questrial";
        font-size: 14px;
        line-height: 21px;
        margin: 0%;
    }
    .two p {
        font-size: 12px;
    }
    .four p {
        color: #fff;
        line-height: 30px;
        font-size: 14px;
        font-family: "Poppins";
    }
    .input-submit {
        padding: 10px;
    }
}


/* Landscape */


/* Declare the same value for min- and max-width to avoid colliding with desktops */


/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-content .centered h1 {
        font-family: 'poppins';
        font-size: 36px;
        font-weight: bold;
        line-height: 50px;
        text-shadow: 1px 1px 10px #000;
        color: #fff;
    }
    .banner-content .centered p {
        color: #fff;
        font-size: 19px;
        font-family: "questrial";
        line-height: 30px;
        text-shadow: 1px 1px 5px #000;
    }
}


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-content .centered h1 {
        font-family: 'poppins';
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        text-shadow: 1px 1px 10px #000;
        color: #fff;
    }
    .banner-content .centered p {
        color: #fff;
        font-size: 16px;
        font-family: "questrial";
        line-height: 30px;
        text-shadow: 1px 1px 5px #000;
    }
    .five img {
        margin: 0 auto;
    }
    .two p {
        font-size: 12px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .button1 {
        padding: 10px 15px;
    }
    .banner-content .centered h1 {
        font-family: 'poppins';
        font-size: 27px;
        font-weight: bold;
        line-height: 37px;
        text-shadow: 1px 1px 10px #000;
        color: #fff;
    }
    .banner-content .centered p {
        color: #fff;
        font-size: 14px;
        font-family: "questrial";
        line-height: 22px;
        text-shadow: 1px 1px 5px #000;
    }
    .seven .title-section h1 {
        color: #3579b8;
        font-size: 30px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 600;
        margin: 0;
        line-height: 40px;
        text-transform: uppercase;
    }
    .seven p {
        color: #3d3d3d;
        font-family: "questrial";
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .two p {
        font-size: 12px;
    }
    .four p {
        color: #fff;
        line-height: 30px;
        font-size: 14px;
        font-family: "Poppins";
    }
    .input-submit {
        padding: 10px;
    }
}