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

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

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

body {
    background: #fff;
}

html {
    scroll-behavior: smooth;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #676666;
}
/*to copy*/
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
 ::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

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

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

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

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

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


/*===== 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: #000;
    background: #bd8f04;
    border: #000 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: #000;
    color: #bd8f04;
     border: #bd8f04 solid 2px;
}

.input-text {
    color: #000;
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-family: "questrial";
    padding: 5px 15px;
    background: #e3ac04;
    border: 1px solid #ba8d06;
}

.input-textarea {
    color: #000;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: "questrial";
    padding: 11px 15px;
    background: #e3ac04;
    border: none;
}

.input-submit {
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
    background: #c19205;
    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: "questrial";
    font-weight: 500;
}

.input-submit:hover {
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
    background: #e5b010;}

.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: #000;
    background: #d86d02;
    border: 2px solid #964b00;
}


/*Buttons*/

.button1 {
    font-family: "poppins";
    font-weight: normal;
    font-style: normal;
    color: #d5a001;
    font-size: 16px;
    border: 2px solid #d5a001;
    background: #000;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 600;
}

.button1:hover {
    color: #000;
    background: transparent;
    border: 2px solid #000;
}

.button2 {
    color: #fff;
    font-size: 16px;
    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-family: "poppins";
    font-weight: 600;
}

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

.button3 {
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 23px;
    
    background-color: #d9a70e;
    /* For browsers that do not support gradients */
   
    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: 25px;
    border-style:none;
}

.button3:hover {
    color: #fff;
    background: #bd8f04;
   
}


/*Banner*/

.banner-content {
    position: relative;
}

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

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

.banner-content .centered h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 75px;
    font-weight: 600;
    line-height: 78px;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.banner-content .centered p {
    font-family: 'coda';
    font-size: 16px;
    color: #fff;
    margin-top:-10px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}


/*Top-Header*/

.top-header {
    background-color: #ebebeb;
    padding: 10px 0;
    position: relative;
}

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

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

.mid-header {
    background-color: #fff;
    padding: 20px 0;
}

.mid-header h2 {
    font-family: 'coda';
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    color: #414242
}

.mid-header p {
    font-family: 'coda';
    font-size: 16px;
    color: #000104;
}

.mid-header a {
    color: #000104;
    text-decoration: none;
}

.mid-header img {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 35px;
}


/*Home*/

.extra {
    padding: 50px 0 20px;
    background-color: #0b0a0a;
}

.extra h1 {
       font-family: 'Bebas Neue', cursive;
    font-size:36px;
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 34px;
}

.extra h1 span {
    color: #ff5e13;
}

.one h2 {
       font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    text-align: center;
    color: #bd8f04;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
}

.one {
    padding:5px 0 60px 0;
    background: #0b0a0a;
}

.one .smallbelt {
    border-radius: 5px;
    position: relative;
    padding:20px;
}

.one .smallbelt h3 {
    text-align: center;
    background-color: rgba(189, 143, 4, 0.65);
    color: #000;
    font-family: 'questrial';
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    margin-top: -59px;
    position: relative;
    z-index: 999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.one .smallbelt h3:hover {
    background-color: #bd8f04;
}

.one a {
    text-decoration: none;
}

.one .smallbelt p {
    font-family: 'questrial';
    font-size: 24px;
    line-height: 40px;
    color: #004d96;
    font-weight: 600;
}

.one .notice {
    background-color: #004d96;
    padding: 10px 0;
}

.one .notice h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'questrial';
}

.one .notice h2 span {
    font-size: 24px;
}

.two {
    background: #fff;
    background-size: cover;
    padding: 50px 0;
}

.two .title-section {
    margin-bottom: 20px;
}

.two .title-section h2 {
    font-size: 36px;
    color: #a17a03;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.two .button1 {
    display: block;
    margin: 0 auto;
}

.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: #222121;
    padding: 50px 0;
}

