body {
    font-family: 'Saira Extra Condensed', serif;
    padding-top: 54px;
}
#page-top {
  overflow:hidden;
}
.footer {
  background: #08ADDC;
  text-align: center;
  color: #FFF;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 5rem;/*17rem;*/
    padding-right: 5rem;
    /*background: url('../img/portfolio/p-9.jpg');*/
    /* background-repeat: no-repeat; */
    background-size: 100% 50%;
    background-position: center center;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Saira Extra Condensed', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
}

h1 {
    font-size: 6rem;
    line-height: 5.5rem;
}

h2 {
    font-size: 3.5rem;
}

a {
    color: #2196f3;
}

a:hover,
a:focus,
a:active {
    color: #0f72c1;
}

.subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Saira Extra Condensed', serif;
    font-size: 1.35rem;
}

  ul.list-social-icons {
    margin-top:30px;
  }
  .list-social-icons a {
      color: white; /*#065798;*/
  }

  .list-social-icons a:hover {
    color: #214301;
  }

  .list-social-icons a .fa-lg {
      font-size: 1.75rem;
  }

  .list-icons {
      font-size: 3rem;
  }

  .list-icons .list-inline-item i:hover {
      color: #2196f3;
  }

/*==================================================
                    NAV-BAR
====================================================*/
  #sideNav .navbar-nav .nav-item .nav-link {
      font-weight: 600;
      text-transform: uppercase;
  }

  @media (min-width: 992px) {
      #sideNav {
          text-align: center;
          position: fixed;
          top: 0;
          left: 0;
          display: flex;
          flex-direction: column;
          width: 17rem;
          height: 100vh;
      }
      #sideNav .navbar-brand {
          display: flex;
          margin: auto auto 0;
          padding: 0.5rem;
      }
      #sideNav .navbar-brand .img-profile {
          max-width: 10rem;
          max-height: 10rem;
          border: 0.5rem solid rgba(255, 255, 255, 0.2);
      }
      #sideNav .navbar-collapse {
          display: flex;
          align-items: flex-start;
          flex-grow: 0;
          width: 100%;
          margin-bottom: auto;
      }
      #sideNav .navbar-collapse .navbar-nav {
          flex-direction: column;
          width: 100%;
      }
      #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block;
      }
      #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
          display: block;
      }
  }

/*==================================================
                  BUTTON (Generic)
====================================================*/

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: transparent;
    color: #2196f3;
    cursor: pointer;
}

.btn-green {
    border-color: #2196f3;
    color: #2196f3;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #2196f3;
    color: #fff;
    cursor: pointer;
}

/*==================================================
                  SECTION (Generic)
====================================================*/
  .heading-border {
      width: 60px;
      height: 10px;
      margin: 0 auto 20px auto;
  }

  section.resume-section {
      border-bottom: 1px solid #dee2e6;
      padding-top: 5rem !important;
      /*padding-bottom: 5rem !important;*/
  }

  section.resume-section .resume-item .resume-date {
      min-width: none;
  }

  @media (min-width: 768px) {
      section.resume-section {
          min-height: 100vh;
      }
      section.resume-section .resume-item .resume-date {
          min-width: 18rem;
      }
  }

  @media (min-width: 992px) {
      section.resume-section {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important;
      }
  }

#about {
    position: relative;
    /*background-image: url(../img/profile-banner.jpg);
    background-image: url('https://www.pofcosolution.com/public/img/frontend/mobile_app_banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;*/
  }

  #experience {
    background: #f5f5f5;
  }

  #experience .card h4{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
    color:#555;
  }

#portfolio{
    padding:100px 0;
} 

.port-head-cont{
    margin:20px auto 40px auto;
    text-align: center;
}

.port-head-cont button{
    margin:5px 2px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .caption-port {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(54, 160, 245, 0.73);
}

#portfolio .portfolio-item .portfolio-link .caption-port:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h3,
#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .title-bar {
    padding: 0 0 50px 0;
}

.portfolio-modal .title-bar h1{
    visibility: initial;
    animation-name: initial;
}

.portfolio-modal .modal-dialog .modal-content {
    padding: 10px 0 100px 0;
    border: 0;
    border-radius: 0;
} 

.portfolio-modal .modal-dialog .modal-content img {
    margin-top: 40px;
}

.portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0;
}
 
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2C3E50;
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

@media (max-width: 850px){
    .portfolio-modal .close-modal{
        display: none;
    }
}

#skills {
    background-image: url("../img/bg-stats.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.skill-cover {
    background-color: rgba(31, 31, 31, 0.68); 
}

.skill-cover h3{
  font-family: "hind", sans-serif;
  font-size: 35px;
  margin-bottom: 40px;
}

.skill-item {
    padding: 20px 0;
    margin-bottom: 30px;
    background: rgba(144, 144, 144, 0.78);
}

.skill-item i {
    color: #2196f3;
}

.skill-item h2 {
    color: #fff;
    font-size: "hind", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.skill-item p {
    color: #fff;
    font-family: "hind", sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 300;
    margin-top: 0;
}
 
#awards {
    background: #f0f0f0;
}

#award-box {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}

#award-box:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #cfcdcd;
    position: absolute;
    top: 0;
    left: 50%;
}

#award-box .award {
    width: 50%;
    clear: both;
    position: relative;
}

#award-box .award:before,
#award-box .award:after {
    content: "";
    display: block;
    clear: both;
}

#award-box .award:first-child:before,
#award-box .award:last-child:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #cfcdcd;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #cfcdcd;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg);
}

#award-box .award:last-child:before {
    top: auto;
    bottom: -54px;
}

#award-box .award:last-child:nth-child(even):before {
    right: auto;
    left: -11px;
}

#award-box .award-icon {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
}

#award-box .award-icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
}

#award-box .award:hover .award-icon:before {
    background: #39b3ff;
}

#award-box .award-content {
    width: 85%;
    padding: 18px 30px;
    background: #fff;
    text-align: right;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease 0s;
}

#award-box .award:hover .award-content {
    border: 1px solid #cfcdcd;
}

#award-box .award-content:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
}

#award-box .award:hover .award-content:before {
    background: #39b3ff;
    border-color: #39b3ff;
}

#award-box .award-content:after {
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%;
}

#award-box .date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #39b3ff;
    margin: 0 0 8px;
    transition: all 0.3s ease 0s;
}

#award-box .award:hover .date {
    color: #444;
}

#award-box .title {
    font-size: 18px;
    color: #444;
    margin-top: 0;
    transition: all 0.3s ease 0s;
}

#award-box .award:hover .title {
    color: #39b3ff;
}

#award-box .description {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
}

#award-box .award:nth-child(2n),
#award-box .award:nth-child(2n) .award-content {
    float: right;
    text-align: left;
}

#award-box .award:nth-child(2n) .award-icon {
    right: 0;
    left: -12px;
}

#award-box .award:nth-child(2n) .award-content:before {
    left: -7.3px;
}

#award-box .award:nth-child(2n) .award-content:after {
    left: -14%;
}
 
@media only screen and (max-width: 767px) {
    #award-box {
        padding-left: 20px;
    }
    #award-box:before {
        left: 20px;
    }
    #award-box .award {
        width: 100%;
    }
    #award-box .award,
    #award-box .award-content {
        float: right;
        padding:5px;
        text-align: left;
    }
    #award-box .award:first-child:before,
    #award-box .award:last-child:nth-child(odd):before {
        right: auto;
        left: -11px;
    }
    #award-box .award-icon {
        right: 0;
        left: -12px;
    }
    #award-box .award-content:before {
        left: -7.3px;
    }
    #award-box .award-content:after {
        left: -14%;
    }
}

#contact{
  padding: 50px 0;
}

#contact .contact-cont h3{
  color:#555;
  font-size: 45px;
}

#contact .contact-cont p{
  padding-right: 20px;
  font-size: 15px;
}

#contact .contact-cont2 address,
#contact .contact-cont2 address a{
  color:#666;
}
 
.con-form input {
    border-color: #ccc;
    border-radius: 0;
    color: #717171;
    margin-top: 30px; 
}

.con-form textarea {
    width: 100%; 
    height: 200px;
    margin:30px 0;
    border-color: #ccc;
    border-radius: 0;
    color: #717171;
}

.contact-side-desc{
    padding-top: 40px;
} 

.contact-box-desc h3{
  color:#555;
}

