p{
    margin-bottom: 10px;
}

/*paddings*/
.p-20{
    padding: 20px;
}
.pr-0{
	padding-right: 0;
}
.pl-0{
	padding-left: 0;
}
.pb-0{
	padding-bottom: 0;
}
.pt-0{
	padding-top: 0;
}
@media (max-width: 767px){
    .xs-pr-0{
        padding-right: 0;
    }
    .xs-pl-0{
        padding-left: 0;
    }
    .xs-pb-0{
        padding-bottom: 0;
    }
    .xs-pt-0{
        padding-top: 0;
    }
    .xs-plr-0{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .xs-ptb-25{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    } 
    .xs-mtb-15{
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }   
    .xs-pb-0{
        padding-bottom: 0 !important;
    }
}
.pr-15{
    padding-right: 15px;
}
.pl-15{
    padding-left: 15px;
}
.pb-25{
	padding-bottom: 25px;
}
.pb-15{
	padding-bottom: 15px;
}
.mt-15{
    margin-top: 15px;
}
.pt-25{
	padding-top: 25px;
}
.pb-40{
	padding-bottom: 40px;
}
.pt-40{
	padding-top: 40px;
}
.pr-5{
	padding-right: 15px;
}
.pl-5{
	padding-left: 15px;
}
.pt-5{
	padding-top: 25px;
}
.mb-25{
	margin-bottom: 25px !important;
}
.mb-5{
	margin-bottom: 5px;
}
.bold{
	font-weight: 700;
}
.thm-color{
	color: #ef9a48 !important;
}
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}
.text-center{
    text-align: center !important;
}
.col-justify{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row-justify-around{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
/*paddings*/

.about-sec {
	padding: 50px 0px;
}
section.about-sec .txt {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-align: justify;
}
.value-ul > li{
	padding-bottom: 8px;
}
.value-ul > li > i{
    display: flex;
    margin-top: 5px;
    justify-content: center;
    margin-right: 10px;
    color: #ef9a48;
}
.value-ul > li{
	position: relative;
    display: flex;
    flex-direction: row;
}

.accordionDetail table {
  border-collapse: collapse;
  width: 100%;
}

.accordionDetail td, .accordionDetail th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 12px 15px;
}
.accordionDetail tr:last-child td{
    border-bottom: none;
}
.accordionDetail tr td:nth-child(1){
    width: 10%;
}
.accordionDetail tr td{
    width: 8%;
    font-size: 15px;
}
.accordionDetail tr th{
    font-size: 16px;
}
.accordionDetail tr:nth-child(even) {
  background-color: #f5f6f8;
}
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    .accordionList .accordionItem .accordionDetail.table-acc{
        padding: 20px;
    }
}
.table-responsive {
    min-height: .01%;
    border: 1px solid #ddd;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.techlist.list .listItem{
    margin: 5% 0% 3% 0;
    width: 25% !important;
    text-align: center;
}
.techlist.list .listItem:nth-child(3n) {
    margin-right: 0 !important;
}

/*gallery tabs*/

.tabing-sec .main .tab{
    width: 100%;
    height: auto;
    padding: 2rem 0 0;
}
.tabing-sec .main .tab .tab-menu{
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-width: 20%;
      height: auto;
      margin: 0 auto;
      border-bottom: 1.3px solid #dbdbdb;
      transition: all 0.3s ease;
}
.tabing-sec .main .tab .tab-menu .tab-menu-link{
    position: relative;
        overflow: hidden;
        font-family: inherit;
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
        cursor: pointer;
        border: none;
        width: calc(400% / 4);
        height: auto;
        padding: 1rem 0;
        border-bottom: 2.5px solid transparent;
        color: #9194a1;
        background: #f5f6f8;
        transition: all 0.3s ease;
}
.tabing-sec .main .tab .tab-menu .tab-menu-link:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          z-index: 2;
        }
.tabing-sec .main .tab .tab-menu .tab-menu-link.active {
          bottom: 0px;
          z-index: 0;
          overflow: hidden;
          border-bottom: 2.5px solid #ef9a48;
          color: #252b46;
          background: #f5f6f8;
        }
