/*
Theme Name: pok
Text Domain: pok
*/

/* Basic Style */

*{
  margin:0;
  padding:0;
  outline:none;
}
body{ 
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  position:relative;
  background: #f2f5fa;
  font-size: 16px; 
  color: #1f2732;
  font-family:-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height:1.5;
}
img{
  margin:0;
  padding:0;
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
  
  margin:0;
  padding:10px 0;
  color: #1f2732;
  font-weight: 700;
  
}
p{ 
  margin:0 0 15px; 
  padding:0;
 
}
a{ 
  text-decoration:none; 
  color: #00abeb;
}
a:hover{ 
  text-decoration:none;
  color:#000;
}
.inner-service p a {font-weight:700;}
a:focus {
  outline: 0;
  border:none;
  text-decoration:none !important;
}
ul{ 
  margin:0 0 0 15px; 
  padding:0;
}
code{
  color: #000;
}
iframe,.entry-audio audio{
  width: 100%;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.clear{ 
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{ 
  text-align:center; 
  margin-bottom:40px;
}
.middle-align{ 
  margin: 0 auto; 
  padding: 30px 0 0;
}
.wp-caption{ 
  margin:0; 
  padding:0; 
  font-size:13px; 
  max-width:100%;
}
.wp-caption-text{ 
  margin:0; 
  padding:0; 
}
.sticky{ 
  margin:0; 
  padding:0; 
}
.sticky .post-main-box .h3{
  background: url(assets/images/pin.png) no-repeat scroll 0 0px;
  padding-left: 40px;
}
.gallery-caption{ 
  margin:0;
  padding:0;
}
.alignleft, 
img.alignleft {
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 

}
.alignright, 
img.alignright { 
  display: inline; 
  float: right; 
  
 
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, 
img.aligncenter {
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
 
  
}
table {width:100%;border:2px solid #00abeb;text-align:center;margin:0 0 20px;}
table tr:first-child td {font-weight:700;}
table tr td {padding:10px;border:1px solid #00abeb;}
@media screen and (max-width: 767px) {
    .mobtab {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #00abeb;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .mobtab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
 margin:0;
 padding:0;
}
input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"], 
textarea{
  border:1px solid #e4e3ed;
  width:100%; 
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 5px 0;
  height:auto;
}
textarea{
  height:111px; 
}


input[type="submit"] {
padding: 10px 20px;
 background: #00abeb;
  color: #1f2732;
text-transform:uppercase;
  border: none;
  color:#fff;
  font-weight:700;
}
@media (max-width:390px) {
.section5 button, .section5 input[type="text"] {text-align:center;width:100%;}
.section5 img {display:none;}
.s5btn a {display:block;padding:9px 10px;text-align:center;}
}
@media (min-width:992px) and (max-width:1199px) {
.section5 button, .section5 input[type="text"] {text-align:center;width:100%;}
.section5 img {display:none;}
.s5btn a {display:block;padding:9px 10px;text-align:center;}
}
input[type="submit"]:hover {background:#c70236;}
/*--------- ACCESSIBILITY -------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* --------TOP BAR --------- */
.page-template-custom-home-page #topbar{
  display: none;
}


.info-border {
  border-top: solid 2px rgb(255,255,255, 0.3);
  padding-top: 25px;
}

/* ------------ LOGO CSS ----------- */

.page-template-custom-home-page .logo-bg {
  background:#121517;
 
}


@media (min-width:768px) and (max-width:991px) {
#header .nav ul li a { padding: 32px 4px!important;
font-size: 14px!important;}

#footer .h3 {font-size: 17px!important;}
}
@media (max-width:767px) {

}
/*----------------- SEARCH POPUP ----------------*/
.serach_inner label {
  width: 80%;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  border-bottom: solid 1px #999; 
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner input.search-submit {
  padding: 10px 25px;
  background: url(assets/images/search.png) no-repeat scroll 0 8px;
  font-size: 13px;
  text-align: center;
  float: right;
  text-indent: -9999px;
  border: none;
  margin-top: 6px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #999
}
.search-box i {
  color: #00abeb;
  cursor: pointer;
  font-size: 15px;
}
.search-box {
  margin: 30px 0;
}

/* --------- HEADER --------- */

.page-template-custom-home-page .middle-header {
  
  background: transparent;
}
.page-template-custom-home-page .inner-header {
  background: #121517;
  
}
.home-page-header {
  background: #121517;
}
#header .nav {
  display: block;
}
#header .nav ul {
  padding: 0;
  margin: 0;
}
#header .nav ul li{ 
  display:inline-block;
  margin:0; 
  position:relative;
}
#header .nav ul li a {
  color: #fff;
  padding: 32px 6px;
  font-size: 15px;
  display: block;
  font-weight:700;

  text-transform: uppercase;
  
}

#header .nav ul li a:hover{
  color: #00abeb;
}
#header .nav ul ul {
  margin:5% 0 0 0;
}
#header .nav ul li:hover > ul li a{
  color: #fff;
}
#header .menu a::after,
#header .menu a::before {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #00abeb;
  width: 0;
}
#header .menu a::before {
  top: 0;
  left: 0;
}
#header .menu a::after {
  bottom: 0;
  right: 0;
}
#header .menu a:hover::before,
#header .menu .active a::before,
#header .menu a:hover::after,
#header .menu .active a::after {
  width: 100%;
}
#header .menu ul.sub-menu a:after,
#header .menu ul.sub-menu a:before{
  content: none !important;
}

