#base-loader {
  position: fixed !important;
  top:0;
  width:100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  background-color: black;
  z-index:100000;
  opacity:0.3;
}

#spin-loader {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border: 20px solid #f3f3f3;
  border-radius: 50%;
  border-top: 20px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1;
}

@media (max-width: 992px) {
    #spin-loader {
      left: 35%;
      top:35%;
    }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.banner .image {
    position: relative;
    width: 100% !important;
}

.banner .title {
    font-weight: bold;
    position: relative;
    font-size: 24px;
    padding: 30px 0;
}

@media (max-width: 992px) {
    .banner .title {
        font-weight: bold;
        position: relative;
        font-size: 24px;
        padding: 20px 0;
    }
}


.ds-content h4.title {
    font-weight: bold;
    position: relative;
    color: #0080C0;
    margin-top: 10px;
}

form .form-group label {
    font-size: 14px;
}

form .form-group input.form-control {
    border-radius:0px;
}

.select2-container .select2-selection--single {
    cursor: pointer;
    height:35px;
    padding-top: 3px;
    padding-left: 4px;
    border-radius:0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}

.modal-content .table thead th {
    font-size: 13px;
}

.modal-content .table tbody td {
    font-size: 12px;
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #50d8af;
    padding: 15px 10px;
}

#portfolio .portfolio-item .portfolio-info h4{
    font-size: 12px;
}

#portfolio .portfolio-item .sub-info{
    padding: 5px;
    border: 1px solid silver;
    font-size: 12px;
    height: 60px;
    text-transform: capitalize;
    text-align: left;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 30px;
    font-size: 14px;
    top: calc(70% - 18px);
    color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.3s;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.social-media-big-list{
    font-size: 50px;
    letter-spacing: 15px;
}

.card-blogs, .card-blogs p, .card-blogs div, .card-blogs span {
    font-family: "Montserrat", sans-serif !important;
    text-align: justify !important;
    text-indent: 0pt !important;
}

#modal_pop_up_adds .modal-content{
    border-radius: 10px;
    border:0px;
}

.full-images {
    background: linear-gradient(to bottom right, whitesmoke, aqua);
    min-height: 300px;
    border-radius: 10px;
}

.full-images ul li {
   list-style: none;
   border-radius: 10px;
   background-color: white;
   padding: 5px;
   text-align: center;
}

.full-images ul li a img {
   width:200px;
   height: 40px;
   border-radius: 10px;
}

.pop-up-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pop-up-close span{
    font-size: 30px;
}

.pop-text {
    position: absolute;
    bottom: 10px;
    top: auto;
    font-style: italic;
    font-size: 20px;
    padding: 5px 15px;
    color: blue;
    text-shadow: 1px 1px 2px gray;
    width: 90%;
    font-weight: bold;
}

.pop-button {
    position: absolute;
    bottom: 0px;
    top: auto;
    font-style: italic;
    font-size: 16px;
    padding: 10px 15px;
}

.btn-download {
    background: transparent;
    color: #117a8b;
    border-radius: 0;
    border: 2px solid #117a8b;
    padding: 10px;
}

section#contact iframe {
    width:100%;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
 }
 
 .navbar .dropdown-menu {
   border:none;
   background-color:#fff!important;
   width:265px;
   border: 2px solid #004080;
 }
 
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
    /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top:0px;
    padding-bottom:0px;
  }
  
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding:.5rem .5rem;
    margin:0 .25rem;
  }
  
  /* makes the dropdown full width  */
  .navbar .dropdown {position:static;}
  .navbar .dropdown-menu:first-of-type {
    width:100%;
    left:0;
    right:0;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  
  }
 
 }
 
 .list-group.borderless a {
    border: 0px !important;
    font-size: 12px;
    padding: 5px 0px ;
 }
 
 .list-group.borderless a:before {
   font-family: "FontAwesome";
   content: "\f054";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   font-weight: 500;
   font-size: 10px;
}

.base-menu {
    border-radius:10px;
    box-shadow: 1px 1px 2px gray;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -320px;
    width: 320px;
    overflow-y: auto;
    transition: 0.4s;
}

#nav-menu-container {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.logo-top {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.logo-top h1{
    margin: 0;
}

