@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;}
#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: 140px !important;}
.affix nav#menu {
    margin-top: 10px;
}

.experience{padding:60px 40px;  background: url(../images/exprience-bg.png) center no-repeat;}
.experience h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 34px;
    margin-left:49px;
}

.experience h1::after {
    content: '';
    height: 2px;
    background: #3895d3;
    z-index: 1;
    width: 4%;
    position: absolute;
    left: 1%;
    margin-top: 14px;
}

.experience h2 {
    color: #fff;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.logo{margin: 10px auto auto auto; width:92%; }
.affix .logo{display:none;}
.logo2{display:none;}
.affix .logo2{display:block; width:19%; margin-top: 5px;}
.affix .button-top{margin-top:-50px;}

.whychoose{background:#000; padding:60px 40px;}
.whychoose h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 34px;
    margin-left: 0px;
}

.whychoose h1::after {display: none;
    content: '';
    height: 2px;
    background: #3895d3;
    z-index: 1;
    width: 10%;
    position: absolute;
    left: 3%;
    top: 8%;
}

.whychoose p {
    color: #e5e6e5;
    font-family: 'Poppins';
    font-size: 16px;
    line-height:23px;
}

.whychoose p span {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
}

.longbar{border-left:1px solid #5d5e5d;}
.six h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 34px;
    margin-left: 41px;
}

.six h1::after {
    content: '';
    height: 2px;
    background: #3895d3;
    z-index: 1;
    width: 4%;
    position: absolute;
    left: 1%;
    margin-top: 14px;
}

.six h2 {
    color: #000;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.floating { 
    animation-name: floating;
    animation-duration:6s;
    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, 15px); }
    100%   { transform: translate(0, -0px); }   
}



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

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


::placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

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

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

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

.select {
    color: #000;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #b7b7b7;
}

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

.input-submit {
    color: #3e65e4;
    font-size: 16px;
    border: 2px solid #3e65e4;
    background: transparent;
    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: 'Poppins';
}

.input-submit:hover {
    color: #fff;
    background: #3e65e4;
    border: 2px solid #3e65e4;
}

.button1 {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    background: #1261a0;
    padding: 15px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

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

.button2 {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #3895d3;
    background: #2e4392;
    padding: 15px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-radius: 5px;
}

.button2:hover {
    color: #fff;
    background: #3895d3;
    border: 2px solid #2e4392;
}

.button3 {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 1px 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;
}

.button3:hover {
    color: #121212;
    background: #fff;
    border: 1px solid #fff;
}
.top-header
{

background: linear-gradient(45deg, white 0%, white 0%, transparent 0%), 
linear-gradient(-45deg, #3895d3 0%, #3895d3 66%, transparent 50%)


}
.top-header
{padding-bottom: 28px;}

/*.top-header {
    background: #011669;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 0 25px 0;
    border: 10px solid #ff0000;
}
*/

.top-header p .fa {
    color: #fff;
}

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

.top-header p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding: 17px 0;
}

.top-header p span {
    font-size: 16px;
    font-weight: 300;
}

.top-header .container-fluid {
    padding: 0;
    margin: 0;
}

.banner-content {
    position: relative;
}

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

.banner-content .top-left {
    position: absolute;
    top: 45%;
    left: 7%;
    width: 63%;
}

.banner-content .top-left h1 {
    color: #fff;
    font-size: 56px;
     font-family: 'Bebas Neue', cursive;
    line-height:25px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
}

.banner-content .top-left p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 23px;
    font-weight: 300;
}

.banner-content .top-left p span{
    color: #fff;
    font-size: 23px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 30px;
    font-weight: 300;
}

.two {
    background: #fff;
    padding: 80px 0;
}

.two .welcome {
    padding-top: 40px;
}

.two h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 34px;
    margin-left: 70px;
}

.two h1::after {
    content: '';
    height: 2px;
    background: #3895d3;
    z-index: 1;
    width: 10%;
    position: absolute;
    left: 3%;
    top: 9%;
}

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

