
.text-primary {
    color:#080501 !important;
}

h2.text-primary {
    color: #080501;
    font-size: 20px;
    padding-bottom: 10px;
}

.main-menu > ul > li > a {
    padding: 30px 5px 25px 10px;
}
  
  .nav-pills.nav-pills-custom .nav-link {
    border-radius: 20px;
    padding: .5rem 2.5rem;
    background: #fcfcfd;
    color: #000;
  }

  .nav-pills.nav-pills-custom .nav-item {
    margin-top: .875rem;
  }
  
  .tab-content {
    border: 1px solid #f6f2f2;
    border-top: 0;
    padding: 2rem 1rem;
    text-align: justify;
  }
  
  .tab-content.tab-content-vertical {
    border-top: 1px solid #f6f2f2;
  }
  
  .tab-content.tab-content-vertical-custom {
    border: 0;
    padding-top: 0;
  }
  
  .tab-content.tab-content-custom-pill {
    border: 0;
    padding-left: 0;
  }
  
  .tab-content.tab-transparent-content {
    border: none;
    padding: 2rem 0;
    text-align: justify;
  }
  
  .inner_ourwork {
      background-color: #ffffff;
      height: 100%;
      position: relative;
      bottom: 10px;
  }
  .inner_ourwork .text-center {
      color: #000 !important;
      text-align: center !important;
      
  }

  .cms_pages {
    background-color: #FFF;
  }

  .main-menu ul .technologies{
    display: none !important;
  }

  .wizard > .steps .current a{
    background : #080501 !important;
  }

  .btn-primary, .wizard > .actions a {
    color: #fff !important;
    background-color: #080501 !important;
    border-color: #080501 !important;
  }

  .bg-primary-allaia{
    background-color: #080501 !important;
  }
  .text-primary-allaia, h3{
    color: #080501 !important;
  }
  .bg-primary{
    background-color: #080501 !important;
  }

  .badge-primary {
    color: #fff !important;
    background-color: #080501 !important;
}

header.version_1 .main_header {
  background-color: #080501 !important;
}




.nav-tabs.tab-transparent .nav-item:first-child .nav-link {
  padding-left: 0;
}

.nav-tabs.tab-transparent .nav-item .nav-link {
  background: transparent;
  color: #1c2c42;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(166, 171, 182, 0.3);
  padding: .45rem 1rem;
  font-weight: 500;
}

.nav-tabs.tab-transparent .nav-item .nav-link.active {
  color: #23af47;
  border-right: 1px solid rgba(166, 171, 182, 0.3);
}

@media (max-width: 576px) {
  .nav-tabs.tab-transparent .nav-item .nav-link {
    padding: .45rem .5rem;
  }
  #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 150px !important;
   }
}

@media (max-width: 576px) {
  .nav-tabs.tab-transparent .nav-item {
    min-width: 23%;
    text-align: center;
  }
  .nav-tabs.tab-transparent .nav-item:last-child .nav-link {
    border-right: none;
  }
}

.nav-tabs .nav-link {
  background: #f6f8fa;
  color: #000000;
  border-radius: 0;
  border: 1px solid #f6f2f2;
  padding: .75rem 1.5rem;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: .75rem .5rem;
  }
}



.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 4px 0 0;
}

.nav-tabs.nav-tabs-vertical, .nav-tabs.nav-tabs-vertical-custom {
  border-bottom: 0;
}

.nav-tabs.nav-tabs-vertical .nav-link.active, .nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  border-bottom-color: #f6f2f2;
}

