@font-face {
  font-family: "GothamRounded-Book";
  font-weight: normal;
  src: url('fonts/GothamRounded-Book.otf') format('opentype');
}
@font-face {
  font-family: "GothamRounded-Light";
  font-weight: normal;
  src: url('fonts/GothamRounded-Light.otf') format('opentype');
}
@font-face {
  font-family: "GothamRounded-Bold";
  font-weight: normal;
  src: url('fonts/GothamRounded-Bold.otf') format('opentype');
}
@font-face {
  font-family: "GothamRounded-Medium";
  font-weight: normal;
  src: url('fonts/GothamRounded-Medium.otf') format('opentype');
}

@font-face {
  font-family: "icons";
  font-weight: normal;
  src: url('fonts/mothercare-icons.ttf') format('truetype');
}
body {
   font-family: 'GothamRounded-Medium' !important;
    font-size: 12px !important;
}
a, a:hover {
color:#212529 !important;
}
ul {
    padding-inline-start: 20px;
}
.fashion-text-desc p {
  font-family: "GothamRounded-Light";

}
.justify, .justify p,
.tab-content-board p,
#our_mission p, #our_mission .content-history,
.content-history {
  text-align: justify;
}
.tab-content-board .col-md-9 {
align-items: center;
align-content: center;
display: flex;
}
.language-switch .logo-img {
max-width: 35px ;
}
.row {
margin-right: 0!important;
margin-left: 0 !important;
}
.col-md-12 h2  {
text-align:left;
margin-bottom:20px;
}
.sticky {
position: sticky;
    width: 100%;
    background: #fff;
    z-index: 998;
        top: 0;
}
ol {
    padding-inline-start: 20px;
}
.underline {
text-decoration:underline;
}
.table-brand td {
border: 1px solid #000;
}
.table-btm td {
border-bottom: 1px solid #000;
    padding-right: 30px;
    padding-left: 0;
}
.table-brand td img {
    max-width: 120px;
    width: auto;
    padding: 10px 15px;
    margin: 0 auto;
}
.small-ft {
font-size:11px;
}
.nav-link {
    color: black;
    font-family: 'GothamRounded-Medium' !important;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 0;
}

.nav-link:hover {
    color: #fff !important;
    background-color: #000;
}

li.nav-item {
    margin: 0 10px;
        display: flex;
    align-items: center;
}
.nav-toggle {
    display: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
    left: 10px;
    position: absolute;
    top: 20px;
}
.nav-toggle:before {
    content: "\e939";
    font-size: 20px;
    font-family: 'icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.justify-content-center.form-sub {
    display: flex;
}

.banner-size {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container-fluid {
    max-width: 1180px;
    padding: 60px 50px;
}

.language-switch ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding:0;
}

.row img {
    display:block;
    width:100%;
}
p {
margin:0;
}
.row .col-md-4 img {
   width:100%;
   max-width: 100%;
}


[class*="col-"],
.row,
.col {
    padding: 0;
    margin: 0;
}