.two p span {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
}

.three {background: transparent; padding:60px 0 60px 0;}
.wcu-left{
    background: url(../images/wcu-bg.png) center no-repeat;
    background-size: cover;
    padding:40px 40px;
   
}
.wcu-center {
    position: absolute;
    z-index: 9999;
    margin: 0 0 0 400px;
}
.three h1 {
    color: #000;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.three p {
    color: #333;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 35px;
}

.four {
    background: #f3f2f2;
    padding:40px 0;
    padding: 40px 0 71px 0;
}

.four h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 34px;
    margin-left: 65px;
}

.four h1::after {
    content: '';
    height: 2px;
    background: #3895d3;
    z-index: 1;
    width: 4%;
    position: absolute;
    left: 1%;
    margin-top: 14px;
}

.four h2 {
    color: #000;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.four .services .content h3 {
    color: #3895d3;
    font-size: 18px;
     font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 15px auto;
    text-transform: uppercase;
    text-align: center;
}

.four p {
    color: #2e2e2e;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.four .services {
   padding:15px;
    background:#fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto 30px auto;
    width:94%;
    border-radius:12px;
}

.four .services img {
    vertical-align: middle;
}

/*.four .services .content {
    position: absolute;
    bottom: 0;
    background: rgba(58, 196, 77, 0.65);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius:12px 12px 0 0;
    border:1px solid #3ac43e;
}
*/

.five {
    background: #f3f2f2;
    padding: 80px 0;
    text-align: center;
}

.five h1 {
    color: #121212;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
   
    margin: 0;
    font-weight:bold;
}

.five img {
    margin: 0 auto;
}

.six {
    padding: 80px 0 40px 0;
    background: #f3f2f2;
}

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

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

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

.seven {
    background: #fff;
    padding:60px 0 40px 0;
}

.seven .bottom-left h1 {
    color: #fff;
    font-size:28px;
    font-family: 'Rokkitt';
    font-weight: 300;
    font-style: italic;
}

.seven .call {
    position: relative;
    color: white;
}

.seven .call .bottom-left {
    position: absolute;
    bottom: 40%;
    left: 11%;
}

.seven .call-img {
    position: absolute;
    margin-top:10%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.seven .call-img img {
    margin: 0 auto;
}

.top-footer {
    padding: 40px 0;
    background: #212020;
}

.top-footer p {
    color: #e3e3e3;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 30px;
}

.top-footer h1 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    border-bottom:1px solid #fff;
    line-height:23px;
}

.top-footer .fa {
    color: #fff;
    font-size: 18px;
}

.top-footer .fa-facebook {
    background: #3b5998;
    padding: 8px 13px;
}

.top-footer .fa-twitter {
    background: #1da1f2;
    padding: 8px 10px;
}

.top-footer a {
    color: #fff;
}

.top-footer a:hover {
    color: #3895d3;
   font-size:16.5px;
    transition:all ease-in 0.2s;
   
}

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

.footer p {
    color: #ccc;
    font-family: 'Poppins';
    font-size: 16px;
    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 {
    font-size: 22px;
    font-family: 'Poppins';
    color: #3e65e4;
}

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

.page h3 {
    font-size: 20px;
    font-family: 'Poppins';
    color: #3e65e4;
}

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

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

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

.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: #fff;
    background-size: cover;
    width: 100%;
    position: inherit;
    margin-top: 0;
}

.affix .header .container {
    border-radius: 0;
    box-shadow: none;
}

.header {
    background-size: cover;
    width: 100%;
    background: none;
    position: absolute;
    z-index: 1;
    margin-top: -25px;
}

.header .container {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.2);
}



.header p {
    margin: 0;
    text-align: right;
}

.pa {
    margin: 0;
    padding: 0;
}


/* Tap to Call */

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

.taptocall:hover {
    background: #e1dfdf;
    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;
}

#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-demo2 .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: #3895d3 !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;
        position: relative;
        z-index: 1;
    }
    .services img {
        width: 100%, margin-bottom: 20px;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
}