.nav-tabs.nav-tabs-vertical .nav-item:first-child .nav-link, .nav-tabs.nav-tabs-vertical-custom .nav-item:first-child .nav-link {
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-tabs-vertical .nav-item:last-child .nav-link, .nav-tabs.nav-tabs-vertical-custom .nav-item:last-child .nav-link {
  border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-tabs-vertical-custom {
  background: #02abfe;
  border-radius: 4px;
}

.nav-tabs.nav-tabs-vertical-custom .nav-link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #050712;
  font-weight: 600;
  padding: 1.75rem;
}

.nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-pills {
  border-bottom: 1px solid #f6f2f2;
  padding-bottom: 1rem;
}

.nav-pills .nav-link {
  border: 1px solid #f6f2f2;
  padding: .2rem 1.75rem;
}

@media (max-width: 767px) {
  .nav-pills .nav-link {
    padding: .2rem .5rem;
  }
}

.nav-pills .nav-item {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .nav-pills .nav-item {
    margin-right: .875rem;
  }
}

.nav-pills.nav-pills-vertical {
  border-bottom: 0;
}

.nav-pills.nav-pills-vertical .nav-item {
  margin-right: 0;
  margin-bottom: 1rem;
}

.nav-pills.nav-pills-custom {
  border-bottom: 0;
}

.nav-pills.nav-pills-custom .nav-link {
  border-radius: 20px;
  padding: .5rem 2.5rem;
  background: #fcfcfd;
  color: #000;
}

.nav-pills.nav-pills-custom .nav-link.active {
  background: #e94437;
  color: #ffffff;
}

.nav-pills.nav-pills-custom .nav-item {
  margin-top: .875rem;
}

/* Pills color variations */
.nav-pills-primary .nav-link {
  color: #080501;
}

.nav-pills-primary .nav-link.active {
  background: #080501;
}

.nav-pills-secondary .nav-link {
  color: #707889;
}

.nav-pills-secondary .nav-link.active {
  background: #707889;
}

/* .nav-pills-success .nav-link {
  color: #23af47;
}

.nav-pills-success .nav-link.active {
  background: #23af47;
} */

.nav-pills-info .nav-link {
  color: #02abfe;
}

.nav-pills-info .nav-link.active {
  background: #02abfe;
}

.nav-pills-warning .nav-link {
  color: #fbbc06;
}

.nav-pills-warning .nav-link.active {
  background: #fbbc06;
}

.nav-pills-danger .nav-link {
  color: #e94437;
}

.nav-pills-danger .nav-link.active {
  background: #e94437;
}

.nav-pills-light .nav-link {
  color: #e1e6fa;
}

.nav-pills-light .nav-link.active {
  background: #e1e6fa;
}

.nav-pills-dark .nav-link {
  color: #1c2c42;
}

.nav-pills-dark .nav-link.active {
  background: #1c2c42;
}

.tab-content {
  border: 1px solid #f6f2f2;
  border-top: 0;
  padding: 2rem 1rem;
  text-align: justify;
}

.tab-content.tab-content-vertical {
  border-top: 1px solid #f6f2f2;
}

.tab-content.tab-content-vertical-custom {
  border: 0;
  padding-top: 0;
}

.tab-content.tab-content-custom-pill {
  border: 0;
  padding-left: 0;
}

.tab-content.tab-transparent-content {
  border: none;
  padding: 2rem 0;
  text-align: justify;
}






.solid-bullet-list {
  position: relative;
  padding-left: 0;
}

.rtl .solid-bullet-list {
  padding-right: 0;
}

.solid-bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 2.125rem;
}

.solid-bullet-list li * {
  line-height: .8;
}

.solid-bullet-list li:before, .solid-bullet-list li:after {
  content: "";
  position: absolute;
}

.solid-bullet-list li:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #080501;
  z-index: 1;
}

.solid-bullet-list:after {
  content: "";
  border: 1px solid #f6f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
}

.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}

.rtl .bullet-line-list {
  padding-left: unset;
  padding-right: 30px;
}

.bullet-line-list li {
  position: relative;
}

.bullet-line-list li:before {
  width: 15px;
  height: 15px;
  left: -30px;
  top: 0;
  border: 4px solid #080501;
  margin-right: 15px;
  z-index: 2;
  background: #ffffff;
}

.rtl .bullet-line-list li:before {
  left: unset;
  right: -45px;
}

.bullet-line-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
}

.bullet-line-list:after {
  content: "";
  border: 1px solid #f6f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
}

.rtl .bullet-line-list:after {
  left: unset;
  right: 7px;
}

.solid-icon-list {
  position: relative;
  padding-left: 0;
}

.rtl .solid-icon-list {
  padding-right: 0;
}

.solid-icon-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  line-height: 1;
  padding-bottom: 0.75rem;
}

.solid-icon-list li * {
  line-height: .8;
}

.solid-icon-list li:before, .solid-icon-list li:after {
  content: "";
  position: absolute;
}

.solid-icon-list li:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #cfd7f9;
  z-index: 1;
  text-align: center;
  padding-top: 5px;
}

.solid-icon-list li:nth-child(1) h5 {
  color: #080501;
}

.solid-icon-list li:nth-child(1):before {
  content: "\f585";
  font-family: "Material Design Icons";
  color: #080501;
}

.solid-icon-list li:nth-child(2) h5 {
  color: #23af47;
}