/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:0 auto; 
  padding:30px 0 30px;
  text-align:center;
  background: #000;  
}

#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
  display: block !important;  
}
#slider .carousel-control-prev-icon, 
#slider .carousel-control-next-icon{
  background-image: none;
  font-size: 15px;
  color: #fff;
  padding: 30px 16px;
  border:solid 2px #fff;
  opacity:0.4;
}
@media (max-width:480px) {
#slider .carousel-control-prev-icon, 
#slider .carousel-control-next-icon{
  
  padding: 15px 16px!important;
  
}
}
#slider .carousel-control-prev-icon:hover, 
#slider .carousel-control-next-icon:hover{
  opacity:1;
  
  
}
#slider .carousel-control-prev,
#slider .carousel-control-next{
  opacity: unset !important;
  width: 8%;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 45%;
  left: 10%;
  text-align: left;
}



/* --------- BUTTON CSS ------- */




/* --------- SERVICES SECTION ------- */

#services_sec{
  padding: 40px 0;
}
.heading{
  margin-bottom: 25px;
  border-left: 5px solid #00abeb;

  padding-left: 15px;
}
.section2 .heading, .section3 .heading {

  border-left: 5px solid #31a6e2;

}
.section6 .heading, .section9 .heading {border-left: 5px solid #13ae26;}
.section5 .heading h2 {color:#fff;}
.heading h2 {
  font-size: 25px;
  text-transform:uppercase;
  padding: 0;
}


.section12 {padding:10px 0 40px!important;}
.section13 {background:#e1e4ea;text-align:center; padding:15px 0;}
.heading p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.box-content {
  background: #fff;
 

  margin-bottom: 20px;
}
.box-content .h4 {
  font-size: 16px;
  font-weight: 700;
 margin:0;
  padding: 15px;
   min-height:90px;
}



.box-content a {
  color: #1f2732;
  font-weight: 700;
}

.box-content a:hover {color:#00abeb;}

/* --------- FOOTER ------- */




#footer li a:hover {
  color: #f85857;
}


#footer .widget {
  padding: 15px 0;
}



#footer li a {
  color: #b7b7b7;
 font-size:15px;
}
#footer li a:hover {
  color: #fff;
 
}
#footer ul li {
  list-style: none;
  padding: 5px 0;
}
#footer ul {
  margin: 0;
}