@media only screen and (max-width: 768px) {
     .singh{padding-top:30px !important;}
.kumar{padding-top:30px !important;}
    .wcu-center {
    position:inherit;
    z-index: 9999;
    margin: 0 0 0 0px;
}
    .nwcu{margin-top: 35px;}
    .experience{padding:20px;  background: url(../images/experience-bg2.png) center;}
    .logo{margin: 10px auto auto auto; width:60%; }
    .two p{text-align: left;}
    .wcu-center {experience-bg2
    z-index: 9999;
    margin: 0 0 0 10px;

}
    .four {
    background: #f3f2f2;
    padding:40px 0;
    padding: 20px 0 0px 0;
}
    .banner-content .top-left {
    position: absolute;
    top: 11%;
    left: 7%;
    width: 100%;
}

.banner-content .top-left h1 {
    color: #fff;
    font-size:36px;
     font-family: 'Bebas Neue', cursive;
    line-height: 18px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
}

.banner-content .top-left p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 23px;
    font-weight: 300;
}

.banner-content .top-left p span{
    color: #fff;
    font-size: 23px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 30px;
    font-weight: 300;
}
    .button1 {
     border-radius: 10px;

     width: 50%;
     margin: 0 auto;
     display: block;
 }
 .header {
    position: inherit;
    background: #fff;
    padding: 10px 0px;
    margin: 0;
}
.top-header{
    background: #fff;
    padding: 0 10px 0 0;
}
.header .container {
    border-radius: 0;
    box-shadow: none;
}
.three {
    text-align: left;
    margin-top: 0;
 padding: 0px 0 0px 0;

}
.footer h2 {
    text-align: center;
}
.footer img {
    margin: 0 auto;
}
.footer p {
    text-align: center !important;
}
.four {
    text-align: center;
}
.affix {
    position: inherit;
}
.four img {
    margin: 0 auto;
}
.owl-controls {
    display: none !important;
}
.testimonials-content .client-name {
    text-align: center;
}
.two {
    background: #fff;
    padding: 80px 0 80px 0;
    text-align: center;
}
.two h1::after {
    display: none;
}
.two h1 {
    margin-left: 0;
}
.four h1::after {
    display: none;
}
.four h1 {
    margin-left: 0;
}
.testimonials-content img {
    margin: 0 auto;
}
.three .box::after {
    display: none;
}
.three .box1::after {
    display: none;
}
.five {
    text-align: center;
}
.navbar .navbar-nav>li>a {
    padding: 15px;
}
.dropdown-menu>li>a {
    color: #121212;
}
.six {
    text-align: left;
        padding: 30px 0 40px 0;
}
.six h1 {
    color: #3895d3;
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 34px;
    margin-left:21px;
}
.two .welcome {
    padding: 30px;
    margin-left: 0;
    margin-top: 0;
}
.call-img {margin-top:54% !important;
    left: 50%;
    
}
.seven-box {
    margin-top: 0;
    position: inherit;
}
}

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

.testimonials-content {}

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

.testimonials-content .client-name {
    font-size:18px;
    font-family: "Poppins";
    font-weight: 500;
    color: #3895d3;
    display: block;
    margin-top: 5px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 30px;
    color: #121212;
    font-size: 16px;
    font-family: "Poppins";
}


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

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

.banner-content .top-left {
    position: absolute;
    top: 6%;
    left: 7%;
    width: 50%;
}
.banner-content .top-left p {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 25px;
    font-weight: 300;
}
.two img{
    display: block;
    margin: 0 auto;
    } }

    @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    .banner-content .top-left {
    position: absolute;
    top: 20%;
    left: 7%;
    width: 50%;
}
.banner-content .top-left p {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 25px;
    font-weight: 300;
}
  }

  /*rotation*/
   .rotate{
   width:130px;
   height:130px;
   animation: rotation infinite 7s linear;
}

@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
 
  to{
    transform:rotate(360deg);
  }
}/*rotation*/

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