.text-center {
text-align:center;
}
.align-left {
text-align:left;
}
.mt-30 {
margin-top:30px;
}
.mb-30 {
margin-bottom:30px;
}
.section-2 {
margin:0 auto;
max-width:768px;
padding: 0 15px;
}
.btn.btn-orange {
    background: #E44F11;
    color: #fff;
    padding: 10px 30px;
}
.content-center div {
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
.content-center div img {
    max-height:50px;
        width: auto;
}
.content-center div p {
    margin-bottom:0;
}
.navbar .icon,
.close-nav {
  display: none;
}
.nav-toggle.active:before,
.close-nav:before {
    content: "\e934";
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: #fff;
    border:1px solid #ededed;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
    text-align: left;
}

.sidenav a {
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav.active {
width: 250px;
}

.close-nav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.close-nav,
.nav-toggle.active {
font-family:'icons';
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}
.desktop {
display:block;
}
.mobile {
display:none;
}
.content-grid_main .panel-group .panel-heading acc_title+.panel-collapse .panel-body {
        line-height: 120% !important;
      }

      .content-grid_main .panel-group .panel-heading acc_title .panel-title {
        line-height: 140% !important;
      }

      .content-main h1 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        text-transform: lowercase;
        font-weight:bold;
      }

      .content-main h2 {
        font-size: 20px !important;
        margin: 0 0 10px 0 !important;
        font-weight: lighter;
      }

      .content-main p {
        line-height: 120% !important;
      }

      .content-grid_main {
        color: black;
      }

      .content-main .panel {
        display: none;
      }
      .content-main {
    max-width: 1200px;
    margin: 0 auto;
}
  .content-grid_main p {
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin: 0 0 30px;
  }
  .section-3 {
  padding-left: 40px;
  }
@media screen and (max-width:767px) {
.row {
    display: block !important;
    }
.col-md-12{
    padding-right: 0!important;
    padding-left: 0!important;
}
.logo-wrapper {
margin-left: 40px;
}
.mobile {
display:block;
}
.desktop {
display:none;
}
.table-btm td {
    padding-right: 20px;
 }
.nav-toggle {
  display:inline-block;
  }


    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    li.nav-item {
        flex-grow: 1;
        width:50%;
        margin:0;
    }

    .nav-link {
        margin: 0px;
    }

    .section-3 {
    	text-align:center;
    	padding-left: 0px;
    }
    .navbar .nav-list {
    display: none;
  }
  .navbar a.icon {
    float: left;
    display: block;
  }

.language-switch {
float: right;
padding-right: 10px;
}
.nav-list {
width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    width: 270px;
    overflow: auto;
    margin-top: -1px;
}
    .img-fluid {
        max-width: 80%;
    }

    .input-custom {
        margin-left: 3rem;
        margin-right: 3rem;
        padding: 0;
    }

}
@media screen and (max-width: 380px) {
   .p-custom-form {
        font-size: 7px;
        letter-spacing: 0.5px;
        word-spacing: 0px;
    }
}
.slick-slider {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}
.footer {
background:#020202;
color: #fff;
}
.footer a {
color: #fff!important;
}
.top-bar {
    background: #000;
    color: #FFF;
    position: sticky;
    width: 100%;
    top: 65px !important;
    border: 0 !important;
    z-index: 998;
    text-align: center;
}
.top-bar ul.menu-bar li {
    display: inline-block;
    position: relative;
}
ul.menu-bar {
margin-bottom: 0;
}
.menu-bar li a {
    font-size: 12px;
    font-family: 'GothamRounded-Medium';
    color: #fff !important;
    background: transparent;
    font-weight: 700;
    padding: 15px 5px 15px 23px;
    display: block;
    text-transform: uppercase;
}

/*accordion*/
  .acc_title .icons_accordion {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
  }

  .acc_title {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 7px;
  }

  .acc_title h4 {
    font-size: 12px;
    color: #000;
    padding: 20px;
    background: #fff;
  }
.pull-right {
    float: right !important;
}
  .content-main .panel {
    transition: .5s cubic-bezier(.8, 0, .2, 1);
    font-size: 14px;
    margin: 0px 3em 0px 0px;
  }

  .panel-heading.active span.collapse-caret {
    background-position: -5px -30px;
  }

  .panel-heading .panel-title span.collapse-caret {
    background-image: url(https://www.katespade.com/on/demandware.static/Sites-katespade_US-Site/-/en_US/images/pdp_sprite.png);
    background-position: -5px -3px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 15px;
  }

  .content-grid_main .panel-group .panel-default+.panel-default {
    margin-top: 0;
  }

  .content-main .panel-body {
    border: none;
    padding: 15px 0;
  }

  .collapse-caret:after {
    position: absolute;
    right: 30px;
    font-family: 'icons';
    content: "\e932";
    font-size: 12px;
  }

  .active .collapse-caret:after {
    content: "\e933";
  }

  @media screen and (max-width: 767px) {
    .acc_title h4 {
      margin: 20px;
    }
   .content-main .panel-body {
     padding: 0 30px;
   }
  }

.nav-pills {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  justify-content: center;
}
.nav-pills li.nav-item {
margin: 0;
}

.nav-item button {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: inherit;
  outline: none;
  opacity: 0.5;
  cursor: pointer;
  color: #000 !important;
}
.nav-item button.active {
  opacity: 1;
  border-bottom: 1px solid #000;
}
.tab-content-board {
 display: none;
 margin-top: 30px;
}
.tab-content-board img {
        width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.tab-content-board .row {
    border-bottom: 1px solid #eee;
}
.tab-content-board p.name-title {
    font-size: 14px;
    font-weight: 600;
}

#tab-abu {
 display: block;
}

a.btn-icon-left {
    padding: 15px 10px;
    margin-bottom: 20px;
    width: 100%;
    color: #fff !important;
    background: #e97344;
    border-radius: 8px;
    border: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    min-height: 60px;
}
a.btn-icon-left:hover {
    background: #666666;
    color: #fff !important;
    border:0;
    text-decoration:none;
}
.fa-file-pdf {
margin-left: 5px;
    margin-right: 8px;
    font-size: 20px;
}
.kfl-testimony img {
max-height: 195px;
    margin-bottom: 15px;

}
.kfl-testimony {
    text-align: justify;
}

.sub-title {
font-weight:600;
font-size: 16px;
}
table, th, td {
  padding: 5px 10px;

}
table.tab-subs, .tab-subs th, .tab-subs td {
  border: 1px solid #eee;
  padding: 5px 10px;

}
.table-wrap {
    overflow-x: scroll;
}
 ::-webkit-scrollbar {
    display: none;
  }
#corevalue .col-md-1::after {
    border-bottom: 2px dotted red;
    width:20px;
    position: absolute;
    content: "";
    right:0px;
    top:50%;

}
#corevalue .col-md-1, #corevalue .col-md-11 {
margin-bottom:20px;
}

