@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;
}
.blink_me {
  animation: blinker 3s linear infinite;
}

.wcu{background:#000; border:6px solid #0982c6; padding:15px 0 15px 0; color:#fff;}

.wcu p{color:#fff;}

button.sub-menu-toggle {
    display: none;
}
nav.navigation.post-navigation {
    padding:83px;
}
.singh{padding-top: 140px !important;}
.kumar{padding-top: 138px !important;}
.new-banner{}
.mt{margin-top: 30px;}
.brands{padding:40px 0 40px 0;}

.container{width:1280px !important;}
  .zoom {
    /*
      All of the base styles have
      moved to the “CSS” tab above.
    */
    transition: transform 250ms !important;
    width:96%;
  }
  
  .zoom:hover {transform: translateY(-10px) !important;}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.titlebox {
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    z-index: 9999 !important;
    margin: -100px 0 0 24px;
    width: 80%;
    padding: 15px 0 16px 0;
}
.titlebox:hover{
    background: rgba(17, 162, 215, 0.5) !important;
    transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
    position: absolute;
    z-index: 9999 !important;
    margin: -100px 0 0 24px;
    width: 80%;
    padding: 15px 0 16px 0;
}

.form-group {
    margin-bottom: 8px;
}
.whychooseus-block {
    border: 1px solid #6bd860;
}
.quote{
    background:#0982c6;
    color: #fff !important;
    border-radius: 30px;
    padding: 13px 2px 13px 2px;
    margin-top: 15px;
    text-align: center;
    border:2px solid #000;
    font-size:16px;
}

.affix .quote{
    background:#0982c6;
    color: #fff !important;
    border-radius: 30px;
    padding: 13px 2px 13px 2px;
    margin-top: 0px;
    text-align: center;
    border:2px solid #000;
    font-size:16px;
}

.quote:hover{
    background:transparent;
    color: #fff !important;
    border-radius:25px;
    padding: 13px 2px 13px 2px;
   
    border:2px solid #11a2d7;
}


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

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

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



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

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

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

.input-text {
  color: #000 !important;
  height: 45px;
  width: 100%;
  font-size: 16px;
  font-family: "Poppins";
  padding: 5px 15px;
  background: #fff;
  border: none;
}

.input-textarea {
  color: #2e2e2e;
  width: 100%;
   height: 105px;
  font-size: 16px;
  font-family: "Poppins";
  padding: 5px 15px;
  background: #fff;
  border: none;

}

.input-submit {
  color: #0982c6;
  font-size: 15px;
  border: 2px solid #0982c6;
  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 {
  color: #fff;
  background: #0982c6;
  border: 2px solid #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: #e9ad04;
  font-size: 16px;
  border: 2px solid #e9ad04;
  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: #e9ad04;
  border: 2px solid #e9ad04;
}


.button1 {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
  color: #337ab7;
  font-size: 16px;
  border: 2px solid #337ab7;
  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: 400;
}

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


.button2 {
  color: #121212;
  font-size: 15px;
  border: 2px solid #121212;
  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: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

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


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

}

.button3:hover {
  color: #fff;
  background: #0982c6;
  border: 2px solid #fff;
}


.button30 {
  font-family: "Poppins";
  color: #1a79d2;
  font-size: 15px;
  border: 2px solid #1a79d2;
  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: 25px;

}

.button30:hover {
  color: #fff;
  background: #1a79d2;
  border: 2px solid #fff;
}

.top-header{
  background: #000;
  padding: 10px 0 0 0;
  margin: 0;
}

.top-header .info ul li{
  display: inline-block;
  text-decoration: none;
  font-family: 'Poppins';
  color: #fff;
  font-size: 15px;
  margin-left: 25px;
}

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


.top-header .info ul li:first-child{
  margin-left: 0;
}

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

.top-header .info ul li a:hover{
  color: #363232;
  transition: all ease-in 0.2s;
  text-decoration: none;
}

.top-header .social-info{
  text-align: right;
}

.top-header .social-info ul li{
  display: inline-block;
  text-decoration: none;
  font-family: 'Poppins';
  color: #cacccb;
  font-size: 16px;
  margin-right:6px;

}

.top-header .social-info ul li a{
  color: #fff;
}

.top-header .social-info ul li .fa{
  color: #fff;
}

.banner-content {
  position: relative;

}

.banner-content img {
  width: 100%;

}

.banner-content .top-left {
    padding: 25px;
    position: absolute;
    top: 48%;
    left: 20%;
    width: 60%;
    /*background: rgba(0, 0, 0, 0.5) !important;*/
    border-radius: 25px 0 25px 0;
}
/*
.banner-content .top-left h1:before{
  content: '';
  width: 13%;
  background: #fff;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0;
}*/

.banner-content .top-left h1 {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  line-height:23px;
  text-align: center;
  margin-left: 0px;

}

.banner-content .top-left h2 {
  color: #fff;
  font-size: 45px !important;
  font-family: 'Bebas Neue', cursive;
  
  line-height:16px;
}

.one {
  background:url(../images/testbg.jpg) no-repeat fixed #000;
  padding: 80px 0;
}

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


.one .title-section h2 {
 color: #1a79d2 !important;
 font-size: 40px;
 font-family: "Lato";
 font-weight: 600;
 margin: 0;
}

.one .title-section h2:hover{color:#fff !important;}


.two {
  background: #1a1a1a;
  padding:  40px 0 0 0;
}


.two .title-section h2 {
 color: #fff;
 font-size: 40px;
 font-family: "Lato";
 margin: 0 0 15px 0;
 line-height: 45px;
 font-weight: bold;

}

.two p {
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  margin: 0 0 25px 0;
}




.three {
  background:url(../images/feature.jpg) no-repeat #000;
  padding: 80px 0;
  text-align: center;
}


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

.three .title-section h2 {
 color: #00163f;
 font-size: 40px;
 font-family: "Lato";
 font-weight: 600;
 margin: 0 0 15px 0;
}

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


.four {
  background: #f4f1f1;
  padding:60px 0 40px 0;
}

.four .title-section{
  margin-bottom: 60px;
  
}


.four .title-section h2 {

    color: #636365;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    margin-top:11px;

}

.four .title-section h2 span{

    color: #0982c6;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: bold;
    margin: 0;

}


.four p {
  color: #636365;
  font-family: "Poppins";
  font-size: 15px;
  line-height:23px;
  text-align: left;
}


.four h3 {
  color: #2e2e2e;
  font-size: 24px;
  font-family: 'Bebas Neue', cursive;
  font-weight: 600;
  margin: 0 0 30px 0;
}


.four img{
 /*width: 100%;
 margin-bottom: 20px;*/
}

.five {
  background:#fff;
  padding: 40px 0 0 0;
  text-align: center;
}

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

.five .title-section h2 {
 color: #65656a;
 font-size: 40px;
 font-family: "Lato";
 font-weight: 600;
 margin: 0;
}

.five .whychooseus-block h3{
  font-size: 18px;
  font-family: 'Lato';
  color:  #0204be;
  font-weight: 600;
  margin: 0 0 15px 0;
}


.five img {
  margin: 15px auto;
}

.six{
  background: #fff;
  padding: 20px 0 40px 0;
  text-align: center;
}

.six .title-section h2 {
 
    color: #6bd860;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    margin: 0;
}



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

.seven .welcome{
  padding-top:0px; 
}

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


.seven .title-section h4 {
 color: #636365;
 font-size: 16px;
 font-family: "Poppins";
 font-weight: 600;
 margin: 0 0 10px 0;
}

.seven .title-section h2 {
 color: #636365;
 font-size: 36px;
 font-family: 'Bebas Neue', cursive;
 font-weight: normal;
 margin: 0;
}

.seven .title-section h2 span{
 color: #0982c6;
 font-size: 36px;
 font-family: 'Bebas Neue', cursive;
 font-weight: bold;
 margin: 0;
}


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



.seven img {
/* width: 100%;
 box-shadow: 1px 1px 8px 7px rgba(0,0,0,0.1);*/
}

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


.top-footer h5 {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0;

}



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

.top-footer p span{
  color: #fff;
  font-weight: 600;

}

.top-footer .hr2{
  background: #fff;
  width: 15%;
  height: 2px;
  margin: 15px 0;
}


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



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

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

.top-footer img{
  margin: 0 auto;

}

.footer {
  padding: 15px 0 5px 0;
  background: #222222;
  border-top: 1px solid #939397;

}

.footer span{
  color: #e9ad04;
}

.footer p {
  color: #ccc;
  font-family: "Poppins";
  font-size: 14px;
  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: #121212;
 font-size: 30px;
 font-family: "Poppins";
 margin: 0;
 line-height: 50px;
 font-weight: bold;
 text-transform: uppercase;
}

.page h4 {
  color: #121212;
  font-size: 30px;
  font-family: "Poppins";
  margin: 0;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.page h3 {
  font-size: 20px;
  font-family: "Poppins";
  color: #e9ad04;
}

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

.page h5 {
  font-family: "Poppins";
  color: #e9ad04;
  font-size: 20px;
  font-weight: 500;
}

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

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



.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;
  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{background:#000;
/*backdrop-filter: brightness(150%) saturate(150%) blur(8px);
 position: inherit;
 margin-top: inherit;
 background-color: rgba(255, 255, 255, 0.9);*/
}


.affix  .header img{
  width:68%;
}

.affix .header #menu .quote:last-child a{margin-top: 0}

.header {display: block;
    background:transparent;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    width: 100%;
    
}

.header  .center {
  margin-top: 6px;

}

.header #menu .quote:last-child{}
.header #menu .quote:last-child a{ background: #6bd860;  color: #fff !important; border-radius: 30px; padding: 15px 1.2em;  margin-top: 24px;}



.logo {
 margin: 5px 0 10px 0;
}


/* Tap to Call */

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

.taptocall:hover {
  background: #a8a6a6;
  transition: 0.2s ease-in;
  color: #000;
}

/* Menu */

:after,
:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Cool Heading */

.heading {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-align: center;
  font-family: "Poetsen One";
  font-weight: bold;
  font-size: 26px;
}

/* Owl Banner CSS */

.owl-theme .owl-controls {
  margin-top: 0px !important;
}

#owl-demo {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
}

#owl-demo .item img {
  display: block;
  width: 100%;
}

.owl-controls.clickable .owl-buttons div {
  display: none !important;
  border-radius: 0px !important;
  width: 0px !important;
  height: 0px !important;
  line-height: 0px !important;
  text-align: center;
  color: transparent;
  font-size: 0px !important;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
}

.items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  visibility: inherit;
  opacity: 1;
}

.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
}

.owl-pagination {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#owl-demo11 .owl-pagination {
  position: absolute;
  bottom: -6%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.owl-controls .owl-page span {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
  background: #fff !important;
  width: 6px !important;
  height: 6px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 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;
  }
  .header {
    top: inherit;
    background: #fff;
    padding: 10px 0px;
  }
  .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;
  }

  .top-header .info{
    text-align: center;
  }
  .top-header .social-info{
    text-align: center;
  }

  .header #toggle-menu {
    padding: 1em 0.8em;
    background: #3d3c3c;
    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;}
  .one {
  background:url(../images/testbgm.jpg) no-repeat fixed;
  padding: 80px 0;
}
.container{width:100% !important;}
  .three {background:url(../images/featurem.jpg) no-repeat #000; padding: 80px 0;
  
}
  .three {padding: 0;}

  .seven p {text-align: left !important;}
    .zoom {
    /*
      All of the base styles have
      moved to the “CSS” tab above.
    */
    transition: transform 250ms !important;
    width:100%;
  }
  .container{width:100%;}