.contact-box-desc h3 i{
  color: #2196f3;
}

.social-icon-f li{
  display: inline-block;
}

.social-icon-f li i{
  height: 35px;
  width:35px;
  line-height: 35px;
  border:2px solid #2196f3;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}  

@media(max-width: 767px){
    #contact-p2 .con-form input{
        margin-bottom: 30px;
    }
    .con-form textarea {
        width: 100%; 
        height: 200px;
        margin:10px 0 30px 0;
        border-color: #ccc;
        border-radius: 0;
        color: #717171;
    }

    .contact-box-desc{
        text-align: center;
    }

    #contact .social-icon-f{
        text-align: center;
    }
}

@media (max-width: 575px){
    #contact .social-icon-f{
            text-align: center;
    }    
}

@media (max-width: 420px){
    #contact .social-icon-f{
            text-align: center;
    }    
}
 
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/**************** NEW ****************/
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-white {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
.dig_icons {
  position: relative;
  top: -170px ;
}
.mr-tp20 {
  margin-top:20px;
}
.mr-rt20 {
  margin-right:20px;
}
.mr-bm20 {
  margin-bottom:20px;
}
.mr-lt20 {
  margin-left:20px;
}
.w3-border{
  border:red;
}
.w3-data {
  border:1px solid red;
  border-radius: 0px 0px 10px 10px;
}
.icopulse-loc {
  padding:15px 17px;padding-top:12px;border-radius:50px;font-size:20px;color:white;margin-right:10px;
}
a.icopulse {
  /*padding: 12px 15px;border-radius: 50px;font-size: 30px;color:white;margin-right:10px;*/
  display: block;
  border-radius: 100%;
  color: #fff;
  height: 60px;
  padding: 15px;
  font-size: 30px;
}
.icopulse1 {
  border-radius:10px;width:45px;height:40px;padding:7px 13px;color:white;
}
.icopulse4:hover {
  color: #fff;
  background: #ff8100;
  border: 1px solid #ff8100;
}
.icopulse4 {
  margin-left: 5px;
  border-radius: 50%;
  color: black;
  padding: 8px 20px;
  font-size: 14px;
  background: transparent;
  line-height: 0px;
  border: 1px solid black;
}

.icopulse2, .icopulse3 {
    margin-left: 12px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 50px;
  }
 .icopulse2, .icopulse3 {
    /*border: 1px solid #214301;*/
 }
.icopulse3 {
  background: black;
}
a.icopulse-eml {
  /*padding:12px 15px;padding-right:10px;border-radius:50px;font-size:30px;color:white;margin-right:10px;text-decoration:none;*/
  border-radius: 100%;
  color: #fff;
  height: 100%;
  font-size: 30px;
  padding: 14px 10px 11px 15px;
  text-decoration: none;
}
a.icopulse-web {
  /*padding:12px 15px;padding-right:6px;border-radius:50px;font-size:30px;color:white;margin-right:10px;text-decoration:none;*/
  border-radius: 100%;
  color: #fff;
  height: 100%;
  font-size: 30px;
  padding: 14px 7px 11px 13px;
  text-decoration: none;
}
a.icopulse-map {
  /*padding:13px 19px;border-radius:50px;font-size:30px;color:white;margin-right:10px;text-decoration:none;*/
  border-radius: 100%;
  color: #fff;
  height: 100%;
  font-size: 30px;
  padding: 14px 19px 11px 20px;
  text-decoration: none;
}
a.icopulse:hover, a.icopulse1:hover, a.icopulse-loc:hover, a.icopulse2:hover, a.icopulse-data:hover, a.icopulse4:hover {
  color: #214301;
}
.pulse {
  cursor: pointer;
  animation: shadow-pulse 2s infinite;
}
.pulse-white {
  cursor: pointer;
  animation: shadow-pulse-white 2s infinite;
}
.data-per {
  color:#fff;
  font-size: 24px;
  font-weight: bold;
}
.data-per-top {
  display:none;
}
.my-auto {
  position: relative;
  top: -15px;
  z-index: 99;
}
#sideNav {
  height: 110px;
}
.imgContainer {
    border-radius: 50%;
    border: 5px solid white;
    height: 22vh;
    width: 22vh;
    position: relative;
    left: -5px;
    top: 0px;
    /*background: url(../img/logo.png) no-repeat #ffffff7d;
    background-size: 98% 90%;
    background-position: center center;*/
    background: #ffffff7d;
}
#imgSLogo {
  /*height: 21vh;
  width: 21vh;*/
  margin-top: 10px;
  height: 25vh;
}
#imgBLogo {
  /*margin-top: 5px;
  height: 32vh;
  width: 34vh;*/
  margin-top: 15px;
  margin-left: 10px;
  height: 30vh;
}
.imgMini {
  border-radius: 50%;
  border: 5px solid white;
  width: 35vh;
  height: 35vh;
  /*background: url(../img/logo.png) no-repeat #ffffff7d;*/
  background-size: 98% 90%;
  background-position: center center;
  z-index:0;
}
.blue .bname {
  /*color: #3ca4f7 !important;*/
  color: #ffffff !important;
}
.orange .bname {
  color: #ea6c00 !important;
}
.gold .bname {
  color: #ffc900 !important;
}
.tagnm {
  font-family: 'Handlee';
  font-size: 2rem;
  font-weight: lighter;;
  /*font-style: italic;*/
}
.imgMiniWHT {
  border-radius: 50%;
  border: 5px solid white;
  width: 35vh;
  height: 35vh;
  background: #ffffff;
  background-size: 98% 90%;
  background-position: center center;
  z-index: 0;
}
.imgContainerWHT {
  border-radius: 50%;
  border: 5px solid white;
  height: 22vh;
  width: 22vh;
  position: relative;
  left: -5px;
  top: 0px;
  background: #ffffff;
}