#sidebar select ,#footer select {
  padding: 10px 5px;
  width: 100%;
}
.sub-title{
  margin: 5em 0 0 0;
 
}
#footer {
  color: #fff;
  text-align: left;
  background: #121517;
  padding:20px 0;
}
#footer .h3 {
  color: #fff;
  font-size: 20px;
  padding: 0 0 15px 0;
  font-weight:700;
  text-transform:uppercase;
 
}

#footer .h3:after {
  content: "";
  background:#00abeb;
  height: 3px;
  width: 20%;
  margin-top: 10px;
  display: block;
}

.navigate  ul{
  list-style: none;
}
.copyright a {
  color: #636363;
  font-size:14px;
}
.copyright a:hover {color:#fff;}
.copyright ul {margin:0 0 10px;list-style:none;}
.copyright ul li {display:inline-block;margin-right:15px;}
.copyright ul li:last-child {margin-right:0;}
.copyright p{
  margin-bottom: 0;
  color: #454646;
  font-size:13px;
 
}
#footer-2{
  background:#0a0c0d;
  text-align:center;
  padding:20px 0;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 100px;
  font-size: 25px;
  padding: 6px;
  display: none;  
  border: solid 1px #1f2732;
  background: #fff;
  border-radius: 50%;
}
a.scrollup{
  color: #1f2732;
}

/* --------- Blog Page ------- */
#our-services iframe{
  width: 100%;
}
h1.page-title {
  margin: 0;
  font-size:30px;
  text-transform:uppercase;
  line-height:1;
}
#our-services h1.stitle {padding-bottom:15px;font-size:28px!important;font-weight:700;line-height:1.1;margin-bottom:15px;border-bottom:1px solid #d8d8d8;}
#our-services {
  margin-top: 0;
}
.post-main-box {
  margin-bottom: 30px;
  padding: 15px 15px;
  border: 1px solid #e4e3ed;
  box-shadow: 0px 15px 35px -15px #e4e3ed;
  background: #fff;
}
.post-main-box .h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.new-text p {

  margin: 5px 0 0!important;
 
}
.post-info {
  font-size: 12px;
 
}
.post-info span {
  margin-right: 1%;
}
.post-info hr {
  width: 10%;
  border-top: solid 2px #f0f0f0;
  margin-bottom: 0;
}
.post-main-box:hover .h3{
  color: #f85857;
}


.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}


#comments ol {
  list-style: none;
  margin:0!important;
  padding:0;
}
#comments ol.children {padding-left:30px;}
#comments{  
  margin-top:30px;
} 
.comment-author img {float:left;margin-right:15px;margin-bottom:15px;}
.comment-date {font-size:13px;opacity:0.6;}
#comments .h2.comments-title, #comments .h2.comment-reply-title {
  font-size:20px;
  clear:both;
 text-transform:uppercase;
}
.comment-content {padding-bottom:25px;}
#comments .h2.comments-title {margin:0 0 10px;}
 .inner-service #comments p a {font-weight:400;}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  width:100%;
  padding:12px 10px;

  margin:5px 0 0 0;
}
#comments label {font-size:14px;opacity:0.6;margin-bottom:5px;}
#comments input[type="submit"]{
  background: #00abeb;
  color: #fff;
  padding: 10px 20px;
  font-weight:700;
  text-transform:uppercase;
 
}
#comments input[type="submit"]:hover {background:#c70236;}
#comments a.comment-reply-link{
  color:#fff;
  background:#2c2d32;
  padding:5px 15px;
  font-size:14px;
}  
#comments a.comment-reply-link:hover{

}
a.comment-edit-link {font-size:14px;}
 