.tabing-sec .main .tab .tab-bar{
    padding: 2.5rem 0;
      overflow: hidden;
      background: $color-white;
}
.tabing-sec .main .tab .tab-bar .tab-bar-content{
    display: none;
        width: 100%;
        min-height: 10rem;
        transition: all 0.3s ease;
}
.tabing-sec .main .tab .tab-bar .tab-bar-content.active {
          display: block;
        }

/*event page*/
.text-333{
    color: #333;
}
.bg-eee{
    background-color: #eee;
}
.event-sec .eventy-box{
    position: relative;
}
.event-sec .eventy-box:after{
    content: '';
    position: absolute;
    right: -40px;
    bottom: -55px;
    background-image: url(../images/logo/touchlogo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: -1;
    opacity: .4;
    transform: rotate(-25deg);
}
.event-sec h2 > a{
    color: #333;
}

.event-sec h2 > a:hover{
    color: #ef9a48;
}
.readmore > i{
    transition: all .3s linear;
}
.readmore{
    color: #ef9a48;    
}
.readmore:hover > i{
    padding-left: 5px;
}

.right-aside{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding: 25px;
    margin-left: 40px;
    min-height: auto;
    background-color: #fff;
}
.right-aside .aside-item{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.right-aside .aside-item:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.right-aside .aside-item .aside-item-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.right-aside .aside-item img{
    width: 80px;
}
.sx-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.div-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.w80 {
    width: 80%;
    float: left;
}
.bg-white{
    background-color: #fff;
}
section.subPage.about-sec {
    padding: 100px 0px;
}
/*my modal*/
.myModal .myModal-header{
    position: relative;
    padding-bottom: 25px;
}
.myModal .myModal-header h3{
    display: inline-block;
}
.myModal .myModal-header i{
    float: right;
    transition: all .5s linear;
}
.myModal .myModal-header i:hover{
    cursor: pointer;
    color: #888;
}
.myModal .myModal-header i:before{
    vertical-align: sub;
}
#promodal .myModal{
    position: absolute;
    display: block;
    z-index: 98;
    width: 100%;
    max-width: 30%;
    padding: 20px;
    background-color: #FFF;

    -webkit-animation-name: cssAnimation;
    -webkit-animation-duration:.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(0) skew(0deg) translate(50px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(50px);
  }
}
.myModal-overlay{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000099;
    z-index: 11111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#promodal{
    display: none;
}
@media (max-width: 767px){
    #promodal .myModal{
        left: -43px;
        max-width: 96%;
    }
}
/*my modal*/

.scaleX-1{
    transform: scaleX(-1);
}

/*---------------------------
Responsive Here
-----------------------------*/

@media (max-width: 1540px){
    
    .eventdetails p {
    font-size: 14px;
    font-weight: normal !important;
    line-height: 20px;
}
    .mb-25 {
    margin-bottom: 10px !important;
}
    
    .groupTxt P {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
    
    .groupCompanies .groupList a {
    display: block;
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px;
    color: #8e8e90;
    position: relative;
}
    
    footer .footerContact .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
}
    
    section h1 {
    font-size: 34px; 
    line-height: 40px;
        letter-spacing: -2px;
            margin-bottom: 20px;
    }
    section.about-sec .txt {
        font-size:14px;
    }
    .list .listItem a img {
        width: 48%;
    }
    .list .listItem a .txt strong{
        font-size: 18px;
    }
    .tabHeader a{
        padding: 20px 0;        
    }
   
    .event-sec .content {
        padding: 0 160px 0 50px;
    }
    .right-aside .aside-item img {
        width: 80px;
        padding-right: 15px;
    }
    .event-sec .content .aboutContent{
        width: 100%;
    }
    .groupCompanies .groupContent .groupItem .groupTxt{
        font-size: 16px;
    }
    .accordionDetail tr td:nth-child(1) {
        width: 12%;
    }
    .content.ptb .contactForm{
        width: 40%;
    }
}