.bname {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 5.5rem;
  position: relative;
  top: -225px;
  /*left: 50%;*/
  left: 260px;
}
.has-overlay::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:1;
    /*background: #00000082;*/
    /*background: #000000b5;*/
}
.data-email, .data-web, .data-add {
  color:#fff;
  position:relative;
  left: 0.3rem;
  top: -0.7rem;
}
.data-add {
  	top: -2rem;
  	left: 4.5rem;
    width: 35rem;
  }
.box-close {
  position: relative;
  float: right;
  font-size: 30px;
  color: red;
  border: 2px solid red;
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
}
.footer {
  line-height: 36px;
  background: #08ADDC;
  text-align: center;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 10px;
}
.order-item {
  font-size: 15px;
  color: #fff;/*#007bff;*/
}
.imgPort {
  height: 200px;
  width: 300px;
}
#img-prt {
  height: 500px;
  width: 500px;
  margin-left: 25%;
}
#img-qrc {
  height: 500px;
  width: 500px;
  margin-left: 25%;
}

.nav-pills li {
  margin-right: 10px;
  border-radius: 5px;
  background: #464a4e;
  text-align: center;
  padding: 7px;
  width: 150px;
  color: #ffffff;
  cursor: pointer;
}
#data-tab {
  width: 780px;
  text-align: justify;
}
.hdrbnk {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.lblbnk {
  width: 30%;
  text-align: right;
}
#tabpane {
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/*body.blue {
  background: url('https://wallpaperplay.com/walls/full/3/d/3/65922.jpg');
}*/
/*.blue #about {
  background-image: url('https://www.pofcosolution.com/public/img/frontend/mobile_app_banner.jpg');
}
*/.blue .heading-border {
  background-color: #2196f3;
}
.blue .nav-pills li.active {
  background: #065798;
}
.blue #tabpane {
  border: 1px solid #065798;
}
.blue .bg-primary {
  background-color: #2196f3 !important;
}
.blue .text-primary {
  color: #2196f3 !important;
}
.blue .icopulse-loc, .blue .icopulse1, .blue .icopulse2, .blue a.icopulse, .blue a.icopulse-eml, .blue a.icopulse-web, .blue a.icopulse-map {
  background-color: #065798;
}
.blue a.icopulse3:hover {
  background: #fff;
  color: #065798;
  border:1px solid #065798;
}