/* Sidebar */
#sidebar .custom-social-icons {
  text-align: center;
}
#sidebar .custom-social-icons i,
#footer .custom-social-icons i {
  border:solid 2px #1f2732;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  
  color: #1f2732;
}
#footer .custom-social-icons i{
  border:solid 2px #fff;
  color: #fff;
}
#sidebar .custom-social-icons i:hover,
#footer .custom-social-icons i:hover{
  background-image: linear-gradient(to right, #f2cc34 , #f85857);
  border:none;
}
#sidebar a.rsswidget {
  color: #1f2732;
}
#sidebar td#prev a {
  color: #1f2732;
}
#sidebar caption{
  color: #1f2732;
  font-weight: bold;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #1f2732;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #1f2732;
}
#sidebar select, 
.woocommerce .woocommerce-ordering select{
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #1f2732;
  background: transparent;
}
#sidebar form{
  text-align: center;
}
#sidebar .h3 {
  font-size: 18px;
  display: block;
  color: #fff;
  font-weight:700;
  text-transform:uppercase;
  padding: 10px 15px;
  margin:0 0 15px;
  text-align:center;
  background: #16181a;
}
#sidebar input[type="search"] {
  padding: 15px;
 
  margin-bottom: 10px;
  color: #1f2732;
  border: solid 1px #e4e3ed;
  width: 100%;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  color: #1f2732;
  padding: 15px;
 
  width: 100%;

}
#sidebar .widget {
  padding: 20px;
  border: 1px solid #e4e3ed;
  margin-bottom: 30px;
  box-shadow: 0px 15px 35px -15px #e4e3ed;
  background: #fff;
}
#sidebar #custom_html-3.widget {
  padding: 0;
  border: none;
  
  box-shadow: none;
  background: none;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height:1.3;
}
#sidebar ul li{
  color: #1f2732;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #e4e3ed;
  
}
#sidebar ul li:last-child {padding-bottom:0;margin-bottom:0;border:none;}
#sidebar ul li a {
  color: #1f2732;
  font-weight:700;
}
#sidebar ul li a:hover{
  color: #00abeb;
}


.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}

/*------------ PAGE CSS -------------*/

.error404 p {
  text-align: center !important;
}
#content-vw p{
 
  
  margin:0 0 20px 0;
}
#content-vw h1 {margin:0 0 15px;font-size:25px;}
#content-vw h2{
  padding:0;
  margin:0 0 25px; 
}
#content-vw h3{
  padding:0;
  margin:0 0 25px; 
}
#content-vw h4{
  padding:0;
  margin:0 0 25px;
}
#content-vw h5{
  margin:0 0 15px;
  padding:0; 
}
#content-vw h6{
  margin:0 0 15px;
  padding:0; 
}
#content-vw ul{
  list-style:none;
  margin:0 0 15px!important;
 padding:0;
 
}
#content-vw ul li {margin-bottom:5px;}
#content-vw ol{
  list-style: none;
  margin:0 0 0 15px;
  padding:10px 0 0 0; 
 
  counter-reset: myCounter;
}
#content-vw ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-vw ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}

/*------------- PAGINATION CSS --------------*/
.pagination {
  clear:both;
  position:relative;
  margin-bottom:30px;
  
  
  font-weight:bold;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 2px 0;
  padding:10px 17px;
  text-decoration:none;
  width:auto;
  color: #fff;
  background: #16181a;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover{
  background: #2b2f32;);
  
} 
.pagination .current {
  padding: 10px 15px;
  background: #2b2f32;
  font-weight: bold;
  
}
#content-vw .pagination ul{
  margin:0;
  clear:both;
}
#content-vw .pagination ul li{
  margin:0;
}
.post-navigation{
  clear:both;
}
.post-navigation {
  clear: both; 
}