@media (max-width: 1440px){
    
    .tabing-sec .main .tab .tab-menu {
            max-width: 24%;
    }
    .list .listItem a img {
        width: 46%;
    }
    .list .listItem a .txt strong{
        font-size: 16px;
    }
    .tabHeader a{
        padding: 20px 0;        
    }    
}

@media (max-width: 1366px){
    .list .listItem a img {
        width: 45%;
    }
    .tabHeader a{
        padding: 10px 0;
        font-size: 20px;
    }
    .tabContent {
        padding-top: 30px;
    }
    section.subPage {
    padding: 170px 0;}

    

}
@media (max-width: 1280px){
    .list .listItem a .txt strong {
        font-size: 14px;
    }
    .productDetail .productSlider, .productDetail .productInfo {
        width: 50%;
    }
    .teaserBoxes .tBox a{
        padding: 20px;
    }
    .teaserBoxes .tBox a span{
        line-height: 20px;
    }

}
@media (max-width: 1024px){
    section.subPage {
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center right !important;
    }
}
@media (min-width: 1600px){
    .pMenu{
        top: 560px;
    }
}
@media (max-width: 767px){
    
    .pb-40 {
    padding-bottom: 0;
}
    
    .pb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
    .productList .pItem{
        width: 100%;
    }
    section.subPage {
        padding: 100px 0 !important;
        margin-top: 80px;
    }
    .productDetail .productInfo{
        margin-top: 20px;
    }
    #header.top-header{
        min-height: 0px;
    }
    .mainSlider{
        margin-top: 80px;
    }
    .content{
        margin-top: 20px;
    }
    section.subPage:first-child{
        margin-top: 80px;
    }
    .about-sec {
        padding: 20px 0px;
    }
    section h1 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .xs-order{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .xs-order .image{
        order: 2
    }
    .xs-order .txt{
        order: 1;
    }
    .techlist.list .listItem{
        width: 50% !important;
    }
    section.about-sec .txt p.text-center{
        text-align: justify !important;
    }
    .event-sec .content {
        padding: 0 30px;
    }
    .right-aside{
        margin-left: 0;
    }
    p{
        text-align: justify;
    }
    section.subPage a.homeBtn, section.subPage .breadcrumbs{
        display: none;
    }
    .event-sec .content .aboutContent .image p > span{
        float: left !important;
        margin: 10px 0;
    }
    .list#sertifikalar .listItem{
        width: 100%;
    }
    .list .listItem a img {
        width: 100%;
    }
    .list.certi-sec .listItem a{
        background: transparent;
    }
    .groupCompanies .groupList {
        width: 100%;
        float: left;
    }
    .groupCompanies .groupList a{
        line-height: 38px;
        font-size: 16px;
    }
    .groupCompanies .groupContent{
        width: 100%;
    }
    .groupCompanies .groupContent .groupItem .groupImg{
        order: 1;
        width: 100%;
    }
    .groupCompanies .groupContent .groupItem .groupTxt{
        order: 2;
        width: 100%;
        top: 320px;
        left: 0 !important;
        padding: 80px 40px;
        font-size: 14px;
    }
    .accordionDetail tr td {
        font-size: 14px;
    }
    .tabing-sec .main .tab .tab-menu{
        max-width: 100%;
    }
    .tabing-sec .list .listItem a{
        background: transparent;
    }
    .tabing-sec .list .listItem{
        margin-right: 0;
    }
    .tabing-sec .main .tab .tab-menu .tab-menu-link{
        font-size: 16px;
        padding: .8rem 0;
    }
    .event-sec .eventy-box:after{
        width: 50px;
        height: 50px;
        right: -16px;
        bottom: -25px;
    }
    .row-justify-around{
        flex-direction: column;
    }
    section.about-sec .txt{
        font-size: 14px;
        line-height: 22px;
    }
    .embed-responsive iframe{
        height: auto;
    }
    .productDetail .productSlider, .productDetail .productInfo {
        width: 100%;
    }
}