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

html {
   scroll-padding-top: 278px;
}
.innerbanner{margin-top:169px !important;;}
.singh{padding-top:309px !important;}
.kumar{padding-top: 309px !important;}
#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 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
button.sub-menu-toggle {
    display: none;
}
nav.navigation.post-navigation {
    padding: 40px;
}
.postcompile{margin:0 auto auto 18px;}
.header-border{border-top:1px solid #c7c5c5;}
.container{width:1270px;}
    .titleh{ font-size:30px; font-weight:bold; 
        font-family:'poppins' !important; color:#000;}

.lb p{color:#c7c5c5; border-left:1px solid #c7c5c5; margin-top:28px !important; 
   padding:0 40px 0 40px;
}
.borderbox{background:#fff; border:1px solid #229bca; border-radius:2px; 
    padding:25px; text-align: center; width:23%; margin-right:24px;}

.topbanner{ background:#29a2cf; }
.topbanner h2{margin:40px 0 20px 0 !important; border-left:2px solid #fff; font-family:"Poppins", sans-serif; color:#fff; font-size:40px; font-weight:bold;  padding:0 40px 0 40px;}



.banner-new{padding:0 40px 40px 120px; background:#29a0ce;}
.banner-tag{background-color: rgba(255, 255, 255, 0.7); position: absolute; z-index:9999; 
    margin:-400px 0 0 50px; width:35% !important; border-radius: 24px 0 24px 0;

}




.banner-tag p{color:#000; padding: 10px 10px 0 10px; width:38%; line-height:21px; margin-top: 10px;}

.our-mission{}
.our-missionb{background:#229bca; padding:25px;}

.our-missionb h2 {
    color: #000;
    font-family: 'poppins';
    font-size: 40px;
    font-weight: 600;
    margin: 0;

}
.our-missionb p{color:#fff;}
#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 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
button.sub-menu-toggle {
    display: none;
}
nav.navigation.post-navigation {
    padding: 40px;
}


.newclass{margin-top:20px; }
.smallbanner{padding-top:100px;}
.historybox{background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
border-top:6px solid #194f99;
padding:25px;
}
  .historybox p {
        font-family: 'poppins';
        font-size: 16px;
        color: #2e2e2e;
        margin: 0;
    }
    .historybox h1 {
        color: #1c1c1c;
        font-family: 'poppins';
        font-size: 27px;
        font-weight: 600;
        margin: 0;
    }

.button3 {
  border-radius: 4px;
  background-color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px dotted #fff;
  color: #000 !important;
  text-align: center;
  font-size:16px;
  padding:10px 0 10px 0px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 8px;
  color:#fff;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}
::placeholder {
    color: #121212;
    opacity: 1;
    /* Firefox */
}

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

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

.input-text {
    color: #121212;
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-textarea {
    color: #121212;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: #229bca;
    width: 100%;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    font-family: 'Lora';
}

.input-submit:hover {
    color: #fff;
    background: #000;
    border: 2px solid #229bca;
}

.button1 {
    border-radius: 10px;
    font-family: 'poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

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

.button2 {
    font-family: 'poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ca1111;
    background: #9e0000;
    padding: 10px 35px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    width: 100%;
}
.button2:hover {
    font-family: 'poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ead01d;
    background: #f1d728;
    padding: 10px 35px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    width: 100%;
}




.top-header {
    background: #fff;
        padding: 0px 0 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.top-header p {
    font-family: 'poppins';
    font-size: 18px;
    color: #9d9c9c;
    margin: 0;
}

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

.top-header p span {
    font-weight: 500;
}

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

.banner-content a {
    text-decoration: none;
}

.banner-content .button1 {
    display: block;
    margin: 20px auto;
}

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

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

.banner-content .centered h1 {
    color: #fff;
    font-size: 38px;
    font-family: 'poppins';
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

.banner-content .centered p {
    color: #fff;
    font-size: 60px !important;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    line-height: 60px;
    font-weight: 600;
    text-shadow:1px 2px 1px #000;
}

.banner-content .centered p span{
    color: #fff;
    font-size: 20px !important;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    line-height: 23px;
    font-weight: 500;
}
/*HOME*/

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

.one h2 {
    color: #000;
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 600;
    margin: 0;

}

.one h3 {
    font-size:20px;
    line-height: 20px;
    font-family: 'poppins';
    font-weight: 600;
    color: #1c1c1c !important;
}

.one h3 span {
    font-size: 20px;
    line-height:30px;
    text-align: center;
}

.one p {
    font-family: 'poppins';
    font-size: 16px;
    line-height:23px;
    color: #040404;
}

.two {
       padding: 60px 0 70px 0 !important;
    background:#229bca;
   /* background: url(../images/bg1.jpg)no-repeat center;*/
    background-size: cover;
   
}
.twobox{background:#2c2d2e !important; width:92%; margin-right:25px; 
    padding:25px; text-align: center; margin-top:40px;}


.two h2 { font-size:30px; font-weight:bold; font-family: 
        font-family:'poppins' !important; color:#fff;}

.two h3 {
    font-family: 'poppins';
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    color: #c7c5c5;
    margin: 0;
}

.two img {
    display: inline-block;
    padding: 10px 5px;
}

.two a {
    text-decoration: none;
}

.two p {
    font-family: 'questrial';
    font-size:16px;
    color: #f1f2f2;
    display: inline-block;
    line-height:21px;
}

.three {
    padding: 75px 0;
     /*background: url(../images/welcomebg.jpg)no-repeat ;*/
    background-size: cover;
}



.three h2 {
    font-family: 'poppins';
    font-size: 40px;
    line-height: 50x;
    font-weight: 600;
    color: #194f99;
    margin: 0;
   
}

.three p{
    font-family: 'poppins';
    font-size: 16px;
    line-height:23px;
    margin: 0;
    color: #040404;
    
    margin-top:10px;
}

.three p span {
    text-align: center;
    display: block;
}

.three p a{color: #eb040f;}
.three p a:hover{color: #194f99;}

.three h3 {
    font-family: 'poppins';
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}

.box {
    background-color: #fff;
    padding: 0;
    margin:20px 0 30px 0;
}

.four {
    padding:40px 0;
    background: url(../images/bg2.jpg) no-repeat fixed;
   
}
.four h2 {
    font-family: 'poppins';
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0;
   
}

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

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

.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);
    overflow: hidden;
}

.five h2 {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    font-family: 'poppins';
}

.six {
    padding: 40px 0;
    background-color: #229bca;
}

.six h2 {
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    margin: 0;
}

.top-footer {
    padding: 60px 0;
    background: #0e0e0e;
}

.top-footer p {
    color: #c3c4c4;
    font-family: 'poppins';
    font-size: 15px;
    line-height: 25px;
}

.top-footer a {
    color: #c3c4c4;
    text-decoration: none;
}

.top-footer h1 {
    color: #c3c4c4;
    font-family: 'poppins';
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.top-footer .fa {
    color: #c3c4c4;
    font-size: 18px;
    padding: 0 10px;
}

.footer {
    padding: 15px 0;
    background: #0e0e0e;
}

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

.top-footer a{color:#c3c4c4;}
.top-footer a:hover{color:#fff; font-size:16.5px;}
/* 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 {
    font-size: 22px;
    font-family: 'Lora';
    color: #5e6b79;
}

.page h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Lora";
    margin-bottom: -10px;
    color: #121212;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: 'Lora';
    color: #1aadf3;
}

.page h3 span {
    font-family: 'Open Sans';
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: 'Lora';
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
}

.page p {
    font-family: 'Questrial';
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

.page .fa {
    font-size: 8px;
}

.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;
    -webkit-transition: all .5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

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

.affix .header {
    /* background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
background:#eb040f;
    margin: 0;
}

.affix .header .center {
    padding: 1em 0;
}

.affix .header img {
    transform: (scale(0.9))
}

.affix .center {
    margin-top: 0px;
}

.affix .header-up {
    background: rgba(0, 0, 0, 0.6);
}

.header {
    margin-top: 100px;
    padding: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: #29a2cf !important;
}

.header .container {
  /* background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
background:#29a2cf !important;
}

.header i {
    color: #fff;
    padding: 0em 10px;
    font-size: 16px;
}

.header i:hover {
    color: #000;
    padding: 0em 10px;
    font-size: 16px;
}

.header p {
    font-family: 'poppins';
    font-size: 16px;
    color: #00b900;
    padding: 1em;
    margin: 0;
    text-align: center;
}

.header a {
    text-decoration: none;
}

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

.center {
    padding: 0;
}


/* Tap to Call */

.taptocall {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #000;
    width: 30%;
    margin: 3px auto !important;
    padding: 10px 0px 10px 0;
}

.taptocall:hover {
    background: #c7c5c5;
    transition: .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;
    padding-top: 154px;
}

#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: -7%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: #575758 !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: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .top-header p {
        font-family: 'poppins';
        font-size: 10px;
        color: #fff;
        margin: 0;
    }
    .one h2 {
        color: #1c1c1c;
        font-family: 'poppins';
        font-size: 27px;
        font-weight: 600;
        margin: 0;
    }
    .banner-content .centered h1 {
        color: #fff;
        font-size: 26px;
        font-family: 'poppins';
        margin: 0;
        line-height: 35px;
        font-weight: 600;
    }
    .header .container {
   background: #000 !important;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    #toggle-menu,
    #menu a {
        padding: 1em 0.6em;
    }
    .header i {
        color: #fff;
        padding: 0em 8px;
        font-size: 16px;
    }
    .banner-content .centered h1 {
        color: #fff;
        font-size: 30px;
        font-family: 'poppins';
        margin: 0;
        line-height: 40px;
        font-weight: 600;
    }
    .banner-content .centered {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .one h2 {
        color: #1c1c1c;
        font-family: 'poppins';
        font-size: 33px;
        font-weight: 600;
        margin: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .affix .header #menu a {
        padding: 1em 0.7em !important;
    }
    .affix .header i {
        padding: 0em 0.5em;
    }
}

@media only screen and (max-width: 768px) {

    .innerbanner{margin-top:2px !important;;}
    .singh{padding-top:27px !important;}
    .kumar{padding-top: 27px !important;}
    .twobox{width:100%; padding:25px; text-align: center; margin-top:40px;}
    .postcompile{margin:0 auto;}
    .borderbox{width:96%; margin-right:10px; margin-left:10px; margin-bottom:20px;}
    .titleh{margin:0 0 0 20px !important; font-size:40px; font-weight:bold; font-family: font-family: 'poppins'; color:#000;}
    .header-border{border-top:none;}
    .banner-new{padding:0 ; background:#000;}
    .banner-tag{background:#0b0c0c; position: relative; z-index:9999; 
    margin:0px; width:100% !important;}
    .banner-tag p{color:#c7c5c5; padding:20px; width:100%; line-height:21px;}
    .container{width:100%;}


    .newclass{margin-top:0px;}
    .smallbanner{padding-top:0px;}
    #owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 0px;
}
    .banner-content .centered {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.banner-content .centered p {
    color: #fff;
    font-size: 28px !important;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    line-height: 20px;
    font-weight: 600;
    text-shadow:1px 2px 1px #000;
}

.banner-content .centered p span{
    color: #fff;
    font-size: 16px !important;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
}



    .owl-controls {
        display: none !important;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .top-header {
        background: #fff;
        padding: 15px 0;
        position: static;
        width: 100%;
    }
    .header {
        margin: 0;
        background: #c7c5c5 !important;

    }

    .affix .header {
    /* background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
background:#c7c5c5;
    margin: 0;
}
    .box {
        margin: 15px 0;
        text-align: center;
    }
}

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

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

.client-information img {
    margin: 0 auto;
}

.client-information {
    background: transparent;
    border-left: 2px solid #fff;
    padding: 20px;
}

.testimonials-content {}

.testimonials-content h2 {
    color: #121212;
    font-size: 25px;
    font-family: "Lora";
    font-weight: 600;
    margin: 0;
    line-height: 32px;
    text-align: center;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "poppins";
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    display: block;
}

.testimonials-content .client-review {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: "poppins";
    padding: 5px 0;
}

.client-img {
    display: block;
    text-align: center;
}


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

.post-navigation {
    font-size: 15px;
    margin-bottom: 60px !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;
    margin-bottom: 10px !important;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    float: none;
    margin-bottom:40px;
}
}