.post-navigation .current .screen-reader-text { 
  position: absolute !important; 
}
.post-navigation a { 
  color: #1f2732; 
  display: block; 
  padding: 1.75em 0;
  line-height:1.2;
}
.post-navigation span { 
  display: block; 
}
.post-navigation .meta-nav { 
  color: #686868; 
  font-size: 12px;
  

  margin-bottom: 0.5384615385em; 
  text-transform: uppercase; 
}
.post-navigation .post-title {
  display: inline; 
  
  font-weight: 700;  
  line-height: 1.2173913043; 
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title { 
  color: #00abeb;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #00abeb;
}
.post-navigation .nav-links {
  position: relative;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.post-navigation .page-numbers {
  display: inline-block; 
 
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,
.post-navigation .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,
.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,
.post-navigation .prev:focus,
.post-navigation .next:hover,
.post-navigation .next:focus {
  background-color: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,
.post-navigation .next:focus {
  outline: 0;
}
.post-navigation .prev {
  right: 54px;
}



/*------------------RESPONSIVE MEIDA-------------------*/

@media screen and (max-width:767px) {
  #slider .inner_carousel,.search-box,
  #topbar p,.logo, #contact_info p,
  #contact_info .custom-social-icons,
  #topbar .custom-social-icons {
    text-align: center;
  }
  .search-box {display:none;}
  #header .menu a::after,
#header .menu a::before {
  display:none;
}
#header .menu a:hover {color:#00abeb!important}
  .logo {padding-bottom:25px;}
  .page-template-custom-home-page .inner-header{
    border-radius:0;
  }
  .page-template-custom-home-page .middle-header{
    position: static;
  }
  #contact_info{
    margin: 0;
    background: #1f2732;
    padding: 10px 0;
  }
  .info-border{
    border:none;
    padding: 0;
  }
  #slider .carousel-control-prev,
  #slider .carousel-control-next{
    width: auto;
  }
  #slider .carousel-caption {
    padding: 0;
    right: 10%;
    left: 10%;
    clip-path: none;
    background: transparent;
  }



  .scrollup {
    right: 8px;
    background: #f85857;
  }
  .toggle{
    width:100%; 
    color: #fff;
    font-weight: 500;
    background: url('assets/images/responsive_menu.png') no-repeat right center #1f2732;
    padding:10px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    border: none;
    display:block;
	cursor:pointer;
	
  }
  .toggle:focus {outline:0!important;}
  .nav{
    display:none;
  }
  .home-page-header {
  padding-bottom:30px;
}
  #header .nav ul{ 
    width:100%; 
    float:none !important; 
    margin:0;
    background: #1f2732;
  }
  #header .nav ul li{
    border-top: solid 1px #434343; 
    display:block; 
    float:none; 
    text-align:left;
  }
  .nav{
    padding: 0;
  }
  .nav ul li ul, 
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li a{
    color: #fff !important;
    padding: 12px !important;
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }  
}
@media screen and (min-width:768px){
  #header .nav ul li ul{
    display:none; 
    z-index:2;
  }
  #header .nav ul li:hover > ul{
    display: block;
    background: #1f2732;
    width: 200px;
    position: absolute;
    top: 70px;
    left: 0;
    text-align: left;
    z-index: 99;
  }
  #header .nav ul li:hover > ul li{ 
    display:block;
    border-bottom: solid 1px #434343;
  }
  #header .nav ul li:hover ul li ul{
    display:none;
  }
  #header .nav ul li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:200px; 
    top:5px;
  }
  #header .nav ul.sub-menu,
  #header .nav ul.children{
    margin-top:10px;
  }
  #header .nav ul.sub-menu li a:hover,
  #header .nav ul.children li a:hover {
    background-image: linear-gradient(to right, #f2cc34 , #f85857);
    color: #1f2732;
  }
  #header .nav ul.sub-menu li a,
  #header .nav ul.children li a{
    padding: 12px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px){
  .page-template-custom-home-page .middle-header{
    position: static;
  }
  .page-template-custom-home-page .inner-header{
    border-radius: 0;
  }
  #contact_info{
    margin: 0;
    background: #1f2732;
    padding: 10px 0;
  }
  .info-border{
    border:none;
    padding: 0;
  }
  #slider .carousel-caption {
    right: 10%;
    left: 10%;
    padding: 0;
    top: 38%;
  }
}
@media (max-width:991px) {
.post-main-box .box-image img {margin-bottom:15px;width:100%;}

}
@media screen and (min-width: 991px) and (max-width: 1023px){
  .page-template-custom-home-page .middle-header{
    position: static;
  }
  .page-template-custom-home-page .inner-header{
    border-radius: 0;
  }
  #contact_info{
    margin: 0;
    background: #1f2732;
    padding: 10px 0;
  }
  .info-border{
    border:none;
    padding: 0;
  }
}