.two h3 {
    color: #fff;
    margin: 0;
    font-family: 'questrial';
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.two .box {
    background-color: #0a1542;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.two a {
    text-decoration: none;
}

.three {
    background: url(../images/testi.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 50px 0;
}

.three h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    font-weight: 600;
    color: #a17a03;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.three .title-section {
    margin-bottom: 50px;
}

.four {
    background-color: #0b0a0a;
}

.four .quotation {
    background-color: #bd8f04;
    display: inline-block;
    width: 100%;
       padding: 0 0 10px 0;
    position: relative;
    margin-top: -40px;
    border-radius:12px;
}

.four h2 {
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
}

.four .box2 {
    background: #fff;
    display: -webkit-box;
    padding: 20px 30px;
    border: 2px solid #e6e6e6;
}

.four .title-section {
    margin-bottom: 10px;
    margin-left: 15px;
}

.four p {
    color: #022222;
    font-size: 16px;
    font-family: 'poppins';
}

.four a {
    color: #022222;
    text-decoration: none;
}

.four h3 {
    color: #022222;
    font-size: 25px;
    font-family: "poppins";
    font-weight: 600;
    margin: 15px 00;
}

.wcu p {
    color: #333333;
    font-size: 16px;
}

.five {
    background: #d5a001;
    padding: 80px 25px;
}

.five .title-section {
    margin-bottom: 5px;
}

.five h2 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    font-size: 36px;
    color: #000;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.five p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.seven {
    padding: 75px 0;
    background:#0b0a0a;

    /*
    background: url(../images/bg2.jpg) center no-repeat fixed;
    background-size: cover;*/
}

.seven h2 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    font-size: 36px;
    color: #d5a001;
    margin: 0 0 25px;
    text-transform: uppercase;
    text-align: center;
}

.seven h3 {
    font-family: 'questrial';
    font-size: 22px;
    color: #d5a001;
    text-align: center;
}

.seven .y-box {
    border: 2px solid #434f98;
    padding: 20px;
}

.six {
    padding: 26px 0;
    background: #d19e05;
}

.six p {
    font-family: 'coda';
    font-size: 18px;
    color: #000;
    line-height:25px;
}

.six a {
    color: #0ca1d3;
    text-decoration: none;
}

.footer {
    padding: 50px 0 20px;
    background:#050404;
    /*background: url(../images/bg3.jpg)center no-repeat;*/
    background-size: cover;
    position: relative;
}

.footer h3 {
    color: #676666;
    font-family: 'questrial';
    font-size: 20px;
}

.false-footer {
    background: #050404;
}

.footer .icon {
    display: inline-block;
    margin: 0 15px;
}

.footer h1 {
    color: #d19e05;
    font-size: 22px;
    font-family: "poppins";
    font-weight: 600;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}

.footer .fa {
    padding: 0 10px;
}

.footer span {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
}

.footer p {
    color: #676666;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.footer a {
    color: #676666;
}

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

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

.bottom-footer img {
    margin: 0 auto;
    display: block;
}


/* 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: #2d3745;
    font-size: 35px;
    font-family: "Raleway";
    margin: 0;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page h4 {
    color: #d9a70e;
    font-size: 30px;
    background: #fff;
    font-family: "poppins";
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

.page h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins";
    color: #e67a38;
    margin: 10px 0;
}

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

.page h5 {
    font-family: "Poppins";
    color: #d9a70e;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

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

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

.page .service-text {
    padding: 5%;
}

.page .service-text p {
    color: #808080;
    font-size: 20px;
}

.page .title-section {
    margin-bottom: 30px;
    margin-left: 20px;
}

.page .box {
    border: 3px solid #e67a38;
    padding: 30px 25px;
}

.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;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 10px 0 0 0;
}

.page .active,
.page .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: rgba(80, 181, 92, .50);
    overflow: hidden;
}


/* 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 {
    margin-top: 10px;
    width:82%;
}

.affix .header {
    width: 100%;
   /* background: url(../images/bg1.jpg)center no-repeat;
    background-size: cover;*/
    background:#0b0a09;
    /*background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
    padding: 0;
}

.affix .header .logo {
    top: 0;
}

.header {
    width: 100%;
    /*background: url(../images/bg1.jpg)center no-repeat;
    background-size: cover;
    */
    background:#0b0a09;
    
}

.header .center {
    border-radius: 5px;
    ;
}

.logo {
    padding:10px 0;
   
}

.affix .header .logo {
    padding: 2px 0;
}

.header .button3 {
    margin: 16px 0;
}

.affix .header .button3 {
    margin: 0.2em 0;
    font-size: 18px;
}


/* Tap to Call */