.titlebox {
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    z-index: 9999 !important;
    margin: -210px 0 0 55px;
    width: 70%;
    padding:40px 0 40px 0;
}
.banner-content .top-left {
    position: absolute;
    top: 14%;
    left: 5%;
    width: 88%;
}

.banner-content .top-left h1:before{
  content: '';
  width: 13%;
  background: #fff;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0;
}

.banner-content .top-left h1 {
  color: #fff;
  font-size:12px;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  margin-left:23px;

}

.banner-content .top-left h2 {
  color: #fff;
  font-size:16px !important;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  line-height: 24px;
}


.four .title-section h2 {

    color: #636365;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    margin-top:0px;

}


  .button1 {
    margin-bottom: 20px;
  }
  .header {
    top: inherit;
    background: #000;
    padding: 10px 0px;
  }

   .affix .header{
    background: #000;
   }

  .footer h2 {
    text-align: center;
  }

  .hr1{display: none;}

  .title-section{
    margin-bottom: 30px;
    text-align: center;
  }

  .one{
    text-align: center;
  }

  .three h2{
    text-align: center !important;
  }

  .two h2{
    text-align: center;
  }

  .two #ask{
    padding: 30px 0;
  }
  .seven{
    text-align: center;
  }

  .footer img {
    margin: 0 auto;
  }
  .footer p {
    text-align: center !important;
  }
  .four {
    text-align: center;
  }
  .affix {
    position: inherit;
  }
  .owl-controls {
    display: none !important;
  }
  .testimonials-content .client-name {
    text-align: center;
  }
  .testimonials-content img {
    margin: 0 auto;
  }

  .five {
    text-align: center;
  }
  .navbar .navbar-nav > li > a {
    padding: 15px;
  }
  .dropdown-menu > li > a {
    color: #121212;
  }
  .six {
    text-align: center;
  }
  .four .service img {
    margin: 0 auto;
  }


  .top-footer .btm-menu {

    font-size: 15px;

  }
}

@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 {
  background: transparent;
  padding: 20px;
}




.testimonials-content .client-name {
  font-size: 20px;
  font-family: "Lato";
  font-weight: 600;
  color: #fff;
  display: block;
  
}

.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: 23px;
  color: #d7d4d4;
  font-size: 16px;
  font-family: "Lato";
  text-align: center;
}

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



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
 .header #menu a {
  font-size: 12px;
}

}

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



}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {  

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
 .header #menu a {
  font-size: 12px
}


}

/*flim an image*/
#slidecaption {
     -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner {
    from
    {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
} /* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to
    {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
   
    }
}

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