/* safari */
a[href^=tel] {
  color:inherit;
  text-decoration: none;
}
.header-btn {padding:9px 0;background:#16181a;text-align:center;}
.header-btn a {padding:10px 70px;color:#fff;}
.logo {padding-top:25px;}
.logo img {max-width:100px;}
.sidebar-btn a {text-transform:uppercase;padding:15px;color:#fff;display:block;text-align:center;font-weight:700;}
a.btn-3 {background:#13ae26;margin-bottom:15px;}
a.btn-3:hover {background:#27c53a;}
a.btn-4 {background:#00abeb;}
a.btn-4:hover {background:#0098d1;}
.header-btn i {margin-right:5px;}
a.btn-1 {background:#2c2d32;}
a.btn-2 {background:#00abeb;}
.section-box {margin:0 -15px;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
.section-col-1 {padding:0 15px;width:20%;float:left;}
.section-col-2 {padding:0 15px;width:80%;float:left;}
.section-col-3 {padding:0 15px;width:70%;float:left;}
.section-col-4 {padding:0 15px;width:30%;float:left;}
.section-col-5 {padding:0 15px;width:50%;float:left;}
.section-col-6 {padding:0 15px;width:33.333%;float:left;}
.section-col-7 {padding:0 15px;width:62%;float:left;}
.section-col-8 {padding:0 15px;width:38%;float:left;}
.section10 .section-col-8 {width:35%;}
.section10 .section-col-7 {width:65%;}
.section4 .h4{margin:0;padding:0;}
.toptext {background:#1e2021;padding:7px 15px;font-size:13px;text-align:center;color:rgba(255,255,255,0.5);}
.top-text {display:none;}
@media (max-width:991px) {
.section-col-1, .section-col-2, .section-col-5, .section-col-7, .section-col-8, .section-col-3, .section10 .section-col-8, .section10 .section-col-7 {width:100%;}
.section1 .section-col-5 {width:50%;}
.section1 .section-col-3 {width:70%;}
.section1 .section-col-1 img {width:150px;}
.section1 .section-col-1 {text-align:center;}
.section5 .section-col-8 {padding:30px 15px 0;}
.section2 .section-col-1, .section3 .section-col-4, .section7 .section-col-1 {display:none;}
.section4 img {width:100%;}
.section10 img {width:100%;margin-bottom:15px;}
}
@media (max-width:767px) {
.section1 .section-col-3, .section1 .section-col-5, .section-col-4 {width:100%!important;}
.s1btn {margin-top:15px;}
}
@media (min-width:992px) {.section10 .section-col-7 {padding:0 15px 0 5px;}}

.section1 .section-col-5 p {margin:0 0 4px;color:#717171;}
.section-col-5 p i {color:#00abeb;margin-right:8px;}
.s1btn {text-align:center;}
.section1, .section2, .section4, .section7, .section10, .section8 {padding:40px 0;background:#fff;}
.section6 {padding:40px 0 20px;}
.section3, .section5, .section8, .section9 {padding:40px 0;}
 .section11 {padding:40px 0 40px;}
.section11 img {margin:0 auto;display:block;}
.section8 .section-col-5 p {font-size:15px;min-height:50px;}
.s5btn {margin-top:7px;}
.s5btn a {color:#fff;text-transform:uppercase;font-weight:700;padding:9px;text-align:center;display:block;max-width:280px;background:#00abeb;}
.section5 button {cursor:pointer;}
.section-box .get-code { 
	display:block;
    box-sizing: border-box;
    border:none;color:#000;font-weight:700;text-transform:uppercase;padding:10px 15px 6px;
    border: 1px dashed rgba(241,196,15,0.4);
    text-align: center;
    max-width:280px;
	color:#f1c40f;
	position: relative;
	
}
.section-box .get-code:hover, .get-code:focus {color:#f1c40f;border: 1px dashed rgba(241,196,15,1);}
.section-box .get-code:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pdp/images/copy.svg);
    mask: url(/wp-content/themes/pok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f1c40f;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
	position:absolute;
	
}
.s1btn a {color:#fff;text-transform:uppercase;font-weight:700;padding:10px 10px 8px;display:block;background:#13ae26;}
.s1btn a:hover {background:#27c53a;}
.s1btn span {font-size:13px;}
.section1 .h4, .section4 .h4, .section8 .h4 {color:#00abeb;font-weight:700;font-size:20px;}
.section8 .h4 {margin-bottom:20px;}
.section2 .h4, .section3 .h4 {color:#31a6e2;font-weight:700;font-size:20px;}
.section2 span, .section3 span {font-size:15px;font-weight:700;}
.section2 ul, .section3 ul {margin:10px 0 0 15px;line-height:1.3;}
.section2 ul li, .section3 ul li {color:#31a6e2;margin:0 0 5px;}
.section2 ul li span, .section3 ul li span {font-size:16px;font-weight:400;color:#717171;}
.section4 p {line-height:1.3;font-size:15px;}
.section7 p {clear:both;margin-bottom:17px;}
.section7 i {float:left;padding-left:1px;line-height:1;padding-top:3px;border-radius:50%;border:1px solid #00abeb;width:25px;height:25px;text-align:center;}
.section4 .section-box {padding-bottom:20px;}
.buttonsection {text-align:center;padding:20px 0;}
.section6 .buttonsection {padding:20px 0 40px;}
.buttonsection a {padding:10px 30px;color:#fff;font-weight:700;text-transform:uppercase;}
.buttonsection a:hover {background: #2c2d32;}
a.modal-btn {display: block;
max-width: 200px;
background: #00abeb;max-width:200px;text-align:center;color:#fff;font-weight:700;padding:10px;margin:20px auto 10px;}
@media (min-width:992px) {.section4 .section-col-5:last-child {padding:0 15px 0 5px;}}
.section8 img {max-height:30px;}
.s8img {border-top:1px solid #d8d8d8;padding-top:15px;}
.section5 {background: #121517;
background: -moz-linear-gradient(left,  #121517 0%, #424242 100%);
background: -webkit-linear-gradient(left,  #121517 0%,#424242 100%);
background: linear-gradient(to right,  #121517 0%,#424242 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121517', endColorstr='#424242',GradientType=1 );
}
.section7 img {border-radius:50%;}
.section5 img {float:left;max-width:100px;margin-right:15px;}
.section5 p {color:#c9c9c9;padding-top:5px;}
.section5 b {color:#f1c40f;}
.reg-content {position:relative;border-top: 1px solid #d8d8d8;min-height:110px;}
.section9 .reg-content {margin-top:30px;}
.reg-content p {padding-top:30px;}
@media (max-width:767px) {.reg-content p {padding-bottom:30px;}}
.reg-content span {padding-top:6px;text-align:center;width:40px;height:40px;border-radius:50%;position:absolute;left:50%;top:-20px;background:#13ae26;color:#fff;font-weight:700;font-size:25px;line-height:1;}
.copy-img img {max-height:25px;margin:10px 20px;}
.copy-img {border-bottom:1px solid #14181a;padding-bottom:10px;margin-bottom:10px;}
.miniature {float:left;width:41%;margin-top:5px;margin-bottom:5px;margin-right:15px;}
.breadcrumb {background:#fff;}
.ddsg-xml-link {margin-top:40px;}
.ddsg-wrapper ul li ul li {list-style:disc;}
.error404 #maincontent {padding:100px 0;text-align: center !important;}
@media (min-width:992px) {.new-text.col-lg-6 {padding-left:0;}}
@media (max-width:767px) {
.single .miniature {width:100%;margin-top:0;margin-bottom:15px;margin-right:0;}
.post-navigation .nav-previous,
.post-navigation .nav-next{width:100%;}
.header-btn a {padding:10px 10px;display:block;}
}
#our-services h1, #our-services h2, #our-services h3, #our-services h4, #our-services h5, #our-services h6 {clear:both;}
#our-services h1 {font-size:35px;line-height:1;}
#our-services h2 {font-size:31px;line-height:1;}
#our-services h3 {font-size:26px;line-height:1.1;}
#our-services h4 {font-size:22px;line-height:1.2;}
#our-services h5 {font-size:19px;line-height:1.3;}
#our-services h6 {font-size:16px;line-height:1.4;}
#our-services ul, #our-services ol {margin:0 0 15px 15px;}
blockquote {border-left:5px solid #00abeb;padding-left: 20px;font-size:18px;color:#000;}
/* Social Sharing */

.jssocials-shares {margin: 0;}

.jssocials-shares * {box-sizing: border-box;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

	
	
.jssocials {
	display: inline-block;
}

#iconsocials .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}

#iconsocials .jssocials-share-link {
	border-radius: 2px;
	padding: 3px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
}

#iconsocials .jssocials-share-logo {
    font-size: 14px;
}
#iconsocial {
	margin-top: 20px;
}
#iconsocial.jssocials {
	text-align:center!important;display:block!important;
}
.section-title h1 {text-align:center;font-size:25px;text-transform:uppercase;}
.section-title {border-bottom: 5px solid #dddddd;}
.archive-description {clear:both;padding:10px 0 40px;} 

.welcome {background:#004e6c url(/wp-content/uploads/2023/04/bg333.jpg) no-repeat right center;background-size:cover;height:400px;padding:60px 0 0;}
.welcome-title {font-size:30px;color:#fff;font-weight:700;max-width:500px;text-shadow: 2px 2px 2px #000;}
a.pd_1 {border-radius:30px;padding:12px;text-align:center;display:block;max-width:200px;margin:30px 0;color:#fff;font-weight:700;text-transform:uppercase;background:#00abeb;}
.welcome .get-code {display:inline-block;font-weight:700;color:#fff;padding:15px;background:rgba(0,0,0,0.6);}
.welcome2 .get-code {display:inline-block;font-weight:700;color:#fff;padding:15px;background:rgba(0,0,0,0.6);}
a.pd_2 {border-radius:30px;padding:10px;text-align:center;display:block;max-width:260px;margin:15px auto;color:#fff;font-weight:700;text-transform:uppercase;background:#2c2d32;}

.welcome .get-code span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #f1c40f;
margin-right:22px;
}

.welcome2 .get-code span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #f1c40f;
margin-right:22px;
}

.welcome .get-code span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pok/images/copy.svg);
    mask: url(/wp-content/themes/pok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f1c40f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

.welcome2 .get-code span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pok/images/copy.svg);
    mask: url(/wp-content/themes/pok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f1c40f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

.welcome2 {display:none;text-align:center;padding:30px 15px;background: linear-gradient(to right, #011923 0%,#0095cd 100%);}
.welcome2 .welcome-title {font-size:24px;max-width:100%;text-shadow: none;}
.welcome2 .get-code {background:none;}
.welcome2 a.pd_1 {padding:10px;max-width:260px;margin:15px auto;}
.bottom-promo {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to right, #011923 0%,#0095cd 100%);} 
.bottom-promo img {max-width:200px;}
.bottom-promo a.pd_1 {padding:10px 30px;max-width:auto;margin:auto;display:inline-block;}
@media (max-width:767px) {
.welcome {display:none;}
.welcome2 {display:block;}
.bottom-promo {display: flex;
 justify-content: space-between;
 align-items: center;}
}

@media (max-width:430px) {
.bottom-promo img {max-width:150px;}
.bottom-promo a.pd_1 {padding:10px 20px;}
}
@media (max-width:355px) {
.bottom-promo img {max-width:100px;}
.bottom-promo a.pd_1 {padding:6px 20px;}
}
@media (max-width:300px) {
.bottom-promo img {max-width:60px;}

}

@media only screen and (max-width: 950px) {
.header-btn {display:none;}}