

/* FONTS */

@font-face {
  font-family: "Gotham-Bold";
  src: url("https://www.livepixelstudios.com/wp-content/themes/pixel-technologies/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("https://www.livepixelstudios.com/wp-content/themes/pixel-technologies/fonts/Gotham-Book.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Bold-Italic";
  src: url("https://www.livepixelstudios.com/wp-content/themes/pixel-technologies/fonts/Gotham-Bold-Italic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}



.yellow-title {
    color: #e8c631;
}
.gotham-bold {
    font-family: "Gotham-Bold";
}
.clientele-titles {
    text-align: center;
}
.client-main-title{
    margin:0px;
    position: relative;
    z-index: 1;
}
.logo-section {
    margin: 80px 0px;
}
.int-logo-rep {
    padding: 40px 0px;
}
.domestic-client-img {
    padding: 15px;
}
.int-client-img {
    padding: 15px;
}
.career-sub-cont span {
    display: block;
    margin-bottom: 20px;
}
.career-sub-cont {
    text-align: center;
    padding: 50px 0px 50px;
    font-family: 'Gotham Light';
    font-size: 17px;
}
/*.career-content {*/
/*    margin: 50px 0 0;*/
/*}*/
.career-sub-cont a {
    font-family: 'Gotham-Bold-Italic';
    display: inline-block;
    margin: 0 5px;
    color:#e8c631;
}

/*Responsive*/
/*----------------------------- Large Screen - 1 -------------------------------*/
@media only screen and (max-width :1700px) and (min-width: 1367px) {
    
}

/*----------------------------- Large Screen - 2 -------------------------------*/
@media only screen and (max-width :1366px) and (min-width: 1281px) {

}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {

}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){

}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    .career-sub-cont {
        text-align: center;
        padding: 10px 0px 100px;
    }
		
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){


}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){


}

