/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
@media screen and (max-width: 960px) {
#mobileads
        {
            display: none;
        }
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
 @font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf) format('truetype');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Color Settings*/
/*Services*/
/*Font Settings*/
/*Presets*/
li {
  list-style: none;
}
a {
  text-decoration: none;
}
/*Fonts*/
@font-face {
  font-family: 'smallpdfgui';
  src: url('http://smallpdf.com/assets/fonts/smallpdf-gui.eot');
  src: url('../assets/fonts/smallpdf-gui.eot') format('embedded-opentype'), url('../assets/fonts/smallpdf-gui.woff') format('woff'), url('../assets/fonts/smallpdf-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon';
  src: url('../assets/fonts/smallpdf-regular-webfont.eot%3Fv=6');
  src: url('../assets/fonts/smallpdf-regular-webfont.eot%3Fv=5') format('embedded-opentype'), url('../assets/fonts/smallpdf-regular-webfont.woff%3Fv=6') format('woff'), url('../assets/fonts/smallpdf-regular-webfont.ttf%3Fv=6') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icon";
  content: attr(data-icon);
  speak: none;
}
html[lang="ar"] body {
  font-family: sans-serif;
}
html[lang="ru"] body {
  font-family: 'Open Sans', sans-serif;
}
html[lang="kr"] body {
  font-family: 'Nanum Gothic', sans-serif;
}
html[lang="jp"] body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
html[lang="cn"] body {
  font-family: "Hiragino Sans GB", "微软雅黑", Helvetica, Arial, sans-serif;
}
/*Text*/
@-webkit-keyframes rotating-function {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotating-function {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotating-function {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotating-function {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotating-function {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Links*/
a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover {
  color: black;
}
body.landing .donation-target {
  top: 55px;
}
body.scroll .donation-target {
  top: 45px;
}
body.simple-header .donation-target {
  top: 45px;
}
.donation-target {
  position: absolute;
  top: 76px;
  right: 0;
}
.donation-target .donation-notification {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 410px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  background-color: white;
  padding: 30px;
  border: 2px solid #E2E2E2;
  cursor: pointer;
}
.donation-target .donation-notification .close {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 400;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.125rem;
  color: #778088;
}
.donation-target .donation-notification .close:hover {
  color: #2c3239;
}
.donation-target .donation-notification:hover {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.3);
}
.donation-target .donation-notification:hover .donate-too {
  text-decoration: underline;
}
.donation-target .donation-notification img {
  position: relative;
  float: right;
  width: 100px;
  height: 100px;
  margin-top: -6px;
  margin-bottom: -7px;
}
.donation-target .donation-notification p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  float: left;
  width: 240px;
  margin: 0;
  color: #778088;
}
.donation-target .donation-notification .donate-too {
  display: inline-block;
  margin-top: 14px;
}
@media (max-width: 728px) {
  .donation-notification {
    position: fixed;
  }
}
.donate-coffee {
  cursor: pointer;
}
/*************************************************
* Basic Footer Styles                            *
*************************************************/
footer {
  padding-bottom: 20px;
  border-top: 2px solid #E2E2E2;
}
footer .content {
  margin: 0 auto;
}
footer .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .content .donate {
  width: 190px;
  float: left;
}
footer .content .donate img {
  width: 110px;
  margin: 0 15px 0 15px;
  cursor: pointer;
}
footer .content .links {
  float: left;
}
footer .content .links .service,
footer .content .links .business,
footer .content .links .social {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .content .links .service li,
footer .content .links .business li,
footer .content .links .social li {
  margin: 0 15px;
}
footer .content .links .service li a,
footer .content .links .business li a,
footer .content .links .social li a {
  color: black;
  font-weight: 400;
  font-size: 15px;
  float: left;
}
footer .content .links .service li a.shop,
footer .content .links .business li a.shop,
footer .content .links .social li a.shop {
  padding-left: 20px;
  background-image: url(../assets/img/ui-cart.svg);
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
footer .content .links .social li a span {
  font-family: smallpdfgui, "Source Sans Pro", Arial, Sans-Serif;
  padding-right: 5px;
}
footer .content .lang {
  width: 190px;
  position: relative;
}
footer .content .lang ul {
  line-height: 44px;
  min-height: 48px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  border: 2px solid #778088;
  padding-left: 15px;
  box-sizing: border-box;
}
footer .content .lang li {
  display: none;
}
footer .content .lang li a {
  width: 100%;
  color: #778088;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
}
footer .content .lang li a:hover {
  color: black;
}
footer .content .lang li.active,
footer .content .lang ul:hover li {
  display: block;
}
footer .content .lang ul:hover {
  line-height: 30px;
  position: absolute;
  bottom: -48px;
  right: 0px;
  left: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 7px 0 6px 15px;
  background-color: white;
  z-index: 999999; /*Bilal to fix the menu hide problem */
}
footer .content .footnote {
  float: left;
  color: #778088;
  font-size: 15px;
}
footer .content .footnote .copyright,
footer .content .footnote .text {
  padding: 0 15px;
}
/*************************************************
* Mobile                                        *
*************************************************/
@media (max-width: 800px) {
  footer {
    padding-top: 5px;
  }
  footer .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  footer .content .donate {
    display: none;
  }
  footer .content .links {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .content .links .service,
  footer .content .links .business,
  footer .content .links .social {
    width: 100%;
    float: left;
  }
  footer .content .links .service li,
  footer .content .links .business li,
  footer .content .links .social li {
    line-height: 48px;
  }
  footer .content .links .service li a,
  footer .content .links .business li a,
  footer .content .links .social li a {
    border-bottom: 2px solid #E2E2E2;
    width: 100%;
  }
  footer .content .lang {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .content .lang:hover {
    margin-bottom: 68px;
  }
  footer .content .lang ul {
    margin-right: 15px;
  }
  footer .content .footnote {
    width: 100%;
  }
  footer .content .footnote .copyright,
  footer .content .footnote .text {
    display: block;
    text-align: center;
    line-height: 24px;
  }
}
/*************************************************
* Desktop Styles                                 *
*************************************************/
@media (min-width: 800px) and (max-width: 1200px) {
  footer {
    padding-top: 30px;
  }
  footer .content {
    width: 760px;
  }
  footer .content .donate {
    text-align: left;
  }
  footer .content .links {
    width: 570px;
    margin-bottom: 30px;
    text-align: left;
  }
  footer .content .links .service,
  footer .content .links .business,
  footer .content .links .social {
    width: 190px;
    float: left;
  }
  footer .content .links .service li,
  footer .content .links .business li,
  footer .content .links .social li {
    display: block;
    line-height: 36px;
  }
  footer .content .links .service li a,
  footer .content .links .business li a,
  footer .content .links .social li a {
    width: 100%;
  }
  footer .content .lang {
    float: right;
  }
  footer .content .footnote {
    width: 570px;
    float: left;
    line-height: 48px;
  }
  footer .content .footnote .copyright {
    width: 160px;
    float: left;
  }
  footer .content .footnote .text {
    width: 350px;
    float: left;
  }
}
/*************************************************
* Large Screens                                  *
*************************************************/
@media (min-width: 1200px) {
  footer {
    padding-top: 30px;
  }
  footer .content {
    width: 1140px;
  }
  footer .content .donate {
    text-align: right;
    margin-top: -5px;
  }
  footer .content .links {
    width: 760px;
    text-align: center;
    font-size: 0;
  }
  footer .content .links .service li,
  footer .content .links .business li,
  footer .content .links .social li {
    line-height: 36px;
    display: inline-block;
  }
  footer .content .lang {
    float: left;
    margin-top: -8px;
  }
  footer .content .footnote {
    width: 760px;
    line-height: 36px;
    text-align: center;
  }
  footer .content .footnote .copyright,
  footer .content .footnote .text {
    display: inline-block;
  }
}
.old-browser-warning {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: #FDF2AB;
  border-bottom: 2px solid #A29330;
  text-align: center;
  line-height: 50px;
}
.not-supported .product-info {
  padding-top: 100px;
}
.not-supported .tool,
.not-supported .primary-wrapper,
.not-supported .article .drop-area,
.not-supported .sticky-header,
.not-supported .services-nav-wrapper,
.not-supported .footer-content {
  display: none;
}
.not-supported .article {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.not-supported .article .features {
  width: 800px;
  overflow: hidden;
}
.not-supported .article .features .feature {
  float: left;
  display: block;
}
html[lang="ar"] {
  /* Protect */
}
html[lang="ar"] .drop-area {
  direction: rtl;
}
html[lang="ar"] .social-wrapper .chrome #install-button {
  direction: rtl;
}
html[lang="ar"] #converter-wrapper .success .share-buttons .twitter-share-button {
  margin-right: 9px;
}
html[lang="ar"] .add-another-file .add-file-description {
  direction: rtl;
}
html[lang="ar"] .primary .ready-button,
html[lang="ar"] .confirm-button,
html[lang="ar"] .get-password-form p,
html[lang="ar"] .confirm-form p,
html[lang="ar"] body.result .tool .result-message .donate .donation-method,
html[lang="ar"] .error-wrapper .error p,
html[lang="ar"] .instruction,
html[lang="ar"] .main-nav-item {
  direction: rtl;
}
html[lang="ar"] body.result .tool .result-message .message .text {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] #cmd {
  padding-left: 0;
  padding-right: 6px;
  direction: rtl;
}
html[lang="ar"] #confirm + label {
  margin: 20px 0 0 10px;
  float: right;
}
html[lang="ar"] .get-password-form #password {
  direction: rtl;
  padding-left: 0;
  padding-right: 12px;
}
html[lang="ar"] .product-info {
  direction: rtl;
}
html[lang="ar"] h4 {
  direction: rtl;
}
html[lang="ar"] #open-upload label {
  direction: rtl;
}
html[lang="ar"] .features div {
  direction: rtl;
  text-align: center;
}
html[lang="ar"] footer .connect nav > div {
  float: right;
  text-align: right;
  padding: 2px 15px 0 0;
}
html[lang="ar"] footer .connect nav > div > div {
  text-align: right;
}
html[lang="ar"] #converter-wrapper .success p {
  direction: rtl;
}
html[lang="ar"] .rtl #widget {
  text-align: left;
}
html[lang="ar"] footer h5 {
  text-align: right;
  direction: rtl;
}
html[lang="ar"] footer ul {
  text-align: right;
  direction: rtl;
  padding-right: 0px;
}
html[lang="ar"] footer .project p {
  text-align: right;
  float: right;
  direction: rtl;
}
html[lang="ar"] footer .lang ul {
  padding-right: 10px;
}
html[lang="ar"] footer .support-title {
  direction: rtl;
  text-align: right;
  margin-right: 10px;
}
html[lang="ar"] footer .support-instructions {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] footer div.donate h5 {
  text-align: center;
}
html[lang="ar"] footer div.donate p {
  direction: rtl;
}
html[lang="ar"] footer div.donate .btc {
  direction: rtl;
}
html[lang="ar"] .landing #landing-title,
html[lang="ar"] .landing .app-description,
html[lang="ar"] .landing .app-title {
  direction: rtl;
}
html[lang="ar"] .landing footer ul li.donate a {
  direction: ltr;
}
html[lang="ar"] .help {
  direction: rtl;
}
html[lang="ar"] .help h3 {
  text-align: right;
  background-position: left center;
}
html[lang="ar"] .help .answer {
  text-align: right;
}
html[lang="ar"] .help .button,
html[lang="ar"] .help h2 {
  letter-spacing: 0;
}
html[lang="ar"] .about {
  direction: rtl;
}
html[lang="ar"] .about .info {
  text-align: right;
}
html[lang="ar"] .about h2 {
  letter-spacing: 0;
}
html[lang="ar"] .solid-converter {
  direction: rtl;
}
.landing {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-height: 100vh;
}
.landing header {
  position: relative;
  height: 72px;
}
.landing #landing-logo {
  height: 23px;
  position: absolute;
  top: 27px;
  left: 32px;
}
.landing #landing-logo img {
  height: 23px;
  width: 68px;
}
.landing .social-wrapper {
  position: absolute;
  right: 30px;
  top: 16px;
  width: 125px;
  padding: 0;
}
.landing .social-wrapper li {
  float: right;
}
.landing .social-wrapper .twitter {
  margin-left: 15px;
}
.landing #landing-title {
  font-size: 32px;
  line-height: 48px;
  height: 100px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  color: black;
  padding: 40px 0 90px 0;
}
.landing #landing-apps {
  margin: 0 auto;
  padding: 0;
}
.landing #landing-apps:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.landing #landing-apps li {
  height: 140px; /*bilal taille height pour chaque fichier language*/
  display: inline-block;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-bottom:15px; /*bilal*/
}
.landing #landing-apps li h2,
.landing #landing-apps li p {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.landing #landing-apps li svg {
  height: 40px;
  width: 40px;
  float: left;
  margin-left: 15px;
}
.landing #landing-apps .app-title {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
  margin-left: 70px;
}
.landing #landing-apps .app-description {
  font-size: 15px;
  font-weight: 400;
  color: #778088;
  line-height: 24px;
  margin: 0;
  margin-left: 70px;
}