.logo-top img{
    width: 160px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    
    .logo-top {
        padding:0px 0;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
    
    .logo-top img{
        width: 60px;
        margin-top: 10px;
        position: fixed;
        z-index:1091;
        left:10px;
    }
    
}

#topbar {
    background: #25E05E;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #fff;
}

#topbar .social-links a:hover {
    color: #50d8af;
}
#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 0px solid #e9e9e9;
}

#topbar .contact-info a {
    color: #fff;
}

#topbar .contact-info i {
    color: #fff;
    padding: 4px;
        padding-left: 4px;
}

.item-caption {
    position: absolute;
    width: 50%;
    margin-top: 0 auto;
    top: 50px;
    vertical-align: middle;
    z-index:10;
    color: navy;
    text-shadow: 2px 2px 2px #fff;
}

.item-caption h1 {
    width: 90%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.item-caption p {
    width: 80%;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px #fff;
}

.item-back-trans {
  position: fixed;
  top:0;
  left: 0;
  width: 60%; 
  height: 410px; 
  border-top: 400px solid #004080;
  z-index:9;
  opacity: 0.3;
}

.item-caption {
    
}

@media screen and (max-width: 768px) {
    
    .item-caption {
        width: 70%;
        color: #fff !important;
        text-shadow: 2px 2px 2px #333;
        top:18px;
    }
    
    
    .item-caption h1 {
        width: 90%;
        font-size: 16px;
        text-shadow: 1px 1px 1px #333;
        color:#fff;
    }
    
    .item-caption p {
        font-size: 12px;
        margin-top: 20px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #333;
        color:#fff;
    }
    
    .item-back-trans {
      position: fixed;
      top:0;
      width: 70%; 
      height: 320px; 
      border-top: 400px solid #004080;
      border-right: 200px solid transparent;
      z-index:9;
      opacity: 0.3;
    }
    
}

#about .content h2{
    text-align: left;
    color: #0080FF;
    font-size: 24px;
}

.section-header{
    text-align: center;
}

.section-header .about-desc p{
    text-align: justify;
}

.section-header h2 {
    color: #0080FF;
    font-size: 26px;
    letter-spacing: 2px;
}

div.about-us.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #50d8af;
    bottom: 0;
    left: 0;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #50d8af;
    bottom: 0;
    left: 45.5%;
}


.company-name-title {
    font-size: 16px;
    font-weight: 700;
    text-transform:uppercase;
    color: gray;
}

@media screen and (max-width: 768px) {
 
     .section-header h2::before {
        content: '';
        position: absolute;
        display: block;
        width: 100px;
        height: 3px;
        background: #50d8af;
        bottom: 0;
        left: 40%;
    }
    
    .company-name-title {
        font-size: 12px;
        font-weight: 700;
        text-transform:uppercase;
        color: gray;
        display: none;
    }
 
}



.nav-menu li {
    white-space: normal;
}

.top-banner{
    background: rgb(46,46,46);
    background: linear-gradient(90deg, rgba(46,46,46,1) 0%, rgba(14,14,14,1) 35%, rgba(4,0,23,1) 100%); 
    color:#fff;
}

.bg-navy {
    background-color: navy !important;
    color: #fff;
}

.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: navy;
    font-weight: 500;
    font-size: 15px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu .menu-active > a {
    color: #159b42;
}

.list-category li a {
    color: gray;
    font-size: 13px;
    text-align: justify;
}

.list-category li a:before {
   font-family: "FontAwesome";
   content: "\f111";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   font-weight: 900;
}

.content-news p, .content-news p span, .content-news span {
    text-align: justify !important;
}

ul li .base-menu h3 {
    color: #333;
    font-size: 22px;
    padding: 5px 0;
    white-space: normal;
}

#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li .base-menu h3 {
    color: #333;
    font-size: 22px;
    padding: 5px 0;
    white-space: normal;
}

#mobile-nav ul li .list-group.borderless a {
    color: #333;
    font-size: 14px;
    padding: 5px 0;
}

#newslatter .newslatter .detail-news {
    max-height:450px;
    overflow:auto;
}

.newslatter h4 {
    font-size: 22px;
    color: #0080FF;
    height: 50px !important;
}