.solid-icon-list li:nth-child(2):before {
  content: "\f110";
  font-family: "Material Design Icons";
  color: #23af47;
}

.solid-icon-list li:nth-child(3) h5 {
  color: #02abfe;
}

.solid-icon-list li:nth-child(3):before {
  content: "\f2fd";
  font-family: "Material Design Icons";
  color: #02abfe;
}

.solid-icon-list li:nth-child(4) h5 {
  color: #e94437;
}

.solid-icon-list li:nth-child(4):before {
  content: "\f666";
  font-family: "Material Design Icons";
  color: #e94437;
}

.solid-icon-list li:last-child {
  padding-bottom: 0;
}

.solid-icon-list li span {
  display: block;
  font-size: 0.6875rem;
}

.solid-icon-list:after {
  content: "";
  border: 1px solid #d0d3df;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  z-index: 0;
  opacity: 0.2;
}

/* Modals */
.modal .modal-dialog {
  margin-top: 100px;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 25px 26px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 20px;
  font-weight: 400;
  color: #6a6a6a;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 35px 26px;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 31px;
}

@media (max-width: 400px) {
  .modal .modal-dialog .modal-content .modal-footer {
    padding-left: .25rem;
    padding-right: .25rem;
    flex-direction: column;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-bottom: .7rem;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
    margin-left: 0;
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color : #26378B !important;
}

.btn, .btn-primary {
border: none;
color: #fff;
background: #26378B;
outline: none;
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 12px 25px;
color: #fff;
font-weight: 500;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
line-height: normal;
}

.list-unstyled{
  width: 60%;
  list-style: none;
  color: #26378B;
}

.discount_empty_box{
  width: 70%;
}

@media (max-width: 576px) {
.list-unstyled {
  width: 100% !important;
  list-style: none !important;
  color: #26378B;
  position: relative;
  margin-left: -57px !important;
}
.discount_empty_box{
  width: 10%;
}

}

.list-unstyled li{
  padding-left: 3%;
  margin-left: 10%;
}

/***** European Law Cookies accepted start *****/
#eu-cookie-law {
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #26378B;
  color: #FFF;
  padding: 5px;
  z-index: 2;
  p {
      margin: 0 10px;
      display: inline-block;
  }
  button {
      color: #000;
      background: #DDD;
      border: 0;
      outline: 0;
      &:focus {
          outline: 0;
      }
  }
}
/***** European Law Cookies accepted over *****/


footer .container .text-primary-allaia, .text-grey-color{
    color: #EDEDED !important;
  }

  article.blog{
    border:1px solid #EDEDED;
    margin-bottom:10px;
  }

  article.blog .post_info{
    padding:2px 10px;
    margin:2px;
  }
#blog_list .col-sm-8 a h3 {
    font-size:18px ;
  }

  article figure a {
    display: flex;
  }

  article figure a img {
    width: 100%;  /* Or whatever */
    margin: auto; 
  }

  #blog_list .row .img-fluid {
    border:1px solid #EDEDED;
  }


.percentageDisc {
  background: #26378B;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 5px 5px 3px 5px;
  top: -1px;
  margin-left: 10px;
  display: inline-block;
}


/*************************  CMS HOME PAGE CSS *************************/

.home-container .width-100-percent {
  width:100%;
}
.home-container .grid-margin {
  margin-bottom: 1.875rem;
}
.home-container .stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
.home-container .card .card-body {
  padding: 1.875rem 1.875rem;
}

.home-container .align-items-center, .loader-demo-box, .list-wrapper ul li, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link{
  align-items : center !important;
}

.home-container .flex-wrap, .jsgrid .jsgrid-pager {
  flex-wrap: wrap !important;
}

.home-container .flex-row, .email-wrapper .message-body .attachments-sections ul li, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav {
  flex-direction: row !important;
}

.home-container .d-sm-flex {
  display: flex !important;
}

.home-container .img-lg {
  width: 92px;
  height: 92px;
}

@media screen and (max-width: 1024px){
  .card .card-body {
      padding: 1rem 1rem;
  }
}

@media screen and (max-width: 576px){
  .home-container .card .card-body .align-items-center img {
    margin: auto !important;
  }

  .home-container .card .card-body .d-sm-flex {
    justify-content: center !important;
  }

  .home-container .align-items-center, .loader-demo-box, .list-wrapper ul li, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    align-items: center !important;
  }

  .home-container .flex-row, .email-wrapper .message-body .attachments-sections ul li, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav {
    flex-direction: row !important;
  }

  .home-container .mt-2, .template-demo > .btn-group, .fc .template-demo > .fc-button-group, .template-demo > .btn-group-vertical, .template-demo .circle-progress, .my-2 {
    margin-top: 0.5rem !important;
  }

  .home-container .mb-0, .my-0 {
    margin-bottom: 0 !important;
  }

  .flex-wrap, .jsgrid .jsgrid-pager {
    flex-wrap: wrap !important;
  }

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

}