/*Bilal*/
.landing #landing-apps .pdftoword_section .app-icon,
.landing #landing-apps .pdftoword_section h2 {
  color: #0074DA;
  border-bottom: 1px solid #0074DA;
}
.landing #landing-apps .pdftoword_section {
  color: #0074DA;
  border-bottom: 2px solid #0074DA;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .pdftoword_section:hover {
  color: #0074DA;
  background: RGBA(109, 175, 236, 0.1);
}


.landing #landing-apps .pdftotext_section .app-icon,
.landing #landing-apps .pdftotext_section h2 {
  color: #3D414D;
  border-bottom: 1px solid #3D414D;
}
.landing #landing-apps .pdftotext_section {
  color: #3D414D;
  border-bottom: 2px solid #3D414D;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .pdftotext_section:hover {
  color: #3D414D;
  background: RGBA(140, 142, 150, 0.1);
}


.landing #landing-apps .pdftojpg_section .app-icon,
.landing #landing-apps .pdftojpg_section h2 {
  color: #B77BD1;
  border-bottom: 1px solid #B77BD1;
}
.landing #landing-apps .pdftojpg_section {
  color: #B77BD1;
  border-bottom: 2px solid #B77BD1;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .pdftojpg_section:hover {
  color: #B77BD1;
  background: RGBA(228, 204, 238, 0.1);
}