.newslatter img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.newslatter h4:before {
    position: relative;
    content:'';
    border:2px solid green ;
    width:100%;
    margin-right: 20px;
}

.newslatter .news-title, .newslatter .news-title a {
    font-size: 13px;
    color: #0080C0 !important;
}

.newslatter .news-title table td {
    color: #333 !important;
}

.newslatter .news-detail {
    padding: 15px 15px;
    margin-bottom: 6px;
    box-shadow: 0.5px 1px 3px gray;
    border-radius:2px;
    margin: 10px !important;
        margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
 
 
}

.marquee-text {
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #008040;
}

.company-top-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
   font-size: 22px;
  background: linear-gradient(blue, green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-top-title-2 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
   font-size: 22px;
  background: linear-gradient(green, silver);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-gradient {
  background: #2193b0; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2193b0, #6dd5ed); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2193b0, #6dd5ed);
}

.back-gradient-1 {
    background: #FFEFBA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.back-gradient .section-header h2 {
  color: #fff;
}

.back-gradient .testimonial-item {
    background-color: #fff;
}

.back-gradient2 {
    background: #a8ff78;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.back-gradient2 .section-header h2 {
  color: #fff;
}

.back-gradient2 .testimonial-item {
    background-color: #fff;
}


#banner-home {
    overflow: hidden;
    padding: 0px !important;
}

#super-owl-demo .owl-item div{
  padding:5px;
}
#super-owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.related-links-carousel img {
    border-radius:30px;
}

#ppid_document .card {
    border-color:#159b42;
    margin-bottom: 5px;
}

#ppid_document .card, #ppid_document .card .card-header .input-group button.btn-link{
    border-radius:0px;
    
}

#ppid_document .card .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size:20px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #159b42;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border:none;
    border-right: 1px solid #159b42;
    border-radius: 0px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
}


#ppid_document .card .card-header {
    padding: 0px;
    background-color: #fff;
    border-color:#159b42;
}

#ppid_document .card .card-header button {
    border-radius:0px;
    font-size: 20px;
    padding: 20px;
    text-align: left;
}


#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 250px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item p {
    font-size: 20px;
    font-style: italic;
    margin: 0 auto 15px auto;
}

.please-delete-photo {
    color: #333 !important;
}

.team-member {
    margin: 10px;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .team-member {
  text-align: center;
  margin-bottom: 20px;
}

#team .team-member .pic {
  height: 200px;
  overflow: hidden;
  text-align: center;
}

#team .team-member .pic img {
  max-width: 100%;
}

#team .team-member .details {
  height: 95px;
  background: #50d8af;
  color: #fff;
  padding: 15px 5px;
  border-radius: 0 0 3px 3px;
}

#team .team-member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 13px;
}

#team .team-member span {
  font-style: italic;
  display: block;
  font-size: 11px;
}

#team .team-member .social {
  margin-top: 5px;
}

#team .team-member .social a {
  color: #fff;
}

#team .team-member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media screen and (max-width: 480px) {
    
    .team-member {
        margin: 10px;
        padding: 30px;
    }

 
    #team .team-member .pic {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    
    #team .team-member .pic img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
 
    #team .team-member h4 {
      font-weight: 700;
      margin-bottom: 2px;
      font-size: 20px;
    }
    
    #team .team-member span {
      font-style: italic;
      display: block;
      font-size: 16px;
    }

}

@media screen and (max-width: 768px) {
    
    .team-member {
        margin: 10px;
        padding: 30px;
    }

 
    #team .team-member .pic {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    
    #team .team-member .pic img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
 
    #team .team-member h4 {
      font-weight: 700;
      margin-bottom: 2px;
      font-size: 16px;
    }
    
    #team .team-member span {
      font-style: italic;
      display: block;
      font-size: 13px;
    }

}

.gallery-video .card .card-header {
    overflow: hidden;
    background-color: #fff;
    height: 70px;
    text-transform: lowercase;
}

.gallery-video .card .card-header h4{
    font-size: 15px;
    text-transform: capitalize;
}

.gallery-video .card .card-body {
    background-color: #fff;
    text-transform: lowercase;
    border: none;
    padding: 2px;
}

#team .owl-dots {
    position: relative;
    bottom: 20px;
}

