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

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

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

body {
    background: #fff;
}

html {
  scroll-behavior: smooth;
}

html {
   scroll-padding-top: 278px;
}

html {margin-top:0 !important;}
.vid {
    margin: 59px 0 0 0px;
    border: 2px solid #fff;
    width: 100%;
}
#ftg-11 .ftg-items .loading-bar i {
    background: #27378e !important;
}
#ftg-22 .ftg-items .loading-bar i {
    background: #fff !important;
}
/*to copy*/
.blink_me {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
button.sub-menu-toggle {
    display: none;
}
nav.navigation.post-navigation {
    padding:83px;
}
.singh{padding-top: 140px !important;}
.kumar{padding-top: 138px !important;}

/*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: #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: #003466;
    border: #fff 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: #003466;
     border: #003466 solid 2px;
}

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

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

.input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #363a43;
    background: #828282;
    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;
}

.input-submit:hover{
    color: #fff;
    font-size: 16px;
    border: 2px solid #828282;
    background: #363a43;
    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: "poppins";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: #003466;
    padding: 10px 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    
}

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

.button2 {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "poppins";
   
}

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

.button3 {
    font-family: "Poppins";
    color: #000;
    font-size: 15px;
    border: 2px solid #000;
    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;
}

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

.banner-content .centered {
    position: absolute;
    top: 60%;
    left: 52% !important;
    transform: translate(-100%, -100%);
}

.banner-content .centered h1 {
    font-family: 'Raleway';
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
}

.banner-content .centered h1 span {
    background: #003466;
    color: #fff;
    font-weight: 600;
  
}


/*Top-Header*/

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

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

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

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

.top-header img {
    display: inline-block;
    padding-left: 15px;
}


/*Home*/

.scroll {
    position: relative;
    top: -74px;
}

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

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

.one .title-section h2 {
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.one h3 {
    display: inline-block;
    margin: 0 25px;
    color: #fff;
}

.one .right {
    text-align: right;
    display: inline-block;
}

.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: url(../images/bg1.jpg)center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.two h2 {
    color: #363a43;
    text-align: center;
    font-family: 'poppins';
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    background: #fff;
    margin: 0;
    position: relative;
    padding: 10px 0;
}

.two h3 {
    color: #363a43;
    text-align: center;
    font-family: 'poppins';
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.two p {
    font-family: "Poppins";
    font-size: 15px;
    color: #333333;
}

.two h2::after {
    content: "";
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    animation: fadeIn 1.1s ease-in;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
}

.two h2::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: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #003466;
    /* filter: drop-shadow(0px 0px 6px #000000b3); */
}

.two .overlay {
    display: none;
    position: absolute;
    top: 0;
    padding:20px 15px;
    text-align: center;
    margin: 0 15px 0 0;
    height: 100%;
    animation: fadeInUp 1.1s ease-in;
}

.two .service-box{margin:0 0 30px 0 !important;}
.two .service-box:hover .overlay,
.two .service-box2:hover .overlay {
    display: block;
    background: #fff;
}

.service-box2 {
    margin-top: 30px;
}

.two img {
    width: 100%;
}

.three {
    background: #e9e9e9;
    padding: 50px 0 100px;
}
.three h2 {
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}
.four {
    background: #fff;
}

.four h2 {
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
        margin-left: 2%;
}

.four p {
    color: #84888c;
    font-size: 16px;
   font-family: 'poppins';
    margin-left: 25px;
}

.four .white-bg {
    background: #fff;
    margin: 50px 0 0;
    display: inline-block;
    padding: 0;
}

.four h3 {
    color: #000;
    font-size: 25px;
    font-family: "Raleway";
    font-weight: 600;
    margin: 20px 0px 15px 25px;
}

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

.five {
    background: #fff;
    padding:0px 25px;
}

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

.five h2 {
     font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.five ul {
    list-style: square;
}

.five ul li {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

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

.seven {
    padding:20px 0; background: #f5f3f3;
}

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

.seven .title-section h2 {
   font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.seven .title-section h3 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 35px;
    color: #222222;
    margin-bottom: 20px;
}

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

.seven .col-md-3 img {
    border: 1px solid #000;
}

.extra {
    padding:25px 0 25px 0;
    background: #e9e9e9 !important;
}

.extra h2 {
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.foot-box {
    background: #003466;
    display: -webkit-box;
    border-radius: 15px;
    padding: 15px 0;
}

.footer::before {
    position: absolute;
    content: "";
    top: -60px;
    left: 46%;
    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); */
}

.footer {
    padding: 50px 0 20px;
    background: #363a43;
    position: relative;
}

.footer h1 {
    color: #a6a3a3;
    font-size: 25px;
    font-family: "Raleway";
    font-weight: 600;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}

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

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

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

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

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

.footer a {
    color: #a6a3a3;
}

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

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

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


/* Inner Page */

.page {
    padding: 70px 0;
    background: #fff !important;
    position: relative !important;
    position: relative;
}

.page .inner-cont {
    padding: 50px 0;
}

.page h2 {
    color: #2d3745;
    font-size: 35px;
    font-family: "Raleway";
    margin: 0;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page h4 {
    color: #e67a38;
    font-size: 45px;
    background: #fff;
    font-family: "Raleway";
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -450px;
    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: #e67a38;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.page p {
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 30px;
}

.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 {
    width: 40%;
}

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

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

.header {
    background: #828282;
    width: 100%;
    background-image: linear-gradient(#828282, #595858);
}

.logo {
    position: absolute;
    z-index: 999;
    top: -65px;
}


/* Tap to Call */

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

.taptocall:hover {
    background: #2e2e2e;
    transition: 0.2s ease-in;
    color: #fff;
}


/* 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: #363a43 !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: #fff;
        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) {
    .four h2 {
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
        margin-left: 0;
}

.four p {
    color: #84888c;
    font-size: 16px;
   font-family: 'poppins';
    margin-left:0;
}
    
    .vid {
    margin: 59px 0 0 0px;
    border: 2px solid #fff;
    width: 100%;
    height:300px;
}
    .singh{padding-top:30px !important;}
.kumar{padding-top:30px !important;}
    .banner-content .centered {
    position: absolute;
    top: 80%;
    left: 52% !important;
    transform: translate(-100%, -100%);
}

.banner-content .centered h1 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.banner-content .centered h1 span {
    background: #828282;
    color: #fff;
    font-weight: 600;
}
    .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: #fff;
        padding: 10px 0px;
    }
    .affix .header {
        background: #fff;
    }
    .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 .fa-star {
    color: #e9e605;
    font-size: 16px !important;
}

.client-information {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 6px;
    position: relative;
    margin: 30px 0 0;
}

.client-information2 {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 6px;
    position: relative;
    margin: 60px 0 0;
}

img.quote {
    position: absolute;
    top: -20px;
    right: 15px;
}

.testimonials-content .client-name {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 600;
    color: #fff;
    background: #003466;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.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: 30px;
    color: #000;
    font-size: 18px;
    font-family: "Raleway";
}

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


/*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: 14px;
        margin: 0;
    }
    .banner-content .centered {
        position: absolute;
        top: 50%;
        left: 36%;
        transform: translate(-50%, -50%);
    }
    .scroll {
        position: relative;
        top: -50px;
    }
    .footer p {
        color: #a6a3a3;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
    }
    .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: 500px solid transparent;
        border-right: 500px solid transparent;
        border-bottom: 60px solid #363a43;
        /* filter: drop-shadow(0px 0px 6px #000000b3); */
    }
}


/* 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: 'Raleway';
        font-size: 36px;
        font-weight: 500;
        line-height: 60px;
        color: #e7e6eb;
    }
    .scroll {
        position: relative;
        top: -35px;
    }
    .seven .title-section h3 {
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 29px;
        color: #222222;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .one h3 {
        display: inline-block;
        margin: 0 24px;
        color: #fff;
    }
    .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: 359px solid transparent;
        border-right: 359px solid transparent;
        border-bottom: 60px solid #363a43;
        /* filter: drop-shadow(0px 0px 6px #000000b3); */
    }
}


/* 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: 14px;
        margin: 0;
    }
    .banner-content .centered {
        position: absolute;
        top: 50%;
        left: 36%;
        transform: translate(-50%, -50%);
    }
    .scroll {
        position: relative;
        top: -50px;
    }
    .footer p {
        color: #a6a3a3;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
    }
    .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: 500px solid transparent;
        border-right: 500px solid transparent;
        border-bottom: 60px solid #363a43;
        /* filter: drop-shadow(0px 0px 6px #000000b3); */
    }
}

/*floating*/
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0;
    margin-top:0;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    100%   { transform: translate(0, -0px); }   
}



@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.post-navigation {
    font-size: 15px;
    margin-bottom: 10px !important;
}
.post-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next {
    float: right;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 5px 10px;
    border: 1px solid #17284e !important;
    border-radius: 5px;
}
.post-navigation .nav-previous a{color:#17284e !important; font-size:14px; line-height:14px;}
.post-navigation .nav-next a{color:#17284e !important; font-size:14px; line-height:14px;}



@media (max-width:768px) {
.post-navigation {
    text-align: center;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    float: none;
    margin-bottom:40px;
}
}