/*============================================================================================*/
/* ABOUT PAGE */
/*============================================================================================*/
.box_about {
  background: #fff;
  padding: 45px 45px 30px 45px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .box_about {
    padding: 30px 30px 5px 30px;
  }
}
.box_about h2, .box_about h3 {
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
}
.box_about p {
  font-size: 16px;
  font-size: 1rem;
  color: #637381;
}
.box_about p.lead {
  font-size: 24px;
  font-size: 1.5rem;
}
.box_about .arrow_1, .box_about .arrow_2 {
  position: absolute;
  top: 105%;
  right: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .box_about .arrow_1, .box_about .arrow_2 {
    display: none;
  }
}
.box_about .arrow_2 {
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}

.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #637381;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_feat {
    padding: 20px 20px 0 20px;
  }
}
.box_feat:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}
.box_feat i {
  font-size: 52px;
  font-size: 3.25rem;
  color: #004dda;
  margin-bottom: 10px;
  display: inline-block;
}
.box_feat h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.content_general_row {
  padding-bottom: 90px;
}
.content_general_row figure {
  text-align: right;
}
.content_general_row p {
  font-size: 18px;
  font-size: 1.125rem;
}
.content_general_row p.lead {
  font-size: 24px;
  font-size: 1.5rem;
}
.content_general_row ul {
  font-size: 18px;
  font-size: 1.125rem;
}

.carousel_centered {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .carousel_centered {
    margin-bottom: 30px;
  }
}
.carousel_centered .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.carousel_centered .item .title h4 {
  background-color: #083487;
  background-color: #083487;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}
.carousel_centered .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
.carousel_centered .item a {
  position: relative;
  display: block;
}

.carousel_centered .owl-item {
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

.carousel_centered .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel_centered .owl-item.active.center .item .title h4 {
  opacity: 1;
}

.text-secondary{
  color: #707889 !important;
}


.text-success {
  color: #23af47 !important;
}

.text-info {
  color: #02abfe !important;
}

.text-warning {
  color: #fbbc06 !important;
}

.text-danger {
  color: #e94437 !important;
}

.text-light {
  color: #e1e6fa !important;
}
.text-dark {
  color: #1c2c42 !important;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.25rem;
  color: #1c2c42;
}

h4,
.h4 {
  font-size: 1rem;
  color: #1c2c42;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.813rem;
}

.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.w-100 {
  width:100% !important;
}
.w-50 {
  width:50% !important;
}

.documentation {
  width: 60%;
  list-style: none;
  color: #26378B;
}
.documentation li {
  padding-left: 0%;
  margin-left: 1%;
}

.documentation li ul li {
  padding-left: 0%;
  margin-left: 0%;
}

.sub-ul-head {
  font-weight: bold;
    font-size: 18px;
    margin-left: 3% !important;
}

.child-ul {
  font-size: 13px;
  font-weight: normal;
}

.main-ul-head {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}



/* SLIR Alternative solution Start */
/* https://stackoverflow.com/questions/11552380/how-to-automatically-crop-and-center-an-image */
/* https://uploadcare.com/blog/how-to-crop-an-image-in-css/ */
/* https://www.digitalocean.com/community/tutorials/css-cropping-images-object-fit */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit */

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.obj-fit-none {object-fit: none;}

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}
/* SLIR Alternative solution Over */

.logo-one {
  display: none !important;
}

@media (max-width: 600px) {
  .logo-one{
    display: block !important;
    height: 40px;
    margin-top: -30px;
  }
  body {
    overflow-x: hidden;
  }
  .pages_index .margin_30 .card-body {
    padding:0;
  }
  .card-body .h1{
    margin-top: 20px;
    font-size: 20px;
    text-align: left !important;
    padding-left: 10px;
  }
  .card-body .row .col-md-8 p {
    padding-top: 10px;
  }

  .pages_index .card-body p {
    padding-left:10px;
  }

  .pages_index .card-body p img {
    padding-top: 5px;
  }

  .footer-one .shape1, .footer-one .shape2, .footer-one .shape3 {
    display: none;
  }
}