.owl-nav button {
    top: 50%;
    position: absolute;
    font-size:33px;
    color: #333;
    text-shadow: 1px 1px 3px #fff;
}

.owl-nav button.owl-prev {
    left:10px;
}

.owl-nav button.owl-next {
    right:10px;
}

.owl-nav button span {
    font-size:42px;
    color: #333;
    text-shadow: 1px 1px 3px #fff;
    font-weight: 700;
}

#team .owl-nav, #team .owl-dots {
  text-align: center;
}

#team .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#team .owl-dot.active {
  background-color: #50d8af;
}

.content-description img{
    max-width: 100% !important;
}

#employee_of_the_month .officer-info .card {
    height: 230px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px silver;
}

#employee_of_the_month .officer-info .card .best-officer-image {
    overflow: hidden;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

#employee_of_the_month .officer-info .card .star {
    color: yellow;
    text-shadow: 1px 1px 1px #333;
}

#employee_of_the_month .officer-info .card .officer-name {
    color: #0080C0;
    font-size: 18px;
    font-weight: 700;
}

#employee_of_the_month .officer-info .card .officer-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.officer-check {
    position: absolute;
    font-size:30px;
    color:#FF8040;
    text-shadow: 2px 2px 1px #333;
    right: 5px;
    top: 0px;
}

@media screen and (max-width: 768px) {
    
    #employee_of_the_month .officer-info .card {
    height: auto;
    }
    
    #employee_of_the_month .officer-info .card .best-officer-image {
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #employee_of_the_month .officer-info .card .star {
        color: yellow;
    }
    
    #employee_of_the_month .officer-info .card .officer-name {
        text-align: center;
        color: #0080C0;
        font-size: 15px;
        font-weight: 700;
    }
    
    #employee_of_the_month .officer-info .card .officer-title {
        text-align: center;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }

}

#footer-old {
    background: #FFEFBA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#end-footer {
}

#end-footer h4 {
    font-weight: bold;
}

#end-footer .end-footer-detail{
    border: 1px solid black;
}

#contents-d .column {
    height: 300px;
    padding: 2em;
    color: #fff;
}

.section-d .container {
    width: 100%;
}

#contents-d .column:first-child {
    background-color: #0080C0;
    color: #fff;
}

#main-footer {
    padding: 2em;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 9pt;
}

.section-d {
    background-color: #0080C0;
}

#contents-d .column ul li {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#contents-d .column ul li a {
    color: #fff;
}

#contents-d .column table {
    font-size: 13px;
    border-collapse: collapse;
}

#contents-d .column table tbody {
    background: #fff;
    color: #004080;
}

@media(min-width:700px) {
    
    .grid {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    #contents-d{
        grid-column:3;
        text-align: left;
    }
    
    #contents-d h2{
        font-size:14pt;
    }
    
    #contents-d p{
        font-size:11pt;
    }
    
}

#floating-watch {
    position: fixed;
    z-index: 9999;
    top: 50px;
    right: 10px;
    text-align: center;
    
}

#footer .copyright {
    text-align: center;
    padding: 20px 0px;
}
#floating-watch .floating-date {
    font-weight: bolder;
    color: #004080;
    
}

.watch-title {
    float: left;
    background: #fff;
}

#floating-watch .box {
    width:30px;
    height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    border:1px solid #fff;
    border-radius: 20px;
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#floating-watch .box .watch-title {
    width:80px;
    height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    border:1px solid #fff;
}

@media(max-width:768px) {
    
    #floating-watch {
        position: fixed;
        z-index: 9999;
        top: 5px;
        right: 40%;
        text-align: center;
        
    }
    
}


@media(max-width:1024px) {
    
    #floating-watch {
        position: fixed;
        z-index: 9999;
        top: 10px;
        right: 38%;
        text-align: center;
        
    }
    
}

.footer-credit {
    position: relative;
    bottom: -20px;
}

.bg-dark {
    background-color: #272727 !important;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
    color: #272727;
    text-align: center;
    padding: 20px 0px;
}

.box-company-service {
    height: 260px;
    border:1px solid #fff;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 1px 1px 3px silver;
}

.box-company-service .title {
    text-align: center;
    height: 60px;
    font-weight: bold;
}

.box-company-service .read-more {
    text-align: center;
    height: 30px;
    font-weight: bold;
}