@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: 'poppins' !important; margin: 0 !important; font-size: 16px !important; margin:10px auto !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: 138px !important;}
.commitment{background:#000 !important;}
.commitment-l{background:#000; padding:40px 50px 40px 50px;}
.commitment-l h2 {
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #ee5b21;
    font-weight: 600;
    margin: 0 0 15px;
    
}

.commitment-l p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
.commitment-r{padding-right: 0; padding-left:0; background:#000; padding-bottom: 20px;}
.service-box {
    border: 1px solid #e0dfdf;
    background: url(../images/service-box-bg.png) center repeat-y;
    padding: 10px;
    width: 31%;
    margin-right: 29px;
    margin-bottom: 25px !important;
}
.icon{margin-top:28px;}
.new-quote {
   background: #EE5B21;
background: linear-gradient(164deg,rgba(238, 91, 33, 1) 0%, rgba(245, 170, 49, 1) 62%, rgba(238, 91, 33, 1) 100%);
    color: #fff !important;
    padding: 17px;
    text-align: center;
}
.new-quote:hover{ background: #f5ab32;}
.affix .new-quote{display:none !important;}
.formn{background:#fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding:20px 20px;}
.rotate{
width:130px;
height:130px;
animation: rotation infinite 7s linear;
}

@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
 
  to{
    transform:rotate(360deg);
  }
}

.blackbelt{background:#fff; padding:60px 40px; text-align: center;}
.blackbelt h2 {
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #ee5b21;
    font-weight: 600;
    margin: 0 0 15px;
    
}

.blackbelt p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #2e2e2e;
}



.bb-left {
     /*background:url(../images/bb-left.jpg) center no-repeat;
    background-size: cover;*/
    padding: 25px; 
}
.bb-right {
    /* background:url(../images/bb-right.jpg) center no-repeat;
    background-size: cover;*/
    padding:25px; 
}


.caret {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin:0 0 0 3px;
}

.caret:hover{color:#000;}
 ::placeholder {
    color: #c0c0c0;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c0c0c0;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c0c0c0;
}

.page ::placeholder {
    color: #c0c0c0;
    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: #2e2e2e;
    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: #2e2e2e;
    border:1px solid #2e2e2e;
}

.input-text {
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.input-textarea {
    color: #b7b7b7;
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e2e2e2; 
}

.input-submit {
    color: #dd890b;
    font-size: 15px;
    border: 2px solid #dd890b;
    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";
    text-transform: uppercase;
    font-weight: 500;
}
.input-submit:hover{border: 2px solid #dd890b;
    background:#dd890b; color:#fff;}
.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 #f5aa31;
    background: #F5AA31;
    background: linear-gradient(7deg,rgba(245, 170, 49, 1) 0%, rgba(238, 91, 33, 1) 50%, rgba(245, 170, 49, 1) 100%); border-radius: 25px;
    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: #fff;
    background: #ee5b21;
    border: 2px solid #f5aa31;
}

.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: "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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-content .centered h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 48px;
    font-weight: 500;
    line-height: 51px;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
   background: #EE5B21;
background: linear-gradient(164deg,rgba(238, 91, 33, 1) 0%, rgba(245, 170, 49, 1) 62%, rgba(238, 91, 33, 1) 100%);
    padding:15px;
    border-radius:5px;
}

.banner-content .centered h1 span {
    background: #f5ab32;
    padding: 0px 10px 0 10px;
}

.banner-content .centered p{
    font-family: 'coda';
    font-size: 16px;
    color: #fff;
}

/*Top-Header*/

.top-header {
    background-color: #ebebeb;
    padding: 3px 0;
    position: relative;
}

.top-header p {
    font-size: 16px;
    margin: 0;
}

.top-header a {
    color: #0a1542;
    text-decoration: none;
}

.mid-header{
    background-color: #fff;
    padding: 0;
}

.mid-header h2{
    font-family: 'coda';
    font-size: 18px;
    
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    color: #000;
}

.mid-header p{
    font-family: 'coda';
    font-size: 16px;
    color: #4a4b4b;
}

.mid-header a{
    color: #4a4b4b;
    text-decoration: none;
}

.mid-header a:hover{
    color: #ed5b20;
    text-decoration: none;
}

.mid-header img{
    margin-top: 10px;
}

.mt-3{
    margin-top: 9px;
}



/*Home*/

.extra{
    padding: 50px 0 20px 0 !important; background:#222020;
}

.extra h2 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    font-size: 26px;
    color: #dd890b;
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}

.one {
     background:url(../images/bg3.jpg) center no-repeat fixed;
    background-size: cover;

    padding: 50px 0;
}

.one .title-section {
    margin-bottom: 20px;
}



.one .title-section h2 {
   font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #ee5b21;
    font-weight: 600;
    margin: 0;
    
    text-align: center;
}

.one .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: #f8f7f7;
    padding:60px 0;
    text-align: center;
}


.two h3 {
    color: #fff;
    margin: 0;
    font-family: 'questrial';
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.two h3:hover{font-size: 18px; 
    transition: all ease-in 0.2s;
}
    

.two .box {
    padding: 10px 0;
    position: absolute;
    z-index: 9999;
    margin-top: -70px;
    width: 92%;
    text-align: center;
    margin-bottom: 20px;
}
.two .box:hover{padding: 10px 0;}
.two a{text-decoration: none;}
.two h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 26px;
    color: #ee5b21;
    margin: 0;
    
}

.two p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #2e2e2e;
    text-align: left;
}

.three {
    background: #000;
    padding: 20px 0;
}

.three h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    font-weight: 600;
    color: #dd890b;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.three .title-section {
    margin-bottom: 50px;
}

.image-block{
    border-top: 2px solid #243fae;
    border-bottom: 2px solid #243fae;
    padding: 30px 0;
}

.image-block img{
    display: inline-block;
}



.four{
  background: #000;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    position: absolute;
    z-index:9999;
    margin-top: -64px;
}

.four h2 {
    color: #fff;
    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: #fff;
    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: #fff;
    padding:50px 25px 50px 25px;
}

.five .title-section {
    margin-bottom: 5px;
}

.five h2 {
     font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 26px;
    color: #ee5b21;
    margin: 0 0 15px;
    
}

.five p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #2e2e2e;
}