.landing #landing-apps .wordtopdf_section .app-icon,
.landing #landing-apps .wordtopdf_section h2 {
  color: #7DB0ED;
  border-bottom: 1px solid #7DB0ED;
}
.landing #landing-apps .wordtopdf_section {
  color: #aaaaaa;
  border-bottom: 2px solid #7DB0ED;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .wordtopdf_section:hover {
  color: #7DB0ED;
  background: RGBA(172, 204, 246, 0.1);
}


.landing #landing-apps .texttopdf_section .app-icon,
.landing #landing-apps .texttopdf_section h2 {
  color: #539A06;
  border-bottom: 1px solid #539A06;
}
.landing #landing-apps .texttopdf_section {
  color: #aaaaaa;
  border-bottom: 2px solid #539A06;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .texttopdf_section:hover {
  color: #539A06;
  background: RGBA(121, 181, 59, 0.1);
}


.landing #landing-apps .jpgtopdf_section .app-icon,
.landing #landing-apps .jpgtopdf_section h2 {
  color: #CA8281;
  border-bottom: 1px solid #CA8281;
}
.landing #landing-apps .jpgtopdf_section {
  color: #CA8281;
  border-bottom: 2px solid #CA8281;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .jpgtopdf_section:hover {
  color: #CA8281;
  background: RGBA(230, 192, 192, 0.1);
}


