body{
  background-color: #Fff;
  font-family: Oswald;
}
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pkimg{
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.pk-relative-center{
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.bg-wh-bk{
  background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
.pk-inside{
  height: auto;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media all and (min-width: 992px) {

  a#top_logo img{
    /* background-color: rgba(255, 255, 255, 1); */
    /* border-radius: 2px; */
    padding: 5px;
    width: auto; 
    height:100px;
    margin-left: 50px;
   }
}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  a#top_logo img{
    padding: 5px;
    width: auto; 
    height:50px;
    /* margin-left: 45px; */
   }
}
.light-grey{
  color: lightgrey;
}
.btn-bg{
  background-color: #FEC7BC;
}
 span#compname{
   position: absolute;
   margin-top: 22px;
   margin-left: 5px;
 }
 #footer_widget_logo img{
  background-color: rgba(255, 255, 255);
  border-radius: 10px;
  width: auto; 
  height:150px;
 }
 #topbar {
   min-height: 50px;
  border-bottom: 1px solid #fff;
}
 #topbar ul {
  padding-right: 20px;
}
 #topbar ul li a{
  font-size: 14px;
  padding: 20px 20px 20px 0;
}

nav.footer a{
  font-size: 16px;
  padding-bottom: 0px;
  color: white;
}
nav.footer a:hover{
  color:#E2395B;
}
.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  /* .navbar .megamenu{left:0; right: 0; width:100%; margin-top:0;  } */
  .navbar .megamenu{width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
    img.sliderimg{
    height: 100vh;
    width: 100%;

  }
}
/* ============ mobile view .end// ============ */

@media only screen and (max-width: 600px) {
  /* #top_logo>img{
    width: auto;
    height: 50px;
    
  } */
 #topbar ul li a span.desk-top-details{
    display: none;
    font-size: 8px;
  }
  img.sliderimg{
    height: auto;
    width: 100vh;

  }
}

ul#mega-menu-ul li a{
  font-size: 12px;
  padding: 4px;
}

/* make anything hoverable */
.pk-pointer:hover{
  cursor: pointer;
}

/* parallax */

.parallax {

  /* Full height */
  height: 100%;
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* round element */

.pk-round{
  border-radius: 10px;
}
.pk-thumb-round{
  border-radius: 15px;
}
/* web tech */
.web-tech h1{
  font-size: 100px;
}

.pk-bg-gradnt{
  background-image: linear-gradient(to bottom right, #b2c293,#7dbb00);
}
.bg-logo-blue{
  /* background-color: #00A1F1; */
  background-color: #04567A;
}
.logo-pink{
  color: #E2395B;
}
.logo-green{
  color: #199b7f; 
}
.logo-blue{
  /* background-color: #00A1F1; */
  color: #04567A;
}
.strokeme {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.custom-bg{
  background-color:  #062962 !important;
}
.custom-bg-2{
  background-color:  #1366AA !important;
}
.custom-color{
  color: #1366AA !important;
}
.custom-color-2{
  color:  #0099d7 !important;
}
.prime-color{
  color: #1366AA !important;
}
.sec-color{
  color: #39D3F7 !important;
}
.prime-color-dark{
  color: #062962 !important;
}
.bottom-shadow{
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, #000000 100%)
}
.pg-bg{
  background-color: #F2F2F2 !important;
}
.grey-bg{
  background-color: rgba(221,221,221,1);
}
.custom-bg-gradnt{
  /* blue */
   /*background-image: linear-gradient(to bottom right, #00A1F1,#b0d8ec); */
  /* Green */
   /*background-image: linear-gradient(to bottom right, #7dbb00, #b2c293); */
   background-image: linear-gradient(to bottom right, #199b7f, #199b7f); 
  /* Orange */
  /*background-image: linear-gradient(to bottom right, #E37100,#d6b08a);*/
}
 /* cat thumb card */
 .cat-thumb-card{
  height: 250px;
  width: auto;
  border: 1px solid #E2395B !important;
  /* background-image: url(/<?php //echo media_root; ?>/images/bg-remove.png); */
}
.cat-thumb-card img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.cat-hovr-div{
  height: 100%;
  border-radius: 5px;
}
.cat-thumb-card{
  border-radius: 5px;
  border-color: rgba(0,0,0,0.1);
}
.cat-hovr-div:hover{
  height: 100%; 
  background-color: #04567A;

}
.cat-hovr-div .cat-fnt-i{
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  color: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cat-thumb-card:hover{
-webkit-animation: pulse 1.5s infinite;
animation: pulse 1.5s infinite;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
/* cat thumb end */
.card-hover{
  /* Delay in hover effect */
  transition: transform 0.5s;
  background-color: #faeba7;
  height: 200px;
}
.card-hover img{
  /* Delay in hover effect */
  height: 100%;
}
.card-hover:hover{
  background-color: #199b7f; 
  /* Push 10px upward */
  transform: translateY(-10px);
  /* Zoom */
  /* transform: scale(1.01); */
  color: white;
}
.card-hover:hover *{
  color: white;
}
.pk-magnify{
/* Delay in hover effect */
  transition: transform 0.05s;
}
.pk-magnify:hover{
  /* Zoom */
    transform: scale(2);
  }
.text-capt{
  text-transform: capitalize;
}
.text-upper{
  text-transform: uppercase;
}
.text-lower{
  text-transform: lowercase;
}
.text-deco-none{
  text-decoration: none;
}
.btm-left-round{
  border-bottom-left-radius: 67px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
  } 
body {
  top: 0px !important; 
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.text-shadow{
  text-shadow: 2px 2px 5px red;
}
.hide{
  display: none;
}
.text-bold{
  font-weight: bold;
}

.list-none{
  list-style: none;
}

.my-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .my-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .my-container {
    width: 970px;
  }
}
@media (min-width: 1250px) {
  .my-container {
    width: 1250px;
  }
}
.footer-bg{
  background-color: #000 !important;
}
/* h1,h2,h3,h4,h5,h6, p {
  color: #fff !important;
} */