/* .main-color1{
  color: #ff6f91;
} */
.main_title{
  padding-top:70px
}
.fixed-nav .nav-btn{
  background: url(../img/Close\ area\ Red.svg) top right no-repeat;
}
.fixed-nav .nav-icon-active .bars{
  background-color: #a80533;
}
.underLine{
  text-decoration: underline;
}
.tp-marg-150{
  margin-top: 100px!important;
}

.d-block{
  display: block!important;
}

header .logo_img {
    max-width: 100px;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    font-weight: 500;
    color: #666666;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
  color: #A80533;
}
header .dropbtn {
    color: #666666;
    padding: .5rem 26px;
    font-size: 16px;
    border: none;
    background-color: transparent;
    font-weight: 500;
  }
  
  /* The container <div> - needed to position the dropdown content */
  header .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
  }
  
  /* Links inside the dropdown */
  header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }
  
  /* Change color of dropdown links on hover */
  header .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  header .dropdown:hover .dropdown-content {display: block;}

   /**********************/
   header .navbar-nav{
       margin-top: 40px;
   }

   header .contact_btn{
       margin-top: 30px!important;
   }


   .switch {
    position: relative;
    display: inline-block;
    margin: 50px 5px 0;
    display: none;
  }
  
  .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }
  
  input.check-toggle-round-flat:checked ~ .off {
    color: #ff6f91;
  }
  
  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }
  
  .switch > span.on {
    left: 2px;
    padding-left: 2px;
    top: 9px;
    color: #767878;
  }
  
  .switch > span.off {
    right: 0;
    top: 9px;
    padding-right: 4px;
    color: #fff;
  }
  
  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #8f7f7f;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #8f7f7f;
    /* -webkit- */
    
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  
  input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
  }