.landing #landing-apps .imagetotext_section .app-icon,
.landing #landing-apps .imagetotext_section h2 {
  color: #F28700;
  border-bottom: 1px solid #F28700;
}
.landing #landing-apps .imagetotext_section {
  color: #F28700;
  border-bottom: 2px solid #F28700;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .imagetotext_section:hover {
  color: #F28700;
  background: RGBA(249, 181, 87, 0.1);
}


.landing #landing-apps .compresspdf_section .app-icon,
.landing #landing-apps .compresspdf_section h2 {
  color: #DF0000;
  border-bottom: 1px solid #DF0000;
}
.landing #landing-apps .compresspdf_section {
  color: #aaaaaa;
  border-bottom: 2px solid #DF0000;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .compresspdf_section:hover {
  color: #DF0000;
  background: RGBA(247, 166, 166, 0.1);
}


.landing #landing-apps .mergepdf_section .app-icon,
.landing #landing-apps .mergepdf_section h2 {
  color: #007A98;
  border-bottom: 1px solid #007A98;
}
.landing #landing-apps .mergepdf_section {
  color: #007A98;
  border-bottom: 2px solid #007A98;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .mergepdf_section:hover {
  color: #007A98;
  background: RGBA(250, 212, 233, 0.1);
}


.landing #landing-apps .splitpdf_section .app-icon,
.landing #landing-apps .splitpdf_section h2 {
  color: #4A3B97;
  border-bottom: 1px solid #4A3B97;
}
.landing #landing-apps .splitpdf_section {
  color: #aaaaaa;
  border-bottom: 2px solid #4A3B97;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .splitpdf_section:hover {
  color: #4A3B97;
  background: RGBA(142, 130, 192, 0.1);
}


