@font-face{
  font-family: "Trajan";
  src:url(../fonts/TrajanPro-Regular.otf);
};

@font-face{
  font-family: "Trajanregular";
  src:url(../fonts/TrajanPro-Regular.otf);
};


@font-face{
  font-family: "Humanst521";
  src:url(../fonts/tt0288m_.ttf) format('truetype');
};

@font-face{
  font-family: "Humanst521-bold";
  src:url(../fonts/tt0292m_.ttf) format('truetype');
};

@font-face{
  font-family: "Humanst777";
  src:url(../fonts/tt0855m_.ttf) format('truetype');
};

@font-face{
  font-family: "Humanst777n";
  src:url(../fonts/tt0857m_.ttf) format('truetype');
};


@font-face{
  font-family: "Humanst777Blkcn";
  src:url(../fonts/tt1161m_.ttf) format('truetype');
};



#loader {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border: 16px solid #f3f3f3;
      border-radius: 50%;
      border-top: 16px solid #3498db;
      width: 120px;
      height: 120px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
    }

    .left-section .f-div,
    .left-section .s-div{
      padding: 0px;
    }

    .left-top,.left-bottom{
      padding: 0px;
    }

    .left-parent,.right-parent{
      padding: 0px;
    }

    .left-section .f-div img{
      margin-top: 0px;
      width: 100%;
    }

    .left-section .overlay{
      display: block;
      position: absolute;
      z-index: 20;
      background: rgba(235, 235, 235, 0.7);
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 0;  
    }
    
    .left-section a:hover .overlay{
      display: block;
      top:0;
      height: 100%;
    }  

    .left-section .s-div{
      margin-top: 50px;  
    }

    .left-section .s-div img{
      /*margin-top: 50px;*/
      width: 100%;
    }

    .left-section .t-div img{
      position: absolute;
      left: 100%;
      bottom: -40px;
    }

    .left-section .fo-div,
    .left-section .fi-div{
      padding: 0px;
    }

    .left-section .fo-div img{
      margin-top: 0px;
      width: 100%;
      min-height: 135px;
    }

    .left-section .fi-div img{
      margin-top: 0px;
      width: 100%;
    }    



    .middle-text-section{
      margin-top: 100px;
    }

    .middle-text-section .parent-txt{
      color: #d65311;   
      font-size: 44px;
      line-height: 46px;
      font-family: 'Trajan';  
      text-align: right;
      padding-right: 10px;
      margin-bottom: 0px; 
    }

    .middle-text-section .tkc-txt{
      color: #004484;
      font-size: 14px;
      text-align: right; 
      padding-right: 10px;
    }

    .middle-text-section .right-description-txt{
      color: #000;
      font-size: 16px;
      font-family: 'Humanst777',  sans-serif;
      padding: 0 5px;
    }


    .right-section .f-div,
    .right-section .s-div{
      padding: 0px;
    }

    .right-section .f-div{
      margin-top: 50px;
    }

    .right-section .f-div img{
      /*margin-top: 50px;*/
      width: 100%;
    }

    .right-section .overlay{
      display: block;
      position: absolute;
      z-index: 20;
      background: rgba(235, 235, 235, 0.7);
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 0;  
    }
    
    .right-section .col-lg-4 a:hover .overlay{
      display: block;
      top:0;
      height: 100%;
    }  

    .right-section .s-div img{
      margin-top: 0px;
      width: 100%;
    }

    .right-section .t-div{
      padding: 0px;
    }

    .right-section .t-div{
      margin-top: 130px;
    }

    .right-section .t-div img{
      /*position: absolute;
      right: 0px;*/
      /*margin-top: 130px;*/
      width: 100%;
    }

    .right-section .fo-div,
    .right-section .fi-div{
      padding: 0px;
    }

    .right-section .fo-div img{
      margin-top: 0px;
      width: 100%;
    }

    .right-section .fi-div img{
      margin-top: 0px;
      width: 100%;
    }  


    @-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" */
    .logo-sec img{
      margin: 0 auto;
      display: block;
      margin-top: 25px;
    }
    .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 }
    }

    #myDiv {
      display: none;
      text-align: center;
    }

    .content-section{
       overflow: hidden;
       width: 100%;
    }

    .left-content-section{
      width: 35%;
      float: left;
    }

    .center-content-section{
      position: relative;
      width: 30%; 
      float: left;
    }
    .right-content-section{
      position: relative;
      width: 35%; 
    }

    .top-l-img,.bottom-l-img{
      float: left;
      position: relative;
    }

    .top-l-img img{

    }
    .top-b-img{
      margin-top: 25px;
    }

    .bottom-l-img,.bottom-c-img{
      float: left;
    }

    footer{
      margin-top: 25px;
      margin-bottom: 25px;
    }

    @media(min-width: 991px)
    {
      footer .container{
        padding: 0px 15%;
      }      
    }
    footer .col-md-2 a{
      text-align: center;
      display: block;
    }

    footer .abt-div{
      background-color: #f7941d;
    }

    footer .round-div{
      border-radius: 50%;
      color: #fff;
      width: 35px;
      padding: 5px 10px;
      margin: 0 auto;
      display: block;
      text-align: center;
      margin-bottom: 10px;
      font-size: 18px;
    }

    footer .team-div{
      background-color: #456db4;  
    }

    footer .solution-div{
      background-color: #959595;
    }

    footer .services-div{
      background-color: #63b32e;
    }

    footer .gallery-div{
      background-color: #fbb93c;
    }

    footer .contact-div{
      background-color: #804484;
    }

    .inner-header-section{
      position: relative;
      overflow: hidden;
    }
    .service-content-section .container{
      position: relative;
    }

    .inner-page-menu{
      position: absolute;
      left:0;
      right: 0; 
      top: 25%;
      display: none;  
    }

    .inner-page-menu ul{
      float: right;  
      list-style: none;
    }

    .inner-page-menu ul li{
      background:url('../img/innermenudot.png') right center no-repeat;
      padding-right: 25px;  
    }
    
    .inner-page-menu ul li a{
      color: #436cb3;
      font-size: 15px;
      font-family: 'Humanst777', sans-serif;
    }

    .service-tabs .tab-content .tab-title{
      color: #d65311;
      font-size: 35px;
      font-family: 'Trajanregular';
      text-transform: uppercase;
    }

    .service-tabs .tab-content .tab-content-txt{
      font-size: 16px;
      font-family: 'Humanst777', sans-serif;
    }

    .service-tabs .tab-content .donwload-txt{
      color: #d65311;
      font-size: 24px;
      text-align: center;
      display: block;
      font-family: 'Humanst777', sans-serif;
       
    }
    .service-logo{
      margin: 10px auto;
      display: block;
    }

    .service-title{
      text-align: center;
      color: #d65311;
      font-size: 55px;
      font-family: 'Trajanregular';
      margin-top: 5%;
    }

    .service-subtitle{
      text-align: center;
      color: #d65311;
      font-size: 25px;
      font-family: 'Trajanregular';
      text-transform: uppercase;
      padding: 0 8%;
    }

    .blue-tkc{
      text-align: center;
      color: #004484;
      font-size: 19px;
      font-family: 'Humanst777', sans-serif;
    }

    .whether-descriptiion{
      text-align: center;
      color: #000;
      font-size: 15px;
      padding: 0 2%;
      font-family: 'Humanst777', sans-serif;
    }

    .service-tabs{
      margin-bottom: 35px;
    }
    
    .service-tabs .nav-tabs{
      border-bottom: none;
      margin-bottom: 50px;
      text-align: center;
    }

    .service-tabs .nav-tabs > li{
      display: inline-block;
      float: none;
      margin-left: 15px;
      margin-right: 15px;
      padding: 10px 5px;
    }

    .service-tabs .nav-tabs > li.active{
      border-bottom: 1px solid #004484;
    }

    .service-tabs .nav-tabs > li >a{
      border:none;
      color: #004484; 
      padding: 0px; 
    }
    

    .service-tabs .nav-tabs > li.active > a:hover,
    .service-tabs .nav-tabs > li > a:hover{
      background-color: transparent;
      border:none;
    }

    .service-tabs .nav-tabs > li.active > a:focus{
      outline: none;
      border:none;
    }

    @media(max-width: 767px)
    {
      .service-tabs{
        padding: 5px 15px;
      }
    }

    .team-title{
      text-align: center;
      color: #d65311;
      font-size: 55px;
      line-height: 55px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: 'Trajanregular';
      margin-top: 5%;
    }


    .blue-tkc-3{
      padding: 0px 8%;
    }

    .blue-tkc-3 .blue-tkc{
      border-bottom: 1px solid rgb(238, 238, 238);
      padding-bottom: 2%;
    }

    .ourteam-descriptiion{
      text-align: center;
      color: #000;
      font-size: 15px;
      padding: 10px 12% 0;
      font-family: 'Humanst777', sans-serif;
    }

    .ourteam-descriptiion.big-description{
      font-size: 20px;
    }

    .ourteam-descriptiion.big-description .small-descriptiion{
      font-size: 15px;
    }



    /*.senior-tabs{
      margin-bottom: 35px;
    }*/
    
    .senior-tabs .nav-tabs{
      border-bottom: none;
      text-align: center;
      padding: 10px 12% 0;
    }

    .senior-tabs .tab-content{
      padding: 10px 15% 0;  
    }

    .senior-tabs .nav-tabs > li{
      display: inline-block;
      float: none;
      margin-left: 15px;
      margin-right: 15px;
      padding: 10px 5px;
      border-bottom: none;
    }

    .senior-tabs .nav-tabs > li.active{
      border-bottom: none;
    }

    .senior-tabs .nav-tabs > li >a{
      color: #004484; 
      padding: 0px; 
      border: 3px solid #fff;
      border-radius: 4px;
    }
      
    .senior-tabs .nav-tabs > li.active > a:focus,  
    .senior-tabs .nav-tabs > li.active >a{
      border: 3px solid #f37234 !important;
    }

    .senior-tabs .nav-tabs > li.active > a:hover,
    .senior-tabs .nav-tabs > li > a:hover{
      background-color: transparent;
    }

    .senior-tabs .nav-tabs > li.active > a:focus{
      outline: none;
      border:none;
    }

    .senior-tabs .srdr-title{
      font-family: 'Humanst521-bold',  sans-serif;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .senior-tabs .srdr-education{
      font-family: 'Humanst521-bold',  sans-serif;
      font-size: 20px;
      font-weight: 700;
      margin-top: 0px;
    }

    @media(min-width: 768px) and (max-width: 1199px)
    {
        .senior-tabs .nav-tabs{
          padding: 10px 6% 0;
        }

        .senior-tabs .tab-content{
          padding: 10px 7% 0;  
        }

        .senior-tabs .nav-tabs > li{
          display: block;
          float: left;
          width: 31%;
          margin-left: 1%;
          margin-right: 1%;
          border-bottom: none;
        }

        .senior-tabs .nav-tabs > li > a >img{
          width: 100%;
        }
    }


    @media(max-width: 767px)
    {
        .senior-tabs .nav-tabs{
          padding: 10px 6% 0;
        }

        .senior-tabs .tab-content{
          padding: 10px 7% 0;  
        }

        .senior-tabs .nav-tabs > li{
          display: block;
          float: left;
          width: 31%;
          margin-left: 1%;
          margin-right: 1%;
          border-bottom: none;
        }

        .senior-tabs .nav-tabs > li > a >img{
          width: 100%;
        }

        .team-section .team-title{
          font-size: 20px;
          line-height: 30px;
        }

        .team-section .service-subtitle{
          font-size: 14px;
        }

        .ourteam-descriptiion{
          padding: 5px;
        }
    }

    .management-tabs .nav-tabs > li{
      width: 16.5%;
      margin-bottom: 3%;
    }

    .management-tabs .nav-tabs > li  > a > img{
      width: auto;
      height: auto;
      margin: 0 auto;  
    }
    
    @media(min-width: 768px) and (max-width: 991px)
    {
      .management-tabs .nav-tabs > li{
        width: 33%;
      }

      .management-tabs .nav-tabs > li{
        width: 33%;
      }
    }

    @media(max-width: 767px)
    {
      .management-tabs .nav-tabs > li{
        width: 50%;
      }

      .management-tabs .nav-tabs > li{
        width: 50%;
      }
      
      .management-tabs .tab-content{
        padding: 5px 15px;
      }
    }
    .management-tabs .nav-tabs{
      border-bottom: 0px;
    }

    .management-tabs .nav-tabs > li.active >a{
      border: none;
    }

    .management-tabs .srdr-title{
      color: #000;
      font-size: 24px;
      font-family: 'Humanst521-bold',  sans-serif;
      font-weight: bold;
    }

    .senior-tabs .tab-content-txt,
    .management-tabs .tab-content-txt{
      font-size: 16px;
      font-family: 'Humanst777', sans-serif;
    }

    .management-tabs .nav-tabs > li > a,
    .management-tabs .nav-tabs > li > a:focus,
    .management-tabs .nav-tabs > li >a:hover {
      background-color: transparent;
      border: none;
      outline: none;
    }
    .management-tabs .nav-tabs > li > a{
      padding: 0px 0px;
      margin: 0 5%;
    }



    .timeline-section .blue-tkc-3 .blue-tkc{
      border-bottom: none;
    }

    /* Timeline Css */

    .timeline {
      list-style: none;
      padding: 20px 0 20px;
      position: relative;
      margin-bottom: 0px;
    }
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 50px;
  background-color: #eeeeee;
  background: url('../img/bluebg.png') no-repeat top center;
  left: 48%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 0px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  /*border: 1px solid #d4d4d4;*/
  border-radius: 2px;
  padding: 5px;
  position: relative;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
/*.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}*/
.timeline > li > .timeline-badge {
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  left: 49%;
  margin-left: -18px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #000;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.years > .timeline-badge{
  background-color: transparent;
  z-index: 100;
  border: 1px solid transparent;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-left: -12px;
  margin-top: 5px;
}

.timeline > li > .right-badge{
  margin-left: 30px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/*.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}*/
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.panel-right{
  padding-left: 80px !important;
}


.timeline-title{
  font-family: "Humanst777n", sans-serif;
  font-size:30px;
  margin-bottom: 0px;
}


.timeline-description{
  font-family: "Humanst777n" , sans-serif;
  font-size:18px;
  margin-bottom: 0px;
}


.month-timeline{

}

.people-timeline{
  font-family: "Humanst777Blkcn",sans-serif;
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 44px;  
}

.sub-title{
  font-family: "Humanst777Blkcn",sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: 34px;  
}

/* Solution PAge Css */
.solution-title{
      text-align: right;
      color: #d65311;
      font-size: 45px;
      line-height: 55px;  
      font-family: 'Trajanregular';
      text-transform: uppercase;
}

.solution-descriptiion.whether-descriptiion{
  text-align: left;
  font-size: 15px;
}


.solution-tabs .nav > li > a > img{
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.solution-logo{
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}

.solution-tabs{
    margin-bottom: 35px;
  }
  
  .solution-tabs .nav-tabs{
    border-bottom: none;
    margin-bottom: 50px;
    text-align: center;
  }

  .solution-tabs .nav-tabs > li{
    display: inline-block;
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 5px;
    background-color: #ccc;
  }

  .solution-tabs .nav-tabs > li.active{
    border-bottom: 1px solid #004484;
    background-color: #f2f2f2;
    color: #fff;
  }

  .solution-tabs .nav-tabs > li.active >a{
    background-color: #f2f2f2;
  }

  .solution-tabs .nav-tabs > li >a{
    border:none;
    color: #004484; 
    padding: 0px; 
    background-color: #ccc;
  }
  

  .solution-tabs .nav-tabs > li.active > a:hover,
  .solution-tabs .nav-tabs > li > a:hover{
    background-color: transparent;
    border:none;
  }

  .solution-tabs .nav-tabs > li.active > a:focus{
    outline: none;
    border:none;
  }


.solution-tabs .tab-content-txt{
      font-size: 16px;
      font-family: 'Humanst777', sans-serif;
}

@media(max-width: 767px)
{
  .solution-tabs .nav-tabs > li{
    margin: 0px;
  }

  .solution-tabs .tab-content{
    padding:5px 15px; 
  }

  .abddr-list li{
    width: 50% !important;
    min-height: auto !important;
  }
}


.tab-orange-title{
  color: #d65311;
  font-size: 32px;
  text-align: left;
  font-family: "Trajan";
}

.tab-title.blue-title
{
  color: #004484;
  font-size: 24px;
  font-family: 'Humanst777',  sans-serif;
}
.technology-list{
  list-style: none;
  padding: 25px 5% 0px;
  margin-top: 25px;
  border-top: 1px solid #d65311;
}

.technology-list li{
  display: inline-block;
  width: 18%;
  vertical-align: top;
} 

.technology-list li img{
  margin: 0 auto;
  display: block;
}
.technology-list li p{
  font-size: 14px;
  text-align: center;
}




.analytics-list{
  list-style: none;
  padding: 25px 0 0px;
  margin-top: 25px;
  border-top: 1px solid #d65311;
}

.analytics-list li{
  display: inline-block;
  width: 16.2%;
  vertical-align: top;
} 

.analytics-list li img{
  margin: 0 auto;
  display: block;
}

.analytics-list li p{
  font-size: 14px;
  text-align: center;
}


.growth-list{
  list-style: none;
  padding: 25px 10% 15px;
  margin-top: 25px;
  border-top: 1px solid #d65311;
  text-align: center;
}

.growth-list li{
  display: inline-block;
  width: 20%;
  vertical-align: top;
} 

.growth-list li img{
  margin: 0 auto;
  display: block;
}

.growth-list li p{
  font-size: 14px;
  text-align: center;
}

/* Contact page Css */
.pediatrician .form-group{
  margin-bottom: 15px;
}
.pediatrician input.form-control{
  border-radius: 5px;
  min-width: 100px;
}

.pediatrician .form-control{
  vertical-align: top;
  margin-left: 10px;
}

.pediatrician .orange-txt{
  color: #d65311;
  font-size: 30px;
  font-family: "Trajan";
}
.pediatrician .orange-txt span{
  color: #004484;
  font-size: 18px;
  font-family: "Humanst777" , sans-serif;  
}

.pediatrician label{
  color: #004484;
  vertical-align: middle;
  min-width: 100px;
}

.pediatrician .checkbox label{
  font-weight: 700;
}

.pediatrician .checkbox input[type="checkbox"]{
  margin-bottom: 15px;
  color: #004484;
}


.abddr-list{
  list-style: none;
  padding: 25px 0 15px;
  margin-top: 25px;
  text-align: center;
  overflow: hidden;
}

.abddr-list li{
  display: inline-block;
  width: 25%;
  min-height: 340px;
  vertical-align: top;
} 

.abddr-list li img{
  margin: 0 auto;
  display: block;
}

.abddr-list .bold-title{
  font-weight: 700;
  color: #004484;
  font-size: 20px;
  margin-bottom: 5px;
}

.abddr-list .normal-title{
  font-weight: 400;
  color: #004484;
  font-size: 16px;
  height: 40px;
  
  text-overflow: ellipsis;

  white-space: nowrap;
  overflow: hidden;
}


.abddr-name{
  font-size: 20px;
  font-weight: 700;
  color:#d65311;
  margin-bottom: 0px;
}

.abddr-address{
 font-size: 20px;
  color:#004484; 
}


/* About Page Css */
.about-div img:hover{
  opacity: 0.7;
  cursor: pointer;
}


.carousel-inner.onebyone-carosel { margin: auto; width: 100%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.abd-well{
  background-color: transparent;
  border:none;
  box-shadow: none;
  padding: 0 20px;
  min-height: auto;
} 


.abd-well .carousel-control.left,
.abd-well .carousel-control.right{
  background-image: none;
}

.abd-well .carousel-control.left{
  top: 50%;
  transform:translateY(-50%);
  bottom: auto;
  left: -5px;
  color: #df7b48;
  width: auto;
  font-size: 45px;
}

.abd-well .carousel-control.right{
  top: 50%;
  transform:translateY(-50%);
  bottom: auto;
  right: -5px;
  color: #df7b48;
  width: auto;
  font-size: 45px;
}