/***********************************************/
.fixed-nav nav .menu a i{
    color: #a80533;
}
  /*******************************************/
  .topSlider .content{
      top: 50%;
      padding: 0 50px;
  }
  .topSlider .content p{
      color: #a80533;
      text-transform: capitalize;
  }
  .topSlider .content h4{
      color: #8a8d8f;
  }

  .topSlider .owl-theme .owl-nav.disabled+.owl-dots{
      /* display: none; */
  }
  .main_title a{
    color: #a80533;
    text-decoration: underline;
  }
  .main_title .wrapper .text{
      text-align: justify;
      margin-top: 25px;
  }
  .main_title .readMore{
      margin-top: 50px !important;
  }
  .readMore{
    background: #A80533;
    border: 2px solid #A80533;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    display: block;
    max-width: 160px;
    width: 100%;
    text-align: center;
    margin-top: 75px !important;
    transition: all .5s ease-in-out;
  }
  .readMore:hover{
      background-color: transparent;
      color: #A80533;
  }
  .about{
    padding-bottom: 0;
  }
  .about .side-title{
    transform: translate(-235px, -150px);
    color: #878a8c;
  }

  .services .wrapper{
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
  }
  .services .wrapper .service_img{
      margin: 40px auto 0;
      height: 106px;
  }
  
  .services .wrapper h5{
    font-size: 17px;
    margin: 50px 0 35px;
  }

  .services .wrapper a{
    color: #A80533;
    display: block;
    padding: 20px 0 35px;
  }
  /***********************/
  .news{
      margin-top: 75px;
      padding-bottom: 50px;
      padding-top: 0;
  }
  .news .front p{
      color: #424142;
      margin-bottom: 35px;
  }
  .news .img-container{
      height: 135px;
  }
  .news .front {
      padding-top: 60px;
  }
  .news .front .title{
    font-weight: 500;
  }
  .news .front .learn_more{
    background-color: #A80533;
  }
  .news .back .learn_more{
    background-color: #A80533;
    color: #fff;
    padding: 10px 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    bottom: -135px!important;
    left: 50%;
    width: 70%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .news .inner p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /**************************************/
  .tariffs{
      padding-bottom: 50px;
  }
  .tariffs .wrapper{
    height: 425px;
  }
  .tariffs .wrapper a{
    color: #A80533;
    font-weight: 500;
  }
  .tariffs .wrapper p{
      color: #5050509e;
      padding: 0 25px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 2;
  }
  .tariffs .basic .title{
    background-color: #A80533;
  }
  .tariffs .premium .title{
    background-color: #878A8C;
  }
  .tariffs .standart .title{
    background-color: #333333;
  }
  
  .tariffs .wrapper .title{
      font-size: 20px;
      border-radius: 15px;
  }
  .tariffs .tariffs_inf {
    padding-bottom: 20px;
  }
  .tariffs .custome .title {
    background-color: #5280E2;
   
}
/*************************************/
.latest-news h2{
  margin-bottom: 50px;
}
.latest-news .media-wrapper{
  margin-top: 25px;
    background: transparent;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 10px;
}
.latest-news .media-wrapper .img-fluid{
    border-radius: 15px;
}
.latest-news .mt-0{
    color: #333;
    margin-top: 15px!important;
}
.latest-news .media-body p{
    color: #333;/*5050509e*/
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.latest-news .media-body .date{
  color: #5050509e;
  line-height: 3;
}
.latest-news .media-body a{
  color: #e03b5b;
  font-weight: 500;
}

.latest-news .date{
  color: #969daf;
  font-size: 12px;
  font-weight: bold;
  line-height: 6;
  display: block;
}

/* .latest-news .date::after{
    position: absolute;
    content: "";
    width: 1px;
    background-color: #cacaca;
    height: 100%;
    top: 8px;
    right: 0;
} */

.latest-news .readMore{
    margin-top: 15px !important;
    padding: 5px 10px;
    max-width: 125px;
} 
.tariffs .get_started_btn{
    margin-top: 0;
}
/************  Testimonials   ***************/
.testimonials{
  margin-bottom: 50px;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
  }
  .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
  }
  .gtco-testimonials p {
      color: #878A8C;
  }
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 1px solid #878A8C;
    margin: 0 5px;
    background: transparent!important;
  }
  .gtco-testimonials .owl-dots .active span{
    background: #878A8C!important;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
  }
  .gtco-testimonials .card h5 {
    color: #333;
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
  }
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
  .gtco-testimonials .active {
    /* opacity: 0.5; */
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }
  /********************************/
    .history .wrapper{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
  .square-holder {
    padding:10px;
    align-items: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    min-height:100px;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s ease-in-out;
    border-radius: 25px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    height: 160px;
    width: 160px;
    margin: 20px 17px;
  }
  .square-holder:hover {
    transform: scale(1.2);
  }
  .square-holder img {
    max-width:100%;
    /* filter: grayscale(100%); */
    transition: all 0.3s;
  }
  
  .square-holder:hover img{
    filter:none;
  }
  .Partner{
    margin-top: 100px;
  }
  .mb-sm{
      margin-bottom: 50px;
      /* color: #ff6f91; */
  }
  footer .footer_logo{
      width: 50%;
      max-width: 175px;
  }
  footer {
    padding: 100px 0 18px;
    background: url(../img/icon/footer-bg.png) no-repeat;
    background-size: cover;
  }
  footer p{
    margin-bottom: 35px;
  }
  footer .navbar-nav{
    flex-direction: row;
  }
  footer .navbar-nav li{
    margin: 0 15px;
  }
  footer .navbar-nav li a, footer .navbar-nav li a:hover{
    color: #fff;
  }
  footer .footer_nav_link{
    margin-bottom: 25px;
  }
  .copyright{
    margin-left: 15px;
  }
  /*********************************/
  .about .wrapper .text{
    text-align: left;
  }
  .about .readMore{
      margin: auto;
      margin-top: 35px!important;
  }
  /*******************/

  .services  .wrapper .text{
      max-height: 450px;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; 
      font-size: 15px;
  }
  /********************************************/
  /***** ABOUT PAGE *****/
  .about .about_img {
    max-width: 400px;
  }
  .about .wrapper {
    max-width: 500px;
  }
  .about-details{
    padding-top: 100px;
  }
  .top-about h3{
    top: 75px;
    width: 100%;
    color: #fdb604;
  }
  .about-us{
      margin: 50px 0;
      padding: 0 15px;
  }
  .about-us h3{
    color: #ff6f91;
    margin-bottom: 50px;
  }
  .about-us .text{
    line-height: 2;
  }
  /***  Vision  ***/
  .vision{
    padding: 0 15px;
  }
  .vision .wrapper{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .vision h3{
    margin: 25px 0;
  }
  .vision .text{
    line-height: 2;
  }
  /***  core  ***/
  .core{
    padding-top: 100px;
  }
  .core .wrapper .text{
    display: block!important;
  }
  .core .wrapper .service_img {
    max-width: initial;
    width: auto;
    height: 150px;
  }
  .core .wrapper{
    display: block;
  }

  .core h3{
    margin-bottom: 50px;
  }
  /***  history  ***/
  .history .text{
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
  }
  /*******************************************/

  /****   SERVICES   ****/
  .service-details{
    padding-top: 50px;
  }
  .consulting{
    padding: 20px;
    border-radius: 40px;
    /* border-top-left-radius: 40px;
    border-bottom-right-radius: 40px; */
    border: 10px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 25px;
  }
  .consulting h3{
    margin-bottom: 25px;
    /* color: #ff6f91; */
  }
  .consulting h6{
    margin: 25px 0;
  }
  .attention{
    font-weight: 500;
  }
 /******************************/
 /***  SOLUTION DETAIL  ***/
 .solution-detail{
    margin-top: -110px;
 }
 .solution-detail .contact{
   font-weight: 500;
 }
 .list-group-item{
   border: 0;
   padding-top: 0;
   padding-bottom: 0;
 }
 .list-group-item a{
   text-decoration: underline;
   font-weight: 600;
 }
 .seeMore{
   padding: 0 35px;
 }
 .one_news_page .one_news_title{
   padding-bottom: 0;
   padding-top: 100px;
 }
 .tp-marg-50{
      margin-top: 50px;
 }
 .tp-marg-100{
  margin-top: 150px;
}
 .tp-marg-0{
  margin-top: 0px;
}
 /**************************************/
 /***  MASAR PAGE  ***/
 
 .masar-about{
    padding-top: 100px;
 }
 .masar-about .wrapper .text{
    display: block;
 }
 .masar-about .wrapper{
   display: block;
 }
 .masar-about .wrapper .text {
  text-align: center;
}
 .one_news_title .product-list li{
   /* color: #6c6c6c; */
   margin-top: 15px;
 }
 .contact_page .contact_title {
  padding-bottom: 50px;
}
.main_title{
  padding-bottom: 75px;
}
footer .footer_nav_link {
  text-decoration: underline;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 35px;
  font-weight: 600;
}
/* .news .front .learn_more {
  background: #A80533;
} */
header .contact_btn, .get_started_btn {
  background: #A80533;
  border: 2px solid #A80533;
}
.text a{
  font-weight: bold;
  color: #A80533;
}
.product-category h3,.business-details h3{
  font-size: 25px;
  font-weight: 500!important;
}
.news_page .product-category .news_picture img{
  width: auto;
  margin-top: 60px;
}

/*****************************************************/
/****  HighLights  ****/
.consulting .block_with_news{
   padding: 25px 0;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #fecc50;
}

/*************************************************/
/****  Buisness-Case  ****/
.news_page .block_with_news {
  padding: 0px 15px 30px;
}

/***********************************************/
/****  Records-list  ****/
.records-list li{
  color: #6c6c6c;
  margin-top: 5px;
  font-size: 14px;
}

.records .about_row{
  margin-top: 0;
}
/*********************************************/
/**** Statics ****/
.statistics {
  padding-top: 0px;
  padding-bottom: 100px;
}
.statistics .layers_block{
  margin-left: 0;
}
.statistics .fact_block_first {
  top: 7%;
  left: 35%;
}
.statistics .fact_block_second {
  top: 41%;
  left: 52%;
}
.statistics .fact_block_third {
  left: 41%;
  bottom: 11%;
}
/*********************************************/
/****   career   ****/
.career .ulForJobs {
  line-height: 2;
}

.career h5{
  font-size: 15px;
  color: #313131;
  margin-bottom: 25px;
  margin-top: 20px;
  
}

.career .ulForJobs li {
  font-size: 17px;
}
/***********************************************/
/***  MEDIA QUERY   ***/
@media(max-width: 991px){
  .history .text{
    width: 80%;
  }
  .one_news_page .one_news_title{
    padding-top: 50px;
  }
}

@media(max-width: 768px){
  .top-about h3 {
    top: 35px;
  }
  
}

@media(max-width: 576px){
  .top-about h3 {
    top: 10px;
    font-size: 25px;
  }
  .consulting h3{
    font-size: 25px;
  }
  .news_wrapp h3{
    font-size: 25px;
  }
}


.title{
  text-transform: capitalize;
}

.news_page .block_with_news .news_picture img{
  width: 80%;
}
.history .owl-theme .owl-dots{
  margin-top: 50px;
}
.history .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
}

.history .owl-carousel .owl-nav button.owl-prev{
  margin-right: 475px;
  margin-top: 8px;
} 

.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}

.history .owl-carousel .owl-nav button.owl-next span,.history .owl-carousel .owl-nav button.owl-prev span{
  color: #869791;
  font-size: 50px;
}
.text{
    font-weight: 400;
    color: #000;
    opacity: 1;
}
.services {
  padding-bottom: 100px;
}
.about .about_row {
  margin-top: 25px;
}
.active-drp{
  color: #A80533 !important;
}
.seeMore h4{
  margin-bottom: 15px;
}
.list-group-item{
  display: list-item;
  margin-left: 50px;
  padding-left: 0;
}
.get_started_btn:hover{
  color: #a80533;
}
footer h6{
  margin-bottom: 20px;
}
.breadcrumb a{
  color:#a80533;
}
#more,#more1,#more2,#more3,#more4,#more5,#more6,#more7,#more8{
  display: none;
}
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}