/*body.dgreen {
  background: url('https://ak2.picdn.net/shutterstock/videos/8881222/thumb/1.jpg');
}*/
.dgreen .heading-border {
  background-color: #007d1d !important;
}
.dgreen .nav-pills li.active {
  background: #00c72e;
}
.dgreen #tabpane {
  border: 1px solid #00c72e;
}
.dgreen .bg-primary {
  background-color: #007d1d !important;
}
.dgreen .text-primary {
  color: #007d1d !important;
}
.dgreen .icopulse-loc, .dgreen .icopulse1, .dgreen .icopulse2, .dgreen a.icopulse, .dgreen a.icopulse-eml, .dgreen a.icopulse-web, .dgreen a.icopulse-map {
  background-color: #00c72e;
}
.dgreen a.icopulse3:hover {
  background: #fff;
  color: #00c72e;
  border:1px solid #00c72e;
}

/*body.orange {
  background: url('https://ak2.picdn.net/shutterstock/videos/8881222/thumb/1.jpg');
}*/
.orange .heading-border {
  background-color: #fd9a00 !important;
}
.orange .nav-pills li.active {
  background: #ea6c00;
}
.orange #tabpane {
  border: 1px solid #ea6c00;
}
.orange .bg-primary {
  background-color: #fd9a00 !important;
}
.orange .text-primary {
  color: #fd9a00 !important;
}
.orange .icopulse-loc, .orange .icopulse1, .orange .icopulse2, .orange a.icopulse, .orange a.icopulse-eml, .orange a.icopulse-web, .orange a.icopulse-map {
  background-color: #ea6c00;
}
.orange a.icopulse3:hover {
  background: #fff;
  color: #ea6c00;
  border:1px solid #ea6c00;
}

/*body.gold {
  background: url('https://ak2.picdn.net/shutterstock/videos/8881222/thumb/1.jpg');
}*/
.blue .has-overlay::after {
    background: #000000b5;/*#1b90c729;/*#006bff*/
  }
  .blue .heading-border {
    background-color: #08ADDC !important;
  }
  .blue .nav-pills li.active {
    background: #08ADDC;
  }
  .blue #tabpane {
    border: 1px solid #08ADDC;
  }
  .blue .bg-primary {
    /*background-color: #08ADDC !important;*/
    background-color: #ffffff !important;
  }
  .blue .text-primary {
    color: #08ADDC !important;
  }
  .blue .icopulse-loc, .blue .icopulse1, .blue .icopulse2, .blue a.icopulse, .blue a.icopulse-eml, .blue a.icopulse-web, .blue a.icopulse-map {
    background-color: #08ADDC;
  }
  .blue a.icopulse3:hover {
    background: #fff;
    color: #08ADDC;
    border:1px solid #08ADDC;
  }

  .orange .has-overlay::after {
    background: #0000008a;
  }
  .orange .heading-border {
    background-color: #ea6c00 !important;
  }
  .orange .nav-pills li.active {
    background: #ea6c00;
  }
  .orange #tabpane {
    border: 1px solid #ea6c00;
  }
  .orange .bg-primary {
    background-color: #ea6c00 !important;
  }
  .orange .text-primary {
    color: #ea6c00 !important;
  }
  .orange .icopulse-loc, .orange .icopulse1, .orange .icopulse2, .orange a.icopulse, .orange a.icopulse-eml, .orange a.icopulse-web, .orange a.icopulse-map {
    background-color: #ea6c00;
  }
  .orange a.icopulse3:hover {
    background: #fff;
    color: #ea6c00;
    border:1px solid #ea6c00;
  }

  .dgreen .has-overlay::after {
    background: #2261307d;
  }
  .dgreen .heading-border {
    background-color: #007d1d !important;
  }
  .dgreen .nav-pills li.active {
    background: #007d1d;
  }
  .dgreen #tabpane {
    border: 1px solid #007d1d;
  }
  .dgreen .bg-primary {
    background-color: #007d1d !important;
  }
  .dgreen .text-primary {
    color: #007d1d !important;
  }
  .dgreen .icopulse-loc, .dgreen .icopulse1, .dgreen .icopulse2, .dgreen a.icopulse, .dgreen a.icopulse-eml, .dgreen a.icopulse-web, .dgreen a.icopulse-map {
    background-color: #007d1d;
  }
  .dgreen a.icopulse3:hover {
    background: #fff;
    color: #007d1d;
    border:1px solid #007d1d;
  }


  .gold .has-overlay::after {
    background: #00000040; /*#ffd40038;*/
  }
  .gold .heading-border {
    background-color: #ffc900 !important;
  }
  .gold .nav-pills li.active {
    background: #ffc900;
  }
  .gold #tabpane {
    border: 1px solid #ffc900;
  }
  .gold .bg-primary {
    background-color: #ffc900 !important;
  }
  .gold .text-primary {
    color: #ffc900 !important;
  }
  .gold .icopulse-loc, .gold .icopulse1, .gold .icopulse2, .gold a.icopulse, .gold a.icopulse-eml, .gold a.icopulse-web, .gold a.icopulse-map {
    background-color: #ffc900;
  }
  .gold a.icopulse3:hover {
    background: #fff;
    color: #ffc900;
    border:1px solid #ffc900;
  }