.seven{
    padding: 75px 0;
    background:url(../images/bg1.jpg) center no-repeat fixed;
    background-size: cover;
}

.seven h2 {
     font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #ee5b21;
    font-weight: 600;
    margin: 0 0 15px;
    
}

.seven p {
    font-family: 'questrial';
    font-size: 15px;
    line-height: 24px;
    color: #2e2e2e;
}

.seven h3{
    font-family: 'questrial';
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.seven .y-box{
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    background:#dd890b;
}

.foot-box {
    background: #e67a38;
    display: -webkit-box;
    border-radius: 15px;
    padding: 15px 0;
}

.footer {
    padding: 50px 0 20px;
       background: #000;

    position: relative;
}

.footer h1 {
    color: #fff;
    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: #fff;
    font-family: "Poppins";
    font-size: 16px;
  
    line-height: 24px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #f5aa31;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.bottom-footer {
    background: #ea5212;
    padding: 10px 0;
}

.bottom-footer p {
    color: #fff;
    font-family: 'poppins';
    font-size: 16px;
    text-align: center;
    margin: 0;
}


/* Inner Page */

.page {
    padding: 40px 0px 40px 0;
    background: #ededed !important;
    position: relative !important;
}

.page .inner-cont {
    background: white;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0px #666;
    padding: 25px 25px 80px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page h2 {
    color: #2d3745;
    font-size: 35px;
    font-family: "Raleway";
    margin: 0;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page h4 {
    color: #114750;
    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: #114750;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}



.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;
}

.logo2{display: none;}

.affix .logo2{display: block;}

.affix .header img {
    width: 59%;
}

.affix .header {
    background: #fff;
    padding: 0;
}

.affix .header .logo {
    top: 0;
}

.header {
    width: 100%;
    background-color: #000 !important;
}

.logo {    
}


/* Tap to Call */

.taptocall {
    color: #898787;
    font-size: 14px !important;
    border: 1px solid #898787;
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
}

.taptocall:hover {
    background: #898787;
    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: 12%;
    width: 100%;
    margin: 0 auto;
    display: block;
}



#owl-demo11 .owl-pagination {
    position: absolute;
    bottom: -10% !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.7) !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: #f5aa31 !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: #000;
        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) {
    .singh{padding-top: 30px !important;}
.kumar{padding-top: 30px !important;}
    .two h2 {text-align: center !important;}

.two p {
    text-align: center;}
    .service-box{border:1px solid #e0dfdf; background:#ececec;
    }
   .service-box {
    border: 1px solid #e0dfdf;
    background: #ececec !important;
    padding: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px !important;
}
    .five {
    background: #fff;
    padding:50px 25px;
    margin-top:-10px;
}
    .banner-content .centered {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-content .centered h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    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;
}
    .service-box.wow.fadeInUp {
    margin: 0 0 20px 0;
}
    .four p {
        color: #022222;
        font-size:16px;
        font-family: 'poppins';
    }

    .four{
    background-color: transparent;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    position:inherit;
    z-index:9999;
    margin-top: -10px;
}

    .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: #fff !important;
    }
    .affix .header {
        background: #000;
    }
    .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: #fff;
        font-family: "Poppins";
        font-size: 14px;
        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: "coda";
    font-weight: 600;
    color: #646262;
    display: block;
    
    padding: 15px 0;
}


.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
    color:grey;
    font-size: 16px;
    font-family: "questrial";
    
}

.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;
        }
}


/* 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%);
    }
    .seven h3 {
    font-family: 'questrial';
    font-size: 16px;
    color: #0a1542;
    text-align: center;
}
.banner-content .centered h1 {
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    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;
    }
    
    .four p {
        color: #022222;
        font-size: 13px;
        font-family: 'poppins';
    }
}


/* 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: 50%;
        left: 36%;
        transform: translate(-50%, -50%);
    }
    .footer p {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
    }
}


.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;
}
}