.taptocall {
    color: #535455;
    font-size: 14px !important;
    border: 1px solid #535455;
    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: 10%;
    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: #fff !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: 12px 0.8em;
        background: #393939;
        color: #fff;
    }
    .header #menu .quote:last-child {
        float: none;
    }
    .header #menu .quote:last-child a {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
    padding:10px 0;
    width:50%;
    margin: 0 auto;
}
.banner-content .centered {
    position: absolute;
    top: 44%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.banner-content .centered h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.banner-content .centered p {
    font-family: 'coda';
    font-size: 14px;
    color: #fff;
    margin-top:-10px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
    

    .four p {
        color: #022222;
        font-size: 10px;
        font-family: 'poppins';
    }
    .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;
        padding: 10px 0px;
        background: #0b0a09;
    }
    .affix .header {
        background: #0b0a09;
    }
    .title-section {
        margin-bottom: 30px;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .footer::before {
        position: absolute;
        content: "";
        top: -60px;
        left: 50%;
        transform: translate(-50%);
        z-index: 0;
        animation: fadeIn 1.1s ease-in;
        width: 0;
        height: 0;
        border-left: 720px solid transparent;
        border-right: 720px solid transparent;
        border-bottom: 60px solid #363a43;
        /* filter: drop-shadow(0px 0px 6px #000000b3); */
        display: none;
    }
    .footer p {
        color: #a6a3a3;
        font-family: "Poppins";
        font-size: 11px;
        font-weight: 400;
        line-height: 28px;
    }
}

@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: 0;
}

.testimonials-content .client-name {
    font-size: 20px;
    font-family: "poppins";
    font-weight: 600;
    color: #d19e05;
    display: block;
    padding: 15px 0;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
    color: #bfc0c1;
    font-size: 16px;
       background: #000;
    font-family: "questrial";
    padding: 25px;
    border-radius: 0 25px 0 25px;
}

.testimonials-content .client-information {
    padding: 0 15px;
}


/* -- 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;
}


/*IPAD PRO*/


/* 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) {
    #toggle-menu,
    #menu a {
        padding: 1.9em 0.5em !important;
    }
    .top-header p {
        font-size: 13px;
        margin: 0;
    }
    .banner-content .centered {
        position: absolute;
        top: 50%;
        left: 36%;
        transform: translate(-50%, -50%);
    }
    .footer p {
        color: #fff;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
    .seven h3 {
        font-family: 'questrial';
        font-size: 16px;
        color: #0a1542;
        text-align: center;
    }
    .header .button3 {
        padding: 10px 12px;
    }
}


/* 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) {}


/*IPAD*/


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .banner-content .centered {
        position: absolute;
        top: 50%;
        left: 38%;
        transform: translate(-50%, -50%);
    }
    .banner-content .centered h1 {
        font-family: 'Bebas Neue', cursive;
        font-size: 27px;
        font-weight: 600;
        line-height: 43px;
        color: #e7e6eb;
        text-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    }
    .extra h2 {
        font-family: 'questrial';
        font-size: 19px;
        text-align: center;
        color: #565555;
        font-weight: 600;
        line-height: 32px;
    }
    s .seven h3 {
        font-family: 'questrial';
        font-size: 16px;
        color: #0a1542;
        text-align: center;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #toggle-menu,
    #menu a {
        padding: 1.9em 0.5em !important;
    }
    .top-header p {
        font-size: 13px;
        margin: 0;
    }
.banner-content .centered {
    position: absolute;
    top: 62%;
    left: 54%;
    transform: translate(-50%, -50%);
}

.banner-content .centered h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
    .footer p {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
    }
}

/*image dotted moving border*/
  .image-circle {
        width: 328px;
        height: 328px;
        border-radius: 50%;
        border-top: 2px dashed #ffcc00;
        border-right: 2px dashed #ffcc00;
        border-left: 2px dashed #000000;
        border-bottom: 2px dashed #000000;
        padding: 10px;
        animation: spin 10s infinite linear;
        margin: 0 auto;
    }
    .image-circle img {
        animation: spin 10s infinite reverse linear;
        width: 100%;
        border-radius: 50%;
    }



    @keyframes spin {
        100% {
            transform: rotate(1turn);
        }
    }

    /*Mover*/
    .shake {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}