.line-break {
  display: none;
  margin-bottom: -15px;
}


@media only screen and (max-width: 479px) {
  #img-prt {
    height: 350px;
    width: 100%;
    margin-left: 0%;
    margin-top: 25%;
  }
  #img-qrc {
    height: 300px;
    width: 300px;
    margin-left: 0%;
    margin-top: 25%;
  }
  .line-comma {
    display: none;
  }
  .line-break {
    display: block;
  }
  .sec-email {
    position: relative;
    left: 3.2rem;
  }
  #data-tab {
    width: 300px;
  }
  .dig_icons {
    top: 35px;
  }
  .order-item {
    font-size: 12px;
    color: #fff;
  }
  .tagnm {
    font-size: 1rem;
  }
  .bname {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 50px; /*27px;*/
    left: 0px;
  }
  .data-per {
    font-size: 18px;
    font-weight: normal;
  }
  .data-add {
    top: -40px;
    left: 50px;
    max-width: 15rem;
  }
  .data-email {
    top: -14px;
    max-width: 15rem;
  }
  .data-web {
    top: -12px;
    max-width: 15rem;
  }
  a.icopulse {
    font-size: 18px;
    height: 48px;
  }
  a.icopulse4 {
    margin-left: 5px;
    padding: 7px 10px;
  }
  a.icopulse-eml {
    font-size: 18px;
  }
  a.icopulse-web {
    font-size: 18px;
  }
  a.icopulse-map {
    font-size: 18px;
    padding: 11px 16px;
  }
  .nav-pills li {
    margin-right: 6px;
    padding: 7px;
    width: 100px;
    font-size: 13px;
  }
  #tabpane {
    font-size: 14px;
  }
  .footer {
    line-height: 26px;
    font-size: 12px;
    padding-top: 10px;
  } 
}
@media only screen and (min-width: 479px) and (max-width: 767px) {  
  .dig_icons {
    top: 0px;
  }
  .bname {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.2rem;
    top: -10px;
    left: 0px;
  }
  .data-per {
    font-size: 22px;
    font-weight: normal;
  }
  .data-add {
    top: -40px;
    left: 80px;
    max-width: 25rem;
  }
  .data-email {
    top: -14px;
    max-width: 15rem;
  }
  .data-web {
    top: -12px;
    max-width: 15rem;
  }
  a.icopulse {
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 30px;
    margin-right: 10px;
  }
  a.icopulse-eml {
    padding: 12px 15px;
    padding-right: 10px;
    font-size: 30px;
    margin-right: 10px;
  }
  a.icopulse-web {
    padding: 12px 15px;
    padding-right: 6px;
    font-size: 30px;
    margin-right: 10px;
  }
  a.icopulse-map {
    padding: 13px 19px;
    font-size: 30px;
    margin-right: 10px;
  }
  .box-close {
    float:left;
    left: 45%;
  }
  .my-auto {
    top: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .bname {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.2rem;
    top: -100px;
    left: 0px;
  }
  .dig_icons {
    top: -120px;
  }
  .data-per {
    font-size: 22px;
    font-weight: normal;
  }
  .my-auto {
    top: 105px;
  }
  #img-prt {
    height: 350px;
    width: 350px;
    margin-left: 15%;
  }
  #img-qrc {
    height: 350px;
    width: 350px;
    margin-left: 15%;
  }
}

/* custom css */
.red_text {
  color: #B41E17;
  font-size: 20px;
}
.black_text {
  color: #000000;
  font-size: 20px;
}