.landing #landing-apps .extractpdf_section .app-icon,
.landing #landing-apps .extractpdf_section h2 {
  color: #DEAF00;
  border-bottom: 1px solid #DEAF00;
}
.landing #landing-apps .extractpdf_section {
  color: #DEAF00;
  border-bottom: 2px solid #DEAF00;
  border-radius:45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.landing #landing-apps .extractpdf_section:hover {
  color: #DEAF00;
  background: RGBA(235, 206, 85, 0.1);
}













html[lang="ko"] .app-description {
  word-break: keep-all;
}
@media (max-width: 800px) {
  .landing #main {
    padding: 0 15px;
  }
  .landing #main #landing-apps {
    width: 100%;
  }
  .landing #main #landing-apps li {
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .landing #landing-apps {
    width: 760px;
  }
  .landing #landing-apps li {
    width: 380px;
  }
  .landing #landing-apps li svg {
    margin-top: 5px;
  }
  .landing #landing-apps li .app-description {
    width: 295px;
  }
}
@media (min-width: 1200px) {
  .landing #main #landing-apps {
    width: 1140px;
  }
  .landing #main #landing-apps li {
    width: 285px;
  }
  .landing #main #landing-apps li svg {
    margin-top: 15px;
  }
  .landing #main #landing-apps li .app-description {
    width: 200px;
  }
}
@media (min-width: 1200px) and (min-height: 860px) {
  .landing #main {
    min-height: 100vh;
  }
  footer {
    margin-top: -161px;
  }
}