@media screen and (max-width: 767px) {
.tab-content-board {
    margin: 20px auto;
}
   .tab-content-board img {
    max-width: 160px;
    text-align: center;
    margin: 0 auto 20px;
}
.footer .container-fluid {
        padding: 10px;
}
.sticky .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.sticky .col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
nav.justify-content-center {
    -webkit-box-pack: space-around!important;
    -ms-flex-pack: space-around!important;
    justify-content: space-around!important;
}
.nav.nav-pills {
    flex-wrap: unset;
    position: relative;
    margin-bottom: 20px !important;
    width: 100%;
    list-style: none;
    overflow-y: scroll;
    justify-content: flex-start;
}
.nav-pills li.nav-item {
    flex-grow: unset;
    margin: 0;
    display: inline-block;
    }
    .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
}
#our_mission .col-md-3 {
    margin-bottom: 20px;
}
}
.core-values-inside-wrapper {
    position: relative;
    width: 100%;
    padding: 2% 3%;
}

.v-center{
    display:inline-block;
    vertical-align:middle;
    float:none;
}
.core-values-grid {
    width: 20%;
    text-align: center;
}
.igrow-wrap {
    position: relative;
    width: 100%;
}
.igrow-desc {
    position: relative;
    width: 100%;
    margin-top: 3rem;
}
.igrow-border-1 {
    position: relative;
    display: inline-block;
    width: 8rem;
    padding: 6%;
    background-image: url(images/main/core-values-border-1.png);
    background-size: contain;
    background-position: center;
}
.igrow-border-2 {
    position: absolute;
    left: 97.5%;
    top: 50%;
    width: 50%;
    transform: translate3d(0, -53%, 0);
    overflow: visible;
}
.igrow-border-2-circle {
    position: absolute;
    right: 0;
    top: 55%;
    width: 1.4rem;
    transform: translate3d(0, -50%, 0);
    background-color: #e4e4e4;
    border-radius: 50%;
}
.igrow-border-2-circle:before,
.igrow-border-3-circle:before,
.igrow-border-4-circle:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.igrow-border-2 img,
.igrow-border-3 img,
.igrow-border-4 img,
.igrow-shadow img {
    width: 100%;
}
.igrow-border-3 {
    position: absolute;
    top: 97.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9%;
}
.igrow-border-4 {
    position: absolute;
    left: -0.5rem;
    top: 50%;
    width: 1.4rem;
    transform: translate3d(0, -53%, 0);
    background-color: #e4e4e4;
    border-radius: 50%;
}
.igrow-shadow {
    position: absolute;
    bottom: -4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
}
.igrow-orange-border {
    position: relative;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255,116,63, 0.8);
    padding: 10%;
}
.igrow-white-border {
    position: relative;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,255, 1);
}
.igrow-white-border:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.igrow-alphabet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
}
.igrow-alphabet h2 {
    color: #727272;
    font-size: 20px;
}
.igrow-text h3 {
    font-size: 18px;
    color: #727272;
}
.orange-circle {
    background-color: rgba(255,116,63, 0.8);
}
.orange-circle .igrow-text h3 {
    color: #fff;
}
.grey-circle {
    background-color: #e4e4e4;
}
.igrow-circle {
    position: relative;
    width: 78%;
    margin: 0 auto;
    border-radius: 50%;
}
.igrow-circle:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.igrow-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    padding-top: 20%;
}
@media screen and (max-width:768px){

    .core-values-grid {
    width: 100%;
    margin: 30px 0;
	}
	.igrow-circle {
    position: relative;
    width: 190px;
    }
    .igrow-text {
    padding-top: 25%;
}
}