/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 14, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

/* line 28, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-2x {
    font-size: 2em;
}

/* line 31, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-3x {
    font-size: 3em;
}

/* line 34, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-4x {
    font-size: 4em;
}

/* line 37, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-5x {
    font-size: 5em;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

/* line 44, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

/* line 49, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ul > li {
    position: relative;
}

/* line 52, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

/* line 59, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-li.fa-lg {
    left: -1.85714286em;
}

/* line 62, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

/* line 67, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pull-left {
    float: left;
}

/* line 70, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pull-right {
    float: right;
}

/* line 73, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa.fa-pull-left {
    margin-right: .3em;
}

/* line 76, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.pull-right {
    float: right;
}

/* line 83, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.pull-left {
    float: left;
}

/* line 86, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa.pull-left {
    margin-right: .3em;
}

/* line 89, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa.pull-right {
    margin-left: .3em;
}

/* line 92, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/* line 96, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* line 120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* line 138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* line 144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* line 150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

/* line 157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

/* line 165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/* line 172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack-1x {
    line-height: inherit;
}

/* line 175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack-2x {
    font-size: 2em;
}

/* line 178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-glass:before {
    content: "\f000";
}

/* line 186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-music:before {
    content: "\f001";
}

/* line 189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-search:before {
    content: "\f002";
}

/* line 192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envelope-o:before {
    content: "\f003";
}

/* line 195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-heart:before {
    content: "\f004";
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-star:before {
    content: "\f005";
}

/* line 201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-star-o:before {
    content: "\f006";
}

/* line 204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user:before {
    content: "\f007";
}

/* line 207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-film:before {
    content: "\f008";
}

/* line 210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-th-large:before {
    content: "\f009";
}

/* line 213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-th:before {
    content: "\f00a";
}

/* line 216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-th-list:before {
    content: "\f00b";
}

/* line 219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-check:before {
    content: "\f00c";
}

/* line 222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

/* line 227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-search-plus:before {
    content: "\f00e";
}

/* line 230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-search-minus:before {
    content: "\f010";
}

/* line 233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-power-off:before {
    content: "\f011";
}

/* line 236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-signal:before {
    content: "\f012";
}

/* line 239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

/* line 243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-trash-o:before {
    content: "\f014";
}

/* line 246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-home:before {
    content: "\f015";
}

/* line 249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-o:before {
    content: "\f016";
}

/* line 252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-clock-o:before {
    content: "\f017";
}

/* line 255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-road:before {
    content: "\f018";
}

/* line 258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-download:before {
    content: "\f019";
}

/* line 261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

/* line 264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

/* line 267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-inbox:before {
    content: "\f01c";
}

/* line 270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-play-circle-o:before {
    content: "\f01d";
}

/* line 273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

/* line 277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-refresh:before {
    content: "\f021";
}

/* line 280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-list-alt:before {
    content: "\f022";
}

/* line 283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lock:before {
    content: "\f023";
}

/* line 286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flag:before {
    content: "\f024";
}

/* line 289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-headphones:before {
    content: "\f025";
}

/* line 292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-volume-off:before {
    content: "\f026";
}

/* line 295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-volume-down:before {
    content: "\f027";
}

/* line 298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-volume-up:before {
    content: "\f028";
}

/* line 301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-qrcode:before {
    content: "\f029";
}

/* line 304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-barcode:before {
    content: "\f02a";
}

/* line 307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tag:before {
    content: "\f02b";
}

/* line 310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tags:before {
    content: "\f02c";
}

/* line 313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-book:before {
    content: "\f02d";
}

/* line 316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bookmark:before {
    content: "\f02e";
}

/* line 319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-print:before {
    content: "\f02f";
}

/* line 322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-camera:before {
    content: "\f030";
}

/* line 325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-font:before {
    content: "\f031";
}

/* line 328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bold:before {
    content: "\f032";
}

/* line 331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-italic:before {
    content: "\f033";
}

/* line 334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-text-height:before {
    content: "\f034";
}

/* line 337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-text-width:before {
    content: "\f035";
}

/* line 340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-align-left:before {
    content: "\f036";
}

/* line 343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-align-center:before {
    content: "\f037";
}

/* line 346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-align-right:before {
    content: "\f038";
}

/* line 349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-align-justify:before {
    content: "\f039";
}

/* line 352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-list:before {
    content: "\f03a";
}

/* line 355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

/* line 359, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-indent:before {
    content: "\f03c";
}

/* line 362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-video-camera:before {
    content: "\f03d";
}

/* line 365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

/* line 370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pencil:before {
    content: "\f040";
}

/* line 373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-map-marker:before {
    content: "\f041";
}

/* line 376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-adjust:before {
    content: "\f042";
}

/* line 379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tint:before {
    content: "\f043";
}

/* line 382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

/* line 386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-share-square-o:before {
    content: "\f045";
}

/* line 389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-check-square-o:before {
    content: "\f046";
}

/* line 392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrows:before {
    content: "\f047";
}

/* line 395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-step-backward:before {
    content: "\f048";
}

/* line 398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fast-backward:before {
    content: "\f049";
}

/* line 401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-backward:before {
    content: "\f04a";
}

/* line 404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-play:before {
    content: "\f04b";
}

/* line 407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pause:before {
    content: "\f04c";
}

/* line 410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stop:before {
    content: "\f04d";
}

/* line 413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-forward:before {
    content: "\f04e";
}

/* line 416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fast-forward:before {
    content: "\f050";
}

/* line 419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-step-forward:before {
    content: "\f051";
}

/* line 422, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eject:before {
    content: "\f052";
}

/* line 425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-left:before {
    content: "\f053";
}

/* line 428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-right:before {
    content: "\f054";
}

/* line 431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plus-circle:before {
    content: "\f055";
}

/* line 434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-minus-circle:before {
    content: "\f056";
}

/* line 437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-times-circle:before {
    content: "\f057";
}

/* line 440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-check-circle:before {
    content: "\f058";
}

/* line 443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-question-circle:before {
    content: "\f059";
}

/* line 446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-info-circle:before {
    content: "\f05a";
}

/* line 449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-crosshairs:before {
    content: "\f05b";
}

/* line 452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-times-circle-o:before {
    content: "\f05c";
}

/* line 455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-check-circle-o:before {
    content: "\f05d";
}

/* line 458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ban:before {
    content: "\f05e";
}

/* line 461, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-left:before {
    content: "\f060";
}

/* line 464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-right:before {
    content: "\f061";
}

/* line 467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-up:before {
    content: "\f062";
}

/* line 470, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-down:before {
    content: "\f063";
}

/* line 473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

/* line 477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-expand:before {
    content: "\f065";
}

/* line 480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-compress:before {
    content: "\f066";
}

/* line 483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plus:before {
    content: "\f067";
}

/* line 486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-minus:before {
    content: "\f068";
}

/* line 489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-asterisk:before {
    content: "\f069";
}

/* line 492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-exclamation-circle:before {
    content: "\f06a";
}

/* line 495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gift:before {
    content: "\f06b";
}

/* line 498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-leaf:before {
    content: "\f06c";
}

/* line 501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fire:before {
    content: "\f06d";
}

/* line 504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eye:before {
    content: "\f06e";
}

/* line 507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eye-slash:before {
    content: "\f070";
}

/* line 510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

/* line 514, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plane:before {
    content: "\f072";
}

/* line 517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar:before {
    content: "\f073";
}

/* line 520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-random:before {
    content: "\f074";
}

/* line 523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-comment:before {
    content: "\f075";
}

/* line 526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-magnet:before {
    content: "\f076";
}

/* line 529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-up:before {
    content: "\f077";
}

/* line 532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-down:before {
    content: "\f078";
}

/* line 535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-retweet:before {
    content: "\f079";
}

/* line 538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shopping-cart:before {
    content: "\f07a";
}

/* line 541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-folder:before {
    content: "\f07b";
}

/* line 544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-folder-open:before {
    content: "\f07c";
}

/* line 547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrows-v:before {
    content: "\f07d";
}

/* line 550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrows-h:before {
    content: "\f07e";
}

/* line 553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

/* line 557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-twitter-square:before {
    content: "\f081";
}

/* line 560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-facebook-square:before {
    content: "\f082";
}

/* line 563, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-camera-retro:before {
    content: "\f083";
}

/* line 566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-key:before {
    content: "\f084";
}

/* line 569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

/* line 573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-comments:before {
    content: "\f086";
}

/* line 576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thumbs-o-up:before {
    content: "\f087";
}

/* line 579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thumbs-o-down:before {
    content: "\f088";
}

/* line 582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-star-half:before {
    content: "\f089";
}

/* line 585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-heart-o:before {
    content: "\f08a";
}

/* line 588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sign-out:before {
    content: "\f08b";
}

/* line 591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-linkedin-square:before {
    content: "\f08c";
}

/* line 594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thumb-tack:before {
    content: "\f08d";
}

/* line 597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-external-link:before {
    content: "\f08e";
}

/* line 600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sign-in:before {
    content: "\f090";
}

/* line 603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-trophy:before {
    content: "\f091";
}

/* line 606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-github-square:before {
    content: "\f092";
}

/* line 609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-upload:before {
    content: "\f093";
}

/* line 612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lemon-o:before {
    content: "\f094";
}

/* line 615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-phone:before {
    content: "\f095";
}

/* line 618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-square-o:before {
    content: "\f096";
}

/* line 621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bookmark-o:before {
    content: "\f097";
}

/* line 624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-phone-square:before {
    content: "\f098";
}

/* line 627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-twitter:before {
    content: "\f099";
}

/* line 630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

/* line 634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-github:before {
    content: "\f09b";
}

/* line 637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-unlock:before {
    content: "\f09c";
}

/* line 640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-credit-card:before {
    content: "\f09d";
}

/* line 643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

/* line 647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hdd-o:before {
    content: "\f0a0";
}

/* line 650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bullhorn:before {
    content: "\f0a1";
}

/* line 653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bell:before {
    content: "\f0f3";
}

/* line 656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-certificate:before {
    content: "\f0a3";
}

/* line 659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-o-right:before {
    content: "\f0a4";
}

/* line 662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-o-left:before {
    content: "\f0a5";
}

/* line 665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-o-up:before {
    content: "\f0a6";
}

/* line 668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-o-down:before {
    content: "\f0a7";
}

/* line 671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-left:before {
    content: "\f0a8";
}

/* line 674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-right:before {
    content: "\f0a9";
}

/* line 677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-up:before {
    content: "\f0aa";
}

/* line 680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-down:before {
    content: "\f0ab";
}

/* line 683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-globe:before {
    content: "\f0ac";
}

/* line 686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wrench:before {
    content: "\f0ad";
}

/* line 689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tasks:before {
    content: "\f0ae";
}

/* line 692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-filter:before {
    content: "\f0b0";
}

/* line 695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-briefcase:before {
    content: "\f0b1";
}

/* line 698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrows-alt:before {
    content: "\f0b2";
}

/* line 701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

/* line 705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

/* line 709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cloud:before {
    content: "\f0c2";
}

/* line 712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flask:before {
    content: "\f0c3";
}

/* line 715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

/* line 719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

/* line 723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paperclip:before {
    content: "\f0c6";
}

/* line 726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

/* line 730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-square:before {
    content: "\f0c8";
}

/* line 733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

/* line 738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-list-ul:before {
    content: "\f0ca";
}

/* line 741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-list-ol:before {
    content: "\f0cb";
}

/* line 744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-strikethrough:before {
    content: "\f0cc";
}

/* line 747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-underline:before {
    content: "\f0cd";
}

/* line 750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-table:before {
    content: "\f0ce";
}

/* line 753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-magic:before {
    content: "\f0d0";
}

/* line 756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-truck:before {
    content: "\f0d1";
}

/* line 759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pinterest:before {
    content: "\f0d2";
}

/* line 762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pinterest-square:before {
    content: "\f0d3";
}

/* line 765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-google-plus-square:before {
    content: "\f0d4";
}

/* line 768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-google-plus:before {
    content: "\f0d5";
}

/* line 771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-money:before {
    content: "\f0d6";
}

/* line 774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-caret-down:before {
    content: "\f0d7";
}

/* line 777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-caret-up:before {
    content: "\f0d8";
}

/* line 780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-caret-left:before {
    content: "\f0d9";
}

/* line 783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-caret-right:before {
    content: "\f0da";
}

/* line 786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-columns:before {
    content: "\f0db";
}

/* line 789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

/* line 793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

/* line 797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

/* line 801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envelope:before {
    content: "\f0e0";
}

/* line 804, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-linkedin:before {
    content: "\f0e1";
}

/* line 807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

/* line 811, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

/* line 815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

/* line 819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-comment-o:before {
    content: "\f0e5";
}

/* line 822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-comments-o:before {
    content: "\f0e6";
}

/* line 825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

/* line 829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sitemap:before {
    content: "\f0e8";
}

/* line 832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-umbrella:before {
    content: "\f0e9";
}

/* line 835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

/* line 839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lightbulb-o:before {
    content: "\f0eb";
}

/* line 842, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-exchange:before {
    content: "\f0ec";
}

/* line 845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cloud-download:before {
    content: "\f0ed";
}

/* line 848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cloud-upload:before {
    content: "\f0ee";
}

/* line 851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-md:before {
    content: "\f0f0";
}

/* line 854, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stethoscope:before {
    content: "\f0f1";
}

/* line 857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-suitcase:before {
    content: "\f0f2";
}

/* line 860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bell-o:before {
    content: "\f0a2";
}

/* line 863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-coffee:before {
    content: "\f0f4";
}

/* line 866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cutlery:before {
    content: "\f0f5";
}

/* line 869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-text-o:before {
    content: "\f0f6";
}

/* line 872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-building-o:before {
    content: "\f0f7";
}

/* line 875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hospital-o:before {
    content: "\f0f8";
}

/* line 878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ambulance:before {
    content: "\f0f9";
}

/* line 881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-medkit:before {
    content: "\f0fa";
}

/* line 884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fighter-jet:before {
    content: "\f0fb";
}

/* line 887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-beer:before {
    content: "\f0fc";
}

/* line 890, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-h-square:before {
    content: "\f0fd";
}

/* line 893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plus-square:before {
    content: "\f0fe";
}

/* line 896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-double-left:before {
    content: "\f100";
}

/* line 899, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-double-right:before {
    content: "\f101";
}

/* line 902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-double-up:before {
    content: "\f102";
}

/* line 905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-double-down:before {
    content: "\f103";
}

/* line 908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-left:before {
    content: "\f104";
}

/* line 911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-right:before {
    content: "\f105";
}

/* line 914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-up:before {
    content: "\f106";
}

/* line 917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angle-down:before {
    content: "\f107";
}

/* line 920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-desktop:before {
    content: "\f108";
}

/* line 923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-laptop:before {
    content: "\f109";
}

/* line 926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tablet:before {
    content: "\f10a";
}

/* line 929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

/* line 933, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-circle-o:before {
    content: "\f10c";
}

/* line 936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-quote-left:before {
    content: "\f10d";
}

/* line 939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-quote-right:before {
    content: "\f10e";
}

/* line 942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-spinner:before {
    content: "\f110";
}

/* line 945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-circle:before {
    content: "\f111";
}

/* line 948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

/* line 952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-github-alt:before {
    content: "\f113";
}

/* line 955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-folder-o:before {
    content: "\f114";
}

/* line 958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-folder-open-o:before {
    content: "\f115";
}

/* line 961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-smile-o:before {
    content: "\f118";
}

/* line 964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-frown-o:before {
    content: "\f119";
}

/* line 967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-meh-o:before {
    content: "\f11a";
}

/* line 970, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gamepad:before {
    content: "\f11b";
}

/* line 973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-keyboard-o:before {
    content: "\f11c";
}

/* line 976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flag-o:before {
    content: "\f11d";
}

/* line 979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flag-checkered:before {
    content: "\f11e";
}

/* line 982, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-terminal:before {
    content: "\f120";
}

/* line 985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-code:before {
    content: "\f121";
}

/* line 988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

/* line 992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

/* line 997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-location-arrow:before {
    content: "\f124";
}

/* line 1000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-crop:before {
    content: "\f125";
}

/* line 1003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-code-fork:before {
    content: "\f126";
}

/* line 1006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

/* line 1010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-question:before {
    content: "\f128";
}

/* line 1013, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-info:before {
    content: "\f129";
}

/* line 1016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-exclamation:before {
    content: "\f12a";
}

/* line 1019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-superscript:before {
    content: "\f12b";
}

/* line 1022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-subscript:before {
    content: "\f12c";
}

/* line 1025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eraser:before {
    content: "\f12d";
}

/* line 1028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-puzzle-piece:before {
    content: "\f12e";
}

/* line 1031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-microphone:before {
    content: "\f130";
}

/* line 1034, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-microphone-slash:before {
    content: "\f131";
}

/* line 1037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shield:before {
    content: "\f132";
}

/* line 1040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar-o:before {
    content: "\f133";
}

/* line 1043, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fire-extinguisher:before {
    content: "\f134";
}

/* line 1046, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rocket:before {
    content: "\f135";
}

/* line 1049, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-maxcdn:before {
    content: "\f136";
}

/* line 1052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-circle-left:before {
    content: "\f137";
}

/* line 1055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-circle-right:before {
    content: "\f138";
}

/* line 1058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-circle-up:before {
    content: "\f139";
}

/* line 1061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chevron-circle-down:before {
    content: "\f13a";
}

/* line 1064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-html5:before {
    content: "\f13b";
}

/* line 1067, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-css3:before {
    content: "\f13c";
}

/* line 1070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-anchor:before {
    content: "\f13d";
}

/* line 1073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-unlock-alt:before {
    content: "\f13e";
}

/* line 1076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bullseye:before {
    content: "\f140";
}

/* line 1079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ellipsis-h:before {
    content: "\f141";
}

/* line 1082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ellipsis-v:before {
    content: "\f142";
}

/* line 1085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rss-square:before {
    content: "\f143";
}

/* line 1088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-play-circle:before {
    content: "\f144";
}

/* line 1091, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ticket:before {
    content: "\f145";
}

/* line 1094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-minus-square:before {
    content: "\f146";
}

/* line 1097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-minus-square-o:before {
    content: "\f147";
}

/* line 1100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-level-up:before {
    content: "\f148";
}

/* line 1103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-level-down:before {
    content: "\f149";
}

/* line 1106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-check-square:before {
    content: "\f14a";
}

/* line 1109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pencil-square:before {
    content: "\f14b";
}

/* line 1112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-external-link-square:before {
    content: "\f14c";
}

/* line 1115, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-share-square:before {
    content: "\f14d";
}

/* line 1118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-compass:before {
    content: "\f14e";
}

/* line 1121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

/* line 1125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

/* line 1129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

/* line 1133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

/* line 1137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gbp:before {
    content: "\f154";
}

/* line 1140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

/* line 1144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

/* line 1148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

/* line 1154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

/* line 1159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

/* line 1163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

/* line 1167, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file:before {
    content: "\f15b";
}

/* line 1170, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-text:before {
    content: "\f15c";
}

/* line 1173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-alpha-asc:before {
    content: "\f15d";
}

/* line 1176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-alpha-desc:before {
    content: "\f15e";
}

/* line 1179, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-amount-asc:before {
    content: "\f160";
}

/* line 1182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-amount-desc:before {
    content: "\f161";
}

/* line 1185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-numeric-asc:before {
    content: "\f162";
}

/* line 1188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sort-numeric-desc:before {
    content: "\f163";
}

/* line 1191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thumbs-up:before {
    content: "\f164";
}

/* line 1194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thumbs-down:before {
    content: "\f165";
}

/* line 1197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-youtube-square:before {
    content: "\f166";
}

/* line 1200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-youtube:before {
    content: "\f167";
}

/* line 1203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-xing:before {
    content: "\f168";
}

/* line 1206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-xing-square:before {
    content: "\f169";
}

/* line 1209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-youtube-play:before {
    content: "\f16a";
}

/* line 1212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dropbox:before {
    content: "\f16b";
}

/* line 1215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack-overflow:before {
    content: "\f16c";
}

/* line 1218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-instagram:before {
    content: "\f16d";
}

/* line 1221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-flickr:before {
    content: "\f16e";
}

/* line 1224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-adn:before {
    content: "\f170";
}

/* line 1227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bitbucket:before {
    content: "\f171";
}

/* line 1230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bitbucket-square:before {
    content: "\f172";
}

/* line 1233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tumblr:before {
    content: "\f173";
}

/* line 1236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tumblr-square:before {
    content: "\f174";
}

/* line 1239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-long-arrow-down:before {
    content: "\f175";
}

/* line 1242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-long-arrow-up:before {
    content: "\f176";
}

/* line 1245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-long-arrow-left:before {
    content: "\f177";
}

/* line 1248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-long-arrow-right:before {
    content: "\f178";
}

/* line 1251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-apple:before {
    content: "\f179";
}

/* line 1254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-windows:before {
    content: "\f17a";
}

/* line 1257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-android:before {
    content: "\f17b";
}

/* line 1260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-linux:before {
    content: "\f17c";
}

/* line 1263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dribbble:before {
    content: "\f17d";
}

/* line 1266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-skype:before {
    content: "\f17e";
}

/* line 1269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-foursquare:before {
    content: "\f180";
}

/* line 1272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-trello:before {
    content: "\f181";
}

/* line 1275, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-female:before {
    content: "\f182";
}

/* line 1278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-male:before {
    content: "\f183";
}

/* line 1281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

/* line 1285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sun-o:before {
    content: "\f185";
}

/* line 1288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-moon-o:before {
    content: "\f186";
}

/* line 1291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-archive:before {
    content: "\f187";
}

/* line 1294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bug:before {
    content: "\f188";
}

/* line 1297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vk:before {
    content: "\f189";
}

/* line 1300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-weibo:before {
    content: "\f18a";
}

/* line 1303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-renren:before {
    content: "\f18b";
}

/* line 1306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pagelines:before {
    content: "\f18c";
}

/* line 1309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stack-exchange:before {
    content: "\f18d";
}

/* line 1312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

/* line 1315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
    content: "\f190";
}

/* line 1318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

/* line 1322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dot-circle-o:before {
    content: "\f192";
}

/* line 1325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wheelchair:before {
    content: "\f193";
}

/* line 1328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vimeo-square:before {
    content: "\f194";
}

/* line 1331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

/* line 1335, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plus-square-o:before {
    content: "\f196";
}

/* line 1338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-space-shuttle:before {
    content: "\f197";
}

/* line 1341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-slack:before {
    content: "\f198";
}

/* line 1344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envelope-square:before {
    content: "\f199";
}

/* line 1347, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wordpress:before {
    content: "\f19a";
}

/* line 1350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-openid:before {
    content: "\f19b";
}

/* line 1353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

/* line 1358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

/* line 1362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-yahoo:before {
    content: "\f19e";
}

/* line 1365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-google:before {
    content: "\f1a0";
}

/* line 1368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-reddit:before {
    content: "\f1a1";
}

/* line 1371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-reddit-square:before {
    content: "\f1a2";
}

/* line 1374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

/* line 1377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stumbleupon:before {
    content: "\f1a4";
}

/* line 1380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-delicious:before {
    content: "\f1a5";
}

/* line 1383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-digg:before {
    content: "\f1a6";
}

/* line 1386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pied-piper-pp:before {
    content: "\f1a7";
}

/* line 1389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pied-piper-alt:before {
    content: "\f1a8";
}

/* line 1392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-drupal:before {
    content: "\f1a9";
}

/* line 1395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-joomla:before {
    content: "\f1aa";
}

/* line 1398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-language:before {
    content: "\f1ab";
}

/* line 1401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fax:before {
    content: "\f1ac";
}

/* line 1404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-building:before {
    content: "\f1ad";
}

/* line 1407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-child:before {
    content: "\f1ae";
}

/* line 1410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paw:before {
    content: "\f1b0";
}

/* line 1413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-spoon:before {
    content: "\f1b1";
}

/* line 1416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cube:before {
    content: "\f1b2";
}

/* line 1419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cubes:before {
    content: "\f1b3";
}

/* line 1422, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-behance:before {
    content: "\f1b4";
}

/* line 1425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-behance-square:before {
    content: "\f1b5";
}

/* line 1428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-steam:before {
    content: "\f1b6";
}

/* line 1431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-steam-square:before {
    content: "\f1b7";
}

/* line 1434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-recycle:before {
    content: "\f1b8";
}

/* line 1437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

/* line 1441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

/* line 1445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tree:before {
    content: "\f1bb";
}

/* line 1448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-spotify:before {
    content: "\f1bc";
}

/* line 1451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-deviantart:before {
    content: "\f1bd";
}

/* line 1454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-soundcloud:before {
    content: "\f1be";
}

/* line 1457, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-database:before {
    content: "\f1c0";
}

/* line 1460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-pdf-o:before {
    content: "\f1c1";
}

/* line 1463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-word-o:before {
    content: "\f1c2";
}

/* line 1466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-excel-o:before {
    content: "\f1c3";
}

/* line 1469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

/* line 1472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

/* line 1477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

/* line 1481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

/* line 1485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

/* line 1489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-file-code-o:before {
    content: "\f1c9";
}

/* line 1492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vine:before {
    content: "\f1ca";
}

/* line 1495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-codepen:before {
    content: "\f1cb";
}

/* line 1498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-jsfiddle:before {
    content: "\f1cc";
}

/* line 1501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

/* line 1508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-circle-o-notch:before {
    content: "\f1ce";
}

/* line 1511, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

/* line 1516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

/* line 1520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-git-square:before {
    content: "\f1d2";
}

/* line 1523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-git:before {
    content: "\f1d3";
}

/* line 1526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

/* line 1531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tencent-weibo:before {
    content: "\f1d5";
}

/* line 1534, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-qq:before {
    content: "\f1d6";
}

/* line 1537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

/* line 1541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

/* line 1545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

/* line 1549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-history:before {
    content: "\f1da";
}

/* line 1552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-circle-thin:before {
    content: "\f1db";
}

/* line 1555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-header:before {
    content: "\f1dc";
}

/* line 1558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paragraph:before {
    content: "\f1dd";
}

/* line 1561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sliders:before {
    content: "\f1de";
}

/* line 1564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-share-alt:before {
    content: "\f1e0";
}

/* line 1567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-share-alt-square:before {
    content: "\f1e1";
}

/* line 1570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bomb:before {
    content: "\f1e2";
}

/* line 1573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

/* line 1577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tty:before {
    content: "\f1e4";
}

/* line 1580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-binoculars:before {
    content: "\f1e5";
}

/* line 1583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-plug:before {
    content: "\f1e6";
}

/* line 1586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-slideshare:before {
    content: "\f1e7";
}

/* line 1589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-twitch:before {
    content: "\f1e8";
}

/* line 1592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-yelp:before {
    content: "\f1e9";
}

/* line 1595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-newspaper-o:before {
    content: "\f1ea";
}

/* line 1598, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wifi:before {
    content: "\f1eb";
}

/* line 1601, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calculator:before {
    content: "\f1ec";
}

/* line 1604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paypal:before {
    content: "\f1ed";
}

/* line 1607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-google-wallet:before {
    content: "\f1ee";
}

/* line 1610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-visa:before {
    content: "\f1f0";
}

/* line 1613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-mastercard:before {
    content: "\f1f1";
}

/* line 1616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-discover:before {
    content: "\f1f2";
}

/* line 1619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-amex:before {
    content: "\f1f3";
}

/* line 1622, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-paypal:before {
    content: "\f1f4";
}

/* line 1625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-stripe:before {
    content: "\f1f5";
}

/* line 1628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bell-slash:before {
    content: "\f1f6";
}

/* line 1631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bell-slash-o:before {
    content: "\f1f7";
}

/* line 1634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-trash:before {
    content: "\f1f8";
}

/* line 1637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-copyright:before {
    content: "\f1f9";
}

/* line 1640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-at:before {
    content: "\f1fa";
}

/* line 1643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eyedropper:before {
    content: "\f1fb";
}

/* line 1646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-paint-brush:before {
    content: "\f1fc";
}

/* line 1649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-birthday-cake:before {
    content: "\f1fd";
}

/* line 1652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-area-chart:before {
    content: "\f1fe";
}

/* line 1655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pie-chart:before {
    content: "\f200";
}

/* line 1658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-line-chart:before {
    content: "\f201";
}

/* line 1661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lastfm:before {
    content: "\f202";
}

/* line 1664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-lastfm-square:before {
    content: "\f203";
}

/* line 1667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-off:before {
    content: "\f204";
}

/* line 1670, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-toggle-on:before {
    content: "\f205";
}

/* line 1673, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bicycle:before {
    content: "\f206";
}

/* line 1676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bus:before {
    content: "\f207";
}

/* line 1679, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ioxhost:before {
    content: "\f208";
}

/* line 1682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-angellist:before {
    content: "\f209";
}

/* line 1685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc:before {
    content: "\f20a";
}

/* line 1688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

/* line 1693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-meanpath:before {
    content: "\f20c";
}

/* line 1696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-buysellads:before {
    content: "\f20d";
}

/* line 1699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-connectdevelop:before {
    content: "\f20e";
}

/* line 1702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-dashcube:before {
    content: "\f210";
}

/* line 1705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-forumbee:before {
    content: "\f211";
}

/* line 1708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-leanpub:before {
    content: "\f212";
}

/* line 1711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sellsy:before {
    content: "\f213";
}

/* line 1714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shirtsinbulk:before {
    content: "\f214";
}

/* line 1717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-simplybuilt:before {
    content: "\f215";
}

/* line 1720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-skyatlas:before {
    content: "\f216";
}

/* line 1723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cart-plus:before {
    content: "\f217";
}

/* line 1726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cart-arrow-down:before {
    content: "\f218";
}

/* line 1729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-diamond:before {
    content: "\f219";
}

/* line 1732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ship:before {
    content: "\f21a";
}

/* line 1735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-secret:before {
    content: "\f21b";
}

/* line 1738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-motorcycle:before {
    content: "\f21c";
}

/* line 1741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-street-view:before {
    content: "\f21d";
}

/* line 1744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-heartbeat:before {
    content: "\f21e";
}

/* line 1747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-venus:before {
    content: "\f221";
}

/* line 1750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mars:before {
    content: "\f222";
}

/* line 1753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mercury:before {
    content: "\f223";
}

/* line 1756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

/* line 1760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-transgender-alt:before {
    content: "\f225";
}

/* line 1763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-venus-double:before {
    content: "\f226";
}

/* line 1766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mars-double:before {
    content: "\f227";
}

/* line 1769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-venus-mars:before {
    content: "\f228";
}

/* line 1772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mars-stroke:before {
    content: "\f229";
}

/* line 1775, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mars-stroke-v:before {
    content: "\f22a";
}

/* line 1778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mars-stroke-h:before {
    content: "\f22b";
}

/* line 1781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-neuter:before {
    content: "\f22c";
}

/* line 1784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-genderless:before {
    content: "\f22d";
}

/* line 1787, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-facebook-official:before {
    content: "\f230";
}

/* line 1790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pinterest-p:before {
    content: "\f231";
}

/* line 1793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-whatsapp:before {
    content: "\f232";
}

/* line 1796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-server:before {
    content: "\f233";
}

/* line 1799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-plus:before {
    content: "\f234";
}

/* line 1802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-times:before {
    content: "\f235";
}

/* line 1805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

/* line 1809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-viacoin:before {
    content: "\f237";
}

/* line 1812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-train:before {
    content: "\f238";
}

/* line 1815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-subway:before {
    content: "\f239";
}

/* line 1818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-medium:before {
    content: "\f23a";
}

/* line 1821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

/* line 1825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-optin-monster:before {
    content: "\f23c";
}

/* line 1828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-opencart:before {
    content: "\f23d";
}

/* line 1831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-expeditedssl:before {
    content: "\f23e";
}

/* line 1834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

/* line 1839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

/* line 1843, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

/* line 1847, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

/* line 1851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

/* line 1855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mouse-pointer:before {
    content: "\f245";
}

/* line 1858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-i-cursor:before {
    content: "\f246";
}

/* line 1861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-object-group:before {
    content: "\f247";
}

/* line 1864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-object-ungroup:before {
    content: "\f248";
}

/* line 1867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sticky-note:before {
    content: "\f249";
}

/* line 1870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-sticky-note-o:before {
    content: "\f24a";
}

/* line 1873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-jcb:before {
    content: "\f24b";
}

/* line 1876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-cc-diners-club:before {
    content: "\f24c";
}

/* line 1879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-clone:before {
    content: "\f24d";
}

/* line 1882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-balance-scale:before {
    content: "\f24e";
}

/* line 1885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hourglass-o:before {
    content: "\f250";
}

/* line 1888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

/* line 1892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

/* line 1896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

/* line 1900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hourglass:before {
    content: "\f254";
}

/* line 1903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

/* line 1907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

/* line 1911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-scissors-o:before {
    content: "\f257";
}

/* line 1914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-lizard-o:before {
    content: "\f258";
}

/* line 1917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-spock-o:before {
    content: "\f259";
}

/* line 1920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-pointer-o:before {
    content: "\f25a";
}

/* line 1923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hand-peace-o:before {
    content: "\f25b";
}

/* line 1926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-trademark:before {
    content: "\f25c";
}

/* line 1929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-registered:before {
    content: "\f25d";
}

/* line 1932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-creative-commons:before {
    content: "\f25e";
}

/* line 1935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gg:before {
    content: "\f260";
}

/* line 1938, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gg-circle:before {
    content: "\f261";
}

/* line 1941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tripadvisor:before {
    content: "\f262";
}

/* line 1944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-odnoklassniki:before {
    content: "\f263";
}

/* line 1947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-odnoklassniki-square:before {
    content: "\f264";
}

/* line 1950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-get-pocket:before {
    content: "\f265";
}

/* line 1953, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wikipedia-w:before {
    content: "\f266";
}

/* line 1956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-safari:before {
    content: "\f267";
}

/* line 1959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-chrome:before {
    content: "\f268";
}

/* line 1962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-firefox:before {
    content: "\f269";
}

/* line 1965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-opera:before {
    content: "\f26a";
}

/* line 1968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-internet-explorer:before {
    content: "\f26b";
}

/* line 1971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

/* line 1975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-contao:before {
    content: "\f26d";
}

/* line 1978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-500px:before {
    content: "\f26e";
}

/* line 1981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-amazon:before {
    content: "\f270";
}

/* line 1984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar-plus-o:before {
    content: "\f271";
}

/* line 1987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar-minus-o:before {
    content: "\f272";
}

/* line 1990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar-times-o:before {
    content: "\f273";
}

/* line 1993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-calendar-check-o:before {
    content: "\f274";
}

/* line 1996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-industry:before {
    content: "\f275";
}

/* line 1999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-map-pin:before {
    content: "\f276";
}

/* line 2002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-map-signs:before {
    content: "\f277";
}

/* line 2005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-map-o:before {
    content: "\f278";
}

/* line 2008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-map:before {
    content: "\f279";
}

/* line 2011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-commenting:before {
    content: "\f27a";
}

/* line 2014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-commenting-o:before {
    content: "\f27b";
}

/* line 2017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-houzz:before {
    content: "\f27c";
}

/* line 2020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vimeo:before {
    content: "\f27d";
}

/* line 2023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-black-tie:before {
    content: "\f27e";
}

/* line 2026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fonticons:before {
    content: "\f280";
}

/* line 2029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-reddit-alien:before {
    content: "\f281";
}

/* line 2032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-edge:before {
    content: "\f282";
}

/* line 2035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-credit-card-alt:before {
    content: "\f283";
}

/* line 2038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-codiepie:before {
    content: "\f284";
}

/* line 2041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-modx:before {
    content: "\f285";
}

/* line 2044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fort-awesome:before {
    content: "\f286";
}

/* line 2047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-usb:before {
    content: "\f287";
}

/* line 2050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-product-hunt:before {
    content: "\f288";
}

/* line 2053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-mixcloud:before {
    content: "\f289";
}

/* line 2056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-scribd:before {
    content: "\f28a";
}

/* line 2059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pause-circle:before {
    content: "\f28b";
}

/* line 2062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pause-circle-o:before {
    content: "\f28c";
}

/* line 2065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stop-circle:before {
    content: "\f28d";
}

/* line 2068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-stop-circle-o:before {
    content: "\f28e";
}

/* line 2071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shopping-bag:before {
    content: "\f290";
}

/* line 2074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shopping-basket:before {
    content: "\f291";
}

/* line 2077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-hashtag:before {
    content: "\f292";
}

/* line 2080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bluetooth:before {
    content: "\f293";
}

/* line 2083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bluetooth-b:before {
    content: "\f294";
}

/* line 2086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-percent:before {
    content: "\f295";
}

/* line 2089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-gitlab:before {
    content: "\f296";
}

/* line 2092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wpbeginner:before {
    content: "\f297";
}

/* line 2095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wpforms:before {
    content: "\f298";
}

/* line 2098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envira:before {
    content: "\f299";
}

/* line 2101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-universal-access:before {
    content: "\f29a";
}

/* line 2104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wheelchair-alt:before {
    content: "\f29b";
}

/* line 2107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-question-circle-o:before {
    content: "\f29c";
}

/* line 2110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-blind:before {
    content: "\f29d";
}

/* line 2113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-audio-description:before {
    content: "\f29e";
}

/* line 2116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-volume-control-phone:before {
    content: "\f2a0";
}

/* line 2119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-braille:before {
    content: "\f2a1";
}

/* line 2122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

/* line 2125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

/* line 2129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

/* line 2134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-glide:before {
    content: "\f2a5";
}

/* line 2137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-glide-g:before {
    content: "\f2a6";
}

/* line 2140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

/* line 2144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-low-vision:before {
    content: "\f2a8";
}

/* line 2147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-viadeo:before {
    content: "\f2a9";
}

/* line 2150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-viadeo-square:before {
    content: "\f2aa";
}

/* line 2153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-snapchat:before {
    content: "\f2ab";
}

/* line 2156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-snapchat-ghost:before {
    content: "\f2ac";
}

/* line 2159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-snapchat-square:before {
    content: "\f2ad";
}

/* line 2162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-pied-piper:before {
    content: "\f2ae";
}

/* line 2165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-first-order:before {
    content: "\f2b0";
}

/* line 2168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-yoast:before {
    content: "\f2b1";
}

/* line 2171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-themeisle:before {
    content: "\f2b2";
}

/* line 2174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

/* line 2178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

/* line 2182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-handshake-o:before {
    content: "\f2b5";
}

/* line 2185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envelope-open:before {
    content: "\f2b6";
}

/* line 2188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-envelope-open-o:before {
    content: "\f2b7";
}

/* line 2191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-linode:before {
    content: "\f2b8";
}

/* line 2194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-address-book:before {
    content: "\f2b9";
}

/* line 2197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-address-book-o:before {
    content: "\f2ba";
}

/* line 2200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

/* line 2204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

/* line 2208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-circle:before {
    content: "\f2bd";
}

/* line 2211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-circle-o:before {
    content: "\f2be";
}

/* line 2214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-user-o:before {
    content: "\f2c0";
}

/* line 2217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-id-badge:before {
    content: "\f2c1";
}

/* line 2220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

/* line 2224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

/* line 2228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-quora:before {
    content: "\f2c4";
}

/* line 2231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-free-code-camp:before {
    content: "\f2c5";
}

/* line 2234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-telegram:before {
    content: "\f2c6";
}

/* line 2237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

/* line 2242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

/* line 2246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

/* line 2250, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

/* line 2254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

/* line 2258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-shower:before {
    content: "\f2cc";
}

/* line 2261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

/* line 2266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-podcast:before {
    content: "\f2ce";
}

/* line 2269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-window-maximize:before {
    content: "\f2d0";
}

/* line 2272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-window-minimize:before {
    content: "\f2d1";
}

/* line 2275, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-window-restore:before {
    content: "\f2d2";
}

/* line 2278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

/* line 2282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

/* line 2286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-bandcamp:before {
    content: "\f2d5";
}

/* line 2289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-grav:before {
    content: "\f2d6";
}

/* line 2292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-etsy:before {
    content: "\f2d7";
}

/* line 2295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-imdb:before {
    content: "\f2d8";
}

/* line 2298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-ravelry:before {
    content: "\f2d9";
}

/* line 2301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-eercast:before {
    content: "\f2da";
}

/* line 2304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-microchip:before {
    content: "\f2db";
}

/* line 2307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-snowflake-o:before {
    content: "\f2dc";
}

/* line 2310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-superpowers:before {
    content: "\f2dd";
}

/* line 2313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-wpexplorer:before {
    content: "\f2de";
}

/* line 2316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.fa-meetup:before {
    content: "\f2e0";
}

/* line 2319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 2329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: 'liquid-icon';
    src: url("../fonts/liquid-icon/liquid-icon.woff") format("woff"), url("../fonts/liquid-icon/liquid-icon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 9, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'liquid-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 24, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-desktop:before {
    content: "\ecae";
}

/* line 27, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-laptop:before {
    content: "\ecaf";
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-tablet:before {
    content: "\ecb0";
}

/* line 33, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-phone:before {
    content: "\ecb1";
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-adjustments:before {
    content: "\ecb2";
}

/* line 39, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-alarmclock:before {
    content: "\ecb3";
}

/* line 42, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-anchor:before {
    content: "\ecb4";
}

/* line 45, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-aperture:before {
    content: "\ecb5";
}

/* line 48, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-attachments:before {
    content: "\ecb6";
}

/* line 51, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-bargraph:before {
    content: "\ecb7";
}

/* line 54, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-basket:before {
    content: "\ecb8";
}

/* line 57, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-beaker:before {
    content: "\ecb9";
}

/* line 60, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-bike:before {
    content: "\ecba";
}

/* line 63, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-book-open:before {
    content: "\ecbb";
}

/* line 66, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-briefcase:before {
    content: "\ecbc";
}

/* line 69, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-browser:before {
    content: "\ecbd";
}

/* line 72, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-calendar:before {
    content: "\ecbe";
}

/* line 75, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-camera:before {
    content: "\ecbf";
}

/* line 78, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-caution:before {
    content: "\ecc0";
}

/* line 81, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-chat:before {
    content: "\ecc1";
}

/* line 84, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-circle-compass:before {
    content: "\ecc2";
}

/* line 87, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-clipboard:before {
    content: "\ecc3";
}

/* line 90, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-clock:before {
    content: "\ecc4";
}

/* line 93, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-cloud:before {
    content: "\ecc5";
}

/* line 96, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-compass:before {
    content: "\ecc6";
}

/* line 99, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-dial:before {
    content: "\ecc7";
}

/* line 102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-document:before {
    content: "\ecc8";
}

/* line 105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-documents:before {
    content: "\ecc9";
}

/* line 108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-download:before {
    content: "\ecca";
}

/* line 111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-edit:before {
    content: "\eccb";
}

/* line 114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-envelope:before {
    content: "\eccc";
}

/* line 117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-expand:before {
    content: "\eccd";
}

/* line 120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-flag:before {
    content: "\ecce";
}

/* line 123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-focus:before {
    content: "\eccf";
}

/* line 126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-gears:before {
    content: "\ecd0";
}

/* line 129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-genius:before {
    content: "\ecd1";
}

/* line 132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-gift:before {
    content: "\ecd2";
}

/* line 135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-global:before {
    content: "\ecd3";
}

/* line 138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-globe:before {
    content: "\ecd4";
}

/* line 141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-grid:before {
    content: "\ecd5";
}

/* line 144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-hazardous:before {
    content: "\ecd6";
}

/* line 147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-heart:before {
    content: "\ecd7";
}

/* line 150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-hotairballoon:before {
    content: "\ecd8";
}

/* line 153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-hourglass:before {
    content: "\ecd9";
}

/* line 156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-key:before {
    content: "\ecda";
}

/* line 159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-layers:before {
    content: "\ecdb";
}

/* line 162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-lifesaver:before {
    content: "\ecdc";
}

/* line 165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-lightbulb:before {
    content: "\ecdd";
}

/* line 168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-linegraph:before {
    content: "\ecde";
}

/* line 171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-lock:before {
    content: "\ecdf";
}

/* line 174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-magnifying-glass:before {
    content: "\ece0";
}

/* line 177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-map-pin:before {
    content: "\ece1";
}

/* line 180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-map:before {
    content: "\ece2";
}

/* line 183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-megaphone:before {
    content: "\ece3";
}

/* line 186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-mic:before {
    content: "\ece4";
}

/* line 189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-mobile:before {
    content: "\ece5";
}

/* line 192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-newspaper:before {
    content: "\ece6";
}

/* line 195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-notebook:before {
    content: "\ece7";
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-paintbrush:before {
    content: "\ece8";
}

/* line 201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-paperclip:before {
    content: "\ece9";
}

/* line 204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-pencil:before {
    content: "\ecea";
}

/* line 207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-picture:before {
    content: "\eceb";
}

/* line 210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-pictures:before {
    content: "\ecec";
}

/* line 213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-video:before {
    content: "\eced";
}

/* line 216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-piechart:before {
    content: "\ecee";
}

/* line 219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-presentation:before {
    content: "\ecef";
}

/* line 222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-pricetags:before {
    content: "\ecf0";
}

/* line 225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-printer:before {
    content: "\ecf1";
}

/* line 228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-profile-female:before {
    content: "\ecf2";
}

/* line 231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-profile-male:before {
    content: "\ecf3";
}

/* line 234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-puzzle:before {
    content: "\ecf4";
}

/* line 237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-quote:before {
    content: "\ecf5";
}

/* line 240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-recycle:before {
    content: "\ecf6";
}

/* line 243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-refresh:before {
    content: "\ecf7";
}

/* line 246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-ribbon:before {
    content: "\ecf8";
}

/* line 249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-scissors:before {
    content: "\ecf9";
}

/* line 252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-scope:before {
    content: "\ecfa";
}

/* line 255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-search:before {
    content: "\ecfb";
}

/* line 258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-shield:before {
    content: "\ecfc";
}

/* line 261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-speedometer:before {
    content: "\ecfd";
}

/* line 264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-strategy:before {
    content: "\ecfe";
}

/* line 267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-streetsign:before {
    content: "\ecff";
}

/* line 270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-telescope:before {
    content: "\ed00";
}

/* line 273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-toolbox:before {
    content: "\ed01";
}

/* line 276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-tools-2:before {
    content: "\ed02";
}

/* line 279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-tools:before {
    content: "\ed03";
}

/* line 282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-traget:before {
    content: "\ed04";
}

/* line 285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-trophy:before {
    content: "\ed05";
}

/* line 288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-upload:before {
    content: "\ed06";
}

/* line 291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-wallet:before {
    content: "\ed07";
}

/* line 294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-wine:before {
    content: "\ed08";
}

/* line 297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-sad:before {
    content: "\ed09";
}

/* line 300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-et-happy:before {
    content: "\ed0a";
}

/* line 303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-add-circle-outline:before {
    content: "\e955";
}

/* line 306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-add-circle:before {
    content: "\e958";
}

/* line 309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-add:before {
    content: "\e959";
}

/* line 312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-airplane:before {
    content: "\e95a";
}

/* line 315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-alarm:before {
    content: "\e95b";
}

/* line 318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-albums:before {
    content: "\e95c";
}

/* line 321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-alert:before {
    content: "\e95d";
}

/* line 324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-american-football:before {
    content: "\e95e";
}

/* line 327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-analytics:before {
    content: "\e95f";
}

/* line 330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-aperture:before {
    content: "\e960";
}

/* line 333, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-apps:before {
    content: "\e961";
}

/* line 336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-appstore:before {
    content: "\e962";
}

/* line 339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-archive:before {
    content: "\e963";
}

/* line 342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-back:before {
    content: "\e96e";
}

/* line 345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-down:before {
    content: "\e96f";
}

/* line 348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropdown-circle:before {
    content: "\e976";
}

/* line 351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropdown:before {
    content: "\e977";
}

/* line 354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropleft-circle:before {
    content: "\e97b";
}

/* line 357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropleft:before {
    content: "\e97c";
}

/* line 360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropright-circle:before {
    content: "\e97e";
}

/* line 363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropright:before {
    content: "\e980";
}

/* line 366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropup-circle:before {
    content: "\e986";
}

/* line 369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-dropup:before {
    content: "\e987";
}

/* line 372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-forward:before {
    content: "\e988";
}

/* line 375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-round-back:before {
    content: "\e997";
}

/* line 378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-round-down:before {
    content: "\e99d";
}

/* line 381, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-round-forward:before {
    content: "\e99e";
}

/* line 384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-round-up:before {
    content: "\e9ab";
}

/* line 387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-arrow-up:before {
    content: "\e9b0";
}

/* line 390, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-at:before {
    content: "\e9b1";
}

/* line 393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-attach:before {
    content: "\e9c8";
}

/* line 396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-backspace:before {
    content: "\e9cd";
}

/* line 399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-barcode:before {
    content: "\e9d0";
}

/* line 402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-baseball:before {
    content: "\e9d1";
}

/* line 405, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-basket:before {
    content: "\e9d2";
}

/* line 408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-basketball:before {
    content: "\e9d3";
}

/* line 411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-battery-charging:before {
    content: "\e9d4";
}

/* line 414, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-battery-dead:before {
    content: "\e9d6";
}

/* line 417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-battery-full:before {
    content: "\e9d7";
}

/* line 420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-beaker:before {
    content: "\e9db";
}

/* line 423, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bed:before {
    content: "\e9dc";
}

/* line 426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-beer:before {
    content: "\e9dd";
}

/* line 429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bicycle:before {
    content: "\e9de";
}

/* line 432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bluetooth:before {
    content: "\ea25";
}

/* line 435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-boat:before {
    content: "\ea26";
}

/* line 438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-body:before {
    content: "\ea2a";
}

/* line 441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bonfire:before {
    content: "\ea2b";
}

/* line 444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-book:before {
    content: "\ea2c";
}

/* line 447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bookmark:before {
    content: "\ea2d";
}

/* line 450, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bookmarks:before {
    content: "\ea2e";
}

/* line 453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bowtie:before {
    content: "\ea2f";
}

/* line 456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-briefcase:before {
    content: "\ea30";
}

/* line 459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-browsers:before {
    content: "\ea31";
}

/* line 462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-brush:before {
    content: "\ea7e";
}

/* line 465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bug:before {
    content: "\ea7f";
}

/* line 468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-build:before {
    content: "\ea82";
}

/* line 471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bulb:before {
    content: "\ea83";
}

/* line 474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-bus:before {
    content: "\ea84";
}

/* line 477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-business:before {
    content: "\ea8b";
}

/* line 480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cafe:before {
    content: "\ea8c";
}

/* line 483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-calculator:before {
    content: "\ea8d";
}

/* line 486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-calendar:before {
    content: "\ea90";
}

/* line 489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-call:before {
    content: "\ea91";
}

/* line 492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-camera:before {
    content: "\ea92";
}

/* line 495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-car:before {
    content: "\ea93";
}

/* line 498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-card:before {
    content: "\ea94";
}

/* line 501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cart:before {
    content: "\ea95";
}

/* line 504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cash:before {
    content: "\ea96";
}

/* line 507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cellular:before {
    content: "\ea97";
}

/* line 510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-chatboxes:before {
    content: "\ea98";
}

/* line 513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-chatbubbles:before {
    content: "\ea99";
}

/* line 516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-checkbox-outline:before {
    content: "\ea9a";
}

/* line 519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-checkbox:before {
    content: "\ea9b";
}

/* line 522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-checkmark-circle-outline:before {
    content: "\ea9c";
}

/* line 525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-checkmark-circle:before {
    content: "\ea9d";
}

/* line 528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-checkmark:before {
    content: "\ea9e";
}

/* line 531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-clipboard:before {
    content: "\ea9f";
}

/* line 534, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-clock:before {
    content: "\eaa0";
}

/* line 537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-close-circle-outline:before {
    content: "\eaa1";
}

/* line 540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-close-circle:before {
    content: "\eaa2";
}

/* line 543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-close:before {
    content: "\eaa3";
}

/* line 546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud-circle:before {
    content: "\eaa4";
}

/* line 549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud-done:before {
    content: "\eaa5";
}

/* line 552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud-download:before {
    content: "\eaa6";
}

/* line 555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud-outline:before {
    content: "\eaa7";
}

/* line 558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud-upload:before {
    content: "\eaac";
}

/* line 561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloud:before {
    content: "\eaae";
}

/* line 564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloudy-night:before {
    content: "\eaaf";
}

/* line 567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cloudy:before {
    content: "\eab0";
}

/* line 570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-code-download:before {
    content: "\ebc9";
}

/* line 573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-code-working:before {
    content: "\ebca";
}

/* line 576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-code:before {
    content: "\ebcc";
}

/* line 579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cog:before {
    content: "\ebcd";
}

/* line 582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-color-fill:before {
    content: "\ebce";
}

/* line 585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-color-filter:before {
    content: "\ebcf";
}

/* line 588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-color-palette:before {
    content: "\ebd0";
}

/* line 591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-color-wand:before {
    content: "\ebd1";
}

/* line 594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-compass:before {
    content: "\ebd2";
}

/* line 597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-construct:before {
    content: "\ebd3";
}

/* line 600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-contact:before {
    content: "\ebd4";
}

/* line 603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-contacts:before {
    content: "\ebd5";
}

/* line 606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-contract:before {
    content: "\ebd6";
}

/* line 609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-contrast:before {
    content: "\ebd7";
}

/* line 612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-copy:before {
    content: "\ebd8";
}

/* line 615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-create:before {
    content: "\ebd9";
}

/* line 618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-crop:before {
    content: "\ebda";
}

/* line 621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cube:before {
    content: "\ebdb";
}

/* line 624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-cut:before {
    content: "\ebdc";
}

/* line 627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-desktop:before {
    content: "\ebdd";
}

/* line 630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-disc:before {
    content: "\ebde";
}

/* line 633, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-document:before {
    content: "\ebdf";
}

/* line 636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-done-all:before {
    content: "\ebe0";
}

/* line 639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-download:before {
    content: "\ebe1";
}

/* line 642, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-easel:before {
    content: "\ebe2";
}

/* line 645, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-egg:before {
    content: "\ebe3";
}

/* line 648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-exit:before {
    content: "\ebe4";
}

/* line 651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-expand:before {
    content: "\ebe5";
}

/* line 654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-eye-off:before {
    content: "\ebe6";
}

/* line 657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-eye:before {
    content: "\ebe7";
}

/* line 660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-fastforward:before {
    content: "\ebe8";
}

/* line 663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-female:before {
    content: "\ebe9";
}

/* line 666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-filing:before {
    content: "\ebea";
}

/* line 669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-film:before {
    content: "\ebeb";
}

/* line 672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-finger-print:before {
    content: "\ebec";
}

/* line 675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-fitness:before {
    content: "\ebed";
}

/* line 678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flag:before {
    content: "\ebee";
}

/* line 681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flame:before {
    content: "\ebef";
}

/* line 684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flash-off:before {
    content: "\ebf0";
}

/* line 687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flash:before {
    content: "\ebf1";
}

/* line 690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flashlight:before {
    content: "\ebf2";
}

/* line 693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flask:before {
    content: "\ebf3";
}

/* line 696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-flower:before {
    content: "\ebf4";
}

/* line 699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-folder-open:before {
    content: "\ebf5";
}

/* line 702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-folder:before {
    content: "\ebf6";
}

/* line 705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-football:before {
    content: "\ebf7";
}

/* line 708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-funnel:before {
    content: "\ebf8";
}

/* line 711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-gift:before {
    content: "\ebf9";
}

/* line 714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-branch:before {
    content: "\ebfa";
}

/* line 717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-commit:before {
    content: "\ebfb";
}

/* line 720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-compare:before {
    content: "\ebfc";
}

/* line 723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-merge:before {
    content: "\ebfd";
}

/* line 726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-network:before {
    content: "\ebfe";
}

/* line 729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-git-pull-request:before {
    content: "\ebff";
}

/* line 732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-glasses:before {
    content: "\ec00";
}

/* line 735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-globe:before {
    content: "\ec01";
}

/* line 738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-grid:before {
    content: "\ec02";
}

/* line 741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-hammer:before {
    content: "\ec03";
}

/* line 744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-hand:before {
    content: "\ec04";
}

/* line 747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-happy:before {
    content: "\ec05";
}

/* line 750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-headset:before {
    content: "\ec06";
}

/* line 753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-heart-dislike:before {
    content: "\ec07";
}

/* line 756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-heart-empty:before {
    content: "\ec08";
}

/* line 759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-heart-half:before {
    content: "\ec09";
}

/* line 762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-heart:before {
    content: "\ec0a";
}

/* line 765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-help-buoy:before {
    content: "\ec0b";
}

/* line 768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-help-circle-outline:before {
    content: "\ec0c";
}

/* line 771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-help-circle:before {
    content: "\ec0d";
}

/* line 774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-help:before {
    content: "\ec0e";
}

/* line 777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-home:before {
    content: "\ec0f";
}

/* line 780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-hourglass:before {
    content: "\ec10";
}

/* line 783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-ice-cream:before {
    content: "\ec11";
}

/* line 786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-image:before {
    content: "\ec12";
}

/* line 789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-images:before {
    content: "\ec13";
}

/* line 792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-infinite:before {
    content: "\ec14";
}

/* line 795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-information-circle-outline:before {
    content: "\ec15";
}

/* line 798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-information-circle:before {
    content: "\ec16";
}

/* line 801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-information:before {
    content: "\ec17";
}

/* line 804, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-jet:before {
    content: "\ec18";
}

/* line 807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-journal:before {
    content: "\ec19";
}

/* line 810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-key:before {
    content: "\ec1a";
}

/* line 813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-keypad:before {
    content: "\ec1b";
}

/* line 816, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-laptop:before {
    content: "\ec1c";
}

/* line 819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-leaf:before {
    content: "\ec1d";
}

/* line 822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-link:before {
    content: "\ec1e";
}

/* line 825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-list-box:before {
    content: "\ec1f";
}

/* line 828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-list:before {
    content: "\ec20";
}

/* line 831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-locate:before {
    content: "\ec21";
}

/* line 834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-lock:before {
    content: "\ec22";
}

/* line 837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-log-in:before {
    content: "\ec23";
}

/* line 840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-log-out:before {
    content: "\ec24";
}

/* line 843, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-magnet:before {
    content: "\ec25";
}

/* line 846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-mail-open:before {
    content: "\ec26";
}

/* line 849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-mail-unread:before {
    content: "\ec27";
}

/* line 852, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-mail:before {
    content: "\ec28";
}

/* line 855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-male:before {
    content: "\ec29";
}

/* line 858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-man:before {
    content: "\ec2a";
}

/* line 861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-map:before {
    content: "\ec2b";
}

/* line 864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-medal:before {
    content: "\ec2c";
}

/* line 867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-medical:before {
    content: "\ec2d";
}

/* line 870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-medkit:before {
    content: "\ec2e";
}

/* line 873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-megaphone:before {
    content: "\ec2f";
}

/* line 876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-menu:before {
    content: "\ec30";
}

/* line 879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-mic-off:before {
    content: "\ec31";
}

/* line 882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-mic:before {
    content: "\ec32";
}

/* line 885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-microphone:before {
    content: "\ec33";
}

/* line 888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-moon:before {
    content: "\ec34";
}

/* line 891, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-more:before {
    content: "\ec35";
}

/* line 894, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-move:before {
    content: "\ec36";
}

/* line 897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-musical-note:before {
    content: "\ec37";
}

/* line 900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-musical-notes:before {
    content: "\ec38";
}

/* line 903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-navigate:before {
    content: "\ec39";
}

/* line 906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-notifications-off:before {
    content: "\ec3a";
}

/* line 909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-notifications-outline:before {
    content: "\ec3b";
}

/* line 912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-notifications:before {
    content: "\ec3c";
}

/* line 915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-nuclear:before {
    content: "\ec3d";
}

/* line 918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-nutrition:before {
    content: "\ec3e";
}

/* line 921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-open:before {
    content: "\ec3f";
}

/* line 924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-options:before {
    content: "\ec40";
}

/* line 927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-outlet:before {
    content: "\ec41";
}

/* line 930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-paper-plane:before {
    content: "\ec42";
}

/* line 933, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-paper:before {
    content: "\ec43";
}

/* line 936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-partly-sunny:before {
    content: "\ec44";
}

/* line 939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pause:before {
    content: "\ec45";
}

/* line 942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-paw:before {
    content: "\ec46";
}

/* line 945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-people:before {
    content: "\ec47";
}

/* line 948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-person-add:before {
    content: "\ec48";
}

/* line 951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-person:before {
    content: "\ec49";
}

/* line 954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-phone-landscape:before {
    content: "\ec4a";
}

/* line 957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-phone-portrait:before {
    content: "\ec4b";
}

/* line 960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-photos:before {
    content: "\ec4c";
}

/* line 963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pie:before {
    content: "\ec4d";
}

/* line 966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pin:before {
    content: "\ec4e";
}

/* line 969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pint:before {
    content: "\ec4f";
}

/* line 972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pizza:before {
    content: "\ec50";
}

/* line 975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-planet:before {
    content: "\ec51";
}

/* line 978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-play-circle:before {
    content: "\ec52";
}

/* line 981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-play:before {
    content: "\ec53";
}

/* line 984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-podium:before {
    content: "\ec54";
}

/* line 987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-power:before {
    content: "\ec55";
}

/* line 990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pricetag:before {
    content: "\ec56";
}

/* line 993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pricetags:before {
    content: "\ec57";
}

/* line 996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-print:before {
    content: "\ec58";
}

/* line 999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-pulse:before {
    content: "\ec59";
}

/* line 1002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-qr-scanner:before {
    content: "\ec5a";
}

/* line 1005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-quote:before {
    content: "\ec5b";
}

/* line 1008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-radio-button-off:before {
    content: "\ec5c";
}

/* line 1011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-radio-button-on:before {
    content: "\ec5d";
}

/* line 1014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-radio:before {
    content: "\ec5e";
}

/* line 1017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-rainy:before {
    content: "\ec5f";
}

/* line 1020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-recording:before {
    content: "\ec60";
}

/* line 1023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-redo:before {
    content: "\ec61";
}

/* line 1026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-refresh-circle:before {
    content: "\ec62";
}

/* line 1029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-refresh:before {
    content: "\ec63";
}

/* line 1032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-remove-circle-outline:before {
    content: "\ec64";
}

/* line 1035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-remove-circle:before {
    content: "\ec65";
}

/* line 1038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-remove:before {
    content: "\ec66";
}

/* line 1041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-reorder:before {
    content: "\ec67";
}

/* line 1044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-repeat:before {
    content: "\ec68";
}

/* line 1047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-resize:before {
    content: "\ec69";
}

/* line 1050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-restaurant:before {
    content: "\ec6a";
}

/* line 1053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-return-left:before {
    content: "\ec6b";
}

/* line 1056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-return-right:before {
    content: "\ec6c";
}

/* line 1059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-reverse-camera:before {
    content: "\ec6d";
}

/* line 1062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-rewind:before {
    content: "\ec6e";
}

/* line 1065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-ribbon:before {
    content: "\ec6f";
}

/* line 1068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-rocket:before {
    content: "\ec70";
}

/* line 1071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-rose:before {
    content: "\ec71";
}

/* line 1074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-sad:before {
    content: "\ec72";
}

/* line 1077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-save:before {
    content: "\ec73";
}

/* line 1080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-school:before {
    content: "\ec74";
}

/* line 1083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-search:before {
    content: "\ec75";
}

/* line 1086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-send:before {
    content: "\ec76";
}

/* line 1089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-settings:before {
    content: "\ec77";
}

/* line 1092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-share-alt:before {
    content: "\ec78";
}

/* line 1095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-share:before {
    content: "\ec79";
}

/* line 1098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-shirt:before {
    content: "\ec7a";
}

/* line 1101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-shuffle:before {
    content: "\ec7b";
}

/* line 1104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-skip-backward:before {
    content: "\ec7c";
}

/* line 1107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-skip-forward:before {
    content: "\ec7d";
}

/* line 1110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-snow:before {
    content: "\ec7e";
}

/* line 1113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-speedometer:before {
    content: "\ec7f";
}

/* line 1116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-square-outline:before {
    content: "\ec80";
}

/* line 1119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-square:before {
    content: "\ec81";
}

/* line 1122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-star-half:before {
    content: "\ec82";
}

/* line 1125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-star-outline:before {
    content: "\ec83";
}

/* line 1128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-star:before {
    content: "\ec84";
}

/* line 1131, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-stats:before {
    content: "\ec85";
}

/* line 1134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-stopwatch:before {
    content: "\ec86";
}

/* line 1137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-subway:before {
    content: "\ec87";
}

/* line 1140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-sunny:before {
    content: "\ec88";
}

/* line 1143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-swap:before {
    content: "\ec89";
}

/* line 1146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-switch:before {
    content: "\ec8a";
}

/* line 1149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-sync:before {
    content: "\ec8b";
}

/* line 1152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-tablet-landscape:before {
    content: "\ec8c";
}

/* line 1155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-tablet-portrait:before {
    content: "\ec8d";
}

/* line 1158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-tennisball:before {
    content: "\ec8e";
}

/* line 1161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-text:before {
    content: "\ec8f";
}

/* line 1164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-thermometer:before {
    content: "\ec90";
}

/* line 1167, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-thumbs-down:before {
    content: "\ec91";
}

/* line 1170, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-thumbs-up:before {
    content: "\ec92";
}

/* line 1173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-thunderstorm:before {
    content: "\ec93";
}

/* line 1176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-time:before {
    content: "\ec94";
}

/* line 1179, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-timer:before {
    content: "\ec95";
}

/* line 1182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-today:before {
    content: "\ec96";
}

/* line 1185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-train:before {
    content: "\ec97";
}

/* line 1188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-transgender:before {
    content: "\ec98";
}

/* line 1191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-trash:before {
    content: "\ec99";
}

/* line 1194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-trending-down:before {
    content: "\ec9a";
}

/* line 1197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-trending-up:before {
    content: "\ec9b";
}

/* line 1200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-trophy:before {
    content: "\ec9c";
}

/* line 1203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-tv:before {
    content: "\ec9d";
}

/* line 1206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-umbrella:before {
    content: "\ec9e";
}

/* line 1209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-undo:before {
    content: "\ec9f";
}

/* line 1212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-unlock:before {
    content: "\eca0";
}

/* line 1215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-videocam:before {
    content: "\eca1";
}

/* line 1218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-volume-high:before {
    content: "\eca2";
}

/* line 1221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-volume-low:before {
    content: "\eca3";
}

/* line 1224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-volume-mute:before {
    content: "\eca4";
}

/* line 1227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-volume-off:before {
    content: "\eca5";
}

/* line 1230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-walk:before {
    content: "\eca6";
}

/* line 1233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-wallet:before {
    content: "\eca7";
}

/* line 1236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-warning:before {
    content: "\eca8";
}

/* line 1239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-watch:before {
    content: "\eca9";
}

/* line 1242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-water:before {
    content: "\ecaa";
}

/* line 1245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-wifi:before {
    content: "\ecab";
}

/* line 1248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-wine:before {
    content: "\ecac";
}

/* line 1251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-md-woman:before {
    content: "\ecad";
}

/* line 1254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-10:before {
    content: "\e937";
}

/* line 1257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-9:before {
    content: "\e938";
}

/* line 1260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-8:before {
    content: "\e939";
}

/* line 1263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-7:before {
    content: "\e93a";
}

/* line 1266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-6:before {
    content: "\e93b";
}

/* line 1269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-5:before {
    content: "\e93c";
}

/* line 1272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-4:before {
    content: "\e93d";
}

/* line 1275, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-3:before {
    content: "\e93e";
}

/* line 1278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-2:before {
    content: "\e951";
}

/* line 1281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-num-1:before {
    content: "\e954";
}

/* line 1284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrow-up-material:before {
    content: "\e92c";
}

/* line 1287, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrow-left-material:before {
    content: "\e92d";
}

/* line 1290, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrow-down-material:before {
    content: "\e935";
}

/* line 1293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrow-right-material:before {
    content: "\e936";
}

/* line 1296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ld-search:before {
    content: "\e92a";
}

/* line 1299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ld-cart:before {
    content: "\e929";
}

/* line 1302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-add-circle-outline:before {
    content: "\f100";
}

/* line 1305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-add-circle:before {
    content: "\f101";
}

/* line 1308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-add:before {
    content: "\f102";
}

/* line 1311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-airplane:before {
    content: "\f137";
}

/* line 1314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-alarm:before {
    content: "\f3c8";
}

/* line 1317, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-albums:before {
    content: "\f3ca";
}

/* line 1320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-alert:before {
    content: "\f104";
}

/* line 1323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-american-football:before {
    content: "\f106";
}

/* line 1326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-analytics:before {
    content: "\f3ce";
}

/* line 1329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-aperture:before {
    content: "\f108";
}

/* line 1332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-apps:before {
    content: "\f10a";
}

/* line 1335, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-appstore:before {
    content: "\f10c";
}

/* line 1338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-archive:before {
    content: "\f10e";
}

/* line 1341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-back:before {
    content: "\f3cf";
}

/* line 1344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-down:before {
    content: "\f3d0";
}

/* line 1347, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropdown-circle:before {
    content: "\f125";
}

/* line 1350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropdown:before {
    content: "\f110";
}

/* line 1353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropleft-circle:before {
    content: "\f129";
}

/* line 1356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropleft:before {
    content: "\f112";
}

/* line 1359, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropright-circle:before {
    content: "\f12b";
}

/* line 1362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropright:before {
    content: "\f114";
}

/* line 1365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropup-circle:before {
    content: "\f12d";
}

/* line 1368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-dropup:before {
    content: "\f116";
}

/* line 1371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-forward:before {
    content: "\f3d1";
}

/* line 1374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-round-back:before {
    content: "\f117";
}

/* line 1377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-round-down:before {
    content: "\f118";
}

/* line 1380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-round-forward:before {
    content: "\f119";
}

/* line 1383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-round-up:before {
    content: "\f11a";
}

/* line 1386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-arrow-up:before {
    content: "\f3d8";
}

/* line 1389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-at:before {
    content: "\f3da";
}

/* line 1392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-attach:before {
    content: "\f11b";
}

/* line 1395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-backspace:before {
    content: "\f11d";
}

/* line 1398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-barcode:before {
    content: "\f3dc";
}

/* line 1401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-baseball:before {
    content: "\f3de";
}

/* line 1404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-basket:before {
    content: "\f11f";
}

/* line 1407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-basketball:before {
    content: "\f3e0";
}

/* line 1410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-battery-charging:before {
    content: "\f120";
}

/* line 1413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-battery-dead:before {
    content: "\f121";
}

/* line 1416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-battery-full:before {
    content: "\f122";
}

/* line 1419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-beaker:before {
    content: "\f124";
}

/* line 1422, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bed:before {
    content: "\f139";
}

/* line 1425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-beer:before {
    content: "\f126";
}

/* line 1428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bicycle:before {
    content: "\f127";
}

/* line 1431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bluetooth:before {
    content: "\f128";
}

/* line 1434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-boat:before {
    content: "\f12a";
}

/* line 1437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-body:before {
    content: "\f3e4";
}

/* line 1440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bonfire:before {
    content: "\f12c";
}

/* line 1443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-book:before {
    content: "\f3e8";
}

/* line 1446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bookmark:before {
    content: "\f12e";
}

/* line 1449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bookmarks:before {
    content: "\f3ea";
}

/* line 1452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bowtie:before {
    content: "\f130";
}

/* line 1455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-briefcase:before {
    content: "\f3ee";
}

/* line 1458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-browsers:before {
    content: "\f3f0";
}

/* line 1461, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-brush:before {
    content: "\f132";
}

/* line 1464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bug:before {
    content: "\f134";
}

/* line 1467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-build:before {
    content: "\f136";
}

/* line 1470, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bulb:before {
    content: "\f138";
}

/* line 1473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-bus:before {
    content: "\f13a";
}

/* line 1476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-business:before {
    content: "\f1a3";
}

/* line 1479, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cafe:before {
    content: "\f13c";
}

/* line 1482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-calculator:before {
    content: "\f3f2";
}

/* line 1485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-calendar:before {
    content: "\f3f4";
}

/* line 1488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-call:before {
    content: "\f13e";
}

/* line 1491, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-camera:before {
    content: "\f3f6";
}

/* line 1494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-car:before {
    content: "\f140";
}

/* line 1497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-card:before {
    content: "\f142";
}

/* line 1500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cart:before {
    content: "\f3f8";
}

/* line 1503, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cash:before {
    content: "\f144";
}

/* line 1506, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cellular:before {
    content: "\f13d";
}

/* line 1509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-chatboxes:before {
    content: "\f3fa";
}

/* line 1512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-chatbubbles:before {
    content: "\f146";
}

/* line 1515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-checkbox-outline:before {
    content: "\f147";
}

/* line 1518, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-checkbox:before {
    content: "\f148";
}

/* line 1521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-checkmark-circle-outline:before {
    content: "\f149";
}

/* line 1524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-checkmark-circle:before {
    content: "\f14a";
}

/* line 1527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-checkmark:before {
    content: "\f3ff";
}

/* line 1530, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-clipboard:before {
    content: "\f14c";
}

/* line 1533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-clock:before {
    content: "\f403";
}

/* line 1536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-close-circle-outline:before {
    content: "\f14d";
}

/* line 1539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-close-circle:before {
    content: "\f14e";
}

/* line 1542, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-close:before {
    content: "\f406";
}

/* line 1545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud-circle:before {
    content: "\f152";
}

/* line 1548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud-done:before {
    content: "\f154";
}

/* line 1551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud-download:before {
    content: "\f408";
}

/* line 1554, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud-outline:before {
    content: "\f409";
}

/* line 1557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud-upload:before {
    content: "\f40b";
}

/* line 1560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloud:before {
    content: "\f40c";
}

/* line 1563, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloudy-night:before {
    content: "\f40e";
}

/* line 1566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cloudy:before {
    content: "\f410";
}

/* line 1569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-code-download:before {
    content: "\f155";
}

/* line 1572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-code-working:before {
    content: "\f156";
}

/* line 1575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-code:before {
    content: "\f157";
}

/* line 1578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cog:before {
    content: "\f412";
}

/* line 1581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-color-fill:before {
    content: "\f159";
}

/* line 1584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-color-filter:before {
    content: "\f414";
}

/* line 1587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-color-palette:before {
    content: "\f15b";
}

/* line 1590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-color-wand:before {
    content: "\f416";
}

/* line 1593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-compass:before {
    content: "\f15d";
}

/* line 1596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-construct:before {
    content: "\f15f";
}

/* line 1599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-contact:before {
    content: "\f41a";
}

/* line 1602, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-contacts:before {
    content: "\f161";
}

/* line 1605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-contract:before {
    content: "\f162";
}

/* line 1608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-contrast:before {
    content: "\f163";
}

/* line 1611, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-copy:before {
    content: "\f41c";
}

/* line 1614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-create:before {
    content: "\f165";
}

/* line 1617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-crop:before {
    content: "\f41e";
}

/* line 1620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cube:before {
    content: "\f168";
}

/* line 1623, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-cut:before {
    content: "\f16a";
}

/* line 1626, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-desktop:before {
    content: "\f16c";
}

/* line 1629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-disc:before {
    content: "\f16e";
}

/* line 1632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-document:before {
    content: "\f170";
}

/* line 1635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-done-all:before {
    content: "\f171";
}

/* line 1638, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-download:before {
    content: "\f420";
}

/* line 1641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-easel:before {
    content: "\f173";
}

/* line 1644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-egg:before {
    content: "\f175";
}

/* line 1647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-exit:before {
    content: "\f177";
}

/* line 1650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-expand:before {
    content: "\f178";
}

/* line 1653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-eye-off:before {
    content: "\f17a";
}

/* line 1656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-eye:before {
    content: "\f425";
}

/* line 1659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-fastforward:before {
    content: "\f427";
}

/* line 1662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-female:before {
    content: "\f17b";
}

/* line 1665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-filing:before {
    content: "\f429";
}

/* line 1668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-film:before {
    content: "\f42b";
}

/* line 1671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-finger-print:before {
    content: "\f17c";
}

/* line 1674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-fitness:before {
    content: "\f1ab";
}

/* line 1677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flag:before {
    content: "\f42d";
}

/* line 1680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flame:before {
    content: "\f42f";
}

/* line 1683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flash-off:before {
    content: "\f12f";
}

/* line 1686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flash:before {
    content: "\f17e";
}

/* line 1689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flashlight:before {
    content: "\f141";
}

/* line 1692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flask:before {
    content: "\f431";
}

/* line 1695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-flower:before {
    content: "\f433";
}

/* line 1698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-folder-open:before {
    content: "\f180";
}

/* line 1701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-folder:before {
    content: "\f435";
}

/* line 1704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-football:before {
    content: "\f437";
}

/* line 1707, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-funnel:before {
    content: "\f182";
}

/* line 1710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-gift:before {
    content: "\f191";
}

/* line 1713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-branch:before {
    content: "\f183";
}

/* line 1716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-commit:before {
    content: "\f184";
}

/* line 1719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-compare:before {
    content: "\f185";
}

/* line 1722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-merge:before {
    content: "\f186";
}

/* line 1725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-network:before {
    content: "\f187";
}

/* line 1728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-git-pull-request:before {
    content: "\f188";
}

/* line 1731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-glasses:before {
    content: "\f43f";
}

/* line 1734, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-globe:before {
    content: "\f18a";
}

/* line 1737, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-grid:before {
    content: "\f18c";
}

/* line 1740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-hammer:before {
    content: "\f18e";
}

/* line 1743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-hand:before {
    content: "\f190";
}

/* line 1746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-happy:before {
    content: "\f192";
}

/* line 1749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-headset:before {
    content: "\f194";
}

/* line 1752, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-heart-dislike:before {
    content: "\f13f";
}

/* line 1755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-heart-empty:before {
    content: "\f19b";
}

/* line 1758, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-heart-half:before {
    content: "\f19d";
}

/* line 1761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-heart:before {
    content: "\f443";
}

/* line 1764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-help-buoy:before {
    content: "\f196";
}

/* line 1767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-help-circle-outline:before {
    content: "\f197";
}

/* line 1770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-help-circle:before {
    content: "\f198";
}

/* line 1773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-help:before {
    content: "\f446";
}

/* line 1776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-home:before {
    content: "\f448";
}

/* line 1779, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-hourglass:before {
    content: "\f103";
}

/* line 1782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-ice-cream:before {
    content: "\f19a";
}

/* line 1785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-image:before {
    content: "\f19c";
}

/* line 1788, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-images:before {
    content: "\f19e";
}

/* line 1791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-infinite:before {
    content: "\f44a";
}

/* line 1794, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-information-circle-outline:before {
    content: "\f19f";
}

/* line 1797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-information-circle:before {
    content: "\f1a0";
}

/* line 1800, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-information:before {
    content: "\f44d";
}

/* line 1803, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-jet:before {
    content: "\f1a5";
}

/* line 1806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-journal:before {
    content: "\f189";
}

/* line 1809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-key:before {
    content: "\f1a7";
}

/* line 1812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-keypad:before {
    content: "\f450";
}

/* line 1815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-laptop:before {
    content: "\f1a8";
}

/* line 1818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-leaf:before {
    content: "\f1aa";
}

/* line 1821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-link:before {
    content: "\f22a";
}

/* line 1824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-list-box:before {
    content: "\f143";
}

/* line 1827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-list:before {
    content: "\f454";
}

/* line 1830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-locate:before {
    content: "\f1ae";
}

/* line 1833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-lock:before {
    content: "\f1b0";
}

/* line 1836, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-log-in:before {
    content: "\f1b1";
}

/* line 1839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-log-out:before {
    content: "\f1b2";
}

/* line 1842, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-magnet:before {
    content: "\f1b4";
}

/* line 1845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-mail-open:before {
    content: "\f1b6";
}

/* line 1848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-mail-unread:before {
    content: "\f145";
}

/* line 1851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-mail:before {
    content: "\f1b8";
}

/* line 1854, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-male:before {
    content: "\f1b9";
}

/* line 1857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-man:before {
    content: "\f1bb";
}

/* line 1860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-map:before {
    content: "\f1bd";
}

/* line 1863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-medal:before {
    content: "\f1bf";
}

/* line 1866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-medical:before {
    content: "\f45c";
}

/* line 1869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-medkit:before {
    content: "\f45e";
}

/* line 1872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-megaphone:before {
    content: "\f1c1";
}

/* line 1875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-menu:before {
    content: "\f1c3";
}

/* line 1878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-mic-off:before {
    content: "\f45f";
}

/* line 1881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-mic:before {
    content: "\f461";
}

/* line 1884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-microphone:before {
    content: "\f1c6";
}

/* line 1887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-moon:before {
    content: "\f468";
}

/* line 1890, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-more:before {
    content: "\f1c8";
}

/* line 1893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-move:before {
    content: "\f1cb";
}

/* line 1896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-musical-note:before {
    content: "\f46b";
}

/* line 1899, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-musical-notes:before {
    content: "\f46c";
}

/* line 1902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-navigate:before {
    content: "\f46e";
}

/* line 1905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-notifications-off:before {
    content: "\f1d1";
}

/* line 1908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-notifications-outline:before {
    content: "\f133";
}

/* line 1911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-notifications:before {
    content: "\f1d3";
}

/* line 1914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-nuclear:before {
    content: "\f1d5";
}

/* line 1917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-nutrition:before {
    content: "\f470";
}

/* line 1920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-open:before {
    content: "\f1d7";
}

/* line 1923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-options:before {
    content: "\f1d9";
}

/* line 1926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-outlet:before {
    content: "\f1db";
}

/* line 1929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-paper-plane:before {
    content: "\f1dd";
}

/* line 1932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-paper:before {
    content: "\f472";
}

/* line 1935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-partly-sunny:before {
    content: "\f1df";
}

/* line 1938, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pause:before {
    content: "\f478";
}

/* line 1941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-paw:before {
    content: "\f47a";
}

/* line 1944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-people:before {
    content: "\f47c";
}

/* line 1947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-person-add:before {
    content: "\f1e1";
}

/* line 1950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-person:before {
    content: "\f47e";
}

/* line 1953, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-phone-landscape:before {
    content: "\f1e2";
}

/* line 1956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-phone-portrait:before {
    content: "\f1e3";
}

/* line 1959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-photos:before {
    content: "\f482";
}

/* line 1962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pie:before {
    content: "\f484";
}

/* line 1965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pin:before {
    content: "\f1e5";
}

/* line 1968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pint:before {
    content: "\f486";
}

/* line 1971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pizza:before {
    content: "\f1e7";
}

/* line 1974, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-planet:before {
    content: "\f1eb";
}

/* line 1977, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-play-circle:before {
    content: "\f113";
}

/* line 1980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-play:before {
    content: "\f488";
}

/* line 1983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-podium:before {
    content: "\f1ed";
}

/* line 1986, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-power:before {
    content: "\f1ef";
}

/* line 1989, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pricetag:before {
    content: "\f48d";
}

/* line 1992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pricetags:before {
    content: "\f48f";
}

/* line 1995, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-print:before {
    content: "\f1f1";
}

/* line 1998, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-pulse:before {
    content: "\f493";
}

/* line 2001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-qr-scanner:before {
    content: "\f1f3";
}

/* line 2004, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-quote:before {
    content: "\f1f5";
}

/* line 2007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-radio-button-off:before {
    content: "\f1f6";
}

/* line 2010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-radio-button-on:before {
    content: "\f1f7";
}

/* line 2013, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-radio:before {
    content: "\f1f9";
}

/* line 2016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-rainy:before {
    content: "\f495";
}

/* line 2019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-recording:before {
    content: "\f497";
}

/* line 2022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-redo:before {
    content: "\f499";
}

/* line 2025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-refresh-circle:before {
    content: "\f135";
}

/* line 2028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-refresh:before {
    content: "\f49c";
}

/* line 2031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-remove-circle-outline:before {
    content: "\f1fa";
}

/* line 2034, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-remove-circle:before {
    content: "\f1fb";
}

/* line 2037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-remove:before {
    content: "\f1fc";
}

/* line 2040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-reorder:before {
    content: "\f1fd";
}

/* line 2043, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-repeat:before {
    content: "\f1fe";
}

/* line 2046, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-resize:before {
    content: "\f1ff";
}

/* line 2049, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-restaurant:before {
    content: "\f201";
}

/* line 2052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-return-left:before {
    content: "\f202";
}

/* line 2055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-return-right:before {
    content: "\f203";
}

/* line 2058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-reverse-camera:before {
    content: "\f49f";
}

/* line 2061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-rewind:before {
    content: "\f4a1";
}

/* line 2064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-ribbon:before {
    content: "\f205";
}

/* line 2067, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-rocket:before {
    content: "\f14b";
}

/* line 2070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-rose:before {
    content: "\f4a3";
}

/* line 2073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-sad:before {
    content: "\f207";
}

/* line 2076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-save:before {
    content: "\f1a6";
}

/* line 2079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-school:before {
    content: "\f209";
}

/* line 2082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-search:before {
    content: "\f4a5";
}

/* line 2085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-send:before {
    content: "\f20c";
}

/* line 2088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-settings:before {
    content: "\f4a7";
}

/* line 2091, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-share-alt:before {
    content: "\f20f";
}

/* line 2094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-share:before {
    content: "\f211";
}

/* line 2097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-shirt:before {
    content: "\f213";
}

/* line 2100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-shuffle:before {
    content: "\f4a9";
}

/* line 2103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-skip-backward:before {
    content: "\f215";
}

/* line 2106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-skip-forward:before {
    content: "\f217";
}

/* line 2109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-snow:before {
    content: "\f218";
}

/* line 2112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-speedometer:before {
    content: "\f4b0";
}

/* line 2115, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-square-outline:before {
    content: "\f15c";
}

/* line 2118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-square:before {
    content: "\f21a";
}

/* line 2121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-star-half:before {
    content: "\f4b1";
}

/* line 2124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-star-outline:before {
    content: "\f4b2";
}

/* line 2127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-star:before {
    content: "\f4b3";
}

/* line 2130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-stats:before {
    content: "\f21c";
}

/* line 2133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-stopwatch:before {
    content: "\f4b5";
}

/* line 2136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-subway:before {
    content: "\f21e";
}

/* line 2139, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-sunny:before {
    content: "\f4b7";
}

/* line 2142, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-swap:before {
    content: "\f21f";
}

/* line 2145, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-switch:before {
    content: "\f221";
}

/* line 2148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-sync:before {
    content: "\f222";
}

/* line 2151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-tablet-landscape:before {
    content: "\f223";
}

/* line 2154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-tablet-portrait:before {
    content: "\f24e";
}

/* line 2157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-tennisball:before {
    content: "\f4bb";
}

/* line 2160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-text:before {
    content: "\f250";
}

/* line 2163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-thermometer:before {
    content: "\f252";
}

/* line 2166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-thumbs-down:before {
    content: "\f254";
}

/* line 2169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-thumbs-up:before {
    content: "\f256";
}

/* line 2172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-thunderstorm:before {
    content: "\f4bd";
}

/* line 2175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-time:before {
    content: "\f4bf";
}

/* line 2178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-timer:before {
    content: "\f4c1";
}

/* line 2181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-today:before {
    content: "\f14f";
}

/* line 2184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-train:before {
    content: "\f258";
}

/* line 2187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-transgender:before {
    content: "\f259";
}

/* line 2190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-trash:before {
    content: "\f4c5";
}

/* line 2193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-trending-down:before {
    content: "\f25a";
}

/* line 2196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-trending-up:before {
    content: "\f25b";
}

/* line 2199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-trophy:before {
    content: "\f25d";
}

/* line 2202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-tv:before {
    content: "\f115";
}

/* line 2205, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-umbrella:before {
    content: "\f25f";
}

/* line 2208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-undo:before {
    content: "\f4c7";
}

/* line 2211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-unlock:before {
    content: "\f261";
}

/* line 2214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-videocam:before {
    content: "\f4cd";
}

/* line 2217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-volume-high:before {
    content: "\f11c";
}

/* line 2220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-volume-low:before {
    content: "\f11e";
}

/* line 2223, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-volume-mute:before {
    content: "\f263";
}

/* line 2226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-volume-off:before {
    content: "\f264";
}

/* line 2229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-walk:before {
    content: "\f266";
}

/* line 2232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-wallet:before {
    content: "\f18b";
}

/* line 2235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-warning:before {
    content: "\f268";
}

/* line 2238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-watch:before {
    content: "\f269";
}

/* line 2241, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-water:before {
    content: "\f26b";
}

/* line 2244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-wifi:before {
    content: "\f26d";
}

/* line 2247, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-wine:before {
    content: "\f26f";
}

/* line 2250, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-ios-woman:before {
    content: "\f271";
}

/* line 2253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-android:before {
    content: "\f225";
}

/* line 2256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-angular:before {
    content: "\f227";
}

/* line 2259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-apple:before {
    content: "\f229";
}

/* line 2262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-bitbucket:before {
    content: "\f193";
}

/* line 2265, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-bitcoin:before {
    content: "\f22b";
}

/* line 2268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-buffer:before {
    content: "\f22d";
}

/* line 2271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-chrome:before {
    content: "\f22f";
}

/* line 2274, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-closed-captioning:before {
    content: "\f105";
}

/* line 2277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-codepen:before {
    content: "\f230";
}

/* line 2280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-css3:before {
    content: "\f231";
}

/* line 2283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-designernews:before {
    content: "\f232";
}

/* line 2286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-dribbble:before {
    content: "\f233";
}

/* line 2289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-dropbox:before {
    content: "\f234";
}

/* line 2292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-euro:before {
    content: "\f235";
}

/* line 2295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-facebook:before {
    content: "\f236";
}

/* line 2298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-flickr:before {
    content: "\f107";
}

/* line 2301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-foursquare:before {
    content: "\f237";
}

/* line 2304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-freebsd-devil:before {
    content: "\f238";
}

/* line 2307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-game-controller-a:before {
    content: "\f13b";
}

/* line 2310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-game-controller-b:before {
    content: "\f181";
}

/* line 2313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-github:before {
    content: "\f239";
}

/* line 2316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-google:before {
    content: "\f23a";
}

/* line 2319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-googleplus:before {
    content: "\f23b";
}

/* line 2322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-hackernews:before {
    content: "\f23c";
}

/* line 2325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-html5:before {
    content: "\f23d";
}

/* line 2328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-instagram:before {
    content: "\f23e";
}

/* line 2331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-ionic:before {
    content: "\f150";
}

/* line 2334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-ionitron:before {
    content: "\f151";
}

/* line 2337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-javascript:before {
    content: "\f23f";
}

/* line 2340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-linkedin:before {
    content: "\f240";
}

/* line 2343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-markdown:before {
    content: "\f241";
}

/* line 2346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-model-s:before {
    content: "\f153";
}

/* line 2349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-no-smoking:before {
    content: "\f109";
}

/* line 2352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-nodejs:before {
    content: "\f242";
}

/* line 2355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-npm:before {
    content: "\f195";
}

/* line 2358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-octocat:before {
    content: "\f243";
}

/* line 2361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-pinterest:before {
    content: "\f244";
}

/* line 2364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-playstation:before {
    content: "\f245";
}

/* line 2367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-polymer:before {
    content: "\f15e";
}

/* line 2370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-python:before {
    content: "\f246";
}

/* line 2373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-reddit:before {
    content: "\f247";
}

/* line 2376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-rss:before {
    content: "\f248";
}

/* line 2379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-sass:before {
    content: "\f249";
}

/* line 2382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-skype:before {
    content: "\f24a";
}

/* line 2385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-slack:before {
    content: "\f10b";
}

/* line 2388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-snapchat:before {
    content: "\f24b";
}

/* line 2391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-steam:before {
    content: "\f24c";
}

/* line 2394, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-tumblr:before {
    content: "\f24d";
}

/* line 2397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-tux:before {
    content: "\f2ae";
}

/* line 2400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-twitch:before {
    content: "\f2af";
}

/* line 2403, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-twitter:before {
    content: "\f2b0";
}

/* line 2406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-usd:before {
    content: "\f2b1";
}

/* line 2409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-vimeo:before {
    content: "\f2c4";
}

/* line 2412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-vk:before {
    content: "\f10d";
}

/* line 2415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-whatsapp:before {
    content: "\f2c5";
}

/* line 2418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-windows:before {
    content: "\f32f";
}

/* line 2421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-wordpress:before {
    content: "\f330";
}

/* line 2424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-xbox:before {
    content: "\f34c";
}

/* line 2427, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-xing:before {
    content: "\f10f";
}

/* line 2430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-yahoo:before {
    content: "\f34d";
}

/* line 2433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-yen:before {
    content: "\f34e";
}

/* line 2436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ion-logo-youtube:before {
    content: "\f34f";
}

/* line 2439, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_map_pin:before {
    content: "\e913";
}

/* line 2442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_round_dollar:before {
    content: "\e928";
}

/* line 2445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_parent:before {
    content: "\e90b";
}

/* line 2448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_calendar:before {
    content: "\e912";
}

/* line 2451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_user:before {
    content: "\e90a";
}

/* line 2454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-liquid_arrow_right:before {
    content: "\e909";
}

/* line 2457, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_aquarius:before {
    content: "\e985";
}

/* line 2460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_cloud_drop:before {
    content: "\e989";
}

/* line 2463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_cloud_lightning:before {
    content: "\e98a";
}

/* line 2466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_cloud_snowflake:before {
    content: "\e98b";
}

/* line 2469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_cloud:before {
    content: "\e98c";
}

/* line 2472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_downpour_fullmoon:before {
    content: "\e98d";
}

/* line 2475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_downpour_halfmoon:before {
    content: "\e98e";
}

/* line 2478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_downpour_sun:before {
    content: "\e98f";
}

/* line 2481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_drop:before {
    content: "\e990";
}

/* line 2484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_first_quarter:before {
    content: "\e991";
}

/* line 2487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_fog_fullmoon:before {
    content: "\e992";
}

/* line 2490, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_fog_halfmoon:before {
    content: "\e993";
}

/* line 2493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_fog_sun:before {
    content: "\e994";
}

/* line 2496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_fog:before {
    content: "\e995";
}

/* line 2499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_fullmoon:before {
    content: "\e996";
}

/* line 2502, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_hail_fullmoon:before {
    content: "\e998";
}

/* line 2505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_hail_halfmoon:before {
    content: "\e999";
}

/* line 2508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_hail_sun:before {
    content: "\e99a";
}

/* line 2511, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_hail:before {
    content: "\e99b";
}

/* line 2514, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_last_quarter:before {
    content: "\e99c";
}

/* line 2517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_lightning:before {
    content: "\e99f";
}

/* line 2520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_mistyrain_fullmoon:before {
    content: "\e9a0";
}

/* line 2523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_mistyrain_halfmoon:before {
    content: "\e9a1";
}

/* line 2526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_mistyrain_sun:before {
    content: "\e9a2";
}

/* line 2529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_mistyrain:before {
    content: "\e9a3";
}

/* line 2532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_moon:before {
    content: "\e9a4";
}

/* line 2535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_moondown_full:before {
    content: "\e9a5";
}

/* line 2538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_moondown_half:before {
    content: "\e9a6";
}

/* line 2541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_moonset_full:before {
    content: "\e9a7";
}

/* line 2544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_moonset_half:before {
    content: "\e9a8";
}

/* line 2547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_move2:before {
    content: "\e9a9";
}

/* line 2550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_newmoon:before {
    content: "\e9aa";
}

/* line 2553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_rain_fullmoon:before {
    content: "\e9ac";
}

/* line 2556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_rain_halfmoon:before {
    content: "\e9ad";
}

/* line 2559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_rain_sun:before {
    content: "\e9ae";
}

/* line 2562, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_rain:before {
    content: "\e9af";
}

/* line 2565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_snow_fullmoon:before {
    content: "\e9b2";
}

/* line 2568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_snow_halfmoon:before {
    content: "\e9b3";
}

/* line 2571, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_snow_sun:before {
    content: "\e9b4";
}

/* line 2574, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_snow:before {
    content: "\e9b5";
}

/* line 2577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_snowflake:before {
    content: "\e9b6";
}

/* line 2580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_star:before {
    content: "\e9b7";
}

/* line 2583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_storm_fullmoon:before {
    content: "\e9b8";
}

/* line 2586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_storm_halfmoon:before {
    content: "\e9b9";
}

/* line 2589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_storm_sun:before {
    content: "\e9ba";
}

/* line 2592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_storm-11:before {
    content: "\e9bb";
}

/* line 2595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_storm-32:before {
    content: "\e9bc";
}

/* line 2598, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_sun:before {
    content: "\e9bd";
}

/* line 2601, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_sundown:before {
    content: "\e9be";
}

/* line 2604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_sunset:before {
    content: "\e9bf";
}

/* line 2607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_taurus:before {
    content: "\e9c0";
}

/* line 2610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_tempest_fullmoon:before {
    content: "\e9c1";
}

/* line 2613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_tempest_halfmoon:before {
    content: "\e9c2";
}

/* line 2616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_tempest_sun:before {
    content: "\e9c3";
}

/* line 2619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_tempest:before {
    content: "\e9c4";
}

/* line 2622, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_variable_fullmoon:before {
    content: "\e9c5";
}

/* line 2625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_variable_halfmoon:before {
    content: "\e9c6";
}

/* line 2628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_variable_sun:before {
    content: "\e9c7";
}

/* line 2631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_waning_cresent:before {
    content: "\e9c9";
}

/* line 2634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_waning_gibbous:before {
    content: "\e9ca";
}

/* line 2637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_waxing_cresent:before {
    content: "\e9cb";
}

/* line 2640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_waxing_gibbous:before {
    content: "\e9cc";
}

/* line 2643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_wind_fullmoon:before {
    content: "\e9ce";
}

/* line 2646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_wind_halfmoon:before {
    content: "\e9cf";
}

/* line 2649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_wind_sun:before {
    content: "\e9d5";
}

/* line 2652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_wind:before {
    content: "\e9d8";
}

/* line 2655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-weather_windgust:before {
    content: "\e9d9";
}

/* line 2658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_add_vectorpoint:before {
    content: "\e9da";
}

/* line 2661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_character:before {
    content: "\e9df";
}

/* line 2664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_crop:before {
    content: "\e9e0";
}

/* line 2667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_eyedropper:before {
    content: "\e9e1";
}

/* line 2670, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_allcaps:before {
    content: "\e9e2";
}

/* line 2673, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_baseline_shift:before {
    content: "\e9e3";
}

/* line 2676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_horizontal_scale:before {
    content: "\e9e4";
}

/* line 2679, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_kerning:before {
    content: "\e9e5";
}

/* line 2682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_leading:before {
    content: "\e9e6";
}

/* line 2685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_size:before {
    content: "\e9e7";
}

/* line 2688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_smallcapital:before {
    content: "\e9e8";
}

/* line 2691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_smallcaps:before {
    content: "\e9e9";
}

/* line 2694, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_strikethrough:before {
    content: "\e9ea";
}

/* line 2697, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_tracking:before {
    content: "\e9eb";
}

/* line 2700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_underline:before {
    content: "\e9ec";
}

/* line 2703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_font_vertical_scale:before {
    content: "\e9ed";
}

/* line 2706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_horizontal_align_center:before {
    content: "\e9ee";
}

/* line 2709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_horizontal_align_right:before {
    content: "\e9ef";
}

/* line 2712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_horizontal_distribute_center:before {
    content: "\e9f0";
}

/* line 2715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_horizontal_distribute_left:before {
    content: "\e9f1";
}

/* line 2718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_horizontal_distribute_right:before {
    content: "\e9f2";
}

/* line 2721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_indent_firstline:before {
    content: "\e9f3";
}

/* line 2724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_indent_left:before {
    content: "\e9f4";
}

/* line 2727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_indent_right:before {
    content: "\e9f5";
}

/* line 2730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_lasso:before {
    content: "\e9f6";
}

/* line 2733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layers1:before {
    content: "\e9f7";
}

/* line 2736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layers2:before {
    content: "\e9f8";
}

/* line 2739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_2columns:before {
    content: "\e9f9";
}

/* line 2742, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_3columns:before {
    content: "\e9fa";
}

/* line 2745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_4boxes:before {
    content: "\e9fb";
}

/* line 2748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_4columns:before {
    content: "\e9fc";
}

/* line 2751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_4lines:before {
    content: "\e9fd";
}

/* line 2754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_2columns:before {
    content: "\e9fe";
}

/* line 2757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_3columns:before {
    content: "\e9ff";
}

/* line 2760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_4boxes:before {
    content: "\ea00";
}

/* line 2763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_4columns:before {
    content: "\ea01";
}

/* line 2766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_complex:before {
    content: "\ea02";
}

/* line 2769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_complex2:before {
    content: "\ea03";
}

/* line 2772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_complex3:before {
    content: "\ea04";
}

/* line 2775, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_complex4:before {
    content: "\ea05";
}

/* line 2778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_sideleft:before {
    content: "\ea06";
}

/* line 2781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header_sideright:before {
    content: "\ea07";
}

/* line 2784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_header:before {
    content: "\ea08";
}

/* line 2787, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_sidebar_left:before {
    content: "\ea09";
}

/* line 2790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout_sidebar_right:before {
    content: "\ea0a";
}

/* line 2793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout-8boxes:before {
    content: "\ea0b";
}

/* line 2796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_layout:before {
    content: "\ea0c";
}

/* line 2799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_magnete:before {
    content: "\ea0d";
}

/* line 2802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pages:before {
    content: "\ea0e";
}

/* line 2805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paintbrush:before {
    content: "\ea0f";
}

/* line 2808, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paintbucket:before {
    content: "\ea10";
}

/* line 2811, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paintroller:before {
    content: "\ea11";
}

/* line 2814, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_align_left:before {
    content: "\ea12";
}

/* line 2817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_align_right:before {
    content: "\ea13";
}

/* line 2820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_center:before {
    content: "\ea14";
}

/* line 2823, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_justify_all:before {
    content: "\ea15";
}

/* line 2826, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_justify_center:before {
    content: "\ea16";
}

/* line 2829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_justify_left:before {
    content: "\ea17";
}

/* line 2832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_justify_right:before {
    content: "\ea18";
}

/* line 2835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_space_after:before {
    content: "\ea19";
}

/* line 2838, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph_space_before:before {
    content: "\ea1a";
}

/* line 2841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_paragraph:before {
    content: "\ea1b";
}

/* line 2844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pathfinder_exclude:before {
    content: "\ea1c";
}

/* line 2847, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pathfinder_intersect:before {
    content: "\ea1d";
}

/* line 2850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pathfinder_subtract:before {
    content: "\ea1e";
}

/* line 2853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pathfinder_unite:before {
    content: "\ea1f";
}

/* line 2856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pen_add:before {
    content: "\ea20";
}

/* line 2859, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pen_remove:before {
    content: "\ea21";
}

/* line 2862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pen:before {
    content: "\ea22";
}

/* line 2865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_pencil:before {
    content: "\ea23";
}

/* line 2868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_polygonallasso:before {
    content: "\ea24";
}

/* line 2871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_remove_vectorpoint:before {
    content: "\ea27";
}

/* line 2874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_scale_expand:before {
    content: "\ea28";
}

/* line 2877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_scale_reduce:before {
    content: "\ea29";
}

/* line 2880, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_slice:before {
    content: "\ea32";
}

/* line 2883, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_transform_bezier:before {
    content: "\ea33";
}

/* line 2886, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vector_box:before {
    content: "\ea34";
}

/* line 2889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vector_composite:before {
    content: "\ea35";
}

/* line 2892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vector_line:before {
    content: "\ea36";
}

/* line 2895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_align_bottom:before {
    content: "\ea37";
}

/* line 2898, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_align_center:before {
    content: "\ea38";
}

/* line 2901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_align_top:before {
    content: "\ea39";
}

/* line 2904, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_distribute_bottom:before {
    content: "\ea3a";
}

/* line 2907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_distribute_center:before {
    content: "\ea3b";
}

/* line 2910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software_vertical_distribute_top:before {
    content: "\ea3c";
}

/* line 2913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-software-horizontal_align_left:before {
    content: "\ea3d";
}

/* line 2916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_beginning_button:before {
    content: "\ea3e";
}

/* line 2919, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_bell:before {
    content: "\ea3f";
}

/* line 2922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_cd:before {
    content: "\ea40";
}

/* line 2925, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_diapason:before {
    content: "\ea41";
}

/* line 2928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_eject_button:before {
    content: "\ea42";
}

/* line 2931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_end_button:before {
    content: "\ea43";
}

/* line 2934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_fastforward_button:before {
    content: "\ea44";
}

/* line 2937, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_headphones:before {
    content: "\ea45";
}

/* line 2940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_ipod:before {
    content: "\ea46";
}

/* line 2943, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_loudspeaker:before {
    content: "\ea47";
}

/* line 2946, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_microphone_old:before {
    content: "\ea48";
}

/* line 2949, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_microphone:before {
    content: "\ea49";
}

/* line 2952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_mixer:before {
    content: "\ea4a";
}

/* line 2955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_mute:before {
    content: "\ea4b";
}

/* line 2958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_note_multiple:before {
    content: "\ea4c";
}

/* line 2961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_note_single:before {
    content: "\ea4d";
}

/* line 2964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_pause_button:before {
    content: "\ea4e";
}

/* line 2967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_play_button:before {
    content: "\ea4f";
}

/* line 2970, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_playlist:before {
    content: "\ea50";
}

/* line 2973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_radio_ghettoblaster:before {
    content: "\ea51";
}

/* line 2976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_radio_portable:before {
    content: "\ea52";
}

/* line 2979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_record:before {
    content: "\ea53";
}

/* line 2982, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_recordplayer:before {
    content: "\ea54";
}

/* line 2985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_repeat_button:before {
    content: "\ea55";
}

/* line 2988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_rewind_button:before {
    content: "\ea56";
}

/* line 2991, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_shuffle_button:before {
    content: "\ea57";
}

/* line 2994, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_stop_button:before {
    content: "\ea58";
}

/* line 2997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_tape:before {
    content: "\ea59";
}

/* line 3000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_volume_down:before {
    content: "\ea5a";
}

/* line 3003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-music_volume_up:before {
    content: "\ea5b";
}

/* line 3006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_check:before {
    content: "\ea5c";
}

/* line 3009, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_cloud:before {
    content: "\ea5d";
}

/* line 3012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_download:before {
    content: "\ea5e";
}

/* line 3015, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_minus:before {
    content: "\ea5f";
}

/* line 3018, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_plus:before {
    content: "\ea60";
}

/* line 3021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_refresh:before {
    content: "\ea61";
}

/* line 3024, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_remove:before {
    content: "\ea62";
}

/* line 3027, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_search:before {
    content: "\ea63";
}

/* line 3030, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag_upload:before {
    content: "\ea64";
}

/* line 3033, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bag:before {
    content: "\ea65";
}

/* line 3036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_banknote:before {
    content: "\ea66";
}

/* line 3039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_banknotes:before {
    content: "\ea67";
}

/* line 3042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_check:before {
    content: "\ea68";
}

/* line 3045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_cloud:before {
    content: "\ea69";
}

/* line 3048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_download:before {
    content: "\ea6a";
}

/* line 3051, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_minus:before {
    content: "\ea6b";
}

/* line 3054, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_plus:before {
    content: "\ea6c";
}

/* line 3057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_refresh:before {
    content: "\ea6d";
}

/* line 3060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_remove:before {
    content: "\ea6e";
}

/* line 3063, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_search:before {
    content: "\ea6f";
}

/* line 3066, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket_upload:before {
    content: "\ea70";
}

/* line 3069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_basket:before {
    content: "\ea71";
}

/* line 3072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_bath:before {
    content: "\ea72";
}

/* line 3075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_check:before {
    content: "\ea73";
}

/* line 3078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_cloud:before {
    content: "\ea74";
}

/* line 3081, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_content:before {
    content: "\ea75";
}

/* line 3084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_download:before {
    content: "\ea76";
}

/* line 3087, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_minus:before {
    content: "\ea77";
}

/* line 3090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_plus:before {
    content: "\ea78";
}

/* line 3093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_refresh:before {
    content: "\ea79";
}

/* line 3096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_remove:before {
    content: "\ea7a";
}

/* line 3099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_search:before {
    content: "\ea7b";
}

/* line 3102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart_upload:before {
    content: "\ea7c";
}

/* line 3105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_cart:before {
    content: "\ea7d";
}

/* line 3108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_creditcard:before {
    content: "\ea80";
}

/* line 3111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_diamond:before {
    content: "\ea81";
}

/* line 3114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_gift:before {
    content: "\ea85";
}

/* line 3117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_graph_decrease:before {
    content: "\ea86";
}

/* line 3120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_graph_increase:before {
    content: "\ea87";
}

/* line 3123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_graph1:before {
    content: "\ea88";
}

/* line 3126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_graph2:before {
    content: "\ea89";
}

/* line 3129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_graph3:before {
    content: "\ea8a";
}

/* line 3132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_megaphone:before {
    content: "\ea8e";
}

/* line 3135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_money:before {
    content: "\ea8f";
}

/* line 3138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_safe:before {
    content: "\eaa8";
}

/* line 3141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_sale:before {
    content: "\eaa9";
}

/* line 3144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_sales:before {
    content: "\eaaa";
}

/* line 3147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_ticket:before {
    content: "\eaab";
}

/* line 3150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-ecommerce_wallet:before {
    content: "\eaad";
}

/* line 3153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_bookmark_checck:before {
    content: "\eab1";
}

/* line 3156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_bookmark_minus:before {
    content: "\eab2";
}

/* line 3159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_bookmark_plus:before {
    content: "\eab3";
}

/* line 3162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_bookmark_remove:before {
    content: "\eab4";
}

/* line 3165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_check:before {
    content: "\eab5";
}

/* line 3168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_download:before {
    content: "\eab6";
}

/* line 3171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_flagged:before {
    content: "\eab7";
}

/* line 3174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_minus:before {
    content: "\eab8";
}

/* line 3177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_plus:before {
    content: "\eab9";
}

/* line 3180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_refresh:before {
    content: "\eaba";
}

/* line 3183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_remove:before {
    content: "\eabb";
}

/* line 3186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_search:before {
    content: "\eabc";
}

/* line 3189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_star:before {
    content: "\eabd";
}

/* line 3192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_briefcase_upload:before {
    content: "\eabe";
}

/* line 3195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_check:before {
    content: "\eabf";
}

/* line 3198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_download:before {
    content: "\eac0";
}

/* line 3201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_minus:before {
    content: "\eac1";
}

/* line 3204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_plus:before {
    content: "\eac2";
}

/* line 3207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_refresh:before {
    content: "\eac3";
}

/* line 3210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_remove:before {
    content: "\eac4";
}

/* line 3213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_search:before {
    content: "\eac5";
}

/* line 3216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_star:before {
    content: "\eac6";
}

/* line 3219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_browser_upload:before {
    content: "\eac7";
}

/* line 3222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_check:before {
    content: "\eac8";
}

/* line 3225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_cloud:before {
    content: "\eac9";
}

/* line 3228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_download:before {
    content: "\eaca";
}

/* line 3231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_empty:before {
    content: "\eacb";
}

/* line 3234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_flagged:before {
    content: "\eacc";
}

/* line 3237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_heart:before {
    content: "\eacd";
}

/* line 3240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_minus:before {
    content: "\eace";
}

/* line 3243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_next:before {
    content: "\eacf";
}

/* line 3246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_noaccess:before {
    content: "\ead0";
}

/* line 3249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_pencil:before {
    content: "\ead1";
}

/* line 3252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_plus:before {
    content: "\ead2";
}

/* line 3255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_previous:before {
    content: "\ead3";
}

/* line 3258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_refresh:before {
    content: "\ead4";
}

/* line 3261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_remove:before {
    content: "\ead5";
}

/* line 3264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_search:before {
    content: "\ead6";
}

/* line 3267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_star:before {
    content: "\ead7";
}

/* line 3270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_calendar_upload:before {
    content: "\ead8";
}

/* line 3273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_check:before {
    content: "\ead9";
}

/* line 3276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_download:before {
    content: "\eada";
}

/* line 3279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_minus:before {
    content: "\eadb";
}

/* line 3282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_noaccess:before {
    content: "\eadc";
}

/* line 3285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_plus:before {
    content: "\eadd";
}

/* line 3288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_refresh:before {
    content: "\eade";
}

/* line 3291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_remove:before {
    content: "\eadf";
}

/* line 3294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_search:before {
    content: "\eae0";
}

/* line 3297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_cloud_upload:before {
    content: "\eae1";
}

/* line 3300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_check:before {
    content: "\eae2";
}

/* line 3303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_cloud:before {
    content: "\eae3";
}

/* line 3306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_download:before {
    content: "\eae4";
}

/* line 3309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_flagged:before {
    content: "\eae5";
}

/* line 3312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_graph:before {
    content: "\eae6";
}

/* line 3315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_heart:before {
    content: "\eae7";
}

/* line 3318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_minus:before {
    content: "\eae8";
}

/* line 3321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_next:before {
    content: "\eae9";
}

/* line 3324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_noaccess:before {
    content: "\eaea";
}

/* line 3327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_note:before {
    content: "\eaeb";
}

/* line 3330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_pencil:before {
    content: "\eaec";
}

/* line 3333, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_picture:before {
    content: "\eaed";
}

/* line 3336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_plus:before {
    content: "\eaee";
}

/* line 3339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_previous:before {
    content: "\eaef";
}

/* line 3342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_refresh:before {
    content: "\eaf0";
}

/* line 3345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_remove:before {
    content: "\eaf1";
}

/* line 3348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_search:before {
    content: "\eaf2";
}

/* line 3351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_star:before {
    content: "\eaf3";
}

/* line 3354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_document_upload:before {
    content: "\eaf4";
}

/* line 3357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_check:before {
    content: "\eaf5";
}

/* line 3360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_cloud:before {
    content: "\eaf6";
}

/* line 3363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_document:before {
    content: "\eaf7";
}

/* line 3366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_download:before {
    content: "\eaf8";
}

/* line 3369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_flagged:before {
    content: "\eaf9";
}

/* line 3372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_graph:before {
    content: "\eafa";
}

/* line 3375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_heart:before {
    content: "\eafb";
}

/* line 3378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_minus:before {
    content: "\eafc";
}

/* line 3381, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_next:before {
    content: "\eafd";
}

/* line 3384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_noaccess:before {
    content: "\eafe";
}

/* line 3387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_note:before {
    content: "\eaff";
}

/* line 3390, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_pencil:before {
    content: "\eb00";
}

/* line 3393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_picture:before {
    content: "\eb01";
}

/* line 3396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_plus:before {
    content: "\eb02";
}

/* line 3399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_previous:before {
    content: "\eb03";
}

/* line 3402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_refresh:before {
    content: "\eb04";
}

/* line 3405, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_remove:before {
    content: "\eb05";
}

/* line 3408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_search:before {
    content: "\eb06";
}

/* line 3411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_star:before {
    content: "\eb07";
}

/* line 3414, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_folder_upload:before {
    content: "\eb08";
}

/* line 3417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_check:before {
    content: "\eb09";
}

/* line 3420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_cloud:before {
    content: "\eb0a";
}

/* line 3423, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_document:before {
    content: "\eb0b";
}

/* line 3426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_download:before {
    content: "\eb0c";
}

/* line 3429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_flagged:before {
    content: "\eb0d";
}

/* line 3432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_heart:before {
    content: "\eb0e";
}

/* line 3435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_next:before {
    content: "\eb0f";
}

/* line 3438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_noaccess:before {
    content: "\eb10";
}

/* line 3441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_note:before {
    content: "\eb11";
}

/* line 3444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_pencil:before {
    content: "\eb12";
}

/* line 3447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_picture:before {
    content: "\eb13";
}

/* line 3450, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_previous:before {
    content: "\eb14";
}

/* line 3453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_refresh:before {
    content: "\eb15";
}

/* line 3456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_remove:before {
    content: "\eb16";
}

/* line 3459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_search:before {
    content: "\eb17";
}

/* line 3462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_star:before {
    content: "\eb18";
}

/* line 3465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_mail_upload:before {
    content: "\eb19";
}

/* line 3468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_check:before {
    content: "\eb1a";
}

/* line 3471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_dots:before {
    content: "\eb1b";
}

/* line 3474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_happy:before {
    content: "\eb1c";
}

/* line 3477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_heart:before {
    content: "\eb1d";
}

/* line 3480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_minus:before {
    content: "\eb1e";
}

/* line 3483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_note:before {
    content: "\eb1f";
}

/* line 3486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_plus:before {
    content: "\eb20";
}

/* line 3489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_refresh:before {
    content: "\eb21";
}

/* line 3492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_remove:before {
    content: "\eb22";
}

/* line 3495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_message_sad:before {
    content: "\eb23";
}

/* line 3498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_cloud:before {
    content: "\eb24";
}

/* line 3501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_heart:before {
    content: "\eb25";
}

/* line 3504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_noaccess:before {
    content: "\eb26";
}

/* line 3507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_note:before {
    content: "\eb27";
}

/* line 3510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_pencil:before {
    content: "\eb28";
}

/* line 3513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_picture:before {
    content: "\eb29";
}

/* line 3516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_refresh:before {
    content: "\eb2a";
}

/* line 3519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_smartphone_search:before {
    content: "\eb2b";
}

/* line 3522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_cloud:before {
    content: "\eb2c";
}

/* line 3525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_heart:before {
    content: "\eb2d";
}

/* line 3528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_noaccess:before {
    content: "\eb2e";
}

/* line 3531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_note:before {
    content: "\eb2f";
}

/* line 3534, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_pencil:before {
    content: "\eb30";
}

/* line 3537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_picture:before {
    content: "\eb31";
}

/* line 3540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_refresh:before {
    content: "\eb32";
}

/* line 3543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_tablet_search:before {
    content: "\eb33";
}

/* line 3546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_2:before {
    content: "\eb34";
}

/* line 3549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_check:before {
    content: "\eb35";
}

/* line 3552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_cloud:before {
    content: "\eb36";
}

/* line 3555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_download:before {
    content: "\eb37";
}

/* line 3558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_flagged:before {
    content: "\eb38";
}

/* line 3561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_minus:before {
    content: "\eb39";
}

/* line 3564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_noaccess:before {
    content: "\eb3a";
}

/* line 3567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_pencil:before {
    content: "\eb3b";
}

/* line 3570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_plus:before {
    content: "\eb3c";
}

/* line 3573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_refresh:before {
    content: "\eb3d";
}

/* line 3576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_remove:before {
    content: "\eb3e";
}

/* line 3579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_search:before {
    content: "\eb3f";
}

/* line 3582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_star:before {
    content: "\eb40";
}

/* line 3585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_elaboration_todolist_upload:before {
    content: "\eb41";
}

/* line 3588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_accelerator:before {
    content: "\eb42";
}

/* line 3591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_alarm:before {
    content: "\eb43";
}

/* line 3594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_anchor:before {
    content: "\eb44";
}

/* line 3597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_anticlockwise:before {
    content: "\eb45";
}

/* line 3600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_archive_full:before {
    content: "\eb46";
}

/* line 3603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_archive:before {
    content: "\eb47";
}

/* line 3606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_ban:before {
    content: "\eb48";
}

/* line 3609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_battery_charge:before {
    content: "\eb49";
}

/* line 3612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_battery_empty:before {
    content: "\eb4a";
}

/* line 3615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_battery_full:before {
    content: "\eb4b";
}

/* line 3618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_battery_half:before {
    content: "\eb4c";
}

/* line 3621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_bolt:before {
    content: "\eb4d";
}

/* line 3624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_book_pen:before {
    content: "\eb4e";
}

/* line 3627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_book_pencil:before {
    content: "\eb4f";
}

/* line 3630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_book:before {
    content: "\eb50";
}

/* line 3633, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_bookmark:before {
    content: "\eb51";
}

/* line 3636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_calculator:before {
    content: "\eb52";
}

/* line 3639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_calendar:before {
    content: "\eb53";
}

/* line 3642, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_cards_diamonds:before {
    content: "\eb54";
}

/* line 3645, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_cards_hearts:before {
    content: "\eb55";
}

/* line 3648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_case:before {
    content: "\eb56";
}

/* line 3651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_chronometer:before {
    content: "\eb57";
}

/* line 3654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_clessidre:before {
    content: "\eb58";
}

/* line 3657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_clock:before {
    content: "\eb59";
}

/* line 3660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_clockwise:before {
    content: "\eb5a";
}

/* line 3663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_cloud:before {
    content: "\eb5b";
}

/* line 3666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_clubs:before {
    content: "\eb5c";
}

/* line 3669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_compass:before {
    content: "\eb5d";
}

/* line 3672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_cup:before {
    content: "\eb5e";
}

/* line 3675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_diamonds:before {
    content: "\eb5f";
}

/* line 3678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_display:before {
    content: "\eb60";
}

/* line 3681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_download:before {
    content: "\eb61";
}

/* line 3684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_exclamation:before {
    content: "\eb62";
}

/* line 3687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_eye_closed:before {
    content: "\eb63";
}

/* line 3690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_eye:before {
    content: "\eb64";
}

/* line 3693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_female:before {
    content: "\eb65";
}

/* line 3696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_flag1:before {
    content: "\eb66";
}

/* line 3699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_flag2:before {
    content: "\eb67";
}

/* line 3702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_floppydisk:before {
    content: "\eb68";
}

/* line 3705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_folder_multiple:before {
    content: "\eb69";
}

/* line 3708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_folder:before {
    content: "\eb6a";
}

/* line 3711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_gear:before {
    content: "\eb6b";
}

/* line 3714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_geolocalize-01:before {
    content: "\eb6c";
}

/* line 3717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_geolocalize-05:before {
    content: "\eb6d";
}

/* line 3720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_globe:before {
    content: "\eb6e";
}

/* line 3723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_gunsight:before {
    content: "\eb6f";
}

/* line 3726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_hammer:before {
    content: "\eb70";
}

/* line 3729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_headset:before {
    content: "\eb71";
}

/* line 3732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_heart_broken:before {
    content: "\eb72";
}

/* line 3735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_heart:before {
    content: "\eb73";
}

/* line 3738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_helm:before {
    content: "\eb74";
}

/* line 3741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_home:before {
    content: "\eb75";
}

/* line 3744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_info:before {
    content: "\eb76";
}

/* line 3747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_ipod:before {
    content: "\eb77";
}

/* line 3750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_joypad:before {
    content: "\eb78";
}

/* line 3753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_key:before {
    content: "\eb79";
}

/* line 3756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_keyboard:before {
    content: "\eb7a";
}

/* line 3759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_laptop:before {
    content: "\eb7b";
}

/* line 3762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_life_buoy:before {
    content: "\eb7c";
}

/* line 3765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_lightbulb:before {
    content: "\eb7d";
}

/* line 3768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_link:before {
    content: "\eb7e";
}

/* line 3771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_lock_open:before {
    content: "\eb7f";
}

/* line 3774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_lock:before {
    content: "\eb80";
}

/* line 3777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_magic_mouse:before {
    content: "\eb81";
}

/* line 3780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_magnifier_minus:before {
    content: "\eb82";
}

/* line 3783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_magnifier_plus:before {
    content: "\eb83";
}

/* line 3786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_magnifier:before {
    content: "\eb84";
}

/* line 3789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mail_multiple:before {
    content: "\eb85";
}

/* line 3792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mail_open_text:before {
    content: "\eb86";
}

/* line 3795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mail_open:before {
    content: "\eb87";
}

/* line 3798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mail:before {
    content: "\eb88";
}

/* line 3801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_male:before {
    content: "\eb89";
}

/* line 3804, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_map:before {
    content: "\eb8a";
}

/* line 3807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_message_multiple:before {
    content: "\eb8b";
}

/* line 3810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_message_txt:before {
    content: "\eb8c";
}

/* line 3813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_message:before {
    content: "\eb8d";
}

/* line 3816, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mixer2:before {
    content: "\eb8e";
}

/* line 3819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_mouse:before {
    content: "\eb8f";
}

/* line 3822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_notebook_pen:before {
    content: "\eb90";
}

/* line 3825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_notebook_pencil:before {
    content: "\eb91";
}

/* line 3828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_notebook:before {
    content: "\eb92";
}

/* line 3831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_paperplane:before {
    content: "\eb93";
}

/* line 3834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_pencil_ruler_pen:before {
    content: "\eb94";
}

/* line 3837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_pencil_ruler:before {
    content: "\eb95";
}

/* line 3840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_photo:before {
    content: "\eb96";
}

/* line 3843, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_picture_multiple:before {
    content: "\eb97";
}

/* line 3846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_picture:before {
    content: "\eb98";
}

/* line 3849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_pin1:before {
    content: "\eb99";
}

/* line 3852, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_pin2:before {
    content: "\eb9a";
}

/* line 3855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_postcard_multiple:before {
    content: "\eb9b";
}

/* line 3858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_postcard:before {
    content: "\eb9c";
}

/* line 3861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_printer:before {
    content: "\eb9d";
}

/* line 3864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_question:before {
    content: "\eb9e";
}

/* line 3867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_rss:before {
    content: "\eb9f";
}

/* line 3870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_server_cloud:before {
    content: "\eba0";
}

/* line 3873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_server_download:before {
    content: "\eba1";
}

/* line 3876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_server_upload:before {
    content: "\eba2";
}

/* line 3879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_server:before {
    content: "\eba3";
}

/* line 3882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_server2:before {
    content: "\eba4";
}

/* line 3885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_settings:before {
    content: "\eba5";
}

/* line 3888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_share:before {
    content: "\eba6";
}

/* line 3891, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_sheet_multiple:before {
    content: "\eba7";
}

/* line 3894, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_sheet_pen:before {
    content: "\eba8";
}

/* line 3897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_sheet_pencil:before {
    content: "\eba9";
}

/* line 3900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_sheet_txt:before {
    content: "\ebaa";
}

/* line 3903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_sheet:before {
    content: "\ebab";
}

/* line 3906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_signs:before {
    content: "\ebac";
}

/* line 3909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_smartphone:before {
    content: "\ebad";
}

/* line 3912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_spades:before {
    content: "\ebae";
}

/* line 3915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_spread_bookmark:before {
    content: "\ebaf";
}

/* line 3918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_spread_text_bookmark:before {
    content: "\ebb0";
}

/* line 3921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_spread_text:before {
    content: "\ebb1";
}

/* line 3924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_spread:before {
    content: "\ebb2";
}

/* line 3927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_star:before {
    content: "\ebb3";
}

/* line 3930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_tablet:before {
    content: "\ebb4";
}

/* line 3933, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_target:before {
    content: "\ebb5";
}

/* line 3936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todo_pen:before {
    content: "\ebb6";
}

/* line 3939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todo_pencil:before {
    content: "\ebb7";
}

/* line 3942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todo_txt:before {
    content: "\ebb8";
}

/* line 3945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todo:before {
    content: "\ebb9";
}

/* line 3948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todolist_pen:before {
    content: "\ebba";
}

/* line 3951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_todolist_pencil:before {
    content: "\ebbb";
}

/* line 3954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_trashcan_full:before {
    content: "\ebbc";
}

/* line 3957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_trashcan_refresh:before {
    content: "\ebbd";
}

/* line 3960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_trashcan_remove:before {
    content: "\ebbe";
}

/* line 3963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_trashcan:before {
    content: "\ebbf";
}

/* line 3966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_upload:before {
    content: "\ebc0";
}

/* line 3969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_usb:before {
    content: "\ebc1";
}

/* line 3972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_video:before {
    content: "\ebc2";
}

/* line 3975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_watch:before {
    content: "\ebc3";
}

/* line 3978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_webpage_img_txt:before {
    content: "\ebc4";
}

/* line 3981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_webpage_multiple:before {
    content: "\ebc5";
}

/* line 3984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_webpage_txt:before {
    content: "\ebc6";
}

/* line 3987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_webpage:before {
    content: "\ebc7";
}

/* line 3990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-basic_world:before {
    content: "\ebc8";
}

/* line 3993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_anticlockwise_dashed:before {
    content: "\e901";
}

/* line 3996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_anticlockwise:before {
    content: "\e902";
}

/* line 3999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_button_down:before {
    content: "\e903";
}

/* line 4002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_button_off:before {
    content: "\e904";
}

/* line 4005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_button_on:before {
    content: "\e905";
}

/* line 4008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_button_up:before {
    content: "\e906";
}

/* line 4011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_check:before {
    content: "\e907";
}

/* line 4014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_check:before {
    content: "\e908";
}

/* line 4017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_left:before {
    content: "\e90c";
}

/* line 4020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_minus:before {
    content: "\e90d";
}

/* line 4023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_plus:before {
    content: "\e90e";
}

/* line 4026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_remove:before {
    content: "\e90f";
}

/* line 4029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_right:before {
    content: "\e910";
}

/* line 4032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_circle_up:before {
    content: "\e911";
}

/* line 4035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_clockwise_dashed:before {
    content: "\e914";
}

/* line 4038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_clockwise:before {
    content: "\e915";
}

/* line 4041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_compress:before {
    content: "\e916";
}

/* line 4044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_deny:before {
    content: "\e917";
}

/* line 4047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_diagonal:before {
    content: "\e918";
}

/* line 4050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_diagonal2:before {
    content: "\e900";
}

/* line 4053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_down_double-34:before {
    content: "\e919";
}

/* line 4056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_down:before {
    content: "\e91a";
}

/* line 4059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_downleft:before {
    content: "\e91b";
}

/* line 4062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_downright:before {
    content: "\e91c";
}

/* line 4065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_down_dashed:before {
    content: "\e91d";
}

/* line 4068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_down:before {
    content: "\e91e";
}

/* line 4071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_horiz:before {
    content: "\e91f";
}

/* line 4074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_left_dashed:before {
    content: "\e920";
}

/* line 4077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_left:before {
    content: "\e921";
}

/* line 4080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_right_dashed:before {
    content: "\e922";
}

/* line 4083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_right:before {
    content: "\e923";
}

/* line 4086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_up_dashed:before {
    content: "\e924";
}

/* line 4089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_up:before {
    content: "\e925";
}

/* line 4092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_drag_vert:before {
    content: "\e926";
}

/* line 4095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_exclamation:before {
    content: "\e927";
}

/* line 4098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_expand:before {
    content: "\e92b";
}

/* line 4101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_glide_horizontal:before {
    content: "\e92e";
}

/* line 4104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_glide_vertical:before {
    content: "\e92f";
}

/* line 4107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_glide:before {
    content: "\e930";
}

/* line 4110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_hamburger-2:before {
    content: "\e931";
}

/* line 4113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_hamburger1:before {
    content: "\e932";
}

/* line 4116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_horizontal:before {
    content: "\e933";
}

/* line 4119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_info:before {
    content: "\e934";
}

/* line 4122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_left_double-32:before {
    content: "\e93f";
}

/* line 4125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_left:before {
    content: "\e940";
}

/* line 4128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_minus:before {
    content: "\e941";
}

/* line 4131, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move_bottom:before {
    content: "\e942";
}

/* line 4134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move_left:before {
    content: "\e943";
}

/* line 4137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move_right:before {
    content: "\e944";
}

/* line 4140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move_top:before {
    content: "\e945";
}

/* line 4143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move:before {
    content: "\e946";
}

/* line 4146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_move2:before {
    content: "\e947";
}

/* line 4149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_plus:before {
    content: "\e948";
}

/* line 4152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_question:before {
    content: "\e949";
}

/* line 4155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_remove:before {
    content: "\e94a";
}

/* line 4158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_right_double-31:before {
    content: "\e94b";
}

/* line 4161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_right:before {
    content: "\e94c";
}

/* line 4164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_rotate_anti_dashed:before {
    content: "\e94d";
}

/* line 4167, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_rotate_anti:before {
    content: "\e94e";
}

/* line 4170, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_rotate_dashed:before {
    content: "\e94f";
}

/* line 4173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_rotate:before {
    content: "\e950";
}

/* line 4176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_shrink_diagonal2:before {
    content: "\e952";
}

/* line 4179, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_shrink_horizonal2:before {
    content: "\e953";
}

/* line 4182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_shrink_vertical2:before {
    content: "\e956";
}

/* line 4185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_shrink:before {
    content: "\e957";
}

/* line 4188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_down_dashed:before {
    content: "\e964";
}

/* line 4191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_down:before {
    content: "\e965";
}

/* line 4194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_left_dashed:before {
    content: "\e966";
}

/* line 4197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_left:before {
    content: "\e967";
}

/* line 4200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_right_dashed:before {
    content: "\e968";
}

/* line 4203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_right:before {
    content: "\e969";
}

/* line 4206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_up_dashed:before {
    content: "\e96a";
}

/* line 4209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_slim_up:before {
    content: "\e96b";
}

/* line 4212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_check:before {
    content: "\e96c";
}

/* line 4215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_down:before {
    content: "\e96d";
}

/* line 4218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_left:before {
    content: "\e970";
}

/* line 4221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_minus:before {
    content: "\e971";
}

/* line 4224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_plus:before {
    content: "\e972";
}

/* line 4227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_remove:before {
    content: "\e973";
}

/* line 4230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_right:before {
    content: "\e974";
}

/* line 4233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_square_up:before {
    content: "\e975";
}

/* line 4236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_squares:before {
    content: "\e978";
}

/* line 4239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_stretch_diagonal1:before {
    content: "\e979";
}

/* line 4242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_stretch_diagonal2:before {
    content: "\e97a";
}

/* line 4245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_stretch_horizontal1:before {
    content: "\e97d";
}

/* line 4248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_stretch_vertical1:before {
    content: "\e97f";
}

/* line 4251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_switch_horizontal:before {
    content: "\e981";
}

/* line 4254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_switch_vertical:before {
    content: "\e982";
}

/* line 4257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_up_double-33:before {
    content: "\e983";
}

/* line 4260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_up:before {
    content: "\e984";
}

/* line 4263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_liquid-icon.scss */
.icon-arrows_vertical:before {
    content: "\ebcb";
}

/*!
* Liquid
*
* (c) Copyright liquid.com
*
* @version 1.0.0
* @author  Liquid
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=1be474de61c0629256765ac76fef2ce8)
 * Config saved to config.json and https://gist.github.com/1be474de61c0629256765ac76fef2ce8
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
body {
    margin: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
[hidden], template {
    display: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a {
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a:active, a:hover {
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
b, strong {
    font-weight: bold;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
dfn {
    font-style: italic;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
mark {
    background: #ff0;
    color: #000;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
small {
    font-size: 80%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
sup {
    top: -0.5em;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
sub {
    bottom: -0.25em;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
img {
    border: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
figure {
    margin: 1em 40px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
pre {
    overflow: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button {
    overflow: visible;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button, select {
    text-transform: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button[disabled], html input[disabled] {
    cursor: default;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input {
    line-height: normal;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
legend {
    border: 0;
    padding: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
textarea {
    overflow: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
optgroup {
    font-weight: bold;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    a, a:visited {
        text-decoration: underline;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    thead {
        display: table-header-group;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr, img {
        page-break-inside: avoid;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    img {
        max-width: 100% !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    h2, h3 {
        page-break-after: avoid;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar {
        display: none;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .label {
        border: 1px solid #000;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table {
        border-collapse: collapse !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table td, .table th {
        background-color: #fff !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a {
    color: #337ab7;
    text-decoration: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a:hover {
    color: #23527c;
    text-decoration: underline;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
figure {
    margin: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
img {
    vertical-align: middle;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.img-rounded {
    border-radius: 6px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.img-circle {
    border-radius: 50%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
[role="button"] {
    cursor: pointer;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h1, .h1 {
    font-size: 36px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h2, .h2 {
    font-size: 30px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h3, .h3 {
    font-size: 24px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h4, .h4 {
    font-size: 18px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h5, .h5 {
    font-size: 14px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
h6, .h6 {
    font-size: 12px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
p {
    margin: 0 0 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .lead {
        font-size: 21px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
small, .small {
    font-size: 85%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-left {
    text-align: left;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-right {
    text-align: right;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-center {
    text-align: center;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-justify {
    text-align: justify;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-nowrap {
    white-space: nowrap;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-lowercase {
    text-transform: lowercase;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-uppercase {
    text-transform: uppercase;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-capitalize {
    text-transform: capitalize;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-muted {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-primary {
    color: #337ab7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-success {
    color: #3c763d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-info {
    color: #31708f;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.text-info:hover, a.text-info:focus {
    color: #245269;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-warning {
    color: #8a6d3b;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-danger {
    color: #a94442;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.bg-success {
    background-color: #dff0d8;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.bg-info {
    background-color: #d9edf7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.bg-warning {
    background-color: #fcf8e3;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.bg-danger {
    background-color: #f2dede;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
dt, dd {
    line-height: 1.42857143;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
dt {
    font-weight: bold;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
dd {
    margin-left: 0;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .container {
        width: 1170px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-12 {
    width: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-11 {
    width: 91.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-10 {
    width: 83.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-9 {
    width: 75%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-8 {
    width: 66.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-7 {
    width: 58.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-6 {
    width: 50%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-5 {
    width: 41.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-4 {
    width: 33.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-3 {
    width: 25%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-2 {
    width: 16.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-1 {
    width: 8.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-12 {
    right: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-11 {
    right: 91.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-10 {
    right: 83.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-9 {
    right: 75%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-8 {
    right: 66.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-7 {
    right: 58.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-6 {
    right: 50%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-5 {
    right: 41.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-4 {
    right: 33.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-3 {
    right: 25%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-2 {
    right: 16.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-1 {
    right: 8.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-pull-0 {
    right: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-12 {
    left: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-11 {
    left: 91.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-10 {
    left: 83.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-9 {
    left: 75%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-8 {
    left: 66.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-7 {
    left: 58.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-6 {
    left: 50%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-5 {
    left: 41.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-4 {
    left: 33.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-3 {
    left: 25%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-2 {
    left: 16.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-1 {
    left: 8.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-push-0 {
    left: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-12 {
    margin-left: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-9 {
    margin-left: 75%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-6 {
    margin-left: 50%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-3 {
    margin-left: 25%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-12 {
        width: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-11 {
        width: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-10 {
        width: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-9 {
        width: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-8 {
        width: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-7 {
        width: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-6 {
        width: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-5 {
        width: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-4 {
        width: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-3 {
        width: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-2 {
        width: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-1 {
        width: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-12 {
        right: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-9 {
        right: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-6 {
        right: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-3 {
        right: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-pull-0 {
        right: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-12 {
        left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-11 {
        left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-10 {
        left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-9 {
        left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-8 {
        left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-7 {
        left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-6 {
        left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-5 {
        left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-4 {
        left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-3 {
        left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-2 {
        left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-1 {
        left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-push-0 {
        left: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-12 {
        width: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-11 {
        width: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-10 {
        width: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-9 {
        width: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-8 {
        width: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-7 {
        width: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-6 {
        width: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-5 {
        width: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-4 {
        width: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-3 {
        width: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-2 {
        width: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-1 {
        width: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-12 {
        right: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-11 {
        right: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-10 {
        right: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-9 {
        right: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-8 {
        right: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-7 {
        right: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-6 {
        right: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-5 {
        right: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-4 {
        right: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-3 {
        right: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-2 {
        right: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-1 {
        right: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-pull-0 {
        right: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-12 {
        left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-11 {
        left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-10 {
        left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-9 {
        left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-8 {
        left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-7 {
        left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-6 {
        left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-5 {
        left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-4 {
        left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-3 {
        left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-2 {
        left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-1 {
        left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-push-0 {
        left: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-12 {
        width: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-11 {
        width: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-10 {
        width: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-9 {
        width: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-8 {
        width: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-7 {
        width: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-6 {
        width: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-5 {
        width: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-4 {
        width: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-3 {
        width: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-2 {
        width: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-1 {
        width: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-12 {
        right: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-9 {
        right: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-6 {
        right: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-3 {
        right: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-pull-0 {
        right: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-12 {
        left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-11 {
        left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-10 {
        left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-9 {
        left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-8 {
        left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-7 {
        left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-6 {
        left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-5 {
        left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-4 {
        left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-3 {
        left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-2 {
        left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-1 {
        left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-push-0 {
        left: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
table {
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
th {
    text-align: left;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table .table {
    background-color: #ffffff;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-bordered {
    border: 1px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table {
        margin-bottom: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table-bordered {
        border: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="file"] {
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="range"] {
    display: block;
    width: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
select[multiple], select[size] {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control:-ms-input-placeholder {
    color: #999999;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control::-webkit-input-placeholder {
    color: #999999;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
textarea.form-control {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group {
    margin-bottom: 15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
select.input-sm {
    height: 30px;
    line-height: 30px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
select.input-lg {
    height: 46px;
    line-height: 46px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-feedback {
    position: relative;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-feedback .form-control {
    padding-right: 42.5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-success .form-control-feedback {
    color: #3c763d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-error .form-control-feedback {
    color: #a94442;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .form-control-static {
        display: inline-block;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .input-group > .form-control {
        width: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fade.in {
    opacity: 1;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.collapse {
    display: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.collapse.in {
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
tr.collapse.in {
    display: table-row;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
tbody.collapse.in {
    display: table-row-group;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropup, .dropdown {
    position: relative;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-toggle:focus {
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.open > .dropdown-menu {
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.open > a {
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu-right {
    left: auto;
    right: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-menu-left {
    left: 0;
    right: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li {
    position: relative;
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li.disabled > a {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav > li > a > img {
    max-width: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified > li {
    float: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-pills > li {
    float: left;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-pills > li > a {
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-pills > li + li {
    margin-left: 2px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-stacked > li {
    float: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-justified {
    width: 100%;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-justified > li {
    float: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs-justified {
    border-bottom: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.tab-content > .tab-pane {
    display: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.tab-content > .active {
    display: block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-header {
        float: left;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-collapse.in {
        overflow-y: visible;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-static-top {
        border-radius: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-brand > img {
    display: block;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-toggle:focus {
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-toggle {
        display: none;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-nav {
    margin: 7.5px -15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav {
        float: left;
        margin: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav > li {
        float: left;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .form-control-static {
        display: inline-block;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-left {
        float: left !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-brand {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-text {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-nav > li > a {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-link {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .navbar-link:hover {
    color: #333333;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .btn-link {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .btn-link {
    color: #9d9d9d;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #ffffff;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.breadcrumb > li {
    display: inline-block;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.breadcrumb > .active {
    color: #777777;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-open {
    overflow: hidden;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-header .close {
    margin-top: -2px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-body {
    position: relative;
    padding: 15px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .modal-lg {
        width: 900px;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.pull-right {
    float: right !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.pull-left {
    float: left !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.hide {
    display: none !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.show {
    display: block !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.invisible {
    visibility: hidden;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.hidden {
    display: none !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-xs {
        display: block !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    table.visible-xs {
        display: table !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr.visible-xs {
        display: table-row !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-sm {
        display: block !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    table.visible-sm {
        display: table !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr.visible-sm {
        display: table-row !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-md {
        display: block !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    table.visible-md {
        display: table !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr.visible-md {
        display: table-row !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-lg {
        display: block !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    table.visible-lg {
        display: table !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr.visible-lg {
        display: table-row !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .hidden-lg {
        display: none !important;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-print {
    display: none !important;
}

@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-print {
        display: block !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    table.visible-print {
        display: table !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    tr.visible-print {
        display: table-row !important;
    }

    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-print-block {
    display: none !important;
}

@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-print-block {
        display: block !important;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-print-inline {
    display: none !important;
}

@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-print-inline {
        display: inline !important;
    }
}

/* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.visible-print-inline-block {
    display: none !important;
}

@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    /* line 22, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .hidden-print {
        display: none !important;
    }
}

/*! jQuery UI - v1.12.1 - 2018-01-16
* http://jqueryui.com
* Includes: core.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, menu.css, selectmenu.css, slider.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-hidden {
    display: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-clearfix:after {
    clear: both;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-front {
    z-index: 100;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-checkboxradio-disabled {
    pointer-events: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker td {
    border: 0;
    padding: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl {
    direction: rtl;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-menu {
    position: absolute;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu-icons {
    position: relative;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-open {
    display: block;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider {
    position: relative;
    text-align: left;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-horizontal {
    height: .8em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner-up {
    top: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-spinner-down {
    bottom: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget .ui-widget {
    font-size: 1em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-content a {
    color: #333;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-header a {
    color: #333;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon {
    width: 16px;
    height: 16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(./images/ui-icons_444444_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-header .ui-icon {
    background-image: url(./images/ui-icons_444444_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(./images/ui-icons_555555_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(./images/ui-icons_ffffff_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(./images/ui-icons_777620_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(./images/ui-icons_cc0000_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-button .ui-icon {
    background-image: url(./images/ui-icons_777777_256x240.png);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-blank {
    background-position: 16px 16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-n {
    background-position: 0 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-e {
    background-position: -32px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-se {
    background-position: -48px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-s {
    background-position: -65px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-w {
    background-position: -96px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-extlink {
    background-position: -32px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-newwin {
    background-position: -48px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-refresh {
    background-position: -64px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-shuffle {
    background-position: -80px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-folder-open {
    background-position: -16px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-document {
    background-position: -32px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-document-b {
    background-position: -48px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-note {
    background-position: -64px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-mail-closed {
    background-position: -80px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-mail-open {
    background-position: -96px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-suitcase {
    background-position: -112px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-comment {
    background-position: -128px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-person {
    background-position: -144px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-print {
    background-position: -160px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-trash {
    background-position: -176px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-locked {
    background-position: -192px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-unlocked {
    background-position: -208px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-bookmark {
    background-position: -224px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-tag {
    background-position: -240px -96px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-home {
    background-position: 0 -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-flag {
    background-position: -16px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-calendar {
    background-position: -32px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-cart {
    background-position: -48px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-pencil {
    background-position: -64px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-clock {
    background-position: -80px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-disk {
    background-position: -96px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-calculator {
    background-position: -112px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-zoomin {
    background-position: -128px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-zoomout {
    background-position: -144px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-search {
    background-position: -160px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-wrench {
    background-position: -176px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-gear {
    background-position: -192px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-heart {
    background-position: -208px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-star {
    background-position: -224px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-link {
    background-position: -240px -112px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-cancel {
    background-position: 0 -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-plus {
    background-position: -16px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-plusthick {
    background-position: -32px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-minus {
    background-position: -48px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-minusthick {
    background-position: -64px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-close {
    background-position: -80px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-closethick {
    background-position: -96px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-key {
    background-position: -112px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-lightbulb {
    background-position: -128px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-scissors {
    background-position: -144px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-clipboard {
    background-position: -160px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-copy {
    background-position: -176px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-contact {
    background-position: -192px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-image {
    background-position: -208px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-video {
    background-position: -224px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-script {
    background-position: -240px -128px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-alert {
    background-position: 0 -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-info {
    background-position: -16px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-notice {
    background-position: -32px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-help {
    background-position: -48px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-check {
    background-position: -64px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-bullet {
    background-position: -80px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-radio-on {
    background-position: -96px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-radio-off {
    background-position: -112px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-pin-w {
    background-position: -128px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-pin-s {
    background-position: -144px -144px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-play {
    background-position: 0 -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-pause {
    background-position: -16px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-seek-next {
    background-position: -32px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-seek-prev {
    background-position: -48px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-seek-end {
    background-position: -64px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-stop {
    background-position: -96px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-eject {
    background-position: -112px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-volume-off {
    background-position: -128px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-volume-on {
    background-position: -144px -160px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-power {
    background-position: 0 -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-signal-diag {
    background-position: -16px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-signal {
    background-position: -32px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-battery-0 {
    background-position: -48px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-battery-1 {
    background-position: -64px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-battery-2 {
    background-position: -80px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-battery-3 {
    background-position: -96px -176px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-plus {
    background-position: 0 -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-minus {
    background-position: -16px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-close {
    background-position: -32px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circle-check {
    background-position: -208px -192px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-enabled {
    position: relative;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-enabled:focus {
    outline: none;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button:hover {
    background: white;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button:active {
    opacity: 0.6;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button.previous {
    left: 10px;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button.next {
    right: 10px;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-prev-next-button .arrow {
    fill: #333;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window, .fr-window [class^="fr-"], .fr-overlay, .fr-overlay [class^="fr-"], .fr-spinner, .fr-spinner [class^="fr-"] {
    box-sizing: border-box;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-overlay {
    z-index: 99998;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window {
    z-index: 99999;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner {
    z-index: 100000;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-overlay-background {
    float: left;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-overlay-ui-fullclick .fr-overlay-background {
    background: #292929;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window.fr-mobile-touch, .fr-overlay.fr-mobile-touch {
    position: absolute;
    overflow: visible;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-measured {
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-page {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-hovering-clickable .fr-container {
    cursor: pointer;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-inside .fr-container {
    padding: 20px 20px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-inside.fr-no-sides .fr-container {
    padding: 20px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside .fr-container {
    padding: 20px 82px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside.fr-no-sides .fr-container {
    padding: 20px 48px;
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-inside .fr-container {
        padding: 12px 12px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 12px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-outside .fr-container {
        padding: 12px 72px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 12px 48px;
    }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-inside .fr-container {
        padding: 0px 0px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 0px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-outside .fr-container {
        padding: 0px 72px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 0px 48px;
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick .fr-container {
    padding: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick.fr-no-sides .fr-container {
    padding: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0px 62px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
    padding: 48px 0px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-overflow-y .fr-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-content, .fr-content-background {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-content-element {
    float: left;
    width: 100%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-content-background {
    background: #101010;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #efefef;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    line-height: 1%;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-inside .fr-info-background {
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside .fr-info-background {
    background: #0d0d0d;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-content .fr-info {
    top: auto;
    bottom: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info-padder {
    display: block;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: auto;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-caption {
    width: auto;
    display: inline;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position {
    color: #b3b3b3;
    float: right;
    line-height: 21px;
    opacity: 0.99;
    position: relative;
    text-align: right;
    margin-left: 15px;
    white-space: nowrap;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position-outside, .fr-position-inside {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 12px;
    width: auto;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    display: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position-inside {
    border: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0d0d;
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position-text {
    color: #b3b3b3;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-position-outside .fr-position-text, .fr-position-inside .fr-position-text {
    float: left;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside .fr-position-outside {
    display: block;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside .fr-info .fr-position {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-inside.fr-no-caption .fr-position-inside {
    display: block;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info a, .fr-info a:hover {
    color: #ccc;
    border: 0;
    background: none;
    text-decoration: underline;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info a:hover {
    color: #eee;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside.fr-no-caption .fr-info {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-inside.fr-no-caption .fr-caption {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke-vertical {
    width: 1px;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke-horizontal {
    padding: 0 1px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke-right {
    left: auto;
    right: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke-bottom {
    top: auto;
    bottom: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-stroke-color {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info .fr-stroke-color {
    background: rgba(80, 80, 80, 0.3);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick .fr-stroke {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ui-fullclick .fr-content-background {
    box-shadow: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-info .fr-stroke-top {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 72px;
    margin: 0 9px;
    margin-top: -36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-previous {
    left: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-next {
    right: 0;
    left: auto;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-disabled {
    cursor: default;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-hidden {
    display: none !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-button {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-side-button-icon {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-side {
        width: 54px;
        height: 60px;
        margin: 0;
        margin-top: -30px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-side-button {
        width: 48px;
        height: 60px;
        margin: 0 3px;
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-close-background, .fr-close-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 26px;
    width: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-close-background {
    background-color: #000;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails {
    position: absolute;
    overflow: hidden;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-disabled .fr-thumbnails {
    display: none !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-horizontal .fr-thumbnails {
    width: 100%;
    height: 12%;
    min-height: 74px;
    max-height: 160px;
    bottom: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails {
    height: 100%;
    width: 10%;
    min-width: 74px;
    max-width: 160px;
    left: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails, .fr-thumbnails * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
    top: 50%;
    left: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    zoom: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-thumbs {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-frame {
    position: absolute;
    zoom: 1;
    overflow: hidden;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 50%;
    top: 50%;
    zoom: 1;
    cursor: pointer;
    margin: 0 10px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ltIE9 .fr-thumbnail * {
    overflow: hidden;
    z-index: 1;
    zoom: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-wrapper {
    position: relative;
    background: #161616;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    z-index: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-overlay {
    cursor: pointer;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-active .fr-thumbnail-overlay {
    cursor: default;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ltIE9 .fr-thumbnail-overlay-border {
    border-width: 0 !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail .fr-thumbnail-image {
    position: absolute;
    filter: alpha(opacity=85);
    opacity: .85;
    max-width: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
    filter: alpha(opacity=99);
    opacity: .99;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-active .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
    filter: alpha(opacity=35);
    opacity: .35;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-active {
    cursor: default;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-loading-background {
    background-color: #161616;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .8;
    position: relative;
    float: left;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-loading-icon {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-error .fr-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side {
    float: left;
    height: 100%;
    width: 28px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-previous {
    margin-left: 12px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-next {
    margin-right: 12px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-side {
    height: 28px;
    width: 100%;
    margin: 10px 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: .8;
    transition: background-color .2s ease-in;
    background-color: #333;
    cursor: pointer;
    border-radius: 4px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: #3b3b3b;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button-disabled * {
    cursor: default;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: #333;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-side-button-icon {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-side, .fr-thumbnails-vertical .fr-thumbnails-thumbs, .fr-thumbnails-vertical .fr-thumbnail-frame {
    clear: both;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-ui-fullclick .fr-thumbnails {
    background: #090909;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
    display: block !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
    display: block !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 12px 5px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 5px 12px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnails-measured .fr-thumbnails-thumbs {
    padding: 0 !important;
}

@media all and (min-height: 700px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 16px 8px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 8px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 16px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 16px;
    }
}

@media all and (min-height: 980px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 20px 10px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 10px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 20px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 20px;
    }
}

@media all and (min-width: 1200px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 8px 16px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 0 8px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 16px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1800px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 10px 20px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 10px 0;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 20px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-horizontal .fr-thumbnails {
        display: none !important;
    }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-thumbnails-vertical .fr-thumbnails {
        display: none !important;
    }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-page {
        min-width: 100%;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-page {
        min-height: 100%;
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-ui-fullclick .fr-side-next-outside, .fr-window-ui-fullclick .fr-side-previous-outside, .fr-window-ui-fullclick .fr-close-outside, .fr-window-ui-fullclick .fr-content .fr-side-next, .fr-window-ui-fullclick .fr-content .fr-side-previous, .fr-window-ui-fullclick .fr-content .fr-close, .fr-window-ui-fullclick .fr-content .fr-info, .fr-window-ui-outside .fr-side-next-fullclick, .fr-window-ui-outside .fr-side-previous-fullclick, .fr-window-ui-outside .fr-close-fullclick, .fr-window-ui-outside .fr-content .fr-side-next, .fr-window-ui-outside .fr-content .fr-side-previous, .fr-window-ui-outside .fr-content .fr-close, .fr-window-ui-outside .fr-content .fr-info, .fr-window-ui-inside .fr-page > .fr-info, .fr-window-ui-inside .fr-side-next-fullclick, .fr-window-ui-inside .fr-side-previous-fullclick, .fr-window-ui-inside .fr-close-fullclick, .fr-window-ui-inside .fr-side-next-outside, .fr-window-ui-inside .fr-side-previous-outside, .fr-window-ui-inside .fr-close-outside {
    display: none !important;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-toggle-ui {
    opacity: 0;
    transition: opacity .3s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui, .fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    transition: opacity .3s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    display: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner {
    position: fixed;
    width: 52px;
    height: 52px;
    background: #101010;
    background: rgba(16, 16, 16, 0.85);
    border-radius: 5px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div {
    position: absolute;
    top: 0;
    left: 0;
    height: 64%;
    width: 64%;
    margin-left: 18%;
    margin-top: 18%;
    opacity: 1;
    -webkit-animation: fresco-12 1.2s infinite ease-in-out;
    animation: fresco-12 1.2s infinite ease-in-out;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: -1px;
    background: #fff;
    box-shadow: 0 0 1px transparent;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-1 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-2 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-3 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-4 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-5 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-6 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-6 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-7 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-8 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-9 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-10 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-11 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-spinner div.fr-spin-12 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fresco-12 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 8px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
    animation: fr-thumbnail-spin 1.1s infinite linear;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-thumbnail-spinner-spin, .fr-thumbnail-spinner-spin:after {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-error {
    float: left;
    position: relative;
    background-color: #ca3434;
    width: 160px;
    height: 160px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-error-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-button-icon, .fr-window-skin-fresco .fr-close-icon, .fr-window-skin-fresco .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
    background-image: url("../vendors/fresco/fresco-skins/sprite.svg");
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-close-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
    background-image: url("../vendors/fresco/fresco-skins/sprite.png");
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-error-icon {
    background-position: -160px -126px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-content-background {
    background: #101010;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
    box-shadow: none;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-button-background {
    background-color: transparent;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: -13px -14px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -93px -14px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: -13px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -93px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -13px -214px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -93px -214px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
    opacity: .5;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
    opacity: .8;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
    opacity: .2;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
    background-image: none;
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
        background-position: 0px -300px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
        background-position: -48px -300px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
        background-position: 0px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
        background-position: -48px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
        background-position: 0px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
        background-position: 0px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
        background-position: 0px -420px;
    }

    /* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
    .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
        background-position: -48px -420px;
    }
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
    background-color: #363636;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
    background-color: #434343;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
    background-color: #131313;
    filter: alpha(opacity=80);
    opacity: .8;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
    background-color: #191919;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-close .fr-close-icon {
    background-position: -168px -8px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
    background-position: -210px -8px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
    background-position: -210px -8px;
    opacity: .8;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon, .fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.08);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
    border: 0px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -167px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -167px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -293px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -293px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
    transition: opacity .2s ease-in;
    opacity: .8;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -167px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -209px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
    opacity: 1;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -293px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -335px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
    opacity: .5;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -91px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
    filter: alpha(opacity=50);
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -49px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -91px;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity.lity-opened {
    opacity: 1;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity.lity-closed {
    opacity: 0;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-loading .lity-loader {
    opacity: 1;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-close:active {
    top: 1px;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* line 40, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.lity-hide {
    display: none;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPlayer:focus {
    outline: 0;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.YTPWrapper {
    display: block;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.inlinePlayButton, .mb_YTPBar .ytpicon {
    font-family: ytpregular;
}

@-webkit-keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.YTPFullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important;
    opacity: 1 !important;
    background-color: #000 !important;
    padding: 0 !important;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.inlinePlayButton {
    font-size: 45px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPlayer:hover .inlinePlayButton {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.inlinePlayButton:hover {
    background-color: #000;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mbYTP_wrapper iframe {
    max-width: 8000px !important;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.inline_YTPlayer img {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar, .mb_YTPBar .buttonBar {
    left: 0;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .ytpicon {
    font-size: 20px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display: block;
    height: 10px;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: #fff;
    opacity: .1;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar.visible, .mb_YTPBar:hover {
    opacity: 1;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .buttonBar {
    -webkit-transition: all .5s;
    transition: all .5s;
    background: 0 0;
    font: 12px/14px san-serif;
    position: absolute;
    top: -30px;
    height: 40px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_YTPTime {
    width: 130px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_YTPUrl img {
    width: 60px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_OnlyYT img {
    width: 25px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar span.mb_YTPUrl a {
    color: #fff;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
    cursor: pointer;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
    box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar.compact .simpleSlider {
    width: 40px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar.compact span.mb_OnlyYT {
    left: 260px;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .simpleSlider.muted {
    opacity: .3;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_vendors.scss */
.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%;
}

/*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/
/* line 10, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .flip.text-left {
    text-align: right;
}

/* line 14, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .flip.text-right {
    text-align: left;
}

/* line 18, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .list-unstyled {
    padding-right: 0;
    padding-left: initial;
}

/* line 23, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0;
}

/* line 30, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] dd {
    margin-right: 0;
    margin-left: initial;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] blockquote {
    border-right: 5px solid #eee;
    border-left: 0;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .blockquote-reverse, html[dir="rtl"] blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0;
    text-align: left;
}

/* line 49, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-xs-9, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-xs-12, html[dir="rtl"] .col-sm-12, html[dir="rtl"] .col-md-12, html[dir="rtl"] .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 56, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12 {
    float: right;
}

/* line 60, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-12 {
    width: 100%;
}

/* line 64, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-11 {
    width: 91.66666667%;
}

/* line 68, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-10 {
    width: 83.33333333%;
}

/* line 72, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-9 {
    width: 75%;
}

/* line 76, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-8 {
    width: 66.66666667%;
}

/* line 80, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-7 {
    width: 58.33333333%;
}

/* line 84, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-6 {
    width: 50%;
}

/* line 88, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-5 {
    width: 41.66666667%;
}

/* line 92, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-4 {
    width: 33.33333333%;
}

/* line 96, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-3 {
    width: 25%;
}

/* line 100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-2 {
    width: 16.66666667%;
}

/* line 104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-1 {
    width: 8.33333333%;
}

/* line 108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-12 {
    left: 100%;
    right: auto;
}

/* line 113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto;
}

/* line 118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto;
}

/* line 123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-9 {
    left: 75%;
    right: auto;
}

/* line 128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto;
}

/* line 133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto;
}

/* line 138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-6 {
    left: 50%;
    right: auto;
}

/* line 143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto;
}

/* line 148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto;
}

/* line 153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-3 {
    left: 25%;
    right: auto;
}

/* line 158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto;
}

/* line 163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto;
}

/* line 168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-pull-0 {
    left: auto;
    right: auto;
}

/* line 173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-12 {
    right: 100%;
    left: 0;
}

/* line 178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-11 {
    right: 91.66666667%;
    left: 0;
}

/* line 183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-10 {
    right: 83.33333333%;
    left: 0;
}

/* line 188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-9 {
    right: 75%;
    left: 0;
}

/* line 193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-8 {
    right: 66.66666667%;
    left: 0;
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-7 {
    right: 58.33333333%;
    left: 0;
}

/* line 203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-6 {
    right: 50%;
    left: 0;
}

/* line 208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-5 {
    right: 41.66666667%;
    left: 0;
}

/* line 213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-4 {
    right: 33.33333333%;
    left: 0;
}

/* line 218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-3 {
    right: 25%;
    left: 0;
}

/* line 223, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-2 {
    right: 16.66666667%;
    left: 0;
}

/* line 228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-1 {
    right: 8.33333333%;
    left: 0;
}

/* line 233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-push-0 {
    right: auto;
    left: 0;
}

/* line 238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}

/* line 243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}

/* line 248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}

/* line 253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

/* line 258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}

/* line 263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}

/* line 268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

/* line 273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}

/* line 278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}

/* line 283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

/* line 288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}

/* line 293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

/* line 298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0;
}

/* line 303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] caption {
    text-align: right;
}

/* line 307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] th {
    text-align: right;
}

/* line 311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .radio label, html[dir="rtl"] .checkbox label {
    padding-right: 20px;
    padding-left: initial;
}

/* line 316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .radio input[type=radio], html[dir="rtl"] .radio-inline input[type=radio], html[dir="rtl"] .checkbox input[type=checkbox], html[dir="rtl"] .checkbox-inline input[type=checkbox] {
    margin-right: -20px;
    margin-left: auto;
}

/* line 321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .radio-inline, html[dir="rtl"] .checkbox-inline {
    padding-right: 20px;
    padding-left: 0;
}

/* line 326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .radio-inline + .radio-inline, html[dir="rtl"] .checkbox-inline + .checkbox-inline {
    margin-right: 10px;
    margin-left: 0;
}

/* line 331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px;
}

/* line 336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .form-control-feedback {
    left: 0;
    right: auto;
}

/* line 341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto;
}

/* line 346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .caret {
    margin-right: 2px;
    margin-left: 0;
}

/* line 351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .dropdown-menu {
    /* right: 0; */
    left: auto;
    float: left;
    text-align: right;
}

/* line 358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right;
}

/* line 364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .dropdown-menu-right {
    left: auto;
    right: 0;
}

/* line 369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .dropdown-menu-left {
    left: 0;
    right: auto;
}

/* line 375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn, html[dir="rtl"] .btn-group-vertical > .btn {
    float: right;
}

/* line 379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group .btn + .btn, html[dir="rtl"] .btn-group .btn + .btn-group, html[dir="rtl"] .btn-group .btn-group + .btn, html[dir="rtl"] .btn-group .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0;
}

/* line 384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-toolbar {
    margin-right: -5px;
    margin-left: 0;
}

/* line 389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-toolbar .btn-group, html[dir="rtl"] .btn-toolbar .input-group {
    float: right;
}

/* line 393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-toolbar > .btn, html[dir="rtl"] .btn-toolbar > .btn-group, html[dir="rtl"] .btn-toolbar > .input-group {
    margin-right: 5px;
    margin-left: 0;
}

/* line 398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn:first-child {
    margin-right: 0;
}

/* line 402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn:last-child:not(:first-child), html[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn-group {
    float: right;
}

/* line 420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group.btn-group-justified > .btn, html[dir="rtl"] .btn-group.btn-group-justified > .btn-group {
    float: none;
}

/* line 424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* line 428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn-group:first-child > .btn:last-child, html[dir="rtl"] .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn .caret {
    margin-right: 0;
}

/* line 446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .btn-group-vertical > .btn + .btn, html[dir="rtl"] .btn-group-vertical > .btn + .btn-group, html[dir="rtl"] .btn-group-vertical > .btn-group + .btn, html[dir="rtl"] .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-right: 0;
}

/* line 451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group .form-control {
    float: right;
}

/* line 455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group .form-control:first-child, html[dir="rtl"] .input-group-addon:first-child, html[dir="rtl"] .input-group-btn:first-child > .btn, html[dir="rtl"] .input-group-btn:first-child > .btn-group > .btn, html[dir="rtl"] .input-group-btn:first-child > .dropdown-toggle, html[dir="rtl"] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), html[dir="rtl"] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid;
}

/* line 467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group .form-control:last-child, html[dir="rtl"] .input-group-addon:last-child, html[dir="rtl"] .input-group-btn:last-child > .btn, html[dir="rtl"] .input-group-btn:last-child > .btn-group > .btn, html[dir="rtl"] .input-group-btn:last-child > .dropdown-toggle, html[dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child), html[dir="rtl"] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0;
}

/* line 480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group-btn > .btn + .btn {
    margin-right: -1px;
    margin-left: auto;
}

/* line 485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group-btn:first-child > .btn, html[dir="rtl"] .input-group-btn:first-child > .btn-group {
    margin-left: -1px;
    margin-right: auto;
}

/* line 490, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .input-group-btn:last-child > .btn, html[dir="rtl"] .input-group-btn:last-child > .btn-group {
    margin-right: -1px;
    margin-left: auto;
}

/* line 495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav {
    padding-right: 0;
    padding-left: initial;
}

/* line 500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-tabs > li {
    float: right;
}

/* line 504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-tabs > li > a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0;
}

/* line 510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-pills > li {
    float: right;
}

/* line 514, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-pills > li > a {
    border-radius: 4px;
}

/* line 518, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-pills > li + li {
    margin-right: 2px;
    margin-left: auto;
}

/* line 523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-stacked > li {
    float: none;
}

/* line 527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-stacked > li + li {
    margin-right: 0;
    margin-left: auto;
}

/* line 532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
    right: auto;
}

/* line 536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-tabs-justified > li > a {
    margin-left: 0;
    margin-right: auto;
}

/* line 541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

/* line 546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .navbar-brand {
    float: right;
}

/* line 550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto;
}

/* line 556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pagination {
    padding-right: 0;
}

/* line 560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pagination > li > a, html[dir="rtl"] .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0;
}

/* line 566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pagination > li:first-child > a, html[dir="rtl"] .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 574, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pagination > li:last-child > a, html[dir="rtl"] .pagination > li:last-child > span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pager {
    padding-right: 0;
    padding-left: initial;
}

/* line 587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pager .next > a, html[dir="rtl"] .pager .next > span {
    float: left;
}

/* line 591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pager .previous > a, html[dir="rtl"] .pager .previous > span {
    float: right;
}

/* line 595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .nav-pills > li > a > .badge {
    margin-left: 0;
    margin-right: 3px;
}

/* line 600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .list-group-item > .badge {
    float: left;
}

/* line 604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .list-group-item > .badge + .badge {
    margin-left: 5px;
    margin-right: auto;
}

/* line 609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .alert-dismissable, html[dir="rtl"] .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px;
}

/* line 614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .progress-bar {
    float: right;
}

/* line 618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media > .pull-left {
    margin-right: 10px;
}

/* line 622, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media > .pull-left.flip {
    margin-right: 0;
    margin-left: 10px;
}

/* line 627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media > .pull-right {
    margin-left: 10px;
}

/* line 631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media > .pull-right.flip {
    margin-left: 0;
    margin-right: 10px;
}

/* line 636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media-right, html[dir="rtl"] .media > .pull-right {
    padding-right: 10px;
    padding-left: initial;
}

/* line 641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media-left, html[dir="rtl"] .media > .pull-left {
    padding-left: 10px;
    padding-right: initial;
}

/* line 646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none;
}

/* line 652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .list-group {
    padding-right: 0;
    padding-left: initial;
}

/* line 657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, html[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, html[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, html[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
}

/* line 662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, html[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, html[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, html[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, html[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}

/* line 667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, html[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, html[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, html[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}

/* line 672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, html[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, html[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, html[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, html[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
}

/* line 677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table-bordered > thead > tr > th:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, html[dir="rtl"] .panel > .table-bordered > tbody > tr > th:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, html[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, html[dir="rtl"] .panel > .table-bordered > thead > tr > td:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, html[dir="rtl"] .panel > .table-bordered > tbody > tr > td:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, html[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:first-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: none;
}

/* line 682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, html[dir="rtl"] .panel > .table-bordered > tbody > tr > th:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, html[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, html[dir="rtl"] .panel > .table-bordered > thead > tr > td:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, html[dir="rtl"] .panel > .table-bordered > tbody > tr > td:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, html[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child, html[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: none;
    border-left: 0;
}

/* line 687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .embed-responsive .embed-responsive-item, html[dir="rtl"] .embed-responsive iframe, html[dir="rtl"] .embed-responsive embed, html[dir="rtl"] .embed-responsive object {
    right: 0;
    left: auto;
}

/* line 692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .close {
    float: left;
}

/* line 696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .modal-footer {
    text-align: left;
}

/* line 700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .modal-footer.flip {
    text-align: right;
}

/* line 704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .modal-footer .btn + .btn {
    margin-left: auto;
    margin-right: 5px;
}

/* line 709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .modal-footer .btn-group .btn + .btn {
    margin-right: -1px;
    margin-left: auto;
}

/* line 714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .modal-footer .btn-block + .btn-block {
    margin-right: 0;
    margin-left: auto;
}

/* line 719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .popover {
    left: auto;
    text-align: right;
}

/* line 724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .popover.top > .arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto;
}

/* line 731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .popover.top > .arrow:after {
    margin-right: -10px;
    margin-left: auto;
}

/* line 736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .popover.bottom > .arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto;
}

/* line 743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .popover.bottom > .arrow:after {
    margin-right: -10px;
    margin-left: auto;
}

/* line 748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-control {
    right: 0;
    bottom: 0;
}

/* line 753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-control .icon-prev, html[dir="rtl"] .carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px;
}

/* line 779, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-control .icon-next, html[dir="rtl"] .carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px;
}

/* line 785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
}

/* line 793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pull-right.flip {
    float: left !important;
}

/* line 797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
html[dir="rtl"] .pull-left.flip {
    float: right !important;
}

@media (min-width: 992px) {
    /* line 805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-md-12 {
        float: right;
    }

    /* line 809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-12 {
        width: 100%;
    }

    /* line 813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-11 {
        width: 91.66666667%;
    }

    /* line 817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-10 {
        width: 83.33333333%;
    }

    /* line 821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-9 {
        width: 75%;
    }

    /* line 825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-8 {
        width: 66.66666667%;
    }

    /* line 829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-7 {
        width: 58.33333333%;
    }

    /* line 833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-6 {
        width: 50%;
    }

    /* line 837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-5 {
        width: 41.66666667%;
    }

    /* line 841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-4 {
        width: 33.33333333%;
    }

    /* line 845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-3 {
        width: 25%;
    }

    /* line 849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-2 {
        width: 16.66666667%;
    }

    /* line 853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-1 {
        width: 8.33333333%;
    }

    /* line 857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-12 {
        left: 100%;
        right: auto;
    }

    /* line 862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    /* line 867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    /* line 872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-9 {
        left: 75%;
        right: auto;
    }

    /* line 877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    /* line 882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    /* line 887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-6 {
        left: 50%;
        right: auto;
    }

    /* line 892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    /* line 897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    /* line 902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-3 {
        left: 25%;
        right: auto;
    }

    /* line 907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    /* line 912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    /* line 917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-pull-0 {
        left: auto;
        right: auto;
    }

    /* line 922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-12 {
        right: 100%;
        left: 0;
    }

    /* line 927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    /* line 932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    /* line 937, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-9 {
        right: 75%;
        left: 0;
    }

    /* line 942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    /* line 947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    /* line 952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-6 {
        right: 50%;
        left: 0;
    }

    /* line 957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    /* line 962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    /* line 967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-3 {
        right: 25%;
        left: 0;
    }

    /* line 972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    /* line 977, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    /* line 982, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-push-0 {
        right: auto;
        left: 0;
    }

    /* line 987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    /* line 992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    /* line 997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    /* line 1002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    /* line 1007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    /* line 1012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    /* line 1017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    /* line 1022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    /* line 1027, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    /* line 1032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    /* line 1037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    /* line 1042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    /* line 1047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-md-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    /* line 1057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-lg-12 {
        float: right;
    }

    /* line 1061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-12 {
        width: 100%;
    }

    /* line 1065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-11 {
        width: 91.66666667%;
    }

    /* line 1069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-10 {
        width: 83.33333333%;
    }

    /* line 1073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-9 {
        width: 75%;
    }

    /* line 1077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-8 {
        width: 66.66666667%;
    }

    /* line 1081, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-7 {
        width: 58.33333333%;
    }

    /* line 1085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-6 {
        width: 50%;
    }

    /* line 1089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-5 {
        width: 41.66666667%;
    }

    /* line 1093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-4 {
        width: 33.33333333%;
    }

    /* line 1097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-3 {
        width: 25%;
    }

    /* line 1101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-2 {
        width: 16.66666667%;
    }

    /* line 1105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-1 {
        width: 8.33333333%;
    }

    /* line 1109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-12 {
        left: 100%;
        right: auto;
    }

    /* line 1114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    /* line 1119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    /* line 1124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-9 {
        left: 75%;
        right: auto;
    }

    /* line 1128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    /* line 1133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    /* line 1138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    /* line 1143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-6 {
        left: 50%;
        right: auto;
    }

    /* line 1148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    /* line 1153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    /* line 1158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-3 {
        left: 25%;
        right: auto;
    }

    /* line 1163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    /* line 1168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    /* line 1173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-pull-0 {
        left: auto;
        right: auto;
    }

    /* line 1178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-12 {
        right: 100%;
        left: 0;
    }

    /* line 1183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    /* line 1188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    /* line 1193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-9 {
        right: 75%;
        left: 0;
    }

    /* line 1198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    /* line 1203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    /* line 1208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-6 {
        right: 50%;
        left: 0;
    }

    /* line 1213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    /* line 1218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    /* line 1223, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-3 {
        right: 25%;
        left: 0;
    }

    /* line 1228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    /* line 1233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    /* line 1238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-push-0 {
        right: auto;
        left: 0;
    }

    /* line 1243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    /* line 1248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    /* line 1253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    /* line 1258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    /* line 1263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    /* line 1268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    /* line 1273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    /* line 1278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    /* line 1283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    /* line 1288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    /* line 1293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    /* line 1298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    /* line 1303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-lg-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 1312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .table-responsive > .table-bordered {
        border: 0;
    }

    /* line 1316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .table-responsive > .table-bordered > thead > tr > th:first-child, html[dir="rtl"] .table-responsive > .table-bordered > tbody > tr > th:first-child, html[dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > th:first-child, html[dir="rtl"] .table-responsive > .table-bordered > thead > tr > td:first-child, html[dir="rtl"] .table-responsive > .table-bordered > tbody > tr > td:first-child, html[dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-right: 0;
        border-left: initial;
    }

    /* line 1321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .table-responsive > .table-bordered > thead > tr > th:last-child, html[dir="rtl"] .table-responsive > .table-bordered > tbody > tr > th:last-child, html[dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > th:last-child, html[dir="rtl"] .table-responsive > .table-bordered > thead > tr > td:last-child, html[dir="rtl"] .table-responsive > .table-bordered > tbody > tr > td:last-child, html[dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-left: 0;
        border-right: initial;
    }
}

@media (min-width: 768px) {
    /* line 1331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left;
    }

    /* line 1337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0;
    }

    /* line 1342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12 {
        float: right;
    }

    /* line 1346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-12 {
        width: 100%;
    }

    /* line 1350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-11 {
        width: 91.66666667%;
    }

    /* line 1354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-10 {
        width: 83.33333333%;
    }

    /* line 1358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-9 {
        width: 75%;
    }

    /* line 1362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-8 {
        width: 66.66666667%;
    }

    /* line 1366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-7 {
        width: 58.33333333%;
    }

    /* line 1371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-5 {
        width: 41.66666667%;
    }

    /* line 1375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-4 {
        width: 33.33333333%;
    }

    /* line 1379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-3 {
        width: 25%;
    }

    /* line 1383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-2 {
        width: 16.66666667%;
    }

    /* line 1387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-1 {
        width: 8.33333333%;
    }

    /* line 1391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-12 {
        left: 100%;
        right: auto;
    }

    /* line 1396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    /* line 1401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    /* line 1406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-9 {
        left: 75%;
        right: auto;
    }

    /* line 1411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    /* line 1416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    /* line 1421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-6 {
        left: 50%;
        right: auto;
    }

    /* line 1426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    /* line 1431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    /* line 1436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-3 {
        left: 25%;
        right: auto;
    }

    /* line 1441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    /* line 1446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    /* line 1451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-pull-0 {
        left: auto;
        right: auto;
    }

    /* line 1456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-12 {
        right: 100%;
        left: 0;
    }

    /* line 1461, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    /* line 1466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    /* line 1471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-9 {
        right: 75%;
        left: 0;
    }

    /* line 1476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    /* line 1481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    /* line 1486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-6 {
        right: 50%;
        left: 0;
    }

    /* line 1491, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    /* line 1496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    /* line 1501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-3 {
        right: 25%;
        left: 0;
    }

    /* line 1506, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    /* line 1511, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    /* line 1516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-push-0 {
        right: auto;
        left: 0;
    }

    /* line 1521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    /* line 1526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    /* line 1531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    /* line 1536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    /* line 1541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    /* line 1546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    /* line 1551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    /* line 1556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    /* line 1561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    /* line 1566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    /* line 1571, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    /* line 1576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    /* line 1581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .col-sm-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }

    /* line 1586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .form-inline label {
        padding-right: 0;
        padding-left: initial;
    }

    /* line 1591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .form-inline .radio input[type=radio], html[dir="rtl"] .form-inline .checkbox input[type=checkbox] {
        margin-right: 0;
        margin-left: auto;
    }

    /* line 1596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .form-horizontal .control-label {
        text-align: left;
    }

    /* line 1600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    /* line 1605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }

    /* line 1610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .nav-tabs-justified > li > a {
        border-radius: 4px 4px 0 0;
    }

    /* line 1614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-header {
        float: right;
    }

    /* line 1618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar > .container .navbar-brand, html[dir="rtl"] .navbar > .container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto;
    }

    /* line 1623, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-nav .open .dropdown-menu > li > a, html[dir="rtl"] .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }

    /* line 1627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-nav {
        float: right;
    }

    /* line 1631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-nav > li {
        float: right;
    }

    /* line 1635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-left.flip {
        float: right !important;
    }

    /* line 1639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto;
    }

    /* line 1644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-right.flip {
        float: left !important;
        margin-left: -15px;
        margin-right: auto;
    }

    /* line 1650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    /* line 1655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-text {
        float: right;
    }

    /* line 1659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto;
    }

    /* line 1664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .carousel-control .glyphicon-chevron-left, html[dir="rtl"] .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px;
    }

    /* line 1669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .carousel-control .glyphicon-chevron-right, html[dir="rtl"] .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px;
    }

    /* line 1674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_bootstrap-rtl.min.scss */
    html[dir="rtl"] .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

/*
 * Name:        Ave - Main styles
 * Written by: 	LiquidThemes
 * Version:			1.6
*/
/*----------------------------------------
 [ TABLE OF CONTENTS ]

 1. BASE
		|- 1.1. Base
		|- 1.2. Header
		|- 1.3. Footer
		|- 1.4. Titlebar

	2. PAGE LAYOUTS
		|- 2.1. Header Side
		|- 2.2. Sidebar
		|- 2.3. Stack

	3. LIQUID SHORTCODES
		|- 3.1. Buttons
		|- 3.2. Social Icons
		|- 3.3. Accordions
		|- 3.4. Icon Boxes
		|- 3.5. Tabs
		|- 3.6. Subscribe Forms
		|- 3.7. Contact Forms
		|- 3.8. Fancy Titles
		|- 3.9. Pricing Tables
		|- 3.10. Testimonials
		|- 3.11. Carousel
		|- 3.12. Carousel Vertical 3d
		|- 3.13. Latest Posts
		|- 3.14. Filter Lists
		|- 3.15. Fancy Boxes
		|- 3.16. Counter
		|- 3.17. Liquid Forms
		|- 3.18. jQuery UI
		|- 3.19. Reservation Form
		|- 3.20. Tour Form
		|- 3.21. Progressbar
		|- 3.22. Milestone
		|- 3.24. Instagram Feed
		|- 3.25. Twitter Feed
		|- 3.26. Banner
		|- 3.27. Image Groups
		|- 3.28. Pagination
		|- 3.29. Blog Grid
		|- 3.31. Masonry
		|- 3.32. Parallax
		|- 3.33. Team Members
		|- 3.34. Portfolios
		|- 3.35. Blog
		|- 3.36. Particles
		|- 3.37. Carousel Laptop
		|- 3.38. Liquid Fancy Heading
		|- 3.39. Row Overlay
		|- 3.40. Maps
		|- 3.41. Custom Animations
		|- 3.42. Masked Image
		|- 3.43. Slideshow BG
		|- 3.44. Custom Menu
		|- 3.45. Shop Banner
		|- 3.46. Carousel Phone
		|- 3.47. Media
		|- 3.48. Modal
		|- 3.49. Before After
		|- 3.50. Process Box
		|- 3.52. Message
		|- 3.53. Flipbox
		|- 3.54. Iconbox Circle
		|- 3.55. Row Separator
		|- 3.56. Roadmap
		|- 3.57. Countdown
		|- 3.58. breadcrumbs
		|- 3.59. Bullet List
		|- 3.60. Video BG
		|- 3.61. Frickin Image
		|- 3.62. Promo
		|- 3.63. Back to Top
		|- 3.64. Separator
		|- 3.65. Restaurant Menu

	4. VC SHORTCODES
		|- 4.1. Single image
		|- 4.2. Columns
		|- 4.3. Rows
		|- 4.4. Text Block

	6. PARTIALS
		|- 6.1. Search Results
		|- 6.2. 404 Not Found
		|- 6.3. Sidebar
		|- 6.4. Page Frame

	7. RESPONSIVE
		|- 7.1. Header
		|- 7.2. Elements

 ----------------------------------------

 [ TYPOGRAPHY ]

 $font-primary:		'Glacial Indifferenc', 'Open Sans', sans-serif;
 $font-size: 			16px;
 $line-height: 		30px;
 $font-color: 		#808291;

 [ COLORS ]
 $color-primary: #3ed2a7;
 $color-secondary: #ffb09f;

-----------------------------------------*/
/*
  1. BASE
*/
/* 1.1. Base */
/* line 119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
html, body {
    max-width: 100vw;
}

/* line 123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
html {
    font-size: 100%;
    overflow-x: hidden;
}

/* line 127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-sentinel {
    left: 0 !important;
    right: 0 !important;
}

/* line 131, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-none {
    display: none !important;
}

/* line 134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-9 {
    position: relative;
    z-index: 9;
}

/* line 138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.strong6 {
    font-weight: 600 !important;
}

/* line 141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ligher-bg {
    background-color: var(--color-lighter);
}

/* line 144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ligher-bg-09 {
    background-color: rgba(249, 248, 245, 0.9);
}

/* line 147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-15 {
    padding: 15px !important;
}

/*
	Base Styles
*/
/* line 153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#wrap,
#content {
    position: relative;
}

/* line 157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wrap-text {
    white-space: inherit !important;
}

/* line 161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#content {
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
}

/* line 169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#content:before, #content:after {
    content: '';
    display: table;
}

/* line 173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#content:after {
    clear: both;
}

/* line 177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
iframe {
    max-width: 100%;
    border: none;
}

/* line 182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
audio {
    width: 100%;
}

/* line 186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.archive #content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* line 190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.blog #content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* line 194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.blog .main-sidebar {
    margin-top: 0 !important;
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a {
    text-decoration: none;
    color: var(--color-link);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a:hover {
    color: var(--color-link-hover);
}

/* line 207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a:hover, a:focus {
    text-decoration: none;
}

/* line 211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
img {
    max-width: 100%;
    height: auto;
}

/* line 216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
textarea {
    resize: vertical;
}

/* line 220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
dd {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* line 226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table {
    border: 1px solid #dedede;
}

/* line 229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table tr {
    border-bottom: 1px solid #dedede;
}

/* line 232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table th,
table td {
    padding: 0.45em 1em;
}

/* line 236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table tbody th,
table tbody td,
table thead th {
    border-right: 1px solid #dedede;
}

/* line 241, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table.wp-block-table {
    border-color: #dedede;
}

/* line 244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table.wp-block-table tr,
table.wp-block-table td,
table.wp-block-table th {
    border-color: inherit;
}

/* line 249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
table.wp-block-table th,
table.wp-block-table td {
    padding: 0.45em 1em;
}

/* line 254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
pre {
    margin-bottom: 1.5em;
}

/* line 258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
blockquote {
    display: block;
    padding: 0;
    margin-bottom: 2.5em;
    border: 0;
    font-style: italic;
}

/* line 265, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
blockquote.wp-block-quote.is-large {
    padding-left: 0;
    padding-right: 0;
}

/* line 270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote__citation, .wp-block-quote__citation, cite {
    display: block;
    position: relative;
    padding-top: 2.0833333333em;
    margin-top: 1em;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-style: normal;
}

/* line 280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote__citation:before,
.wp-block-quote__citation:before,
cite:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a7a9b8;
}

/* line 292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-quote.is-large .wp-block-pullquote__citation,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite {
    text-align: inherit;
    font-size: 12px;
}

/* line 299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-quote.aligncenter cite:before,
.wp-block-quote.aligncenter .wp-block-quote__citation:before {
    left: 50%;
    margin-left: -15px;
}

/* line 305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-quote.alignright cite:before,
.wp-block-quote.alignright .wp-block-quote__citation:before {
    left: auto;
    right: 0;
}

/* line 311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote,
.wp-block-quote {
    margin-bottom: 32px;
}

/* line 315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote blockquote,
.wp-block-quote blockquote {
    margin-bottom: 0;
}

/* line 320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote cite:before,
.wp-block-pullquote .wp-block-pullquote__citation:before {
    left: 50%;
    margin-left: -15px;
}

/* line 326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wp-block-pullquote.is-style-solid-color cite:before,
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before {
    left: 0;
    margin-left: 0;
}

/* line 332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
figcaption {
    margin: 1.3em auto;
    color: #808291;
    font-style: italic;
}

/* line 338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fp-sr-only,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal !important;
}

/* line 350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.split-inner {
    display: inline-block;
}

/*
	Typography
*/
/* line 357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
p {
    margin-bottom: 1.3em;
}

/* line 361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Roboto', sans-serif;
    margin: 1.25em 0 0.75em;
    font-weight: 500;
    line-height: 1.2;
    color: #181b31;
}

/* line 374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h1, .h1 {
    margin-top: 0;
    font-size: 52px;
}

/* line 379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h2, .h2 {
    font-size: 40px;
}

/* line 383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h3, .h3 {
    font-size: 32px;
}

/* line 387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h4, .h4 {
    font-size: 25px;
}

/* line 391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h5, .h5 {
    font-size: 21px;
}

/* line 395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
h6, .h6 {
    font-size: 18px;
}

/* line 399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
small,
.font_small {
    font-size: 0.667em;
}

/* line 404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lazyload {
    opacity: 0.0001;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

/* line 409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lazyload.loaded {
    opacity: 1;
}

/* line 413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-img-holder {
    display: block;
    position: relative;
    background-color: var(--color-img-holder);
}

/* line 418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-img-holder > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    image-rendering: auto;
}

/* line 428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-bg-spacer,
.lqd-sticky-bg-wrap,
.lqd-sticky-bg {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-size: inherit;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: inherit;
}

/* line 440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-bg-wrap {
    overflow: hidden;
}

/* line 443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-shrink-borders=true] .lqd-sticky-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

/* line 451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky {
    top: 0;
}

/* line 454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky:not(.vc_row) {
    position: -webkit-sticky !important;
    position: sticky !important;
}

/* line 458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky-wrap .lqd-css-sticky.vc_row {
    position: -webkit-sticky !important;
    position: sticky !important;
}

/* line 462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky-wrap .lqd-css-sticky.vc_row[data-parallax] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* line 467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky-wrap,
.lqd-css-sticky-wrap-inner {
    width: 100%;
}

/* line 472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-css-sticky-wrap-inner {
    height: 200%;
    top: 0;
    left: 0;
}

/* line 478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-borders-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}

/* line 487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-borders-wrap.sticky-applied {
    opacity: 1;
    visibility: visible;
}

/* line 492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border-sentinel {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1px;
    z-index: -1;
}

/* line 500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

/* line 507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border[data-axis=x] {
    width: 4.69vw;
    height: 100%;
}

/* line 511, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border[data-axis=y] {
    width: 100%;
    height: 4.69vw;
}

/* line 516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border-top {
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

/* line 521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border-right {
    left: auto;
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/* line 535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-section-border-left {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.scrollmagic-pin-spacer > .wpb_column {
    width: 100%;
}

/* 1.2. Header */
/* line 545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* line 552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* line 556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .no-gutters > .col,
.main-header .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* line 561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .col, .main-header .col-auto, .main-header .col-lg-1, .main-header .col-lg-2, .main-header .col-lg-3, .main-header .col-lg-4, .main-header .col-lg-5, .main-header .col-lg-6, .main-header .col-lg-7, .main-header .col-lg-8, .main-header .col-lg-9, .main-header .col-lg-10, .main-header .col-lg-11, .main-header .col-lg-12, .main-header .col-lg, .main-header .col-lg-auto, .main-header .col-xl-1, .main-header .col-xl-2, .main-header .col-xl-3, .main-header .col-xl-4, .main-header .col-xl-5, .main-header .col-xl-6, .main-header .col-xl-7, .main-header .col-xl-8, .main-header .col-xl-9, .main-header .col-xl-10, .main-header .col-xl-11, .main-header .col-xl-12, .main-header .col-xl, .main-header .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* line 568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

/* line 574, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

@media (min-width: 1200px) {
    /* line 582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .container {
        max-width: 1460px;
        width: 100%;
    }

    /* line 586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .for-mob {
        display: none !important;
    }
}

@media (min-width: 992px) {
    /* line 592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .d-lg-none {
        display: none !important;
    }

    /* line 595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    /* line 600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    /* line 605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    /* line 618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    /* line 641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    /* line 646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    /* line 656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    /* line 661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    /* line 671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    /* line 676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    /* line 686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    /* line 691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    /* line 700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    /* line 704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    /* line 708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    /* line 712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    /* line 716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    /* line 720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    /* line 724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    /* line 728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    /* line 732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    /* line 736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    /* line 740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    /* line 744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    /* line 748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-0 {
        margin-left: 0;
    }

    /* line 751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-1 {
        margin-left: 8.333333%;
    }

    /* line 754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-2 {
        margin-left: 16.666667%;
    }

    /* line 757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-3 {
        margin-left: 25%;
    }

    /* line 760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-4 {
        margin-left: 33.333333%;
    }

    /* line 763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-5 {
        margin-left: 41.666667%;
    }

    /* line 766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-6 {
        margin-left: 50%;
    }

    /* line 769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-7 {
        margin-left: 58.333333%;
    }

    /* line 772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-8 {
        margin-left: 66.666667%;
    }

    /* line 775, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-9 {
        margin-left: 75%;
    }

    /* line 778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-10 {
        margin-left: 83.333333%;
    }

    /* line 781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    /* line 786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .d-xl-none {
        display: none !important;
    }

    /* line 789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    /* line 794, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    /* line 799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 804, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    /* line 812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    /* line 818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    /* line 824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* line 830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    /* line 835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    /* line 840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* line 845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    /* line 850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    /* line 855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* line 860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    /* line 865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    /* line 870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* line 875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    /* line 880, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    /* line 885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* line 890, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    /* line 894, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    /* line 898, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    /* line 902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    /* line 906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    /* line 910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    /* line 914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    /* line 918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    /* line 922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    /* line 926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    /* line 930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    /* line 934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    /* line 938, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    /* line 942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-0 {
        margin-left: 0;
    }

    /* line 945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-1 {
        margin-left: 8.333333%;
    }

    /* line 948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-2 {
        margin-left: 16.666667%;
    }

    /* line 951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-3 {
        margin-left: 25%;
    }

    /* line 954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-4 {
        margin-left: 33.333333%;
    }

    /* line 957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-5 {
        margin-left: 41.666667%;
    }

    /* line 960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-6 {
        margin-left: 50%;
    }

    /* line 963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-7 {
        margin-left: 58.333333%;
    }

    /* line 966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-8 {
        margin-left: 66.666667%;
    }

    /* line 969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-9 {
        margin-left: 75%;
    }

    /* line 972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-10 {
        margin-left: 83.333333%;
    }

    /* line 975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    /* line 980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    /* line 993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}

@media (min-width: 1200px) {
    /* line 1001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 1006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 1011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    /* line 1014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    /* line 1017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}

/* line 1021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header {
    position: relative;
    z-index: 10;
}

/* line 1025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header .wpb_single_image {
    margin-bottom: 0;
}

/* line 1028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header P:empty {
    display: none;
}

/* line 1032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-header-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 1039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-main-header-default .mainbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-main-header-default .main-nav > li > a {
    color: #5a5b63;
}

/* line 1045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-main-header-default + .content {
    padding-top: 70px;
}

/* line 1049, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

/* line 1061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module ~ .header-module {
    margin-left: 25px;
}

/* line 1064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module p {
    margin-bottom: 0;
}

/* line 1067, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .btn + p {
    width: 100%;
    margin-top: 0.25em;
    text-align: center;
}

/* line 1072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-right .header-module {
    -webkit-box-align: end;
    align-items: flex-end;
}

/* line 1076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-left .header-module {
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 1080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center .header-module {
    -webkit-box-align: center;
    align-items: center;
}

/* line 1085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.module-title {
    font-size: 16px;
    margin: 1.5em 0;
}

/* line 1090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger {
    display: -webkit-box;
    display: flex;
    padding: 0;
    border: none;
    background: none;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 1107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger .txt,
.nav-trigger .bars,
.nav-trigger .bar {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
}

/* line 1119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger .bars {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}

/* line 1126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger .bar {
    background-color: #000;
}

/* line 1129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger .bar:before, .nav-trigger .bar:after {
    background-color: inherit;
}

/* line 1132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger .txt {
    display: inline-block;
    margin-left: 13px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

/* line 1140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bars {
    width: 25px;
    height: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* line 1148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar {
    width: 25px;
    height: 1px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* line 1158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar:first-child, .nav-trigger.style-1 .bar:last-child {
    width: 16px;
    opacity: 0;
    visibility: hidden;
}

/* line 1163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar:first-child {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

/* line 1167, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar:last-child {
    margin-bottom: 0;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

/* line 1172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* line 1180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-1 .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 1194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bars {
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar {
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar:first-child, .nav-trigger.style-mobile .bar:last-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* line 1221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar:last-child {
    margin-bottom: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

/* line 1226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.style-mobile .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 1251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.txt-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

/* line 1256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.txt-left .txt {
    margin-left: 0;
    margin-right: 13px;
}

/* line 1260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.fill-solid .bars {
    width: 42px;
    height: 40px;
    -webkit-transform: none;
    transform: none;
    background-color: rgba(255, 255, 255, 0.95);
}

/* line 1267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.rotate-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 1271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.scheme-light {
    color: #fff;
}

/* line 1274, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.scheme-light .bar {
    background-color: #fff;
}

/* line 1277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.scheme-light.fill-solid .bars {
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 1280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.collapsed .bars {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 1286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.collapsed .bar:first-child, .nav-trigger.collapsed .bar:last-child, .nav-trigger.collapsed .bar:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* line 1294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.collapsed .bar:first-child:before, .nav-trigger.collapsed .bar:first-child:after, .nav-trigger.collapsed .bar:last-child:before, .nav-trigger.collapsed .bar:last-child:after, .nav-trigger.collapsed .bar:nth-child(2):before, .nav-trigger.collapsed .bar:nth-child(2):after {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
}

/* line 1298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.collapsed.style-mobile .bar:first-child, .nav-trigger.collapsed.style-mobile .bar:last-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/* line 1302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger.collapsed.style-mobile .bar:nth-child(2) {
    width: 16px;
}

/* line 1305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.nav-trigger:focus {
    outline: none;
    box-shadow: none;
}

/* line 1310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-trigger {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

/* line 1321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-trigger-icon {
    font-size: 24px;
}

/* line 1325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-trigger-count {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-color: var(--color-primary);
    border-radius: 50em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

/* line 1342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    background-color: #fff;
    text-align: left;
}

/* line 1350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-dropdown.left {
    right: auto;
    left: 0;
}

/* line 1355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-cart .ld-module-dropdown {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85vh;
}

/* line 1361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-contents {
    width: 400px;
    height: 100%;
    padding: 25px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}

/* line 1368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-contents .empty h3 {
    font-size: 22px;
}

/* line 1372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-contents .empty,
.ld-cart-foot,
.ld-cart-head,
.ld-cart-product {
    padding-left: 35px;
    padding-right: 35px;
}

/* line 1380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot,
.ld-cart-head {
    font-size: 12px;
}

/* line 1385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-head {
    margin-bottom: 20px;
}

/* line 1389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a.remove.ld-cart-product-remove {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    border-radius: 50em;
    position: absolute;
    top: -10px;
    left: 25px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #000 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 1410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a.remove.ld-cart-product-remove:before {
    content: '';
    display: inline-block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
}

/* line 1419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
a.remove.ld-cart-product-remove:hover {
    border-color: red;
    background-color: red;
    color: #fff !important;
}

/* line 1425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product {
    display: -webkit-box;
    display: flex;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.571em;
}

/* line 1442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product img {
    width: 65px;
    border-radius: 3px;
}

/* line 1446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product:hover .ld-cart-product-remove {
    opacity: 1;
    visibility: visible;
}

/* line 1451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 1459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-info a {
    display: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-box-flex: 1;
    flex: 1 auto;
    color: inherit;
}

/* line 1468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

/* line 1477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
figure + .ld-cart-product-details {
    margin-left: 15px;
}

/* line 1480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-details dl.variation {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 3px;
}

/* line 1488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-details dl.variation dd {
    margin: 0 0 0 5px;
}

/* line 1491, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-details dl.variation dd + dt {
    margin-left: 8px;
}

/* line 1495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-product-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 1505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot {
    margin-top: 5px;
    margin-bottom: 20px;
}

/* line 1509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn {
    font-weight: 700;
}

/* line 1512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn,
.ld-cart-foot .btn > span {
    width: 100%;
}

/* line 1516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn > span {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 1520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn-solid {
    background-color: #2A2A2A;
    border: none;
}

/* line 1524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn-solid:hover {
    background-color: var(--color-primary);
}

/* line 1527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn-solid + .btn {
    margin-left: 0;
    margin-top: 2em;
}

/* line 1531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-foot .btn-naked {
    color: #2A2A2A;
}

/* line 1535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-total {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* line 1548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-total-price {
    font-size: 20px;
    font-weight: 600;
}

/* line 1553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-cart-message {
    padding: 1em;
    background-color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.024em;
    color: #fff;
    text-align: center;
}

/* line 1564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-trigger-txt {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 1573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-trigger-txt i {
    margin-left: 0.35em;
}

/* line 1577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content {
    width: 210px;
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content a {
    display: inline-block;
    position: relative;
}

/* line 1586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 1591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content ul ul {
    margin-left: 0.3em;
}

/* line 1594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content li {
    position: relative;
}

/* line 1597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-content li:not(:last-child) a {
    margin-bottom: 0.625em;
}

/* line 1601, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-underlined li a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-dropdown-menu-underlined li a:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 1626, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-v-sep {
    display: -webkit-box;
    display: flex;
    width: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 auto;
    position: relative;
}

/* line 1639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-v-sep .ld-v-sep-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ededed;
}

/* line 1648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-search .ld-module-dropdown {
    right: -15px;
}

/* line 1651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-search .ld-module-dropdown.left {
    right: auto;
    left: -15px;
}

/* line 1656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form-container {
    background-color: #fff;
    width: 360px;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form {
    position: relative;
    line-height: 1;
}

/* line 1667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input {
    width: 100%;
    padding: 10px 20px 10px 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    letter-spacing: 0.025em;
}

/* line 1675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input::-webkit-input-placeholder {
    color: #a7a9b8;
}

/* line 1678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input::-moz-placeholder {
    color: #a7a9b8;
}

/* line 1681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input:-moz-placeholder {
    color: #a7a9b8;
}

/* line 1684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input:-ms-input-placeholder {
    color: #a7a9b8;
}

/* line 1687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form input:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 1691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-search-form .input-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b8beca;
}

/* line 1701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-search-visible-form .ld-search-form-container {
    padding: 0;
    background: none;
    border: none;
}

/* line 1706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-module-search-visible-form .ld-search-form input {
    background: none;
}

/* line 1710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox {
    margin-bottom: 0;
    -webkit-box-align: center !important;
    align-items: center !important;
}

/* line 1715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox .iconbox-icon-wrap {
    margin-right: 0;
}

/* line 1718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox .iconbox-icon-container {
    margin-right: 15px;
}

/* line 1721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox h3 {
    margin-bottom: 0.25em;
}

/* line 1724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox h3:last-child {
    margin-bottom: 0;
}

/* line 1727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox-inline h3 {
    -webkit-box-flex: 1;
    flex: auto;
}

/* line 1731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.header-module .iconbox-side .contents {
    -webkit-box-flex: 1;
    flex: auto;
}

/* line 1736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-lang-module img {
    width: 18px;
}

/* line 1739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-lang-module img + span {
    margin-left: 0.6em;
}

/* line 1743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand {
    display: -webkit-inline-box;
    display: inline-flex;
    height: auto;
    line-height: normal;
    float: none;
    -webkit-box-ordinal-group: 1;
    order: 0;
    flex-shrink: 0;
    -webkit-transition: none;
    transition: none;
}

/* line 1755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand img {
    -webkit-transition: opacity 0.3s, visibiliy 0.3s;
    transition: opacity 0.3s, visibiliy 0.3s;
}

/* line 1759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand .logo-sticky {
    display: none;
}

/* line 1762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand .logo-light,
.navbar-brand .logo-dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/* line 1770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand:hover .navbar-brand-hover {
    width: 100%;
}

/* line 1773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck .navbar-brand .logo-sticky {
    display: block;
}

/* line 1776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck .navbar-brand .logo-sticky ~ img {
    display: none;
}

/* line 1780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand-inner {
    display: inline-block;
    position: relative;
}

/* line 1785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand-hover {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

/* line 1799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-brand-hover img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

/* line 1806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/* line 1812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-header:before, .navbar-header:after {
    content: none;
}

/* line 1815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-header .navbar-toggle {
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-left: 20px;
}

/* line 1820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-header:only-child {
    -webkit-box-flex: 1;
    flex: 1 0;
}

/* line 1825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-collapse {
    -webkit-box-flex: 1;
    flex: 1 auto;
    padding: 0;
}

/* line 1830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-collapse .header-module {
    margin-bottom: 20px;
}

/* line 1833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-collapse .header-module:last-child {
    margin-bottom: 45px;
}

/* line 1837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.navbar-nav > li > a {
    line-height: normal;
}

/* line 1841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav {
    -webkit-box-flex: 1;
    flex: 1 auto;
    margin-left: auto;
    margin-right: auto;
}

/* line 1847, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav > li {
    position: relative;
}

/* line 1850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav > li,
.main-nav > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}

/* line 1858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav > li > a {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

/* line 1868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav > li > a:hover, .main-nav > li > a:focus {
    background-color: transparent;
}

/* line 1872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .link-txt {
    position: relative;
}

/* line 1875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .link-txt .txt {
    position: relative;
    z-index: 2;
}

/* line 1879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .link-ext {
    z-index: 0;
}

/* line 1882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav.justify-content-lg-end {
    margin-right: 0;
}

/* line 1885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav.justify-content-lg-start {
    margin-left: 0;
}

/* line 1889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.submenu-expander {
    display: none;
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 3;
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-left: 18px;
    border-radius: 3px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 1907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.submenu-expander:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* line 1910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page_item_has_children > a .submenu-expander, .menu-item-has-children > a .submenu-expander {
    display: -webkit-inline-box;
    display: inline-flex;
}

/*
	Submenu
*/
/* line 1918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children,
.nav-item-children {
    min-width: 232px;
    padding: 1.0625em 0;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
    visibility: hidden;
    font-size: 16px;
    line-height: 1.5em;
    list-style: none;
    text-align: left;
}

/* line 1934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children > li,
.nav-item-children > li {
    position: relative;
    font-size: 1em;
    line-height: normal;
}

/* line 1940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children > li > a,
.nav-item-children > li > a {
    display: block;
    padding: 0.7em 2.5em;
    width: 100%;
    color: #797b86;
}

/* line 1947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children > li:hover > a,
.nav-item-children > li:hover > a {
    background-color: #e7eaee;
}

/* line 1951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children > li.active > a, .main-nav .children > li.current-menu-item > a, .main-nav .children > li:hover > a,
.nav-item-children > li.active > a,
.nav-item-children > li.current-menu-item > a,
.nav-item-children > li:hover > a {
    color: #181b31;
}

/* line 1957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children .children,
.main-nav .children .nav-item-children,
.nav-item-children .children,
.nav-item-children .nav-item-children {
    bottom: auto;
    top: 0;
    left: 100%;
}

/* line 1965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children .children.to-left,
.main-nav .children .nav-item-children.to-left,
.nav-item-children .children.to-left,
.nav-item-children .nav-item-children.to-left {
    right: 100%;
}

/* line 1971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children.to-left,
.nav-item-children.to-left {
    left: auto;
    right: 0;
}

/* line 1976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .children.to-left .children,
.main-nav .children.to-left .nav-item-children,
.nav-item-children.to-left .children,
.nav-item-children.to-left .nav-item-children {
    left: auto;
    right: 100%;
}

/* line 1984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-nav .position-applied > .children,
.position-applied > .nav-item-children {
    display: none;
    visibility: visible;
}

/* line 1990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.megamenu-heading {
    margin: 0 0 1.25em;
    font-size: 16px;
    letter-spacing: 0.01em;
}

/* line 1996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.megamenu-inner-row {
    padding: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 2001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.megamenu .lqd-custom-menu li {
    margin-bottom: 13px;
    font-size: 15px;
}

/* line 2006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-megamenu-bg-scheme=dark] .megamenu-inner-row {
    border-top-color: rgba(255, 255, 255, 0.07);
}

/* line 2009, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-megamenu-bg-scheme=dark] .lqd-custom-menu a {
    color: #d0d1d6;
}

/*
	Nav Styles
*/
/* line 2016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-wrap .row {
    flex-wrap: nowrap;
}

/* line 2019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-wrap .row > div:empty {
    display: none;
}

/* line 2022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-wrap .megamenu-hover-bg {
    display: none;
}

/* line 2026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
}

/* line 2035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-container:before, .mainbar-container:after {
    content: none;
}

/* line 2038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-container .container {
    -webkit-box-flex: 1;
    flex: 1 1;
    padding: 0;
}

/* line 2044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-row {
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 2050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-row:before, .mainbar-row:after {
    content: none;
}

/* line 2053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar-row > [class^=col] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    position: static;
}

/* line 2061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 2070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mainbar .navbar-header,
.mainbar .main-nav-trigger {
    position: relative;
    z-index: 10;
}

/* line 2076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-wrap {
    position: relative;
    z-index: 11;
}

/* line 2080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-wrap ~ .secondarybar-wrap {
    z-index: 9;
}

/* line 2084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-row {
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 2090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-row:before, .secondarybar-row:after {
    content: none;
}

/* line 2093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-row > [class^=col] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
}

/* line 2102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar-row > [class^=col]:empty {
    display: none;
}

/* line 2106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.secondarybar .header-module {
    padding-top: 10px;
    padding-bottom: 10px;
}

@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* line 2132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* line 2136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck .navbar-brand {
    padding-top: 18px;
    padding-bottom: 18px;
}

/* line 2140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck.mainbar-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 2144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck > .megamenu-hover-bg {
    display: none !important;
}

/* line 2148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-sentinel {
    width: 100%;
    min-height: 1px;
    top: 100%;
    left: 0;
    z-index: -1;
}

/* line 2155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row > .lqd-sticky-sentinel, .titlebar > .lqd-sticky-sentinel {
    top: calc(100% - 2px);
}

/* line 2159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

/* 1.3. Footer */
/* line 2168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-footer .widget-title {
    font-size: 18px;
    margin-bottom: 1.35em;
}

/* line 2172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-footer > .vc_row {
    margin-left: 0;
    margin-right: 0;
}

/* line 2176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.main-footer .wpb_single_image {
    margin-bottom: 0;
}

/* line 2180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-main-footer-default {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 70px;
    background-color: #f2f2f2;
    color: #3b3b3b;
}

/* 1.4. Titlebar */
/* line 2189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-scroll-link {
    font-size: 30px;
    position: absolute;
    bottom: 1.25em;
    left: auto;
}

/* line 2195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center .titlebar-scroll-link {
    margin-left: -15px;
}

/* line 2199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-col {
    position: static;
}

/* line 2203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
    color: #000;
}

/* line 2210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner h1,
.titlebar-inner p,
.titlebar-inner .breadcrumb {
    position: relative;
    z-index: 1;
}

/* line 2216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner h1,
.titlebar-inner p,
.titlebar-inner a {
    color: inherit;
}

/* line 2221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner h1 {
    margin: 0 0 0.5em;
    font-size: 60px;
    font-weight: 600;
}

/* line 2226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner p {
    font-size: 20px;
    font-weight: 500;
}

/* line 2230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner p:last-child {
    margin-bottom: 0;
}

/* line 2233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-inner p,
.titlebar-inner .titlebar-scroll-link {
    opacity: 0.6;
}

/* line 2238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar {
    position: relative;
    background-color: inherit;
    background-size: cover;
}

/* line 2243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar .breadcrumb {
    margin-top: 1.5em;
}

/* line 2246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar .breadcrumb ol {
    background: none;
    border-radius: 0;
}

/* line 2250, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar .breadcrumb.bordered {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

/* line 2256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar > .breadcrumb {
    margin-top: 0;
}

/* line 2259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar .titlebar-scroll-link:hover {
    opacity: 1;
}

/* line 2262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar .main-header-overlay {
    position: relative;
    top: auto;
    left: auto;
}

/* line 2267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar[data-parallax=true]:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 2279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar[data-parallax=true] .liquid-parallax-container {
    opacity: 0;
}

/* line 2282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar[data-parallax=true].liquid-parallax-bg:before {
    opacity: 0;
    visibility: hidden;
}

/* line 2286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar[data-parallax=true].liquid-parallax-bg .liquid-parallax-container {
    -webkit-animation: fadeIn 0.3s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
    animation: fadeIn 0.3s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
}

/* line 2290, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar[data-parallax=true].bg-none {
    background-image: none !important;
}

/* line 2294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-default .titlebar-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* line 2298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-default .titlebar-inner h1 {
    font-size: 48px;
}

/* line 2302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-sm .titlebar-inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* line 2307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar-md .titlebar-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 2312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar.scheme-light {
    background-color: #10131D;
    color: #fff;
}

/* line 2316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.titlebar.scheme-light .titlebar-inner,
.titlebar.scheme-light .titlebar-inner h1,
.titlebar.scheme-light .titlebar-inner p {
    color: inherit;
}

/*
  2. PAGE LAYOUTS
*/
/* 2.1. Header Side */
/* 2.2. Sidebar */
/* line 2327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contents-container .ld-container {
    width: auto;
}

/* 2.3. Stack */
@-webkit-keyframes lqdStackArrowNext {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    61% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes lqdStackArrowNext {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    61% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes lqdStackArrowPrev {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    61% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes lqdStackArrowPrev {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    61% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes lqdStackNumberActive {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes lqdStackNumberActive {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes lqdStackNumberPassed {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes lqdStackNumberPassed {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes lqdStackNumberActiveUp {
    from {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes lqdStackNumberActiveUp {
    from {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes lqdStackNumberPassedUp {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes lqdStackNumberPassedUp {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes lqdStackArrowDash {
    from {
        stroke-dasharray: 5;
    }
    to {
        stroke-dasharray: 40;
    }
}

@keyframes lqdStackArrowDash {
    from {
        stroke-dasharray: 5;
    }
    to {
        stroke-dasharray: 40;
    }
}

@-webkit-keyframes lqdStackRowFadeScaleEnterFromBottom {
    from {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lqdStackRowFadeScaleEnterFromBottom {
    from {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes lqdStackRowFadeScaleEnter {
    from {
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes lqdStackRowFadeScaleEnter {
    from {
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes lqdStackRowFadeScaleLeave {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0;
    }
}

@keyframes lqdStackRowFadeScaleLeave {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0;
    }
}

@-webkit-keyframes lqdStackRowFadeScaleLeaveToBottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
}

@keyframes lqdStackRowFadeScaleLeaveToBottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
}

@-webkit-keyframes lqdStackRowSlideOverEnterFromTop {
    from {
        -webkit-transform: translate3d(0, -100vh, 0);
        transform: translate3d(0, -100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lqdStackRowSlideOverEnterFromTop {
    from {
        -webkit-transform: translate3d(0, -100vh, 0);
        transform: translate3d(0, -100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes lqdStackRowSlideOverEnterFromBottom {
    from {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lqdStackRowSlideOverEnterFromBottom {
    from {
        -webkit-transform: translate3d(0, 100vh, 0);
        transform: translate3d(0, 100vh, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes lqdStackRowSlideOverLeaveToTop {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50vh, 0);
        transform: translate3d(0, -50vh, 0);
    }
}

@keyframes lqdStackRowSlideOverLeaveToTop {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50vh, 0);
        transform: translate3d(0, -50vh, 0);
    }
}

@-webkit-keyframes lqdStackRowSlideOverLeaveToBottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 50vh, 0);
        transform: translate3d(0, 50vh, 0);
    }
}

@keyframes lqdStackRowSlideOverLeaveToBottom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 50vh, 0);
        transform: translate3d(0, 50vh, 0);
    }
}

/* line 2694, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number,
.lqd-stack-prevnext-wrap,
.lqd-stack-extra {
    display: none;
}

/* line 2700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-section {
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 2712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-section:not(.active):not(.lqd-stack-row-entering):not(.lqd-stack-row-leaving) {
    left: -999999px;
    pointer-events: none;
}

/* line 2716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-section.vc_row-o-content-bottom {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 2720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-section.vc_row-o-content-top {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 2725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-table {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: flex-start;
}

/* line 2736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-tableCell {
    height: auto !important;
    width: 100%;
}

/* line 2741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-scrollable {
    overflow-y: auto;
}

/* line 2745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-auto-height {
    height: auto !important;
}

/* line 2749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-section-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 2763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-enabled .titlebar {
    display: none !important;
}

/* line 2766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-enabled [data-liquid-stack=true] {
    height: 100vh;
}

/* line 2769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-enabled [data-liquid-stack=true] > section {
    width: 100%;
    height: 100vh;
    align-content: center;
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 2776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-enabled [data-liquid-stack=true] .main-footer {
    top: auto;
    bottom: 0;
    -webkit-animation: none !important;
    animation: none !important;
}

/* line 2783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 2795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav .pp-tooltip {
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition-property: visibility, opacity, color, -webkit-transform;
    transition-property: visibility, opacity, color, -webkit-transform;
    transition-property: visibility, opacity, transform, color;
    transition-property: visibility, opacity, transform, color, -webkit-transform;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 2815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav a {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 36px;
    height: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 2830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -10px;
    left: 0;
}

/* line 2839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav a.active {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background-color: #000;
}

/* line 2844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav a.active + .pp-tooltip {
    -webkit-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%);
}

/* line 2848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

/* line 2859, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav li:first-child {
    margin-top: 0;
}

/* line 2862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav li:last-child {
    margin-bottom: 0;
}

/* line 2865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-footer #pp-nav li:nth-last-child(2) {
    margin-bottom: 0;
}

/* line 2868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav li:hover a {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background-color: #000;
}

/* line 2873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav li:hover .pp-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%);
}

/* line 2879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#pp-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 2885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-prevnext-button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    border: none;
    position: fixed;
    top: 50%;
    z-index: 10;
    white-space: nowrap;
    background: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

/* line 2905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-prevnext-button:focus {
    outline: none;
}

/* line 2908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-prevnext-button svg {
    stroke: currentColor;
}

/* line 2912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-prev-button {
    left: 50px;
    margin-right: 5px;
}

/* line 2917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-next-button {
    right: 50px;
    margin-left: 5px;
}

/* line 2922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 2927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button svg {
    display: none;
}

/* line 2930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-button-labbel {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 2936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-button-ext {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/* line 2942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-button-ext:before {
    display: inline-block;
    font: normal normal 2em 'liquid-icon';
}

/* line 2946, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

/* line 2951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext {
    margin-right: 10px;
}

/* line 2954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext:before {
    content: '\f117';
}

/* line 2957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-labbel {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

/* line 2961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-ext {
    -webkit-animation: lqdStackArrowPrev 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
    animation: lqdStackArrowPrev 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
}

/* line 2965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext {
    margin-left: 10px;
}

/* line 2968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext:before {
    content: '\f119';
}

/* line 2971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-labbel {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

/* line 2975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-ext {
    -webkit-animation: lqdStackArrowNext 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
    animation: lqdStackArrowNext 0.45s cubic-bezier(0.77, 0, 0.175, 1) both alternate;
}

/* line 2980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-button-labbel {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal !important;
}

/* line 2990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-button-ext {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
}

/* line 2996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-button-circ {
    opacity: 0.3;
}

/* line 2999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-button-circ-clone {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: stroke-dashoffset 1s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 3009, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-button-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 3016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-prevnext-button:hover .lqd-stack-button-arrow {
    -webkit-animation: lqdStackArrowDash 1s ease both alternate;
    animation: lqdStackArrowDash 1s ease both alternate;
}

/* line 3020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-prev-button .lqd-stack-button-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    margin-left: -1px;
}

/* line 3025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-prev-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 166;
}

/* line 3028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-next-button .lqd-stack-button-arrow {
    margin-left: 1px;
}

/* line 3031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-buttons-style-2 .lqd-stack-next-button:hover .lqd-stack-button-circ-clone {
    stroke-dashoffset: 53.5;
}

/* line 3035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-property: opacity, visibility, color;
    transition-property: opacity, visibility, color;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 3051, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number span {
    display: inline-block;
}

/* line 3055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number-counter {
    position: relative;
}

/* line 3059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number-current {
    overflow: hidden;
}

/* line 3063, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number-passed {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* line 3070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number-total {
    font-size: 0.55em;
}

/* line 3073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-page-number-total:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1.75em;
    margin-right: 4px;
    margin-left: 2px;
    background-color: currentColor;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
}

/* line 3085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-row-entering {
    z-index: 10 !important;
}

/* line 3088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowFadeScaleEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowFadeScaleEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    z-index: 0 !important;
}

/* line 3093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowFadeScaleEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowFadeScaleEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowSlideOverEnterFromTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowSlideOverEnterFromTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-entering {
    -webkit-animation: lqdStackRowSlideOverEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowSlideOverEnterFromBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-fadeScale.lqd-stack-moving-up .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowFadeScaleLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowFadeScaleLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-fadeScale.lqd-stack-moving-down .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowFadeScaleLeave 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowFadeScaleLeave 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-slideOver.lqd-stack-moving-up .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowSlideOverLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowSlideOverLeaveToBottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-effect-slideOver.lqd-stack-moving-down .lqd-stack-row-leaving {
    -webkit-animation: lqdStackRowSlideOverLeaveToTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdStackRowSlideOverLeaveToTop 1.2s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 3123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra {
    display: block;
}

/* line 3127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content {
    position: fixed;
    bottom: 40px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, color;
    transition-property: opacity, visibility, color;
    -webkit-transition-duration: 0.65s;
    transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 3140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content > * {
    margin: 0;
    color: inherit;
}

/* line 3144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content a {
    color: inherit;
}

/* line 3147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pp-enabled .lqd-stack-extra-content {
    opacity: 1;
    visibility: visible;
}

/* line 3151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content .social-icon a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/* line 3155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content .social-icon a:hover {
    opacity: 0.75;
}

/* line 3159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content-bottom-left {
    left: 50px;
}

/* line 3163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-extra-content-bottom-right {
    right: 50px;
}

/* line 3167, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-initiated .main-header:not(.header-side) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* line 3173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-initiated.admin-bar .main-header {
    top: 32px;
}

/* line 3176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-initiated .lqd-stack-page-number,
.lqd-stack-initiated .lqd-stack-prevnext-wrap {
    display: block;
}

/* line 3181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav .lqd-stack-prevnext-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
}

/* line 3189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav .lqd-stack-prevnext-wrap {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10;
}

/* line 3195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    bottom: auto;
    top: 50%;
    right: auto;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 3208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    margin: 0;
}

/* line 3211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-prev-button {
    margin-bottom: 5px;
}

/* line 3214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right .lqd-stack-next-button {
    margin-top: 5px;
}

/* line 3217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    margin: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 3222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
}

/* line 3226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-labbel {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* line 3230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button {
    -webkit-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
}

/* line 3234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-labbel {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 3238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-prev-button {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 3242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-has-nav.lqd-stack-has-content-bottom-right.lqd-stack-buttons-style-2 .lqd-stack-next-button {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 3247, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving .lqd-stack-prevnext-button,
.lqd-stack-moving #pp-nav a {
    pointer-events: none;
}

/* line 3251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving .lqd-stack-page-number-current {
    -webkit-animation: lqdStackNumberActive 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
    animation: lqdStackNumberActive 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
}

/* line 3255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving .lqd-stack-page-number-passed {
    -webkit-animation: lqdStackNumberPassed 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
    animation: lqdStackNumberPassed 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) both alternate;
}

/* line 3259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-current {
    -webkit-animation-name: lqdStackNumberActiveUp;
    animation-name: lqdStackNumberActiveUp;
}

/* line 3263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-passed {
    -webkit-animation-name: lqdStackNumberPassedUp;
    animation-name: lqdStackNumberPassedUp;
}

/* line 3268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-active-row-dark #pp-nav a {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.3);
}

/* line 3272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-active-row-dark #pp-nav li:hover a,
.lqd-stack-active-row-dark #pp-nav a.active {
    background-color: #fff;
}

/* line 3276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-active-row-dark #pp-nav li {
    color: #fff;
}

/* line 3279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-active-row-dark .lqd-stack-prevnext-button,
.lqd-stack-active-row-dark .lqd-stack-extra-content,
.lqd-stack-active-row-dark .lqd-stack-page-number {
    color: #fff;
}

/* line 3285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving-up #pp-nav li,
.lqd-stack-moving-up #pp-nav a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/* line 3290, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving-up .lqd-stack-prevnext-button,
.lqd-stack-moving-up .lqd-stack-extra-content,
.lqd-stack-moving-up .lqd-stack-page-number {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

/* line 3296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-moving-up.lqd-stack-has-content-bottom-right .lqd-stack-prevnext-button {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/* line 3301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-footer-active .lqd-stack-page-number,
.lqd-stack-footer-active .lqd-stack-extra-content {
    opacity: 0;
    visibility: hidden;
}

/* line 3306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-stack-footer-active section.vc_row:last-of-type {
    left: auto !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* 2.4. Boxed */
/* line 3313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.site-boxed-layout {
    background-color: #eee;
}

/* line 3316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.site-boxed-layout.site-boxed-layout-shadow-1 #wrap {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

/* line 3319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.site-boxed-layout.site-boxed-layout-shadow-2 #wrap {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

/* line 3322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.site-boxed-layout.site-boxed-layout-shadow-3 #wrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

/*
  3. LIQUID SHORTCODES
*/
/* 3.1. Buttons */
/* Animations */
@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes btnDotAnimations {
    from {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes btnDotAnimations {
    from {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes btnSplit {
    0%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(100%) scaleX(1);
        transform: translateX(100%) scaleX(1);
    }
    50% {
        -webkit-transform: translateX(0%) scaleX(2);
        transform: translateX(0%) scaleX(2);
    }
    100% {
        -webkit-transform: translateX(0%) scaleX(1);
        transform: translateX(0%) scaleX(1);
    }
}

@keyframes btnSplit {
    0%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(100%) scaleX(1);
        transform: translateX(100%) scaleX(1);
    }
    50% {
        -webkit-transform: translateX(0%) scaleX(2);
        transform: translateX(0%) scaleX(2);
    }
    100% {
        -webkit-transform: translateX(0%) scaleX(1);
        transform: translateX(0%) scaleX(1);
    }
}

@-webkit-keyframes btnSplitHover {
    0%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(0%) scaleX(1);
        transform: translateX(0%) scaleX(1);
    }
    50% {
        -webkit-transform: translateX(0%) scaleX(2);
        transform: translateX(0%) scaleX(2);
    }
    100% {
        -webkit-transform: translateX(100%) scaleX(1);
        transform: translateX(100%) scaleX(1);
    }
}

@keyframes btnSplitHover {
    0%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(0%) scaleX(1);
        transform: translateX(0%) scaleX(1);
    }
    50% {
        -webkit-transform: translateX(0%) scaleX(2);
        transform: translateX(0%) scaleX(2);
    }
    100% {
        -webkit-transform: translateX(100%) scaleX(1);
        transform: translateX(100%) scaleX(1);
    }
}

/* Button */
/* line 3446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0;
    position: relative;
    border: 1px solid var(--color-primary);
    border-radius: 0;
    font-size: 1em;
    white-space: nowrap;
    color: var(--color-primary);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
}

/* line 3460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn > span,
.btn strong,
.btn i {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}

/* line 3468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn > span {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 1.15em 2.1em;
    border-radius: inherit;
    border-color: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 3480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.text-uppercase {
    letter-spacing: .1em;
}

/* line 3483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.semi-round {
    border-radius: 2px;
}

/* line 3486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.round {
    border-radius: 4px;
}

/* line 3489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.circle {
    border-radius: 50em;
}

/* line 3492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.disabled {
    pointer-events: none;
    cursor: none;
}

/* line 3496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.disabled > span,
.btn.disabled .btn-icon {
    opacity: 0.5;
}

/* line 3500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-none {
    border-width: 0;
}

/* line 3503, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-none > span {
    margin: 0;
}

/* line 3506, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-none .btn-gradient-border rect {
    stroke-width: 0;
}

/* line 3509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thin {
    border-width: 1px;
}

/* line 3512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thin > span {
    margin: -0.5px;
}

/* line 3515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thin .btn-gradient-border rect {
    stroke-width: 1px;
}

/* line 3518, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thick {
    border-width: 2px;
}

/* line 3521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thick > span {
    margin: -1px;
}

/* line 3524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thick .btn-gradient-border rect {
    stroke-width: 2px;
}

/* line 3527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thicker {
    border-width: 3px;
}

/* line 3530, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thicker > span {
    margin: -2px;
}

/* line 3533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.border-thicker .btn-gradient-border rect {
    stroke-width: 3px;
}

/* line 3536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn + .btn {
    margin-left: .75em;
}

/* line 3539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn.wide > span {
    padding-left: 2.4em;
    padding-right: 2.4em;
}

/* line 3543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn:hover {
    border-color: transparent;
    background-color: var(--color-primary);
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}

/* line 3551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn:hover .btn-gradient-bg-hover {
    opacity: 1;
}

/* Sizes*/
/* line 3556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-xsm > span {
    padding: 0.6em 1em;
}

/* line 3559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-xsm.wide > span {
    padding-left: 1.7em;
    padding-right: 1.7em;
}

/* line 3564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-sm > span {
    padding: 0.85em 1.5em;
}

/* line 3567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-sm.wide > span {
    padding-left: 3em;
    padding-right: 3em;
}

/* line 3572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-lg > span {
    padding: 1.3em 2.7em;
}

/* line 3575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-lg.wide > span {
    padding-left: 3.6em;
    padding-right: 3.6em;
}

/* line 3580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-xlg > span {
    padding: 1.5em 3.5em;
}

/* line 3583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-xlg.wide > span {
    padding-left: 4.5em;
    padding-right: 4.5em;
}

/* line 3588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-custom-sized > span {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
}

/* line 3596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1em;
    letter-spacing: 0;
    -webkit-transition: inherit;
    transition: inherit;
    background-size: 99.99% !important;
}

/* line 3609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon i {
    position: relative;
    z-index: 3;
}

/* line 3613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-txt + .btn-icon {
    margin-right: 0;
    margin-left: 8px;
}

/* line 3617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon:only-child {
    margin-bottom: 0 !important;
}

/* line 3620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-bg + .btn-icon, .btn-icon:first-child {
    margin-left: auto;
    margin-right: auto;
}

/* line 3625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon,
.btn-txt {
    position: relative;
    z-index: 3;
}

/* line 3631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-txt small {
    display: block;
    opacity: 0.7;
    font-size: 1em;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
}

/* Icon Shapes */
/* line 3641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-solid .btn-icon,
.btn-icon-bordered .btn-icon {
    width: 2.5em;
    height: 2.5em;
    margin-left: 20px;
    border-width: 1px;
    border-style: solid;
    margin-top: -5%;
    margin-bottom: -5%;
}

/* line 3651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-solid.btn-icon-left .btn-txt + .btn-icon,
.btn-icon-bordered.btn-icon-left .btn-txt + .btn-icon {
    margin-left: 0;
    margin-right: 20px;
}

/* line 3657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-semi-round .btn-icon {
    border-radius: 2px;
}

/* line 3661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-round .btn-icon {
    border-radius: 4px;
}

/* line 3665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-circle .btn-icon {
    border-radius: 50em;
}

/* line 3668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-circle.btn-icon-ripple .btn-icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* line 3681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-circle.btn-icon-ripple .btn-icon[class*=text-] {
    border-color: currentColor;
}

/* line 3685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-solid .btn-icon {
    border: none;
    background-color: var(--color-primary);
    color: #fff;
}

/* Icon Position */
/* line 3692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-block .btn-icon,
.btn-icon-block .btn-txt {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* line 3698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-block .btn-icon {
    margin-top: 1.5em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 3705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-block .btn-txt {
    width: 100%;
}

/* line 3709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-top .btn-icon,
.btn-icon-left .btn-icon {
    -webkit-box-ordinal-group: 0;
    order: -1;
}

/* line 3715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-left .btn-icon {
    margin-left: 0;
    margin-right: 8px;
}

/* line 3720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-top.btn-icon-block .btn-icon {
    margin-bottom: 1.5em;
    margin-top: 0;
}

/* line 3724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-top.btn-icon-block.btn-icon-xlg .btn-icon {
    margin-bottom: 0.5em;
}

/* Icon Sizes */
/* line 3729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-xsm .btn-icon {
    width: 1.5em;
    height: 1.5em;
}

/* line 3734, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-sm .btn-icon {
    width: 2em;
    height: 2em;
}

/* line 3739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-lg .btn-icon {
    width: 3.2em;
    height: 3.2em;
}

/* line 3744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-xlg .btn-icon {
    width: 3.5em;
    height: 3.5em;
}

/* line 3749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-xxlg .btn-icon {
    width: 6.25em;
    height: 6.25em;
}

/* line 3754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-border-thick .btn-icon {
    border-width: 2px;
}

/* line 3758, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-border-thicker .btn-icon {
    border-width: 3px;
}

/* line 3762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-icon-border-thickest .btn-icon {
    border-width: 4px;
}

/* Button Styles */
/* line 3767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-solid {
    background: var(--color-primary);
    color: #fff;
}

/* line 3771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-solid.color-secondary {
    background-color: #4fda90;
    border-color: #4fda90;
}

/* line 3775, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-solid.color-secondary .btn-gradient-bg {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary)));
    background: linear-gradient(to right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%);
}

/* line 3779, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-solid:hover {
    color: #fff;
}

/* line 3783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered.color-secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

/* line 3787, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered.color-secondary .btn-gradient-bg-hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-stop-secondary)), to(var(--color-gradient-start-secondary)));
    background: linear-gradient(to right, var(--color-gradient-stop-secondary) 0%, var(--color-gradient-start-secondary) 100%);
}

/* line 3791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered.color-secondary:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

/* line 3796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-naked {
    border: none;
}

/* line 3799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-naked > span {
    padding: 0;
}

/* line 3802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-naked:hover {
    color: var(--color-primary);
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* line 3810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .btn-naked:not(.btn-icon-solid).btn-gradient .btn-txt, .backgroundcliptext .btn-naked:not(.btn-icon-solid).btn-gradient .btn-icon i,
.backgroundcliptext .btn-underlined:not(.btn-icon-solid).btn-gradient .btn-txt,
.backgroundcliptext .btn-underlined:not(.btn-icon-solid).btn-gradient .btn-icon i {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* line 3818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-naked > span > .btn-gradient-bg, .btn-underlined > span > .btn-gradient-bg {
    display: none;
}

/* line 3822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined {
    border: none;
    background-color: transparent !important;
    position: relative;
}

/* line 3827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined:before, .btn-underlined:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* line 3836, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined:after {
    background: var(--color-primary);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 3847, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined > span {
    padding: 0.4em 0;
}

/* line 3850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined:hover {
    background-color: transparent;
    color: var(--color-primary);
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
}

/* line 3857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 3863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.border-none:before, .btn-underlined.border-none:after {
    height: 0;
}

/* line 3866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.border-thin:before, .btn-underlined.border-thin:after {
    height: 1px;
}

/* line 3869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.border-thick:before, .btn-underlined.border-thick:after {
    height: 2px;
}

/* line 3872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.border-thicker:before, .btn-underlined.border-thicker:after {
    height: 3px;
}

/* line 3875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.color-secondary {
    color: var(--color-secondary);
}

/* line 3878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.color-secondary:before {
    background-color: var(--color-secondary);
}

/* line 3881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-underlined.color-secondary:after {
    background-color: #fff;
}

/* line 3885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-split, .btn-split:hover {
    border: none;
    box-shadow: none;
    background: none;
    color: #ffa487;
}

/* line 3891, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-split:hover .btn-split-bg {
    -webkit-animation: btnSplitHover 0.65s cubic-bezier(0.25, 1, 0.35, 1) both;
    animation: btnSplitHover 0.65s cubic-bezier(0.25, 1, 0.35, 1) both;
}

/* line 3896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-block {
    width: 100%;
    white-space: normal;
}

/* line 3900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-block > span {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 3905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-block:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
}

/* line 3911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient {
    border: none;
}

/* line 3914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient > span {
    margin: 0 !important;
}

/* line 3917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient:hover {
    background-color: transparent;
}

/* line 3921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered-gradient {
    border: none;
}

/* line 3924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered-gradient:hover defs stop:first-child {
    stop-color: var(--color-gradient-start);
}

/* line 3927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered-gradient:hover defs stop:last-child {
    stop-color: var(--color-gradient-stop);
}

/* line 3931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered-gradient-primary:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(120, 11, 238, 0.6)), to(rgba(29, 225, 209, 0.6)));
    background: linear-gradient(to right, rgba(120, 11, 238, 0.6) 0%, rgba(29, 225, 209, 0.6) 100%);
}

/* line 3935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-bordered-gradient-primary:after {
    background: #fff;
}

/* line 3939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-split-bg,
.btn-gradient-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 99.99%;
}

/* line 3954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-bg {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 3959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-split-bg {
    width: 50%;
    background: #ffe1d8;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    -webkit-animation: btnSplit 0.65s cubic-bezier(0.25, 1, 0.35, 1) both;
    animation: btnSplit 0.65s cubic-bezier(0.25, 1, 0.35, 1) both;
}

/* line 3967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-bg-hover {
    z-index: 1;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-stop)), to(var(--color-gradient-start)));
    background: linear-gradient(to right, var(--color-gradient-stop) 0%, var(--color-gradient-start) 100%);
    background-size: 99.99%;
}

/* line 3975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-border {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    fill: transparent;
    stroke: transparent;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: visible !important;
}

/* line 3986, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-border defs stop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    stop-opacity: 1;
}

/* line 3991, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-border defs stop:first-child {
    stop-color: var(--color-gradient-start);
}

/* line 3994, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-border defs stop:last-child {
    stop-color: var(--color-gradient-stop);
}

/* line 3997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-gradient-border rect {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
}

/* line 4004, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore {
    display: inline-block;
    border: 1px solid;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

/* line 4011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore span {
    display: inline-block;
}

/* line 4014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore > span {
    display: block;
    padding: 0.75em 2em;
}

/* line 4018, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .static,
.ld-ajax-loadmore .loading,
.ld-ajax-loadmore .all-loaded {
    display: block;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/* line 4027, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .dots {
    display: block;
}

/* line 4030, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .dots > span {
    width: 6px;
    height: 6px;
    margin: 0 1px;
    border-radius: 50em;
    background-color: currentColor;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 4039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .all-loaded,
.ld-ajax-loadmore .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* line 4049, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .loading {
    font-size: 10px;
}

/* line 4052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore .all-loaded i {
    margin-left: 8px;
}

/* line 4055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading, .ld-ajax-loadmore.all-items-loaded {
    pointer-events: none;
    border-color: transparent;
}

/* line 4059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .static, .ld-ajax-loadmore.all-items-loaded .static {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 4065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 4071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading .dots > span {
    -webkit-animation: dotAnimations 0.6s cubic-bezier(0.23, 1, 0.32, 1) infinite alternate backwards;
    animation: dotAnimations 0.6s cubic-bezier(0.23, 1, 0.32, 1) infinite alternate backwards;
}

/* line 4075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(0) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

/* line 4079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

/* line 4083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

/* line 4087, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.items-loading .loading .dots > span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/* line 4091, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.all-items-loaded {
    color: #000;
}

/* line 4094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-ajax-loadmore.all-items-loaded .all-loaded {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 4101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-secondary.btn-bordered {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

/* line 4105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-secondary.btn-bordered:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

/* line 4109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-secondary.btn-solid {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

/* line 4114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-light.btn-bordered {
    color: #000;
    border-color: #e4e4e4;
}

/* line 4118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-light.btn-bordered:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

/* line 4124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-dark.btn-underlined {
    color: #3f4147;
}

/* line 4127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-dark.btn-underlined:before {
    background: rgba(63, 65, 71, 0.5);
}

/* line 4130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-dark.btn-underlined:after {
    background: #000;
}

/* line 4133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-dark.btn-solid {
    background-color: #222246;
    border-color: #222246;
}

/* line 4138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-black.btn-underlined {
    color: #000;
}

/* line 4141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-black.btn-underlined:before {
    background: rgba(0, 0, 0, 0.5);
}

/* line 4144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-black.btn-underlined:after {
    background: #000;
}

/* line 4147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-black.btn-solid {
    background-color: #000;
    border-color: #000;
}

/* line 4152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white.btn-bordered {
    color: #fff;
    border-color: #fff;
}

/* line 4156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white.btn-bordered:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* line 4161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white.btn-solid {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* line 4166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white.btn-underlined:before {
    background-color: rgba(255, 255, 255, 0.75);
}

/* line 4169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white.btn-underlined:after {
    background-color: #fff;
}

/* line 4173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white-fade-border.btn-bordered {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* line 4177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-white-fade-border.btn-bordered:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* line 4183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-hover-white.btn-solid:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* line 4188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-hover-white.btn-underlined:hover {
    color: #fff;
}

/* line 4191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.btn-hover-white.btn-underlined:hover:before, .btn-hover-white.btn-underlined:hover:after {
    background: #fff;
}

/* 3.2. Social Icons */
/* line 4196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1em;
    /* Sizes */
    /* Directions */
    /* Shapes */
    /* Color Schemes */
}

/* line 4207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon li {
    display: inline-block;
    margin-right: 1.2em;
    font-size: 1em;
    line-height: 1em;
}

/* line 4213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon li:last-child {
    margin-right: 0;
}

/* line 4216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon i {
    display: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
}

/* line 4223, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.social-icon-sm {
    font-size: 14px;
}

/* line 4226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.social-icon-md {
    font-size: 18px;
}

/* line 4229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.social-icon-lg {
    font-size: 20px;
}

/* line 4232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.social-icon-lg li {
    margin-right: 1em;
}

/* line 4235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.vertical li {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 1.2em;
}

/* line 4240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.vertical li:last-child {
    margin-bottom: 0;
}

/* line 4243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round li, .social-icon.semi-round li, .social-icon.square li, .social-icon.circle li {
    margin-right: 0.5em;
}

/* line 4246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round a, .social-icon.semi-round a, .social-icon.square a, .social-icon.circle a {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: #fff;
}

/* line 4258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round a:hover, .social-icon.semi-round a:hover, .social-icon.square a:hover, .social-icon.circle a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

/* line 4263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-sm li, .social-icon.semi-round.social-icon-sm li, .social-icon.square.social-icon-sm li, .social-icon.circle.social-icon-sm li {
    margin-right: 0.3em;
}

/* line 4266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-sm a, .social-icon.semi-round.social-icon-sm a, .social-icon.square.social-icon-sm a, .social-icon.circle.social-icon-sm a {
    width: 30px;
    height: 30px;
}

/* line 4270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-md li, .social-icon.semi-round.social-icon-md li, .social-icon.square.social-icon-md li, .social-icon.circle.social-icon-md li {
    margin-right: 0.6em;
}

/* line 4273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-md a, .social-icon.semi-round.social-icon-md a, .social-icon.square.social-icon-md a, .social-icon.circle.social-icon-md a {
    width: 48px;
    height: 48px;
}

/* line 4277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-lg li, .social-icon.semi-round.social-icon-lg li, .social-icon.square.social-icon-lg li, .social-icon.circle.social-icon-lg li {
    margin-right: 0.7em;
}

/* line 4280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round.social-icon-lg a, .social-icon.semi-round.social-icon-lg a, .social-icon.square.social-icon-lg a, .social-icon.circle.social-icon-lg a {
    width: 55px;
    height: 55px;
}

/* line 4284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.round i,
.social-icon.round a {
    border-radius: 8%;
}

/* line 4288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.semi-round i,
.social-icon.semi-round a {
    border-radius: 2%;
}

/* line 4292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.circle i,
.social-icon.circle a {
    border-radius: 50em;
}

/* line 4296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-dark a {
    color: #000;
}

/* line 4299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-dark.semi-round a, .social-icon.scheme-dark.round a, .social-icon.scheme-dark.square a, .social-icon.scheme-dark.circle a {
    background-color: #000;
    color: #fff;
}

/* line 4303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-gray a {
    color: #999;
}

/* line 4306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-gray.semi-round a, .social-icon.scheme-gray.round a, .social-icon.scheme-gray.square a, .social-icon.scheme-gray.circle a {
    background-color: #999;
}

/* line 4309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-white a {
    color: #fff;
}

/* line 4312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.scheme-white.semi-round a, .social-icon.scheme-white.round a, .social-icon.scheme-white.square a, .social-icon.scheme-white.circle a {
    background-color: #fff;
    color: #000;
}

/* line 4316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.branded-text a {
    background-color: transparent;
}

/* line 4319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.branded i {
    width: 100%;
    height: 100%;
    position: relative;
}

/* line 4324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.social-icon.branded a {
    background-color: transparent;
    line-height: normal;
}

/* 3.3. Accordions */
/* line 4330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion {
    margin-bottom: 2em;
}

/* line 4334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title {
    margin: 0;
    position: relative;
    line-height: 1.5em;
}

/* line 4339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title a {
    display: block;
    width: 100%;
    padding: 0.93em 30px 0.93em 0;
    color: inherit;
}

/* line 4346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 16px;
    color: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 4356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander > i {
    display: inline-block;
}

/* line 4359, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander > i:last-child {
    display: none;
}

/* line 4362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.active .accordion-expander > i:last-child {
    display: inline-block;
}

/* line 4365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.active .accordion-expander > i:first-child {
    display: none;
}

/* line 4369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-content {
    padding: 1em 0;
}

/* line 4372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-content > :last-child,
.accordion-content > :only-child {
    margin-bottom: 0;
}

/* Accordion Styles */
/* line 4378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-fill .accordion-title a {
    padding-left: 30px;
    padding-right: 60px;
    background-color: transparent;
    color: inherit;
}

/* line 4384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-fill .accordion-expander {
    right: 30px;
}

/* line 4387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-fill .accordion-content {
    padding-left: 30px;
    padding-right: 30px;
}

/* line 4391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-fill.accordion-title-bordered .active .accordion-title a, .accordion-active-has-fill.accordion-title-underlined .active .accordion-title a {
    border-color: transparent;
}

/* line 4394, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-fill .active .accordion-title a {
    background-color: var(--color-primary);
    color: #fff;
}

/* line 4399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-underlined .accordion-item {
    border-bottom: 1px solid #e0e1eb;
}

/* line 4402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-underlined .accordion-item:last-child {
    border-width: 0;
}

/* line 4406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-bordered .accordion-content,
.accordion-body-bordered .accordion-title a {
    padding-left: 30px;
    padding-right: 30px;
}

/* line 4411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-bordered .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 4415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-bordered .accordion-content {
    padding-top: 10px;
    padding-bottom: 30px;
}

/* line 4420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-underlined .accordion-title a {
    padding-right: 0;
    border-bottom: 1px solid #dadde1;
}

/* line 4424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-underlined .accordion-expander {
    right: 0;
}

/* line 4428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-bordered .accordion-item {
    margin-bottom: 1.25em;
}

/* line 4431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-bordered .accordion-title a {
    padding-left: 30px;
    padding-right: 60px;
    border: 1px solid #d8dbe2;
}

/* line 4437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-round .accordion-title a {
    border-radius: 4px;
}

/* line 4441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-title-circle .accordion-title a {
    border-radius: 50em;
}

/* line 4445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-body-round .accordion-item {
    border-radius: 4px;
}

/* line 4449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-shadow .accordion-title a {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

/* line 4452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-has-shadow .active .accordion-title a {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* line 4456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-left .accordion-expander {
    right: auto;
    left: 0;
}

/* line 4460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-left .accordion-title a {
    padding-left: 30px;
}

/* line 4463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-left.accordion-body-bordered .accordion-title a, .accordion-expander-left.accordion-title-bordered .accordion-title a, .accordion-expander-left.accordion-active-has-fill .accordion-title a {
    padding-right: 30px;
    padding-left: 60px;
}

/* line 4467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-left.accordion-body-bordered .accordion-expander, .accordion-expander-left.accordion-title-bordered .accordion-expander, .accordion-expander-left.accordion-active-has-fill .accordion-expander {
    left: 30px;
}

/* line 4470, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-left.accordion-body-underlined .accordion-content {
    padding-left: 30px;
}

/* line 4474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-xs .accordion-item {
    margin-bottom: 0.5em;
}

/* line 4477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-xs .accordion-title a {
    padding-top: 0;
    padding-bottom: 0;
}

/* line 4482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-sm .accordion-title a {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

/* line 4487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-lg .accordion-title a {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
}

/* line 4492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-lg .accordion-expander {
    font-size: 22px;
}

/* line 4496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-expander-xl .accordion-expander {
    font-size: 26px;
}

/* line 4500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-bg-white .active .accordion-title a {
    background-color: #fff;
    color: var(--color-primary);
}

/* line 4505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-active-color-primary .active .accordion-title a {
    color: var(--color-primary);
}

/* line 4509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-light .accordion-title a {
    color: #fff;
}

/* line 4512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-light.accordion-body-underlined .accordion-item, .accordion-light.accordion-body-bordered .accordion-item {
    border-color: rgba(255, 255, 255, 0.35);
}

/* line 4515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-light.accordion-title-underlined .accordion-title a, .accordion-light.accordion-title-bordered .accordion-title a {
    border-color: rgba(255, 255, 255, 0.35);
}

/* line 4519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.accordion-titles-gray .accordion-title a {
    background-color: #F7F8F9;
}

/* 3.4. Iconboxes */
/* Size Variables */
/* Animations */
@-webkit-keyframes iconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.36);
        transform: scale(1.36);
    }
    100% {
        opacity: 0;
    }
}

@keyframes iconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.36);
        transform: scale(1.36);
    }
    100% {
        opacity: 0;
    }
}

/* Icon Box */
/* line 4557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2em;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

/* line 4573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container,
.iconbox .contents,
.iconbox > h3 {
    position: relative;
    z-index: 2;
}

/* line 4579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container,
.iconbox p,
.iconbox h3 {
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* line 4589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox h3 {
    display: inline-block;
    margin: 0 0 0.7em;
    font-size: 24px;
    line-height: 1.5em;
}

/* line 4595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0.5em;
    border: 0 solid #F2F4F7;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1em;
    color: var(--color-primary);
    -webkit-transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
}

/* line 4610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container i,
.iconbox .iconbox-icon-container img,
.iconbox .iconbox-icon-container object,
.iconbox .iconbox-icon-container > svg {
    position: relative;
    z-index: 2;
}

/* line 4617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container img[src$=".svg"],
.iconbox .iconbox-icon-container object,
.iconbox .iconbox-icon-container > svg {
    display: inline-block;
    width: 40px;
    line-height: 0;
}

/* line 4624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container img[src$=".svg"] stop,
.iconbox .iconbox-icon-container object stop,
.iconbox .iconbox-icon-container > svg stop {
    -webkit-transition: stop-color 0.3s ease;
    transition: stop-color 0.3s ease;
}

/* line 4630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container > svg,
.iconbox .iconbox-icon-container > svg path,
.iconbox .iconbox-icon-container > svg rect,
.iconbox .iconbox-icon-container > svg ellipse,
.iconbox .iconbox-icon-container > svg circle,
.iconbox .iconbox-icon-container > svg polygon,
.iconbox .iconbox-icon-container > svg polyline {
    -webkit-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}

/* line 4640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container i {
    display: inline-block;
    font-size: 1em;
}

/* line 4644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container[data-plugin-animated-icon] {
    font-size: 1em;
    line-height: 1em !important;
}

/* line 4648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-icon-container[data-plugin-animated-icon] > svg,
.iconbox .iconbox-icon-container[data-plugin-animated-icon] object {
    opacity: 0;
}

/* line 4652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .contents {
    max-width: 100%;
}

/* line 4655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .iconbox-fill-el,
.iconbox .iconbox-icon-hover-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background-size: cover;
}

/* line 4669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox p {
    margin-bottom: 0;
}

/* line 4672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox .btn {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* line 4676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox.text-left {
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 4680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox.text-right {
    -webkit-box-align: end;
    align-items: flex-end;
}

/* line 4684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox:hover .iconbox-fill-el,
.iconbox:hover .iconbox-icon-hover-bg {
    opacity: 1;
}

/* line 4689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-animate-icon=true] .iconbox-icon-container > svg,
[data-animate-icon=true] .iconbox-icon-container > object {
    opacity: 0;
}

/* line 4693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container > svg,
[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container > object {
    opacity: 1;
}

/* line 4698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-square .iconbox-icon-container i,
.iconbox-square .iconbox-icon-container img[src$=".svg"],
.iconbox-square .iconbox-icon-container object,
.iconbox-square .iconbox-icon-container > svg,
.iconbox-circle .iconbox-icon-container i,
.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container object,
.iconbox-circle .iconbox-icon-container > svg,
.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container object,
.iconbox-lozenge .iconbox-icon-container > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* line 4716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-square[data-shape-border] img, .iconbox-square.iconbox-icon-solid img,
.iconbox-circle[data-shape-border] img,
.iconbox-circle.iconbox-icon-solid img,
.iconbox-lozenge[data-shape-border] img,
.iconbox-lozenge.iconbox-icon-solid img {
    max-width: 68%;
}

/* line 4724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-label {
    display: inline-block;
    padding: 8px 12px;
    position: absolute;
    top: 13px;
    right: 13px;
    border-radius: 2px;
    background: #EFEFEF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}

/* Icon Shape*/
/* line 4739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-circle .iconbox-icon-container,
.iconbox-lozenge .iconbox-icon-container,
.iconbox-hexagon .iconbox-icon-container,
.iconbox-square .iconbox-icon-container {
    border-radius: 6px;
    background: var(--color-primary);
    font-size: 40px;
    color: #fff;
}

/* line 4748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container object,
.iconbox-circle .iconbox-icon-container > svg,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container object,
.iconbox-lozenge .iconbox-icon-container > svg,
.iconbox-hexagon .iconbox-icon-container img[src$=".svg"],
.iconbox-hexagon .iconbox-icon-container object,
.iconbox-hexagon .iconbox-icon-container > svg,
.iconbox-square .iconbox-icon-container img[src$=".svg"],
.iconbox-square .iconbox-icon-container object,
.iconbox-square .iconbox-icon-container > svg {
    width: 50px;
}

/* line 4763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-circle .iconbox-icon-container,
.iconbox-lozenge .iconbox-icon-container,
.iconbox-square .iconbox-icon-container {
    width: 80px;
    height: 80px;
}

/* line 4770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-circle .iconbox-icon-container {
    border-radius: 50em;
}

/* line 4773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container object,
.iconbox-circle .iconbox-icon-container > svg {
    width: 44px;
}

/* line 4779, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lozenge .iconbox-icon-container {
    border-radius: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* line 4784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container object,
.iconbox-lozenge .iconbox-icon-container > svg {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* line 4792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-hexagon .iconbox-icon-container {
    width: 80px;
    height: 50px;
    margin-top: 26.6666666667px;
    margin-bottom: 26.6666666667px;
}

/* line 4798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-hexagon .iconbox-icon-container:before, .iconbox-hexagon .iconbox-icon-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: inherit;
    z-index: -1;
}

/* line 4811, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-hexagon .iconbox-icon-container:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

/* line 4815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-hexagon .iconbox-icon-container:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/* line 4820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container {
    margin-top: 0.6em;
    margin-bottom: 1em;
}

/* line 4824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg {
    opacity: 0.22;
}

/* line 4827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg > img,
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* line 4836, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg > svg {
    width: 3.1em;
    height: auto;
}

/* line 4840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg > img {
    max-width: none;
}

/* line 4843, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg path {
    fill: var(--color-primary);
}

/* line 4846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-wavebg .iconbox-icon-container .icon-wave-bg.default-opacity {
    opacity: 1;
}

/* Icon Style*/
/* line 4851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left;
}

/* line 4862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline .iconbox-icon-container,
.iconbox-inline h3 {
    margin-bottom: 0;
}

/* line 4866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline .iconbox-icon-wrap {
    flex-basis: auto;
}

/* line 4869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline .iconbox-icon-container {
    margin-right: 15px;
}

/* line 4872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline h3 {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
}

/* line 4877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline .contents {
    flex-basis: 100%;
    margin-top: 15px;
}

/* line 4881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline.text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 4888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline.text-right .iconbox-icon-container {
    margin-right: 0;
    margin-left: 15px;
}

/* line 4892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline.iconbox-wavebg .iconbox-icon-container {
    margin-right: 1.5em;
}

/* line 4895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-inline.iconbox-wavebg.text-right {
    margin-right: 0;
    margin-left: 1.5em;
}

/* line 4900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left;
}

/* line 4910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side .iconbox-icon-wrap {
    margin-right: 30px;
}

/* line 4913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side .iconbox-icon-container {
    margin-bottom: 0;
}

/* line 4916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side .contents {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
}

/* line 4921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side.text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

/* line 4926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side.text-right .iconbox-icon-wrap {
    margin-right: 0;
    margin-left: 30px;
}

/* line 4930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side.iconbox-wavebg .iconbox-icon-container {
    margin-right: 1.5em;
}

/* line 4933, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-side.iconbox-wavebg.text-right {
    margin-right: 0;
    margin-left: 1.5em;
}

/* Icon Borders */
/* line 4939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-shape-border="1"] .iconbox-icon-container {
    border-width: 1px;
}

/* line 4943, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-shape-border="2"] .iconbox-icon-container {
    border-width: 2px;
}

/* line 4947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-shape-border="3"] .iconbox-icon-container {
    border-width: 3px;
}

/* Filling Styles */
/* line 4952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-shadow,
.iconbox-shadow-hover,
.iconbox-bordered,
.iconbox-filled {
    padding: 25px 10%;
    background-color: #fff;
}

/* line 4959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-shadow.iconbox-inline, .iconbox-shadow.iconbox-side,
.iconbox-shadow-hover.iconbox-inline,
.iconbox-shadow-hover.iconbox-side,
.iconbox-bordered.iconbox-inline,
.iconbox-bordered.iconbox-side,
.iconbox-filled.iconbox-inline,
.iconbox-filled.iconbox-side {
    padding: 45px 5%;
}

/* line 4969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-semiround {
    border-radius: 5px;
}

/* line 4973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-round {
    border-radius: 10px;
}

/* line 4977, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-shadow {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}

/* line 4981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-shadow-hover {
    box-shadow: 0 0 0 transparent;
}

/* line 4984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-shadow-hover:hover {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}

/* line 4988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-bordered {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #E1E1E1;
}

/* line 4994, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: inherit;
    background: var(--color-primary);
    background-size: cover;
    background-position: center;
}

/* line 5011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:hover {
    color: #fff;
}

/* line 5014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:hover .iconbox-icon-container,
.iconbox-filled-hover:hover h3,
.iconbox-filled-hover:hover p,
.iconbox-filled-hover:hover p span,
.iconbox-filled-hover:hover a,
.iconbox-filled-hover:hover .btn[class*=text-] {
    color: inherit !important;
}

/* line 5022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:hover .btn-underlined:before, .iconbox-filled-hover:hover .btn-underlined:after {
    background: currentColor;
}

/* line 5025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:hover:before {
    opacity: 1;
}

/* line 5028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover:hover.iconbox-icon-image .iconbox-icon-container svg path {
    fill: currentColor;
    stroke: currentColor;
    -webkit-filter: none;
    filter: none;
}

/* line 5034, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-has-fill-element:before {
    content: none;
}

/* line 5037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .iconbox-filled-hover.iconbox-heading-gradient:hover .iconbox-icon-container i,
.backgroundcliptext .iconbox-filled-hover.iconbox-heading-gradient:hover h3 {
    background: #fff;
}

/* line 5041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-scale-bg:before {
    -webkit-transition: opacity 0.35s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.35s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 5047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-scale-bg:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 5055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-light-onhover:before {
    background-color: #fff;
}

/* line 5058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-light-onhover:hover {
    color: rgba(30, 22, 102, 0.55);
}

/* line 5061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-light-onhover:hover .iconbox-icon-container {
    color: var(--color-primary) !important;
}

/* line 5064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-filled-hover.iconbox-light-onhover:hover h3 {
    color: #1e1666 !important;
}

/* line 5068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-shadow .iconbox-icon-container {
    box-shadow: 0 17px 30px rgba(0, 0, 0, 0.07);
}

/* line 5072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-hover-shadow .iconbox-icon-container {
    box-shadow: 0 0 0 transparent;
}

/* line 5075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-hover-shadow:hover .iconbox-icon-container {
    box-shadow: 0 17px 30px rgba(0, 0, 0, 0.07);
}

/* line 5079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-linked .iconbox-icon-wrap {
    position: relative;
}

/* line 5082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-linked .iconbox-icon-wrap:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #E9E9E9;
}

/* line 5092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-linked:last-child .iconbox-icon-wrap:after {
    display: none;
}

/* line 5096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-contents-show-onhover.hide-target .contents > * {
    opacity: 0;
}

/* Heading sizes */
/* line 5101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-heading-xs h3 {
    font-size: 18px;
}

/* line 5105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-heading-sm h3 {
    font-size: 20px;
}

/* line 5109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-heading-md h3 {
    font-size: 24px;
}

/* line 5113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-heading-lg h3 {
    font-size: 28px;
}

/* Heading Gradient */
/* line 5118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .iconbox-heading-gradient h3 {
    background: -webkit-gradient(linear, left top, right top, from(#1DE1D1), to(#780BEE));
    background: linear-gradient(to right, #1DE1D1 0%, #780BEE 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* Icon Gradient */
/* line 5128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .iconbox-icon-gradient .iconbox-icon-container i {
    background: -webkit-gradient(linear, left top, right top, from(#1DE1D1), to(#780BEE));
    background: linear-gradient(to right, #1DE1D1 0%, #780BEE 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* Sizes*/
/* line 5138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs .iconbox-icon-container img {
    width: 20px;
}

/* line 5141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs.iconbox-circle .iconbox-icon-container, .iconbox-xxs.iconbox-square .iconbox-icon-container, .iconbox-xxs.iconbox-lozenge .iconbox-icon-container {
    width: 20px;
    height: 20px;
}

/* line 5145, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs.iconbox-hexagon .iconbox-icon-container {
    width: 20px;
    height: 12.5px;
}

/* line 5149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 6.6666666667px;
    margin-bottom: 6.6666666667px;
}

/* line 5154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs .iconbox-icon-container img {
    width: 45px;
}

/* line 5157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs.iconbox-circle .iconbox-icon-container, .iconbox-xs.iconbox-square .iconbox-icon-container, .iconbox-xs.iconbox-lozenge .iconbox-icon-container {
    width: 45px;
    height: 45px;
}

/* line 5161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs.iconbox-hexagon .iconbox-icon-container {
    width: 45px;
    height: 28.125px;
}

/* line 5165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* line 5170, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm .iconbox-icon-container img {
    width: 60px;
}

/* line 5173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm.iconbox-circle .iconbox-icon-container, .iconbox-sm.iconbox-square .iconbox-icon-container, .iconbox-sm.iconbox-lozenge .iconbox-icon-container {
    width: 60px;
    height: 60px;
}

/* line 5177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm.iconbox-hexagon .iconbox-icon-container {
    width: 60px;
    height: 37.5px;
}

/* line 5181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* line 5186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md .iconbox-icon-container img {
    width: 90px;
}

/* line 5189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md.iconbox-circle .iconbox-icon-container, .iconbox-md.iconbox-square .iconbox-icon-container, .iconbox-md.iconbox-lozenge .iconbox-icon-container {
    width: 90px;
    height: 90px;
}

/* line 5193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md.iconbox-hexagon .iconbox-icon-container {
    width: 90px;
    height: 56.25px;
}

/* line 5197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* line 5202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg .iconbox-icon-container img {
    width: 100px;
}

/* line 5205, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg.iconbox-circle .iconbox-icon-container, .iconbox-lg.iconbox-square .iconbox-icon-container, .iconbox-lg.iconbox-lozenge .iconbox-icon-container {
    width: 100px;
    height: 100px;
}

/* line 5209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg.iconbox-hexagon .iconbox-icon-container {
    width: 100px;
    height: 62.5px;
}

/* line 5213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 33.3333333333px;
    margin-bottom: 33.3333333333px;
}

/* line 5218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl .iconbox-icon-container img {
    width: 125px;
}

/* line 5221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl.iconbox-circle .iconbox-icon-container, .iconbox-xl.iconbox-square .iconbox-icon-container, .iconbox-xl.iconbox-lozenge .iconbox-icon-container {
    width: 125px;
    height: 125px;
}

/* line 5225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl.iconbox-hexagon .iconbox-icon-container {
    width: 125px;
    height: 78.125px;
}

/* line 5229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl.iconbox-hexagon:not(.iconbox-inline) .iconbox-icon-container {
    margin-top: 41.6666666667px;
    margin-bottom: 41.6666666667px;
}

/* line 5234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs .iconbox-icon-container {
    font-size: 20px;
}

/* line 5237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xxs .iconbox-icon-container img[src$=".svg"],
.iconbox-xxs .iconbox-icon-container object,
.iconbox-xxs .iconbox-icon-container > svg {
    width: 20px;
}

/* line 5243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs .iconbox-icon-container {
    font-size: 20px;
}

/* line 5246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xs .iconbox-icon-container img[src$=".svg"],
.iconbox-xs .iconbox-icon-container object,
.iconbox-xs .iconbox-icon-container > svg {
    width: 20px;
}

/* line 5252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm .iconbox-icon-container {
    font-size: 25px;
}

/* line 5255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-sm .iconbox-icon-container img[src$=".svg"],
.iconbox-sm .iconbox-icon-container object,
.iconbox-sm .iconbox-icon-container > svg {
    width: 25px;
}

/* line 5261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md .iconbox-icon-container {
    font-size: 40px;
}

/* line 5264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-md .iconbox-icon-container img[src$=".svg"],
.iconbox-md .iconbox-icon-container object,
.iconbox-md .iconbox-icon-container > svg {
    width: 40px;
}

/* line 5270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg .iconbox-icon-container {
    font-size: 45px;
}

/* line 5273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-lg .iconbox-icon-container img[src$=".svg"],
.iconbox-lg .iconbox-icon-container object,
.iconbox-lg .iconbox-icon-container > svg {
    width: 45px;
}

/* line 5279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl .iconbox-icon-container {
    font-size: 50px;
}

/* line 5282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-xl .iconbox-icon-container img[src$=".svg"],
.iconbox-xl .iconbox-icon-container object,
.iconbox-xl .iconbox-icon-container > svg {
    width: 50px;
}

/* line 5288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-icon-ripple .iconbox-icon-container:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid var(--color-primary);
    -webkit-animation: iconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: iconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* line 5302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-blue {
    background-color: #dde1f8;
}

/* line 5305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-blue .contents {
    color: #3d59e8;
}

/* line 5309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-pink {
    background-color: #fcd7e0;
}

/* line 5312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-pink .contents {
    color: #fe688b;
}

/* line 5316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-green {
    background-color: #c7f7ea;
}

/* line 5319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-green .contents {
    color: #28d5a7;
}

/* line 5323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-iconboxes {
    padding: 35px 35px 15px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.082);
}

/* line 5328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-color-pippin .iconbox-icon-container {
    color: #fd623c;
    background-color: #ffe4df;
}

/* line 5333, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.iconbox-color-apple .iconbox-icon-container {
    color: #46d664;
    background-color: #cdf2d6;
}

/* line 5338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode [data-animate-icon=true] .iconbox-icon-container > svg,
.compose-mode [data-animate-icon=true] .iconbox-icon-container > object {
    opacity: 1;
}

@media screen and (min-width: 992px) {
    /* line 5344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-iconboxes {
        margin-top: -110%;
    }
}

@media screen and (min-width: 768px) {
    /* line 5349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack {
        position: relative;
        text-align: center;
    }

    /* line 5353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox {
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
    }

    /* line 5358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox-icon-container {
        margin-bottom: 0;
    }

    /* line 5361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox-blue,
    .lqd-iconbox-stack .iconbox-green {
        position: absolute;
        top: 26%;
        z-index: 2;
    }

    /* line 5367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox-blue {
        top: 30%;
        left: 7%;
    }

    /* line 5371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox-pink {
        margin-top: 12vw;
    }

    /* line 5374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox-green {
        right: 7%;
    }
}

@media screen and (max-width: 767px) {
    /* line 5379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-iconbox-stack .iconbox {
        width: 100%;
    }

    /* line 5382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-xs-center {
        text-align: center;
    }

    /* line 5385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-xs-center-item {
        margin-left: auto;
        margin-right: auto;
    }

    /* line 5389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-xs-30, .mb-0.mb-xs-30 {
        margin-bottom: 30px !important;
    }

    /* line 5392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-xs-15, .mb-0.mb-xs-15 {
        margin-bottom: 15px !important;
    }

    /* line 5395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-block-xs, .d-flex.d-block-xs {
        display: block !important;
    }
}

/* 3.5. Tabs */
/* line 5400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-bottom: 2em;
    position: relative;
}

/* line 5411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav > li,
.tabs-nav > li > a {
    display: -webkit-box;
    display: flex;
}

/* line 5416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav a {
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.6em 1em;
    font-size: 1em;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 5427, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav li {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: inherit;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 5438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav li.active a,
.tabs-nav li a:hover,
.tabs-nav li a:focus {
    color: var(--color-link-hover);
    background-color: transparent;
}

/* line 5445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-pane {
    display: none;
}

/* line 5448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-pane.active {
    display: block;
}

/* Nav positions */
/* line 5453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-centered .tabs-nav {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 5458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-justified .tabs-nav li,
.tabs-nav-justified .tabs-nav li a {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 5464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-spaced .tabs-nav li + li {
    margin-left: 8px;
}

/* Nav Borderes */
/* line 5469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-bordered .tabs-nav {
    border: 1px solid #e0e1eb;
}

/* line 5473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-underlined .tabs-nav {
    border-bottom: 1px solid #e0e1eb;
}

/* line 5477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-items-bordered .tabs-nav li {
    font-size: 12px;
    border: 1px solid #E1E1E1;
}

/* line 5481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-items-bordered .tabs-nav a {
    padding: 1.25em 3.6666666667em;
    margin: -1px;
}

/* Nav Stats */
/* line 5487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-filled .tabs-nav a {
    padding: 1.15em 2.8em;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
}

/* line 5492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-filled.tabs-content-filled .tabs-nav a {
    background: none;
}

/* line 5496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-active-filled .tabs-nav li.active a,
.tabs-nav-active-filled .tabs-nav li a:hover {
    background-color: #e0e1eb;
}

/* line 5501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-active-underlined .tabs-nav li {
    position: relative;
    overflow: hidden;
}

/* line 5505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-active-underlined .tabs-nav li:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-color: var(--color-primary);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/* line 5525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-active-underlined .tabs-nav li.active:after, .tabs-nav-active-underlined .tabs-nav li:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* line 5530, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-shadowed .tabs-nav {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

/* Contens Stats */
/* line 5535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-contents-shadowed .tabs-nav {
    margin: 0;
}

/* line 5538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-contents-shadowed .tabs-content {
    padding: 40px 30px 1.25em;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

/* line 5544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-content-filled .tabs-nav {
    margin-bottom: 0;
}

/* line 5547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-content-filled .tabs-content {
    padding: 30px 40px;
    background-color: #ECECEC;
}

/* Nav Icons */
/* line 5553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-icon {
    margin-right: 0.65em;
    font-size: 26px;
}

/* Nav Size */
/* line 5559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-sm .tabs-nav li {
    margin-left: 35px;
    margin-right: 35px;
}

/* line 5563, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-sm .tabs-nav a {
    padding: 0.05em 0;
}

/* line 5567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-lg .tabs-nav a {
    padding: 1.2em 2em;
}

/* line 5571, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}

/* line 5582, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav,
.tabs-nav-side .tabs-content {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 5587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav {
    width: 26.5%;
    padding: 35px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: inherit;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 5599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav a {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1 auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 5606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav a:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 5624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 5628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav li {
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
    -webkit-transition: font-weight 0.3s;
    transition: font-weight 0.3s;
}

/* line 5637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav li.active {
    font-weight: 700;
}

/* line 5640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav li.active a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 5644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav .tabs-nav-title {
    padding: 0 40px;
    margin-bottom: 20px;
}

/* line 5648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-nav .tabs-nav-title h6 {
    margin: 0;
    color: #5A5A5A;
}

/* line 5652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side .tabs-content {
    width: 73.5%;
    padding: 30px;
}

/* line 5657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav {
    width: 31.6%;
}

/* line 5660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li {
    border-bottom: 1px solid #F0F0F0;
    font-size: 20px;
    font-weight: 600;
}

/* line 5665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li a {
    padding: 1.15em 2.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    color: #100F26;
}

/* line 5674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li a:after {
    content: '\f105';
    width: auto;
    height: auto;
    position: absolute;
    top: 1.15em;
    left: 0;
    background: none;
    opacity: 0;
    font-family: fontAwesome;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 5693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li a span {
    margin-top: 0.65em;
    font-size: 0.75em;
    line-height: 1.7333333333em;
    font-weight: 400;
}

/* line 5699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li.active a span,
.tabs-nav-side-alt .tabs-nav li a span {
    color: #84898F;
}

/* line 5703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li.active a:after, .tabs-nav-side-alt .tabs-nav li:hover a:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* line 5708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li.active {
    font-weight: 600;
}

/* line 5711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-nav li.active a {
    color: var(--color-primary);
}

/* line 5714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-alt .tabs-content {
    width: 68.4%;
}

/* line 5718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li {
    border: none;
    border-radius: 6px;
    background-color: #fff;
    font-size: 21px;
    font-weight: 500;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
}

/* line 5726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: var(--color-primary);
    opacity: 0;
    -webkit-transform: scale(0.97, 0.95);
    transform: scale(0.97, 0.95);
    -webkit-transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
    transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
}

/* line 5744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li:not(:last-child) {
    margin-bottom: 1.7em;
}

/* line 5747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li a {
    padding-left: 30px;
    padding-right: 30px;
}

/* line 5751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li a:after {
    content: none;
}

/* line 5754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li a span {
    margin-top: 0.5em;
    opacity: 0.65;
    font-size: 0.7142857143em;
    color: inherit;
}

/* line 5760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li.active:before, .tabs-nav-side-block .tabs-nav li:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 5765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li.active a, .tabs-nav-side-block .tabs-nav li:hover a {
    color: #fff;
}

/* line 5768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li.active a span, .tabs-nav-side-block .tabs-nav li:hover a span {
    color: inherit;
}

/* line 5771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.tabs-nav-side-block .tabs-nav li.active {
    font-weight: 500;
}

/* 3.6. Subscribe Forms */
@-webkit-keyframes formRotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes formRotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* line 5788, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf {
    position: relative;
    margin-bottom: 2em;
    /*
  * Form sizes
  */
    /*
  * Input style
  */
    /*
  * Button positions
  */
    /*
  * Button style
  */
    /*
  * Shadows
  */
    /*
  * Shapes
  */
    /*
  * Border thickness
  */
    /*
  * Button Stats
  */
}

/* line 5816, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf input:focus {
    outline: none;
}

/* line 5819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf p {
    line-height: 1.5em;
    margin-bottom: 20px;
    position: relative;
}

/* line 5824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf p [type=submit] {
    padding-top: 0;
    padding-bottom: 0;
}

/* line 5828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text],
.ld-sf [type=email],
.ld-sf [type=submit] {
    height: 60px;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 5837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text],
.ld-sf [type=email] {
    display: block;
    width: 100%;
    padding: 0 2.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #ededed;
    border-radius: 2px;
    background-color: transparent;
    line-height: 1.5em;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* line 5851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text]:focus,
.ld-sf [type=email]:focus {
    border-color: #aaa;
}

/* line 5855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text]::-webkit-input-placeholder,
.ld-sf [type=email]::-webkit-input-placeholder {
    color: inherit;
}

/* line 5859, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text]::-moz-placeholder,
.ld-sf [type=email]::-moz-placeholder {
    color: inherit;
}

/* line 5863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text]:-moz-placeholder,
.ld-sf [type=email]:-moz-placeholder {
    color: inherit;
}

/* line 5867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=text]:-ms-input-placeholder,
.ld-sf [type=email]:-ms-input-placeholder {
    color: inherit;
}

/* line 5871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf select {
    display: inline-block;
    width: auto;
}

/* line 5875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=submit] {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 40px;
    margin: 0;
    border: 0;
    position: relative;
    border-radius: 2px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    outline: none;
    background-color: var(--color-primary);
    color: #fff;
    -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

/* line 5897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=submit]:hover .submit-icon {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
}

/* line 5901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf [type=submit]:hover .submit-text + .submit-icon {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
}

/* line 5905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-icon,
.ld-sf .submit-text {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    line-height: 1em;
}

/* line 5915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-icon {
    font-size: 1.1em;
}

/* line 5918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-icon i {
    margin: 0;
}

/* line 5921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-icon + .submit-text {
    margin-left: 0.65em;
}

/* line 5924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-text + .submit-icon {
    margin-left: 0.65em;
}

/* line 5927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf .submit-text:empty {
    display: none;
}

/* line 5930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf[data-plugin-ld-sf] {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visiblity 0.3s ease;
    transition: opacity 0.3s ease, visiblity 0.3s ease;
}

/* line 5936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--is-initialized {
    opacity: 1 !important;
    visibility: visible !important;
}

/* line 5940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-xs [type=text],
.ld-sf--size-xs [type=email],
.ld-sf--size-xs [type=submit] {
    height: 45px;
}

/* line 5945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-sm [type=text],
.ld-sf--size-sm [type=email],
.ld-sf--size-sm [type=submit] {
    height: 50px;
}

/* line 5950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-md [type=text],
.ld-sf--size-md [type=email],
.ld-sf--size-md [type=submit] {
    height: 60px;
}

/* line 5955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-lg [type=text],
.ld-sf--size-lg [type=email] {
    height: 65px;
}

/* line 5959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-lg [type=submit] {
    height: 60px;
}

/* line 5962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-xl [type=text],
.ld-sf--size-xl [type=email] {
    height: 70px;
}

/* line 5966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--size-xl [type=submit] {
    height: 65px;
}

/* line 5969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-solid [type=text],
.ld-sf--input-solid [type=email] {
    border: none;
    background-color: #fff;
    color: #000;
}

/* line 5975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-underlined [type=text], .ld-sf--input-underlined [type=email] {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
    border-left: none;
    border-radius: 0 !important;
}

/* line 5983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-underlined [type=text]:focus,
.ld-sf--input-underlined [type=email]:focus {
    background-color: transparent;
}

/* line 5987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
html:not([dir=rtl]) .ld-sf--input-underlined [type=text],
html:not([dir=rtl]) .ld-sf--input-underlined [type=email] {
    padding-left: 0 !important;
}

/* line 5991, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside [type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 100%;
    max-height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* line 6000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside label ~ [type=submit] {
    min-height: 0;
}

/* line 6003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.ld-sf--button-bordered [type=submit] {
    bottom: 1px;
    height: calc(100% - 2px);
    min-height: calc(100% - 2px);
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* line 6011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.ld-sf--button-bordered .submit-text,
.ld-sf--button-inside.ld-sf--button-bordered .submit-icon {
    margin-top: 0;
}

/* line 6015, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.ld-sf--button-bordered.ld-sf--border-thick [type=submit] {
    bottom: 2px;
    height: calc(100% - 4px);
    min-height: calc(100% - 4px);
}

/* line 6020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.ld-sf--button-bordered.ld-sf--border-thicker [type=submit] {
    bottom: 3px;
    height: calc(100% - 6px);
    min-height: calc(100% - 6px);
}

/* line 6025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.ld-sf--button-naked [type=submit] {
    padding-right: 1em;
}

/* line 6028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inside.button-shrinked [type=submit] {
    bottom: 14%;
    right: 12px;
    max-height: 72%;
    min-height: 72%;
    height: 72%;
}

/* line 6035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inline form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
}

/* line 6044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inline p,
.ld-sf--button-inline [type=submit] {
    vertical-align: bottom;
}

/* line 6048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inline p {
    -webkit-box-flex: 1;
    flex: 1 0;
    padding-right: 20px;
}

/* line 6053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-inline [type=text],
.ld-sf--button-inline [type=email] {
    display: inline-block;
}

/* line 6057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-block [type=submit] {
    width: 100%;
}

/* line 6060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-bordered [type=submit] {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

/* line 6065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-naked [type=submit] {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
    color: var(--color-primary);
}

/* line 6072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-underlined [type=submit] {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
}

/* line 6080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-shadow [type=text],
.ld-sf--input-shadow [type=email] {
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
}

/* line 6084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-shadow [type=text]:focus,
.ld-sf--input-shadow [type=email]:focus {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* line 6088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-inner-shadow [type=text],
.ld-sf--input-inner-shadow [type=email] {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

/* line 6092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--input-inner-shadow [type=text]:focus,
.ld-sf--input-inner-shadow [type=email]:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

/* line 6096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--sharp [type=text],
.ld-sf--sharp [type=email],
.ld-sf--sharp [type=submit] {
    border-radius: 0;
}

/* line 6101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--round [type=text],
.ld-sf--round [type=email],
.ld-sf--round [type=submit] {
    border-radius: 4px;
}

/* line 6106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--circle [type=text],
.ld-sf--circle [type=email],
.ld-sf--circle [type=submit] {
    border-radius: 50em;
}

/* line 6111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thin [type=text],
.ld-sf--border-thin [type=email],
.ld-sf--border-thin [type=submit] {
    border-width: 1px;
}

/* line 6116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thin .submit-text,
.ld-sf--border-thin .submit-icon {
    margin-top: -1px;
}

/* line 6120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thick [type=text],
.ld-sf--border-thick [type=email],
.ld-sf--border-thick [type=submit] {
    border-width: 2px;
}

/* line 6125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thick .submit-text,
.ld-sf--border-thick .submit-icon {
    margin-top: -2px;
}

/* line 6129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thicker [type=text],
.ld-sf--border-thicker [type=email],
.ld-sf--border-thicker [type=submit] {
    border-width: 3px;
}

/* line 6134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--border-thicker .submit-text,
.ld-sf--border-thicker .submit-icon {
    margin-top: -3px;
}

/* line 6138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-hide-label [type=submit] .submit-text {
    display: none !important;
}

/* line 6141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-hide-label [type=submit] .submit-icon {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line 6145, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf--button-hidden [type=submit] {
    display: none !important;
}

/* line 6149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_sf_form {
    position: relative;
}

/* line 6153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf-spinner {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50em;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    color: inherit;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 6174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf-spinner:before,
.ld-sf-spinner span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 2px solid;
}

/* line 6185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf-spinner:before {
    content: '';
    opacity: 0.1;
}

/* line 6189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-sf-spinner span {
    text-indent: -99999px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-clip-path: polygon(0 0%, 100% 50%, 100% 0%, 0% 0%);
    clip-path: polygon(0 0%, 100% 50%, 100% 0%, 0% 0%);
    -webkit-animation: formRotate360 1s linear both infinite;
    animation: formRotate360 1s linear both infinite;
}

/* line 6199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.form-submitting .submit-text,
.form-submitting .submit-icon {
    opacity: 0;
    visibility: hidden;
}

/* line 6204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.form-submitting .ld-sf-spinner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/* line 6211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-result {
    margin-top: 1.5em;
}

/* line 6215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#ld_sf_response p {
    padding: 0.75em 1.25em;
    border-radius: 3px;
    font-weight: 700;
    color: #000;
}

/* line 6222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_sf_response-success {
    background-color: rgba(107, 228, 117, 0.4);
    color: #1ca13d;
}

/* line 6227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_sf_response-error {
    background-color: rgba(228, 107, 107, 0.4);
    color: #a11c1c;
}

/* 3.7. Contact Forms */
/* line 6233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form {
    margin-bottom: 2em;
}

/* line 6236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form p {
    margin-bottom: 0;
    position: relative;
}

/* line 6240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form .ld-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 6245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select,
.contact-form input,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 50px;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d5d6de;
    border-radius: 0;
    background: none;
    -webkit-box-align: center;
    align-items: center;
    color: #b7b9c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 6266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form .ui-selectmenu-button::-webkit-input-placeholder {
    color: inherit;
}

/* line 6272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select::-moz-placeholder,
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form .ui-selectmenu-button::-moz-placeholder {
    color: inherit;
}

/* line 6278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select:-moz-placeholder,
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form .ui-selectmenu-button:-moz-placeholder {
    color: inherit;
}

/* line 6284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form .ui-selectmenu-button:-ms-input-placeholder {
    color: inherit;
}

/* line 6290, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form .ui-selectmenu-button:focus {
    outline: none;
    border-color: #9c9eb1;
    color: #9c9eb1;
}

/* line 6298, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 6303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form input[type=submit],
.contact-form button[type=submit] {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* line 6319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form input[type=submit]:hover,
.contact-form button[type=submit]:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}

/* line 6325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form input[type=radio],
.contact-form input[type=checkbox] {
    display: initial;
    width: auto;
    height: auto;
}

/* line 6331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 6337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select[multiple] {
    padding: 0;
    height: auto;
}

/* line 6341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form select[multiple] option {
    padding: 0.5em 2em;
}

/* line 6344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form label {
    font-weight: inherit;
    margin-right: 5px;
}

/* line 6348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form textarea {
    height: auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0 !important;
}

/* line 6354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form i {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: calc(1em + 15px);
    margin-top: -10px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 6365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form i ~ label,
.contact-form i ~ input,
.contact-form i ~ textarea {
    text-indent: 1em;
}

/* line 6370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form .ui-selectmenu-button .ui-selectmenu-text {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 6374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form .ui-selectmenu-button .ui-selectmenu-icon {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

/* line 6378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form .ui-spinner {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
}

/* line 6384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form input.ui-spinner-input {
    margin: 0;
    box-shadow: none;
}

/* line 6388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form a.ui-spinner-button {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

/* line 6393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form a.ui-spinner-button:active {
    background-color: #181b31;
}

/* Inputs sizes */
/* line 6398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-sm select,
.contact-form-inputs-sm input,
.contact-form-inputs-sm textarea,
.contact-form-inputs-sm .ui-selectmenu-button {
    height: 40px;
}

/* line 6404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-sm input[type=submit],
.contact-form-inputs-sm button[type=submit] {
    height: 40px;
}

/* line 6409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-md select,
.contact-form-inputs-md input,
.contact-form-inputs-md textarea,
.contact-form-inputs-md .ui-selectmenu-button {
    height: 50px;
}

/* line 6415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-md input[type=submit],
.contact-form-inputs-md button[type=submit] {
    height: 50px;
}

/* line 6420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-lg select,
.contact-form-inputs-lg input,
.contact-form-inputs-lg textarea,
.contact-form-inputs-lg .ui-selectmenu-button {
    height: 60px;
    margin-bottom: 30px;
}

/* line 6427, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-lg input[type=submit],
.contact-form-inputs-lg button[type=submit] {
    height: 60px;
}

/* Input Shapes */
/* line 6433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-underlined select,
.contact-form-inputs-underlined input,
.contact-form-inputs-underlined textarea,
.contact-form-inputs-underlined .ui-selectmenu-button {
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-bottom-width: 1px;
}

/* line 6442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-underlined i {
    left: 15px;
}

/* line 6445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-underlined i ~ label,
.contact-form-inputs-underlined i ~ input,
.contact-form-inputs-underlined i ~ textarea {
    text-indent: 2em;
}

/* line 6451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-filled select,
.contact-form-inputs-filled input,
.contact-form-inputs-filled textarea,
.contact-form-inputs-filled .ui-selectmenu-button {
    border: none;
    background-color: #fff;
}

/* Inputs Border Thickness */
/* line 6460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thin select,
.contact-form-inputs-border-thin input,
.contact-form-inputs-border-thin textarea,
.contact-form-inputs-border-thin .ui-selectmenu-button {
    border-width: 1px;
}

/* line 6466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thin input[type=submit],
.contact-form-inputs-border-thin button[type=submit] {
    border-width: 1px;
}

/* line 6471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thick select,
.contact-form-inputs-border-thick input,
.contact-form-inputs-border-thick textarea,
.contact-form-inputs-border-thick .ui-selectmenu-button {
    border-width: 2px;
}

/* line 6477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thick input[type=submit],
.contact-form-inputs-border-thick button[type=submit] {
    border-width: 2px;
}

/* line 6482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thicker select,
.contact-form-inputs-border-thicker input,
.contact-form-inputs-border-thicker textarea,
.contact-form-inputs-border-thicker .ui-selectmenu-button {
    border-width: 3px;
}

/* line 6488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-border-thicker input[type=submit],
.contact-form-inputs-border-thicker button[type=submit] {
    border-width: 3px;
}

/* Inputs Border Roundness */
/* line 6494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-sharp select,
.contact-form-inputs-sharp input,
.contact-form-inputs-sharp textarea,
.contact-form-inputs-sharp .ui-selectmenu-button {
    border-radius: 0;
}

/* line 6500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-sharp input[type=submit],
.contact-form-inputs-sharp button[type=submit] {
    border-radius: 0;
}

/* line 6504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-sharp input[type=submit],
.contact-form-inputs-sharp button[type=submit] {
    border-radius: 0;
}

/* line 6509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-round select,
.contact-form-inputs-round input,
.contact-form-inputs-round textarea,
.contact-form-inputs-round .ui-selectmenu-button {
    border-radius: 4px;
}

/* line 6515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-round input[type=submit],
.contact-form-inputs-round button[type=submit] {
    border-radius: 4px;
}

/* line 6520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle select,
.contact-form-inputs-circle input,
.contact-form-inputs-circle textarea,
.contact-form-inputs-circle .ui-selectmenu-button {
    border-radius: 50em;
}

/* line 6526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle textarea {
    border-radius: 15px !important;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
}

/* line 6532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle textarea[rows="1"] {
    border-radius: 50em !important;
}

/* line 6535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle input[type=submit],
.contact-form-inputs-circle button[type=submit] {
    border-radius: 50em;
}

/* line 6539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle .ui-spinner-button {
    right: 1em;
}

/* line 6542, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-circle:not(.contact-form-inputs-filled) textarea {
    padding-left: 0;
    padding-right: 0;
}

/* line 6547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-underlined select,
.contact-form-inputs-underlined input,
.contact-form-inputs-underlined textarea,
.contact-form-inputs-underlined .ui-selectmenu-button {
    border-radius: 0;
}

/*
	Styling Button
*/
/* Button sizes */
/* line 6558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-sm input[type=submit],
.contact-form-button-sm button[type=submit] {
    height: 40px;
}

/* line 6563, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-md input[type=submit],
.contact-form-button-md button[type=submit] {
    height: 50px;
}

/* line 6568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-lg input[type=submit],
.contact-form-button-lg button[type=submit] {
    height: 60px;
    margin-bottom: 30px;
}

/* line 6573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-lg i {
    margin-top: -15px;
}

/* Button Width */
/* line 6578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-block input[type=submit],
.contact-form-button-block button[type=submit] {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

/* Button Shapes */
/* line 6587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-underlined input[type=submit],
.contact-form-button-underlined button[type=submit] {
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    background-color: transparent;
    color: var(--color-primary);
    border-bottom-width: 1px;
}

/* line 6596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-underlined input[type=submit]:hover,
.contact-form-button-underlined button[type=submit]:hover {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

/* line 6603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-bordered input[type=submit],
.contact-form-button-bordered button[type=submit] {
    color: var(--color-primary);
    background-color: transparent;
}

/* line 6608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-bordered input[type=submit]:hover,
.contact-form-button-bordered button[type=submit]:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* Button Border Thickness */
/* line 6615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-border-thin input[type=submit],
.contact-form-button-border-thin button[type=submit] {
    border-width: 1px;
}

/* line 6620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-border-thick input[type=submit],
.contact-form-button-border-thick button[type=submit] {
    border-width: 2px;
}

/* line 6625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-border-thicker input[type=submit],
.contact-form-button-border-thicker button[type=submit] {
    border-width: 3px;
}

/* Button Border Roundness */
/* line 6631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-sharp input[type=submit],
.contact-form-button-sharp button[type=submit] {
    border-radius: 0;
}

/* line 6636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-round input[type=submit],
.contact-form-button-round button[type=submit] {
    border-radius: 4px;
}

/* line 6641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-button-circle input[type=submit],
.contact-form-button-circle button[type=submit] {
    border-radius: 50em;
}

/* Custom Labels */
/* line 6647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl {
    display: -webkit-box;
    display: flex;
    height: calc(100% - 20px);
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(15px + 2em);
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 6661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl:after {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: 0;
    font-size: 75%;
    -webkit-transition: inherit;
    transition: inherit;
}

/* line 6671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl span {
    -webkit-transition: inherit;
    transition: inherit;
}

/* line 6675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
textarea ~ .liquid-cl {
    padding-top: 1em;
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 6680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-lg .liquid-cl {
    height: calc(100% - 30px);
}

/* line 6683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-inputs-underlined .liquid-cl {
    left: 15px;
}

/* line 6686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl span, textarea:focus ~ .liquid-cl span, .input-focused .liquid-cl span, .input-filled .liquid-cl span {
    opacity: 0;
}

/* line 6690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl-1:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* line 6694, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-1 span, textarea:focus ~ .liquid-cl-1 span, .input-focused .liquid-cl-1 span, .input-filled .liquid-cl-1 span {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

/* line 6698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-1:after, textarea:focus ~ .liquid-cl-1:after, .input-focused .liquid-cl-1:after, .input-filled .liquid-cl-1:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
}

/* line 6706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl-2 {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* line 6712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl-2:after {
    -webkit-transform: translateY(10px) rotateX(30deg);
    transform: translateY(10px) rotateX(30deg);
}

/* line 6716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-2 span, textarea:focus ~ .liquid-cl-2 span, .input-focused .liquid-cl-2 span, .input-filled .liquid-cl-2 span {
    -webkit-transform: translateY(10px) rotateX(-30deg);
    transform: translateY(10px) rotateX(-30deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

/* line 6722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-2:after, textarea:focus ~ .liquid-cl-2:after, .input-focused .liquid-cl-2:after, .input-filled .liquid-cl-2:after {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
}

/* line 6730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-cl-3:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* line 6736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-3 span, textarea:focus ~ .liquid-cl-3 span, .input-focused .liquid-cl-3 span, .input-filled .liquid-cl-3 span {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* line 6742, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
input:focus ~ .liquid-cl-3:after, textarea:focus ~ .liquid-cl-3:after, .input-focused .liquid-cl-3:after, .input-filled .liquid-cl-3:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/* line 6750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.contact-form-result {
    margin-top: 1.5em;
}

/* line 6754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.form-message {
    padding: 0.5em 1.5em;
    border-radius: 3px;
    font-weight: 700;
}

/* line 6760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.form-success {
    background-color: rgba(107, 228, 117, 0.4);
    color: #1ca13d;
}

/* line 6765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.form-error {
    background-color: rgba(228, 107, 107, 0.4);
    color: #a11c1c;
}

/* 3.8. Fancy Titles */
/* line 6771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title {
    margin-bottom: 2.5em;
    position: relative;
}

/* line 6775, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title > :empty:not(br):not(hr):not(i.line) {
    display: none;
}

/* line 6778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title h2,
.fancy-title h3,
.fancy-title h4 {
    margin: 0.25em 0;
}

/* line 6783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title i {
    margin-right: 0.27em;
}

/* line 6786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title > :first-child {
    margin-top: 0;
}

/* line 6789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title > :last-child {
    margin-bottom: 0;
}

/* line 6792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .text-uppercase {
    letter-spacing: 0.1em;
}

/* line 6795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title i.line {
    display: inline-block;
    width: 1.138em;
    height: 3px;
    vertical-align: middle;
    background-color: var(--color-primary);
}

/* line 6802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .underlined {
    display: inline-block;
    padding-bottom: 1.25em;
    position: relative;
    clear: both;
}

/* line 6808, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .underlined:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
}

/* line 6818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title.text-center .underlined:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 6823, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title.text-right .underlined:after {
    left: auto;
    right: 0;
}

/* line 6828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title-underlined {
    padding-bottom: 2.5em;
}

/* line 6831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title-underlined:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
}

/* line 6841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title-underlined.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 6846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title-underlined.text-right:after {
    left: auto;
    right: 0;
}

/* Lines */
/* line 6852, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .lined-alt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 6861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .line-alt {
    -webkit-box-flex: 1;
    flex: 1 auto;
    height: 1px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 50em;
    margin-right: 2em;
}

/* line 6870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .line-alt:last-child {
    margin-right: 0;
    margin-left: 2em;
}

/* line 6874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .line-alt-doubled {
    top: 0.3em;
}

/* line 6877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-title .line-alt-doubled:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.6em;
    left: 0;
    border-radius: inherit;
    background-color: inherit;
}

@media screen and (min-width: 1200px) {
    /* line 6890, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-title .pull-to-left {
        margin-left: -2.3076923077em;
    }
}

/* 3.9. Pricing Tables */
/* line 6895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table {
    margin-bottom: 2em;
    position: relative;
    text-align: center;
}

/* line 6900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 6905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table ul li {
    display: block;
}

/* line 6908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table .btn {
    font-size: 14px;
    font-weight: 600;
}

/* line 6912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table .pricing {
    margin: 0;
}

/* line 6915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table.featured {
    z-index: 2;
}

/* line 6919, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-footer:empty {
    display: none;
}

/* line 6923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default {
    border: 1px solid #e4e4eb;
}

/* line 6926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default .pricing-table-header {
    padding: 16px 16px;
    background-color: #f0f2f4;
    border-bottom: 1px solid #fff;
    border-color: inherit;
}

/* line 6932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default h5 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #181a23;
}

/* line 6942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default h5 small {
    display: block;
    font-size: 50%;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    margin-bottom: 10px;
}

/* line 6950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default .pricing-table-body {
    padding: 24px 60px;
    border-color: inherit;
}

/* line 6954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default ul {
    color: #828593;
    border-color: inherit;
}

/* line 6958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default ul li {
    padding: 1.333em 0;
    font-size: 15px;
    line-height: 1.6em;
    border-bottom: 1px solid #fff;
    border-color: inherit;
}

/* line 6965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default ul strong {
    display: block;
    font-size: 1.071428571428571em;
    color: #181a23;
}

/* line 6970, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default .btn {
    margin-bottom: 50px;
}

/* line 6973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default .pricing {
    margin-bottom: 0.666em;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary);
}

/* line 6979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-default .pricing sup {
    font-size: 60%;
    font-weight: 400;
}

/* line 6984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 14px 14px 70px rgba(0, 0, 0, 0.07);
}

/* line 6991, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-header {
    padding: 18px 50px;
    position: relative;
}

/* line 6995, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 0;
    background-color: var(--color-primary);
}

/* line 7008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful h5 {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 7px 0;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    color: #181b31;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

/* line 7023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful h5 small {
    -webkit-box-ordinal-group: 2;
    order: 1;
    font-size: 1.875em;
    color: var(--color-primary);
}

/* line 7029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-body {
    padding: 30px 0;
}

/* line 7032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful ul {
    color: #808291;
}

/* line 7035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful ul li {
    border-bottom: 1px solid #e7eaef;
    padding: 1em;
}

/* line 7039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful ul li:last-child {
    border: none;
}

/* line 7042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful ul strong {
    color: #181b31;
}

/* line 7045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-footer {
    margin-bottom: 42px;
}

/* line 7048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-footer:before, .pricing-table-colorful .pricing-table-footer:after {
    content: '';
    display: table;
}

/* line 7052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .pricing-table-footer:after {
    clear: both;
}

/* line 7055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .featured-tag {
    color: var(--color-primary);
}

/* line 7058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .featured-tag i,
.pricing-table-colorful .featured-tag span {
    display: block;
}

/* line 7062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful .featured-tag i {
    font-size: 30px;
    margin-bottom: 0.25em;
}

/* line 7066, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-green .pricing-table-header:before {
    background-color: #46d664;
}

/* line 7069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-green .featured-tag,
.pricing-table-colorful.color-green h5 small {
    color: #46d664;
}

/* line 7073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-red .pricing-table-header:before {
    background-color: #fd623c;
}

/* line 7076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-red .featured-tag,
.pricing-table-colorful.color-red h5 small {
    color: #fd623c;
}

/* line 7080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-blue .pricing-table-header:before {
    background-color: #02a0e5;
}

/* line 7083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.color-blue .featured-tag,
.pricing-table-colorful.color-blue h5 small {
    color: #02a0e5;
}

/* line 7087, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.first {
    margin-left: 0;
}

/* line 7090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.last {
    margin-right: 0;
}

/* line 7093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-colorful.featured {
    margin-top: -50px;
}

/* line 7097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern {
    padding: 50px 45px 55px;
    color: #5E6575;
}

/* line 7101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
}

/* line 7111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern .pricing-table-header,
.pricing-table-modern .pricing-table-body,
.pricing-table-modern .pricing-table-footer {
    position: relative;
    z-index: 2;
}

/* line 7117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern h5 {
    margin-top: 0;
    margin-bottom: 1.35em;
    color: #32325C;
    font-size: 24px;
    font-weight: 700;
}

/* line 7124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern .pricing {
    font-size: 72px;
    color: var(--color-primary);
    line-height: 1;
}

/* line 7129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern .pricing small {
    display: block;
    margin-top: 1em;
    font-size: 0.2222222222em;
    color: #5B6C94;
}

/* line 7135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern .pricing-table-body {
    padding: 50px 15px 0;
    font-size: 16px;
}

/* line 7139, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern ul {
    font-size: 16px;
    line-height: 1.5em;
}

/* line 7143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern ul li:not(:last-child) {
    margin-bottom: 1.45em;
}

/* line 7146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern .pricing-table-footer {
    margin-top: 60px;
}

/* line 7149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern.featured {
    color: #fff;
}

/* line 7152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern.featured:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#0856F7), to(#1DFFDD));
    background: linear-gradient(to bottom, #0856F7 0%, #1DFFDD 100%);
}

/* line 7156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern.featured h5,
.pricing-table-modern.featured .pricing,
.pricing-table-modern.featured .pricing small {
    color: inherit;
}

/* line 7161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-modern.featured[class*=bg-]:before {
    background: inherit;
}

/* line 7165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal {
    padding: 45px 50px 50px;
    border-radius: 10px;
    background-color: #fff;
    color: #2D3136;
}

/* line 7171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing-table-header {
    text-align: center;
}

/* line 7174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing-table-header h5 {
    display: inline-block;
    padding: 0.6em 1.2em;
    margin: 0;
    background-color: #F1F3F7;
    border-radius: 50em;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #2D3136;
}

/* line 7185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing {
    margin: 0;
    font-size: 60px;
    line-height: 1em;
}

/* line 7190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing > span {
    font-size: 0.35em;
}

/* line 7193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing small {
    font-size: 0.25em;
}

/* line 7196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing-table-body {
    margin-top: 35px;
    font-size: 16px;
}

/* line 7200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing-table-body li {
    margin-bottom: 0.625em;
}

/* line 7203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-minimal .pricing-table-footer {
    margin-top: 30px;
}

/* line 7207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
    background-color: #fff;
    box-shadow: 0 40px 125px rgba(0, 0, 0, 0.07);
}

/* line 7213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-featured-label {
    padding: 5px 30px;
    border-radius: 0 0 50em 50em;
    position: absolute;
    top: 0;
    left: 50%;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}

/* line 7227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-header {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

/* line 7231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-header h5 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

/* line 7238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing {
    font-size: 56px;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
}

/* line 7244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing sup,
.pricing-table-agency .pricing small {
    font-size: 0.3571428571em;
    font-weight: 400;
}

/* line 7249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing sup {
    top: -1.25em;
    margin-right: 0.2em;
}

/* line 7253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing small {
    opacity: 0.6;
}

/* line 7256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing small:before {
    content: '/';
}

/* line 7259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-body {
    padding: 0 5rem;
    margin-bottom: 1.5rem;
}

/* line 7263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-body li {
    padding: 1.5em 1em;
    border-top: 1px solid #ebeff1;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

/* line 7272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pricing-table-agency .pricing-table-footer {
    padding: 0 1.5rem;
}

/* 3.10. Testimonials */
/* line 7277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1 auto;
    position: relative;
    margin-bottom: 2em;
    font-size: 1em;
}

/* line 7289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-quote-mark,
.testimonial .testimonial-info {
    position: relative;
    z-index: 2;
}

/* line 7294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial blockquote {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    font-size: 1em;
    font-style: inherit;
}

/* line 7303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial blockquote strong {
    font-weight: 600;
}

/* line 7306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial blockquote small {
    font-size: 0.833333333333333em;
}

/* line 7309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial blockquote small:before {
    content: none;
}

/* line 7312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-quote {
    margin-bottom: 1.25em;
    position: relative;
    font-size: 20px;
    line-height: 1.875em;
}

/* line 7318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-quote h5 {
    margin-bottom: 1em;
}

/* line 7321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial time,
.testimonial .star-rating {
    font-size: 14px;
    color: #a7a9b8;
}

/* line 7326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial > time {
    margin-top: 2.25em;
}

/* line 7329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial time.size-sm {
    font-size: 11px;
}

/* line 7332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/* line 7341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details h5,
.testimonial .testimonial-details h6 {
    margin: 0;
    line-height: 1.5em;
}

/* line 7346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details h5 {
    font-size: 18px;
    color: #16171e;
}

/* line 7350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details h6 {
    font-size: 16px;
    color: #a7a9b8;
}

/* line 7354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details h6.sm {
    font-size: 10px;
}

/* line 7357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details h6.md {
    font-size: 12px;
}

/* line 7360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details time,
.testimonial .testimonial-details .star-rating {
    margin-left: auto;
}

/* line 7364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-details time:first-child,
.testimonial .testimonial-details .star-rating:first-child {
    margin-left: 0;
}

/* line 7368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .avatar {
    width: 70px;
    margin-right: 20px;
    border-radius: 50em;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* line 7376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .avatar img {
    width: 100%;
}

/* line 7379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-quote-mark {
    margin-right: 15px;
}

/* line 7382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial .testimonial-quote-mark svg {
    fill: var(--color-primary);
}

/* line 7386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-quotes .testimonial-quote > blockquote > :first-child {
    margin-top: 0;
}

/* line 7389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-quotes .testimonial-quote > blockquote > :last-child {
    margin-bottom: 0;
}

/* Testimonial Filling */
/* line 7394, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-fill-onhover,
.testimonial-whole-filled,
.testimonial-whole-shadowed {
    padding: 7.5%;
}

/* line 7400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled .testimonial-quote,
.testimonial-quote-shadowed .testimonial-quote {
    padding: 7.5%;
}

/* line 7404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled .testimonial-details,
.testimonial-quote-shadowed .testimonial-details {
    margin-left: 60px;
    margin-right: 60px;
}

/* line 7410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-whole-filled {
    background-color: #fff;
    border-radius: 5px;
}

/* line 7415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled .testimonial-quote {
    background-color: #fff;
}

/* line 7418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled .testimonial-quote:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: calc(60px + 35px - 14px);
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: inherit;
}

/* line 7431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.testimonial-avatar-lg .testimonial-quote:after {
    left: calc(60px + 40px - 14px);
}

/* line 7434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.testimonial-avatar-sm .testimonial-quote:after {
    left: calc(60px + 30px - 14px);
}

/* line 7437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.testimonial-details-top .testimonial-quote:after {
    bottom: auto;
    top: -10px;
}

/* line 7442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-whole-shadowed {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 7447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-viewport .testimonial-whole-shadowed {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

/* line 7451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-viewport .is-selected .testimonial-whole-shadowed {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
}

/* line 7455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-whole-shadowed-alt {
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

/* line 7460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-viewport .testimonial-whole-shadowed-alt {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
}

/* line 7464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-viewport .is-selected .testimonial-whole-shadowed-alt {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

/* line 7468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-shadowed .testimonial-quote {
    border-radius: 5px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
}

/* line 7472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-shadowed.testimonial-details-top .testimonial-quote {
    box-shadow: 0 -9px 50px rgba(0, 0, 0, 0.07);
}

/* line 7476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-shadowed .avatar {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
}

/* line 7480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-fill-onhover:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: var(--color-primary);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 7494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-fill-onhover > * {
    z-index: 2;
}

/* line 7497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-fill-onhover .testimonial-quote-mark svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

/* line 7501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-fill-onhover .testimonial-quote,
.testimonial-fill-onhover .testimonial-info h5,
.testimonial-fill-onhover .testimonial-info h6 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

/* line 7507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-selected .testimonial-fill-onhover {
    color: #fff;
}

/* line 7510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-selected .testimonial-fill-onhover:after {
    opacity: 1;
}

/* line 7513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-selected .testimonial-fill-onhover .testimonial-quote-mark svg {
    fill: #fff;
}

/* line 7516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-selected .testimonial-fill-onhover .star-rating,
.is-selected .testimonial-fill-onhover .star-rating li,
.is-selected .testimonial-fill-onhover .testimonial-quote,
.is-selected .testimonial-fill-onhover .testimonial-info h5,
.is-selected .testimonial-fill-onhover .testimonial-info h6 {
    color: inherit;
}

/* line 7523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-selected .testimonial-fill-onhover .testimonial-quote p span {
    color: inherit;
}

/* Testimonial Quote indented */
/* line 7528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-indented > time,
.testimonial-quote-indented .testimonial-quote {
    margin-left: 90px;
}

/* line 7532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-indented.text-center > time,
.testimonial-quote-indented.text-center .testimonial-quote {
    margin-left: 0;
    margin-right: 0;
}

/* line 7537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-indented.text-right > time,
.testimonial-quote-indented.text-right .testimonial-quote {
    margin-left: 0 !important;
    margin-right: 90px;
}

/* Testimonial Sizes */
/* line 7544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-xl .testimonial-quote {
    font-size: 36px;
    line-height: 1.25em;
}

/* line 7549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-lg .testimonial-quote {
    font-size: 30px;
    line-height: 1.6em;
}

/* line 7554, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-sm .testimonial-quote {
    font-size: 18px;
    line-height: 1.666em;
}

/* line 7559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-xs .testimonial-quote {
    font-size: 16px;
    line-height: 1.875em;
}

/* line 7564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-xl .testimonial-details h5 {
    font-size: 24px;
}

/* line 7567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-xl .testimonial-details h6 {
    font-size: 12px;
}

/* line 7571, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-lg .testimonial-details h5 {
    font-size: 20px;
}

/* line 7574, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-lg .testimonial-details h6 {
    font-size: 14px;
}

/* line 7578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-sm .testimonial-details h5 {
    font-size: 16px;
}

/* line 7581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-sm .testimonial-details h6 {
    font-size: 14px;
}

/* line 7585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-xl .avatar {
    width: 86px;
}

/* line 7588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-xl.testimonial-quote-indented > time,
.testimonial-avatar-xl.testimonial-quote-indented .testimonial-quote {
    margin-left: 106px;
}

/* line 7592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-xl.testimonial-quote-indented.text-right > time,
.testimonial-avatar-xl.testimonial-quote-indented.text-right .testimonial-quote {
    margin-right: 106px;
}

/* line 7597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-lg .avatar {
    width: 80px;
}

/* line 7600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-lg.testimonial-quote-indented > time,
.testimonial-avatar-lg.testimonial-quote-indented .testimonial-quote {
    margin-left: 100px;
}

/* line 7604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-lg.testimonial-quote-indented.text-right > time,
.testimonial-avatar-lg.testimonial-quote-indented.text-right .testimonial-quote {
    margin-right: 100px;
}

/* line 7609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-sm .avatar {
    width: 60px;
}

/* line 7612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-sm.testimonial-quote-indented > time,
.testimonial-avatar-sm.testimonial-quote-indented .testimonial-quote {
    margin-left: 80px;
}

/* line 7616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-sm.testimonial-quote-indented.text-right > time,
.testimonial-avatar-sm.testimonial-quote-indented.text-right .testimonial-quote {
    margin-right: 80px;
}

/* line 7621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topleft,
.testimonial-avatar-topright {
    margin-top: 35px;
}

/* line 7625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topleft .avatar,
.testimonial-avatar-topright .avatar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
}

/* line 7632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topleft.testimonial-avatar-lg,
.testimonial-avatar-topright.testimonial-avatar-lg {
    margin-top: 40px;
}

/* line 7636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topleft.testimonial-avatar-sm,
.testimonial-avatar-topright.testimonial-avatar-sm {
    margin-top: 30px;
}

/* line 7641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topleft .avatar {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* line 7646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topright .avatar {
    left: auto;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

/* line 7653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topcenter .testimonial-details {
    margin-top: 1em;
}

/* line 7656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-avatar-topcenter .avatar {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* Testimonials Details Positions */
/* line 7663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-top .testimonial-quote {
    margin-bottom: 0;
    margin-top: 1.25em;
}

/* line 7667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-details-top .testimonial-details {
    -webkit-box-ordinal-group: 0;
    order: -1;
}

/* line 7672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-info-inline .testimonial-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 7681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-info-inline .testimonial-info h5:after {
    content: '/';
    margin-left: 0.25em;
    margin-right: 0.25em;
}

/* Testimonials Alignments */
/* line 7688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-center time,
.testimonial.text-center .star-rating {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* line 7695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-center .testimonial-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 7702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-center .avatar {
    margin: 0 0 10px;
}

/* line 7705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-center .testimonial-quote-mark {
    margin-right: 0;
}

/* line 7708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-right .testimonial-quote-mark {
    margin-left: 15px;
    margin-right: 0;
}

/* line 7712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-right .testimonial-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 7719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-right .testimonial-details time,
.testimonial.text-right .testimonial-details .star-rating {
    margin-left: 0;
    margin-right: auto;
}

/* line 7724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial.text-right .avatar {
    margin-right: 0;
    margin-left: 20px;
}

/* line 7729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled > time,
.testimonial-quote-filled .testimonial-quote,
.testimonial-quote-shadowed > time,
.testimonial-quote-shadowed .testimonial-quote {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line 7736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-right .testimonial-details,
.testimonial-quote-shadowed.text-right .testimonial-details {
    margin-left: 0;
}

/* line 7740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-center .testimonial-details,
.testimonial-quote-shadowed.text-center .testimonial-details {
    margin-left: 0;
    margin-right: 0;
}

/* line 7746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-center .testimonial-quote {
    text-align: left;
}

/* line 7749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-center .testimonial-quote:after {
    left: 50%;
    margin-left: -14px;
}

/* line 7753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-right .testimonial-quote:after {
    left: auto;
    right: calc(60px + 35px - 14px);
}

/* line 7757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-right.testimonial-avatar-lg .testimonial-quote:after {
    right: calc(60px + 40px - 14px);
}

/* line 7760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonial-quote-filled.text-right.testimonial-avatar-sm .testimonial-quote:after {
    right: calc(60px + 30px - 14px);
}

/* Testimonial Carousels */
/* line 7765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details {
    width: 75%;
    margin: 0 auto;
}

/* line 7769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .flickity-prev-next-button {
    position: absolute;
}

/* line 7772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .flickity-prev-next-button.previous {
    left: -45px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 7777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .flickity-prev-next-button.next {
    right: -45px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 7782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .flickity-slider > div {
    padding-left: 6px;
    padding-right: 6px;
}

/* line 7786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .testimonial {
    margin: 0;
}

/* line 7789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-bottom .testimonials-details {
    width: 100%;
}

/* line 7792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details .flickity-viewport {
    margin: 0;
}

/* line 7795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details.w-100 {
    width: 100%;
}

/* line 7799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-quote-only .testimonial-quote {
    margin-bottom: 0.75em;
}

/* line 7802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-quote-only .flickity-viewport {
    margin: 0;
}

/* line 7805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-quote-only .flickity-prev-next-button {
    top: 150%;
}

/* line 7809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only {
    opacity: 0.5;
    cursor: pointer;
}

/* line 7813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only .avatar {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line 7817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only .testimonial-details,
.testimonials-details-only .testimonial-info {
    width: 100%;
}

/* line 7821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only:not(.text-center) .testimonial-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

/* line 7830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only:not(.text-center) .testimonial-details h5,
.testimonials-details-only:not(.text-center) .testimonial-details h6 {
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.38s;
    transition: all 0.38s;
}

/* line 7840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only:not(.text-center) .testimonial-details h5 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 7844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.testimonials-details-only:not(.text-center) .testimonial-details h6 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 7848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-nav-selected .testimonials-details-only {
    opacity: 1;
}

/* line 7851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-nav-selected .testimonials-details-only .testimonial-details h5,
.is-nav-selected .testimonials-details-only .testimonial-details h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* line 7858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-nav-selected .testimonials-details-only .testimonial-details h5 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 7862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-nav-selected .testimonials-details-only .testimonial-details h6 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* 3.11. Carousel */
/* line 7868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-items p:empty {
    display: none;
}

/* line 7871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-items:not(.flickity-enabled) {
    display: -webkit-box;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
}

/* line 7878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-items:not(.flickity-enabled) > .carousel-item {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

/* line 7884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-equal-cells .flickity-slider > * {
    min-height: 100%;
}

/* line 7888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 7901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-item .carousel-item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* line 7907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-item-inner {
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 7914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-item-inner .wpb_single_image:only-child .vc_single_image-wrapper,
.carousel-item-inner .wpb_single_image:only-child .vc_figure,
.carousel-item-inner .wpb_single_image:only-child img {
    width: 100%;
}

/* line 7920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 22px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 7943, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button svg {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    stroke: #181b30;
    stroke-width: 1px;
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
}

/* line 7954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button i {
    position: relative;
    z-index: 1;
}

/* line 7958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button.previous {
    margin-right: 5px;
    left: 0;
}

/* line 7962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button.next {
    margin-left: 5px;
    right: 0;
}

/* line 7966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
    background: none;
    box-shadow: none;
    outline: none;
}

/* line 7971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-prev-next-button:active {
    opacity: 1;
}

/* Nav position */
/* line 7976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav {
    position: relative;
}

/* line 7980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-floated.carousel-nav,
.carousel-nav-floated .carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 7990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-floated .flickity-prev-next-button {
    position: absolute;
}

/* line 7994, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-center .carousel-nav {
    text-align: center;
}

/* line 7998, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-left .carousel-nav {
    text-align: left;
}

/* line 8002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-right .carousel-nav {
    text-align: right;
}

/* line 8005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-right.carousel-nav-floated .carousel-nav {
    left: auto;
    right: 0;
}

/* line 8010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-top .flickity-prev-next-button.previous,
.carousel-nav-bottom .flickity-prev-next-button.previous {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 8015, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-top .flickity-prev-next-button.next,
.carousel-nav-bottom .flickity-prev-next-button.next {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 8021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-top .carousel-nav {
    top: 0;
}

/* line 8025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-bottom .carousel-nav {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* line 8032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-middle .flickity-prev-next-button {
    top: 50%;
}

/* line 8035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-middle .flickity-prev-next-button.previous {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 8039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-middle .flickity-prev-next-button.next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Nav direction */
/* line 8045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical .carousel-nav {
    width: auto;
}

/* line 8048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical .flickity-prev-next-button {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 8057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical .flickity-prev-next-button.previous {
    margin-bottom: 10px;
}

/* line 8060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical .flickity-prev-next-button.next {
    margin-top: 10px;
}

/* line 8063, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical.carousel-nav-center .flickity-prev-next-button {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* line 8067, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical.carousel-nav-center .carousel-nav {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* line 8072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical.carousel-nav-left .flickity-prev-next-button {
    margin-right: auto;
}

/* line 8075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-vertical.carousel-nav-right .flickity-prev-next-button {
    margin-left: auto;
}

/* Nav sizes */
/* line 8080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-xl .flickity-prev-next-button {
    font-size: 28px;
    width: 60px;
    height: 60px;
}

/* line 8085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-xl.carousel-nav-rectangle .flickity-prev-next-button {
    width: 70px;
    height: 40px;
}

/* line 8089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-xl.carousel-nav-rectangle .flickity-prev-next-button svg {
    max-width: 35%;
}

/* line 8093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-lg .flickity-prev-next-button {
    font-size: 26px;
    width: 50px;
    height: 50px;
}

/* line 8098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-lg.carousel-nav-rectangle .flickity-prev-next-button {
    height: 30px;
}

/* line 8102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-md.carousel-nav-rectangle .flickity-prev-next-button {
    height: 28px;
}

/* line 8106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-sm .flickity-prev-next-button {
    font-size: 20px;
    width: 35px;
    height: 35px;
}

/* line 8111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-sm.carousel-nav-rectangle .flickity-prev-next-button {
    height: 24px;
}

/* Nav shapes */
/* line 8116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-solid .flickity-prev-next-button:before,
.carousel-nav-bordered .flickity-prev-next-button:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: -webkit-gradient(linear, right top, left top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 8132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-solid .flickity-prev-next-button:hover,
.carousel-nav-bordered .flickity-prev-next-button:hover {
    color: #fff;
    stroke: #fff;
}

/* line 8137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-solid .flickity-prev-next-button:hover svg,
.carousel-nav-bordered .flickity-prev-next-button:hover svg {
    stroke: inherit;
}

/* line 8141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-solid .flickity-prev-next-button:hover:before,
.carousel-nav-bordered .flickity-prev-next-button:hover:before {
    opacity: 1;
}

/* line 8146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-bordered .flickity-prev-next-button {
    border-color: #181b30;
}

/* line 8149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-bordered .flickity-prev-next-button:before {
    background: #181b30;
}

/* line 8153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-solid .flickity-prev-next-button {
    background: #fff;
    border: none;
}

/* line 8158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-rectangle .flickity-prev-next-button svg,
.carousel-nav-circle .flickity-prev-next-button svg,
.carousel-nav-square .flickity-prev-next-button svg {
    max-width: 50%;
}

/* line 8164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-circle .flickity-prev-next-button {
    border-radius: 50em;
}

/* Nav shadows */
/* line 8169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-shadowed .flickity-prev-next-button {
    box-shadow: 0 7px 28px rgba(0, 0, 0, 0.12);
}

/* line 8173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-shadowed-onhover .flickity-prev-next-button:hover {
    box-shadow: 0 7px 28px rgba(0, 0, 0, 0.12);
}

/* line 8177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-page-dots .dot {
    position: relative;
    background-color: rgba(51, 51, 51, 0.25);
    color: rgba(51, 51, 51, 0.25);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 8185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-page-dots .dot.is-selected {
    background-color: #333;
    color: #333;
}

/* line 8190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-left .flickity-page-dots {
    text-align: left;
}

/* line 8194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-right .flickity-page-dots {
    text-align: right;
}

/* line 8198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-sm .flickity-page-dots .dot {
    width: 9px;
    height: 9px;
}

/* line 8203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-lg .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
}

/* line 8208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style2 .dot:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    bottom: -1.5px;
    right: -1.5px;
    border: 3px solid;
    border-radius: inherit;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.15s;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style2 .dot:hover, .carousel-dots-style2 .dot.is-selected {
    background-color: transparent !important;
}

/* line 8229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style2 .dot:hover:before, .carousel-dots-style2 .dot.is-selected:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 8235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style3 .dot:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: -webkit-gradient(linear, right top, left top, from(#5792FF), to(#32D7FF));
    background: linear-gradient(to left, #5792FF 0%, #32D7FF 100%);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.15s;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style3 .dot:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #A4A4A4;
    border-radius: inherit;
    -webkit-transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style3 .dot:hover, .carousel-dots-style3 .dot.is-selected {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background-color: transparent !important;
}

/* line 8272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style3 .dot:hover:before, .carousel-dots-style3 .dot.is-selected:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 8277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style3 .dot:hover:after, .carousel-dots-style3 .dot.is-selected:after {
    background-color: #fff;
}

/* line 8281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style4 .dot {
    background-color: #A4A4A4;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

/* line 8286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-style4 .dot:hover, .carousel-dots-style4 .dot.is-selected {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #000;
}

/* line 8292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-inside .flickity-page-dots {
    bottom: 25px;
}

/* line 8296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-shadow-active .carousel-item-inner {
    margin-bottom: 100px;
    box-shadow: 0 0 0 transparent;
}

/* line 8300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-shadow-active .carousel-item-inner .wpb_single_image:only-child {
    margin-bottom: 0;
}

/* line 8303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-shadow-active .carousel-item.is-selected .carousel-item-inner {
    box-shadow: 0 50px 75px rgba(0, 0, 0, 0.1);
}

/* line 8307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-shadow-all .carousel-item-inner {
    margin-bottom: 100px;
    box-shadow: 0 50px 75px rgba(0, 0, 0, 0.2);
}

/* line 8311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-shadow-all .carousel-item-inner .wpb_single_image:only-child {
    margin-bottom: 0;
}

/* line 8315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/* line 8319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button svg {
    stroke: currentColor;
}

/* line 8322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button.previous:after {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 8325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button:hover {
    border-color: #fff;
    color: #000;
}

/* line 8329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button:hover svg {
    stroke: currentColor;
}

/* line 8332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-light .flickity-button:hover:before {
    background-color: #fff;
}

/* line 8336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-border-gray .flickity-button {
    border-color: #e6e6e6;
}

/* line 8340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-border-transparent .flickity-button {
    border-color: transparent;
}

/* line 8344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-border-none .flickity-button {
    border: none;
}

/* line 8348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-gray .flickity-button {
    color: #000;
}

/* line 8351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-gray .flickity-button svg {
    stroke: currentColor;
}

/* line 8354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-gray .flickity-button:before {
    background-color: #f6f7fc;
}

/* line 8357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-gray .flickity-button:hover {
    border-color: #f6f7fc;
    color: #000;
}

/* line 8361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-gray .flickity-button:hover svg {
    stroke: currentColor;
}

/* line 8365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-light .flickity-button:hover {
    border-color: #fff;
    color: #fff;
}

/* line 8369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-nav-hover-light .flickity-button:hover svg {
    stroke: currentColor;
}

/* line 8373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-light .flickity-page-dots .dot {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* line 8377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-dots-light .flickity-page-dots .dot.is-selected {
    background-color: #fff;
    color: #fff;
}

@media (min-width: 768px) {
    /* line 8383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-items-4-5 .carousel-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    /* line 8388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-items-4-5 .carousel-item {
        width: 26.666666666667%;
    }
}

@media (min-width: 1200px) {
    /* line 8393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-items-4-5 .carousel-item {
        width: 22.222222222222%;
    }
}

/* 3.12. Carousel Vertical 3D */
/* line 8398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d .carousel-items {
    display: block;
    overflow: visible;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* line 8407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d .carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

/* line 8412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d .carousel-item * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 8418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.45s step-end;
    transition: visibility 0.45s step-end;
}

/* line 8428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item > :only-child {
    margin-bottom: 0;
}

/* line 8431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item.is-active, .carousel-vertical-3d.carousel-initialized .carousel-item.is-top, .carousel-vertical-3d.carousel-initialized .carousel-item.is-bottom {
    opacity: 1;
    visibility: visible;
}

/* line 8435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item.is-top, .carousel-vertical-3d.carousel-initialized .carousel-item.is-bottom {
    cursor: pointer;
    -webkit-transition-timing-function: step-start;
    transition-timing-function: step-start;
}

/* line 8440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item.is-top > *, .carousel-vertical-3d.carousel-initialized .carousel-item.is-bottom > * {
    pointer-events: none;
}

/* line 8443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item.is-active {
    position: relative;
    top: auto;
    left: auto;
}

/* line 8448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-vertical-3d.carousel-initialized .carousel-item.is-moving.was-top, .carousel-vertical-3d.carousel-initialized .carousel-item.is-moving.was-bottom {
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

/* 3.13. Latest Posts */
/* line 8455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media {
    margin-bottom: 1.5em;
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

/* line 8466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media img {
    width: 100%;
}

/* line 8469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media > a {
    display: block;
    position: relative;
    z-index: 2;
}

/* line 8474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media.round {
    border-radius: 4px;
}

/* line 8477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media.round a,
.liquid-lp-media.round figure,
.liquid-lp-media.round img {
    border-radius: inherit;
}

/* line 8482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media[data-parallax] > a > img {
    visibility: hidden;
}

/* line 8485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media.w-auto {
    display: inline-block;
}

/* line 8488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media.w-auto img {
    width: auto;
}

/* line 8492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame span {
    position: absolute;
    z-index: 3;
    background-color: var(--color-primary);
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.21, 0.98, 0.35, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.21, 0.98, 0.35, 1);
    transition: transform 0.65s cubic-bezier(0.21, 0.98, 0.35, 1);
    transition: transform 0.65s cubic-bezier(0.21, 0.98, 0.35, 1), -webkit-transform 0.65s cubic-bezier(0.21, 0.98, 0.35, 1);
}

/* line 8501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .top,
.liquid-lp-media-frame .bottom {
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* line 8509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .right,
.liquid-lp-media-frame .left {
    top: 0;
    width: 10px;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* line 8517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .top {
    top: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

/* line 8522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .right {
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 8527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .bottom {
    bottom: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/* line 8532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-media-frame .left {
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 8538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* line 8543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title a {
    display: block;
    color: inherit;
}

/* line 8547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title a:hover {
    color: var(--color-primary);
}

/* line 8550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title .split-inner {
    display: inline-block;
    position: relative;
}

/* line 8554, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title .split-inner:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0.1em;
    position: absolute;
    bottom: -0.05em;
    left: 0;
    background-color: #181b31;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.35s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.35s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.2, 0.95, 0.25, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* line 8572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title.size-xl {
    font-size: 60px;
}

/* line 8575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title.size-lg {
    font-size: 48px;
}

/* line 8578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title.size-md {
    font-size: 36px;
}

/* line 8581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title.size-sm {
    font-size: 30px;
}

/* line 8584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title.size-xsm {
    font-size: 18px;
}

/* line 8587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-title:last-child {
    margin-bottom: 0;
}

/* line 8591, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-excerpt {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* line 8595, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-excerpt p {
    margin: 0;
}

/* line 8599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-footer {
    margin-top: 1.5em;
    position: relative;
}

/* line 8603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-footer .category,
.liquid-lp-footer .post_tag {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

/* line 8615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-footer .category ul,
.liquid-lp-footer .post_tag ul {
    margin-left: 0.5em;
    margin-bottom: 0;
    font-size: 1em;
}

/* line 8621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-footer .category {
    margin-right: 0.75em;
}

/* line 8624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-footer .post_tag {
    margin-left: 0.75em;
}

/* line 8628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-extra-icon {
    font-size: 24px;
}

/* line 8632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category {
    padding: 0;
    margin: 0 0 0.25em;
    list-style: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 8641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category li {
    display: inline-block;
}

/* line 8644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category li:after {
    content: '\002C';
    margin-right: 0.25em;
}

/* line 8648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category li:last-child:after {
    content: none;
}

/* line 8651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category a {
    position: relative;
}

/* line 8654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category .liquid-lp-gradient-border {
    fill: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 8662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category .liquid-lp-gradient-border rect {
    fill: none;
    stroke: url("#liquid-lp-gradient");
}

/* line 8666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered li {
    margin-right: 0.5em;
    position: relative;
    border-radius: 50em;
}

/* line 8671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered li:before, .liquid-lp-category.bordered li:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: inherit;
}

/* line 8677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered li:before {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 8685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered li:after {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 0;
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 8695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered li:hover:before {
    opacity: 0;
}

/* line 8698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered a {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 600;
}

/* line 8706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.bordered a:hover {
    background-color: transparent;
    color: #fff !important;
}

/* line 8710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.circle a {
    border-radius: 50em;
    padding: 7px 15px;
    line-height: 1.5em;
    font-weight: 400;
}

/* line 8716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.square li {
    border-radius: 0;
}

/* line 8719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.square li:before, .liquid-lp-category.square li:after {
    content: none;
}

/* line 8722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.size-sm {
    color: inherit;
    font-size: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

/* line 8729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.underlined-onhover a {
    position: relative;
}

/* line 8732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.underlined-onhover a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #181b31;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

/* line 8749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category.underlined-onhover a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 8754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category:not(.size-sm) a {
    color: var(--color-primary);
}

/* line 8757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
svg + .liquid-lp-category {
    display: inline-block;
}

/* line 8761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category-filled li {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* line 8765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category-filled a {
    display: inline-block;
    padding: 0.2em 0.6666666667em;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    color: #fff !important;
}

/* line 8772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-category-filled a:hover {
    background-color: #000;
}

/* line 8776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-featured-label {
    display: inline-block;
    margin-bottom: 1.25em;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 8785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-date {
    display: block;
    margin-top: 1em;
    font-size: 0.75em;
}

/* line 8790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-date.size-lg {
    font-size: 0.875em;
}

/* line 8793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-date.size-sm {
    font-size: 0.625em;
}

/* line 8796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-date.text-uppercase {
    letter-spacing: 0.2em;
}

/* line 8800, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-meta {
    font-size: 0.875em;
}

/* line 8803, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-meta > a {
    margin-right: 20px;
}

/* line 8806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-meta i,
.liquid-lp-meta svg {
    margin-right: 5px;
    vertical-align: middle;
}

/* line 8812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details {
    display: inline-block;
    position: relative;
    z-index: 3;
    margin-top: 0.75em;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.35);
}

/* line 8823, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details:first-child {
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* line 8827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details time,
.liquid-lp-details .liquid-lp-category {
    display: inline-block;
    margin: 0;
    font-size: 1em;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: inherit;
}

/* line 8837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details .liquid-lp-category a {
    color: inherit;
    font-weight: inherit;
}

/* line 8841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details a:hover {
    color: #000;
}

/* line 8844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details.size-lg {
    font-size: 18px;
}

/* line 8847, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details.size-sm {
    font-size: 10px;
}

/* line 8851, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined {
    white-space: nowrap;
    margin-left: 4em;
}

/* line 8855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined:before, .liquid-lp-details-lined:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 0.1em;
    min-height: 1px;
    left: -4em;
    background-color: #181b31;
}

/* line 8864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined:before {
    width: 3em;
    margin-top: -0.05em;
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined:after {
    bottom: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined > * {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 8894, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined.liquid-lp-details-lined-alt:after {
    content: none;
}

/* line 8897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-details-lined + .liquid-lp-read-more-overlay {
    left: 4em !important;
}

/* line 8901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/* line 8907, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author figure {
    width: 50px;
    margin-right: 15px;
}

/* line 8911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author figure img {
    width: 100%;
}

/* line 8914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author .ld-author-info {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 8918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author time {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 1.5em;
}

/* line 8923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-post-author h5 {
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
}

/* line 8931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more .btn-line {
    display: inline-block;
    width: 2.727em;
    height: 2px;
    margin-right: 1em;
    position: relative;
    background-color: var(--color-primary);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 8945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more .btn-line ~ .btn-txt {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
}

/* line 8951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more .btn-line-after {
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
}

/* line 8955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more .btn-line-after:after {
    content: '\f054';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: 1px;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    font: normal normal 1em/1 fontAwesome;
}

/* line 8966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more .btn-txt ~ .btn-line {
    margin-right: 0;
    margin-left: 1em;
}

/* line 8970, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more.size-md {
    font-size: 12px;
}

/* line 8973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more.size-sm {
    font-size: 11px;
}

/* line 8976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more.size-xs {
    font-size: 10px;
}

/* line 8979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-read-more.liquid-lp-read-more-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 8987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-inner[data-hover3d=true] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* line 8992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp {
    position: relative;
    margin-bottom: 30px;
}

/* line 8996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

/* line 9000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-items .liquid-lp {
    margin-top: 3px;
}

/* line 9003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp .liquid-overlay-link ~ header .liquid-lp-category,
.liquid-lp .liquid-overlay-link ~ .liquid-lp-category {
    position: relative;
    z-index: 21;
}

/* line 9008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.sticky .liquid-lp-title > a {
    display: -webkit-box;
    display: flex;
}

/* line 9012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.sticky .liquid-lp-title > a:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9Ii0xNTggLTE5IDYxNiA2MTYuMDE4MDIiIHdpZHRoPSIyNHB4Ij48cGF0aCBkPSJtMTI4LjEzMjgxMiAzMDAuMDg5ODQ0djI2NS4wMzkwNjJjMCA2Ljg4NjcxOSA1LjU4MjAzMiAxMi40NzI2NTYgMTIuNDcyNjU3IDEyLjQ3MjY1NnMxMi40NzI2NTYtNS41ODU5MzcgMTIuNDcyNjU2LTEyLjQ3MjY1NnYtMjY0Ljk1NzAzMWMzNS4xODM1OTQtMi41ODk4NDQgNjguMjczNDM3LTE3LjcyMjY1NiA5My4yNS00Mi42NDQ1MzEgNTAuMzQzNzUtNDkuNDk2MDk0IDU5LjQ0NTMxMy0xMjcuMzcxMDk0IDIxLjg2NzE4Ny0xODcuMTQwNjI1LTM3LjU4MjAzMS01OS43NzM0MzgtMTExLjcwNzAzMS04NS4zMTY0MDctMTc4LjEyODkwNi02MS4zOTg0MzgtNjYuNDI5Njg3IDIzLjkyMTg3NS0xMDcuMjQ2MDk0IDkwLjg1OTM3NS05OC4wOTM3NSAxNjAuODYzMjgxIDkuMTU2MjUgNzAuMDExNzE5IDY1LjgxMjUgMTI0LjIwMzEyNiAxMzYuMTYwMTU2IDEzMC4yMzgyODJ6bTEyLjQ3MjY1Ny0yNzQuMzI0MjE5YzUwLjY0ODQzNy4xNTYyNSA5Ni4yMjI2NTYgMzAuNzgxMjUgMTE1LjUwNzgxMiA3Ny42MTcxODcgMTkuMjg1MTU3IDQ2LjgzNTkzOCA4LjQ4ODI4MSAxMDAuNjc1NzgyLTI3LjM2NzE4NyAxMzYuNDQ1MzEzLTIzLjE0ODQzOCAyMy4wNDI5NjktNTQuNTI3MzQ0IDM1LjkxMDE1Ni04Ny4xOTE0MDYgMzUuNzUtLjI4NTE1NyAwLS41NzQyMTktLjA4NTkzNy0uODU5Mzc2LS4wODU5MzdoLS4wODk4NDNjLTY4Ljk1NzAzMSAwLTEyNC44NjMyODEtNTUuOTA2MjUtMTI0Ljg2MzI4MS0xMjQuODY3MTg4IDAtNjguOTU3MDMxIDU1LjkwNjI1LTEyNC44NTkzNzUgMTI0Ljg2MzI4MS0xMjQuODU5Mzc1em0wIDAiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJtMTUyLjUyNzM0NCA5Mi41MzkwNjJjMTguODYzMjgxIDMuOTM3NSAzNC42Njc5NjggMTYuNzI2NTYzIDQyLjQ0OTIxOCAzNC4zNTU0NjkgMi43ODEyNSA2LjI5Njg3NSAxMC4xNDg0MzggOS4xNDg0MzggMTYuNDQ5MjE5IDYuMzYzMjgxIDYuMzAwNzgxLTIuNzg1MTU2IDkuMTQ4NDM4LTEwLjE1MjM0MyA2LjM2NzE4OC0xNi40NDkyMTgtMTEuMDUwNzgxLTI1LTMzLjQ3NjU2My00My4xMzY3MTktNjAuMjMwNDY5LTQ4LjcwNzAzMi00LjM3NS0uOTE0MDYyLTguOTAyMzQ0LjU3ODEyNi0xMS44NzUgMy45MTAxNTctMi45NzY1NjIgMy4zMzU5MzctMy45Mzc1IDguMDAzOTA2LTIuNTIzNDM4IDEyLjI0MjE4NyAxLjQxNDA2MyA0LjIzODI4MiA0Ljk4NDM3NiA3LjM5ODQzOCA5LjM2MzI4MiA4LjI4NTE1NnptMCAwIiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+Cg==);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
}

/* line 9023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-media {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
}

/* line 9028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-media-frame .top,
.liquid-lp:hover .liquid-lp-media-frame .bottom {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* line 9033, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-media-frame .right,
.liquid-lp:hover .liquid-lp-media-frame .left {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 9038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(0) .split-inner:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 9042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(1) .split-inner:after {
    -webkit-transition-delay: 0.0666666667s;
    transition-delay: 0.0666666667s;
}

/* line 9046, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(2) .split-inner:after {
    -webkit-transition-delay: 0.1333333333s;
    transition-delay: 0.1333333333s;
}

/* line 9050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(3) .split-inner:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 9054, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(4) .split-inner:after {
    -webkit-transition-delay: 0.2666666667s;
    transition-delay: 0.2666666667s;
}

/* line 9058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(5) .split-inner:after {
    -webkit-transition-delay: 0.3333333333s;
    transition-delay: 0.3333333333s;
}

/* line 9062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(6) .split-inner:after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* line 9066, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(7) .split-inner:after {
    -webkit-transition-delay: 0.4666666667s;
    transition-delay: 0.4666666667s;
}

/* line 9070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(8) .split-inner:after {
    -webkit-transition-delay: 0.5333333333s;
    transition-delay: 0.5333333333s;
}

/* line 9074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(9) .split-inner:after {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/* line 9078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-unit:nth-child(10) .split-inner:after {
    -webkit-transition-delay: 0.6666666667s;
    transition-delay: 0.6666666667s;
}

/* line 9082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-title .split-inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* line 9088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* line 9096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 9104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > * {
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em);
}

/* line 9108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(0) {
    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s;
}

/* line 9112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(1) {
    -webkit-transition-delay: 0.0866666667s;
    transition-delay: 0.0866666667s;
}

/* line 9116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(2) {
    -webkit-transition-delay: 0.1533333333s;
    transition-delay: 0.1533333333s;
}

/* line 9120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(3) {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
}

/* line 9124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(4) {
    -webkit-transition-delay: 0.2866666667s;
    transition-delay: 0.2866666667s;
}

/* line 9128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined > *:nth-child(5) {
    -webkit-transition-delay: 0.3533333333s;
    transition-delay: 0.3533333333s;
}

/* line 9132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-details-lined.liquid-lp-details-lined-alt > *, .liquid-lp:hover .liquid-lp-details-lined.liquid-lp-details-lined-alt:before {
    -webkit-transform: none;
    transform: none;
}

/* line 9136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-read-more .btn-line ~ .btn-txt {
    -webkit-transform: translateX(-3.727em);
    transform: translateX(-3.727em);
}

/* line 9140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-read-more .btn-line-before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 9146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-read-more .btn-line-after {
    -webkit-transform: scaleX(1) translateX(-3.727em);
    transform: scaleX(1) translateX(-3.727em);
}

/* line 9150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp:hover .liquid-lp-read-more .btn-line-after:after {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
}

/* Latest post special styles */
/* line 9162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside {
    margin-bottom: 4em;
}

/* line 9165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside > time {
    display: -webkit-box;
    display: flex;
    width: 80px;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: 1px solid #EEEEEE;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}

/* line 9187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside > time span {
    display: block;
    font-size: 2.142em;
    font-weight: 700;
    color: #181b31;
}

/* line 9193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside header,
.liquid-lp-time-aside .liquid-lp-excerpt,
.liquid-lp-time-aside .liquid-lp-footer {
    margin-left: 100px;
    overflow: hidden;
}

/* line 9199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside .liquid-lp-footer {
    margin-top: 0;
}

/* line 9202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside .liquid-lp-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/* line 9208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside .liquid-lp-meta > span {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 9217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside .liquid-lp-meta > span + span {
    margin-left: 1em;
}

/* line 9220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-time-aside .liquid-lp-meta .liquid-lp-category {
    margin-bottom: 0;
}

/* line 9224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-gradient defs stop:first-child {
    stop-color: var(--color-gradient-start);
}

/* line 9227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-gradient defs stop:last-child {
    stop-color: var(--color-gradient-stop);
}

/* line 9231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block {
    padding-bottom: 61.5%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: hidden;
}

/* line 9239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-media,
.liquid-lp-sp-block .liquid-lp-inner {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* line 9246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-media {
    margin: 0;
    right: 0;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 1, 0.4, 1), -webkit-filter 0.3s cubic-bezier(0.3, 1, 0.4, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.3, 1, 0.4, 1), -webkit-filter 0.3s cubic-bezier(0.3, 1, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.3, 1, 0.4, 1), filter 0.3s cubic-bezier(0.3, 1, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.3, 1, 0.4, 1), filter 0.3s cubic-bezier(0.3, 1, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.3, 1, 0.4, 1), -webkit-filter 0.3s cubic-bezier(0.3, 1, 0.4, 1);
}

/* line 9255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-media a {
    display: block;
}

/* line 9258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px 30px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 9270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category {
    margin-bottom: 2em;
}

/* line 9273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category a {
    border: none;
}

/* line 9276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category a span {
    position: relative;
    z-index: 2;
}

/* line 9280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background-image: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 9295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category a:hover {
    background: none;
    color: #fff;
}

/* line 9299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-category a:hover:before {
    opacity: 1;
}

/* line 9302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-title {
    font-size: 18px;
    line-height: 1.333em;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* line 9308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-media img {
    visibility: hidden;
}

/* line 9311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-footer {
    margin-top: auto;
    position: relative;
    padding-top: 1.5em;
}

/* line 9316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block .liquid-lp-footer:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background-image: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 9327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram, .liquid-lp-sp-block.liquid-lp-featured {
    color: #fff;
}

/* line 9330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram:before, .liquid-lp-sp-block.liquid-lp-featured:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
    background-color: #181a23;
}

/* line 9342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-media,
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-inner, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-media,
.liquid-lp-sp-block.liquid-lp-featured .liquid-lp-inner {
    width: 100%;
}

/* line 9347, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-media, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-media {
    width: 100%;
    z-index: 1;
}

/* line 9351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-category, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-category {
    margin-bottom: 1em;
}

/* line 9354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-inner, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-inner {
    padding-left: 50px;
    padding-right: 50px;
    z-index: 3;
    background-color: transparent;
    color: inherit;
}

/* line 9361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-title, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-title {
    font-size: 28px;
    line-height: 1.5em;
    color: inherit;
}

/* line 9366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-title a, .liquid-lp-sp-block.liquid-lp-featured .liquid-lp-title a {
    color: inherit;
}

/* line 9369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-reverse .liquid-lp-media {
    left: 0;
    right: auto;
}

/* line 9373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-reverse .liquid-lp-inner {
    left: auto;
    right: 0;
}

/* line 9377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-featured .liquid-lp-category a {
    color: #fff;
}

/* line 9380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram:before {
    opacity: 0.9;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background-image: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 9385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 9393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram h3 {
    margin: auto 15%;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
}

/* line 9401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram a {
    color: #fff;
}

/* line 9404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-inner {
    padding: 20px 30px;
}

/* line 9407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-category {
    margin-bottom: 0;
}

/* line 9410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-category a {
    border: 1px solid #fff;
}

/* line 9413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-category a:before {
    content: none;
}

/* line 9416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block.liquid-lp-sp-instagram .liquid-lp-category a:hover {
    background-color: #fff;
    color: #000 !important;
}

/* line 9420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block:hover .liquid-lp-media {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

/* line 9425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block:hover.liquid-lp-sp-instagram .liquid-lp-media, .liquid-lp-sp-block:hover.liquid-lp-featured .liquid-lp-media {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* line 9430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt {
    border: 1px solid #e8e8e8;
}

/* line 9433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-inner {
    padding-top: 45px;
    padding-bottom: 40px;
}

/* line 9437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-title {
    font-size: 21px;
    line-height: 1.428em;
}

/* line 9441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-category li a {
    padding: 6px 10px;
    border: 1px solid var(--color-primary);
    line-height: 1.5em;
    color: #000;
}

/* line 9447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-category li a:before {
    background-image: none;
    background-color: var(--color-primary);
}

/* line 9451, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-excerpt {
    font-size: 17px;
    line-height: 1.47em;
}

/* line 9455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-footer time {
    margin: 0;
    font-size: 13px;
}

/* line 9459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt .liquid-lp-footer:before {
    content: none;
}

/* line 9462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt.liquid-lp-featured:before {
    opacity: 0.18;
    background-color: #000;
}

/* line 9466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-sp-block-alt.liquid-lp-featured .liquid-lp-title {
    margin-top: 1em;
    font-size: 25px;
    line-height: 1.32em;
}

/* line 9472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .fancy-title h6 {
    font-size: 13px;
}

/* line 9475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .fancy-title h2 {
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -0.025em;
}

/* line 9480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .liquid-filter-items {
    margin-bottom: 1em;
}

/* line 9483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .filter-list {
    width: 100%;
    font-size: 14px;
}

/* line 9487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .ld-lp-carousel-filterable-btn {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 9495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .ld-lp-carousel-filterable-btn .btn-gradient-bg-hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 9499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-lp-carousel-filterable .liquid-lp:hover .liquid-lp-media {
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 15px 50px -8px rgba(0, 0, 0, 0.15);
}

/* line 9505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item .liquid-lp-media {
    margin-bottom: 1.25em;
}

/* line 9508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item .liquid-lp-excerpt {
    margin-top: 0.35em;
    margin-bottom: 0.75em;
}

/* line 9512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item .liquid-lp-title {
    line-height: 1em;
    letter-spacing: -0.05em;
}

/* line 9516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item .liquid-lp-footer {
    margin-top: 0;
}

/* line 9519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item:hover .liquid-lp-media {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

/* line 9524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-items .liquid-blog-item {
    margin-bottom: 0 !important;
}

/* line 9528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-blog-item-inner,
.liquid-blog-contents-inside .liquid-lp-media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 9536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-blog-item-inner {
    display: -webkit-box;
    display: flex;
    padding: 25px 5% 40px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 9547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-lp-footer {
    position: absolute;
    bottom: 40px;
    left: 5%;
    right: 5%;
}

/* line 9553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-lp-media {
    margin: 0;
    overflow: hidden;
}

/* line 9557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-lp-media img {
    visibility: hidden;
}

/* line 9560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside .liquid-lp-media:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #141622), to(transparent));
    background: linear-gradient(to top, #141622 50%, transparent 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}

/* line 9575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.contents-bottom .liquid-blog-item-inner {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 9579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.contents-middle .liquid-blog-item-inner {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 9583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.contents-top .liquid-blog-item-inner {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 9587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-100 {
    padding-bottom: 52.65%;
}

/* line 9590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-300 {
    padding-bottom: 66.67%;
}

/* line 9593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-400 {
    padding-bottom: 88.89%;
}

/* line 9596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-450 {
    padding-bottom: 100%;
}

/* line 9599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-500 {
    padding-bottom: 111.112%;
}

/* line 9602, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside.h-600 {
    padding-bottom: 133.335%;
}

/* line 9605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-contents-inside:hover .liquid-lp-media:after {
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 9611, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title .split-unit {
    overflow: hidden;
    line-height: 1.15em;
}

/* line 9615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title .split-inner {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 9621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title .split-inner:after {
    content: none;
}

/* line 9624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title-clone [data-split-text=true] {
    visibility: hidden;
}

/* line 9627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title-clone [data-split-text=true].split-text-applied {
    visibility: visible;
}

/* line 9630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title .liquid-lp-title-clone .split-inner {
    display: inline-block;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/* line 9635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(0) .split-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 9639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(1) .split-inner {
    -webkit-transition-delay: 0.0769230769s;
    transition-delay: 0.0769230769s;
}

/* line 9643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(2) .split-inner {
    -webkit-transition-delay: 0.1538461538s;
    transition-delay: 0.1538461538s;
}

/* line 9647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(3) .split-inner {
    -webkit-transition-delay: 0.2307692308s;
    transition-delay: 0.2307692308s;
}

/* line 9651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(4) .split-inner {
    -webkit-transition-delay: 0.3076923077s;
    transition-delay: 0.3076923077s;
}

/* line 9655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(5) .split-inner {
    -webkit-transition-delay: 0.3846153846s;
    transition-delay: 0.3846153846s;
}

/* line 9659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(6) .split-inner {
    -webkit-transition-delay: 0.4615384615s;
    transition-delay: 0.4615384615s;
}

/* line 9663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(7) .split-inner {
    -webkit-transition-delay: 0.5384615385s;
    transition-delay: 0.5384615385s;
}

/* line 9667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(8) .split-inner {
    -webkit-transition-delay: 0.6153846154s;
    transition-delay: 0.6153846154s;
}

/* line 9671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(9) .split-inner {
    -webkit-transition-delay: 0.6923076923s;
    transition-delay: 0.6923076923s;
}

/* line 9675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title .split-unit:nth-child(10) .split-inner {
    -webkit-transition-delay: 0.7692307692s;
    transition-delay: 0.7692307692s;
}

/* line 9679, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title-original .split-inner {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.35, 0.95, 0.4, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.35, 0.95, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.35, 0.95, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.35, 0.95, 0.4, 1), -webkit-transform 0.45s cubic-bezier(0.35, 0.95, 0.4, 1);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

/* line 9687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-cloned-title:hover .liquid-lp-title-clone .split-inner {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.9, 0.4, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.9, 0.4, 1);
    transition: transform 0.6s cubic-bezier(0.1, 0.9, 0.4, 1);
    transition: transform 0.6s cubic-bezier(0.1, 0.9, 0.4, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.9, 0.4, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 9696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-masonry {
    padding: 0 !important;
}

/* line 9699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-masonry .liquid-lp-media {
    min-height: inherit;
    position: relative;
    top: auto;
    left: auto;
}

/* line 9705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-masonry .liquid-lp-title {
    margin-bottom: 0.5em;
}

/* line 9708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-masonry .liquid-lp-footer {
    margin: 0;
}

/* line 9711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.container-fluid .liquid-blog-item-masonry {
    min-height: 300px;
}

/* line 9715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-carousel .liquid-lp-title {
    margin-bottom: 0.5em;
}

/* line 9718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-carousel span + .liquid-lp-date:before,
.liquid-blog-item-carousel .liquid-lp-category + .liquid-lp-date:before {
    content: '-';
    margin-right: 0.25em;
}

/* line 9724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split {
    display: -webkit-box;
    display: flex;
}

/* line 9728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-lp-details-lined:after {
    content: none;
}

/* line 9731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-blog-item-inner,
.liquid-blog-item-split .liquid-lp-media {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 9736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-blog-item-inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

/* line 9740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-blog-item-inner:only-child {
    padding-left: 0;
}

/* line 9743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-lp-media {
    margin-bottom: 0;
}

/* line 9746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-lp-title {
    margin-bottom: 0.3em;
}

/* line 9749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-split .liquid-lp-excerpt {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* line 9754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-lp-read-more {
    border-color: #fff;
}

/* line 9757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-lp-read-more > span {
    padding: 1.666em 2.916em;
}

/* line 9760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-lp-footer {
    margin-top: 2.5em;
}

/* line 9763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-lp-media {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* line 9770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-lp-media:after {
    background: #141622;
    height: 100% !important;
    opacity: 0.3 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 9777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth .liquid-blog-item-inner {
    padding: 15% 0;
}

/* line 9780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth.liquid-blog-scheme-dark .liquid-lp-read-more {
    border-color: #000;
}

/* line 9783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth.liquid-blog-contents-inside .liquid-lp-footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

/* line 9789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth:hover .liquid-lp-read-more {
    background-color: #fff;
    color: #000;
}

/* line 9793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-fullwidth:hover.liquid-blog-scheme-dark .liquid-lp-read-more {
    background-color: #000;
    color: #fff;
}

/* line 9798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline {
    padding: 20px 40px 45px;
    border: 1px solid #ebeef3;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 9807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline .liquid-lp-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.75em;
}

/* line 9817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline .liquid-lp-category.bordered a {
    padding: 0.15em 10px;
    border-radius: 4px;
    letter-spacing: 0.1em;
}

/* line 9822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline .liquid-lp-media {
    margin-bottom: 2em;
}

/* line 9825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline .liquid-lp-media img {
    border-radius: 4px;
}

/* line 9828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline .liquid-lp-excerpt {
    margin-top: 0.95em;
}

/* line 9831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline.liquid-blog-scheme-dark .liquid-lp-details {
    color: rgba(0, 0, 0, 0.35);
}

/* line 9834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-timeline:hover {
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.12);
}

/* line 9838, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-gray {
    min-height: 350px;
    background-color: #F4F5F6;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 9845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-gray .liquid-blog-item-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: inherit;
    padding: 40px;
}

/* line 9856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-gray .liquid-lp-title {
    font-size: 22px;
    line-height: 1.5454545455em;
    font-weight: 400;
    letter-spacing: 0;
}

/* line 9862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-gray .liquid-lp-excerpt {
    font-size: 16px;
    line-height: 1.5em;
    color: #9B9B9B;
}

/* line 9867, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid .masonry-item:first-child .liquid-blog-item-gray {
    border-radius: 4px 0 0 4px;
}

/* line 9870, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid .masonry-item:last-child .liquid-blog-item-gray {
    border-radius: 0 4px 4px 0;
}

/* line 9873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid .masonry-item + .masonry-item .liquid-blog-item-gray {
    border-left: 1px solid #EAEAEA;
}

/* line 9876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-gray:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

/* line 9881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-candy .liquid-lp-media {
    margin-bottom: 27px;
    overflow: hidden;
}

/* line 9885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-candy .liquid-lp-header {
    margin-bottom: 15px;
}

/* line 9888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-candy .liquid-lp-footer time,
.liquid-blog-item-candy .liquid-lp-footer a {
    color: #000;
}

/* line 9892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-candy .liquid-lp-details-lined:before {
    background-color: var(--color-primary);
}

/* line 9896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark a,
.liquid-blog-scheme-light a {
    color: inherit;
}

/* line 9900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark a:hover, .liquid-blog-scheme-dark a:focus,
.liquid-blog-scheme-light a:hover,
.liquid-blog-scheme-light a:focus {
    color: inherit;
}

/* line 9905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark .liquid-lp-title,
.liquid-blog-scheme-light .liquid-lp-title {
    color: inherit;
}

/* line 9909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark .liquid-lp-category.bordered a,
.liquid-blog-scheme-light .liquid-lp-category.bordered a {
    color: var(--color-primary);
}

/* line 9914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark {
    color: #181b31;
}

/* line 9917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark .btn-line,
.liquid-blog-scheme-dark .liquid-lp-title .split-inner:after {
    background-color: #181b31;
}

/* line 9922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-light {
    color: #fff;
}

/* line 9925, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-light .btn-line,
.liquid-blog-scheme-light .liquid-lp-details-lined:before,
.liquid-blog-scheme-light .liquid-lp-details-lined:after,
.liquid-blog-scheme-light .liquid-lp-category.underlined-onhover a:after,
.liquid-blog-scheme-light .liquid-lp-title .split-inner:after {
    background-color: #fff;
}

/* line 9932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-light .liquid-lp-details {
    color: rgba(255, 255, 255, 0.55);
}

/* line 9935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-light .liquid-lp-details a:hover {
    color: #fff;
}

/* line 9939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark-alt .liquid-lp-details,
.liquid-blog-scheme-light-alt .liquid-lp-details {
    color: inherit;
}

/* line 9944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-dark-alt .liquid-lp-excerpt {
    color: rgba(24, 27, 49, 0.55);
}

/* line 9948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-scheme-light-alt .liquid-lp-excerpt {
    color: rgba(255, 255, 255, 0.55);
}

/* line 9952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-square .liquid-blog-item-inner {
    padding: 6% 30px;
    padding-bottom: 6%;
}

/* line 9956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-square .liquid-lp-header {
    width: 85%;
}

/* line 9959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-square .liquid-lp-category {
    font-size: 12px;
}

/* line 9962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-item-square .liquid-lp-title {
    font-size: 22px;
    line-height: 1.333em;
}

/* line 9967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-small-thumb .liquid-lp-media {
    width: 70px;
    flex-shrink: 0;
}

/* line 9971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp-small-thumb .liquid-lp-header {
    -webkit-box-flex: 1;
    flex: 1 1;
}

/* line 9976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-style-masonry .masonry-item {
    padding-left: 6px;
    padding-right: 6px;
}

/* line 9980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-style-masonry .liquid-lp {
    margin-bottom: 12px;
}

/* line 9984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-link .liquid-lp-title {
    margin-bottom: 1em;
}

/* line 9987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-link .liquid-lp-title a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    text-decoration: underline;
}

/* line 9997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-link .liquid-lp-title svg {
    margin-right: 0.625em;
    fill: currentColor;
    width: 1.25em;
    height: 1.25em;
}

/* line 10003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 50px;
}

/* line 10008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote blockquote,
.liquid-lp.format-quote .liquid-lp-title {
    margin: 0;
}

/* line 10012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote .liquid-lp-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

/* line 10024, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote svg {
    margin-bottom: 0.6666666667em;
}

/* line 10027, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote cite {
    padding-top: 10px;
    font-size: 12px;
    color: #888;
}

/* line 10032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-quote cite:before {
    content: none;
}

/* line 10035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-gallery .liquid-lp-media .carousel-nav button {
    width: 53px;
    height: 53px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

/* line 10042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-lp.format-audio:hover .liquid-lp-media, .liquid-lp.format-video:hover .liquid-lp-media {
    -webkit-transform: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* line 10047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
audio {
    outline: none;
    border: none !important;
}

/* 3.14. Filter Lists */
/* line 10053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1.5em;
    color: #16171e;
}

/* line 10065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-inner {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
}

/* line 10075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-inner:only-child {
    width: 100%;
}

/* line 10079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label {
    margin-bottom: 0;
    line-height: 1;
}

/* line 10083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label.size-xxl {
    font-size: 72px;
    letter-spacing: -0.025em;
}

/* line 10087, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label.size-xl {
    font-size: 55px;
    line-height: 1;
}

/* line 10091, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label.size-lg {
    font-size: 24px;
}

/* line 10094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label.size-md {
    font-size: 18px;
}

/* line 10097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label + .filter-list li {
    margin-bottom: 0;
}

/* line 10101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 0.8125em;
}

/* line 10107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list.size-lg {
    font-size: 24px;
}

/* line 10110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list.size-md {
    font-size: 18px;
}

/* line 10113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list.size-sm {
    font-size: 12px;
}

/* line 10116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list li {
    margin-bottom: 0.5em;
    position: relative;
    color: #9ba1af;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

/* line 10124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list li span {
    display: inline-block;
}

/* line 10127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list li.active, .filter-list li:hover {
    color: #16171e;
}

/* line 10130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-filter-items-label + .filter-list {
    margin-left: 3.5em;
    margin-bottom: 0;
}

/* line 10135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-inline li {
    display: inline-block;
}

/* line 10139, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-scheme-light li {
    color: rgba(255, 255, 255, 0.5);
}

/* line 10142, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-scheme-light li.active, .filter-list-scheme-light li:hover {
    color: #fff;
}

/* line 10146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filters-underline li span,
.filters-line-through li span {
    position: relative;
}

/* line 10150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filters-underline li span:after,
.filters-line-through li span:after {
    content: '';
    height: 0.0909090909em;
    min-height: 1px;
    position: absolute;
    background-color: #16171e;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* line 10166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filters-underline li.active span:after, .filters-underline li:hover span:after,
.filters-line-through li.active span:after,
.filters-line-through li:hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 10175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filters-line-through li span:after {
    width: 110%;
    top: 50%;
    left: -5%;
    margin-top: -0.0454545455em;
}

/* line 10182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filters-underline li span:after {
    bottom: -0.5833333333em;
    left: 0;
    width: 100%;
    height: 0.1666666667em;
    min-height: 2px;
}

/* line 10190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 {
    margin-top: 10px;
    margin-bottom: 70px;
}

/* line 10194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 span {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.4, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.4, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.5, 1);
}

/* line 10200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 li {
    margin-bottom: 2em;
}

/* line 10203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 li:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1.2em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background-image: linear-gradient(to bottom, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.5, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.4, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.4, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.5, 1);
}

/* line 10222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 li.active:before, .filter-list-style-1 li:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/* line 10229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.filter-list-style-1 li.active span, .filter-list-style-1 li:hover span {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

/* 3.15. Fancy Boxes */
/* line 10235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box {
    position: relative;
    margin-bottom: 30px;
}

/* line 10239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box figure {
    background-size: cover;
}

/* line 10242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0;
    margin: 0;
}

/* line 10248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box p {
    margin: 0;
}

/* line 10251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box img {
    width: 100%;
}

/* line 10254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .cb-img-container,
.fancy-box .fancy-box-image {
    position: relative;
}

/* line 10258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .cb-img-container {
    overflow: hidden;
}

/* line 10261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .blur-main-image,
.fancy-box .blur-image-canvas,
.fancy-box .blur-image-inner,
.fancy-box .blur-image-container {
    position: absolute;
    top: 0;
    left: 0;
}

/* line 10269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .blur-image-container,
.fancy-box .blur-image-inner {
    width: 100%;
    height: 100%;
}

/* line 10274, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .blur-image-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* line 10278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .blur-image-canvas {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

/* line 10284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .cb-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    background-size: cover;
    background-position: center;
}

/* line 10297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box .fancy-box-footer {
    position: relative;
    z-index: 2;
}

/* line 10301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box:hover .cb-img-overlay {
    opacity: 1;
    visibility: visible;
}

/* line 10305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box:hover .cb-img-btn {
    opacity: 1;
    visibility: visible;
}

/* line 10309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box:hover .cb-img-btn-inner {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/* line 10315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box:hover .cb-img-btn-inner .btn {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

/* line 10323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-subtitle {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    background-color: var(--color-primary);
    font-size: 12px;
}

/* line 10331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn-bg,
.cb-img-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 10340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn-inner {
    display: -webkit-box;
    display: flex;
    padding: 15px;
    border: 2px solid #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: scale3d(1.1, 1.1, 0);
    transform: scale3d(1.1, 1.1, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0.2, 1);
}

/* line 10362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn {
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 10369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn .liquid-overlay-link {
    z-index: 2;
}

/* line 10372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn .btn {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 0);
    transform: scale3d(1.1, 1.1, 0);
}

/* line 10377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cb-img-btn .btn-naked {
    color: #fff;
}

/* Content box styles */
/* line 10382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-contents {
    padding: 3.125em 1.875em;
}

/* line 10385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-info {
    width: 75%;
    margin: 2.8125em 1.875em;
    position: relative;
}

/* line 10390, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-info:before {
    content: '';
    display: inline-block;
    width: 1.875em;
    height: 1px;
    position: absolute;
    top: 0.5em;
    left: -60px;
    background-color: var(--color-primary);
}

/* line 10400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-header {
    display: inline-block;
    padding: 0.625em 1.875em 1.25em;
    position: absolute;
    bottom: 0;
    left: 1.875em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #fff;
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.1);
}

/* line 10411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-details {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-primary);
}

/* line 10417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-details > span:after {
    content: '\2758';
    margin-left: 1em;
    margin-right: 0.83em;
}

/* line 10422, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .fancy-box-details > span:last-child:after {
    content: none;
}

/* line 10425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-booking .btn {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.075);
}

/* line 10429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
    transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
}

/* line 10435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes .fancy-box-contents {
    padding: 1em 25px;
}

/* line 10438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes h3 {
    margin-bottom: 0.4375em;
}

/* line 10441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes .fancy-box-label {
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
}

/* line 10454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes .trainer {
    font-size: 0.8125em;
    color: #828593;
}

/* line 10458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes .trainer i {
    display: inline-block;
    margin-right: 5px;
}

/* line 10462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .fancy-box-classes .trainer i {
    padding-top: 1px;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* line 10471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classes:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.07);
}

/* line 10474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-slider .fancy-box-classes {
    margin-bottom: 50px;
}

/* line 10478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel {
    padding-bottom: 64.5%;
    overflow: hidden;
    color: #fff;
}

/* line 10483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#181b31), to(transparent));
    background-image: linear-gradient(to top, #181b31 0%, transparent 100%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 10501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel h3 {
    margin: 0.4375em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

/* line 10508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-image,
.fancy-box-travel .fancy-box-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* line 10515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), filter 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), filter 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 10526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-image img {
    visibility: hidden;
}

/* line 10529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-contents {
    margin: 30px;
    z-index: 2;
}

/* line 10533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-time {
    display: inline-block;
    padding: 0.25em 0.625em;
    background-color: var(--color-primary);
    font-size: 0.75em;
    letter-spacing: 0.05em;
}

/* line 10540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .fancy-box-footer {
    margin-top: 1.875em;
}

/* line 10543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel .btn {
    font-size: 0.875em;
    font-weight: 700;
}

/* line 10547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.fancy-box-big .fancy-box-contents {
    right: 30%;
}

/* line 10550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.fancy-box-tall {
    padding-bottom: 134.375%;
}

/* line 10553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.fancy-box-small {
    padding-bottom: 69.5%;
}

/* line 10556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.fancy-box-wide {
    padding-bottom: 33.36%;
}

/* line 10559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.fancy-box-square {
    padding-bottom: 100%;
}

/* line 10562, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel.hide-target .fancy-box-info p,
.fancy-box-travel.hide-target .fancy-box-info .fancy-box-footer {
    opacity: 0;
}

/* line 10566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 10570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-travel:hover .fancy-box-image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* line 10575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
    transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
}

/* line 10581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-contents,
.fancy-box-tour .fancy-box-footer {
    border: 1px solid #e7e9ef;
    border-top: none;
}

/* line 10586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-contents {
    padding: 1.25em 20px 1.5625em;
}

/* line 10589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-info {
    font-size: 0.8125em;
}

/* line 10592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .rating {
    font-size: 12px;
    margin: 0.45em 0;
    color: #a7a9b8;
}

/* line 10597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .star-rating {
    display: inline-block;
    font-size: 1em;
    color: var(--color-primary);
}

/* line 10602, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.0625em 20px;
}

/* line 10614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-footer h6 {
    margin: 0;
    font-size: 1em;
    color: #181b31;
}

/* line 10619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-footer h6 strong {
    font-weight: bold;
    font-size: 1.5em;
    color: var(--color-primary);
}

/* line 10624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-icon {
    display: inline-block;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0;
    color: var(--color-primary);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

/* line 10635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour .fancy-box-icon i {
    display: inline-block;
}

/* line 10638, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

/* line 10641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-tour:hover .fancy-box-icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* line 10646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-slider .fancy-box-tour {
    margin-bottom: 50px;
}

/* line 10650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer {
    display: -webkit-box;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7ed;
}

/* line 10660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer .fancy-box-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-basis: 16.666666666666667%;
    -webkit-box-flex: 1;
    flex: 1 0;
}

/* line 10670, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer .fancy-box-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 20%;
}

/* line 10680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer .fancy-box-image {
    margin-right: 18px;
    -webkit-box-flex: 0;
    flex: 0 auto;
}

/* line 10685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer small {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #808291;
    font-weight: 400;
}

/* line 10692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer h3 {
    line-height: 1.5em;
    font-weight: 600;
}

/* line 10696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer h5 {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 600;
}

/* line 10702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer img {
    max-width: 120px;
}

/* line 10705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer p span {
    display: inline-block;
}

/* line 10708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer .btn {
    font-size: 14px;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 10713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer .btn-md > span {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* line 10717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer:last-child {
    border-bottom: none;
}

/* line 10721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer-header {
    padding-bottom: 15px;
}

/* line 10724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer-header h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* line 10731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-offer-header p,
.fancy-box-cell:before {
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a7a9b8;
}

/* line 10739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    min-height: 400px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 10748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study h3 {
    font-size: 27px;
}

/* line 10751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 10763, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study figure:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(13, 15, 30, 0.35);
}

/* line 10774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study .cb-img-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* line 10782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study .fancy-box-contents {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: inherit;
    perspective: inherit;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 10796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study .fancy-box-header {
    position: absolute;
    bottom: 40px;
    left: 35px;
    right: 35px;
    -webkit-transform: translateZ(35px) scale(0.942);
    transform: translateZ(35px) scale(0.942);
    color: #fff;
}

/* line 10805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study .ld-cb-icon {
    display: block;
    font-size: 44px;
    line-height: 1;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

/* line 10821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study .ld-cb-cat {
    font-size: 13px;
    opacity: 0.6;
}

/* line 10825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study.scheme-light .fancy-box-header {
    color: #fff;
}

/* line 10828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study.scheme-light .fancy-box-header h3 {
    color: inherit;
}

/* line 10831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study:hover {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

/* line 10835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study:hover figure {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 10839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study:hover .fancy-box-contents {
    box-shadow: 0 60px 110px rgba(0, 0, 0, 0.23);
}

/* line 10842, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-case-study:hover .ld-cb-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 10848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay {
    padding-bottom: 53.335%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 10856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .cb-img-container,
.fancy-box-overlay .fancy-box-contents {
    position: absolute;
    top: 0;
    left: 0;
}

/* line 10862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .fancy-box-image,
.fancy-box-overlay .cb-img-container,
.fancy-box-overlay .fancy-box-contents {
    width: 100%;
    height: 100%;
}

/* line 10868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .cb-img-container {
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
}

/* line 10874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .fancy-box-image {
    background-position: center;
}

/* line 10877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .blur-image-container {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 10882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .cb-overlay {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 10893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .fancy-box-contents {
    width: 85%;
    padding: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 10904, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay .fancy-box-footer {
    margin-top: auto;
    z-index: 2;
}

/* line 10908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}

/* line 10912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.shadowed {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* line 10915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.tall {
    padding-bottom: 133.335%;
}

/* line 10918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.tall .fancy-box-contents {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

/* line 10923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.tall h3 {
    margin-bottom: 0.5rem;
}

/* line 10926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.scheme-light {
    color: rgba(255, 255, 255, 0.75);
}

/* line 10929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.scheme-light h3 {
    color: #fff;
}

/* line 10932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.scheme-light .cb-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

/* line 10935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.fancy-box-overlay-alt {
    padding-left: 30px;
    padding-right: 30px;
}

/* line 10939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.fancy-box-overlay-alt .fancy-box-contents {
    width: 100%;
}

/* line 10942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay.fancy-box-overlay-alt .fancy-box-footer {
    margin-top: 1.5rem;
}

/* line 10945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* line 10948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay:hover .cb-overlay {
    opacity: 0.9;
}

/* line 10951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-overlay:hover .blur-image-container {
    opacity: 1;
}

/* line 10955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classic h3 {
    margin-bottom: 0.5rem;
}

/* line 10958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-classic.text-center h3 {
    margin-bottom: 1.25rem;
}

/* line 10962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-custom-height {
    padding-bottom: 0 !important;
}

/* line 10966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-heading-lg h3 {
    font-size: 36px;
}

/* line 10970, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fancy-box-heading-sm h3 {
    font-size: 18px;
}

/* 3.16. Counnter */
/* line 10975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

/* line 10981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter:hover .liquid-counter-element-hover {
    opacity: 1;
}

/* line 10985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1em;
}

/* line 10997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element > span {
    display: -webkit-box;
    display: flex;
}

/* line 11001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-left .liquid-counter-element {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 11005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-right .liquid-counter-element {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 11009, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center .liquid-counter-element {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 11014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-text {
    line-height: 1.5em;
}

/* line 11018, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element-static, .liquid-counter-element-hover {
    display: none;
}

/* line 11021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element-static span,
.liquid-counter-element-hover span {
    display: inline-block;
    vertical-align: middle;
}

/* line 11026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.counter-animated .liquid-counter-element-static,
.counter-animated .liquid-counter-element-hover {
    display: -webkit-box;
    display: flex;
}

/* line 11032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element-static > span {
    background: inherit;
}

/* line 11035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.counter-animated .liquid-counter-element-static ~ span {
    display: none;
}

/* line 11039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-element-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 11050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .liquid-counter-element-hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* line 11058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .liquid-counter-element-hover span {
    background: inherit;
}

/* line 11062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-regular .liquid-counter-element {
    font-weight: 400;
}

/* line 11066, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-medium .liquid-counter-element {
    font-weight: 500;
}

/* line 11070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-semibold .liquid-counter-element {
    font-weight: 600;
}

/* line 11074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-bold .liquid-counter-element {
    font-weight: 700;
}

/* line 11078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-sm .liquid-counter-element {
    font-size: 36px;
}

/* line 11082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-md .liquid-counter-element {
    font-size: 47px;
}

/* line 11086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-lg .liquid-counter-element {
    font-size: 60px;
}

/* line 11090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-lg2 .liquid-counter-element {
    font-size: 200px;
}

/* line 11094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-xl .liquid-counter-element {
    font-size: 300px;
}

/* line 11098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-animator {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    background: inherit;
}

/* line 11106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-animator-value {
    display: inline-block;
    visibility: hidden;
}

/* line 11111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-animator-numbers {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    overflow: hidden;
    visibility: visible;
}

/* line 11120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-animator-numbers ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    background: inherit;
}

/* line 11129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-animator-numbers li {
    margin: 0;
    background: inherit;
}

/* line 11134, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-huge .liquid-counter-element {
    line-height: 0.8em;
}

/* line 11137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-huge .liquid-text-top {
    display: block;
    margin-bottom: 2em;
    position: relative;
    top: 2em;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* line 11147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-huge .liquid-text-bottom {
    position: absolute;
    bottom: 0;
    left: 100%;
    font-size: 1.125em;
    line-height: 1.5em;
    font-style: italic;
}

/* line 11156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-bordered {
    width: 100%;
    padding: 30px 5%;
    border: 1px solid #d8dbe2;
    text-align: center;
}

/* line 11162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-bordered .liquid-counter-element {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 11166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-counter-bordered .liquid-counter-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a7a9b8;
}

/* line 11173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .liquid-counter-has-gradient .liquid-counter-element-static,
.backgroundcliptext .liquid-counter-has-gradient .liquid-counter-element > span {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}

/* 3.17. Liquid Forms */
/* line 11182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form .input-container {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

/* line 11187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form .input-container .ui-selectmenu-button {
    margin-bottom: 0 !important;
}

/* line 11190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select,
.liquid-form input,
.liquid-form textarea,
.liquid-form .ui-selectmenu-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 2em;
    position: relative;
    border: 1px solid #d5d6de;
    border-radius: 0;
    background: none;
    color: #b7b9c4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 11209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select::-webkit-input-placeholder,
.liquid-form input::-webkit-input-placeholder,
.liquid-form textarea::-webkit-input-placeholder,
.liquid-form .ui-selectmenu-button::-webkit-input-placeholder {
    color: inherit;
}

/* line 11215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select::-moz-placeholder,
.liquid-form input::-moz-placeholder,
.liquid-form textarea::-moz-placeholder,
.liquid-form .ui-selectmenu-button::-moz-placeholder {
    color: inherit;
}

/* line 11221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select:-moz-placeholder,
.liquid-form input:-moz-placeholder,
.liquid-form textarea:-moz-placeholder,
.liquid-form .ui-selectmenu-button:-moz-placeholder {
    color: inherit;
}

/* line 11227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select:-ms-input-placeholder,
.liquid-form input:-ms-input-placeholder,
.liquid-form textarea:-ms-input-placeholder,
.liquid-form .ui-selectmenu-button:-ms-input-placeholder {
    color: inherit;
}

/* line 11233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form select:focus,
.liquid-form input:focus,
.liquid-form textarea:focus,
.liquid-form .ui-selectmenu-button:focus {
    outline: none;
    border-color: #9c9eb1;
    color: #9c9eb1;
}

/* line 11241, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form .ui-selectmenu-icon {
    visibility: hidden;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

/* line 11246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form .input[type=submit],
.liquid-form button[type=submit] {
    height: 50px;
}

/* line 11250, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form button[type=submit] > span {
    padding-top: 0;
    padding-bottom: 0;
}

/* line 11255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-sm select,
.liquid-form-inputs-sm input,
.liquid-form-inputs-sm textarea,
.liquid-form-inputs-sm .ui-selectmenu-button {
    height: 40px;
}

/* line 11261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-sm .input[type=submit],
.liquid-form-inputs-sm button[type=submit] {
    height: 40px;
}

/* line 11266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-lg select,
.liquid-form-inputs-lg input,
.liquid-form-inputs-lg textarea,
.liquid-form-inputs-lg .ui-selectmenu-button {
    height: 60px;
}

/* line 11272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-lg .input[type=submit],
.liquid-form-inputs-lg button[type=submit] {
    height: 60px;
}

/* line 11277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-round select,
.liquid-form-inputs-round input,
.liquid-form-inputs-round textarea,
.liquid-form-inputs-round .ui-selectmenu-button {
    border-radius: 3px;
}

/* line 11283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-inputs-round input[type=submit],
.liquid-form-inputs-round button[type=submit] {
    border-radius: 3px;
}

/* line 11288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.date-picker {
    cursor: pointer;
}

/* line 11291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.date-picker:focus {
    cursor: auto;
}

/* line 11295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-input-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 11304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-input-icon-right {
    left: auto;
    right: 15px;
}

/* line 11309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-input-icon-left {
    right: auto;
    left: 15px;
}

/* Jquery UI */
/* line 11315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #ededed;
    border-color: #ededed;
    color: #000;
}

/* line 11326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-selectmenu-button:active {
    background-color: transparent;
    color: #9c9eb1;
}

/* line 11331, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-widget.ui-widget-content {
    max-height: 40vh;
    border-color: #e4e4eb;
}

/* 3.18. jQuery UI */
/* line 11337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-widget {
    font-family: inherit;
}

/* line 11341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker {
    border-color: #f7f7f7 !important;
    border-radius: 12px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.07);
}

/* line 11346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker table {
    border: none;
}

/* line 11349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker table tr {
    border: none;
}

/* line 11352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-default {
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50em;
    text-align: center;
}

/* line 11363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-default:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* line 11367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-highlight {
    color: #fff;
}

/* line 11371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-highlight {
    background-color: #666;
}

/* line 11374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-active {
    background-color: var(--color-primary);
}

/* line 11377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker .ui-state-active {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

/* line 11381, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-header {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background: none;
}

/* line 11388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
    top: 2px !important;
    border: none !important;
    background: none !important;
    cursor: pointer;
    font-weight: 400;
}

/* line 11396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    position: relative;
    background: none !important;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 11406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev span:before,
.ui-datepicker-next span:before {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontAwesome;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-indent: 0;
}

/* line 11424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev {
    left: 2px !important;
}

/* line 11427, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev span:before {
    content: '\f060';
}

/* line 11430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-prev:hover span {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

/* line 11435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-next {
    right: 2px !important;
}

/* line 11438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-next span:before {
    content: '\f061';
}

/* line 11441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ui-datepicker-next:hover span {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

/* 3.19. Reservation Form */
/* line 11447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/* line 11456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .input-container {
    display: -webkit-box;
    display: flex;
    min-width: 285px;
    padding: 0 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-left: 1px solid #d8dbe2;
}

/* line 11471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .input-container:last-child, .liquid-form-reservation .input-container:first-child {
    border: none;
}

/* line 11474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .input-container:first-child {
    padding-left: 0;
}

/* line 11477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .liquid-input-icon-right {
    right: 30px;
}

/* line 11480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .liquid-input-icon-left {
    left: 30px;
    color: var(--color-primary);
}

/* line 11484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input,
.liquid-form-reservation select,
.liquid-form-reservation button,
.liquid-form-reservation .ui-selectmenu-button {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 11491, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input:focus,
.liquid-form-reservation select:focus,
.liquid-form-reservation button:focus,
.liquid-form-reservation .ui-selectmenu-button:focus {
    outline: none;
}

/* line 11497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input,
.liquid-form-reservation select,
.liquid-form-reservation .ui-selectmenu-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 30px 0 60px;
    background: none;
    border: none;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #3f4147;
}

/* line 11517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input::-webkit-input-placeholder,
.liquid-form-reservation select::-webkit-input-placeholder,
.liquid-form-reservation .ui-selectmenu-button::-webkit-input-placeholder {
    color: #3f4147;
}

/* line 11522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input::-moz-placeholder,
.liquid-form-reservation select::-moz-placeholder,
.liquid-form-reservation .ui-selectmenu-button::-moz-placeholder {
    color: #3f4147;
}

/* line 11527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input:-moz-placeholder,
.liquid-form-reservation select:-moz-placeholder,
.liquid-form-reservation .ui-selectmenu-button:-moz-placeholder {
    color: #3f4147;
}

/* line 11532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation input:-ms-input-placeholder,
.liquid-form-reservation select:-ms-input-placeholder,
.liquid-form-reservation .ui-selectmenu-button:-ms-input-placeholder {
    color: #3f4147;
}

/* line 11537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation button {
    text-align: center;
}

/* line 11540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation button > span {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 11546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .ui-selectmenu-icon {
    -webkit-box-ordinal-group: 2;
    order: 1;
    display: none;
}

/* line 11551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-reservation .ui-selectmenu-button {
    width: 100%;
}

/* 3.20. Tour Form */
/* line 11556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 40px 30px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

/* line 11565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour select,
.liquid-form-tour input,
.liquid-form-tour textarea,
.liquid-form-tour .ui-selectmenu-button {
    padding-left: 25px;
    padding-right: 25px;
    border-color: transparent;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07) inset;
    background-color: #f4f5f7;
}

/* line 11575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour select:focus,
.liquid-form-tour input:focus,
.liquid-form-tour textarea:focus,
.liquid-form-tour .ui-selectmenu-button:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
}

/* line 11581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour .input-container {
    -webkit-box-flex: 1;
    flex: 1 auto;
    margin: 10px 0.4%;
}

/* line 11586, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour .input-container:first-child {
    margin-left: 0;
}

/* line 11589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour .input-container:last-child {
    margin-right: 0;
}

/* line 11592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-form-tour .liquid-tour-hot-destinations {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* line 11597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations {
    font-size: 0.875em;
}

/* line 11600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations > span,
.liquid-tour-hot-destinations > a {
    margin-right: 15px;
}

/* line 11604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations > span {
    color: #a7a9b8;
}

/* line 11607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations > span i {
    margin-left: 15px;
}

/* line 11610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations > a:after {
    content: '\2758';
    margin-left: 15px;
    color: #d8dbe2;
}

/* line 11615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-tour-hot-destinations > a:last-child:after {
    content: none;
}

/* 3.21. Progressbar */
/* line 11620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar {
    position: relative;
    margin-top: 2.2em;
    margin-bottom: 3.25em;
}

/* line 11625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar.values-not-encountering .liquid-progressbar-percentage {
    opacity: 1;
}

/* line 11629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #eef0f3;
}

/* line 11637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-bar {
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    color: #181b31;
    background-color: var(--color-primary);
}

/* line 11649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage {
    position: absolute;
    top: -2.2em;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

/* line 11658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-title {
    margin: 0;
    position: absolute;
    top: -2.2em;
    left: 0;
    font-size: 1em;
    color: #808291;
}

/* Progressbar Sizes */
/* line 11668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-thin .liquid-progressbar-inner {
    height: 1px;
}

/* line 11672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-thick .liquid-progressbar-inner {
    height: 2px;
}

/* line 11676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-thicker .liquid-progressbar-inner {
    height: 5px;
}

/* line 11680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-sm .liquid-progressbar-inner {
    height: 10px;
}

/* line 11684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-lg .liquid-progressbar-inner {
    height: 20px;
}

/* line 11688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-xl .liquid-progressbar-inner {
    height: 30px;
}

/* Progressbar Roundness */
/* line 11693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-round .liquid-progressbar-inner {
    border-radius: 3px;
}

/* line 11697, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-circle .liquid-progressbar-inner {
    border-radius: 50em;
}

/* Progressbar Values Positions */
/* line 11702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-bottom {
    margin-top: 0;
    margin-bottom: 3.5em;
}

/* line 11706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-bottom .liquid-progressbar-percentage {
    top: auto;
    bottom: -2.2em;
}

/* line 11710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-bottom .liquid-progressbar-title {
    top: auto;
    bottom: -2.2em;
}

/* line 11715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-inside .liquid-progressbar-bar {
    color: #fff;
}

/* line 11718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-inside .liquid-progressbar-title,
.liquid-progressbar-values-inside .liquid-progressbar-percentage {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 11726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-values-inside .liquid-progressbar-title {
    left: 15px;
    right: auto;
    white-space: nowrap;
    color: #fff;
}

/* Details Size */
/* line 11734, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-details-sm {
    font-size: 14px;
}

/* Percentage Shape */
/* line 11739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage.style-tooltip {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 6px 10px;
    margin-top: -10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #666;
    line-height: 1.5em;
    color: #fff;
}

/* line 11752, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage.style-tooltip:after {
    content: '';
    display: inline-block;
    width: 0;
    left: 0;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #666 transparent transparent;
}

/* line 11765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage.style-tooltip.round {
    border-radius: 4px;
}

/* line 11768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage.style-tooltip.circle {
    margin-top: -17px;
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 12px;
    border-radius: 50em;
}

/* line 11776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-percentage.style-tooltip.circle:after {
    bottom: -3px;
}

/* line 11780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-progressbar-count-hide .liquid-progressbar-value {
    display: none;
}

/* Shadow */
/* line 11785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-bar-shadow .liquid-progressbar-bar {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.1);
}

/* Orientation */
/* line 11790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle {
    margin-top: 0;
}

/* line 11793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-inner,
.ld-prgbr-circle .liquid-progressbar-percentage,
.ld-prgbr-circle .liquid-progressbar-bar {
    background: none;
}

/* line 11798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-percentage,
.ld-prgbr-circle .liquid-progressbar-inner,
.ld-prgbr-circle .liquid-progressbar-bar {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
}

/* line 11809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-bar {
    display: -webkit-box;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: auto;
}

/* line 11824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-bar {
    text-align: center;
}

/* line 11827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-percentage {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

/* line 11832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-details {
    margin-top: 20px;
}

/* line 11835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-prgbr-circle .liquid-progressbar-title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 17px;
    text-align: center;
    color: #4E4E4E;
}

/* 3.22. Milestone */
/* line 11845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 2em;
}

/* line 11855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone .liquid-milestone-time {
    margin: 0 15px 0 0;
    -webkit-box-flex: 0;
    flex: 0 auto;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--color-primary);
}

/* line 11865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone .liquid-milestone-time span {
    color: inherit;
}

/* line 11869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone-content {
    -webkit-box-flex: 1;
    flex: 1 auto;
    overflow: hidden;
}

/* line 11874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone-content h5 {
    margin: 0;
    font-weight: 700;
}

/* line 11878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-milestone-content p {
    margin: 0;
}

/* 3.24. Instagram Feed */
/* line 11883, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed {
    margin-bottom: 2em;
}

/* line 11887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list {
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    list-style: none;
}

/* line 11897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list > li {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    position: relative;
}

/* line 11902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list > li img {
    width: 100%;
    height: auto;
}

/* line 11906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list > li:hover .liquid-ig-feed-overlay {
    opacity: 1;
    visibility: visible;
}

/* line 11910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list > li:hover .liquid-ig-feed-overlay i,
.liquid-ig-feed-list > li:hover .liquid-ig-feed-overlay span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 11916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-list > li:hover .liquid-ig-feed-overlay span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 11920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-stretch-images .liquid-ig-feed-list img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* line 11925, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-columns="1"] .liquid-ig-feed-list > li {
    flex-basis: 100%;
}

/* line 11928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-columns="2"] .liquid-ig-feed-list > li {
    flex-basis: 50%;
}

/* line 11931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-columns="3"] .liquid-ig-feed-list > li {
    flex-basis: 33.333333333333333%;
}

/* line 11934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-columns="4"] .liquid-ig-feed-list > li {
    flex-basis: 25%;
}

/* line 11937, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-columns="6"] .liquid-ig-feed-list > li {
    flex-basis: 16.666666666666667%;
}

/* line 11940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="2"] .liquid-ig-feed-list {
    margin-left: -1px;
    margin-right: -1px;
}

/* line 11944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="2"] .liquid-ig-feed-list > li {
    padding: 1px;
}

/* line 11947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="4"] .liquid-ig-feed-list {
    margin-left: -2px;
    margin-right: -2px;
}

/* line 11951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="4"] .liquid-ig-feed-list > li {
    padding: 2px;
}

/* line 11954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="6"] .liquid-ig-feed-list {
    margin-left: -3px;
    margin-right: -3px;
}

/* line 11958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="6"] .liquid-ig-feed-list > li {
    padding: 3px;
}

/* line 11961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="8"] .liquid-ig-feed-list {
    margin-left: -4px;
    margin-right: -4px;
}

/* line 11965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-list-gap="8"] .liquid-ig-feed-list > li {
    padding: 4px;
}

/* line 11969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--color-primary);
    color: #fff;
    -webkit-transition: opacity 0.3s, visibility 0, 3s;
    transition: opacity 0.3s, visibility 0, 3s;
}

/* line 11993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay i,
.liquid-ig-feed-overlay span {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/* line 12004, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay i:only-child,
.liquid-ig-feed-overlay span:only-child {
    margin-bottom: 0;
}

/* line 12008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay i {
    margin-bottom: 0.34em;
    font-size: 50px;
}

/* line 12012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay span {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 700;
}

/* line 12017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-ig-feed-overlay:hover {
    color: #fff;
}

/* 3.25. Twitter Feed */
/* line 12022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed {
    margin-bottom: 2em;
}

/* line 12026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* line 12031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list > li {
    margin-bottom: 0.9375em;
    line-height: 1.7142857143em;
}

/* line 12035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list > li:last-child {
    margin-bottom: 0;
}

/* line 12038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list p {
    margin-bottom: 0;
}

/* line 12041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list blockquote {
    font-style: normal;
    margin: 0;
    font-size: 1em;
}

/* line 12047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-icon {
    display: block;
    margin-bottom: 0.7142857143em;
    font-size: 28px;
    line-height: 1em;
    color: #1da1f2;
}

/* line 12055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-twitter-feed-list .twitter-tweet > a,
.liquid-tweet-time {
    display: block;
    font-size: 11px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

/* 3.26. Banner */
/* 3.27. Image Groups */
/* line 12065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container {
    position: relative;
    margin-bottom: 2em;
}

/* line 12069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations] {
    opacity: 1;
    visibility: visible;
}

/* line 12073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations]:not(.ca-initvalues-applied) {
    min-height: 45px;
}

/* line 12076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations]:before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjIiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjAuOHMiCiAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4KICAgICAgICAgICAgPC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center;
}

/* line 12090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations] .liquid-img-group-single {
    opacity: 0;
    visibility: hidden;
}

/* line 12094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations].ca-initvalues-applied:before {
    content: none;
}

/* line 12097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-container[data-custom-animations].ca-initvalues-applied .liquid-img-group-single {
    opacity: 1;
    visibility: visible;
}

/* line 12101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-row-bg]:not(.row-bg-appended) .liquid-img-group-container[data-custom-animations] {
    opacity: 0;
    visibility: hidden;
}

/* line 12106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-img-container {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    border-radius: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 12117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-container-inner {
    width: 100%;
    position: relative;
}

/* line 12122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single {
    display: block;
    position: relative;
}

/* line 12126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single .ld-parallax-wrap,
.liquid-img-group-single .liquid-img-container-inner,
.liquid-img-group-single .liquid-img-group-img-container,
.liquid-img-group-single figure,
.liquid-img-group-single img {
    border-radius: inherit;
}

/* line 12133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single .ld-parallax-wrap,
.liquid-img-group-single figure {
    width: 100%;
}

/* line 12137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single figure {
    display: inline-block;
    margin: 0 !important;
}

/* line 12141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-roundness="2"] {
    border-radius: 2px;
}

/* line 12144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-roundness="4"] {
    border-radius: 4px;
}

/* line 12147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-roundness="6"] {
    border-radius: 6px;
}

/* line 12150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-roundness="8"] {
    border-radius: 8px;
}

/* line 12153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow][data-shadow-style="1"].is-in-view .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-animate-shadow][data-shadow-style="1"].is-in-view .liquid-img-container-inner, .liquid-img-group-single[data-shadow-style="1"] .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-shadow-style="1"] .liquid-img-container-inner {
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
}

/* line 12158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow][data-shadow-style="2"].is-in-view .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-animate-shadow][data-shadow-style="2"].is-in-view .liquid-img-container-inner, .liquid-img-group-single[data-shadow-style="2"] .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-shadow-style="2"] .liquid-img-container-inner {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

/* line 12163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow][data-shadow-style="3"].is-in-view .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-animate-shadow][data-shadow-style="3"].is-in-view .liquid-img-container-inner, .liquid-img-group-single[data-shadow-style="3"] .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-shadow-style="3"] .liquid-img-container-inner {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

/* line 12168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow][data-shadow-style="4"].is-in-view .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-animate-shadow][data-shadow-style="4"].is-in-view .liquid-img-container-inner, .liquid-img-group-single[data-shadow-style="4"] .ld-parallax-wrap.overflow-hidden,
.liquid-img-group-single[data-shadow-style="4"] .liquid-img-container-inner {
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.17);
}

/* line 12173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow] .liquid-img-container-inner {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 12178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow] img {
    opacity: 0.00000001;
    -webkit-transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
    transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}

/* line 12183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow].is-in-view img {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

/* line 12188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow].is-in-view img.ld-lazyload {
    opacity: 0.00000001;
}

/* line 12191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single[data-animate-shadow].is-in-view img.ld-lazyload.loaded {
    opacity: 1;
}

/* line 12194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single.pos-abs {
    top: 0;
    left: 0;
}

/* line 12198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single.custom-height-applied > .liquid-img-group-img-container,
.liquid-img-group-single.custom-height-applied > .liquid-img-group-img-container > .ld-parallax-wrap {
    height: 100%;
}

/* line 12202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-single.reset-color-adjust-enabled figure {
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

/* line 12208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
div:not(.carousel-item-inner) > .liquid-img-group-container .liquid-img-group-single.reset-color-adjust-enabled:hover figure {
    -webkit-filter: none;
    filter: none;
}

/* line 12212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.carousel-item.is-selected .liquid-img-group-single.reset-color-adjust-enabled figure {
    -webkit-filter: none;
    filter: none;
}

/* line 12217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser {
    display: block;
    margin-bottom: 2em;
}

/* line 12221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser .liquid-img-group-img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

/* line 12226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser .liquid-img-group-img-container:before {
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 5.25%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/misc/browser-bar.jpg");
    background-position: center top;
}

/* line 12237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser figure {
    background-size: cover;
}

/* line 12240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser figure img {
    opacity: 0;
    visibility: hidden;
}

/* line 12244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser .liquid-img-group-url {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    height: 9.5%;
    position: absolute;
    top: 0;
    left: 20.2%;
    z-index: 2;
    font-size: 14px;
    color: #515151;
}

/* line 12258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-browser .liquid-img-group-url span {
    color: #cecece;
}

/* line 12262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

/* line 12272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-content.content-floated-mid-left, .liquid-img-group-content.content-floated-mid-right, .liquid-img-group-content.content-floated-mid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* line 12278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-content.content-floated-mid {
    left: 50%;
}

/* line 12281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-content.content-floated-mid-left {
    left: 0;
}

/* line 12284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-img-group-content.content-floated-mid-right {
    left: 100%;
}

/* line 12288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

/* line 12299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.block-revealer__content {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: inherit;
}

/* line 12304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.block-revealer__content img:not(.ld-lazyload) {
    opacity: 1;
}

/* line 12308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-container[data-custom-animations]:not(.ca-initvalues-applied) {
    min-height: 0;
}

/* line 12311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-container[data-custom-animations]:before {
    content: none;
}

/* line 12314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-container[data-custom-animations] .liquid-img-group-single {
    opacity: 1;
    visibility: visible;
}

/* line 12318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-row-bg]:not(.row-bg-appended) .compose-mode .liquid-img-group-container[data-custom-animations] {
    opacity: 1;
    visibility: visible;
}

/* line 12322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-single {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
}

/* line 12329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-single[data-animate-shadow] img {
    opacity: 1;
}

/* line 12332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode .liquid-img-group-browser figure img {
    opacity: 1;
    visibility: visible;
}

/* line 12337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images .liquid-img-group-single:last-child {
    position: absolute;
    bottom: -10%;
    left: 30%;
}

/* line 12343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-2 .liquid-img-group-container:first-child {
    margin-top: 60px;
}

/* line 12346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-2 .liquid-img-group-container:nth-child(2) {
    position: absolute;
    bottom: 110px;
    left: 20%;
}

/* line 12351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-2 .liquid-img-group-container:last-child {
    position: absolute;
    bottom: 230px;
    left: 36%;
}

/* line 12357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-3 .liquid-img-group-single:nth-child(2), .lqd-parallax-images-3 .liquid-img-group-single:last-child {
    position: absolute;
}

/* line 12360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
    top: 0px;
    right: 10%;
    left: 10%;
}

/* line 12365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-3 .liquid-img-group-single:last-child {
    top: 12%;
    right: 23%;
    left: 13%;
}

/* line 12371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-4 .liquid-counter {
    font-family: 'Scheherazade', serif !important;
    font-weight: 400;
    color: #bba07a;
}

/* line 12377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-4-alt .liquid-counter {
    font-family: inherit !important;
}

/* line 12380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-4-alt .liquid-counter-element {
    font-size: 80px;
}

/* line 12384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-6 .liquid-img-group-single:first-of-type {
    position: absolute;
    bottom: -10%;
    left: 30%;
}

/* line 12389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-6 .liquid-img-group-single:nth-of-type(2) {
    position: absolute;
}

/* line 12393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-8 .btn-icon {
    color: #fe506c;
    font-size: 20px;
}

/* line 12397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-8 .btn-icon-solid .btn-icon {
    background: white;
}

/* line 12400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-8 .liquid-img-group-single:last-of-type {
    position: absolute;
    right: 0;
    bottom: -10%;
}

/* line 12406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single {
    position: absolute;
}

/* line 12409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(1) {
    bottom: 50vh;
    left: 10%;
}

/* line 12413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
    bottom: 0px;
    left: -30%;
}

/* line 12417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
    bottom: -25vh;
    left: 0px;
}

/* line 12421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(4) {
    right: 35%;
    bottom: 0px;
}

/* line 12425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(5) {
    right: -25%;
    bottom: 10vh;
}

/* line 12430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-11 .liquid-img-group-single:nth-child(1), .lqd-parallax-images-11 .liquid-img-group-single:nth-child(3) {
    position: absolute;
}

/* line 12433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-11 .liquid-img-group-single:nth-child(1) {
    top: 35%;
    left: -80px;
}

/* line 12437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-images-11 .liquid-img-group-single:nth-child(3) {
    top: 70px;
    right: -120px;
    left: 120px;
}

@media (min-width: 768px) {
    /* line 12444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
        left: 20%;
    }

    /* line 12447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-3 .liquid-img-group-single:last-child {
        right: 0px;
        left: 22.5%;
    }
}

@media (min-width: 992px) {
    /* line 12453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images .liquid-img-group-single:last-child {
        bottom: -13%;
        left: -45%;
    }

    /* line 12458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-2 .liquid-img-group-container:first-child {
        margin-top: 0px;
        margin-right: -40%;
        margin-left: 60%;
    }

    /* line 12463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-2 .liquid-img-group-container:nth-child(2) {
        bottom: 80px;
        left: 30%;
    }

    /* line 12467, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-2 .liquid-img-group-container:last-child {
        bottom: 240px;
        left: 17%;
    }

    /* line 12472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-3 .liquid-img-group-single:first-child {
        margin-left: -20%;
    }

    /* line 12475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
        left: 0;
    }

    /* line 12478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-3 .liquid-img-group-single:last-child {
        left: -8%;
    }

    /* line 12482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-4 .liquid-img-group-container:nth-child(2) {
        margin-top: -120px;
        margin-left: -30px;
    }

    /* line 12486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-4 .liquid-img-group-container:last-child .liquid-img-group-single {
        margin-top: -40%;
        margin-left: -68%;
        left: -80%;
    }

    /* line 12492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-4-alt .liquid-img-group-container:last-child .liquid-img-group-single {
        left: 45%;
    }

    /* line 12496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-5 .txt-container {
        margin-top: -200px;
    }

    /* line 12500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-6 .liquid-img-group-single:first-of-type {
        right: -45%;
        bottom: -13%;
    }

    /* line 12504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-6 .liquid-img-group-single:nth-of-type(2) {
        top: -40%;
        right: -5%;
    }

    /* line 12508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-6 .liquid-img-group-single:last-of-type {
        left: -20%;
    }

    /* line 12512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-7 .liquid-img-group-single:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* line 12517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-7 .liquid-img-group-single:last-of-type {
        margin-right: -100%;
        margin-left: 30%;
        margin-bottom: -200px;
    }

    /* line 12523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-8 .liquid-img-group-single:last-of-type {
        right: 0;
        bottom: -8%;
    }

    /* line 12528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-10 .liquid-img-group-single:first-of-type {
        margin-right: 20vw;
        margin-left: -14vw;
        top: -120px;
    }

    /* line 12533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-10 .liquid-img-group-single:last-of-type {
        margin-top: -70%;
        margin-left: 25%;
    }
}

@media screen and (max-width: 991px) {
    /* line 12539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-parallax-images-5 .txt-container {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

/* 3.28. Pagination */
/* line 12545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-nav {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* line 12549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-nav.bordered-top {
    margin-top: 2em;
    padding-top: 45px;
    border-top: 3px solid #181b31;
}

/* line 12555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-links,
ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

/* line 12563, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ul.pagination {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 12569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ul.pagination .page-numbers,
ul.pagination li {
    display: inline-block;
}

/* line 12573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ul.pagination li {
    margin-left: 8px;
    margin-right: 8px;
}

/* line 12577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ul.pagination .page-numbers.current {
    color: #16171e;
}

/* line 12581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-links {
    float: left;
    margin-top: 1.5em;
}

/* line 12585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-links > span,
.page-links a span {
    display: inline-block;
}

/* line 12589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-links > a,
.page-links > span {
    padding-left: 8px;
    padding-right: 8px;
}

/* line 12594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-links .page-links-title {
    padding: 0;
}

/* 3.29. Blog Grid */
/* line 12599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/* line 12606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid:before, .liquid-blog-grid:after {
    content: none;
}

/* line 12609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid > div {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* line 12613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-blog-grid > .carousel-container {
    -webkit-box-flex: 1;
    flex: 1 auto;
}

/* 3.31. Masonry */
/* line 12619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-liquid-masonry=true] {
    -webkit-transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 3.32. Parallax */
/* line 12625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-parallax-wrap.overflow-hidden:before, .ld-parallax-wrap.overflow-hidden:after {
    content: '';
    display: table;
}

/* line 12629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-parallax-wrap.overflow-hidden:after {
    clear: both;
}

/* line 12633, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-parallax-bg {
    position: relative;
}

/* line 12636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-parallax-bg:not(.vc_row):not(.titlebar) {
    overflow: hidden;
}

/* line 12640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-parallax-container,
.liquid-parallax-figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 12649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-parallax-container,
.liquid-parallax-figure {
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
}

/* line 12656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-parallax-container {
    overflow: hidden;
}

/* line 12660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-responsive-bg][data-parallax]:not(.loaded) .liquid-parallax-figure {
    background-image: none !important;
}

/* line 12664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-sentinel {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

/* 3.33. Team Members */
/* line 12672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-name,
.ld-tm-pos {
    margin: 0;
    line-height: 1.5em;
}

/* line 12678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-name {
    font-size: 24px;
    font-weight: 700;
}

/* line 12682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-name.size-sm {
    font-size: 20px;
}

/* line 12686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-pos {
    font-size: 12px;
}

/* line 12690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-img img {
    width: 100%;
}

/* line 12693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-img.text-center img {
    width: auto;
}

/* line 12696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-img.text-center img.circle {
    width: 160px;
}

/* line 12700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info .ld-tm-social:empty {
    display: none;
}

/* line 12703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.ld-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 12710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.ld-overlay .ld-tm-name,
.ld-tm-info.ld-overlay .ld-tm-pos,
.ld-tm-info.ld-overlay .ld-tm-social {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 12721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.ld-overlay .ld-tm-name {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 12725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.ld-overlay .ld-tm-pos {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 12729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info .iconbox-xs {
    margin-bottom: 10px;
}

/* line 12732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info .iconbox-xs:last-child {
    margin-bottom: 0;
}

/* line 12735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info .iconbox-xs .iconbox-icon-container {
    font-size: 15px;
}

/* line 12738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info .iconbox-xs h3 {
    font-size: 14px;
}

/* line 12741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.text-center .iconbox-xs {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

/* line 12746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-info.text-center .iconbox-xs h3 {
    -webkit-box-flex: 0;
    flex: 0 auto;
}

/* line 12751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm {
    margin-bottom: 30px;
    color: #181b31;
}

/* line 12755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm h1, .ld-tm h2, .ld-tm h3, .ld-tm h4, .ld-tm h5, .ld-tm h6, .ld-tm a {
    color: inherit;
}

/* line 12758, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm a:hover {
    color: var(--color-primary);
}

/* line 12761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm .ld-tm-pos.color-primary {
    color: var(--color-primary);
}

/* line 12764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm.text-light {
    color: #fff;
}

/* line 12767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm.text-light .ld-overlay {
    background-color: rgba(24, 27, 49, 0.9);
}

/* line 12770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay {
    opacity: 1;
    visibility: visible;
}

/* line 12774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay .ld-tm-name {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 12778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay .ld-tm-pos {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 12782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay .ld-tm-social {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 12786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay .ld-tm-name,
.ld-tm:hover .ld-overlay .ld-tm-pos,
.ld-tm:hover .ld-overlay .ld-tm-social {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 12793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm:hover .ld-overlay .ld-tm-pos {
    opacity: 0.55;
}

/* line 12796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm.text-light:hover .ld-overlay .ld-tm-pos {
    opacity: 1;
}

/* line 12799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-block {
    display: block;
}

/* line 12802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ {
    position: relative;
    padding-bottom: 100%;
}

/* line 12806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-avatar {
    position: absolute;
    border-radius: 50em;
}

/* line 12810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-avatar figure {
    border-radius: inherit;
    box-shadow: 0 15px 70px rgba(0, 0, 0, 0.13);
}

/* line 12814, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-avatar img {
    width: 70px;
    height: auto;
    border-radius: inherit;
}

/* line 12819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, right top, left top, from(#ffa5cd), to(#ffba83));
    background: linear-gradient(270deg, #ffa5cd 0%, #ffba83 100%);
}

/* line 12830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 12837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ .ld-tm-container > div {
    position: absolute;
    border-radius: 50em;
}

/* line 12842, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-outer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

/* line 12849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-outer .ld-tm-bg {
    opacity: 0.1;
}

/* line 12853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-middle {
    width: 66.67%;
    height: 66.67%;
    top: 16.665%;
    left: 16.665%;
    z-index: 1;
}

/* line 12860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-middle .ld-tm-bg {
    opacity: 0.2;
}

/* line 12864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-inner {
    width: 31.9%;
    height: 31.9%;
    top: 34.05%;
    left: 34.05%;
    z-index: 2;
}

/* line 12871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-tm-circ-inner .ld-tm-bg {
    opacity: 0.3;
}

/* line 12875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-team-members .liquid-img-group-container:first-child {
    top: -80px;
    left: -90%;
}

/* line 12879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-team-members .liquid-img-group-container:nth-child(2) {
    margin-top: -400px;
}

/* line 12882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-parallax-team-members .liquid-img-group-container:last-child {
    margin-top: -300px;
    left: -90%;
}

/* 3.34. Portfolios */
/* line 12888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btns {
    position: relative;
    z-index: 3;
}

/* line 12892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-btns-mid .ld-pf-btns {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* line 12897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 46px;
    height: 46px;
    font-size: 18px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    will-change: transform, opacity;
}

/* Button Fills */
/* line 12913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn-brd {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
}

/* line 12917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn-brd:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

/* line 12923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn-solid {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* line 12927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn-solid:hover {
    background-color: #000;
}

/* Border Widths */
/* line 12932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-btn-brd-thick {
    border-width: 1.6px;
}

/* line 12936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-48 .ld-pf-title {
    font-size: 48px;
    line-height: 0.8333333333em;
    margin-bottom: 0.3541666667em;
}

/* line 12941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-42 .ld-pf-title {
    font-size: 42px;
}

/* line 12944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-36 .ld-pf-title {
    font-size: 36px;
}

/* line 12947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-32 .ld-pf-title {
    font-size: 32px;
}

/* line 12950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-30 .ld-pf-title {
    font-size: 30px;
    letter-spacing: -0.01em;
}

/* line 12954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-26 .ld-pf-title {
    font-size: 26px;
}

/* line 12957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-24 .ld-pf-title {
    font-size: 24px;
}

/* line 12960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.title-size-18 .ld-pf-title {
    font-size: 18px;
}

/* line 12964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category {
    position: relative;
    z-index: 3;
    font-size: 16px;
}

/* line 12969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category .read-more {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

/* line 12975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category p {
    margin: 0;
}

/* line 12978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category.size-lg {
    font-size: 15px;
}

/* line 12981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category.size-md {
    font-size: 14px;
}

/* line 12984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category.size-sm {
    font-size: 12px;
}

/* line 12988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-item {
    position: relative;
}

/* line 12992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined {
    padding-left: 2.5em;
}

/* line 12995, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined:before, .ld-pf-category-lined:after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
    background-color: #000;
}

/* line 13008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined:after {
    background-color: var(--color-primary);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 13019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined .read-more {
    left: 2.5em;
}

/* line 13022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined .read-more[data-split-text=true] {
    opacity: 0;
}

/* line 13025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined .read-more .split-inner {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

/* line 13030, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-category-lined .read-more.split-text-applied {
    opacity: 1;
}

/*
	All css styles for hover, etc will be applied to the figure inside .liquid-of-image
*/
/* line 13037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image {
    position: relative;
    overflow: hidden;
}

/* line 13041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image figure {
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s linear, -webkit-filter 0.3s linear;
    transition: -webkit-transform 0.3s linear, -webkit-filter 0.3s linear;
    transition: transform 0.3s linear, filter 0.3s linear;
    transition: transform 0.3s linear, filter 0.3s linear, -webkit-transform 0.3s linear, -webkit-filter 0.3s linear;
}

/* line 13050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image .liquid-parallax-figure {
    -webkit-transition: -webkit-filter 0.3s linear;
    transition: -webkit-filter 0.3s linear;
    transition: filter 0.3s linear;
    transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

/* line 13056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image img {
    width: 100%;
}

/* line 13059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image .liquid-parallax-bg > .ld-lazyload {
    opacity: 0;
}

/* line 13062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image .ld-pf-bg {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 13068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-inside .ld-pf-image img {
    visibility: hidden;
}

/* line 13071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-image.shadowed {
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.12);
}

/* line 13075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details {
    display: -webkit-box;
    display: flex;
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

/* line 13085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details > * {
    margin: 0;
    line-height: 1.25em;
    color: inherit;
}

/* line 13090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details h1, .ld-pf-details h2, .ld-pf-details h3, .ld-pf-details h4, .ld-pf-details h5, .ld-pf-details h6 {
    color: #000;
}

/* line 13093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details h3 {
    margin-bottom: 0.15em;
}

/* line 13096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details .split-inner {
    display: inline-block;
}

/* line 13099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-h-mid .ld-pf-details {
    -webkit-box-align: center;
    align-items: center;
}

/* line 13103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-h-str .ld-pf-details {
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 13107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-h-end .ld-pf-details {
    -webkit-box-align: end;
    align-items: flex-end;
}

/* line 13111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-str .ld-pf-details {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 13115, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-mid .ld-pf-details {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

/* line 13120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-end .ld-pf-details {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 13124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-inside .ld-pf-details {
    position: absolute;
    top: 0;
    left: 0;
}

/* line 13129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-full .ld-pf-details {
    width: 100%;
    height: 100%;
}

/* line 13133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-boxed .ld-pf-details {
    width: 75%;
    padding: 30px;
}

/* line 13137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-w-auto .ld-pf-details {
    width: auto;
}

/* line 13140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-circle .ld-pf-details {
    width: 260px;
    height: 260px;
    padding: 2em 3em 3.5em 3.5em;
    border-radius: 50em;
}

/* line 13146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-h-mid.pf-details-boxed .ld-pf-details {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 13151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-h-end.pf-details-boxed .ld-pf-details {
    left: auto;
    right: 0;
}

/* line 13155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-mid.pf-details-boxed .ld-pf-details {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 13160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-end.pf-details-boxed .ld-pf-details {
    top: auto;
    bottom: 0;
}

/* line 13164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-v-mid.pf-details-h-mid.pf-details-boxed .ld-pf-details {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* line 13168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-pull-up .ld-pf-details {
    margin-top: -95px;
}

/* line 13171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-pull-up-half .ld-pf-details {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 13175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-pull-down .ld-pf-details {
    margin-bottom: -50px;
}

/* line 13178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-pull-left .ld-pf-details {
    margin-left: -35px;
}

/* line 13181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-pull-right .ld-pf-details {
    margin-left: 30px;
}

/* line 13184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-inside [data-hover3d=true] .ld-pf-details {
    -webkit-transform: translate3d(0, 0, 0.01px);
    transform: translate3d(0, 0, 0.01px);
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
}

/* line 13195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details-inner {
    display: inherit;
    width: 100%;
    height: 100%;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: inherit;
    position: relative;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 13213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details-inner > :first-child {
    margin-top: 0;
}

/* line 13216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details-inner > :last-child {
    margin-bottom: 0;
}

/* line 13219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-details-inner .ld-pf-details-inner {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 13225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-contents-mid .ld-pf-details-inner {
    align-self: center;
    margin: auto;
}

/* line 13229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-inner-full .ld-pf-details-inner {
    width: 100%;
    height: 100%;
}

/* line 13233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-visible .ld-pf-details-inner {
    opacity: 1;
    visibility: visible;
}

/* line 13237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-details-inside [data-hover3d=true] .ld-pf-details-inner {
    -webkit-transform: translate3d(0, 0, 50px) scale(0.78);
    transform: translate3d(0, 0, 50px) scale(0.78);
}

/* line 13242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item .ld-pf-bg {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: transform, opacity;
}

/* line 13261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.pf-details-visible .ld-pf-bg {
    opacity: 1;
}

/* line 13264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.pf-bg-shadow .ld-pf-bg {
    box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
}

/* line 13267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.pf-bg-hidden .ld-pf-bg {
    opacity: 0;
}

/* line 13271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-wrap[data-hover3d=true] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible;
}

/* line 13281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-hover3d] .ld-pf-inner {
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 13292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
}

/* line 13297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item div,
.ld-pf-item figure,
.ld-pf-item img {
    border-radius: inherit;
}

/* line 13302, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item .liquid-overlay-link {
    z-index: 2;
}

/* line 13305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item time {
    font-size: 12px;
}

/* line 13308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item [data-split-text]:not(.split-text-applied) {
    visibility: hidden;
}

/* line 13311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-equal-cells .carousel-item .ld-pf-item {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    margin-bottom: 0;
}

/* line 13319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-equal-cells .carousel-item .ld-pf-item.pf-details-inside .ld-pf-image,
.flickity-equal-cells .carousel-item .ld-pf-item.pf-details-inside .ld-pf-inner {
    height: 100%;
}

/* line 13323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flickity-equal-cells .carousel-item .ld-pf-item.pf-hover-shadow {
    height: calc(100% - 50px);
    max-height: 550px;
}

/* line 13327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.pf-details-inside {
    overflow: hidden;
}

/* line 13330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .ld-pf-bg {
    opacity: 1;
}

/* line 13333, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .ld-pf-details-inner {
    opacity: 1;
    visibility: visible;
}

/* line 13337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .ld-pf-category-lined:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* line 13341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .pf-extra-arrow {
    height: 32px;
    margin-bottom: 1em;
}

/* line 13345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .pf-extra-arrow line,
.ld-pf-item:hover .pf-extra-arrow polyline {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dasharray 0.6s cubic-bezier(0.23, 1, 0.32, 1), stroke-dashoffset 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: stroke-dasharray 0.6s cubic-bezier(0.23, 1, 0.32, 1), stroke-dashoffset 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 13354, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-carousel-equal-height .carousel-item {
    max-height: 550px;
}

/* line 13358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-semiround {
    border-radius: 4px;
}

/* line 13362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-round {
    border-radius: 8px;
}

/* line 13366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-circle {
    border-radius: 50em;
}

/* line 13370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-portfolio-list-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 13379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-portfolio-list-row:before, .liquid-portfolio-list-row:after {
    content: none;
}

/* line 13383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-extra-arrow {
    position: relative;
    height: 0;
    -webkit-transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1), margin 0.3s;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1), margin 0.3s;
}

/* line 13389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-extra-arrow line,
.pf-extra-arrow polyline {
    -webkit-transition: stroke-dasharray 0.25s cubic-bezier(0.23, 1, 0.32, 1), stroke-dashoffset 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: stroke-dasharray 0.25s cubic-bezier(0.23, 1, 0.32, 1), stroke-dashoffset 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13394, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-extra-arrow line,
.pf-extra-arrow polyline {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
}

/* line 13400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.grid-stamp {
    position: absolute;
    top: 0;
    left: 0;
}

/* line 13405, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.grid-stamp.is-right {
    left: auto;
    right: 0;
}

@media screen and (max-width: 768px) {
    /* line 13411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .grid-stamp:not([class*=col-xs-]), .grid-stamp.col-xs-12 {
        display: none;
    }
}

/* line 13415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light {
    color: rgba(255, 255, 255, 0.7);
}

/* line 13418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light h1, .ld-pf-item.ld-pf-light h2, .ld-pf-item.ld-pf-light h3, .ld-pf-item.ld-pf-light h4, .ld-pf-item.ld-pf-light h5, .ld-pf-item.ld-pf-light h6 {
    color: #fff;
}

/* line 13421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light a,
.ld-pf-item.ld-pf-light .ld-pf-details,
.ld-pf-item.ld-pf-light .ld-pf-details-inner {
    color: inherit;
}

/* line 13426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light a:hover {
    color: #fff;
}

/* line 13429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

/* line 13432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .pf-extra-arrow svg {
    fill: #fff;
}

/* line 13435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-category-lined:before {
    background-color: #fff;
}

/* line 13438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-btn {
    color: #fff;
}

/* line 13441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-btn-brd {
    border-color: rgba(255, 255, 255, 0.5);
}

/* line 13444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-btn-brd:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

/* line 13449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-btn-solid {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

/* line 13453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light .ld-pf-btn-solid:hover {
    background-color: #fff;
}

/* line 13456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-light-alt {
    color: #fff;
}

/* line 13460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark {
    color: inherit;
}

/* line 13463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark h1, .ld-pf-item.ld-pf-dark h2, .ld-pf-item.ld-pf-dark h3, .ld-pf-item.ld-pf-dark h4, .ld-pf-item.ld-pf-dark h5, .ld-pf-item.ld-pf-dark h6 {
    color: #000;
}

/* line 13466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark a {
    color: rgba(0, 0, 0, 0.5);
}

/* line 13469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark a:hover {
    color: #000;
}

/* line 13472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark .ld-pf-btn {
    color: #fff;
}

/* line 13475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark .ld-pf-btn:hover {
    color: #fff;
}

/* line 13478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.ld-pf-dark-alt {
    color: #000;
}

/* line 13482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-blurimage:hover .ld-pf-image figure {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* line 13487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-masktext .split-unit {
    overflow: hidden;
}

/* line 13490, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-masktext .split-inner {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* line 13496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-shadow .ld-pf-image {
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 13501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-shadow:hover .ld-pf-image {
    box-shadow: 0 28px 45px rgba(0, 0, 0, 0.15);
}

/* line 13505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-shadow-alt:hover .ld-pf-image {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* line 13509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-shadow-alt-2:hover .ld-pf-image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* line 13513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-img-border .ld-pf-image {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
}

/* line 13523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-img-border:hover .ld-pf-image {
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px);
}

/* line 13528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.hover-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible;
}

/* line 13537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.hover-3d .liquid-overlay-link {
    -webkit-transform: translateZ(60px) scale(0.85);
    transform: translateZ(60px) scale(0.85);
}

/* line 13541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.hover-3d .ld-pf-bg {
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

/* line 13545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item.hover-3d:hover {
    z-index: 2;
}

/* line 13549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-rise .ld-pf-image {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-rise .ld-pf-image.shadowed {
    -webkit-transition: box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-rise:hover .ld-pf-image {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* line 13565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-hover-rise:hover .ld-pf-image.shadowed {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
}

/* line 13569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-single-2 .pf-single-contents .carousel-item img {
    width: 100%;
}

/* line 13573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-title {
    font-size: 48px;
    line-height: 1em;
}

/* line 13577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-title.size-xl {
    font-size: 100px;
}

/* line 13580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-title.size-lg {
    font-size: 60px;
}

/* line 13583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-title:last-child {
    margin-bottom: -0.2em !important;
}

/* line 13587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-cat {
    font-size: 12px;
    color: inherit;
}

/* line 13592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    font-size: 16px;
    line-height: 1.2em;
}

/* line 13600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info > span {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 47%;
}

/* line 13607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info > span:nth-child(3n + 1) {
    margin-left: 0;
}

/* line 13610, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info small {
    display: block;
}

/* line 13613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info h5 {
    font-size: 1em;
}

/* line 13616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-info hr {
    width: 50px;
    position: absolute;
    top: -2.1875em;
    left: 0;
    margin: 0;
    border-color: #181b31;
}

/* line 13625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-header {
    margin-bottom: 2em;
}

/* line 13628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-header h4 {
    font-size: 24px;
}

/* line 13631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-single-header.bg-solid {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

/* line 13637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav.pf-nav .nav-subtitle {
    font-size: 16px;
}

/* line 13641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-posts {
    padding-top: 2em;
}

/* line 13645, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related {
    margin-bottom: 2em;
    position: relative;
}

/* line 13650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-title {
    margin-bottom: 0.5em;
    position: relative;
}

/* line 13654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-title a {
    color: inherit;
}

/* line 13657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-title .split-inner {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

/* line 13663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-title .title-shad {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-primary);
}

/* line 13671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-cat {
    font-size: 12px;
}

/* line 13674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-cat li {
    position: relative;
    z-index: 2;
}

/* line 13679, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt {
    padding-bottom: 69.5%;
    color: #fff;
}

/* line 13683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt h2,
.pf-related-alt a {
    color: inherit;
}

/* line 13687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt h2 {
    line-height: 1em;
}

/* line 13690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt figure,
.pf-related-alt header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 13698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt > figure {
    background-size: cover;
    background-position: center;
}

/* line 13702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt > figure:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 13715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt img {
    visibility: hidden;
}

/* line 13718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt header {
    display: -webkit-box;
    display: flex;
    padding: 2em 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

/* line 13730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pf-related-alt:hover > figure:after {
    opacity: 0;
}

/* 3.35. Blog */
/* line 13735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    color: rgba(24, 27, 49, 0.5);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* line 13745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .blog-single-media {
    background-size: cover;
}

/* line 13748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .blog-single-media:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 13757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .blog-single-media[data-responsive-bg] > img {
    visibility: hidden;
}

/* line 13760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .entry-title,
.blog-single-cover a {
    color: #181b31;
}

/* line 13764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .ld-parallax-wrap {
    overflow: visible !important;
}

/* line 13767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .lightbox-link svg {
    stroke: #181b31;
}

/* line 13770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .liquid-parallax-bg > img {
    visibility: hidden;
}

/* line 13773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .carousel-item {
    padding-left: 0;
    padding-right: 0;
}

/* line 13777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .flickity-button {
    border-color: #fefefe;
    color: #fefefe;
}

/* line 13781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .flickity-button:before {
    background-color: currentColor;
}

/* line 13784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .flickity-button svg {
    stroke: currentColor;
}

/* line 13787, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover .flickity-button:hover svg {
    stroke: #000;
}

/* line 13790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-dark .blog-single-media:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(transparent));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
}

/* line 13794, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light {
    background-color: #12131a;
    color: rgba(255, 255, 255, 0.5);
}

/* line 13798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .blog-single-media:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 22, 34, 0.6)), to(transparent));
    background-image: linear-gradient(to right, rgba(20, 22, 34, 0.6) 0%, transparent 100%);
}

/* line 13802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .entry-title,
.blog-single-cover.scheme-light a {
    color: #fff;
}

/* line 13806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .post-meta {
    color: inherit;
}

/* line 13809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .post-meta a {
    color: #fff;
}

/* line 13812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .lightbox-link svg {
    stroke: #fff;
}

/* line 13815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .flickity-prev-next-button {
    color: #fff;
}

/* line 13818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.scheme-light .flickity-prev-next-button svg {
    stroke: #fff;
}

/* line 13821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true]:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/spinners/spinner-4-light.svg);
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 13840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-media {
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: transform 1s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0.06, 0.78, 0.35, 1);
}

/* line 13850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-media:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 13858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span,
.blog-single-cover[data-inview=true] .blog-single-title .split-unit {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s cubic-bezier(0.06, 0.78, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: opacity 0.8s cubic-bezier(0.06, 0.78, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.8s cubic-bezier(0.06, 0.78, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.06, 0.78, 0.35, 1), opacity 0.8s cubic-bezier(0.06, 0.78, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.06, 0.78, 0.35, 1);
}

/* line 13869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title {
    visibility: hidden;
}

/* line 13872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(0) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 13876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(1) {
    -webkit-transition-delay: 0.0666666667s;
    transition-delay: 0.0666666667s;
}

/* line 13880, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(2) {
    -webkit-transition-delay: 0.1333333333s;
    transition-delay: 0.1333333333s;
}

/* line 13884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 13888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(4) {
    -webkit-transition-delay: 0.2666666667s;
    transition-delay: 0.2666666667s;
}

/* line 13892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(5) {
    -webkit-transition-delay: 0.3333333333s;
    transition-delay: 0.3333333333s;
}

/* line 13896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title .split-unit:nth-child(6) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* line 13900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-title.split-text-applied {
    visibility: visible;
}

/* line 13903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span {
    visibility: hidden;
}

/* line 13906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 13910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span:nth-child(2) {
    -webkit-transition-delay: 0.2666666667s;
    transition-delay: 0.2666666667s;
}

/* line 13914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span:nth-child(3) {
    -webkit-transition-delay: 0.3333333333s;
    transition-delay: 0.3333333333s;
}

/* line 13918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .post-meta > span:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* line 13922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .lightbox-link svg path {
    stroke-dasharray: 228;
    stroke-dashoffset: 228;
    -webkit-transition: stroke-dashoffset 1s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: stroke-dashoffset 1s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .lightbox-link svg path:last-child {
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

/* line 13934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .lightbox-link span {
    display: inline-block;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .lightbox-link + .carousel-nav {
    margin-top: 1em;
}

/* line 13947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .carousel-nav {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 13956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .flickity-button {
    border-color: #fefefe;
    color: #fefefe;
}

/* line 13960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .flickity-button:before {
    background-color: currentColor;
}

/* line 13963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .flickity-button svg {
    stroke: currentColor;
}

/* line 13966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover[data-inview=true] .blog-single-details-extra .flickity-button:hover svg {
    stroke: #000;
}

/* line 13969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view:before {
    opacity: 0;
    visibility: hidden;
}

/* line 13973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .post-meta > span,
.blog-single-cover.is-in-view .blog-single-title .split-unit {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* line 13980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .blog-single-media {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
}

/* line 13986, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .blog-single-media:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* line 13990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .blog-single-details-extra .lightbox-link svg path {
    stroke-dashoffset: 0;
}

/* line 13993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .blog-single-details-extra .lightbox-link span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* line 13998, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover.is-in-view .blog-single-details-extra .carousel-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 14004, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-title {
    margin-top: 0;
    margin-bottom: 0.6em;
    letter-spacing: -0.01em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* line 14012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 1.5em;
}

/* line 14022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-meta .block {
    display: block;
    font-size: 12px;
}

/* line 14026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-meta > span {
    display: inline-block;
}

/* line 14029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-meta > span + span {
    margin-left: 3.25em;
}

/* line 14032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center .post-meta {
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 14037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra {
    overflow: hidden;
}

/* line 14040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra h3 {
    margin-top: 0;
}

/* line 14043, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .lightbox-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}

/* line 14053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .lightbox-link svg {
    margin-right: 20px;
}

/* line 14056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

/* line 14061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs img {
    width: 100%;
    border-radius: 50em;
    border: 2px solid transparent;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

/* line 14068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .flickity-prev-next-button {
    border: none;
}

/* line 14071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .flickity-prev-next-button.previous {
    left: -45px;
}

/* line 14074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .flickity-prev-next-button.next {
    right: -45px;
}

/* line 14077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .carousel-item {
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}

/* line 14085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .is-nav-selected {
    opacity: 1;
}

/* line 14088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-details-extra .carousel-thumbs .is-nav-selected img {
    border-color: #fff;
}

/* line 14092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content {
    padding-top: 4.3181818182em;
}

/* line 14095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content:before, .blog-single-content:after {
    content: '';
    display: table;
}

/* line 14099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content:after {
    clear: both;
}

/* line 14102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content .ld-container {
    width: 100%;
}

/* line 14105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content .liquid-img-group-container,
.blog-single-content figure {
    margin-top: 3.75em;
    margin-bottom: 1.5em;
}

/* line 14110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content blockquote {
    text-align: center;
}

/* line 14113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-content blockquote cite:before {
    left: 50%;
    margin-left: -15px;
}

/* line 14118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-footer,
.post-author,
.post-nav {
    margin: 0.2em 0 1.25em;
}

/* line 14124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-footer {
    display: -webkit-box;
    display: flex;
}

/* line 14128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-footer > ul,
.blog-single-footer > span {
    margin: 2.5em 0;
}

/* line 14133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-categories,
.tags-links {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    list-style: none;
}

/* line 14143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-categories > li,
.post-categories > a,
.tags-links > li,
.tags-links > a {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 0.2em;
}

/* line 14151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-categories li a,
.post-categories > a,
.tags-links li a,
.tags-links > a {
    padding: 0.5em 1.5em;
    margin-bottom: 0.5em;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #16171e;
    color: #16171e;
    opacity: 0.6;
}

/* line 14163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-categories li a:hover,
.post-categories > a:hover,
.tags-links li a:hover,
.tags-links > a:hover {
    opacity: 1;
}

/* line 14170, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.share-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 14180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.share-links > span {
    margin-right: 1em;
}

/* line 14183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.share-links .social-icon {
    display: inline-block;
}

/* line 14187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author {
    padding: 2.25em 0;
    border-top: 1px solid #d8dbe2;
    border-bottom: 1px solid #d8dbe2;
}

/* line 14192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author figure {
    float: left;
    margin-right: 30px;
}

/* line 14196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author figure img {
    border-radius: 50em;
}

/* line 14199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
}

/* line 14204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author h3,
.post-author h6 {
    margin: 0;
    line-height: 1.5em;
}

/* line 14209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author h3 {
    font-size: 22px;
    font-weight: 700;
    color: #181b31;
}

/* line 14214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author h3 a {
    color: inherit;
}

/* line 14217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author h6 {
    margin-bottom: 1em;
    margin-top: 0.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a7a9b8;
}

/* line 14225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-author .post-author-info {
    overflow: hidden;
}

/* line 14229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav {
    display: -webkit-box;
    display: flex;
    padding: 2.25em 0;
    font-size: 1.0909090909em;
    line-height: 1.25em;
}

/* line 14236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav a {
    display: inline-block;
    position: relative;
}

/* line 14240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 14248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-subtitle:last-child {
    margin-bottom: 0;
}

/* line 14251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-title {
    color: #16171e;
}

/* line 14254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-next {
    text-align: right;
}

/* line 14257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav svg {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0, 0.95, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
}

/* line 14266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-previous {
    padding-left: 30px;
}

/* line 14269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-previous svg {
    left: -40px;
}

/* line 14272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-previous:hover svg {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

/* line 14276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-next {
    padding-right: 30px;
}

/* line 14279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-next svg {
    right: -40px;
}

/* line 14282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-nav .nav-next:hover svg {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

/* line 14287, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-posts > .container > .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/* line 14294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-posts > .container > .row > div {
    -webkit-box-flex: 1;
    flex: 1 0;
    flex-basis: 25%;
}

/* line 14299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-posts > .container > .row > .col-md-12 {
    flex-basis: 100%;
}

/* line 14303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post .related-post-title {
    font-size: 23px;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* line 14310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.single-post.has-sidebar .sidebar-container {
    margin-top: 100px;
}

/* line 14313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.single-post.has-sidebar .contents-container .related-posts > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

/* line 14319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single > :last-child {
    margin-bottom: 0;
}

/* line 14323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-password-form input {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 50px;
    padding: 5px 2em;
    border: none;
    border-radius: 3px;
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 400;
}

/* line 14340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-password-form input[type=password] {
    border: 1px solid #eaeaea;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 14347, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-password-form input[type=password]:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* line 14351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.post-password-form input[type=submit] {
    background-color: var(--color-primary);
    color: #fff;
}

/* line 14356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comments-area:last-child {
    margin-bottom: 2.25em;
}

/* line 14360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-respond {
    margin: 0.2em 0 0;
}

/* line 14363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-respond.filled {
    padding: 2.75em 0 3em;
    background-color: #f4f5f8;
}

/* line 14368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form {
    margin-top: 3em;
    font-size: 16px;
}

/* line 14372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form input,
.comment-form textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    position: relative;
    background-color: transparent;
    line-height: 1.5em;
}

/* line 14382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
}

/* line 14386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form input {
    height: 45px;
}

/* line 14389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form textarea + .input-placeholder {
    -webkit-box-align: start;
    align-items: flex-start;
}

/* line 14393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 16px 55px;
    border: none;
    background-color: #181b31;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

/* line 14411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form input[type=submit]:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* line 14416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form .input-placeholder {
    display: -webkit-box;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
}

/* line 14428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p {
    margin-bottom: 35px;
    position: relative;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* line 14434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p:before, .comment-form p:after {
    content: '';
    display: table;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 14448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background-color: #d8dbe2;
}

/* line 14455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p:after {
    clear: both;
    -webkit-transform: scale(0, 2);
    transform: scale(0, 2);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: #181b31;
}

/* line 14463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p.form-submit {
    margin-bottom: 90px;
}

/* line 14466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p.form-submit:before, .comment-form p.form-submit:after, .comment-form p.comment-notes:before, .comment-form p.comment-notes:after {
    content: none;
}

/* line 14469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p.input-focused:before {
    -webkit-transform: scale(0, 2);
    transform: scale(0, 2);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 14475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p.input-focused:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 14481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form p.input-filled .split-unit {
    opacity: 0 !important;
    -webkit-transform: translateY(-27%) rotateX(-45 de) !important;
    transform: translateY(-27%) rotateX(-45 de) !important;
}

/* line 14486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form .logged-in-as {
    padding-left: 15px;
    padding-right: 14px;
}

/* line 14490, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-form .logged-in-as:before, .comment-form .logged-in-as:after {
    content: none;
}

/* line 14494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-notes,
.comment-reply-title {
    text-align: center;
}

/* line 14499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-reply-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 14510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-reply-title small {
    display: -webkit-inline-box;
    display: inline-flex;
}

/* line 14515, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#cancel-comment-reply-link {
    padding: 0.35em 0.75em 0.5em;
    margin-left: 1em;
    background-color: rgba(253, 58, 24, 0.6);
    font-size: 12px;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
}

/* line 14525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
#cancel-comment-reply-link:hover {
    background-color: #fd3a18;
}

/* line 14529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .comments-area > .container,
.blog-single-cover-fade .comment-respond .container {
    width: 100%;
}

/* line 14533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .comments-area > .container > .row > div,
.blog-single-cover-fade .comment-respond .container > .row > div {
    width: 100%;
    margin-left: 0;
}

/* line 14539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-default .comments-area,
.blog-single-image-left .comments-area {
    padding: 2.75em 0 3em;
    background-color: #f4f5f8;
    margin-bottom: 0 !important;
}

/* line 14545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-default .comments-area:last-child,
.blog-single-image-left .comments-area:last-child {
    margin-bottom: 0;
}

/* line 14549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-default .comment-form p.form-submit,
.blog-single-image-left .comment-form p.form-submit {
    margin-bottom: 0;
}

/* line 14554, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-author {
    color: #16171e;
}

/* line 14557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-author a {
    color: #16171e;
}

/* line 14560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-author .avatar {
    width: 70px;
    margin-right: 18px;
    border-radius: 50em;
}

/* line 14565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-author .says {
    display: none;
}

/* line 14569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 14578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-metadata {
    font-size: 0.7777777778em;
}

/* line 14581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-metadata a {
    color: #a7a9b8;
}

/* line 14585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment .comment-extras,
.comment-content {
    padding-left: 93px;
}

/* line 14590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-content {
    margin-top: -18px;
}

/* line 14593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-content p {
    margin-bottom: 0.75em;
}

/* line 14597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-extras {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 14605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-extras p {
    margin: 0;
}

/* line 14609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-body {
    margin-bottom: 30px;
}

/* line 14613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment {
    font-size: 18px;
    line-height: 1.3333333333em;
}

/* line 14617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment .reply a {
    display: inline-block;
    padding: 7px 13px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #181b31;
    border: 1px solid #d8dbe2;
}

/* line 14627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment .reply a:hover {
    border-color: #181b31;
    background-color: #181b31;
    color: #fff;
}

/* line 14632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment.bypostauthor .comment-author, .comment.bypostauthor .comment-author a {
    color: var(--color-primary);
}

/* line 14636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pingback {
    font-size: 18px;
    line-height: 1.3333333333em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dbe2;
}

/* line 14643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pingback cite {
    flex-basis: 50%;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
}

/* line 14653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pingback cite:before {
    content: none;
}

/* line 14656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pingback time {
    margin: 0 1.5em;
}

/* line 14660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list {
    padding: 1em 0;
    margin: 2.25em 0 1em;
}

/* line 14664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list,
.comment-list ol.children {
    list-style: none;
}

/* line 14668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list ol.children {
    padding: 0;
    margin: 0;
}

/* line 14672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list ol.children {
    margin-left: 86px;
}

/* line 14675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list ol.children .avatar {
    width: 45px;
}

/* line 14678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list ol.children .comment .comment-extras,
.comment-list ol.children .comment-content {
    padding-left: 68px;
}

/* line 14682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list ol.children .comment-content {
    margin-top: -8px;
}

/* line 14685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list .comment-respond {
    background: none;
    padding: 0;
}

/* line 14689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comment-list .comment-respond .container,
.comment-list .comment-respond .container > .row > div {
    width: 100%;
    margin: 0;
}

/* line 14695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.has-sidebar .contents-container > .comments-area > .container,
.has-sidebar .contents-container > .comments-area > .container > .row > div,
.has-sidebar .contents-container .comment-respond > .container,
.has-sidebar .contents-container .comment-respond > .container > .row > div {
    width: 100%;
    margin: 0;
}

/* line 14703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-image-left .blog-single {
    margin-top: 2.2727272727em;
}

/* line 14706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-image-left .blog-single-cover {
    margin-bottom: 2.727em;
}

/* line 14709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-image-left .blog-single-title {
    letter-spacing: -0.01em;
}

/* line 14712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-image-left .blog-single-content {
    padding-top: 1em;
}

/* line 14716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover.scheme-light .blog-single-media:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#12131a), to(rgba(18, 19, 26, 0.6)));
    background: linear-gradient(to top, #12131a 0%, rgba(18, 19, 26, 0.6) 100%);
}

/* line 14720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover.scheme-dark .blog-single-media:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.6) 100%);
}

/* line 14724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover .blog-single-details-extra {
    margin-bottom: 75px;
}

/* line 14727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-media:after {
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* line 14731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details,
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details > .container,
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details > .container > .row,
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details > .container > .row > [class^=col-] {
    height: 100%;
}

/* line 14737, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details > .container > .row > [class^=col-] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 14746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .blog-single-cover[data-inview=true] .blog-single-details .blog-single-header {
    margin-top: auto;
    margin-bottom: auto;
}

/* line 14750, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .related-posts > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

/* line 14755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-fade .related-posts .related-posts-title.text-left {
    text-align: center !important;
}

/* line 14759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-bordered .related-posts > .container {
    width: auto;
}

/* line 14762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-bordered .comments-area > .container,
.blog-single-cover-bordered .comment-respond > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

/* line 14768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-bordered .comments-area > .container > .row > .col-md-8,
.blog-single-cover-bordered .comment-respond > .container > .row > .col-md-8 {
    width: 100%;
    margin-left: 0;
}

/* line 14774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.blog-single-cover-bordered.blog-single-post-has-thumbnail .lqd-main-header-default + .content {
    padding-top: 0;
}

/* line 14778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-posts {
    margin: 1.5em 0 0.5em;
}

/* line 14782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-posts-title {
    margin-bottom: 1.75em;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* line 14791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-date,
.related-post-categories {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 14803, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-image {
    margin-bottom: 0.9090909091em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/* line 14814, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-image img {
    width: 100%;
}

/* line 14818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-title {
    margin: 0 0 0.4166666667em;
    font-size: 1.0909090909em;
    line-height: 1.0833333333em;
    letter-spacing: -0.01em;
}

/* line 14824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-title a {
    color: #16171e;
}

/* line 14828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post {
    position: relative;
    margin-bottom: 1.875em;
}

/* line 14832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post .liquid-overlay-link {
    z-index: 2;
}

/* line 14835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post:hover .related-post-image {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

/* line 14841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt {
    color: #fff;
    padding-bottom: 70%;
    overflow: hidden;
}

/* line 14846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt a {
    color: #fff;
}

/* line 14849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt .related-post-image,
.related-post-alt .related-post-header {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* line 14855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt .related-post-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* line 14860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt .related-post-image:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#141622), to(transparent));
    background: linear-gradient(to top, #141622 0%, transparent 100%);
}

/* line 14871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt .related-post-image img {
    visibility: hidden;
}

/* line 14874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt .related-post-header {
    width: 100%;
    padding: 0 30px 22px;
    z-index: 2;
}

/* line 14879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.related-post-alt:hover .related-post-image {
    -webkit-transform: none;
    transform: none;
}

/* line 14884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-scheme-dark .post-meta a {
    color: #16171e;
}

/* 3.36. Particles */
/* line 14889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-particles-container {
    width: 100%;
    height: 450px;
}

/* line 14893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-particles-bg-wrap .ld-particles-container {
    height: 100%;
}

/* line 14897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-particles-bg-wrap,
.ld-particles-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 14906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-particles-bg-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 3.37. Carousel Laptop */
/* line 14913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop {
    text-align: center;
}

/* line 14916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .ld-carousel-laptop-inner {
    position: relative;
    display: inline-block;
}

/* line 14920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .mockup-content-container {
    position: absolute;
    top: 7.3%;
    left: 10.8%;
    bottom: 11.3%;
    right: 10.4%;
    z-index: 2;
}

/* line 14928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .carousel-container,
.ld-carousel-laptop .carousel-items,
.ld-carousel-laptop .mockup-content-inner {
    width: 100%;
    height: 100%;
}

/* line 14934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .flickity-viewport {
    height: 100% !important;
}

/* line 14937, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .carousel-items {
    margin: 0;
}

/* line 14940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .carousel-item {
    padding: 0;
}

/* line 14943, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop img {
    width: 100%;
}

/* line 14946, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .flickity-prev-next-button.previous {
    left: 6%;
}

/* line 14949, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-laptop .flickity-prev-next-button.next {
    right: 6%;
}

/* 3.38. Liquid Fancy Heading */
/* line 14954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading p, .ld-fancy-heading h1, .ld-fancy-heading h2, .ld-fancy-heading h3, .ld-fancy-heading h4, .ld-fancy-heading h5, .ld-fancy-heading h6, .ld-fancy-heading > div {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* line 14959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading .ld-fh-txt {
    position: relative;
    display: inline-block;
}

/* line 14963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading .ld-fh-txt i {
    vertical-align: middle;
}

/* line 14966, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading.carousel-nav-appended {
    display: -webkit-box;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 14975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading.has-mask-image > * {
    background-position: center;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: transparent;
}

/* line 14983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fancy-heading.has-mask-image .ld-fh-txt {
    position: static;
    display: inline;
}

/* line 14988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mask-text .split-unit {
    overflow: hidden;
}

/* line 14992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.no-backgroundcliptext .ld-gradient-heading {
    background: none !important;
}

/* line 14995, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .ld-gradient-heading .ld-fh-txt {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
}

/* line 15001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .ld-gradient-heading .txt-rotate-keywords,
.backgroundcliptext .ld-gradient-heading .txt-rotate-keywords .keyword,
.backgroundcliptext .ld-gradient-heading .split-unit,
.backgroundcliptext .ld-gradient-heading .split-inner {
    background: inherit;
}

/* line 15007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.backgroundcliptext .ld-gradient-heading .split-inner {
    line-height: 1.5em;
    margin-top: -0.75em;
    margin-bottom: -0.75em;
}

/* line 15013, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-fh-underline {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 15024, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.txt-rotate-keywords {
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    white-space: nowrap;
}

/* line 15033, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.txt-rotate-keywords .keyword {
    display: inline-block;
    position: absolute;
    left: 0;
    top: auto;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 15044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.txt-rotate-keywords .keyword:first-child {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
}

/* line 15050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-slide-activated .txt-rotate-keywords .keyword {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* line 15056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-slide-activated .txt-rotate-keywords .keyword.active {
    position: relative;
    opacity: 1;
}

@media screen and (min-width: 480px) {
    /* line 15062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-fancy-heading .lqd-lines {
        white-space: nowrap;
    }

    /* line 15065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .window-resizing .ld-fancy-heading .lqd-lines {
        white-space: normal;
    }
}

/* 3.39. Row Overlay */
/* line 15070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-row-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
}

/* line 15081, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-row-overlay-hover {
    opacity: 0;
}

/* 3.40. Maps */
@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
    }
}

/* line 15116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-gmap-container {
    width: 100%;
    height: 450px;
}

/* line 15121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-gmap {
    height: 100%;
}

/* line 15125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.map_marker {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50em;
    background-color: var(--color-primary);
}

/* line 15132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.map_marker div {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    opacity: 1;
    background-color: var(--color-primary);
}

/* line 15144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.map_marker > div:first-child {
    -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
    animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

/* line 15148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.map_marker > div:first-child + div {
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
    animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

@media screen and (min-width: 992px) {
    /* line 15154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .row.align-items-stretch .ld-gmap-container {
        height: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    /* line 15168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .row.align-items-stretch .ld-gmap-container .ld-gmap {
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: auto;
        min-height: 350px;
    }
}

/* 3.41. Custom Animations */
/* line 15176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-custom-animations=true] {
    visibility: hidden;
    opacity: 0;
}

/* line 15181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ca-initvalues-applied {
    visibility: visible;
    opacity: 1;
}

/* line 15186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.compose-mode [data-custom-animations=true] {
    visibility: visible !important;
    opacity: 1 !important;
}

/* 3.42. Masked Image */
/* line 15192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-masked-image svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/* line 15201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-masked-image svg defs,
.ld-masked-image svg clipPath,
.ld-masked-image svg path {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 15210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-masked-image figure {
    background-position: -90% 10%;
    background-size: 95%;
}

/* line 15214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-masked-image img {
    width: 100%;
    height: auto;
    visibility: hidden;
}

@media (min-width: 768px) {
    /* line 15221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-masked-image {
        position: absolute;
        right: -90vw;
        left: 42vw;
    }
}

@media (min-width: 992px) {
    /* line 15228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-masked-image {
        top: -58vh;
        right: -65vw;
        left: 5vw;
    }
}

/* 3.43. Slideshow BG */
/* line 15235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.slideshow-applied {
    position: relative;
}

/* line 15239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-bg-wrap,
.ld-slideshow-bg-inner,
.ld-slideshow-item,
.ld-slideshow-item-inner,
.ld-slideshow-figure {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 15252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-bg-inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* line 15257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-bg-wrap {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 15264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.slideshow-applied .ld-slideshow-bg-wrap {
    opacity: 1;
    visibility: visible;
}

/* line 15269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-item {
    overflow: hidden;
}

/* line 15272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-item,
.ld-slideshow-item * {
    pointer-events: none;
}

/* line 15277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-figure {
    background-size: cover;
    background-position: center;
}

/* line 15281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-slideshow-figure.active {
    z-index: 1;
}

/* 3.44. Custom Menu */
/* line 15286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu li a {
    display: block;
}

/* line 15289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu li.is-active a {
    color: var(--color-primary);
}

/* line 15292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu.menu-items-have-fill a {
    padding: 0.5em 1em;
}

/* line 15295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu[data-move-element] {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visiblity 0.3s;
    transition: opacity 0.3s, visiblity 0.3s;
}

/* line 15301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu[data-move-element].element-was-moved {
    opacity: 1;
    visibility: visible;
}

/* line 15305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu[class*=text-] a, .lqd-custom-menu[class*=text-hover] a {
    color: inherit;
}

/* line 15308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-custom-menu.active-dark li.is-active a {
    color: #000 !important;
}

/* line 15312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-menu {
    width: 100%;
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #f6f6f6;
}

/* line 15321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-sticky-menu.on-top {
    bottom: auto;
    top: 0;
}

/* line 15326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.reset-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 15332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.inline-nav > li {
    display: inline-block;
}

/* line 15335, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.inline-nav > li + li {
    margin-left: 15px;
}

/* line 15338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.inline-nav li a {
    display: inline;
}

/* line 15342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comma-sep-li > li {
    display: inline-block;
}

/* line 15345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.comma-sep-li > li:not(:last-child):after {
    content: ',';
    margin-right: 0.25em;
}

/* 3.45. Shop Banner */
/* line 15351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner {
    position: relative;
    margin-bottom: 30px;
}

/* line 15355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner.round .ld-shop-banner-inner {
    border-radius: 5px;
}

/* line 15358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner.round .ld-shop-banner-image figure {
    border-radius: 5px;
}

/* line 15361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner.custom-height-applied {
    padding: 0;
}

/* line 15365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-container {
    -webkit-perspective: 1600px;
    perspective: 1600px;
}

/* line 15370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-inner {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: inherit;
    perspective: inherit;
}

/* line 15377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-image figure {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* line 15382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-image img {
    visibility: hidden;
}

/* line 15386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-content {
    padding: 20px 30px;
    font-size: 20px;
    color: #000;
    -webkit-transform: translateZ(50px) scale(0.92);
    transform: translateZ(50px) scale(0.92);
}

/* line 15394, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-inner {
    box-shadow: 0 0 0 transparent;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 15399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
}

/* line 15406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-image {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: inherit;
    perspective: inherit;
}

/* line 15412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item-inner,
.ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item {
    width: 100%;
}

/* line 15416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav {
    width: 70%;
    height: 80px;
    position: absolute;
    bottom: 3%;
    right: 1%;
    -webkit-transform: translateZ(70px) scale(0.884);
    transform: translateZ(70px) scale(0.884);
}

/* line 15425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    padding-top: 2px;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 15442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item figure {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    background-size: cover;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* line 15454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px solid #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 15470, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item img {
    visibility: hidden;
}

/* line 15473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item.is-nav-selected figure {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* line 15477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item.is-nav-selected figure:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 15482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1 .liquid-overlay-link {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
}

/* line 15486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-inner {
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
}

/* line 15489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* line 15494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item.is-selected:nth-child(0) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 15498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item.is-selected:nth-child(1) {
    -webkit-transition-delay: 0.0666666667s;
    transition-delay: 0.0666666667s;
}

/* line 15502, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item.is-selected:nth-child(2) {
    -webkit-transition-delay: 0.1333333333s;
    transition-delay: 0.1333333333s;
}

/* line 15506, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item.is-selected:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 15510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-shop-banner-style1:hover .ld-shop-banner-carousel-nav .carousel-item.is-selected:nth-child(4) {
    -webkit-transition-delay: 0.2666666667s;
    transition-delay: 0.2666666667s;
}

/* 3.46. Carousel Phone */
/* line 15516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone {
    position: relative;
}

/* line 15519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .mockup-container {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/* line 15528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .mockup-container img {
    width: 325px;
}

/* line 15531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .mockup-content-container {
    width: 100%;
    position: absolute;
    top: 2.5%;
    bottom: 2.75%;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

/* line 15540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .carousel-item,
.ld-carousel-phone .carousel-item-inner,
.ld-carousel-phone .flickity-viewport,
.ld-carousel-phone .carousel-container,
.ld-carousel-phone .carousel-items,
.ld-carousel-phone .mockup-content-inner {
    height: 100% !important;
}

/* line 15548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .carousel-item {
    max-width: 365px;
    padding: 0;
    margin: 0 1%;
}

/* line 15553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .carousel-item img {
    width: 100%;
    border-radius: 35px;
}

/* line 15557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .carousel-item-inner {
    margin: 0 40px;
    position: relative;
}

/* line 15561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-carousel-phone .is-selected .carousel-item-inner:after {
    opacity: 0;
}

/* 3.47. Media */
/* line 15566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon,
.ld-media-item-overlay {
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 15574, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 32px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

/* line 15590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.icon-sm .ld-media-icon {
    font-size: 28px;
}

/* line 15593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.icon-lg .ld-media-icon {
    font-size: 44px;
}

/* line 15596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon.icon-play {
    width: 55px;
    height: 55px;
    font-size: 15px;
    border-radius: 50em;
    -webkit-transition-property: opacity, border, -webkit-transform;
    transition-property: opacity, border, -webkit-transform;
    transition-property: transform, opacity, border;
    transition-property: transform, opacity, border, -webkit-transform;
}

/* line 15606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon.icon-play.bordered {
    border: 2px solid #fff;
}

/* line 15609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon.icon-play.solid {
    background-color: var(--color-primary);
}

/* line 15612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon.icon-play.size-sm {
    width: 45px;
    height: 45px;
}

/* line 15616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-icon.icon-play.size-lg {
    width: 65px;
    height: 65px;
}

/* line 15621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-bg {
    background-color: rgba(0, 0, 0, 0.4);
}

/* line 15625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-bg,
.ld-media-item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 15634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item-overlay {
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

/* line 15643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-content {
    position: relative;
    z-index: 2;
}

/* line 15648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item {
    overflow: hidden;
    position: relative;
    color: #000;
}

/* line 15653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item h3,
.ld-media-item h6 {
    margin: 0;
    color: inherit;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 15669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item h3 {
    margin-bottom: 0.25em;
}

/* line 15672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item h6 {
    font-size: 12px;
}

/* line 15675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item figure {
    background-size: cover;
    position: relative;
}

/* line 15679, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item img,
.ld-media-item figure {
    -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 15686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item img {
    width: 100%;
    visibility: hidden;
}

/* line 15690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.shadow-onhover {
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    box-shadow: 0 0 0 transparent;
}

/* line 15695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.contents-visible h3,
.ld-media-item.contents-visible h6,
.ld-media-item.contents-visible .ld-media-bg,
.ld-media-item.contents-visible .ld-media-icon,
.ld-media-item.contents-visible .ld-media-item-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

/* line 15705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.content-bottom h3,
.ld-media-item.content-bottom h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

/* line 15712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.content-bottom img {
    visibility: visible;
}

/* line 15715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.content-bottom figure {
    overflow: hidden;
    background: none !important;
}

/* line 15719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item.content-bottom.shadow-onhover > .ld-media-content {
    padding-left: 18px;
    padding-right: 18px;
}

/* line 15723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover h3,
.ld-media-item:hover h6 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 15728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover h3 {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 15733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover h6 {
    opacity: 0.4;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* line 15738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover figure {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

/* line 15742, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover .ld-media-item-overlay {
    opacity: 1;
    visibility: visible;
}

/* line 15746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover .ld-media-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 15753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover .liquid-overlay-link {
    z-index: 3;
}

/* line 15756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover.shadow-onhover {
    box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25);
}

/* line 15759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover.contents-visible .icon-play {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-width: 1px;
}

/* line 15764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover.content-bottom figure {
    -webkit-transform: none;
    transform: none;
}

/* line 15768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-item:hover.content-bottom figure img {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

/* line 15773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-media-element-custom-height .ld-media-item,
.liquid-media-element-custom-height figure {
    height: 100%;
}

/* line 15778, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/* line 15783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-media-row > div {
    margin-bottom: 30px;
}

/* 3.48. Modal */
/* line 15788, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* line 15805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity.lity-opened {
    opacity: 1;
}

/* line 15809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity.lity-closed {
    opacity: 0;
}

/* line 15813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity * {
    box-sizing: border-box;
}

/* line 15817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

/* line 15828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

/* line 15836, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* line 15852, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-loading .lity-loader {
    opacity: 1;
}

/* line 15856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

/* line 15868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 15880, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* line 15886, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 15900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

/* line 15924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 15929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

/* line 15948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close:active {
    top: 1px;
}

/* line 15952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* line 15959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

/* line 15968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

/* line 15979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* line 15990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-hide {
    display: none;
}

/* line 15994, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.featherlight .featherlight-close-icon {
    top: 1.3em;
    right: 2em;
    font-size: 1.25em;
}

/* line 15999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.featherlight .featherlight-content {
    padding: 75px 2em 45px;
    border-radius: 4px;
}

/* line 16003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.featherlight .featherlight-inner {
    padding-top: 2em;
    position: relative;
}

/* line 16007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.featherlight .featherlight-inner:before {
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 16018, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

/* line 16023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 16032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-wrap:before {
    content: none;
}

/* line 16036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-container {
    max-height: 90vh;
    border-radius: 4px;
}

/* line 16041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-content {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 16046, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close {
    right: 30px;
    top: 30px;
}

/* line 16050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lity-close:active {
    top: 30px;
}

/* line 16054, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-modal-inner {
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 2em;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

/* line 16067, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-modal-head h2 {
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 28px;
    font-weight: 500;
}

@media (min-width: 768px) {
    /* line 16077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lity-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 16082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lity-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 16087, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lity-container {
        width: 1170px;
    }
}

/* 3.49. Before After */
@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

/* line 16114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-image-container {
    position: relative;
    margin: 0 auto 30px;
}

/* line 16118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-image-container:hover .cd-image-label {
    opacity: 0;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 16125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-image-container img {
    display: block;
    width: 100%;
}

/* line 16130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-image-label {
    padding: 6px 14px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 2px;
    font-weight: 500;
    color: #000;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

/* line 16150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-image-label.is-hidden {
    visibility: hidden;
}

/* line 16154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 16160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid rgba(255, 255, 255, 0.75);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 16174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

/* line 16184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-resize-img .cd-image-label {
    right: auto;
    left: 15px;
}

/* line 16189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

/* line 16196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-handle {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: move;
    opacity: 0;
    color: #000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* line 16216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-handle:before {
    content: '\f07e';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal 17px/1 fontAwesome;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 16229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

/* line 16239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.cd-handle.draggable:before {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}

/* 3.50. Process Box */
/* line 16245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-top {
    display: inline-block;
    position: relative;
}

/* line 16249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-top:after {
    content: '';
    display: inline-block;
    width: 150%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed #ddd;
}

/* line 16259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-top .ld-pb-icon-wrap,
.ld-pb-top figure {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 208px;
    height: 208px;
    margin: 0;
    border-radius: 50em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* line 16275, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-top figure:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 16286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_column:last-child .ld-pb-top:after {
    content: none;
}

/* line 16290, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-icon-wrap {
    background-color: #e8faf4;
    color: #3ed2a7;
    font-size: 90px;
    line-height: 1;
}

/* line 16296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-icon-wrap i {
    position: relative;
    z-index: 2;
}

/* line 16301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb-num {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    z-index: 2;
    font-size: 55px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* line 16317, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb {
    margin-bottom: 30px;
}

/* line 16320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pb h3 {
    margin-top: 1.25em;
    font-size: 20px;
}

/* 3.52. Message */
/* line 16326, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-close {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 34px;
    height: 34px;
    padding: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: 30px;
    border: none;
    background: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 38px;
    line-height: 1;
    color: #000;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 16349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-close span {
    display: inline-block;
}

/* line 16352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-close:hover {
    opacity: 1;
}

/* line 16356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-icon {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-right: 26px;
    border: 1.2px solid;
    border-radius: 50em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 30px;
}

/* line 16371, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-txt h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #34495E;
}

/* line 16379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 16389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg {
    padding: 20px 40px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    background-color: #F8FAFC;
}

/* line 16395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}

/* line 16406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-success:after {
    background-color: #63DBC1;
    opacity: 0.5;
}

/* line 16410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-success .ld-msg-icon {
    color: #63DBC1;
}

/* line 16414, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-warning:after {
    background-color: #F2C223;
}

/* line 16417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-warning .ld-msg-icon {
    color: #F2C223;
}

/* line 16421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-error:after {
    background-color: #E33847;
}

/* line 16424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-msg-error .ld-msg-icon {
    color: #E33847;
}

/* 3.53. Flipbox */
/* line 16429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-inner,
.ld-flipbox-face,
.ld-flipbox-wrap {
    width: 100%;
    min-height: inherit;
    border-radius: inherit;
}

/* line 16437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 auto;
    padding: 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* line 16453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-inner h1, .ld-flipbox-inner h2, .ld-flipbox-inner h3, .ld-flipbox-inner h4, .ld-flipbox-inner h5, .ld-flipbox-inner h6 {
    color: inherit;
}

/* line 16456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-inner :last-child {
    margin-bottom: 0;
}

/* line 16460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-face {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-size: cover;
    background-position: center;
    background-color: var(--color-primary);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 16475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-wrap,
.ld-flipbox-face {
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-perspective: inherit;
    perspective: inherit;
}

/* line 16483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-front .ld-flipbox-inner {
    -webkit-transform: translate3d(0, 0, 60px) scale(0.85);
    transform: translate3d(0, 0, 60px) scale(0.85);
}

/* line 16488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-back {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

/* line 16496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-back .ld-flipbox-inner {
    -webkit-transform: translate3d(0, 0, 60px) scale(0.95);
    transform: translate3d(0, 0, 60px) scale(0.95);
}

/* line 16500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-bt .ld-flipbox-back, .ld-flipbox-tb .ld-flipbox-back {
    -webkit-transform: rotateY(-180deg) rotateZ(-180deg);
    transform: rotateY(-180deg) rotateZ(-180deg);
}

/* line 16505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-wrap {
    position: relative;
    -webkit-transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 16516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-shadow .ld-flipbox-wrap {
    box-shadow: 0 50px 60px rgba(0, 0, 0, 0.15);
}

/* line 16519, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox-bt.ld-flipbox-shadow:hover .ld-flipbox-wrap, .ld-flipbox-tb.ld-flipbox-shadow:hover .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, 0.15);
}

/* line 16523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox {
    display: -webkit-box;
    display: flex;
    min-height: 270px;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* line 16541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover .ld-flipbox-wrap {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

/* line 16547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover.ld-flipbox-rl .ld-flipbox-wrap {
    -webkit-transform: rotate3d(0, -1, 0, 180deg);
    transform: rotate3d(0, -1, 0, 180deg);
}

/* line 16551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover.ld-flipbox-bt .ld-flipbox-wrap {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}

/* line 16555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover.ld-flipbox-tb .ld-flipbox-wrap {
    -webkit-transform: rotate3d(-1, 0, 0, 180deg);
    transform: rotate3d(-1, 0, 0, 180deg);
}

/* line 16559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover.ld-flipbox-shadow-onhover .ld-flipbox-wrap {
    box-shadow: 0 50px 60px rgba(0, 0, 0, 0.15);
}

/* line 16562, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-flipbox:hover.ld-flipbox-shadow-onhover.ld-flipbox-bt .ld-flipbox-wrap, .ld-flipbox:hover.ld-flipbox-shadow-onhover.ld-flipbox-tb .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, 0.15);
}

/* line 16566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-ie .ld-flipbox-face,
.is-ie .ld-flipbox-face .ld-flipbox-inner {
    -webkit-transform: none;
    transform: none;
}

/* line 16571, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-ie .ld-flipbox-back {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

/* line 16577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-ie .ld-flipbox:hover .ld-flipbox-wrap {
    -webkit-transform: none !important;
    transform: none !important;
}

/* line 16581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-ie .ld-flipbox:hover .ld-flipbox-back {
    opacity: 1;
    visibility: visible;
}

/* 3.54. Iconbox Circle */
/* line 16587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 80px;
    height: 80px;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    font-size: 30px;
    opacity: 0;
}

/* line 16600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn span {
    display: inherit;
    width: inherit;
    height: inherit;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: inherit;
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

/* line 16616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn span:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    background-color: var(--color-primary);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 16630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn span:after {
    content: '';
    display: inline-block;
    width: 126%;
    height: 126%;
    position: absolute;
    top: -13%;
    left: -13%;
}

/* line 16639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn img, .one-ib-circ-icn svg, .one-ib-circ-icn i {
    position: relative;
    z-index: 1;
}

/* line 16643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn img, .one-ib-circ-icn svg {
    max-width: 60%;
}

/* line 16646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover span {
    color: #fff;
}

/* line 16649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover span:before {
    opacity: 1;
}

/* line 16652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover svg {
    stroke: #fff;
}

/* line 16655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover svg line, .one-ib-circ-icn:hover svg polyline, .one-ib-circ-icn:hover svg rect, .one-ib-circ-icn:hover svg circle, .one-ib-circ-icn:hover svg polygon, .one-ib-circ-icn:hover svg path {
    stroke: inherit;
}

/* line 16658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover ~ .one-ib-circ-cnt h3,
.one-ib-circ-icn:hover ~ .one-ib-circ-cnt hr,
.one-ib-circ-icn:hover ~ .one-ib-circ-cnt p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 16666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover ~ .one-ib-circ-cnt hr {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

/* line 16670, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-icn:hover ~ .one-ib-circ-cnt p {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
}

/* line 16675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-cnt {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.625em;
    color: #666;
}

/* line 16682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-cnt h3,
.one-ib-circ-cnt hr,
.one-ib-circ-cnt p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 16698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-cnt h3 {
    color: #333;
    font-size: 21px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* line 16704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-cnt hr {
    width: 17%;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/* line 16710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-cnt p {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 16715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-item:last-child .one-ib-circ-cnt h3,
.one-ib-circ-item:last-child .one-ib-circ-cnt hr,
.one-ib-circ-item:last-child .one-ib-circ-cnt p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* line 16723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-item:hover ~ .one-ib-circ-item .one-ib-circ-cnt h3,
.one-ib-circ-item:hover ~ .one-ib-circ-item .one-ib-circ-cnt hr,
.one-ib-circ-item:hover ~ .one-ib-circ-item .one-ib-circ-cnt p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* line 16732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-inner {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    -webkit-transform: translateZ(80px) scale(0.86666);
    transform: translateZ(80px) scale(0.86666);
}

/* line 16741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-inner > .vc_ld_icon_box_circle_item,
.one-ib-circ-inner > .one-ib-circ-item {
    display: -webkit-box !important;
    display: flex !important;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* line 16761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-inner > .vc_ld_icon_box_circle_item .one-ib-circ-item {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* line 16770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #efefef;
    border-radius: 50em;
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-perspective: inherit;
    perspective: inherit;
}

/* line 16784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-ib-circ {
    position: relative;
    padding-bottom: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* 3.55. Row Separator */
/* line 16794, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row-overlay {
    display: block;
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* line 16805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider,
.one-row_bottom_divider {
    width: 100%;
    position: absolute;
    left: 0;
}

/* line 16811, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider svg,
.one-row_bottom_divider svg {
    width: 100%;
    height: 100%;
    position: relative;
}

/* line 16817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider svg.centered-angle,
.one-row_bottom_divider svg.centered-angle {
    width: 102%;
    left: -1%;
}

/* line 16823, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_bottom_divider {
    bottom: -1px;
}

/* line 16827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider {
    top: -1px;
}

/* line 16830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

/* line 16834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-row_top_divider svg.one-divider-triangle, .one-row_top_divider svg.one-divider-circle {
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: rotateZ(180deg) translateX(-50%);
    transform: rotateZ(180deg) translateX(-50%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* 3.56. Roadmap */
/* line 16845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-bar {
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-self: flex-start;
    border-radius: 50em;
}

/* line 16855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-bar:before, .one-roadmap-bar:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    background: var(--color-primary);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 16866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-bar:before {
    width: 100%;
    height: 15px;
    border-radius: 50em;
}

/* line 16871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-bar:after {
    width: 2px;
    height: 100%;
    left: 6px;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

/* line 16879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-info h6,
.one-roadmap-info p {
    margin: 0;
    line-height: 1.5em;
    letter-spacing: normal;
    color: inherit;
}

/* line 16886, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-info h6 {
    margin-bottom: 0.25em;
    font-size: 15px;
}

/* line 16890, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-info p {
    font-size: 16px;
}

/* line 16894, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-mark {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-left: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 50em;
    font-size: 30px;
    opacity: 0.43;
}

/* line 16910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-item {
    display: -webkit-box;
    display: flex;
    position: relative;
    padding-bottom: 1em;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
}

/* line 16923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-item:last-of-type {
    padding-bottom: 0;
}

/* line 16926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-item:last-of-type .one-roadmap-bar:after {
    content: none;
}

/* line 16930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-item-checked .one-roadmap-bar,
.one-roadmap-item-checked .one-roadmap-info {
    opacity: 0.6;
}

/* line 16934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap-item-checked .one-roadmap-mark {
    opacity: 1;
}

/* line 16938, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap {
    padding: 45px 40px 45px 60px;
}

/* line 16941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid;
    opacity: 0.3;
}

/* line 16952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap[data-custom-animations=true] .one-roadmap-item {
    opacity: 0;
}

/* line 16955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap[data-custom-animations=true] .one-roadmap-bar:before, .one-roadmap[data-custom-animations=true] .one-roadmap-bar:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* line 16959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(0) .one-roadmap-bar:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 16963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(0) .one-roadmap-bar:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 16967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(1) .one-roadmap-bar:before {
    -webkit-transition-delay: 0.2631578947s;
    transition-delay: 0.2631578947s;
}

/* line 16971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(1) .one-roadmap-bar:after {
    -webkit-transition-delay: 0.2816901408s;
    transition-delay: 0.2816901408s;
}

/* line 16975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(2) .one-roadmap-bar:before {
    -webkit-transition-delay: 0.5263157895s;
    transition-delay: 0.5263157895s;
}

/* line 16979, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(2) .one-roadmap-bar:after {
    -webkit-transition-delay: 0.5633802817s;
    transition-delay: 0.5633802817s;
}

/* line 16983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(3) .one-roadmap-bar:before {
    -webkit-transition-delay: 0.7894736842s;
    transition-delay: 0.7894736842s;
}

/* line 16987, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(3) .one-roadmap-bar:after {
    -webkit-transition-delay: 0.8450704225s;
    transition-delay: 0.8450704225s;
}

/* line 16991, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(4) .one-roadmap-bar:before {
    -webkit-transition-delay: 1.0526315789s;
    transition-delay: 1.0526315789s;
}

/* line 16995, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(4) .one-roadmap-bar:after {
    -webkit-transition-delay: 1.1267605634s;
    transition-delay: 1.1267605634s;
}

/* line 16999, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(5) .one-roadmap-bar:before {
    -webkit-transition-delay: 1.3157894737s;
    transition-delay: 1.3157894737s;
}

/* line 17003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(5) .one-roadmap-bar:after {
    -webkit-transition-delay: 1.4084507042s;
    transition-delay: 1.4084507042s;
}

/* line 17007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(6) .one-roadmap-bar:before {
    -webkit-transition-delay: 1.5789473684s;
    transition-delay: 1.5789473684s;
}

/* line 17011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(6) .one-roadmap-bar:after {
    -webkit-transition-delay: 1.6901408451s;
    transition-delay: 1.6901408451s;
}

/* line 17015, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(7) .one-roadmap-bar:before {
    -webkit-transition-delay: 1.8421052632s;
    transition-delay: 1.8421052632s;
}

/* line 17019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(7) .one-roadmap-bar:after {
    -webkit-transition-delay: 1.9718309859s;
    transition-delay: 1.9718309859s;
}

/* line 17023, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(8) .one-roadmap-bar:before {
    -webkit-transition-delay: 2.1052631579s;
    transition-delay: 2.1052631579s;
}

/* line 17027, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(8) .one-roadmap-bar:after {
    -webkit-transition-delay: 2.2535211268s;
    transition-delay: 2.2535211268s;
}

/* line 17031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(9) .one-roadmap-bar:before {
    -webkit-transition-delay: 2.3684210526s;
    transition-delay: 2.3684210526s;
}

/* line 17035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-item:nth-child(9) .one-roadmap-bar:after {
    -webkit-transition-delay: 2.5352112676s;
    transition-delay: 2.5352112676s;
}

/* line 17039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-roadmap.ca-initvalues-applied .one-roadmap-bar:before, .one-roadmap.ca-initvalues-applied .one-roadmap-bar:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 3.57. Countdown */
/* line 17045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown {
    font-size: 5.3125em;
    line-height: 1em;
    font-weight: 600;
}

/* line 17050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown .countdown-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 17061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown .countdown-section {
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 0 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    position: relative;
}

/* line 17071, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown .countdown-sep {
    margin-top: -0.35em;
}

/* line 17074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown .countdown-amount {
    letter-spacing: -0.05em;
    line-height: 1em;
}

/* line 17078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown .countdown-period {
    margin-top: 0.5em;
    font-size: 0.1764705882em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.5;
}

/* line 17086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown.light {
    color: #fff;
}

/* line 17089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown.primary {
    color: var(--color-primary);
}

/* line 17092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown.primary .countdown-period {
    color: #fff;
}

/* line 17095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.countdown.countdown-sep-off .countdown-sep {
    display: none;
}

/* 3.58. breadcrumbs */
/* line 17100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb {
    background: none;
}

/* line 17103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb > li {
    color: inherit;
}

/* line 17106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb > li:not(:last-child):after {
    content: '\f105';
    margin-left: 0.75em;
    margin-right: 0.5em;
    font-family: 'FontAwesome';
    font-size: 0.85em;
}

/* line 17113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb > li:hover {
    opacity: 1;
}

/* line 17116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb > li + li:before {
    content: none;
}

/* line 17119, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb > .active {
    color: inherit;
}

/* line 17122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb span {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 17127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb a:hover span {
    opacity: 1;
}

/* line 17130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb.text-darker {
    color: #545663;
}

/* line 17133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb.text-darker a {
    color: inherit;
}

/* line 17136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
ol.breadcrumb.text-darker a:hover {
    color: #000;
}

/* 3.59. Bullet List */
/* line 17141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-bullet-list {
    margin-bottom: 30px;
}

/* line 17144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-bullet-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.5em;
}

/* line 17151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-bullet-list li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 1em;
    border-radius: 50em;
    background-color: var(--color-primary);
}

/* line 17160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-bullet-list .inline-nav li {
    display: -webkit-inline-box;
    display: inline-flex;
}

/* line 17164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.one-bullet-list .inline-nav li + li {
    margin-left: 2.5em;
}

/* 3.60. Video BG */
/* line 17169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-video:not([data-property]),
.lqd-vbg-video .mejs__overlay,
.lqd-vbg-video .mejs__poster {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100% !important;
    height: 100% !important;
}

/* line 17178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-video .YTPOverlay,
.lqd-vbg-video .mb_YTPBar,
.lqd-vbg-video .inlinePlayButton,
.lqd-vbg-video .mejs__overlay-play,
.lqd-vbg-video .mejs-controls,
.lqd-vbg-video .mejs__controls {
    display: none !important;
}

/* line 17187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-loader {
    background-image: url(../img/spinners/spinner-1.gif);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}

/* line 17195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-loader,
.lqd-vbg-inner,
.lqd-vbg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* line 17206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-inner:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* line 17216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-vbg-wrap .inline-YTPlayer {
    height: 100%;
}

/* 3.61. Frickin Image */
/* line 17221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder,
.lqd-frickin-img-bg {
    -webkit-transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

/* line 17232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-bg {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 0;
    background-color: var(--color-primary);
}

/* line 17243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder {
    z-index: 2;
    opacity: 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.17);
}

/* line 17248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder figure {
    background-size: cover;
}

/* line 17251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder img {
    width: 100%;
}

/* line 17254, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder [data-responsive-bg=true] > img {
    visibility: hidden;
}

/* line 17258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-inner {
    padding: 25px;
}

/* line 17262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img-holder,
.lqd-frickin-img {
    position: relative;
}

/* line 17267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img {
    margin-bottom: 30px;
}

/* line 17270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img.is-in-view .lqd-frickin-img-bg,
.lqd-frickin-img.is-in-view .lqd-frickin-img-holder {
    opacity: 1;
}

/* line 17274, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img.is-in-view .lqd-frickin-img-bg {
    -webkit-transform: translate(-12px, 12px);
    transform: translate(-12px, 12px);
}

/* line 17278, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img.is-in-view .lqd-frickin-img-holder {
    -webkit-transform: translate(12px, -12px);
    transform: translate(12px, -12px);
}

/* line 17282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img.is-in-view.lqd-freak-to-left .lqd-frickin-img-bg {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
}

/* line 17286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-frickin-img.is-in-view.lqd-freak-to-left .lqd-frickin-img-holder {
    -webkit-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
}

/* 3.62. Promo */
/* line 17292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-cat {
    display: -webkit-box;
    display: flex;
    margin-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-style: italic;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 30px;
}

/* line 17310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-cat ul {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* line 17315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-dynamic-shape {
    display: block;
    width: 124%;
    height: 124%;
    position: absolute;
    top: -15%;
    left: -25%;
    z-index: 0;
}

/* line 17324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-dynamic-shape svg {
    overflow: visible;
}

/* line 17328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img {
    display: -webkit-box;
    display: flex;
    width: calc(58.75% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

/* line 17341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img img {
    width: 100%;
}

/* line 17345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img-inner {
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.3);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 17352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img-inner.block-revealer {
    opacity: 1;
}

/* line 17355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img-inner .block-revealer__element {
    will-change: transform;
}

/* line 17358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-img-inner.revealing-ended .block-revealer__element {
    will-change: auto;
}

/* line 17362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 60px 0 60px 15px;
    width: 39.25%;
    -webkit-box-flex: 0;
    flex: 0 auto;
}

/* line 17375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content > * {
    -webkit-box-flex: 0;
    flex-grow: 0;
}

/* line 17379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content h2 {
    margin: 0 -1em 0 -1em;
    font-size: 120px;
    font-weight: 700;
    line-height: 1em;
}

/* line 17385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content .lqd-words,
.lqd-promo-content .lqd-lines {
    white-space: nowrap;
}

/* line 17389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content .split-inner {
    display: inline-block;
}

/* line 17392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-content .btn {
    margin-top: auto;
}

/* line 17396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-inner {
    display: -webkit-box;
    display: flex;
    position: relative;
}

/* line 17402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-wrap {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
}

/* line 17408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt {
    margin-top: 0;
    margin-bottom: 0;
    color: #181b31;
}

/* line 17413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    align-items: center;
}

/* line 17419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-cat {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1 0;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-style: normal;
    font-size: 11px;
}

/* line 17435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-cat:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 1px;
    margin-right: 1em;
    background-color: #000;
}

/* line 17443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-cat ul {
    -webkit-transform: none;
    transform: none;
    margin: 0;
}

/* line 17448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-cat li:not(:last-child):after {
    content: '|';
    margin-left: 0.75em;
}

/* line 17452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-content h2 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/* line 17456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-promo-alt .lqd-promo-img-inner {
    box-shadow: none;
}

/* 3.63. Back to Top */
@-webkit-keyframes lqdBackToTopArrow {
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0;
    }
    41% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lqdBackToTopArrow {
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0;
    }
    41% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* line 17493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 17505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top a {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50em;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    color: #000;
    -webkit-transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 17524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top a i {
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 17533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

/* line 17538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top a:hover i {
    -webkit-animation: lqdBackToTopArrow 1s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
    animation: lqdBackToTopArrow 1s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* line 17542, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 3.64. Separator */
/* line 17550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-h-sep {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

/* line 17560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-h-sep-inner {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: var(--color-primary);
}

/* 3.65. Restaurant Menu */
/* line 17568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-rst-menu {
    padding-bottom: 1.25em;
    margin-bottom: 1.5em;
}

/* line 17572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-rst-menu:not(:last-of-type) {
    border-bottom: 1px dashed #dbdbdb;
}

/* line 17575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-rst-menu ul {
    font-size: 13px;
    color: #a7a7a7;
}

/*
  4. VC SHORTCODES
*/
/* 4.1. Single image */
/* line 17584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-img-hover-opacity {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 17588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-img-hover-opacity:hover {
    opacity: 1;
}

/* 4.2. Columns */
/* line 17593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-down {
    margin-bottom: -340px;
}

/* line 17596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-up-05x {
    margin-top: -4.5%;
}

/* line 17599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-up {
    margin-top: -10%;
}

/* line 17602, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-up-2x {
    margin-top: -20%;
}

/* line 17605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-up-3x {
    margin-top: -30%;
}

/* line 17608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column.pull-up-4x {
    margin-top: -40%;
}

/* line 17612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.column-shadowed-1 {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

/* line 17616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.white-box-shadow {
    box-shadow: -10px 0px 30px 1px #ffffff, 10px 0px 30px 1px white;
}

/* line 17620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-column-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    -webkit-transition: background .3s, opacity .3s;
    transition: background .3s, opacity .3s;
    border-radius: inherit;
}

/* line 17631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-column-overlay ~ .lqd-column-inner {
    position: relative;
}

/* line 17635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-column-overlay-hover {
    opacity: 0;
}

/* line 17639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column:hover .liquid-column-overlay-hover {
    opacity: 1;
}

/* line 17642, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lqd-column:hover .liquid-column-overlay-hover + .liquid-column-overlay {
    opacity: 0;
}

/* 4.3. Rows */
/* line 17647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row {
    position: relative;
}

/* line 17650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row.bg-none, .vc_row[data-row-bg] {
    background-image: none !important;
}

/* line 17653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row[data-parallax]:not(.liquid-parallax-bg) {
    background-size: 140% !important;
}

/* line 17656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row:hover .liquid-row-overlay-hover {
    opacity: 1;
}

/* line 17659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row:hover .liquid-row-overlay-hover + .liquid-row-overlay {
    opacity: 0;
}

/* line 17663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_row-flex .ld-row:before, .vc_row-flex .ld-row:after {
    content: none;
}

/* line 17667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-container.container-fluid {
    width: 100%;
}

/* line 17671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjIiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjAuOHMiCiAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4KICAgICAgICAgICAgPC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-position: center;
    background-size: 38px;
    background-repeat: no-repeat;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 17691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-appended .row-bg-loader, .slideshow-applied .row-bg-loader {
    opacity: 0;
    visibility: hidden;
}

/* line 17695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-loader.style-2 {
    background-image: url(../img/spinners/spinner-1.gif);
    background-size: 80px;
}

/* line 17699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-loader.style-3 {
    background-image: url(../img/spinners/spinner-2.gif);
}

/* line 17703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-wrap,
.row-bg-inner,
.row-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: inherit;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

/* line 17718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.row-bg-wrap {
    overflow: hidden;
}

/* line 17722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-not-loaded .row-bg-inner {
    opacity: 0;
}

@media screen and (min-width: 992px) {
    /* line 17727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .vc_row.pull-down {
        margin-bottom: -340px;
    }

    /* line 17730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .vc_row.pull-up {
        margin-top: -230px;
    }
}

@media screen and (max-width: 768px) {
    /* line 17735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .vc_row[class*=pb-] {
        padding-bottom: 3rem !important;
    }

    /* line 17738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .vc_row[class*=pt-] {
        padding-top: 3rem !important;
    }
}

/* 4.4. Text Block */
/* line 17743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_text_column > .wpb_wrapper > ul {
    padding-left: 0;
}

/* line 17746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_text_column ul {
    list-style-position: inside;
}

/*
  6. PARTIALS
*/
/* 6.1. Search Results */
/* line 17754, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .content {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 17758, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .content article {
    margin-bottom: 3em;
}

/* line 17761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .content .entry-title {
    margin: 1em 0 0.75em;
}

/* line 17764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .content .entry-title a {
    color: #000;
}

/* line 17767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .content .entry-title a:hover {
    color: var(--color-primary);
}

/* line 17770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .titlebar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 17773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .titlebar-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 17777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .titlebar-inner h1 {
    font-size: 48px;
}

/* line 17780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .page-header {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 2.5em;
}

/* line 17785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .page-header .page-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 42px;
}

/* line 17790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .search-form input {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 50px;
    padding: 5px 2em;
    border: none;
    border-radius: 3px;
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 400;
}

/* line 17807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .search-form input[type=search] {
    border: 1px solid #eaeaea;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* line 17814, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .search-form input[type=search]:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* line 17818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
body.search .no-results .search-form input[type=submit] {
    background-color: var(--color-primary);
    color: #fff;
}

/* 6.2. 404 Not Found */
/* line 17824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-404 {
    padding-top: 200px;
    padding-bottom: 130px;
}

/* line 17828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-404 .btn {
    font-size: 13px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
}

/* line 17832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-404 .btn .btn-icon {
    font-size: 2.15em;
    margin-right: 0.5em;
    text-shadow: 0 0.25px 0 currentColor, 0 -0.25px 0 currentColor, 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
}

/* line 17837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.page-404 .btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 17841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-404 {
    position: relative;
}

/* line 17844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-404 .ld-particles-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
}

/* line 17850, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-404 .re-particles-inner {
    position: relative;
}

/* line 17853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-404 .re-particles-inner:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px 2px #fff inset, 0 0 30px 2px #fff inset, 0 0 45px 2px #fff inset, 0 0 60px 2px #fff inset;
}

/* line 17863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-404 h1 {
    margin: 0 0 0.45em;
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    position: relative;
}

/* 6.3. Sidebar */
/* line 17872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.has-sidebar .contents-container > .container {
    width: 100%;
}

/* Sidebar Widgets */
/* line 17877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column .widget,
.main-sidebar .widget {
    margin-bottom: 45px;
}

/* line 17881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column .widget-title,
.main-sidebar .widget-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1em;
}

/* line 17891, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column ul,
.main-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 17897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column ul ul,
.wpb_widgetised_column ul ol,
.main-sidebar ul ul,
.main-sidebar ul ol {
    margin-left: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* line 17905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column a,
.main-sidebar a {
    color: #000;
}

/* line 17909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column a:hover,
.main-sidebar a:hover {
    color: var(--color-primary);
}

/* line 17913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column .ui-selectmenu-button,
.wpb_widgetised_column select,
.main-sidebar .ui-selectmenu-button,
.main-sidebar select {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    background: none;
    border: 1px solid #d8dbe2;
    border-radius: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* line 17930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.wpb_widgetised_column .ui-selectmenu-button .ui-selectmenu-icon,
.main-sidebar .ui-selectmenu-button .ui-selectmenu-icon {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

/* line 17936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_nav_menu ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* line 17947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    margin-bottom: 1em;
}

/* line 17956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_nav_menu ul a,
.widget_archive ul a,
.widget_categories ul a,
.widget_pages ul a,
.widget_meta ul a,
.widget_recent_comments ul a,
.widget_recent_entries ul a {
    position: relative;
}

/* line 17965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_nav_menu ul a:before,
.widget_archive ul a:before,
.widget_categories ul a:before,
.widget_pages ul a:before,
.widget_meta ul a:before,
.widget_recent_comments ul a:before,
.widget_recent_entries ul a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -0.35em;
    left: 0;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* line 17989, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_nav_menu ul a:hover:before,
.widget_archive ul a:hover:before,
.widget_categories ul a:hover:before,
.widget_pages ul a:hover:before,
.widget_meta ul a:hover:before,
.widget_recent_comments ul a:hover:before,
.widget_recent_entries ul a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 18002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_menu li {
    margin-bottom: 0.75em;
}

/* line 18006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search,
.widget_search {
    position: relative;
}

/* line 18010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search label,
.widget_product_search input,
.widget_search label,
.widget_search input {
    width: 100%;
    display: block;
}

/* line 18017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search input,
.widget_search input {
    padding: 15px;
}

/* line 18021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search input[type=search],
.widget_search input[type=search] {
    border: 1px solid #dedede;
    padding-left: 45px;
}

/* line 18026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search input[type=search]:focus,
.widget_search input[type=search]:focus {
    outline: none;
    border-color: #b8b8b8;
}

/* line 18032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_search label {
    position: relative;
}

/* line 18035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_search label:after {
    content: '\f002';
    font: normal normal 16px/1 fontAwesome;
}

/* line 18039, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_search label:after,
.widget_search input[type=submit] {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* line 18053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_search input[type=submit] {
    border: none;
    background: none;
    opacity: 0;
}

/* line 18059, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search button[type=submit] {
    display: inline-block;
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8px;
    background: none;
    border: none;
    text-indent: -99999px;
}

/* line 18070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search button[type=submit]:after {
    content: '\f002';
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font: normal normal 16px/1 fontAwesome;
}

/* line 18086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_product_search button[type=submit]:focus {
    outline: none;
}

/* line 18090, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar #wp-calendar {
    width: 100%;
    border: 1px solid #ededed;
}

/* line 18094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar caption,
.widget_calendar tfoot td {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 10px 15px;
    color: #000;
}

/* line 18102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar caption {
    border: 1px solid #ededed;
    border-bottom: none;
}

/* line 18106, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar tfoot {
    border-top: 1px solid #ededed;
}

/* line 18109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
    text-align: center;
    padding: 5px;
}

/* line 18116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_calendar thead th {
    color: #000;
    font-weight: 600;
}

/* line 18121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_recent_entries li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
}

/* line 18131, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_recent_entries li figure {
    margin-right: 10px;
    width: 80px;
}

/* line 18135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_recent_entries li figure img {
    width: 100%;
}

/* line 18138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_recent_entries li span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

/* line 18143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_recent_entries li .ld_entries_contents {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -6px;
}

/* line 18150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_popular_entries li {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
}

/* line 18155, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_popular_entries li figure {
    width: 100%;
    margin-bottom: 0.5em;
}

/* line 18159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_popular_entries li figure img {
    width: 100%;
}

/* line 18162, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_popular_entries li span {
    display: block;
    margin-top: 0.15em;
    font-size: 15px;
}

/* line 18168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld_widget_social_icons a:hover {
    color: #fff;
}

/* line 18172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 0.25em 1em;
    margin-bottom: 5px;
    margin-right: 2px;
    font-size: 12px !important;
    line-height: 1.5em;
    font-weight: 500;
    color: #000;
}

/* line 18183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.widget_tag_cloud a:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 6.4. Page Frame */
/*
  7. RESPONSIVE
*/
/* 7.1. Header */
@media screen and (min-width: 1200px) {
    /* line 18196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .social-icon a {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    /* line 18199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
        color: #fff !important;
    }

    /* line 18202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    /* line 18206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
        color: #fff;
    }

    /* line 18210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-dark .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light {
        opacity: 1;
        visibility: visible;
    }

    /* line 18215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .social-icon a {
        color: rgba(0, 0, 0, 0.7) !important;
    }

    /* line 18218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
        color: #000 !important;
    }

    /* line 18221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
        color: rgba(0, 0, 0, 0.7);
    }

    /* line 18225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
        color: #000;
    }

    /* line 18229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
        opacity: 1;
        visibility: visible;
    }

    /* line 18234, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .social-icon a,
    .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
    .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .main-nav > li > a,
    .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light,
    .lqd-stack-moving-down .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
}

@media screen and (max-width: 1199px) {
    /* line 18244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons .lqd-stack-prevnext-wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
        position: absolute;
        top: auto !important;
        left: auto !important;
        right: 20px !important;
        bottom: 40px !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    /* line 18258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons .lqd-stack-prevnext-wrap button {
        margin: 0 5px !important;
    }

    /* line 18261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons .lqd-stack-button-labbel,
    .lqd-stack-has-prevnext-buttons .lqd-stack-prevnext-button {
        -webkit-transform: none !important;
        transform: none !important;
    }

    /* line 18266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons .lqd-stack-prevnext-button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    /* line 18273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons .lqd-back-to-top {
        display: none;
    }

    /* line 18276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-has-prevnext-buttons.lqd-stack-buttons-style-1 .lqd-stack-prevnext-wrap {
        bottom: 50px !important;
        left: 20px !important;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    /* line 18283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    #pp-nav {
        display: none;
        right: 20px;
    }

    /* line 18288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-extra {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    /* line 18293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side {
        width: 375px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    /* line 18300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar,
    .header-side .mainbar-container,
    .header-side .mainbar-row,
    .header-side .mainbar-wrap {
        width: 100%;
        height: 100%;
    }

    /* line 18307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-container {
        padding: 0;
    }

    /* line 18310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-wrap {
        padding: 12vh 50px;
        overflow: hidden;
        position: relative;
    }

    /* line 18315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar {
        overflow: hidden;
    }

    /* line 18318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-row {
        width: calc(100% + 20px);
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 18329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-row > [class^=col] {
        padding: 0;
        margin: 30px 0;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex: 1 auto;
    }

    /* line 18342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-row > [class^=col]:first-child {
        margin-top: 0;
    }

    /* line 18345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-row > [class^=col]:last-child {
        margin-bottom: 0;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 18352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-row > [class^=col]:last-child .header-module {
        -webkit-box-align: end;
        align-items: flex-end;
    }

    /* line 18356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .navbar-header {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    /* line 18360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .navbar-brand {
        padding: 0;
    }

    /* line 18363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .navbar-collapse {
        width: 100%;
        overflow: hidden !important;
    }

    /* line 18367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .main-nav {
        width: calc(100% + 25px);
        padding-right: 25px;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 18374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .main-nav > li {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    /* line 18378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .main-nav > li > a {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    /* line 18383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .nav-item-children {
        padding-right: 15px;
    }

    /* line 18386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .header-module {
        margin-bottom: 15px;
        margin-left: 0 !important;
    }

    /* line 18390, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .header-module > h1,
    .header-side .header-module > h2,
    .header-side .header-module > h3,
    .header-side .header-module > h4,
    .header-side .header-module > h5,
    .header-side .header-module > h6 {
        margin-top: 0;
        margin-bottom: 0.25em;
    }

    /* line 18399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-dropdown,
    .header-side .ld-dropdown-menu-content {
        background: none;
    }

    /* line 18403, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-dropdown-menu-content {
        margin-top: 1em;
        width: auto;
        padding: 0;
        border: none;
    }

    /* line 18409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-search .ld-module-trigger {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.45s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    /* line 18417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-search .ld-module-trigger.collapse {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    /* line 18421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-search .ld-search-form-container {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.45s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    /* line 18429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-search .ld-module-dropdown {
        width: 250px;
        height: auto !important;
        top: 0;
        left: 0;
        right: auto;
        overflow: hidden;
    }

    /* line 18437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-module-search .ld-module-dropdown[aria-expanded=true] .ld-search-form-container {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    /* line 18441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .ld-search-form-container {
        width: auto;
        padding: 0;
        border: none;
    }

    /* line 18447, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-1 .navbar-collapse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 375px;
        height: 100vh !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        background-color: #fdfdfe;
        box-shadow: 0 0 0 #f0f1f6 inset;
        -webkit-transition: all 0.45s cubic-bezier(0.7, 0, 0.2, 1);
        transition: all 0.45s cubic-bezier(0.7, 0, 0.2, 1);
    }

    /* line 18466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-1 .navbar-collapse[aria-expanded=true] {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        box-shadow: -70px 0 70px #f0f1f6 inset;
    }

    /* line 18471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-1 .main-nav {
        -webkit-box-flex: 0;
        flex-grow: 0;
    }

    /* line 18476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-3 .mainbar-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }

    /* line 18482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-3 .mainbar-row > [class^=col] {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 18486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-3 .navbar-header,
    .header-side-style-3 .header-module,
    .header-side-style-3 .navbar-collapse {
        -webkit-box-flex: 1;
        flex: 1 auto;
    }

    /* line 18492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-3 .navbar-header {
        margin-bottom: 45px;
    }

    /* line 18495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side-style-3 .navbar-collapse {
        margin-bottom: 40px;
    }

    /* line 18499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side .titlebar,
    .header-style-side #content,
    .header-style-side #wrap > .main-header,
    .header-style-side .main-footer {
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
        transition: -webkit-transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
        transition: transform 0.45s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
    }

    /* line 18509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .side-nav-showing .titlebar,
    .side-nav-showing #content,
    .side-nav-showing #wrap > .main-header,
    .side-nav-showing .main-footer {
        -webkit-transform: translateX(375px);
        transform: translateX(375px);
    }

    /* line 18517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-initiated .header-side {
        width: 200px;
    }

    /* line 18520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-initiated .header-side .mainbar-wrap {
        padding: 10vh 45px;
    }

    /* line 18523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-stack-initiated.header-style-side #wrap {
        padding-left: 0;
    }

    /* line 18527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen {
        width: 100%;
        height: 100% !important;
        padding: 10vh 0 15vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* line 18541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav {
        display: block;
    }

    /* line 18544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-25%) rotateX(45deg);
        transform: translateY(-25%) rotateX(45deg);
        -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* line 18552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(10) {
        -webkit-transition-delay: 0.0588235294s;
        transition-delay: 0.0588235294s;
    }

    /* line 18556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(9) {
        -webkit-transition-delay: 0.1176470588s;
        transition-delay: 0.1176470588s;
    }

    /* line 18560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(8) {
        -webkit-transition-delay: 0.1764705882s;
        transition-delay: 0.1764705882s;
    }

    /* line 18564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(7) {
        -webkit-transition-delay: 0.2352941176s;
        transition-delay: 0.2352941176s;
    }

    /* line 18568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(6) {
        -webkit-transition-delay: 0.2941176471s;
        transition-delay: 0.2941176471s;
    }

    /* line 18572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(5) {
        -webkit-transition-delay: 0.3529411765s;
        transition-delay: 0.3529411765s;
    }

    /* line 18576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(4) {
        -webkit-transition-delay: 0.4117647059s;
        transition-delay: 0.4117647059s;
    }

    /* line 18580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(3) {
        -webkit-transition-delay: 0.4705882353s;
        transition-delay: 0.4705882353s;
    }

    /* line 18584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(2) {
        -webkit-transition-delay: 0.5294117647s;
        transition-delay: 0.5294117647s;
    }

    /* line 18588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li:nth-child(1) {
        -webkit-transition-delay: 0.5882352941s;
        transition-delay: 0.5882352941s;
    }

    /* line 18592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .main-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    /* line 18596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .nav-item-children {
        text-align: center;
        box-shadow: none;
    }

    /* line 18600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .nav-item-children > li > a {
        padding: 0;
    }

    /* line 18603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .nav-item-children > li:hover > a {
        background-color: transparent;
    }

    /* line 18606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu .nav-item-children {
        display: none;
        visibility: visible;
        left: auto !important;
        right: auto !important;
    }

    /* line 18612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu .ld-container,
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu .megamenu-column,
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu .megamenu-container {
        width: 100% !important;
    }

    /* line 18617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu section.vc_row {
        padding: 0 !important;
    }

    /* line 18620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .megamenu .ld-row {
        display: block;
    }

    /* line 18623, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen .header-module {
        -webkit-box-align: center;
        align-items: center;
    }

    /* line 18627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen[aria-expanded=true] {
        opacity: 1;
        visibility: visible;
    }

    /* line 18631, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-fullscreen-style-1 .navbar-fullscreen[aria-expanded=true] .main-nav > li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
    }

    /* line 18638, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-logo-centered .navbar-brand {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding-left: 35px;
        padding-right: 35px;
        flex-shrink: 0;
    }

    /* line 18646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-right .header-module {
        -webkit-box-align: end;
        align-items: flex-end;
    }

    /* line 18650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-left .header-module {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    /* line 18654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-center .header-module {
        -webkit-box-align: center;
        align-items: center;
    }

    /* line 18658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse ~ .header-module {
        margin-left: 25px;
    }

    /* line 18661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse:not(.navbar-fullscreen) .header-module {
        display: none;
    }

    /* line 18665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .nav-trigger.navbar-toggle {
        display: none;
    }

    /* line 18669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form .input-icon {
        pointer-events: none;
    }

    /* line 18673, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu {
        position: static !important;
    }

    /* line 18676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav:not(.main-nav-side) .megamenu:not(.position-applied) .nav-item-children {
        display: block !important;
        visibility: hidden;
    }

    /* line 18680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-container.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 18684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-container .container {
        width: 100%;
    }

    /* line 18687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .nav-item-children {
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: none;
        box-shadow: none;
    }

    /* line 18694, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-inner-row {
        background-color: #fff;
        box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
    }

    /* line 18698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-inner-row.vc_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 18703, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-inner-row.vc_row:after {
        content: none;
    }

    /* line 18706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-inner-row.vc_row-has-bg:before {
        background-color: inherit;
    }

    /* line 18709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu.megamenu-content-stretch .nav-item-children {
        left: 0 !important;
        right: 0 !important;
    }

    /* line 18713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu.megamenu-fullwidth .nav-item-children {
        width: 100vw;
        max-width: none;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    /* line 18721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu.megamenu-fullwidth .megamenu-container {
        width: 100vw !important;
        max-width: none;
    }

    /* line 18725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu.position-applied .megamenu-column {
        -webkit-box-flex: 1;
        flex: 1 auto;
    }

    /* line 18730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header {
        flex-basis: auto;
    }

    /* line 18733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header .mobile-logo-default,
    .navbar-header .header-module {
        display: none;
    }

    /* line 18738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: stretch;
        align-items: stretch;
        height: auto !important;
        flex-basis: 0;
    }

    /* line 18749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse > .nav-trigger {
        display: none !important;
    }

    /* line 18753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse-clone {
        display: none !important;
    }

    /* line 18757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 18765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav > li,
    .main-nav > li > a {
        -webkit-box-align: center;
        align-items: center;
    }

    /* line 18770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav > li:first-child {
        padding-left: 0;
    }

    /* line 18773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav > li:last-child {
        padding-right: 0;
    }

    /* line 18776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav > li.nav-item-cloned {
        display: none;
    }

    /* line 18779, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav .submenu-expander {
        display: none !important;
    }

    /* line 18783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-linethrough > li > a .link-ext,
    .main-nav-hover-underline-1 > li > a .link-ext,
    .main-nav-hover-underline-3 > li > a .link-ext {
        display: inline-block;
        width: 100%;
        height: 0.0625em;
        min-height: 1px;
        position: absolute;
        bottom: -0.1875em;
        left: 0;
        background-color: #000;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
        transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    }

    /* line 18803, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-linethrough > li.is-active > a .link-ext, .main-nav-hover-linethrough > li.active > a .link-ext, .main-nav-hover-linethrough > li.current-menu-item > a .link-ext,
    .main-nav-hover-linethrough > li > a:hover .link-ext,
    .main-nav-hover-underline-1 > li.is-active > a .link-ext,
    .main-nav-hover-underline-1 > li.active > a .link-ext,
    .main-nav-hover-underline-1 > li.current-menu-item > a .link-ext,
    .main-nav-hover-underline-1 > li > a:hover .link-ext,
    .main-nav-hover-underline-3 > li.is-active > a .link-ext,
    .main-nav-hover-underline-3 > li.active > a .link-ext,
    .main-nav-hover-underline-3 > li.current-menu-item > a .link-ext,
    .main-nav-hover-underline-3 > li > a:hover .link-ext {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    /* line 18819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-linethrough > li > a .link-ext {
        width: 114%;
        bottom: 50%;
        left: -7%;
        margin-top: -0.0312em;
    }

    /* line 18826, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-underline-2 > li > a .link-ext {
        display: inline-block;
        width: 107%;
        height: 0.4em;
        position: absolute;
        bottom: 0.25em;
        left: -3.5%;
        background: #f4bcba;
        background: -webkit-gradient(linear, left top, right top, from(#f4bc8b), to(#f1aacc));
        background: linear-gradient(to right, #f4bc8b 0%, #f1aacc 100%);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* line 18845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-underline-2 > li.is-active > a .link-ext, .main-nav-hover-underline-2 > li.active > a .link-ext, .main-nav-hover-underline-2 > li.current-menu-item > a .link-ext,
    .main-nav-hover-underline-2 > li > a:hover .link-ext {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    /* line 18853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-underline-3 .link-txt {
        position: static;
    }

    /* line 18856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-underline-3 > li > a .link-ext {
        height: 0.214285714285714em;
        min-height: 2px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    /* line 18864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side-style-2 > li > a .link-ext {
        display: inline-block;
        width: 0.25em;
        height: 0.25em;
        min-width: 4px;
        min-height: 4px;
        border-radius: 50em;
        position: absolute;
        top: 50%;
        right: -1em;
        left: auto;
        margin-top: -0.12em;
        background: #181b31;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* line 18884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side-style-2 > li.is-active > a .link-ext, .main-nav-side-style-2 > li.active > a .link-ext, .main-nav-side-style-2 > li.current-menu-item > a .link-ext,
    .main-nav-side-style-2 > li > a:hover .link-ext {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    /* line 18892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-fade-inactive:hover > li > a {
        opacity: 0.35;
    }

    /* line 18895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-hover-fade-inactive:hover > li:hover > a {
        opacity: 1;
    }

    /* line 18899, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle {
        padding-right: 5px;
        padding-left: 5px;
    }

    /* line 18903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* line 18911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(1) {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    /* line 18915, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* line 18919, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    /* line 18923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(4) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    /* line 18927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(5) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    /* line 18931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(6) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    /* line 18935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(7) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    /* line 18939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(8) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    /* line 18943, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(9) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    /* line 18947, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle .main-nav > li:nth-child(10) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    /* line 18951, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    /* line 18957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(10) {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    /* line 18961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(9) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* line 18965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(8) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    /* line 18969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(7) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    /* line 18973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(6) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    /* line 18977, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(5) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    /* line 18981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(4) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    /* line 18985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    /* line 18989, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(2) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    /* line 18993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=true] .main-nav > li:nth-child(1) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    /* line 18997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-visible-ontoggle[aria-expanded=false].collapsing .main-nav > li {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    /* line 19002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side {
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 19006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side > li, .main-nav-side > li:first-child, .main-nav-side > li:last-child {
        padding-left: 1.666em;
        padding-right: 1.666em;
    }

    /* line 19010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .nav-item-children {
        display: none;
        width: 100%;
        padding: 0.625em 0 0.625em 0;
        border-radius: 0;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background-color: transparent;
        box-shadow: none;
        font-size: 16px;
        line-height: 1.5em;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 19026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .nav-item-children > li {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: 400;
    }

    /* line 19032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .nav-item-children > li > a {
        padding: 0.75em 1.25em;
    }

    /* line 19035, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .nav-item-children > li:hover > a {
        background-color: transparent;
    }

    /* line 19038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .nav-item-children .nav-item-children {
        padding-left: 1.25em;
    }

    /* line 19041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu .nav-item-children {
        display: none;
        padding-left: 1.25em;
        width: auto !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        visibility: visible;
    }

    /* line 19051, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu .ld-container,
    .main-nav-side .megamenu .megamenu-column,
    .main-nav-side .megamenu .megamenu-container {
        width: 100% !important;
        padding: 0;
    }

    /* line 19057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu section.vc_row {
        padding: 0 !important;
    }

    /* line 19060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu .vc_row,
    .main-nav-side .megamenu .vc_column-inner,
    .main-nav-side .megamenu .megamenu-column,
    .main-nav-side .megamenu .wpb_wrapper {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    /* line 19070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu .ld-row {
        display: block;
        margin: 0;
    }

    /* line 19074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side .megamenu .megamenu-inner-row:before {
        content: none !important;
    }

    /* line 19078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side-style-1 > li, .main-nav-side-style-1 > li:first-child, .main-nav-side-style-1 > li:last-child {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* line 19083, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-side-style-2 > li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* line 19088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-fullscreen-style-1 {
        width: 50%;
        margin: 5vh auto;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: center;
    }

    /* line 19099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-fullscreen-style-1 > li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 1em;
        overflow: hidden;
    }

    /* line 19105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-fullscreen-style-1 > li > a {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-fullscreen-style-1 .nav-item-children {
        width: calc(100% + 24px);
        padding: 0.625em 0;
        position: relative;
        top: auto;
        left: auto;
        font-size: 16px;
        line-height: 1.5em;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 19121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav-fullscreen-style-1 .nav-item-children > li {
        display: block;
        width: 100%;
        padding: 0.75em 1.25em;
        font-size: 1em;
        font-weight: 400;
    }

    /* line 19129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true] .mainbar-wrap .megamenu-hover-bg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

    /* line 19140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-item-active .megamenu-hover-bg {
        opacity: 1;
    }

    /* line 19143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .social-icon a {
        color: rgba(0, 0, 0, 0.7) !important;
    }

    /* line 19146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
        color: #000 !important;
    }

    /* line 19149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
        color: rgba(0, 0, 0, 0.7);
    }

    /* line 19153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
        color: #000;
    }

    /* line 19157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .ld-module-search-visible-form .ld-search-form input {
        border-color: rgba(0, 0, 0, 0.2);
        color: #000;
    }

    /* line 19161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* line 19165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-light .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light {
        opacity: 0;
        visibility: hidden;
    }

    /* line 19169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .social-icon a {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    /* line 19172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .social-icon a:hover {
        color: #fff !important;
    }

    /* line 19175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger,
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    /* line 19179, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger:hover,
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .main-nav > li > a:hover {
        color: #fff;
    }

    /* line 19183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .ld-module-search-visible-form .ld-search-form input {
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    /* line 19187, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .ld-module-search-visible-form .input-icon {
        color: rgba(255, 255, 255, 0.7);
    }

    /* line 19190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-light {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* line 19194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header[data-react-to-megamenu=true].megamenu-scheme-dark .mainbar-wrap:not(.is-stuck) .navbar-brand .logo-dark {
        opacity: 0;
        visibility: hidden;
    }

    /* line 19199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > [class^=col] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }

    /* line 19204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > [class^=col].text-right {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > [class^=col].text-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > [class^=col].text-left {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .secondarybar-row > [class^=col].text-right {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .secondarybar-row > [class^=col].text-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .secondarybar-row > [class^=col].text-left {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-wrap:not(.is-stuck) .visible-when-stuck {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    /*********************************************************
  -------------
  MOBULE HEADER
  -------------

  - Nav trigger alignment
  [data-mobile-nav-trigger-alignment]: [left, right]

  - Logo alignment
  [data-mobile-logo-alignment]: [default, center]

  - Nav Style
  [data-mobile-nav-style]: [classic, minimal, modern]

  - Nav scheme
  [data-mobile-nav-scheme]: [gray, light, dark]

  - Nav alignment
  [data-mobile-nav-align]: [left, center, right]

  - Header Scheme
  [data-mobile-header-scheme]: [light, gray, dark]

  *********************************************************/
    /* line 19260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header {
        position: relative;
        top: auto;
        left: auto;
    }

    /* line 19266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-overlay-onmobile=true] .main-header-overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* line 19273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .navbar-brand {
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19279, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .navbar-brand-inner {
        margin-left: -20px !important;
    }

    /* line 19282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .lqd-mobile-modules-container {
        -webkit-box-ordinal-group: 4;
        order: 3;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .lqd-mobile-modules-container + .navbar-brand {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .lqd-mobile-modules-container + .navbar-brand,
    [data-mobile-nav-trigger-alignment=left] .navbar-header .lqd-mobile-modules-container + .navbar-brand .navbar-brand-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* line 19297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=left] .navbar-header .navbar-toggle {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-left: 0 !important;
    }

    /* line 19303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-brand {
        margin-right: 0;
        margin-left: 0 !important;
    }

    /* line 19307, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-brand-inner {
        margin-right: -20px !important;
    }

    /* line 19310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-toggle {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=right] .navbar-header .lqd-mobile-modules-container + .navbar-brand {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-trigger-alignment=right] .navbar-header .lqd-mobile-modules-container + .navbar-brand,
    [data-mobile-nav-trigger-alignment=right] .navbar-header .lqd-mobile-modules-container + .navbar-brand .navbar-brand-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* line 19324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .navbar-brand {
        margin-left: auto !important;
        margin-right: auto !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    /* line 19332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .navbar-brand-inner {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 19336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .navbar-toggle {
        -webkit-box-flex: 0;
        flex: 0 1;
    }

    /* line 19340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .lqd-mobile-modules-container {
        -webkit-box-ordinal-group: 4;
        order: 3;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .lqd-mobile-modules-container ~ .navbar-brand,
    [data-mobile-logo-alignment=center] .navbar-header .lqd-mobile-modules-container ~ .navbar-brand .navbar-brand-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* line 19351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center] .navbar-header .lqd-mobile-modules-container ~ .navbar-toggle {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
    }

    /* line 19355, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center][data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-brand {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19359, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-logo-alignment=center][data-mobile-nav-trigger-alignment=right] .navbar-header .lqd-mobile-modules-container {
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html[dir=rtl] [data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-toggle {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html[dir=rtl] [data-mobile-nav-trigger-alignment=right] .navbar-header .navbar-brand {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html[dir=rtl] [data-mobile-nav-trigger-alignment=left] .navbar-header .navbar-toggle {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 19378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html[dir=rtl] [data-mobile-nav-trigger-alignment=left] .navbar-header .navbar-brand {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19383, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .header-module {
        display: none;
    }

    /* line 19387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .header-module {
        display: -webkit-box;
        display: flex;
        margin-left: 0 !important;
        -webkit-box-align: start;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 19396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .header-module:first-of-type {
        margin-top: 20px;
    }

    /* line 19400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header .header-module {
        display: -webkit-inline-box;
        display: inline-flex;
        position: static;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    /* line 19407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header .header-module + .header-module {
        margin-left: 18px;
    }

    /* line 19410, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header .navbar-brand + .header-module {
        margin-left: auto;
    }

    /* line 19414, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-mobile-modules-container {
        display: -webkit-box;
        display: flex;
    }

    /* line 19419, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=left] .navbar-collapse .header-module {
        -webkit-box-align: start;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 19426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .nav-trigger {
        display: -webkit-box;
        display: flex;
    }

    /* line 19430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header .nav-trigger {
        margin: 0;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 19436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-dropdown {
        top: 100%;
    }

    /* line 19440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon {
        display: inline-block;
        position: relative;
    }

    /* line 19444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon:before, .ld-module-cart .ld-module-trigger-icon:after {
        content: '';
        display: inline-block;
        width: 1.5px;
        height: 21px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        background-color: currentColor;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transition: opacity 0.3s 0.05s, -webkit-transform 0.3s;
        transition: opacity 0.3s 0.05s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s 0.05s;
        transition: transform 0.3s, opacity 0.3s 0.05s, -webkit-transform 0.3s;
    }

    /* line 19461, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon:before {
        -webkit-transform: rotate(45deg) translate(-4px, -2.5px);
        transform: rotate(45deg) translate(-4px, -2.5px);
    }

    /* line 19465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon:after {
        -webkit-transform: rotate(-45deg) translate(2px, -4px);
        transform: rotate(-45deg) translate(2px, -4px);
        left: auto;
        right: 0;
    }

    /* line 19471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon i {
        display: inline-block;
        font-family: 'liquid-icon' !important;
        opacity: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    /* line 19482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-icon i:before {
        content: "\e929";
    }

    /* line 19485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger-count {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    /* line 19494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger.collapsed .ld-module-trigger-icon {
        display: inline-block;
        position: relative;
    }

    /* line 19498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger.collapsed .ld-module-trigger-icon:before, .ld-module-cart .ld-module-trigger.collapsed .ld-module-trigger-icon:after {
        opacity: 0;
        -webkit-transform: rotate(0) scaleY(0.75);
        transform: rotate(0) scaleY(0.75);
    }

    /* line 19503, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger.collapsed .ld-module-trigger-icon i {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* line 19508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-module-trigger.collapsed .ld-module-trigger-count {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    /* line 19514, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    a.remove.ld-cart-product-remove {
        width: 28px;
        height: 28px;
        margin-right: 8px;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
    }

    /* line 19525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-search .ld-module-dropdown {
        top: 0;
        right: 0;
    }

    /* line 19529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-search .ld-module-dropdown.in, .ld-module-search .ld-module-dropdown[aria-expanded=true].collapsing {
        height: 100% !important;
    }

    /* line 19533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form-container {
        height: 100%;
        width: 100vw;
        padding: 0 0;
        border: none;
    }

    /* line 19540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form {
        height: 100%;
    }

    /* line 19543, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form input {
        height: 100%;
        border: none;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 2px solid #eaeaea;
        border-radius: 0;
        color: inherit;
        background: none;
    }

    /* line 19553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form .input-icon {
        display: -webkit-inline-box;
        display: inline-flex;
        width: 50px;
        height: 50px;
        right: 0;
        left: auto;
        color: #000;
        font-size: 36px;
        cursor: pointer;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 3px;
    }

    /* line 19569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form .input-icon:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* line 19572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-search-form .input-icon i:before {
        content: '\e94a';
    }

    /* line 19576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-mobile-modules-container .social-icon {
        font-size: 16px;
    }

    /* line 19579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-mobile-modules-container .social-icon li {
        margin-right: 0.75em;
    }

    /* line 19583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .navbar-brand {
        padding: 22px 0;
        max-width: none !important;
    }

    /* line 19587, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mobile-logo-default ~ .logo-default {
        display: none;
    }

    /* line 19590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .main-nav {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5em;
        text-transform: none;
        letter-spacing: 0;
        text-align: left;
    }

    /* line 19598, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .main-nav > li > a {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
    }

    /* line 19606, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    /* line 19612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-header > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
    }

    /* line 19617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse {
        overflow-x: hidden;
        overflow-y: auto;
        color: #000;
    }

    /* line 19622, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .social-icon li a {
        color: inherit;
        opacity: 0.7;
    }

    /* line 19626, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .social-icon li a:hover {
        opacity: 1;
    }

    /* line 19629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked,
    .navbar-collapse .btn-underlined {
        color: inherit;
        border-color: currentColor;
    }

    /* line 19634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked:before, .navbar-collapse .btn-naked:after,
    .navbar-collapse .btn-underlined:before,
    .navbar-collapse .btn-underlined:after {
        background-color: currentColor;
    }

    /* line 19639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked:before,
    .navbar-collapse .btn-underlined:before {
        opacity: 0.5;
    }

    /* line 19643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked .btn-txt,
    .navbar-collapse .btn-underlined .btn-txt {
        opacity: 0.7;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    /* line 19649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked:hover,
    .navbar-collapse .btn-underlined:hover {
        color: inherit;
    }

    /* line 19653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .navbar-collapse .btn-naked:hover .btn-txt,
    .navbar-collapse .btn-underlined:hover .btn-txt {
        opacity: 1;
    }

    /* line 19658, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    ul.nav.main-nav > li {
        padding-left: 0;
        padding-right: 0;
    }

    /* line 19662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    ul.nav.main-nav > li > a {
        display: -webkit-box;
        display: flex;
        padding: 15px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-box-align: center;
        align-items: center;
        color: #000;
    }

    /* line 19671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    ul.nav.main-nav > li > a:hover {
        color: #000;
    }

    /* line 19674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    ul.nav.main-nav + .header-module {
        margin-top: 15px;
    }

    /* line 19678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > .navbar-header {
        margin-left: 15px;
        margin-right: 15px;
    }

    /* line 19683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=center] .navbar-collapse {
        text-align: center;
    }

    /* line 19686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=center] .navbar-collapse .header-module {
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    /* line 19690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=center] ul.nav.main-nav > li > a {
        -webkit-box-pack: center;
        justify-content: center;
    }

    /* line 19695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=right] .navbar-collapse .header-module {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    /* line 19700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=classic] .navbar-collapse,
    [data-mobile-nav-style=minimal] .navbar-collapse {
        max-height: 75vh;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }

    /* line 19707, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] ul.nav.main-nav,
    [data-mobile-nav-style=minimal] ul.nav.main-nav {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    /* line 19713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] ul.nav.main-nav > li > a,
    [data-mobile-nav-style=minimal] ul.nav.main-nav > li > a {
        border: none;
    }

    /* line 19718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern]:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        background-image: -webkit-gradient(linear, right bottom, left top, from(#1DE1BC), to(#DA0BEE));
        background-image: linear-gradient(to top left, #1DE1BC 0%, #DA0BEE 100%);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    /* line 19739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] #wrap {
        -webkit-transition: height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
        transition: height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s;
        transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* line 19745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-toggle {
        pointer-events: none;
    }

    /* line 19748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-toggle.mobile-nav-trigger-cloned {
        pointer-events: all;
    }

    /* line 19751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone {
        display: -webkit-box !important;
        display: flex !important;
        width: 70vw;
        height: 80vh !important;
        padding-top: 20px;
        border: none;
        position: fixed;
        top: 12vh;
        right: 0;
        z-index: 90;
        background: none !important;
        box-shadow: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-transform: translate3d(25vw, 0, 0);
        transform: translate3d(25vw, 0, 0);
        opacity: 0;
        visibility: hidden;
        overflow: visible !important;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: transform, opacity, visibility;
        transition-property: transform, opacity, visibility, -webkit-transform;
        -webkit-transition-duration: 0.45s;
        transition-duration: 0.45s;
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* line 19783, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: 10;
        -webkit-box-pack: end;
        justify-content: flex-end;
        color: #fff;
        pointer-events: all;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    /* line 19797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bars {
        -webkit-box-pack: center;
        justify-content: center;
        padding-left: 8px;
        width: 42px;
        height: 42px;
        border: 2.4px solid rgba(255, 255, 255, 0.4);
        border-radius: 50em;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    /* line 19810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bar {
        background-color: #fff;
    }

    /* line 19813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bar:first-child, [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bar:last-child {
        display: none;
    }

    /* line 19816, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bar:nth-child(2) {
        -webkit-transform: translateY(2px) rotate(135deg) !important;
        transform: translateY(2px) rotate(135deg) !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    /* line 19822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul.nav.main-nav {
        -webkit-box-flex: 0;
        flex: 0 auto;
    }

    /* line 19827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul .nav-item-children > li > a,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li > a,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul.nav.main-nav .nav-item-children > li > a,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul.nav.main-nav > li > a {
        color: #fff;
    }

    /* line 19833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul .nav-item-children > li > a:hover,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li > a:hover,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul.nav.main-nav .nav-item-children > li > a:hover,
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul.nav.main-nav > li > a:hover {
        color: #fff;
    }

    /* line 19839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .navbar-collapse-inner {
        display: block;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* line 19845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .megamenu .megamenu-container {
        padding: 0 35px;
    }

    /* line 19848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .megamenu .vc_row,
    [data-mobile-nav-style=modern] .megamenu .ld-row,
    [data-mobile-nav-style=modern] .megamenu .ld-container,
    [data-mobile-nav-style=modern] .megamenu .megamenu-column,
    [data-mobile-nav-style=modern] .megamenu .vc_column-inner {
        width: 100%;
        border: none !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* line 19859, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .megamenu .ld-fancy-heading > * {
        color: #fff;
    }

    /* line 19862, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mobile-nav-activated [data-mobile-nav-style=modern]:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /* line 19869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mobile-nav-activated [data-mobile-nav-style=modern] #wrap {
        overflow: hidden;
        background-color: #fff;
        -webkit-transform: translate3d(-80vw, 0, 0);
        transform: translate3d(-80vw, 0, 0);
    }

    /* line 19875, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mobile-nav-activated [data-mobile-nav-style=modern] .navbar-collapse-clone {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible !important;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* line 19884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .module-expanding,
    .module-collapsing {
        overflow: hidden;
    }

    /* line 19888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .module-expanding [data-mobile-nav-style=modern] #wrap,
    .module-collapsing [data-mobile-nav-style=modern] #wrap {
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
        -webkit-transition-duration: 0.45s;
        transition-duration: 0.45s;
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        background-color: #fff;
        overflow: hidden;
    }

    /* line 19902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .module-collapsing [data-mobile-nav-style=modern] #wrap {
        overflow: hidden;
    }

    /* line 19906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=gray] .navbar-collapse {
        background-color: #f9f9f9;
        color: #000;
    }

    /* line 19910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=gray] .main-nav .lqd-custom-menu > li > a,
    [data-mobile-nav-scheme=gray] ul.nav.main-nav > li > a {
        color: #000;
    }

    /* line 19914, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=gray] .main-nav .lqd-custom-menu > li:hover,
    [data-mobile-nav-scheme=gray] ul.nav.main-nav > li:hover {
        color: #000;
    }

    /* line 19919, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .navbar-collapse {
        background-color: #191D18;
        color: #fff;
    }

    /* line 19923, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .main-nav .lqd-custom-menu > li > a,
    [data-mobile-nav-scheme=dark] ul.nav.main-nav > li > a {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    /* line 19928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .main-nav .lqd-custom-menu > li > a:hover,
    [data-mobile-nav-scheme=dark] ul.nav.main-nav > li > a:hover {
        color: #fff;
    }

    /* line 19932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .submenu-expander {
        background-color: rgba(255, 255, 255, 0.05);
    }

    /* line 19936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=light] .navbar-header {
        background-color: #fff;
    }

    /* line 19939, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=light] .lqd-mobile-modules-container .social-icon a, [data-mobile-header-scheme=light] .lqd-mobile-modules-container .social-icon a:hover {
        color: #000;
    }

    /* line 19942, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=light] .lqd-mobile-modules-container .ld-module-trigger {
        color: #000 !important;
    }

    /* line 19946, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=gray] .main-header .navbar-header {
        background-color: #f6f6f6;
    }

    /* line 19949, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=gray] .main-header .lqd-mobile-modules-container .social-icon a, [data-mobile-header-scheme=gray] .main-header .lqd-mobile-modules-container .social-icon a:hover {
        color: #000;
    }

    /* line 19952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=gray] .main-header .ld-module-trigger {
        color: #000 !important;
    }

    /* line 19956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .navbar-header {
        background-color: #191D18;
    }

    /* line 19959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .social-icon a, [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .social-icon a:hover {
        color: #000;
    }

    /* line 19962, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .ld-module-trigger {
        color: #fff !important;
    }

    /* line 19965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .ld-search-form-container {
        background-color: #191D18;
    }

    /* line 19968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .ld-search-form input {
        border-color: rgba(255, 255, 255, 0.45);
        color: #fff;
    }

    /* line 19972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .ld-search-form .input-icon {
        color: #fff;
    }

    /* line 19975, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .lqd-mobile-modules-container .ld-search-form .input-icon:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* line 19978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-header-scheme=dark] .nav-trigger .bar {
        background-color: #fff;
    }

    /* line 19982, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html[dir=rtl] [data-mobile-nav-style=modern] .navbar-collapse-clone {
        right: 10vw;
    }

    /* line 19986, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav .children,
    .nav-item-children {
        display: none;
        min-width: 0;
        padding: 15px 0;
        border-radius: 0;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        visibility: visible;
        text-align: inherit;
        box-shadow: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
    }

    /* line 20005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav .children > li > a,
    .nav-item-children > li > a {
        padding: 8px 35px;
        color: inherit;
    }

    /* line 20010, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav .children > li:hover > a,
    .nav-item-children > li:hover > a {
        background: none;
    }

    /* line 20014, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-nav .children .nav-item-children,
    .nav-item-children .nav-item-children {
        padding: 8px 0 8px 15px;
    }

    /* line 20019, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .nav-item-children {
        background-color: #1b201a;
    }

    /* line 20022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .nav-item-children > li > a {
        opacity: 0.75;
    }

    /* line 20025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-scheme=dark] .nav-item-children > li:hover > a, [data-mobile-nav-scheme=dark] .nav-item-children > li.active > a, [data-mobile-nav-scheme=dark] .nav-item-children > li.current-menu-item > a {
        color: inherit;
        opacity: 1;
    }

    /* line 20030, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=center] .nav-item-children {
        text-align: center;
    }

    /* line 20033, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-align=center] .nav-item-children .nav-item-children {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 20038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=minimal] .nav-item-children {
        font-size: 14px;
    }

    /* line 20042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-nav-style=modern] .main-nav .children,
    [data-mobile-nav-style=modern] .nav-item-children {
        background: transparent;
    }

    /* line 20047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .nav-item-children {
        left: auto !important;
    }

    /* line 20050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* line 20054, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .megamenu-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 20058, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .ld-container,
    .megamenu .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* line 20063, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .ld-row {
        display: block;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    /* line 20068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .vc_row,
    .megamenu .wpb_wrapper {
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* line 20074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .vc_row {
        border: none !important;
    }

    /* line 20077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu .wpb_single_image.invisible {
        visibility: visible;
    }

    /* line 20081, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .megamenu-container {
        width: auto !important;
    }

    /* line 20085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mainbar-wrap {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* line 20089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mainbar-wrap .mainbar-container {
        width: 100%;
        max-width: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* line 20095, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mainbar-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    /* line 20104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mainbar-row > [class^=col] {
        -webkit-box-flex: 1;
        flex: 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 0;
    }

    /* line 20116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .main-header .mainbar-row > [class^=col] > .main-nav {
        display: none;
    }

    /* line 20120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .secondarybar-wrap {
        display: none;
    }

    /* line 20123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-secondary-bar=true] .secondarybar-wrap {
        display: block;
    }

    /* line 20126, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-mobile-secondary-bar=true] .secondarybar-wrap .header-module {
        display: -webkit-inline-box;
        display: inline-flex;
    }
}

/* 7.2. Elements */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* line 20148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-lowercase {
    text-transform: lowercase !important;
}

/* line 20152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-uppercase {
    text-transform: uppercase !important;
}

/* line 20156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-capitalize {
    text-transform: capitalize !important;
}

/* line 20160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-transform-none {
    text-transform: none !important;
}

/* line 20164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-underline {
    text-decoration: underline;
}

/* line 20168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-0 {
    letter-spacing: 0 !important;
}

/* line 20172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--015 {
    letter-spacing: -0.015em !important;
}

/* line 20176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--025 {
    letter-spacing: -0.025em !important;
}

/* line 20180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--05 {
    letter-spacing: -0.05em !important;
}

/* line 20184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--075 {
    letter-spacing: -0.075em !important;
}

/* line 20188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--1 {
    letter-spacing: -0.1em !important;
}

/* line 20192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--135 {
    letter-spacing: -0.135em !important;
}

/* line 20196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--15 {
    letter-spacing: -0.15em !important;
}

/* line 20200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--175 {
    letter-spacing: -0.175em !important;
}

/* line 20204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp--2 {
    letter-spacing: -0.2em !important;
}

/* line 20208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-015 {
    letter-spacing: 0.015em !important;
}

/* line 20212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-025 {
    letter-spacing: 0.025em !important;
}

/* line 20216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-05 {
    letter-spacing: 0.05em !important;
}

/* line 20220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-075 {
    letter-spacing: 0.075em !important;
}

/* line 20224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-1 {
    letter-spacing: 0.1em !important;
}

/* line 20228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-135 {
    letter-spacing: 0.135em !important;
}

/* line 20232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-15 {
    letter-spacing: 0.15em !important;
}

/* line 20236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-175 {
    letter-spacing: 0.175em !important;
}

/* line 20240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-2 {
    letter-spacing: 0.2em !important;
}

/* line 20244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-25 {
    letter-spacing: 0.25em !important;
}

/* line 20248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-3 {
    letter-spacing: 0.3em !important;
}

/* line 20252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-35 {
    letter-spacing: 0.35em !important;
}

/* line 20256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-4 {
    letter-spacing: 0.4em !important;
}

/* line 20260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ltr-sp-5 {
    letter-spacing: 0.5em !important;
}

/* line 20264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-05 {
    line-height: 0.5em !important;
}

/* line 20268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-55 {
    line-height: 0.55em !important;
}

/* line 20272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-75 {
    line-height: 0.75em !important;
}

/* line 20276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-85 {
    line-height: 0.85em !important;
}

/* line 20280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-1 {
    line-height: 1em !important;
}

/* line 20284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-105 {
    line-height: 1.05em !important;
}

/* line 20288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-11 {
    line-height: 1.1em !important;
}

/* line 20292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-115 {
    line-height: 1.15em !important;
}

/* line 20296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-125 {
    line-height: 1.25em !important;
}

/* line 20300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-13 {
    line-height: 1.3em !important;
}

/* line 20304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-15 {
    line-height: 1.5em !important;
}

/* line 20308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-16 {
    line-height: 1.6em !important;
}

/* line 20312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-165 {
    line-height: 1.65em !important;
}

/* line 20316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-175 {
    line-height: 1.75em !important;
}

/* line 20320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-185 {
    line-height: 1.85em !important;
}

/* line 20324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-2 {
    line-height: 2em !important;
}

/* line 20328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-215 {
    line-height: 2.15em !important;
}

/* line 20332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-225 {
    line-height: 2.25em !important;
}

/* line 20336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.lh-25 {
    line-height: 2.5em !important;
}

/* line 20340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-thin {
    font-weight: 100 !important;
}

/* line 20344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-light {
    font-weight: 300 !important;
}

/* line 20348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-normal {
    font-weight: 400 !important;
}

/* line 20352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-medium {
    font-weight: 500 !important;
}

/* line 20356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-semibold {
    font-weight: 600 !important;
}

/* line 20360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-bold {
    font-weight: 700 !important;
}

/* line 20364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-weight-extrabold {
    font-weight: 900 !important;
}

/* line 20368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-style-normal {
    font-style: normal !important;
}

/* line 20372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-style-italic {
    font-style: italic !important;
}

/* line 20376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ws-nowrap {
    white-space: nowrap;
}

/* line 20380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-10 {
    font-size: 10px !important;
}

/* line 20384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-11 {
    font-size: 11px !important;
}

/* line 20388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-12 {
    font-size: 12px !important;
}

/* line 20392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-13 {
    font-size: 13px !important;
}

/* line 20396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-14 {
    font-size: 14px !important;
}

/* line 20400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-15 {
    font-size: 15px !important;
}

/* line 20404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-16 {
    font-size: 16px !important;
}

/* line 20408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-17 {
    font-size: 17px !important;
}

/* line 20412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-18 {
    font-size: 18px !important;
}

/* line 20416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-19 {
    font-size: 19px !important;
}

/* line 20420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-20 {
    font-size: 20px !important;
}

/* line 20424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-21 {
    font-size: 21px !important;
}

/* line 20428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-22 {
    font-size: 22px !important;
}

/* line 20432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-24 {
    font-size: 24px !important;
}

/* line 20436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-26 {
    font-size: 26px !important;
}

/* line 20440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-28 {
    font-size: 28px !important;
}

/* line 20444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-30 {
    font-size: 30px !important;
}

/* line 20448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-32 {
    font-size: 32px !important;
}

/* line 20452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-34 {
    font-size: 34px !important;
}

/* line 20456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-35 {
    font-size: 35px !important;
}

/* line 20460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-36 {
    font-size: 36px !important;
}

/* line 20464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-38 {
    font-size: 38px !important;
}

/* line 20468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-40 {
    font-size: 40px !important;
}

/* line 20472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-42 {
    font-size: 42px !important;
}

/* line 20476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-44 {
    font-size: 44px !important;
}

/* line 20480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-46 {
    font-size: 46px !important;
}

/* line 20484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-48 {
    font-size: 48px !important;
}

/* line 20488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-50 {
    font-size: 50px !important;
}

/* line 20492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-60 {
    font-size: 60px !important;
}

/* line 20496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-1-15x {
    font-size: 1.15em;
}

/* line 20500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-1-25x {
    font-size: 1.25em;
}

/* line 20504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-1-5x {
    font-size: 1.5em;
}

/* line 20508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-1-6x {
    font-size: 1.6em;
}

/* line 20512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-1-75x {
    font-size: 1.75em;
}

/* line 20516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2x {
    font-size: 2em;
}

/* line 20520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2-15x {
    font-size: 2.15em;
}

/* line 20524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2-25x {
    font-size: 2.25em;
}

/* line 20528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2-5x {
    font-size: 2.5em;
}

/* line 20532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2-6x {
    font-size: 2.6em;
}

/* line 20536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-2-75x {
    font-size: 2.75em;
}

/* line 20540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-3x {
    font-size: 3em;
}

/* line 20544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-3-15x {
    font-size: 3.15em;
}

/* line 20548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.font-size-3-3x {
    font-size: 3.3em;
}

/* line 20552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-primary {
    color: var(--color-primary) !important;
}

/* line 20556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-secondary {
    color: var(--color-secondary) !important;
}

/* line 20560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-tertiary {
    color: var(--color-tertiary) !important;
}

/* line 20564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-white {
    color: #fff !important;
}

/* line 20568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-black {
    color: #000 !important;
}

/* line 20572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-dark {
    color: #181b31 !important;
}

/* line 20576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-havelock-blue {
    color: #4c93dc !important;
}

/* line 20580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-turquoise {
    color: #3cd3d1 !important;
}

/* line 20584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-neon-carrot {
    color: #ff8e32 !important;
}

/* line 20588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-arapawa {
    color: #120a57 !important;
}

/* line 20592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-san-marino {
    color: #4A62AC !important;
}

/* line 20596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-hover-primary:hover {
    color: var(--color-primary) !important;
}

/* line 20600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-hover-secondary:hover {
    color: var(--color-secondary) !important;
}

/* line 20604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-hover-white:hover {
    color: #fff !important;
}

/* line 20608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-hover-black:hover {
    color: #000 !important;
}

/* line 20612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-hover-dark:hover {
    color: #181b31 !important;
}

/* line 20616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-01 {
    color: rgba(255, 255, 255, 0.1) !important;
}

/* line 20620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-01 {
    color: rgba(0, 0, 0, 0.1) !important;
}

/* line 20624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-02 {
    color: rgba(255, 255, 255, 0.2) !important;
}

/* line 20628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-02 {
    color: rgba(0, 0, 0, 0.2) !important;
}

/* line 20632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-03 {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* line 20636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-03 {
    color: rgba(0, 0, 0, 0.3) !important;
}

/* line 20640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-04 {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* line 20644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-04 {
    color: rgba(0, 0, 0, 0.4) !important;
}

/* line 20648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-05 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* line 20652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-05 {
    color: rgba(0, 0, 0, 0.5) !important;
}

/* line 20656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-06 {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* line 20660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-06 {
    color: rgba(0, 0, 0, 0.6) !important;
}

/* line 20664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-07 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* line 20668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-07 {
    color: rgba(0, 0, 0, 0.7) !important;
}

/* line 20672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-08 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* line 20676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-08 {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* line 20680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-white-09 {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* line 20684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-fade-dark-09 {
    color: rgba(0, 0, 0, 0.9) !important;
}

/* line 20688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-0 {
    margin-left: 0 !important;
}

/* line 20692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-0 {
    margin-right: 0 !important;
}

/* line 20696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-auto {
    margin-left: auto !important;
}

/* line 20700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-auto {
    margin-right: auto !important;
}

/* line 20704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* line 20709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-0 {
    padding-left: 0 !important;
}

/* line 20713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-0 {
    padding-right: 0 !important;
}

/* line 20717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-10 {
    padding-top: 10px !important;
}

/* line 20721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-10 {
    padding-bottom: 10px !important;
}

/* line 20725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-10 {
    margin-top: 10px !important;
}

/* line 20729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-10 {
    margin-bottom: 10px !important;
}

/* line 20733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-15 {
    padding-top: 15px !important;
}

/* line 20737, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-15 {
    padding-bottom: 15px !important;
}

/* line 20741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-15 {
    margin-top: 15px !important;
}

/* line 20745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-15 {
    margin-bottom: 15px !important;
}

/* line 20749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-20 {
    padding-top: 20px !important;
}

/* line 20753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-20 {
    padding-bottom: 20px !important;
}

/* line 20757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-20 {
    margin-top: 20px !important;
}

/* line 20761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-20 {
    margin-bottom: 20px !important;
}

/* line 20765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-25 {
    padding-top: 25px !important;
}

/* line 20769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-25 {
    padding-bottom: 25px !important;
}

/* line 20773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-25 {
    margin-top: 25px !important;
}

/* line 20777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-25 {
    margin-bottom: 25px !important;
}

/* line 20781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-30 {
    padding-top: 30px !important;
}

/* line 20785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-30 {
    padding-bottom: 30px !important;
}

/* line 20789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-30 {
    margin-top: 30px !important;
}

/* line 20793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-30 {
    margin-bottom: 30px !important;
}

/* line 20797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-35 {
    padding-top: 35px !important;
}

/* line 20801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-35 {
    padding-bottom: 35px !important;
}

/* line 20805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-35 {
    margin-top: 35px !important;
}

/* line 20809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-35 {
    margin-bottom: 35px !important;
}

/* line 20813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-40 {
    padding-top: 40px !important;
}

/* line 20817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-40 {
    padding-bottom: 40px !important;
}

/* line 20821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-40 {
    margin-top: 40px !important;
}

/* line 20825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-40 {
    margin-bottom: 40px !important;
}

/* line 20829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-45 {
    padding-top: 45px !important;
}

/* line 20833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-45 {
    padding-bottom: 45px !important;
}

/* line 20837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-45 {
    margin-top: 45px !important;
}

/* line 20841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-45 {
    margin-bottom: 45px !important;
}

/* line 20845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-50 {
    padding-top: 50px !important;
}

/* line 20849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-50 {
    padding-bottom: 50px !important;
}

/* line 20853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-50 {
    margin-top: 50px !important;
}

/* line 20857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-50 {
    margin-bottom: 50px !important;
}

/* line 20861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-55 {
    padding-top: 55px !important;
}

/* line 20865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-55 {
    padding-bottom: 55px !important;
}

/* line 20869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-55 {
    margin-top: 55px !important;
}

/* line 20873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-55 {
    margin-bottom: 55px !important;
}

/* line 20877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-60 {
    padding-top: 60px !important;
}

/* line 20881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-60 {
    padding-bottom: 60px !important;
}

/* line 20885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-60 {
    margin-top: 60px !important;
}

/* line 20889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-60 {
    margin-bottom: 60px !important;
}

/* line 20893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-65 {
    padding-top: 65px !important;
}

/* line 20897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-65 {
    padding-bottom: 65px !important;
}

/* line 20901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-65 {
    margin-top: 65px !important;
}

/* line 20905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-65 {
    margin-bottom: 65px !important;
}

/* line 20909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-70 {
    padding-top: 70px !important;
}

/* line 20913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-70 {
    padding-bottom: 70px !important;
}

/* line 20917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-70 {
    margin-top: 70px !important;
}

/* line 20921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-70 {
    margin-bottom: 70px !important;
}

/* line 20925, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-75 {
    padding-top: 75px !important;
}

/* line 20929, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-75 {
    padding-bottom: 75px !important;
}

/* line 20933, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-75 {
    margin-top: 75px !important;
}

/* line 20937, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-75 {
    margin-bottom: 75px !important;
}

/* line 20941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-80 {
    padding-top: 80px !important;
}

/* line 20945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-80 {
    padding-bottom: 80px !important;
}

/* line 20949, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-80 {
    margin-top: 80px !important;
}

/* line 20953, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-80 {
    margin-bottom: 80px !important;
}

/* line 20957, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-85 {
    padding-top: 85px !important;
}

/* line 20961, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-85 {
    padding-bottom: 85px !important;
}

/* line 20965, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-85 {
    margin-top: 85px !important;
}

/* line 20969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-85 {
    margin-bottom: 85px !important;
}

/* line 20973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-90 {
    padding-top: 90px !important;
}

/* line 20977, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-90 {
    padding-bottom: 90px !important;
}

/* line 20981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-90 {
    margin-top: 90px !important;
}

/* line 20985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-90 {
    margin-bottom: 90px !important;
}

/* line 20989, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-95 {
    padding-top: 95px !important;
}

/* line 20993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-95 {
    padding-bottom: 95px !important;
}

/* line 20997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-95 {
    margin-top: 95px !important;
}

/* line 21001, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-95 {
    margin-bottom: 95px !important;
}

/* line 21005, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-100 {
    padding-top: 100px !important;
}

/* line 21009, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-100 {
    padding-bottom: 100px !important;
}

/* line 21013, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-100 {
    margin-top: 100px !important;
}

/* line 21017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-100 {
    margin-bottom: 100px !important;
}

/* line 21021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-105 {
    padding-top: 105px !important;
}

/* line 21025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-105 {
    padding-bottom: 105px !important;
}

/* line 21029, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-105 {
    margin-top: 105px !important;
}

/* line 21033, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-105 {
    margin-bottom: 105px !important;
}

/* line 21037, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-110 {
    padding-top: 110px !important;
}

/* line 21041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-110 {
    padding-bottom: 110px !important;
}

/* line 21045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-110 {
    margin-top: 110px !important;
}

/* line 21049, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-110 {
    margin-bottom: 110px !important;
}

/* line 21053, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-115 {
    padding-top: 115px !important;
}

/* line 21057, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-115 {
    padding-bottom: 115px !important;
}

/* line 21061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-115 {
    margin-top: 115px !important;
}

/* line 21065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-115 {
    margin-bottom: 115px !important;
}

/* line 21069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-120 {
    padding-top: 120px !important;
}

/* line 21073, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-120 {
    padding-bottom: 120px !important;
}

/* line 21077, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-120 {
    margin-top: 120px !important;
}

/* line 21081, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-120 {
    margin-bottom: 120px !important;
}

/* line 21085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-125 {
    padding-top: 125px !important;
}

/* line 21089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-125 {
    padding-bottom: 125px !important;
}

/* line 21093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-125 {
    margin-top: 125px !important;
}

/* line 21097, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-125 {
    margin-bottom: 125px !important;
}

/* line 21101, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-130 {
    padding-top: 130px !important;
}

/* line 21105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-130 {
    padding-bottom: 130px !important;
}

/* line 21109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-130 {
    margin-top: 130px !important;
}

/* line 21113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-130 {
    margin-bottom: 130px !important;
}

/* line 21117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-135 {
    padding-top: 135px !important;
}

/* line 21121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-135 {
    padding-bottom: 135px !important;
}

/* line 21125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-135 {
    margin-top: 135px !important;
}

/* line 21129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-135 {
    margin-bottom: 135px !important;
}

/* line 21133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-140 {
    padding-top: 140px !important;
}

/* line 21137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-140 {
    padding-bottom: 140px !important;
}

/* line 21141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-140 {
    margin-top: 140px !important;
}

/* line 21145, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-140 {
    margin-bottom: 140px !important;
}

/* line 21149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-145 {
    padding-top: 145px !important;
}

/* line 21153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-145 {
    padding-bottom: 145px !important;
}

/* line 21157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-145 {
    margin-top: 145px !important;
}

/* line 21161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-145 {
    margin-bottom: 145px !important;
}

/* line 21165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-150 {
    padding-top: 150px !important;
}

/* line 21169, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-150 {
    padding-bottom: 150px !important;
}

/* line 21173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-150 {
    margin-top: 150px !important;
}

/* line 21177, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-150 {
    margin-bottom: 150px !important;
}

/* line 21181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-155 {
    padding-top: 155px !important;
}

/* line 21185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-155 {
    padding-bottom: 155px !important;
}

/* line 21189, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-155 {
    margin-top: 155px !important;
}

/* line 21193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-155 {
    margin-bottom: 155px !important;
}

/* line 21197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-160 {
    padding-top: 160px !important;
}

/* line 21201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-160 {
    padding-bottom: 160px !important;
}

/* line 21205, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-160 {
    margin-top: 160px !important;
}

/* line 21209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-160 {
    margin-bottom: 160px !important;
}

/* line 21213, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-165 {
    padding-top: 165px !important;
}

/* line 21217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-165 {
    padding-bottom: 165px !important;
}

/* line 21221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-165 {
    margin-top: 165px !important;
}

/* line 21225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-165 {
    margin-bottom: 165px !important;
}

/* line 21229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-170 {
    padding-top: 170px !important;
}

/* line 21233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-170 {
    padding-bottom: 170px !important;
}

/* line 21237, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-170 {
    margin-top: 170px !important;
}

/* line 21241, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-170 {
    margin-bottom: 170px !important;
}

/* line 21245, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-175 {
    padding-top: 175px !important;
}

/* line 21249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-175 {
    padding-bottom: 175px !important;
}

/* line 21253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-175 {
    margin-top: 175px !important;
}

/* line 21257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-175 {
    margin-bottom: 175px !important;
}

/* line 21261, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-180 {
    padding-top: 180px !important;
}

/* line 21265, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-180 {
    padding-bottom: 180px !important;
}

/* line 21269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-180 {
    margin-top: 180px !important;
}

/* line 21273, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-180 {
    margin-bottom: 180px !important;
}

/* line 21277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-185 {
    padding-top: 185px !important;
}

/* line 21281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-185 {
    padding-bottom: 185px !important;
}

/* line 21285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-185 {
    margin-top: 185px !important;
}

/* line 21289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-185 {
    margin-bottom: 185px !important;
}

/* line 21293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-190 {
    padding-top: 190px !important;
}

/* line 21297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-190 {
    padding-bottom: 190px !important;
}

/* line 21301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-190 {
    margin-top: 190px !important;
}

/* line 21305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-190 {
    margin-bottom: 190px !important;
}

/* line 21309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-195 {
    padding-top: 195px !important;
}

/* line 21313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-195 {
    padding-bottom: 195px !important;
}

/* line 21317, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-195 {
    margin-top: 195px !important;
}

/* line 21321, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-195 {
    margin-bottom: 195px !important;
}

/* line 21325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-200 {
    padding-top: 200px !important;
}

/* line 21329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-200 {
    padding-bottom: 200px !important;
}

/* line 21333, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-200 {
    margin-top: 200px !important;
}

/* line 21337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-200 {
    margin-bottom: 200px !important;
}

/* line 21341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-205 {
    padding-top: 205px !important;
}

/* line 21345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-205 {
    padding-bottom: 205px !important;
}

/* line 21349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-205 {
    margin-top: 205px !important;
}

/* line 21353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-205 {
    margin-bottom: 205px !important;
}

/* line 21357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-210 {
    padding-top: 210px !important;
}

/* line 21361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-210 {
    padding-bottom: 210px !important;
}

/* line 21365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-210 {
    margin-top: 210px !important;
}

/* line 21369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-210 {
    margin-bottom: 210px !important;
}

/* line 21373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-215 {
    padding-top: 215px !important;
}

/* line 21377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-215 {
    padding-bottom: 215px !important;
}

/* line 21381, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-215 {
    margin-top: 215px !important;
}

/* line 21385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-215 {
    margin-bottom: 215px !important;
}

/* line 21389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-220 {
    padding-top: 220px !important;
}

/* line 21393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-220 {
    padding-bottom: 220px !important;
}

/* line 21397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-220 {
    margin-top: 220px !important;
}

/* line 21401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-220 {
    margin-bottom: 220px !important;
}

/* line 21405, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-225 {
    padding-top: 225px !important;
}

/* line 21409, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-225 {
    padding-bottom: 225px !important;
}

/* line 21413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-225 {
    margin-top: 225px !important;
}

/* line 21417, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-225 {
    margin-bottom: 225px !important;
}

/* line 21421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-230 {
    padding-top: 230px !important;
}

/* line 21425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-230 {
    padding-bottom: 230px !important;
}

/* line 21429, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-230 {
    margin-top: 230px !important;
}

/* line 21433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-230 {
    margin-bottom: 230px !important;
}

/* line 21437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-235 {
    padding-top: 235px !important;
}

/* line 21441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-235 {
    padding-bottom: 235px !important;
}

/* line 21445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-235 {
    margin-top: 235px !important;
}

/* line 21449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-235 {
    margin-bottom: 235px !important;
}

/* line 21453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-240 {
    padding-top: 240px !important;
}

/* line 21457, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-240 {
    padding-bottom: 240px !important;
}

/* line 21461, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-240 {
    margin-top: 240px !important;
}

/* line 21465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-240 {
    margin-bottom: 240px !important;
}

/* line 21469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-245 {
    padding-top: 245px !important;
}

/* line 21473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-245 {
    padding-bottom: 245px !important;
}

/* line 21477, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-245 {
    margin-top: 245px !important;
}

/* line 21481, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-245 {
    margin-bottom: 245px !important;
}

/* line 21485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-250 {
    padding-top: 250px !important;
}

/* line 21489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-250 {
    padding-bottom: 250px !important;
}

/* line 21493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-250 {
    margin-top: 250px !important;
}

/* line 21497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-250 {
    margin-bottom: 250px !important;
}

/* line 21501, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-255 {
    padding-top: 255px !important;
}

/* line 21505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-255 {
    padding-bottom: 255px !important;
}

/* line 21509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-255 {
    margin-top: 255px !important;
}

/* line 21513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-255 {
    margin-bottom: 255px !important;
}

/* line 21517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-260 {
    padding-top: 260px !important;
}

/* line 21521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-260 {
    padding-bottom: 260px !important;
}

/* line 21525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-260 {
    margin-top: 260px !important;
}

/* line 21529, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-260 {
    margin-bottom: 260px !important;
}

/* line 21533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-265 {
    padding-top: 265px !important;
}

/* line 21537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-265 {
    padding-bottom: 265px !important;
}

/* line 21541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-265 {
    margin-top: 265px !important;
}

/* line 21545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-265 {
    margin-bottom: 265px !important;
}

/* line 21549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-270 {
    padding-top: 270px !important;
}

/* line 21553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-270 {
    padding-bottom: 270px !important;
}

/* line 21557, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-270 {
    margin-top: 270px !important;
}

/* line 21561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-270 {
    margin-bottom: 270px !important;
}

/* line 21565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-275 {
    padding-top: 275px !important;
}

/* line 21569, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-275 {
    padding-bottom: 275px !important;
}

/* line 21573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-275 {
    margin-top: 275px !important;
}

/* line 21577, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-275 {
    margin-bottom: 275px !important;
}

/* line 21581, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-280 {
    padding-top: 280px !important;
}

/* line 21585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-280 {
    padding-bottom: 280px !important;
}

/* line 21589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-280 {
    margin-top: 280px !important;
}

/* line 21593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-280 {
    margin-bottom: 280px !important;
}

/* line 21597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-285 {
    padding-top: 285px !important;
}

/* line 21601, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-285 {
    padding-bottom: 285px !important;
}

/* line 21605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-285 {
    margin-top: 285px !important;
}

/* line 21609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-285 {
    margin-bottom: 285px !important;
}

/* line 21613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-behance] {
    background-color: #1769ff;
}

/* line 21617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-behance-square] {
    background-color: #1769ff;
}

/* line 21621, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-codepen] {
    background-color: #0ebeff;
}

/* line 21625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-deviantart] {
    background-color: #05cc47;
}

/* line 21629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-digg] {
    background-color: #005be2;
}

/* line 21633, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-dribbble] {
    background-color: #ea4c89;
}

/* line 21637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-facebook] {
    background-color: #3b5998;
}

/* line 21641, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-facebook-square] {
    background-color: #3b5998;
}

/* line 21645, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-flickr] {
    background-color: #0063dc;
}

/* line 21649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-github] {
    background-color: #4078c0;
}

/* line 21653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-google] {
    background-color: #4285f4;
}

/* line 21657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-google-plus] {
    background-color: #dd4b39;
}

/* line 21661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-instagram] {
    background-color: #405de6;
}

/* line 21665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-jsfiddle] {
    background-color: #0084FF;
}

/* line 21669, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-linkedin] {
    background-color: #0077b5;
}

/* line 21673, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-medium] {
    background-color: #00ab6c;
}

/* line 21677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-paypal] {
    background-color: #003087;
}

/* line 21681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-pinterest] {
    background-color: #bd081c;
}

/* line 21685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-pinterest-p] {
    background-color: #bd081c;
}

/* line 21689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-reddit] {
    background-color: #ff4500;
}

/* line 21693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-reddit-square] {
    background-color: #ff4500;
}

/* line 21697, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-skype] {
    background-color: #00aff0;
}

/* line 21701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-slack] {
    background-color: #6ecadc;
}

/* line 21705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-snapchat] {
    background-color: #fffc00;
}

/* line 21709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-soundcloud] {
    background-color: #ff8800;
}

/* line 21713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-spotify] {
    background-color: #1db954;
}

/* line 21717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-stack-overflow] {
    background-color: #f48024;
}

/* line 21721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-telegram] {
    background-color: #0088cc;
}

/* line 21725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-trello] {
    background-color: #0079bf;
}

/* line 21729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-tumblr] {
    background-color: #35465c;
}

/* line 21733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-twitch] {
    background-color: #6441a5;
}

/* line 21737, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-twitter] {
    background-color: #1da1f2;
}

/* line 21741, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-twitter-square] {
    background-color: #1da1f2;
}

/* line 21745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-vimeo] {
    background-color: #1ab7ea;
}

/* line 21749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-wordpress] {
    background-color: #21759b;
}

/* line 21753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-youtube] {
    background-color: #ff0000;
}

/* line 21757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded [class*=fa-youtube-play] {
    background-color: #ff0000;
}

/* line 21761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-behance] {
    color: #1769ff;
}

/* line 21765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-behance-square] {
    color: #1769ff;
}

/* line 21769, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-codepen] {
    color: #0ebeff;
}

/* line 21773, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-deviantart] {
    color: #05cc47;
}

/* line 21777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-digg] {
    color: #005be2;
}

/* line 21781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-dribbble] {
    color: #ea4c89;
}

/* line 21785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-facebook] {
    color: #3b5998;
}

/* line 21789, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-facebook-square] {
    color: #3b5998;
}

/* line 21793, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-flickr] {
    color: #0063dc;
}

/* line 21797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-github] {
    color: #4078c0;
}

/* line 21801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-google] {
    color: #4285f4;
}

/* line 21805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-google-plus] {
    color: #dd4b39;
}

/* line 21809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-instagram] {
    color: #405de6;
}

/* line 21813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-jsfiddle] {
    color: #0084FF;
}

/* line 21817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-linkedin] {
    color: #0077b5;
}

/* line 21821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-medium] {
    color: #00ab6c;
}

/* line 21825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-paypal] {
    color: #003087;
}

/* line 21829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-pinterest] {
    color: #bd081c;
}

/* line 21833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-pinterest-p] {
    color: #bd081c;
}

/* line 21837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-reddit] {
    color: #ff4500;
}

/* line 21841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-reddit-square] {
    color: #ff4500;
}

/* line 21845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-skype] {
    color: #00aff0;
}

/* line 21849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-slack] {
    color: #6ecadc;
}

/* line 21853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-snapchat] {
    color: #fffc00;
}

/* line 21857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-soundcloud] {
    color: #ff8800;
}

/* line 21861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-spotify] {
    color: #1db954;
}

/* line 21865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-stack-overflow] {
    color: #f48024;
}

/* line 21869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-telegram] {
    color: #0088cc;
}

/* line 21873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-trello] {
    color: #0079bf;
}

/* line 21877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-tumblr] {
    color: #35465c;
}

/* line 21881, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-twitch] {
    color: #6441a5;
}

/* line 21885, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-twitter] {
    color: #1da1f2;
}

/* line 21889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-twitter-square] {
    color: #1da1f2;
}

/* line 21893, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-vimeo] {
    color: #1ab7ea;
}

/* line 21897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-wordpress] {
    color: #21759b;
}

/* line 21901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-youtube] {
    color: #ff0000;
}

/* line 21905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.branded-text [class*=fa-youtube-play] {
    color: #ff0000;
}

/* line 21909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.overflow-hidden {
    overflow: hidden !important;
}

/* line 21913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.overflow-visible {
    overflow: visible !important;
}

/* line 21917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.star-rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 21922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.star-rating li {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    color: #ffcc00;
    letter-spacing: 0.1em;
    margin: 0;
}

/* line 21930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.star-rating.square li {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    background-color: #ff7a4b;
}

/* line 21944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.star-rating.square.sm li {
    width: 13px;
    height: 13px;
    font-size: 8px;
}

/* line 21950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.liquid-overlay-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
}

/* line 21960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.add-dropcap:first-letter {
    float: left;
    margin-right: 0.1em;
    font-size: 4em;
    line-height: 0.75em;
    font-weight: 700;
    color: #000;
}

/* line 21969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* line 21978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fullheight {
    min-height: 100vh;
}

/* line 21981, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.is-ie .fullheight {
    height: 100vh;
}

/* line 21985, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
[data-hover3d=true] [data-stacking-factor] {
    -webkit-transition: none;
    transition: none;
}

/* line 21990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 21998, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.perspective {
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

/* line 22003, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.will-change {
    will-change: transform, opacity;
}

/* line 22007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.transition-none {
    -webkit-transition: none !important;
    transition: none !important;
}

/* line 22012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-index-1 {
    z-index: 1;
}

/* line 22016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-index-2 {
    z-index: 2;
}

/* line 22020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-index-3 {
    z-index: 3;
}

/* line 22024, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-index-4 {
    z-index: 4;
}

/* line 22028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.z-index-5 {
    z-index: 5;
}

/* line 22032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pos-rel {
    position: relative;
}

/* line 22036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pos-abs {
    position: absolute !important;
}

/* line 22040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pos-fix {
    position: fixed !important;
}

/* line 22044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pos-stc {
    position: static !important;
}

/* line 22048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-gray {
    border: 1px solid #ddd;
}

/* line 22052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-athens-gray {
    border: 1px solid #E8E9F1;
}

/* line 22056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-light {
    border-bottom: 1px solid #ebedf6;
}

/* line 22060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-005 {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 22064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-005 {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-005 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 22072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-005 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 22076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-005 {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 22080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-005 {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 22084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-005 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-005 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-005 {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-005 {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-01 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 22104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-01 {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 22108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-01 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 22112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-01 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 22116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-01 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 22120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-01 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 22124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-01 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 22128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-01 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 22132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-01 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 22136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-01 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 22140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-015 {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 22144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-015 {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 22148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-015 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 22152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-015 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 22156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-015 {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 22160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-015 {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 22164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-015 {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 22168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-015 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 22172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-015 {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 22176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-015 {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 22180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-02 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 22184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-02 {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 22188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-02 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 22192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-02 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 22196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-02 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 22200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-02 {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 22204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-02 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 22208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-02 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 22212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-02 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 22216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-02 {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 22220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-025 {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 22224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-025 {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 22228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-025 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 22232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-025 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 22236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-025 {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 22240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-025 {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 22244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-025 {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 22248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-025 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 22252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-025 {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 22256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-025 {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 22260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-03 {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 22264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-03 {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 22268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-03 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 22272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-03 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 22276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-03 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 22280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-03 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 22284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-03 {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 22288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-03 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 22292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-03 {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 22296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-03 {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 22300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-035 {
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* line 22304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-035 {
    border: 1px solid rgba(0, 0, 0, 0.35);
}

/* line 22308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-035 {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

/* line 22312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-035 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

/* line 22316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-035 {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

/* line 22320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-035 {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

/* line 22324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-035 {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
}

/* line 22328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-035 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

/* line 22332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-035 {
    border-right: 1px solid rgba(0, 0, 0, 0.35);
}

/* line 22336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-035 {
    border-left: 1px solid rgba(0, 0, 0, 0.35);
}

/* line 22340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-04 {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 22344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-04 {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 22348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-04 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 22352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-04 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 22356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-04 {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 22360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-04 {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 22364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-04 {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 22368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-04 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 22372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-04 {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 22376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-04 {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
}

/* line 22380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-045 {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 22384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-045 {
    border: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 22388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-045 {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 22392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-045 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 22396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-045 {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 22400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-045 {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
}

/* line 22404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-045 {
    border-top: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 22408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-045 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 22412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-045 {
    border-right: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 22416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-045 {
    border-left: 1px solid rgba(0, 0, 0, 0.45);
}

/* line 22420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-05 {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-05 {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 22428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-05 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-05 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-05 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-05 {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-05 {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 22448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-05 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 22452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-05 {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 22456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-05 {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 22460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-055 {
    border: 1px solid rgba(255, 255, 255, 0.55);
}

/* line 22464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-055 {
    border: 1px solid rgba(0, 0, 0, 0.55);
}

/* line 22468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-055 {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

/* line 22472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-055 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

/* line 22476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-055 {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
}

/* line 22480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-055 {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}

/* line 22484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-055 {
    border-top: 1px solid rgba(0, 0, 0, 0.55);
}

/* line 22488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-055 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}

/* line 22492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-055 {
    border-right: 1px solid rgba(0, 0, 0, 0.55);
}

/* line 22496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-055 {
    border-left: 1px solid rgba(0, 0, 0, 0.55);
}

/* line 22500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-06 {
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 22504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-06 {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 22508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-06 {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 22512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-06 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 22516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-06 {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 22520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-06 {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 22524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-06 {
    border-top: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 22528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-06 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 22532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-06 {
    border-right: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 22536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-06 {
    border-left: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 22540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-065 {
    border: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 22544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-065 {
    border: 1px solid rgba(0, 0, 0, 0.65);
}

/* line 22548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-065 {
    border-top: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 22552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-065 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 22556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-065 {
    border-right: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 22560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-065 {
    border-left: 1px solid rgba(255, 255, 255, 0.65);
}

/* line 22564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-065 {
    border-top: 1px solid rgba(0, 0, 0, 0.65);
}

/* line 22568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-065 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}

/* line 22572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-065 {
    border-right: 1px solid rgba(0, 0, 0, 0.65);
}

/* line 22576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-065 {
    border-left: 1px solid rgba(0, 0, 0, 0.65);
}

/* line 22580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-07 {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-07 {
    border: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 22588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-07 {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-07 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-07 {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-07 {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-07 {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 22608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-07 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 22612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-07 {
    border-right: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 22616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-07 {
    border-left: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 22620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-075 {
    border: 1px solid rgba(255, 255, 255, 0.75);
}

/* line 22624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-075 {
    border: 1px solid rgba(0, 0, 0, 0.75);
}

/* line 22628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-075 {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
}

/* line 22632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-075 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

/* line 22636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-075 {
    border-right: 1px solid rgba(255, 255, 255, 0.75);
}

/* line 22640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-075 {
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

/* line 22644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-075 {
    border-top: 1px solid rgba(0, 0, 0, 0.75);
}

/* line 22648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-075 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

/* line 22652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-075 {
    border-right: 1px solid rgba(0, 0, 0, 0.75);
}

/* line 22656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-075 {
    border-left: 1px solid rgba(0, 0, 0, 0.75);
}

/* line 22660, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-08 {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 22664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-08 {
    border: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 22668, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-08 {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 22672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-08 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 22676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-08 {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 22680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-08 {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 22684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-08 {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 22688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-08 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 22692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-08 {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 22696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-08 {
    border-left: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 22700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-white-085 {
    border: 1px solid rgba(255, 255, 255, 0.85);
}

/* line 22704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-fade-black-085 {
    border: 1px solid rgba(0, 0, 0, 0.85);
}

/* line 22708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-white-085 {
    border-top: 1px solid rgba(255, 255, 255, 0.85);
}

/* line 22712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-white-085 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

/* line 22716, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-white-085 {
    border-right: 1px solid rgba(255, 255, 255, 0.85);
}

/* line 22720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-white-085 {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
}

/* line 22724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bt-fade-black-085 {
    border-top: 1px solid rgba(0, 0, 0, 0.85);
}

/* line 22728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-fade-black-085 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}

/* line 22732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.br-fade-black-085 {
    border-right: 1px solid rgba(0, 0, 0, 0.85);
}

/* line 22736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bl-fade-black-085 {
    border-left: 1px solid rgba(0, 0, 0, 0.85);
}

/* line 22740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bb-gray {
    border-bottom: 1px solid #edecec;
}

/* line 22744, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-color-white {
    border-color: #fff;
}

/* line 22748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-color-primary {
    border-color: var(--color-primary);
}

/* line 22752, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-color-secondary {
    border-color: var(--color-secondary);
}

/* line 22756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-none {
    border: none !important;
}

/* line 22760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bordered-section-white {
    border: 2vw solid #fff;
}

/* line 22764, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bordered-section-white-3vw {
    border: 3vw solid #fff;
}

/* line 22768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-1 {
    border-width: 1px;
}

/* line 22772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-2 {
    border-width: 2px;
}

/* line 22776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-3 {
    border-width: 3px;
}

/* line 22780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-4 {
    border-width: 4px;
}

/* line 22784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-5 {
    border-width: 5px;
}

/* line 22788, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-6 {
    border-width: 6px;
}

/* line 22792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-7 {
    border-width: 7px;
}

/* line 22796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-8 {
    border-width: 8px;
}

/* line 22800, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-width-9 {
    border-width: 9px;
}

/* line 22804, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-0 {
    border-radius: 0px !important;
}

/* line 22808, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-1 {
    border-radius: 1px !important;
}

/* line 22812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-2 {
    border-radius: 2px !important;
}

/* line 22816, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-3 {
    border-radius: 3px !important;
}

/* line 22820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-4 {
    border-radius: 4px !important;
}

/* line 22824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-5 {
    border-radius: 5px !important;
}

/* line 22828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-6 {
    border-radius: 6px !important;
}

/* line 22832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-7 {
    border-radius: 7px !important;
}

/* line 22836, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-8 {
    border-radius: 8px !important;
}

/* line 22840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-9 {
    border-radius: 9px !important;
}

/* line 22844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-10 {
    border-radius: 10px !important;
}

/* line 22848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-11 {
    border-radius: 11px !important;
}

/* line 22852, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-12 {
    border-radius: 12px !important;
}

/* line 22856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-13 {
    border-radius: 13px !important;
}

/* line 22860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-14 {
    border-radius: 14px !important;
}

/* line 22864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-15 {
    border-radius: 15px !important;
}

/* line 22868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-16 {
    border-radius: 16px !important;
}

/* line 22872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-17 {
    border-radius: 17px !important;
}

/* line 22876, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-18 {
    border-radius: 18px !important;
}

/* line 22880, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-19 {
    border-radius: 19px !important;
}

/* line 22884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-20 {
    border-radius: 20px !important;
}

/* line 22888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-21 {
    border-radius: 21px !important;
}

/* line 22892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-22 {
    border-radius: 22px !important;
}

/* line 22896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-23 {
    border-radius: 23px !important;
}

/* line 22900, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-24 {
    border-radius: 24px !important;
}

/* line 22904, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.border-radius-25 {
    border-radius: 25px !important;
}

/* line 22908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.semi-round {
    border-radius: 2px;
}

/* line 22912, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.round {
    border-radius: 4px;
}

/* line 22916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.circle {
    border-radius: 50em;
}

/* line 22920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-5 {
    width: 5% !important;
}

/* line 22924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-10 {
    width: 10% !important;
}

/* line 22928, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-15 {
    width: 15% !important;
}

/* line 22932, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-20 {
    width: 20% !important;
}

/* line 22936, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-25 {
    width: 25% !important;
}

/* line 22940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-30 {
    width: 30% !important;
}

/* line 22944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-35 {
    width: 35% !important;
}

/* line 22948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-40 {
    width: 40% !important;
}

/* line 22952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-45 {
    width: 45% !important;
}

/* line 22956, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-50 {
    width: 50% !important;
}

/* line 22960, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-55 {
    width: 55% !important;
}

/* line 22964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-60 {
    width: 60% !important;
}

/* line 22968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-65 {
    width: 65% !important;
}

/* line 22972, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-70 {
    width: 70% !important;
}

/* line 22976, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-75 {
    width: 75% !important;
}

/* line 22980, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-80 {
    width: 80% !important;
}

/* line 22984, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-85 {
    width: 85% !important;
}

/* line 22988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-90 {
    width: 90% !important;
}

/* line 22992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-95 {
    width: 95% !important;
}

/* line 22996, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-100 {
    width: 100% !important;
}

/* line 23000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-105 {
    width: 105% !important;
}

/* line 23004, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-110 {
    width: 110% !important;
}

/* line 23008, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-115 {
    width: 115% !important;
}

/* line 23012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-120 {
    width: 120% !important;
}

/* line 23016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-125 {
    width: 125% !important;
}

/* line 23020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-130 {
    width: 130% !important;
}

/* line 23024, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-135 {
    width: 135% !important;
}

/* line 23028, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-140 {
    width: 140% !important;
}

/* line 23032, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-145 {
    width: 145% !important;
}

/* line 23036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-150 {
    width: 150% !important;
}

/* line 23040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-155 {
    width: 155% !important;
}

/* line 23044, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-160 {
    width: 160% !important;
}

/* line 23048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-165 {
    width: 165% !important;
}

/* line 23052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-170 {
    width: 170% !important;
}

/* line 23056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-175 {
    width: 175% !important;
}

/* line 23060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-180 {
    width: 180% !important;
}

/* line 23064, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-185 {
    width: 185% !important;
}

/* line 23068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-190 {
    width: 190% !important;
}

/* line 23072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-195 {
    width: 195% !important;
}

/* line 23076, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.w-200 {
    width: 200% !important;
}

/* line 23080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-5 {
    padding-top: 5%;
}

/* line 23084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-5 {
    height: 5%;
}

/* line 23088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-10 {
    padding-top: 10%;
}

/* line 23092, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-10 {
    height: 10%;
}

/* line 23096, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-15 {
    padding-top: 15%;
}

/* line 23100, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-15 {
    height: 15%;
}

/* line 23104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-20 {
    padding-top: 20%;
}

/* line 23108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-20 {
    height: 20%;
}

/* line 23112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-25 {
    padding-top: 25%;
}

/* line 23116, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-25 {
    height: 25%;
}

/* line 23120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-30 {
    padding-top: 30%;
}

/* line 23124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-30 {
    height: 30%;
}

/* line 23128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-35 {
    padding-top: 35%;
}

/* line 23132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-35 {
    height: 35%;
}

/* line 23136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-40 {
    padding-top: 40%;
}

/* line 23140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-40 {
    height: 40%;
}

/* line 23144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-45 {
    padding-top: 45%;
}

/* line 23148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-45 {
    height: 45%;
}

/* line 23152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-50 {
    padding-top: 50%;
}

/* line 23156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-50 {
    height: 50%;
}

/* line 23160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-55 {
    padding-top: 55%;
}

/* line 23164, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-55 {
    height: 55%;
}

/* line 23168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-60 {
    padding-top: 60%;
}

/* line 23172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-60 {
    height: 60%;
}

/* line 23176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-65 {
    padding-top: 65%;
}

/* line 23180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-65 {
    height: 65%;
}

/* line 23184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-70 {
    padding-top: 70%;
}

/* line 23188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-70 {
    height: 70%;
}

/* line 23192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-75 {
    padding-top: 75%;
}

/* line 23196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-75 {
    height: 75%;
}

/* line 23200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-80 {
    padding-top: 80%;
}

/* line 23204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-80 {
    height: 80%;
}

/* line 23208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-85 {
    padding-top: 85%;
}

/* line 23212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-85 {
    height: 85%;
}

/* line 23216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-90 {
    padding-top: 90%;
}

/* line 23220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-90 {
    height: 90%;
}

/* line 23224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-95 {
    padding-top: 95%;
}

/* line 23228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-95 {
    height: 95%;
}

/* line 23232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-100 {
    padding-top: 100%;
}

/* line 23236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-100 {
    height: 100%;
}

/* line 23240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-105 {
    padding-top: 105%;
}

/* line 23244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-105 {
    height: 105%;
}

/* line 23248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-110 {
    padding-top: 110%;
}

/* line 23252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-110 {
    height: 110%;
}

/* line 23256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-115 {
    padding-top: 115%;
}

/* line 23260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-115 {
    height: 115%;
}

/* line 23264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-120 {
    padding-top: 120%;
}

/* line 23268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-120 {
    height: 120%;
}

/* line 23272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-125 {
    padding-top: 125%;
}

/* line 23276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-125 {
    height: 125%;
}

/* line 23280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-130 {
    padding-top: 130%;
}

/* line 23284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-130 {
    height: 130%;
}

/* line 23288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-135 {
    padding-top: 135%;
}

/* line 23292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-135 {
    height: 135%;
}

/* line 23296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-140 {
    padding-top: 140%;
}

/* line 23300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-140 {
    height: 140%;
}

/* line 23304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-145 {
    padding-top: 145%;
}

/* line 23308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-145 {
    height: 145%;
}

/* line 23312, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-150 {
    padding-top: 150%;
}

/* line 23316, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-150 {
    height: 150%;
}

/* line 23320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-155 {
    padding-top: 155%;
}

/* line 23324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-155 {
    height: 155%;
}

/* line 23328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-160 {
    padding-top: 160%;
}

/* line 23332, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-160 {
    height: 160%;
}

/* line 23336, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-165 {
    padding-top: 165%;
}

/* line 23340, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-165 {
    height: 165%;
}

/* line 23344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-170 {
    padding-top: 170%;
}

/* line 23348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-170 {
    height: 170%;
}

/* line 23352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-175 {
    padding-top: 175%;
}

/* line 23356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-175 {
    height: 175%;
}

/* line 23360, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-180 {
    padding-top: 180%;
}

/* line 23364, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-180 {
    height: 180%;
}

/* line 23368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-185 {
    padding-top: 185%;
}

/* line 23372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-185 {
    height: 185%;
}

/* line 23376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-190 {
    padding-top: 190%;
}

/* line 23380, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-190 {
    height: 190%;
}

/* line 23384, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-195 {
    padding-top: 195%;
}

/* line 23388, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-195 {
    height: 195%;
}

/* line 23392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-pt-200 {
    padding-top: 200%;
}

/* line 23396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.h-200 {
    height: 200%;
}

/* line 23400, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.fullheight {
    min-height: 100vh;
}

/* line 23404, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-primary {
    background-color: var(--color-primary) !important;
}

/* line 23408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-secondary {
    background-color: var(--color-secondary) !important;
}

/* line 23412, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-transparent {
    background-color: transparent !important;
}

/* line 23416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-white {
    background-color: #fff !important;
}

/* line 23420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-black {
    background-color: #000 !important;
}

/* line 23424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gray {
    background-color: #f4f5f8 !important;
}

/* line 23428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gray-2 {
    background-color: #fafafa !important;
}

/* line 23432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gray-3 {
    background-color: #f1f1f1 !important;
}

/* line 23436, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-light {
    background: #f7f8fb !important;
}

/* line 23440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-dark {
    background: #212121 !important;
}

/* line 23444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-mirage {
    background: #181b31 !important;
}

/* line 23448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-vulcan {
    background: #141622 !important;
}

/* line 23452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-charade {
    background: #2D323D !important;
}

/* line 23456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-tundora {
    background: #40383C !important;
}

/* line 23460, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-shark {
    background: #27282a !important;
}

/* line 23464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gigas {
    background: #4439a9 !important;
}

/* line 23468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-athens-gray {
    background: #F8F9FA !important;
}

/* line 23472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-ebony-clay {
    background: #252c42 !important;
}

/* line 23476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-link-water {
    background: #DCE9F6 !important;
}

/* line 23480, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-swans-down {
    background: #dbf1f1 !important;
}

/* line 23484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-old-lace {
    background: #fcece1 !important;
}

/* line 23488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-woodsmoke {
    background: #0e0f14 !important;
}

/* line 23492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-cape-cod {
    background: #343535 !important;
}

/* line 23496, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-zircon {
    background: #f8faff !important;
}

/* line 23500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-005 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* line 23504, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-005 {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 23508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-01 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 23512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-015 {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

/* line 23520, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-015 {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 23524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-02 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 23528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-02 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-025 {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

/* line 23536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-025 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

/* line 23540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-03 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 23544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-03 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23548, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-035 {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

/* line 23552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-035 {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

/* line 23556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-04 {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 23560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-04 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-045 {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

/* line 23568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-045 {
    background-color: rgba(255, 255, 255, 0.45) !important;
}

/* line 23572, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-05 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 23576, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-05 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-055 {
    background-color: rgba(0, 0, 0, 0.55) !important;
}

/* line 23584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-055 {
    background-color: rgba(255, 255, 255, 0.55) !important;
}

/* line 23588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-06 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 23592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-06 {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-065 {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

/* line 23600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-065 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

/* line 23604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-07 {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 23608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 23612, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-075 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

/* line 23616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-075 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

/* line 23620, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-08 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 23624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-08 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 23628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-dark-085 {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

/* line 23632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-085 {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

/* line 23635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fade-white-095 {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

/* line 23639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-secondary:hover {
    background-color: var(--color-secondary) !important;
}

/* line 23643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-secondary:hover {
    background-color: var(--color-secondary) !important;
}

/* line 23647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-white:hover {
    background-color: #fff !important;
}

/* line 23651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-light:hover {
    background-color: #f7f8fb !important;
}

/* line 23655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-dark:hover {
    background-color: #212121 !important;
}

/* line 23659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-charade:hover {
    background-color: #2D323D !important;
}

/* line 23663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-hover-tundora:hover {
    background-color: #40383C !important;
}

/* line 23667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-lr {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-rl {
    background: -webkit-gradient(linear, right top, left top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-tb {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to bottom, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-bt {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to top, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23687, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-tl {
    background: -webkit-gradient(linear, right bottom, left top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to top left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23692, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-tr {
    background: -webkit-gradient(linear, left bottom, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to top right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23697, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-br {
    background: -webkit-gradient(linear, left top, right bottom, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to bottom right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-bl {
    background: -webkit-gradient(linear, right top, left bottom, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
    background: linear-gradient(to bottom left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}

/* line 23707, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-lr {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-rl {
    background: -webkit-gradient(linear, right top, left top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23717, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-tb {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to bottom, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-bt {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to top, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-tl {
    background: -webkit-gradient(linear, right bottom, left top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to top left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-tr {
    background: -webkit-gradient(linear, left bottom, right top, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to top right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23737, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-br {
    background: -webkit-gradient(linear, left top, right bottom, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to bottom right, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23742, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-secondary-bl {
    background: -webkit-gradient(linear, right top, left bottom, from(var(--color-gradient-start-secondary)), to(var(--color-gradient-stop-secondary))) !important;
    background: linear-gradient(to bottom left, var(--color-gradient-start-secondary) 0%, var(--color-gradient-stop-secondary) 100%) !important;
}

/* line 23747, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-lr {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23752, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-rl {
    background: -webkit-gradient(linear, right top, left top, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-tb {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to bottom, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-bt {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to top, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-tl {
    background: -webkit-gradient(linear, right bottom, left top, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to top left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-tr {
    background: -webkit-gradient(linear, left bottom, right top, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to top right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-br {
    background: -webkit-gradient(linear, left top, right bottom, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to bottom right, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-tertiary-bl {
    background: -webkit-gradient(linear, right top, left bottom, from(var(--color-gradient-start-tertiary)), to(var(--color-gradient-stop-tertiary))) !important;
    background: linear-gradient(to bottom left, var(--color-gradient-start-tertiary) 0%, var(--color-gradient-stop-tertiary) 100%) !important;
}

/* line 23787, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-black-transparent-tb {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
}

/* line 23792, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-black-transparent-bt {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
}

/* line 23797, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-black-transparent-lr {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
}

/* line 23802, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-black-transparent-rl {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
}

/* line 23807, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-cream {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff8f5), color-stop(50%, #ffffff));
    background: linear-gradient(180deg, #fff8f5 0%, #ffffff 50%);
}

/* line 23812, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-gradient-primary-35p {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(35%, var(--color-primary)), color-stop(35%, transparent));
    background: linear-gradient(to right, var(--color-primary) 0%, var(--color-primary) 35%, transparent 35%);
}

/* line 23817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-fixed {
    background-attachment: fixed;
}

/* line 23821, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-cover {
    background-size: cover !important;
}

/* line 23825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-contain {
    background-size: contain !important;
}

/* line 23829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-no-repeat {
    background-repeat: no-repeat !important;
}

/* line 23833, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-center {
    background-position: center !important;
}

/* line 23837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-left-center {
    background-position: left center !important;
}

/* line 23841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-left-top {
    background-position: left top !important;
}

/* line 23845, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-left-bottom {
    background-position: left bottom !important;
}

/* line 23849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-right-center {
    background-position: right center !important;
}

/* line 23853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-right-top {
    background-position: right top !important;
}

/* line 23857, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-right-bottom {
    background-position: right bottom !important;
}

/* line 23861, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-center-bottom {
    background-position: center bottom !important;
}

/* line 23865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-center-top {
    background-position: center top !important;
}

/* line 23869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.bg-none {
    background-image: none !important;
}

@media (max-width: 768px) {
    /* line 23874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .bg-sm-none {
        background-image: none !important;
    }
}

@media (max-width: 992px) {
    /* line 23879, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .bg-md-none {
        background-image: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 23884, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .bg-lg-none {
        background-image: none !important;
    }
}

/* line 23889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-01 {
    opacity: 0.1;
}

/* line 23892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-01 {
    opacity: 0.1 !important;
}

/* line 23896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-02 {
    opacity: 0.2;
}

/* line 23899, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-02 {
    opacity: 0.2 !important;
}

/* line 23903, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-03 {
    opacity: 0.3;
}

/* line 23906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-03 {
    opacity: 0.3 !important;
}

/* line 23910, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-04 {
    opacity: 0.4;
}

/* line 23913, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-04 {
    opacity: 0.4 !important;
}

/* line 23917, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-05 {
    opacity: 0.5;
}

/* line 23920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-05 {
    opacity: 0.5 !important;
}

/* line 23924, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-06 {
    opacity: 0.6;
}

/* line 23927, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-06 {
    opacity: 0.6 !important;
}

/* line 23931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-07 {
    opacity: 0.7;
}

/* line 23934, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-07 {
    opacity: 0.7 !important;
}

/* line 23938, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-08 {
    opacity: 0.8;
}

/* line 23941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-08 {
    opacity: 0.8 !important;
}

/* line 23945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-09 {
    opacity: 0.9;
}

/* line 23948, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-09 {
    opacity: 0.9 !important;
}

/* line 23952, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.opacity-1 {
    opacity: 1;
}

/* line 23955, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ld-pf-item:hover .opacity-1 {
    opacity: 1 !important;
}

/* line 23959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.reset-opacity-onhover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* line 23963, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.reset-opacity-onhover:hover {
    opacity: 1;
}

/* line 23967, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.box-shadow-1 {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

/* line 23971, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.box-shadow-2 {
    box-shadow: 0px 40px 90px 0px rgba(131, 0, 255, 0.2);
}

/*
 * Name:        One - Responsive Styles
 * Written by: 	LiquidThemes
 */
/*----------------------------------------
 [ TABLE OF CONTENTS ]

 1. BASE
		|- 1.1. Base
		|- 1.2. Header
		|- 1.3. Footer
		|- 1.4. Titlebar

	2. PAGE LAYOUTS
		|- 2.1. Header Side
		|- 2.3. Stack

	3. LIQUID SHORTCODES
		|- 3.1. Buttons
		|- 3.3. Accordions
		|- 3.4. Icon Boxes
		|- 3.5. Tabs
		|- 3.6. Subscribe Forms
		|- 3.9. Pricing Tables
		|- 3.10. Testimonials
		|- 3.11. Carousel
		|- 3.13. Latest Posts
		|- 3.14. Filter Lists
		|- 3.15. Fancy Boxes
		|- 3.19. Reservation Form
		|- 3.24. Instagram Feed
		|- 3.27. Image Groups
		|- 3.31. Masonry
		|- 3.33. Team Members
		|- 3.34. Portfolios
		|- 3.35. Blog
		|- 3.38. Liquid Fancy Heading
		|- 3.45. Shop Banner
		|- 3.48. Modal
		|- 3.50. Process Box
		|- 3.56. Roadmap
		|- 3.57. Countdown
		|- 3.62. Promo

	4. VC SHORTCODES
		|- 4.2. Column

	5. PARTIALS
		|- 5.4. Page Frame

-----------------------------------------*/
/*
  1. BASE
*/
/* 1.1. Base */
/* line 24030, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}

/* line 24034, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-flex-sides {
    justify-content: space-between;
    align-items: center;
}

/* line 24038, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-flex:before, .d-flex:after {
    content: none;
}

/* line 24042, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.dropdown-up .dropdown-menu {
    bottom: 100%;
    top: auto;
}

/* line 24048, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

/* line 24052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.d-inline-flex:before, .d-inline-flex:after {
    content: none;
}

/* line 24056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

/* line 24062, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

/* line 24068, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

/* line 24074, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

/* line 24080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-wrap {
    flex-wrap: wrap;
}

/* line 24084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.flex-nowrap {
    flex-wrap: nowrap;
}

/* line 24088, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

/* line 24093, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

/* line 24098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

/* line 24103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

/* line 24108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.justify-content-around {
    justify-content: space-around !important;
}

/* line 24112, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.align-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

/* line 24117, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.align-items-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

/* line 24122, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

/* line 24127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.align-items-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

/* line 24132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.align-items-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

@media (min-width: 768px) {
    /* line 24138, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-sm-flex {
        display: -webkit-box !important;
        display: flex !important;
    }

    /* line 24142, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-sm-flex:before, .d-sm-flex:after {
        content: none;
    }

    /* line 24146, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }

    /* line 24150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-sm-inline-flex:before, .d-sm-inline-flex:after {
        content: none;
    }

    /* line 24154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    /* line 24160, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 24166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    /* line 24172, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 24178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-wrap {
        flex-wrap: wrap;
    }

    /* line 24182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-sm-nowrap {
        flex-wrap: nowrap;
    }

    /* line 24186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 24191, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 24196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    /* line 24201, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 24206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    /* line 24210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-sm-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    /* line 24215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-sm-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    /* line 24220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-sm-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    /* line 24225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 24230, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 992px) {
    /* line 24236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-md-flex {
        display: -webkit-box !important;
        display: flex !important;
    }

    /* line 24240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-md-flex:before, .d-md-flex:after {
        content: none;
    }

    /* line 24244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }

    /* line 24248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-md-inline-flex:before, .d-md-inline-flex:after {
        content: none;
    }

    /* line 24252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    /* line 24258, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 24264, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    /* line 24270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 24276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-wrap {
        flex-wrap: wrap;
    }

    /* line 24280, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-md-nowrap {
        flex-wrap: nowrap;
    }

    /* line 24284, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 24289, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 24294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    /* line 24299, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 24304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-md-around {
        justify-content: space-around !important;
    }

    /* line 24308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-md-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    /* line 24313, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-md-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    /* line 24318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-md-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    /* line 24323, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 24328, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 1200px) {
    /* line 24334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-lg-flex {
        display: -webkit-box !important;
        display: flex !important;
    }

    /* line 24338, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-lg-flex:before, .d-lg-flex:after {
        content: none;
    }

    /* line 24342, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }

    /* line 24346, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-lg-inline-flex:before, .d-lg-inline-flex:after {
        content: none;
    }

    /* line 24350, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    /* line 24356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    /* line 24362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    /* line 24368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    /* line 24374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-wrap {
        flex-wrap: wrap;
    }

    /* line 24378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flex-lg-nowrap {
        flex-wrap: nowrap;
    }

    /* line 24382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    /* line 24387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    /* line 24392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    /* line 24397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    /* line 24402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    /* line 24406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-lg-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    /* line 24411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-lg-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    /* line 24416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-lg-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    /* line 24421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    /* line 24426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

/* line 24431, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-left {
    text-align: left !important;
}

/* line 24434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-left div.wpb_single_image {
    text-align: inherit;
}

/* line 24437, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-left .liquid-counter-element {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* line 24442, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-right {
    text-align: right !important;
}

/* line 24445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-right div.wpb_single_image {
    text-align: inherit;
}

/* line 24448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-right .liquid-counter-element {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* line 24453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center {
    text-align: center !important;
}

/* line 24456, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center div.wpb_single_image {
    text-align: inherit;
}

/* line 24459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.text-center .liquid-counter-element {
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    /* line 24465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-left {
        text-align: left !important;
    }

    /* line 24468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-left div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24471, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-left .liquid-counter-element {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 24476, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-right {
        text-align: right !important;
    }

    /* line 24479, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-right div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24482, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-right .liquid-counter-element {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 24487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-center {
        text-align: center !important;
    }

    /* line 24490, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-center div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-sm-center .liquid-counter-element {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    /* line 24499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-left {
        text-align: left !important;
    }

    /* line 24502, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-left div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-left .liquid-counter-element {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 24510, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-right {
        text-align: right !important;
    }

    /* line 24513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-right div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-right .liquid-counter-element {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 24521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-center {
        text-align: center !important;
    }

    /* line 24524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-center div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24527, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-md-center .liquid-counter-element {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    /* line 24533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-left {
        text-align: left !important;
    }

    /* line 24536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-left div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-left .liquid-counter-element {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    /* line 24544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-right {
        text-align: right !important;
    }

    /* line 24547, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-right div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-right .liquid-counter-element {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    /* line 24555, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-center {
        text-align: center !important;
    }

    /* line 24558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-center div.wpb_single_image {
        text-align: inherit;
    }

    /* line 24561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .text-lg-center .liquid-counter-element {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

/* line 24566, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-0 {
    margin: 0 !important;
}

/* line 24570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-0,
.my-0 {
    margin-top: 0 !important;
}

/* line 24575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

/* line 24580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

/* line 24585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

/* line 24590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-1 {
    margin: 0.25rem !important;
}

/* line 24594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

/* line 24599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

/* line 24604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

/* line 24609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

/* line 24614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-2 {
    margin: 0.5rem !important;
}

/* line 24618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

/* line 24623, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

/* line 24628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

/* line 24633, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

/* line 24638, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-3 {
    margin: 1rem !important;
}

/* line 24642, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

/* line 24647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

/* line 24652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

/* line 24657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

/* line 24662, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-4 {
    margin: 1.5rem !important;
}

/* line 24666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

/* line 24671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

/* line 24676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

/* line 24681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

/* line 24686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-5 {
    margin: 3rem !important;
}

/* line 24690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

/* line 24695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

/* line 24700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/* line 24705, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

/* line 24710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-6 {
    margin: 4.5rem !important;
}

/* line 24714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

/* line 24719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

/* line 24724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

/* line 24729, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

/* line 24734, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-7 {
    margin: 5rem !important;
}

/* line 24738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

/* line 24743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

/* line 24748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-7,
.mx-7 {
    margin-left: 5rem !important;
}

/* line 24753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-7,
.mx-7 {
    margin-right: 5rem !important;
}

/* line 24758, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-8 {
    margin: 5.5rem !important;
}

/* line 24762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-8,
.my-8 {
    margin-top: 5.5rem !important;
}

/* line 24767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-8,
.my-8 {
    margin-bottom: 5.5rem !important;
}

/* line 24772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-8,
.mx-8 {
    margin-left: 5.5rem !important;
}

/* line 24777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-8,
.mx-8 {
    margin-right: 5.5rem !important;
}

/* line 24782, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-9 {
    margin: 6rem !important;
}

/* line 24786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

/* line 24791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

/* line 24796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}

/* line 24801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}

/* line 24806, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-0 {
    padding: 0 !important;
}

/* line 24810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-0,
.py-0 {
    padding-top: 0 !important;
}

/* line 24815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

/* line 24820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-0,
.px-0 {
    padding-left: 0 !important;
}

/* line 24825, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-0,
.px-0 {
    padding-right: 0 !important;
}

/* line 24830, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-1 {
    padding: 0.25rem !important;
}

/* line 24834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

/* line 24839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

/* line 24844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

/* line 24849, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

/* line 24854, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-2 {
    padding: 0.5rem !important;
}

/* line 24858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

/* line 24863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

/* line 24868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

/* line 24873, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

/* line 24878, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-3 {
    padding: 1rem !important;
}

/* line 24882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

/* line 24887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

/* line 24892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

/* line 24897, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

/* line 24902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-4 {
    padding: 1.5rem !important;
}

/* line 24906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

/* line 24911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

/* line 24916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

/* line 24921, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

/* line 24926, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-5 {
    padding: 3rem !important;
}

/* line 24930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

/* line 24935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

/* line 24940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

/* line 24945, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

/* line 24950, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-6 {
    padding: 4.5rem !important;
}

/* line 24954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

/* line 24959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

/* line 24964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

/* line 24969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}

/* line 24974, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-7 {
    padding: 5rem !important;
}

/* line 24978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

/* line 24983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

/* line 24988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-7,
.px-7 {
    padding-left: 5rem !important;
}

/* line 24993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-7,
.px-7 {
    padding-right: 5rem !important;
}

/* line 24998, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-8 {
    padding: 5.5rem !important;
}

/* line 25002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-8,
.py-8 {
    padding-top: 5.5rem !important;
}

/* line 25007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-8,
.py-8 {
    padding-bottom: 5.5rem !important;
}

/* line 25012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-8,
.px-8 {
    padding-left: 5.5rem !important;
}

/* line 25017, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-8,
.px-8 {
    padding-right: 5.5rem !important;
}

/* line 25022, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.p-9 {
    padding: 6rem !important;
}

/* line 25026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

/* line 25031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

/* line 25036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pl-9,
.px-9 {
    padding-left: 6rem !important;
}

/* line 25041, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.pr-9,
.px-9 {
    padding-right: 6rem !important;
}

/* line 25046, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.m-auto {
    margin: auto !important;
}

/* line 25050, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mt-auto,
.my-auto {
    margin-top: auto !important;
}

/* line 25055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

@media (min-width: 768px) {
    /* line 25061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-0 {
        margin: 0 !important;
    }

    /* line 25065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    /* line 25070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    /* line 25075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    /* line 25080, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    /* line 25085, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-1 {
        margin: 0.25rem !important;
    }

    /* line 25089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    /* line 25094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 25099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    /* line 25104, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    /* line 25109, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-2 {
        margin: 0.5rem !important;
    }

    /* line 25113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    /* line 25118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 25123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    /* line 25128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    /* line 25133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-3 {
        margin: 1rem !important;
    }

    /* line 25137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    /* line 25142, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    /* line 25147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    /* line 25152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    /* line 25157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-4 {
        margin: 1.5rem !important;
    }

    /* line 25161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    /* line 25166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 25171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    /* line 25176, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    /* line 25181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-5 {
        margin: 3rem !important;
    }

    /* line 25185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    /* line 25190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    /* line 25195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    /* line 25200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    /* line 25205, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-6 {
        margin: 4.5rem !important;
    }

    /* line 25209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4.5rem !important;
    }

    /* line 25214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4.5rem !important;
    }

    /* line 25219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4.5rem !important;
    }

    /* line 25224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4.5rem !important;
    }

    /* line 25229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-7 {
        margin: 5rem !important;
    }

    /* line 25233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 5rem !important;
    }

    /* line 25238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 5rem !important;
    }

    /* line 25243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 5rem !important;
    }

    /* line 25248, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important;
    }

    /* line 25253, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-8 {
        margin: 5.5rem !important;
    }

    /* line 25257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 5.5rem !important;
    }

    /* line 25262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 5.5rem !important;
    }

    /* line 25267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 5.5rem !important;
    }

    /* line 25272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 5.5rem !important;
    }

    /* line 25277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-9 {
        margin: 6rem !important;
    }

    /* line 25281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }

    /* line 25286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }

    /* line 25291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }

    /* line 25296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }

    /* line 25301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-0 {
        padding: 0 !important;
    }

    /* line 25305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    /* line 25310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    /* line 25315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    /* line 25320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    /* line 25325, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-1 {
        padding: 0.25rem !important;
    }

    /* line 25329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    /* line 25334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 25339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    /* line 25344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    /* line 25349, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-2 {
        padding: 0.5rem !important;
    }

    /* line 25353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    /* line 25358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 25363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    /* line 25368, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    /* line 25373, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-3 {
        padding: 1rem !important;
    }

    /* line 25377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    /* line 25382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    /* line 25387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    /* line 25392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    /* line 25397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-4 {
        padding: 1.5rem !important;
    }

    /* line 25401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    /* line 25406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 25411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    /* line 25416, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    /* line 25421, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-5 {
        padding: 3rem !important;
    }

    /* line 25425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    /* line 25430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    /* line 25435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    /* line 25440, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    /* line 25445, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-6 {
        padding: 4.5rem !important;
    }

    /* line 25449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4.5rem !important;
    }

    /* line 25454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4.5rem !important;
    }

    /* line 25459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4.5rem !important;
    }

    /* line 25464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4.5rem !important;
    }

    /* line 25469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-7 {
        padding: 5rem !important;
    }

    /* line 25473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 5rem !important;
    }

    /* line 25478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 5rem !important;
    }

    /* line 25483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 5rem !important;
    }

    /* line 25488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 5rem !important;
    }

    /* line 25493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-8 {
        padding: 5.5rem !important;
    }

    /* line 25497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 5.5rem !important;
    }

    /* line 25502, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 5.5rem !important;
    }

    /* line 25507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 5.5rem !important;
    }

    /* line 25512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 5.5rem !important;
    }

    /* line 25517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-sm-9 {
        padding: 6rem !important;
    }

    /* line 25521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }

    /* line 25526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }

    /* line 25531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }

    /* line 25536, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }

    /* line 25541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-sm-auto {
        margin: auto !important;
    }

    /* line 25545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    /* line 25550, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    /* line 25556, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-0 {
        margin: 0 !important;
    }

    /* line 25560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    /* line 25565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    /* line 25570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    /* line 25575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    /* line 25580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-1 {
        margin: 0.25rem !important;
    }

    /* line 25584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    /* line 25589, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 25594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    /* line 25599, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    /* line 25604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-2 {
        margin: 0.5rem !important;
    }

    /* line 25608, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    /* line 25613, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 25618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    /* line 25623, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    /* line 25628, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-3 {
        margin: 1rem !important;
    }

    /* line 25632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    /* line 25637, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    /* line 25642, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    /* line 25647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    /* line 25652, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-4 {
        margin: 1.5rem !important;
    }

    /* line 25656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    /* line 25661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 25666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    /* line 25671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    /* line 25676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-5 {
        margin: 3rem !important;
    }

    /* line 25680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    /* line 25685, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    /* line 25690, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    /* line 25695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    /* line 25700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-6 {
        margin: 4.5rem !important;
    }

    /* line 25704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-6,
    .my-md-6 {
        margin-top: 4.5rem !important;
    }

    /* line 25709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem !important;
    }

    /* line 25714, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.5rem !important;
    }

    /* line 25719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.5rem !important;
    }

    /* line 25724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-7 {
        margin: 5rem !important;
    }

    /* line 25728, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important;
    }

    /* line 25733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important;
    }

    /* line 25738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important;
    }

    /* line 25743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important;
    }

    /* line 25748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-8 {
        margin: 5.5rem !important;
    }

    /* line 25752, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-8,
    .my-md-8 {
        margin-top: 5.5rem !important;
    }

    /* line 25757, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 5.5rem !important;
    }

    /* line 25762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-8,
    .mx-md-8 {
        margin-left: 5.5rem !important;
    }

    /* line 25767, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-8,
    .mx-md-8 {
        margin-right: 5.5rem !important;
    }

    /* line 25772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-9 {
        margin: 6rem !important;
    }

    /* line 25776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }

    /* line 25781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }

    /* line 25786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }

    /* line 25791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }

    /* line 25796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-0 {
        padding: 0 !important;
    }

    /* line 25800, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    /* line 25805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    /* line 25810, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    /* line 25815, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    /* line 25820, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-1 {
        padding: 0.25rem !important;
    }

    /* line 25824, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    /* line 25829, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 25834, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    /* line 25839, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    /* line 25844, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-2 {
        padding: 0.5rem !important;
    }

    /* line 25848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    /* line 25853, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 25858, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    /* line 25863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    /* line 25868, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-3 {
        padding: 1rem !important;
    }

    /* line 25872, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    /* line 25877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    /* line 25882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    /* line 25887, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    /* line 25892, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-4 {
        padding: 1.5rem !important;
    }

    /* line 25896, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    /* line 25901, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 25906, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    /* line 25911, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    /* line 25916, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-5 {
        padding: 3rem !important;
    }

    /* line 25920, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    /* line 25925, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    /* line 25930, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    /* line 25935, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    /* line 25940, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-6 {
        padding: 4.5rem !important;
    }

    /* line 25944, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-6,
    .py-md-6 {
        padding-top: 4.5rem !important;
    }

    /* line 25949, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.5rem !important;
    }

    /* line 25954, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-6,
    .px-md-6 {
        padding-left: 4.5rem !important;
    }

    /* line 25959, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-6,
    .px-md-6 {
        padding-right: 4.5rem !important;
    }

    /* line 25964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-7 {
        padding: 5rem !important;
    }

    /* line 25968, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important;
    }

    /* line 25973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important;
    }

    /* line 25978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important;
    }

    /* line 25983, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important;
    }

    /* line 25988, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-8 {
        padding: 5.5rem !important;
    }

    /* line 25992, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-8,
    .py-md-8 {
        padding-top: 5.5rem !important;
    }

    /* line 25997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 5.5rem !important;
    }

    /* line 26002, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-8,
    .px-md-8 {
        padding-left: 5.5rem !important;
    }

    /* line 26007, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-8,
    .px-md-8 {
        padding-right: 5.5rem !important;
    }

    /* line 26012, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-md-9 {
        padding: 6rem !important;
    }

    /* line 26016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-md-9,
    .py-md-9 {
        padding-top: 6rem !important;
    }

    /* line 26021, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }

    /* line 26026, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-md-9,
    .px-md-9 {
        padding-left: 6rem !important;
    }

    /* line 26031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }

    /* line 26036, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-md-auto {
        margin: auto !important;
    }

    /* line 26040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    /* line 26045, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    /* line 26051, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-0 {
        margin: 0 !important;
    }

    /* line 26055, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    /* line 26060, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    /* line 26065, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    /* line 26070, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    /* line 26075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-1 {
        margin: 0.25rem !important;
    }

    /* line 26079, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    /* line 26084, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    /* line 26089, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    /* line 26094, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    /* line 26099, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-2 {
        margin: 0.5rem !important;
    }

    /* line 26103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    /* line 26108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    /* line 26113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    /* line 26118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    /* line 26123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-3 {
        margin: 1rem !important;
    }

    /* line 26127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    /* line 26132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    /* line 26137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    /* line 26142, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    /* line 26147, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-4 {
        margin: 1.5rem !important;
    }

    /* line 26151, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    /* line 26156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    /* line 26161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    /* line 26166, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    /* line 26171, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-5 {
        margin: 3rem !important;
    }

    /* line 26175, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    /* line 26180, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    /* line 26185, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    /* line 26190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    /* line 26195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-6 {
        margin: 4.5rem !important;
    }

    /* line 26199, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4.5rem !important;
    }

    /* line 26204, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4.5rem !important;
    }

    /* line 26209, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4.5rem !important;
    }

    /* line 26214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4.5rem !important;
    }

    /* line 26219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-7 {
        margin: 5rem !important;
    }

    /* line 26223, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important;
    }

    /* line 26228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important;
    }

    /* line 26233, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important;
    }

    /* line 26238, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important;
    }

    /* line 26243, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-8 {
        margin: 5.5rem !important;
    }

    /* line 26247, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 5.5rem !important;
    }

    /* line 26252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 5.5rem !important;
    }

    /* line 26257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 5.5rem !important;
    }

    /* line 26262, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 5.5rem !important;
    }

    /* line 26267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-9 {
        margin: 6rem !important;
    }

    /* line 26271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }

    /* line 26276, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }

    /* line 26281, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }

    /* line 26286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }

    /* line 26291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-0 {
        padding: 0 !important;
    }

    /* line 26295, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    /* line 26300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    /* line 26305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    /* line 26310, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    /* line 26315, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-1 {
        padding: 0.25rem !important;
    }

    /* line 26319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    /* line 26324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    /* line 26329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    /* line 26334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    /* line 26339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-2 {
        padding: 0.5rem !important;
    }

    /* line 26343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    /* line 26348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    /* line 26353, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    /* line 26358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    /* line 26363, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-3 {
        padding: 1rem !important;
    }

    /* line 26367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    /* line 26372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    /* line 26377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    /* line 26382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    /* line 26387, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-4 {
        padding: 1.5rem !important;
    }

    /* line 26391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    /* line 26396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    /* line 26401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    /* line 26406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    /* line 26411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-5 {
        padding: 3rem !important;
    }

    /* line 26415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    /* line 26420, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    /* line 26425, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    /* line 26430, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    /* line 26435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-6 {
        padding: 4.5rem !important;
    }

    /* line 26439, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.5rem !important;
    }

    /* line 26444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4.5rem !important;
    }

    /* line 26449, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4.5rem !important;
    }

    /* line 26454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4.5rem !important;
    }

    /* line 26459, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-7 {
        padding: 5rem !important;
    }

    /* line 26463, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important;
    }

    /* line 26468, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important;
    }

    /* line 26473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important;
    }

    /* line 26478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important;
    }

    /* line 26483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-8 {
        padding: 5.5rem !important;
    }

    /* line 26487, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 5.5rem !important;
    }

    /* line 26492, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 5.5rem !important;
    }

    /* line 26497, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 5.5rem !important;
    }

    /* line 26502, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 5.5rem !important;
    }

    /* line 26507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .p-lg-9 {
        padding: 6rem !important;
    }

    /* line 26511, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 6rem !important;
    }

    /* line 26516, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 6rem !important;
    }

    /* line 26521, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 6rem !important;
    }

    /* line 26526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 6rem !important;
    }

    /* line 26531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .m-lg-auto {
        margin: auto !important;
    }

    /* line 26535, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    /* line 26540, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
}

@media screen and (min-width: 1200px) {
    /* line 26546, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-fullheight=true] {
        height: 100vh;
    }
}

@media screen and (max-width: 991px) {
    /* line 26551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    html,
    body,
    #wrap {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 991px) {
    /* line 26558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h1, .content .h1 {
        font-size: 44px;
    }

    /* line 26561, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h2, .content .h2 {
        font-size: 32px;
    }

    /* line 26564, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h3, .content .h3 {
        font-size: 24px;
    }

    /* line 26567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h4, .content .h4 {
        font-size: 18px;
    }

    /* line 26570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h5, .content .h5 {
        font-size: 16px;
    }

    /* line 26573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .content h6, .content .h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    /* line 26578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-sticky-bg-wrap,
    .lqd-sticky-bg {
        height: 100%;
        min-height: 0;
        max-height: none;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* 1.2. Header */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 26590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side {
        width: 250px;
    }

    /* line 26593, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-side .mainbar-wrap {
        padding: 12vh 25px;
    }
}

@media screen and (max-width: 767px) {
    /* line 26598, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-module-cart .ld-cart-contents,
    .ld-module-cart .ld-module-dropdown {
        width: 100%;
    }

    /* line 26603, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-cart-contents .empty,
    .ld-cart-foot,
    .ld-cart-head,
    .ld-cart-product {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*
	Submenu
*/
/*
	Nav Styles
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 26618, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .mainbar-row > [class^=col] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 782px) {
    /* line 26624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .admin-bar .is-stuck {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    /* line 26629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .admin-bar .is-stuck {
        top: 0;
    }
}

/* 1.3. Footer */
@media screen and (min-width: 1200px) {
    /* line 26635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }

    /* line 26644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-sticky-footer-sentinel.height-applied + .footer-stuck.is-inview {
        opacity: 1;
        visibility: visible;
    }

    /* line 26648, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .site-boxed-layout .lqd-sticky-footer-sentinel.height-applied + .footer-stuck {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    /* line 26653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-sticky-footer-sentinel {
        display: none;
    }
}

/* 1.4. Titlebar */
@media screen and (max-width: 767px) {
    /* line 26659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .titlebar-inner h1 {
        font-size: 48px !important;
    }
}

@media screen and (max-width: 479px) {
    /* line 26664, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .titlebar-inner h1 {
        font-size: 38px !important;
    }
}

/*
  2. PAGE LAYOUTS
*/
/* 2.1. Header Side */
@media screen and (min-width: 1200px) {
    /* line 26673, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side #wrap {
        padding-left: 375px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 26678, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side #wrap {
        padding-left: 250px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1580px) {
    /* line 26683, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side .vc_row > .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 26688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side.lqd-stack-initiated .vc_row .lqd-stack-section-inner > .container {
        width: 970px;
    }
}

/* 2.3. Stack */
/* line 26693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.vc_mobile [data-liquid-stack=true] > section {
    height: auto;
}

/*
  3. LIQUID SHORTCODES
*/
/* 3.1. Buttons */
@media all and (max-width: 992px) {
    /* line 26702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn {
        white-space: normal;
    }

    /* Sizes*/
    /* line 26707, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-xsm > span {
        padding: 0.5em 0.8em;
    }

    /* line 26710, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-xsm.wide > span {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    /* line 26715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-sm > span {
        padding: 0.6em 1.2em;
    }

    /* line 26718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-sm.wide > span {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }

    /* line 26723, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-md > span {
        padding: 1em 2em;
    }

    /* line 26727, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-lg > span {
        padding: 1.15em 2.5em;
    }

    /* line 26730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-lg.wide > span {
        padding-left: 3.3em;
        padding-right: 3.3em;
    }

    /* line 26735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-xlg > span {
        padding: 1.3em 3.1em;
    }

    /* line 26738, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .btn-xlg.wide > span {
        padding-left: 4.1em;
        padding-right: 4.1em;
    }
}

/* 3.3. Accordions */
@media screen and (max-width: 480px) {
    /* line 26745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .accordion-expander {
        right: 15px;
    }

    /* line 26749, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .accordion-title a {
        padding-right: 50px;
    }
}

/* 3.4. Iconboxes */
@media screen and (max-width: 1199px) {
    /* line 26755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .iconbox[data-plugin-animated-icon] > svg,
    .iconbox[data-plugin-animated-icon] object {
        opacity: 1;
    }
}

/* 3.5. Tabs */
@media screen and (min-width: 992px) {
    /* line 26762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-items-bordered .tabs-nav li + li {
        border-left-width: 0;
    }

    /* line 26766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-side {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }

    /* line 26772, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-side .tabs-nav {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    /* line 26777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-side .tabs-nav,
    .tabs-nav-side .tabs-content {
        width: 100%;
    }

    /* line 26781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-side .tabs-nav {
        margin-bottom: 0;
    }

    /* line 26784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-side .tabs-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 26790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 26795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav li {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* line 26799, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav a {
        width: 100%;
    }

    /* line 26803, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .tabs-nav-items-bordered .tabs-nav li + li {
        border-top-width: 0;
    }
}

/* 3.6. Subscribe Forms */
@media (max-width: 991px) {
    /* line 26809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-sf--button-inline form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 26814, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-sf--button-inline form p {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    /* line 26819, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-sf--button-inside.ld-sf--button-bordered [type=text],
    .ld-sf--button-inside.ld-sf--button-bordered [type=email], .ld-sf--button-inside.ld-sf--button-solid [type=text],
    .ld-sf--button-inside.ld-sf--button-solid [type=email] {
        padding-right: 2.5em !important;
    }
}

/* 3.9. Pricing Tables */
@media screen and (max-width: 1199px) {
    /* line 26827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pricing-table-colorful {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 26831, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pricing-table-colorful.featured {
        margin-top: 0;
    }
}

/* 3.10. Testimonials */
@media screen and (min-width: 992px) {
    /* line 26837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .is-last .testimonials-details-only .testimonial-info {
        -webkit-box-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    /* line 26843, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-details .carousel-nav {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    /* line 26848, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonial-avatar-topleft .avatar,
    .testimonial-avatar-topright .avatar {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    /* line 26856, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonial-avatar-topleft.text-left .avatar,
    .testimonial-avatar-topright.text-left .avatar {
        margin-right: 15px !important;
    }

    /* line 26860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonial-avatar-topleft.text-right .avatar,
    .testimonial-avatar-topright.text-right .avatar {
        margin-right: 15px !important;
    }

    /* line 26864, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonial-avatar-topleft.text-center .avatar,
    .testimonial-avatar-topright.text-center .avatar {
        margin-bottom: 15px !important;
    }

    /* line 26869, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-quotes .carousel-nav {
        margin-top: 0 !important;
        text-align: center !important;
    }

    /* line 26874, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-details-only .avatar {
        margin-bottom: 0.5em;
    }

    /* line 26877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-details-only .testimonial-details {
        text-align: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    /* line 26882, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-details-only .testimonial-info {
        -webkit-box-align: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* line 26888, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .testimonials-quote-only .testimonial-quote {
        text-align: center;
        font-size: 22px;
    }
}

/* 3.11. Carousel */
@media screen and (min-width: 1200px) {
    /* line 26895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-title .carousel-nav {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    /* Nav extra */
    /* line 26905, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav-line-between .flickity-prev-next-button.previous {
        margin-right: 40px;
    }

    /* line 26908, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav-line-between .flickity-prev-next-button.previous:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -25px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* line 26918, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav-line-between.carousel-nav-vertical .flickity-prev-next-button.previous {
        margin-right: 0;
        margin-bottom: 45px;
    }

    /* line 26922, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav-line-between.carousel-nav-vertical .flickity-prev-next-button.previous:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -25px;
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    /* line 26931, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav {
        margin-top: 2em !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    /* line 26941, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav .flickity-button {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0 15px !important;
    }

    /* line 26953, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-nav-right .carousel-nav {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    /* line 26958, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-item:not([class*=col-xs-]) {
        width: 100%;
    }
}

/* 3.13. Latest Posts */
@media screen and (min-width: 992px) {
    /* line 26964, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-split {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 26969, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-split .liquid-lp-media,
    .liquid-blog-item-split .liquid-blog-item-inner {
        flex-basis: 50%;
    }

    /* line 26973, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-split .liquid-blog-item-inner {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* line 26978, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-fullwidth .liquid-blog-item-inner {
        width: 70%;
    }

    /* line 26982, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .flickity-equal-cells .carousel-item:not(:first-child) .liquid-blog-item-carousel {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 100%;
    }

    /* line 26990, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-square .liquid-lp-title {
        font-size: 33px;
    }

    /* line 26993, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-md-6 > .liquid-blog-item-square .liquid-blog-item-inner {
        padding-left: 45px;
        padding-right: 45px;
    }

    /* line 26997, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-md-3 > .liquid-blog-item-square .liquid-blog-item-inner {
        padding-bottom: 11%;
    }

    /* line 27000, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-md-3 > .liquid-blog-item-square .liquid-lp-title {
        font-size: 18px;
        line-height: 1.666em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 27006, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-masonry {
        min-height: 400px !important;
    }
}

@media screen and (max-width: 1199px) {
    /* line 27011, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-lp-carousel-filterable .filter-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
    }

    /* line 27016, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-lp-carousel-filterable .filter-list li {
        width: 100%;
        text-align: left;
    }

    /* line 27020, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-lp-carousel-filterable .carousel-items {
        margin-top: 2em;
    }
}

@media screen and (max-width: 991px) {
    /* line 27025, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 27031, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-fullwidth {
        padding: 0 !important;
    }

    /* line 27034, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-blog-item-fullwidth .liquid-blog-item-inner {
        position: relative;
        top: auto;
        left: auto;
    }

    /* line 27040, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-lp-sp-block.liquid-lp-sp-instagram h3 {
        margin-left: 0;
        margin-right: 0;
    }
}

/* 3.14. Filter Lists */
@media screen and (min-width: 992px) {
    /* line 27047, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 27052, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items.align-items-center .filter-list {
        margin-bottom: 0;
    }

    /* line 27056, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .filter-list-inline li + li {
        margin-left: 1.45em;
    }
}

@media screen and (max-width: 991px) {
    /* line 27061, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    /* line 27069, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items-inner {
        width: 100%;
    }

    /* line 27072, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items-inner > * {
        margin-bottom: 30px !important;
    }

    /* line 27075, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items-inner .filter-list {
        width: 100%;
    }

    /* line 27078, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items-inner + .carousel-nav {
        margin-top: 0 !important;
    }

    /* line 27082, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-filter-items-label + .filter-list {
        margin-left: 0;
    }

    /* line 27086, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .filter-list-inline li {
        margin: 0 0.5em;
    }
}

@media screen and (max-width: 767px) {
    /* line 27091, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .filter-list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 27098, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .filter-list li {
        margin-bottom: 1em;
        text-align: center;
    }
}

/* 3.15. Fancy Boxes */
@media screen and (min-width: 992px) {
    /* line 27105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 27110, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-cell:first-child {
        -webkit-box-flex: 2;
        flex-grow: 2;
    }

    /* line 27114, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-cell:last-child {
        -webkit-box-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 991px) {
    /* line 27120, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 27125, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-cell {
        flex-basis: auto;
        margin-bottom: 1.5em;
    }

    /* line 27129, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-cell:before {
        content: attr(data-text);
        margin-bottom: 0.5em;
    }

    /* line 27133, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-header {
        flex-basis: 100%;
    }

    /* line 27137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer-header {
        padding-bottom: 0;
    }

    /* line 27140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer-header .fancy-box-cell:not(.fancy-box-header) {
        display: none;
    }

    /* line 27143, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer-header .fancy-box-header {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 27148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-overlay {
        padding-bottom: 90%;
    }

    /* line 27152, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-travel.fancy-box-wide {
        padding-bottom: 50%;
    }

    /* line 27156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-cell {
        flex-basis: 50%;
    }

    /* line 27159, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .fancy-box-offer .fancy-box-header {
        flex-basis: 100%;
    }
}

/* 3.19. Reservation Form */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 27165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-form-reservation .input-container {
        flex-basis: 50%;
    }

    /* line 27168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-form-reservation .input-container:nth-last-child(2) {
        padding-left: 0;
        border: none;
    }
}

@media screen and (max-width: 991px) {
    /* line 27174, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-form-reservation .input-container {
        flex-basis: 100%;
        padding: 0;
        border: none;
    }
}

/* 3.24. Instagram Feed */
@media screen and (max-width: 991px) {
    /* line 27182, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-ig-feed .liquid-ig-feed-list > li {
        flex-basis: 33.3333333333%;
    }

    /* line 27186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-list-columns="1"] .liquid-ig-feed-list > li,
    [data-list-columns="2"] .liquid-ig-feed-list > li {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* line 27192, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-ig-feed .liquid-ig-feed-list > li {
        flex-basis: 50%;
    }

    /* line 27196, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [data-list-columns="1"] .liquid-ig-feed-list > li,
    [data-list-columns="2"] .liquid-ig-feed-list > li {
        flex-basis: 100%;
    }
}

/* 3.27. Image Groups */
@media screen and (min-width: 992px) {
    /* line 27203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser {
        margin-left: 3.5em;
    }

    /* line 27206, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser figure {
        height: 91%;
        top: 9%;
    }

    /* line 27211, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-fixed-right, .liquid-img-group-content.content-fixed-left {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    /* line 27216, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-fixed-right p, .liquid-img-group-content.content-fixed-left p {
        margin-bottom: 0;
    }

    /* line 27219, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-fixed-left {
        margin-right: 1.5em;
    }

    /* line 27222, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-fixed-right {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 991px) {
    /* line 27229, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-img-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 27235, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content {
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-top: 1em;
    }

    /* line 27240, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-floated-mid-left, .liquid-img-group-content.content-floated-mid-right, .liquid-img-group-content.content-floated-mid {
        margin: 0;
        left: 50%;
    }

    /* line 27244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-content.content-floated-mid-left > .btn, .liquid-img-group-content.content-floated-mid-right > .btn, .liquid-img-group-content.content-floated-mid > .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* line 27249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser {
        margin-bottom: 2em;
    }

    /* line 27252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser .liquid-img-group-img-container {
        margin-bottom: 1.5em;
    }

    /* line 27255, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser .liquid-img-group-url {
        height: 7.5%;
    }
}

@media screen and (max-width: 767px) {
    /* line 27260, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .liquid-img-group-browser .liquid-img-group-url {
        display: none;
    }
}

/* 3.31. Masonry */
@media screen and (max-width: 991px) {
    /* line 27266, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .masonry-item:not([class*=col-sm-]) {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* line 27271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .masonry-item:not([class*=col-xs-]) {
        width: 100%;
    }
}

/* 3.33. Team Members */
@media screen and (max-width: 479px) {
    /* line 27277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-tm-circ .ld-tm-avatar img {
        width: 50px;
    }
}

/* 3.34. Portfolios */
@media screen and (min-width: 1200px) {
    /* line 27283, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .carousel-item .pf-hover-shadow {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    /* line 27288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pf-info hr {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    /* line 27293, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pf-single-header.bg-solid {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* line 27297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pf-single-header.pull-up {
        margin-top: -60px;
    }
}

/* 3.35. Blog */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 27303, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content.expanded {
        margin-left: -14%;
    }
}

@media screen and (min-width: 1200px) {
    /* line 27308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover[data-fullheight=true] {
        height: 87vh;
    }

    /* line 27311, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover[data-fullheight=true] .blog-single-media {
        height: 100%;
    }

    /* line 27314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover[data-fullheight=true] .cover-carousel,
    .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-items,
    .blog-single-cover[data-fullheight=true] .cover-carousel .flickity-viewport,
    .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-item-inner,
    .blog-single-cover[data-fullheight=true] .cover-carousel .carousel-item {
        height: 100% !important;
    }

    /* line 27322, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover .blog-single-details {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* line 27330, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover.spaced {
        margin-left: 50px;
        margin-right: 50px;
    }

    /* line 27335, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-content.expanded {
        padding-left: calc(26%);
        padding-right: calc(26%);
        margin-right: calc(-26%);
        margin-left: calc(-26%);
    }

    /* line 27341, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-content.pull-up {
        margin-top: -6.8181818182em;
        background-color: #fff;
    }

    /* line 27345, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-has-no-content .blog-single-content.pull-up {
        margin-top: 0;
    }

    /* line 27348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-content .stretch-to-sides {
        margin-left: -26%;
        margin-right: -26%;
    }

    /* line 27352, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-content .fullwidth figcaption {
        width: 40%;
    }

    /* line 27356, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-nav,
    .blog-single-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    /* line 27365, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-footer > ul,
    .blog-single-footer > span {
        max-width: 50%;
    }

    /* line 27370, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-nav .nav-previous,
    .post-nav .nav-next {
        max-width: 40%;
    }

    /* line 27375, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content.expanded {
        padding-right: 13%;
        padding-left: 13%;
        margin-right: -13%;
        margin-left: -13%;
    }

    /* line 27382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-post-has-not-thumbnail .blog-single-content.pull-up {
        margin-top: 0;
        padding-top: 5em;
    }

    /* line 27386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-post-has-not-thumbnail .lqd-main-header-default + .content .blog-single-content.pull-up {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    /* line 27393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-meta {
        margin-bottom: 3.75em;
    }

    /* line 27397, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-details-extra h3 {
        margin-bottom: 2em;
    }

    /* line 27401, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content .fullwidth {
        width: 100%;
        right: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    /* line 27408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content .fullwidth figcaption {
        width: 70%;
    }

    /* line 27411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content .stretch-to-sides {
        margin-left: -13%;
        margin-right: -13%;
    }

    /* line 27415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .has-sidebar .blog-single-content.expanded .fullwidth {
        width: 126%;
        right: -13%;
        left: -13%;
        margin-right: -13%;
    }
}

@media screen and (max-width: 991px) {
    /* line 27423, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-details-extra .carousel-thumbs .carousel-item {
        width: 33.3333333333%;
    }

    /* line 27427, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 27432, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-meta > span {
        margin: 0 0 1em !important;
    }

    /* line 27435, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-meta > span:last-child {
        margin: 0 !important;
    }

    /* line 27439, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .post-nav,
    .blog-single-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 27446, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover.spaced {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    /* line 27452, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-details-extra .carousel-thumbs .carousel-item {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    /* line 27457, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pingback .comment-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    /* line 27464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .pingback time {
        margin: 0 0 1em;
    }
}

@media screen and (max-width: 1199px) {
    /* line 27469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-default .blog-single-cover {
        margin-bottom: 2.5em;
    }

    /* line 27472, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-default .blog-single-media {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* line 27478, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-default .blog-single-details {
        padding: 10em 0;
    }
}

@media screen and (min-width: 1200px) {
    /* line 27483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-image-left:not(.has-sidebar) .blog-single-cover {
        float: left;
        width: 470px;
        margin-left: -26%;
        margin-right: 17%;
    }

    /* line 27489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-image-left:not(.has-sidebar) .blog-single-details {
        margin-right: -26%;
    }
}

@media screen and (min-width: 1200px) {
    /* line 27494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .blog-single-cover-fade .post-meta {
        margin-bottom: 0;
    }
}

/* 3.38. Liquid Fancy Heading */
@media screen and (min-width: 1200px) {
    /* line 27500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-fancy-heading [data-split-text] {
        visibility: hidden;
    }

    /* line 27503, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-fancy-heading [data-split-text].split-text-applied {
        visibility: visible;
    }
}

/* 3.45. Shop Banner */
@media screen and (min-width: 992px) {
    /* line 27509, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 {
        padding-bottom: 90.091%;
    }

    /* line 27512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-main,
    .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-items,
    .ld-shop-banner-style1 .ld-shop-banner-container,
    .ld-shop-banner-style1 .ld-shop-banner-inner,
    .ld-shop-banner-style1 .ld-shop-banner-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    /* line 27523, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-main .flickity-viewport {
        height: 100% !important;
    }

    /* line 27526, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item-inner,
    .ld-shop-banner-style1 .ld-shop-banner-carousel-main .carousel-item {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    /* line 27532, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .liquid-overlay-link {
        bottom: 50%;
        height: auto;
        -webkit-transform: none;
        transform: none;
    }

    /* line 27538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-image {
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    /* line 27542, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-nav {
        width: 100%;
        height: auto;
        margin-top: 1em;
        position: relative;
        bottom: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }

    /* line 27552, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item {
        width: 25%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    /* line 27559, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1:hover .ld-shop-banner-image {
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    }

    /* line 27562, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1:hover .ld-shop-banner-inner {
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    /* line 27567, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .ld-shop-banner-style1 .ld-shop-banner-carousel-nav .carousel-item {
        width: 33.3333333333% !important;
    }
}

/* 3.48. Modal */
@media screen and (min-width: 992px) {
    /* line 27573, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .featherlight-content > iframe.featherlight-inner {
        min-width: 850px;
    }
}

/* 3.50. Process Box */
@media screen and (max-width: 991px) {
    /* line 27579, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [class*=vc_col-md] .ld-pb-top:after {
        content: none;
    }
}

@media screen and (max-width: 767px) {
    /* line 27584, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    [class*=vc_col-sm] .ld-pb-top:after {
        content: none;
    }
}

/* 3.56. Roadmap */
@media screen and (max-width: 767px) {
    /* line 27590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .one-roadmap {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* line 27594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .one-roadmap:before {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
    }

    /* line 27601, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .one-roadmap-info {
        max-width: 85%;
    }
}

/* 3.57. Countdown */
@media screen and (max-width: 991px) {
    /* line 27607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .countdown .countdown-section {
        flex-basis: 45%;
        margin: 0.2352941176em 0;
    }

    /* line 27611, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .countdown .countdown-section:nth-child(3) + .countdown-sep {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /* line 27616, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .countdown .countdown-section {
        flex-basis: 100%;
    }

    /* line 27619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .countdown .countdown-sep {
        display: none;
    }
}

/* 3.59. Bullet List */
@media screen and (max-width: 767px) {
    /* line 27625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .one-bullet-list .inline-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        align-items: center;
    }

    /* line 27634, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .one-bullet-list .inline-nav li {
        margin-left: 0 !important;
        -webkit-box-align: center;
        align-items: center;
        width: 50%;
    }
}

/* 3.62. Promo */
@media screen and (min-width: 992px) {
    /* line 27643, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-cat {
        margin-left: -100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    /* line 27649, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-cat:before {
        margin-left: 1em;
        margin-right: 0;
    }

    /* line 27653, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-content {
        width: 25%;
        text-align: right;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    /* line 27659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-content h2 {
        margin-right: 0;
        margin-left: -100%;
    }

    /* line 27663, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-img {
        width: 75%;
    }

    /* line 27666, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-img-inner {
        margin-left: -10%;
    }

    /* line 27670, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse .lqd-promo-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    /* line 27675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse.lqd-promo-alt .lqd-promo-cat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-left: 0;
        margin-right: -100%;
    }

    /* line 27682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse.lqd-promo-alt .lqd-promo-cat:before {
        margin-left: 0;
        margin-right: 1em;
    }

    /* line 27686, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse.lqd-promo-alt .lqd-promo-content {
        text-align: left;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    /* line 27691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse.lqd-promo-alt .lqd-promo-content h2 {
        margin-left: 0;
        margin-right: -100%;
    }

    /* line 27695, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse.lqd-promo-alt .lqd-promo-img-inner {
        margin-left: 0;
        margin-right: -10%;
    }
}

@media screen and (min-width: 1200px) {
    /* line 27701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    /* line 27707, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-content h2 {
        font-size: 72px;
    }

    /* line 27711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse .lqd-promo-cat {
        margin-right: 0;
        margin-left: 15px;
    }

    /* line 27715, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse .lqd-promo-content {
        padding-left: 0;
        padding-right: 15px;
    }

    /* line 27719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-reverse:not(.lqd-promo-alt) .lqd-promo-content {
        -webkit-box-align: end;
        align-items: flex-end;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1580px) {
    /* line 27726, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .header-style-side.lqd-stack-initiated .lqd-promo-alt .lqd-promo-content h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1199px) {
    /* line 27731, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-img {
        width: 58.75%;
    }

    /* line 27735, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content {
        padding-top: 50px;
        padding-bottom: 0;
    }

    /* line 27739, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content h2 {
        font-size: 100px;
    }

    /* line 27743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-alt .lqd-promo-content h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    /* line 27748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-cat {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
    }

    /* line 27753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-cat ul {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin: 0;
        margin-bottom: 15px;
    }

    /* line 27760, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content,
    .lqd-promo-cat,
    .lqd-promo-img {
        width: 100%;
    }

    /* line 27766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-cat {
        margin-right: 0;
    }

    /* line 27770, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-img-inner {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

    /* line 27774, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    /* line 27780, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    /* line 27785, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content h2 {
        margin: 0 0 0.25em;
        font-size: 62px;
    }
}

@media screen and (max-width: 767px) {
    /* line 27791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-dynamic-shape {
        display: none;
    }

    /* line 27795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }

    /* line 27800, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content {
        text-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    /* line 27805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-content h2 {
        font-size: 10vw;
    }

    /* line 27809, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-promo-cat::before {
        content: none !important;
    }
}

/*
  4. VC SHORTCODES
*/
/* 4.2. Columns */
/* line 27817, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
.col-1\/5 {
    width: 20%;
}

@media (min-width: 768px) {
    /* line 27822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-sm-1\/5 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    /* line 27827, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-md-1\/5 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    /* line 27832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .col-lg-1\/5 {
        width: 20%;
    }
}

@media screen and (min-width: 1200px) {
    /* line 27837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .stretch-to-right {
        margin-right: -22vw !important;
    }

    /* line 27841, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .stretch-to-left {
        margin-left: -22vw !important;
    }
}

@media screen and (max-width: 767px) {
    /* line 27846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .d-flex > .lqd-column:not([class*=col-xs-]) {
        width: 100%;
    }
}

/*
  5. PARTIALS
*/
/* 5.4. Page Frame */
@media screen and (min-width: 1200px) {
    /* line 27855, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame {
        position: absolute;
        z-index: 3;
        background-color: var(--color-primary);
    }

    /* line 27860, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame[data-orientation=h] {
        left: 0;
        width: 100%;
        height: 20px;
    }

    /* line 27865, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame[data-orientation=v] {
        top: 0;
        width: 20px;
        height: 100%;
    }

    /* line 27871, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame-top {
        top: 0;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    /* line 27877, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame-right {
        right: 0;
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    /* line 27883, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame-bottom {
        bottom: 0;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    /* line 27889, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .lqd-page-frame-left {
        left: 0;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    /* line 27895, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .page-has-frame #wrap {
        padding: 20px;
    }

    /* line 27898, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .page-has-frame .is-stuck {
        left: 20px;
        right: 20px;
    }

    /* line 27902, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .page-has-frame .megamenu.megamenu-fullwidth .nav-item-children {
        width: calc(100vw - 40px);
        left: calc(50% + 10px) !important;
        right: calc(50% + 10px) !important;
        margin-left: calc(-50vw + 10px) !important;
        margin-right: calc(-50vw + 10px) !important;
    }

    /* line 27909, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_main.scss */
    .page-has-frame .megamenu.megamenu-fullwidth .megamenu-container {
        width: calc(100vw - 40px) !important;
    }
}

/* line 3, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] * {
    letter-spacing: normal !important;
}

/* line 5, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .add-dropcap:first-letter {
    float: right;
    margin-right: 0;
    margin-left: 0.1em;
}

/* line 11, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .header-module ~ .header-module {
    margin-right: 25px;
    margin-left: 0;
}

/* line 16, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-module-trigger-count {
    margin-left: 0;
    margin-right: 5px;
}

/* line 21, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-module-dropdown {
    right: auto;
    left: 0;
}

/* line 26, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] figure + .ld-cart-product-details {
    margin-left: 0;
    margin-right: 15px;
}

/* line 31, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] a.remove.ld-cart-product-remove {
    left: auto;
    right: 25px;
}

/* line 36, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-module-trigger-txt i {
    margin-left: 0;
    margin-right: 0.35em;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-module-search .ld-module-dropdown {
    right: auto;
    left: -15px;
}

/* line 46, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .main-nav .children,
html[dir="rtl"] .nav-item-children {
    left: auto;
    right: 0;
    text-align: right;
}

/* line 53, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .main-nav .children .children,
html[dir="rtl"] .main-nav .children .nav-item-children,
html[dir="rtl"] .nav-item-children .children,
html[dir="rtl"] .nav-item-children .nav-item-children {
    left: auto;
    right: 100%;
}

/* line 61, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .btn {
    letter-spacing: inherit !important;
    font-weight: 600;
}

/* line 66, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .btn + .btn {
    margin-left: 0;
    margin-right: 0.75em;
}

/* line 71, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .btn-txt + .btn-icon {
    margin-left: 0;
    margin-right: 8px;
}

/* line 76, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .btn-icon-solid.btn-icon-left.btn-icon-left .btn-txt + .btn-icon,
html[dir="rtl"] .btn-icon-bordered.btn-icon-left.btn-icon-left .btn-txt + .btn-icon {
    margin-right: 0;
    margin-left: 20px;
}

/* line 82, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-bullet-list li:before {
    margin-right: 0;
    margin-left: 1em;
}

/* line 87, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-bullet-list .inline-nav li + li {
    margin-left: 0;
    margin-right: 2.5em;
}

/* line 92, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .flickity-prev-next-button.previous {
    margin-left: 5px;
    margin-right: 0;
}

/* line 97, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .flickity-prev-next-button.next {
    margin-left: 0;
    margin-right: 5px;
}

/* line 103, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-carousel-laptop .flickity-prev-next-button.previous {
    left: auto;
    right: 6%;
}

/* line 108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-carousel-laptop .flickity-prev-next-button.next {
    right: auto;
    left: 6%;
}

/* line 113, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .contact-form i {
    left: auto;
    right: calc(1em + 15px);
}

/* line 118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .contact-form label {
    margin-right: 0;
    margin-left: 5px;
}

/* line 123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .contact-form-inputs-underlined i {
    right: 15px;
}

/* line 127, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .contact-form-inputs-underlined .liquid-cl {
    left: auto;
    right: 15px;
}

/* line 132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-cl {
    right: calc(15px + 2em);
}

/* line 136, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-cl:after {
    left: auto;
    right: 0;
}

/* line 141, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-counter-element > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* line 148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-booking .fancy-box-header {
    left: auto;
    right: 1.875em;
}

/* line 153, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-booking .fancy-box-info:before {
    left: auto;
    right: -60px;
}

/* line 158, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-classes .trainer i {
    margin-right: 0;
    margin-left: 5px;
}

/* line 163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-travel.fancy-box-big .fancy-box-contents {
    right: auto;
    left: 30%;
}

/* line 168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-tour .fancy-box-icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 173, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-offer .fancy-box-image {
    margin-right: 0;
    margin-left: 18px;
}

/* line 178, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-box-overlay .fancy-box-contents {
    left: auto;
    right: 0;
}

/* line 183, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-title i {
    margin-right: 0;
    margin-left: 0.27em;
}

/* line 188, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-title .line-alt {
    margin-right: 0;
    margin-left: 2em;
}

/* line 193, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-title .line-alt:last-child {
    margin-left: 0;
    margin-right: 2em;
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .fancy-title-underlined:after {
    left: auto;
    right: 0;
}

/* line 203, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-filter-items-label + .filter-list {
    margin-left: 0;
    margin-right: 3.5em;
}

/* line 208, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .filter-list-style-1 li:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

/* line 215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .filter-list-style-1 li.active:before, html[dir="rtl"] .filter-list-style-1 li:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* line 220, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .filter-list-style-1 li.active span, html[dir="rtl"] .filter-list-style-1 li:hover span {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

/* line 226, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .iconbox.text-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 232, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .iconbox.text-left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* line 244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .iconbox-side {
    text-align: right;
}

/* line 246, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .iconbox-side .iconbox-icon-wrap {
    margin-left: 15px;
    margin-right: 0;
}

/* line 251, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .iconbox-inline.text-right,
html[dir="rtl"] .iconbox-side.text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* line 259, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-img-group-browser .liquid-img-group-url {
    direction: ltr;
}

/* line 263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images .liquid-img-group-single:last-child {
    left: auto;
    right: 30%;
}

/* line 268, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:first-child {
    margin-top: 60px;
}

/* line 272, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:nth-child(2) {
    left: auto;
    right: 20%;
}

/* line 277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:last-child {
    left: auto;
    right: 36%;
}

/* line 282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
    left: 10%;
    right: 10%;
}

/* line 287, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:last-child {
    left: 23%;
    right: 13%;
}

/* line 292, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-images-6 .liquid-img-group-single:first-of-type {
    left: auto;
    right: 30%;
}

/* line 297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp .mejs__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* line 304, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp.format-link .liquid-lp-title svg {
    margin-right: 0;
    margin-left: 0.625em;
}

/* line 309, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp:hover .liquid-lp-details-lined:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp:hover .liquid-lp-details-lined > * {
    -webkit-transform: translateX(4em);
    transform: translateX(4em);
}

/* line 319, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp:hover .liquid-lp-read-more .btn-line {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 324, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp:hover .liquid-lp-read-more .btn-line ~ .btn-txt {
    -webkit-transform: translateX(3.727em);
    transform: translateX(3.727em);
}

/* line 329, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp:hover .liquid-lp-read-more .btn-line-after {
    -webkit-transform: scaleX(1) translateX(3.727em);
    transform: scaleX(1) translateX(3.727em);
}

/* line 334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-meta > a {
    margin-right: 0;
    margin-left: 20px;
}

/* line 339, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-meta svg {
    margin-right: 0;
    margin-left: 5px;
}

/* line 344, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-read-more .btn-line-before {
    margin-right: 0;
    margin-left: 1em;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

/* line 351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-read-more .btn-line-after:after {
    content: '\f053';
    right: auto;
    left: -3px;
}

/* line 357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-read-more .btn-txt ~ .btn-line {
    margin-left: 0;
    margin-right: 1em;
}

/* line 362, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-read-more.liquid-lp-read-more-overlay {
    left: auto;
    right: 0;
}

/* line 367, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-details-lined {
    margin-left: 0;
    margin-right: 4em;
}

/* line 372, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-details-lined:before, html[dir="rtl"] .liquid-lp-details-lined:after {
    left: auto;
    right: -4em;
}

/* line 377, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-details-lined:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

/* line 382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-details-lined + .liquid-lp-read-more-overlay {
    right: 4em !important;
}

/* line 386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-post-author figure {
    margin-right: 0;
    margin-left: 15px;
}

/* line 391, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-time-aside > time {
    left: auto;
    right: 0;
}

/* line 396, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-time-aside header,
html[dir="rtl"] .liquid-lp-time-aside .liquid-lp-excerpt,
html[dir="rtl"] .liquid-lp-time-aside .liquid-lp-footer {
    margin-left: 0;
    margin-right: 100px;
}

/* line 403, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-sp-block .liquid-lp-footer:before {
    left: auto;
    right: 0;
}

/* line 408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-lp-carousel-filterable .carousel-nav {
    left: auto !important;
    right: -10px;
}

/* line 413, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-lp-small-thumb .liquid-lp-header {
    padding-left: 0 !important;
    padding-right: 1rem;
}

/* line 418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-msg-icon {
    margin-right: 0;
    margin-left: 26px;
}

/* line 423, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-msg-close {
    right: auto;
    left: 30px;
}

/* line 428, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-milestone .liquid-milestone-time {
    margin-right: 0;
    margin-left: 15px;
}

/* line 433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-pb-top:after {
    left: auto;
    right: 50%;
}

/* line 438, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-progressbar-bar {
    left: auto;
    right: 0;
}

/* line 443, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-progressbar-percentage {
    right: auto;
    left: 0;
}

/* line 448, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .liquid-progressbar-title {
    left: auto;
    right: 0;
}

/* line 453, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-promo-content {
    padding-left: 0;
    padding-right: 15px;
}

/* line 458, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-promo-cat {
    margin-right: 0;
    margin-left: 15px;
}

/* line 464, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-roadmap-mark {
    margin-left: 0;
    margin-right: auto;
}

/* line 469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-roadmap-bar {
    left: auto;
    right: 0;
}

/* line 474, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-roadmap-item {
    padding-left: 0;
    padding-right: 30px;
}

/* line 479, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .one-roadmap {
    padding-left: 40px;
    padding-right: 60px;
}

/* line 484, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .social-icon li {
    margin-right: 0;
}

/* line 488, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .social-icon.round.social-icon-sm li, html[dir="rtl"] .social-icon.semi-round.social-icon-sm li, html[dir="rtl"] .social-icon.square.social-icon-sm li, html[dir="rtl"] .social-icon.circle.social-icon-sm li {
    margin-right: 0;
    margin-left: 0.3em;
}

/* line 493, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-sf .submit-text + .submit-icon {
    margin-left: 0;
    margin-right: 0.65em;
}

/* line 498, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-sf--button-inside [type=submit] {
    right: auto;
    left: 0;
}

/* line 503, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-sf--button-inside.ld-sf--button-naked [type=submit] {
    padding-right: 0;
    padding-left: 1em;
}

/* line 508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-sf--button-inside.button-shrinked [type=submit] {
    right: auto;
    left: 12px;
}

/* line 513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .tabs-nav-side .tabs-nav li {
    text-align: right;
}

/* line 517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .tabs-nav-side .tabs-nav a:after {
    right: auto;
    left: 0;
}

/* line 522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .tabs-nav-icon {
    margin-right: 0;
    margin-left: 0.65em;
}

/* line 528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonial .testimonial-details time,
html[dir="rtl"] .testimonial .testimonial-details .star-rating {
    margin-left: 0;
    margin-right: auto;
}

/* line 534, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonial .testimonial-details time:first-child,
html[dir="rtl"] .testimonial .testimonial-details .star-rating:first-child {
    margin-right: 0;
}

/* line 539, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonial .avatar {
    margin-right: 0;
    margin-left: 20px;
}

/* line 544, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonial-quote-filled .testimonial-quote:after {
    left: auto;
    right: calc(60px + 35px - 14px);
}

/* line 549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonials-details + .carousel-nav .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
}

/* line 554, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .testimonials-details + .carousel-nav .flickity-prev-next-button.next {
    left: 0;
    right: auto;
}

/* line 560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-team-members .liquid-img-group-container:first-child {
    left: auto;
    right: -90%;
}

/* line 565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .lqd-parallax-team-members .liquid-img-group-container:last-child {
    left: auto;
    right: -90%;
}

/* line 570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-meta > span + span {
    margin-left: 0;
    margin-right: 3.25em;
}

/* line 575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .blog-single-details-extra .lightbox-link svg {
    margin-right: 0;
    margin-left: 20px;
}

/* line 580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .blog-single-details-extra .carousel-thumbs .flickity-prev-next-button.previous {
    left: auto;
    right: -45px;
}

/* line 585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .blog-single-details-extra .carousel-thumbs .flickity-prev-next-button.next {
    right: auto;
    left: -45px;
}

/* line 590, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-categories li a,
html[dir="rtl"] .post-categories > a,
html[dir="rtl"] .tags-links li a,
html[dir="rtl"] .tags-links > a {
    margin-right: 0;
    margin-left: 0.2em;
}

/* line 598, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-author figure {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

/* line 604, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-previous {
    padding-left: 0;
    padding-right: 30px;
}

/* line 614, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-previous svg {
    left: auto;
    right: -40px;
}

/* line 619, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-previous:hover svg {
    -webkit-transform: translateX(7px) rotate(180deg);
    transform: translateX(7px) rotate(180deg);
}

/* line 624, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-next {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}

/* line 630, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-next svg {
    right: auto;
    left: -40px;
}

/* line 635, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .post-nav .nav-next:hover svg {
    -webkit-transform: translateX(-7px) rotate(180deg);
    transform: translateX(-7px) rotate(180deg);
}

/* line 640, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .share-links > span {
    margin-right: 0;
    margin-left: 1em;
}

/* line 645, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment-form .input-placeholder {
    left: auto;
    right: 0;
}

/* line 650, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment-author .avatar {
    margin-right: 0;
    margin-left: 18px;
}

/* line 655, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment .comment-extras,
html[dir="rtl"] .comment-content {
    padding-left: 0;
    padding-right: 93px;
}

/* line 661, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment-content {
    margin-top: 0;
}

/* line 665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment-list ol.children .comment .comment-extras,
html[dir="rtl"] .comment-list ol.children .comment-content {
    padding-left: 0;
    padding-right: 68px;
}

/* line 671, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .comment-list ol.children .comment-content {
    margin-top: 15px;
}

/* line 675, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-pf-btn + .ld-pf-btn {
    margin-left: 0 !important;
    margin-right: 0.5rem;
}

/* line 680, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-pf-btn i.icon-arrow-right-material:before {
    content: "\e92d";
}

/* line 684, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .pf-extra-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 689, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .pf-info hr {
    left: auto;
    right: 0;
}

/* line 694, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .pf-related-title .title-shad {
    left: auto;
    right: 0;
}

/* line 699, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld_widget_recent_entries li figure {
    margin-right: 0;
    margin-left: 10px;
}

/* line 704, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .ld-bsp-img + .ld-bsp-info {
    margin-left: 0;
    margin-right: 17px;
}

/* line 709, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .flickity-prev-next-button.next {
    left: 30px;
    right: auto !important;
}

/* line 713, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .flickity-prev-next-button.previous {
    left: auto !important;
    right: 30px;
}

/* line 718, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] h5, html[dir="rtl"] .h5 {
    line-height: 2rem;
}

/* line 721, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .text-left {
    text-align: right !important;
}

/* line 724, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
html[dir="rtl"] .black-trans-box .box-fly-title {
    right: 15px;
    left: auto !important;
}

@media screen and (min-width: 1200px) {
    /* line 732, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .fancy-title .carousel-nav {
        right: auto;
        left: 0;
    }

    /* line 736, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-promo-reverse .lqd-promo-content {
        padding-right: 0;
        padding-left: 15px;
    }
}

@media screen and (min-width: 992px) {
    /* line 746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .filter-list-inline li + li {
        margin-left: 0;
        margin-right: 1.45em;
    }

    /* line 751, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .tabs-nav-items-bordered .tabs-nav li:last-child {
        border-left-width: 1px;
    }

    /* line 755, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .ld-masked-image {
        top: -50vh;
        left: -35vw;
        right: -10vw;
    }

    /* line 761, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images .liquid-img-group-single:last-child {
        left: auto;
        right: -45%;
    }

    /* line 766, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:first-child {
        margin-left: -40%;
        margin-right: 60%;
    }

    /* line 771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:nth-child(2) {
        left: auto;
        right: 30%;
    }

    /* line 776, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-2 .liquid-img-group-container:last-child {
        left: auto;
        right: 17%;
    }

    /* line 781, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:first-child {
        margin-left: 0;
        margin-right: -20%;
    }

    /* line 786, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
        left: auto;
        right: 0;
    }

    /* line 791, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:last-child {
        left: auto;
        right: -8%;
    }

    /* line 796, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-4 .liquid-img-group-container:nth-child(2) {
        margin-left: 0;
        margin-right: -30px;
    }

    /* line 801, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-4 .liquid-img-group-container:last-child .liquid-img-group-single {
        margin-left: 0;
        margin-right: -68%;
        left: auto;
        right: -80%;
    }

    /* line 808, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-6 .liquid-img-group-single:first-of-type {
        right: auto;
        left: -45%;
    }

    /* line 813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-6 .liquid-img-group-single:nth-of-type(2) {
        right: auto;
        left: -5%;
    }

    /* line 818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-6 .liquid-img-group-single:last-of-type {
        left: auto;
        right: -20%;
    }

    /* line 823, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .liquid-img-group-content.content-fixed-left {
        margin-left: 0;
        margin-right: 1.5em;
    }
}

@media (min-width: 768px) {
    /* line 832, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:nth-child(2) {
        left: auto;
        right: 20%;
    }

    /* line 837, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_rtl.scss */
    html[dir="rtl"] .lqd-parallax-images-3 .liquid-img-group-single:last-child {
        left: 0;
        right: 22.5%;
    }
}

/* line 8, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.main-eqtidaa-header {
    background: #2D2122;
}

/* line 10, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.main-eqtidaa-header .main-nav > li > a, .main-eqtidaa-header .main-nav .ld-module-trigger {
    color: #fff;
    border-radius: 0;
}

/* line 14, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.main-eqtidaa-header .main-nav > li.active > a, .main-eqtidaa-header .main-nav > li.current-menu-item > a, .main-eqtidaa-header .main-nav > li > a:hover {
    background-color: #717942;
    color: #fff;
}

/* line 19, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.btn-lang {
    position: relative;
    background: #eeeeee;
    color: #333;
    padding: 10px 20px 6px 20px;
    display: block;
    line-height: inherit;
    font-size: 16px;
    font-weight: 600;
}

/* line 28, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.btn-lang:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 3px;
    right: -10px;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eeeeee;
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.FreeImg img {
    width: auto !important;
}

/* line 45, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.black-trans-box {
    position: relative;
    background: rgba(45, 33, 34, 0.5);
    padding: 30px 15px;
}

/* line 50, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.black-trans-box .box-fly-title {
    position: absolute;
    font-weight: 600;
    top: -20px;
    left: 15px;
    color: #fff;
    margin: 0;
    padding: 0 15px;
    font-size: 14px !important;
    background-color: var(--color-primary);
}

/* line 62, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.black-trans-box.text-center .box-fly-title {
    display: inline-block;
    position: static;
    margin-left: auto;
    margin-right: auto;
}

/* line 72, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.box-light {
    background-color: var(--color-lighter);
    border: rgba(0, 0, 0, 0.1) solid 1px;
    border-radius: 10px;
    position: relative;
}

/* line 77, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.box-light .box-fly-title {
    background: #fff;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto;
    padding: 6px 15px;
    top: -15px;
}

/* line 88, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.iconbox.iconbox-filled-hover:hover .box-light {
    background-color: var(--color-secondary);
    border-color: #fff;
}

/* line 91, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.iconbox.iconbox-filled-hover:hover .box-light .box-fly-title {
    background-color: var(--color-secondary);
    border-color: #fff;
}

/* line 97, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.iconbox.iconbox-filled-hover:hover .box-light .links-list li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 99, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.iconbox.iconbox-filled-hover:hover .box-light .links-list li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* line 107, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.box-top-logo {
    position: relative;
    z-index: 9;
    background: #fff;
    display: flex;
    height: 140px;
    align-items: center;
    text-align: center;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
}

/* line 118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.box-top-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/* line 124, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* line 128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.links-list li {
    list-style: none;
}

/* line 130, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.links-list li a {
    display: block;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 10px 15px;
    color: #333;
}

/* line 135, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.links-list li a:hover {
    color: var(--color-primary);
}

/* line 140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.links-list li:last-child a {
    border-bottom: 0;
}

/* line 148, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
ul.pagination li {
    margin: 0;
}

/* line 150, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
ul.pagination li a:hover {
    background: var(--color-secondary);
    color: #fff;
}

/* line 154, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
ul.pagination li .page-numbers {
    padding: 5px 15px;
    border-radius: 5px;
}

/* line 157, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
ul.pagination li .page-numbers.current {
    background-color: var(--color-primary);
    color: #fff;
}

/* line 163, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.btn-light-green {
    background: rgba(92, 188, 170, 0.15);
    color: #5CBCAA;
}

/* line 168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.pattern1 {
    background-image: url("../img/light-pattern-bg.png");
    background-repeat: repeat;
    background-position: center;
}

/* line 181, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMainSearch-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* line 184, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch {
    display: none;
    position: absolute;
    font-weight: 600;
    z-index: 9;
}

/* line 190, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch a, .backFromSearch span {
    display: block;
    line-height: 62px;
}

/* line 195, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderDark .backFromSearch a {
    color: #fff;
}

/* line 198, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch a {
    padding: 0 15px;
    display: block;
}

/* line 202, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch i {
    font-size: 18px;
    color: #333;
    display: block;
}

/* line 207, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .backFromSearch {
    display: block;
}

/* line 212, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .MobMainSearch-wrap {
    padding-right: 65px;
}

/* line 215, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch {
    right: 0;
}

/* line 218, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeadermainSearchTrigger .backFromSearch {
    display: none;
}

/* line 221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android.mainSearch-visible .MobMainSearch .form-control {
    padding-left: 50px;
}

/* line 224, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android.mainSearch-visible .MobMainSearch .mainSearch-L-Ico {
    display: none;
}

/* line 227, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android .backFromSearch {
    left: 15px;
}

/* line 231, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch i, .android .backFromSearch span {
    display: none;
}

/* line 239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
#MobHeader {
    background: #f9f9f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 244, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
#MobHeader.MobHeaderTrans .MainSearchInput, #MobHeader.MobHeaderTrans .MainSearchInput:focus {
    background: var(--bg-light);
}

/* line 249, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeaderFixed {
    position: relative;
    z-index: 99999 !important;
    width: 100%;
}

/* line 256, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SticThis {
    z-index: 99999 !important;
}

/* line 263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.headerIcosizeFix:before {
    font-size: 1.4rem;
}

/* line 267, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderUp .MobHeaderFixed {
    top: -52px;
}

/* line 270, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderTop {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
}

/* line 277, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.headerTop-menu {
    display: flex;
    align-items: center;
}

/* line 282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderTop.HeaderDark {
    border-bottom: 0 !important;
}

/* line 285, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderTop.HeaderDark .MobHeader-link {
    color: #fff !important;
}

/* line 288, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderTop.HeaderDark .logo-dark, .logo-light {
    display: none;
}

/* line 291, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderTop.HeaderDark .logo-light {
    display: block;
}

/* line 294, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MainSearchInput, .MainSearchInput:focus {
    background: #fff;
}

/* line 297, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderBottom.WBg .MainSearchInput {
    background: var(--bg-light);
}

/* line 300, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.WBg .HeaderTop {
    border-bottom: var(--bg-light) solid 1px;
}

/* line 305, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-link {
    line-height: 52px;
}

/* line 308, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-ico {
    height: 100%;
    width: 45px;
    text-align: center;
    position: relative;
}

/* line 314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
i.headerIcosizeFix {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

/* line 318, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-noti {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #F75F1D;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* line 334, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.tabbar .MobHeader-noti {
    padding-top: 0;
    left: 50%;
    top: 5px;
    margin-left: -20px;
}

/* line 343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-ico a {
    display: block;
    margin: 0 5px;
}

/* line 347, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-title {
    width: 100%;
    overflow: hidden;
}

/* line 351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-title .MobHeader-link {
    font-size: 1.1rem;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

/* line 358, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-title .MobHeader-link strong {
    font-weight: 700;
}

/* line 361, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-title .MobHeader-link .logo-img {
    height: 52px;
    display: flex;
    align-items: center;
}

/* line 366, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-title .MobHeader-link .logo-img img {
    margin: 0 auto;
}

/* line 369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderCenter .MobHeader-link {
    text-align: center;
    display: block !important;
    padding: 0 !important;
}

/* line 374, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderCenter > .d-flex {
    display: -ms-flexbox;
    display: flex;
}

/* line 378, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderCenter .MobHeader-title {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

/* line 382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderCenter .MobHeader-LSide, .HeaderCenter .MobHeader-RSide {
    -ms-flex: 1 1 27%;
    flex: 1 1 27%;
}

/* line 386, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderCenter .MobHeader-RSide .MobHeader-ico:first-child {
    margin-left: auto;
}

/* line 389, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.disabled .MobHeader-ico a {
    display: none !important;
}

/* line 392, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobHeader-link .dropdown-curret {
    padding-left: 4px;
    font-size: 14px;
}

/* line 398, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderBottom {
    position: relative;
    z-index: 99;
}

/* line 402, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMainSearch {
    position: relative;
    width: 100%;
    padding: 8px 15px;
}

/* line 407, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMainSearch form {
    position: relative;
}

/* line 411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMainSearch .form-control {
    border: none !important;
    height: 45px;
    padding-left: 40px;
    border-radius: 3px;
}

/* line 418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderBottomLight {
    background: #fff;
    border-bottom: var(--bg-light) solid 1px;
}

/* line 422, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderBottomLight .form-control {
    background: var(--bg-light);
}

/* line 426, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-L-Ico {
    position: absolute;
    display: block;
    width: 44px;
    text-align: center;
    top: 0;
    height: 100%;
}

/* line 434, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.IcoSearch {
    visibility: visible;
    pointer-events: none;
    font-size: 14px;
    line-height: 42px;
    padding-top: 3px;
}

/* line 441, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.IcoSearchClear {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 42px;
    right: 0;
    background: none;
    position: absolute;
    z-index: 9;
    top: 0;
    width: 35px;
    color: var(--color-link);
}

/* line 455, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MainSearchInput:not(:valid) ~ .IcoSearchClear {
    opacity: 0;
    visibility: hidden;
}

/* line 465, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .MobHeaderFixed {
    top: 0 !important;
    position: fixed !important;
}

/* line 469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .tabbar {
    display: none;
}

/* line 473, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SearchHistory {
    display: none;
    position: relative;
}

/* line 483, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SearchHistoryInner {
    padding-top: 15px;
}

/* line 486, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SearchHistoryInner, .ui-autocomplete {
    background: #fff;
}

/* line 491, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMainSearch-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* line 494, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch {
    display: none;
    position: absolute;
    font-weight: 600;
    z-index: 9;
}

/* line 500, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch a, .backFromSearch span {
    display: block;
    line-height: 62px;
}

/* line 505, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeaderDark .backFromSearch a {
    color: #fff;
}

/* line 508, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch a {
    padding: 0 15px;
    display: block;
}

/* line 512, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch i {
    font-size: 18px;
    color: #333;
    display: block;
}

/* line 517, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .backFromSearch {
    display: block;
}

/* line 522, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .MobMainSearch-wrap {
    padding-right: 65px;
}

/* line 525, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch {
    right: 0;
}

/* line 528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HeadermainSearchTrigger .backFromSearch {
    display: none;
}

/* line 531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android.mainSearch-visible .MobMainSearch .form-control {
    padding-left: 50px;
}

/* line 534, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android.mainSearch-visible .MobMainSearch .mainSearch-L-Ico {
    display: none;
}

/* line 537, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.android .backFromSearch {
    left: 15px;
}

/* line 541, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.backFromSearch i, .android .backFromSearch span {
    display: none;
}

/* line 549, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.searchActive1 .HeadermainSearchTrigger,
.searchActive2 .HeadermainSearchTrigger {
    display: none;
}

/* line 553, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
#PcHeader .sticky-wrapper {
    max-height: 64px !important;
}

/* line 558, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
#MobHeader-sticky-wrapper {
    position: relative;
}

/* line 562, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .searchActive1 .HeaderTop {
    margin-top: -52px !important;
}

/* line 570, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.searchActive3 .HeaderBottom {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: 0;
    -ms-transition: 0;
    transition: 0;
}

/* line 580, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.searchActive3 .HeaderTop .MobHeader-title {
    text-align: center;
}

/* line 583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .searchActive3 .HeaderBottom {
    opacity: 1;
    top: 0;
}

/* line 588, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.searchActive3 .HeaderTop {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.mainSearch-visible .searchActive3 .HeaderTop {
    opacity: 0;
}

/* line 596, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.searchActive3 .MobMainSearch-wrap, .searchActive1 .MobMainSearch-wrap {
    transition-delay: 0.4s;
}

/* line 600, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.is-sticky > .HeaderTop, .is-sticky .PcHeader-center {
    border-bottom: 1px solid #e1e6ea;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px;
}

/* line 605, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HalfSec {
    display: flex;
    align-items: center;
}

/* line 609, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HalfSec .HalfSecImg {
    width: 50%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

/* line 615, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.HalfSec .HalfSecText {
    width: 50%;
    padding: 50px 30px;
}

/* line 622, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
}

/* line 629, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg .HalfSecImg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* line 638, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg .HalfSecText {
    width: 50%;
    padding: 50px 30px;
}

/* line 644, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg.HalfImgL .HalfSecImg {
    left: 0;
}

/* line 647, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg.HalfImgL .HalfSecText {
    margin-left: 50%;
}

/* line 654, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg.HalfImgR .HalfSecImg {
    right: 0;
}

/* line 657, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.SecHalfImg.HalfImgR .HalfSecText {
    margin-right: 50%;
}

/* line 665, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .modal-dialog {
    height: 100%;
    margin: 0;
    max-width: 85%;
    background: #fff;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
}

/* line 676, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 682, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .close {
    position: absolute;
    left: 3px;
    background: #fff;
    font-size: 29px;
    top: 15px;
    color: #333 !important;
    cursor: pointer;
}

/* line 693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .menu-item-has-children .nav-item-children {
    display: none !important;
}

/* line 696, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .menu-item-has-children.active {
    background: #eee;
}

/* line 698, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .menu-item-has-children.active .nav-item-children {
    display: block !important;
    height: 100% !important;
}

/* line 701, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .menu-item-has-children.active .nav-item-children a {
    color: #fff;
}

/* line 708, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .main-nav > li, .MobMenu.modal.fade .main-nav > li > a {
    display: block !important;
}

/* line 712, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MobMenu.modal.fade .main-nav > li.active > a:after, .MobMenu.modal.fade .main-nav > li.current-menu-item > a:after, .MobMenu.modal.fade .main-nav > li > a:hover:after {
    height: 100% !important;
    background: rgba(38, 191, 169, 0.2);
}

/* line 719, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.EqtedaaSec-mob {
    background: #2D2122;
    padding: 15px;
}

/* line 722, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.EqtedaaSec-mob a {
    color: #fff;
}

/* line 725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.EqtedaaSec-mob ul.nav.main-nav > li > a {
    color: #fff;
}

/* line 730, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MainSec-mob .MainSec-mob-logo {
    padding: 15px;
    border-bottom: #eee solid 1px;
}

/* line 733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
.MainSec-mob .MainSec-mob-logo img {
    display: block;
    margin-bottom: -40px;
    max-width: 240px;
}

/* line 742, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
html[dir="rtl"] .mainSearch-visible .MobMainSearch-wrap {
    padding-right: 0;
    padding-left: 65px;
}

/* line 746, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
html[dir="rtl"] .backFromSearch {
    left: 0;
    right: auto;
}

/* line 753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
html[dir="rtl"] .MobMenu .menu-item-has-children .txt {
    display: block;
}

/* line 756, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_forall.scss */
html[dir="rtl"] .MobMenu .menu-item-has-children .submenu-expander {
    left: 0 !important;
    right: inherit !important;
    margin: 0;
}

/* line 1, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
:root {
    --color-font: #58595A;
    --color-primary: #5CBCAA;
    --color-secondary: #DABA53;
    --bg-light: #eee;
    --color-link: #777777;
    --color-link-hover: #5CBCAA;
    --color-gradient-start: #4c998c;
    --color-gradient-stop: #5CBCAA;
    --color-img-holder: #FBF6EB;
}

/* line 12, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.backgroundcliptext .iconbox-heading-gradient h3 {
    background: -webkit-gradient(linear, left top, right top, from(#DFA139), to(#B09142));
    background: linear-gradient(to right, #DFA139 0%, #B09142 100%);
}

/* line 16, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FEFAF0;
}

/* line 26, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
a.color-primary {
    color: var(--color-primary);
}

/* line 28, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
a.color-primary:hover {
    color: var(--color-secondary);
}

/* line 32, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.color-primary {
    color: var(--color-primary) !important;
}

/* line 35, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.text-lighter {
    color: #999 !important;
}

/* line 38, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.btn-secondary-light {
    background: rgba(218, 186, 83, 0.1);
}

/* line 41, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.btn.btn-secondary-light {
    color: var(--color-secondary);
    border: none;
}

/* line 44, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.btn.btn-secondary-light:hover {
    color: #fff;
}

/* line 48, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
#MobHeader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

/* line 56, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.searchActive3 .HeaderTop .MobHeader-title {
    padding-top: 7px;
}

/* line 58, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.searchActive3 .HeaderTop .MobHeader-title img {
    max-width: 230px;
}

/*
 * Droid Arabic Naskh (Early Access) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
    font-family: 'Droid-Arabic-Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.woff) format("woff"), url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Droid-Arabic-Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidArabicNaskh/DroidNaskh-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidArabicNaskh/DroidNaskh-Bold.woff) format("woff"), url(../fonts/DroidArabicNaskh/DroidNaskh-Bold.ttf) format("truetype");
}

/* line 85, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
html[dir="rtl"] body {
    font-family: 'Droid-Arabic-Naskh', sans-serif;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 94, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4, html[dir="rtl"] .h1, html[dir="rtl"] .h2, html[dir="rtl"] .h3, html[dir="rtl"] .h4, html[dir="rtl"] .main-nav {
    font-family: 'cairo', sans-serif;
}

/* line 102, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.EqtidaaHeader .btn-lang {
    background: #eee;
    color: #000;
}

/* line 105, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.EqtidaaHeader .btn-lang:after {
    border-color: transparent transparent transparent #eee;
}

/* line 108, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.EqtidaaHeader .btn-lang:hover {
    background: var(--color-primary);
    color: #fff;
}

/* line 111, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.EqtidaaHeader .btn-lang:hover:after {
    border-color: transparent transparent transparent var(--color-primary);
}

/* line 118, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar {
    display: flex;
    width: 100%;
}

/* line 121, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .BrandCol {
    max-width: 400px;
}

/* line 123, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .BrandCol .MainBrand {
    display: block;
    margin-bottom: -100px;
}

/* line 128, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .MainNavCol {
    flex: 1;
    padding-left: 15px;
}

/* line 132, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop, .mainBar .NavBottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

/* line 137, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop .main-nav, .mainBar .NavBottom .main-nav {
    justify-content: flex-start;
}

/* line 140, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop .MainSearch, .mainBar .NavBottom .MainSearch {
    margin: 0 10px;
    width: 100%;
}

/* line 144, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop .header-module, .mainBar .NavBottom .header-module {
    flex-wrap: nowrap;
    flex-flow: nowrap;
}

/* line 149, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop .btn.btn-solid, .mainBar .NavBottom .btn.btn-solid {
    line-height: 37px;
    padding: 0 27px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    padding-top: 4px;
}

/* line 156, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop .btn.btn-solid:last-child, .mainBar .NavBottom .btn.btn-solid:last-child {
    margin: 0;
}

/* line 161, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.mainBar .NavTop {
    margin: 10px 0;
}

/* line 165, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-search-form {
    width: 100%;
}

/* line 168, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-search-form input {
    width: 100%;
    padding: 8px 30px;
    border-bottom: none;
    font-size: 14px;
    letter-spacing: inherit;
    background: #eee;
    border-radius: 5px;
    color: var(--color-font);
    border: #ddd solid 1px;
}

/* line 179, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-search-form .input-icon {
    left: 15px;
    color: var(--color-font);
}

/* line 186, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav > li > a, .main-nav .ld-module-trigger {
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}

/* line 194, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
#primary-nav.main-nav > li > a {
    padding: 10px;
}

/* line 197, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav > li.active > a, .main-nav > li.current-menu-item > a, .main-nav > li > a:hover {
    color: var(--color-primary);
    background: none;
}

/* line 200, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav > li.active > a:after, .main-nav > li.current-menu-item > a:after, .main-nav > li > a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--color-primary);
}

/* line 210, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.nav-trigger .bar {
    background: #fff;
}

/* line 214, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.menu-item-has-children.active .nav-item-children {
    visibility: visible;
}

/* line 217, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.social-icon a {
    color: #424242;
}

/* line 221, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
header .social-icon li a {
    padding: 0 5px;
}

/* line 225, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.carousel-item {
    min-height: 100%;
}

/* line 228, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.carousel-nav-solid .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

/* line 236, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider {
    background-color: var(--color-secondary);
}

/* line 239, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider figure {
    min-height: 80vh;
    padding-top: 70px;
}

/* line 242, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider figure .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* line 247, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider .carousel-item {
    width: 100%;
}

/* line 250, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider .flickity-page-dots {
    bottom: 100px;
}

/* line 252, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider .flickity-page-dots .dot {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 2px solid #E7D8B4;
}

/* line 257, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainSlider .flickity-page-dots .dot.is-selected {
    background: #E7D8B4;
}

/* line 263, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.primary-trans-box {
    position: relative;
    background: rgba(92, 188, 170, 0.5);
    padding: 30px;
    border-radius: 100px;
}

@media (max-width: 700px) {
    .primary-trans-box {
        padding: 10px 0;
        margin-top: 100px;
    }
}

/* line 269, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.primary-trans-box.text-center {
    text-align: center;
}

/* line 271, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.primary-trans-box.text-center p {
    text-align: center;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 282, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaBox {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

/* line 286, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaBox:after, .DuaaBox:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

/* line 296, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaBox:after {
    left: -90px;
    background-image: url("../img/other/box-left-side.png");
    background-position: center;
    background-size: contain;
}

/* line 301, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaBox:before {
    right: -90px;
    background-image: url("../img/other/box-right-side.png");
    background-position: center;
    background-size: contain;
}

/* line 306, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaBox .DuaaBox-inner {
    padding: 30px;
    background: #FFFFFF;
    border-top: 5px solid #E7D8B4;
    border-bottom: 5px solid #E7D8B4;
}

/* line 314, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.bg-gradient-light-tb {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FEF7E6 88%);
}

/* line 317, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.fancy-icon-box {
    min-height: inherit;
}

/* line 320, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.view-all-btn {
    display: inline-block;
    font-size: 18px;
    color: #E98D00;
    font-weight: 600;
    font-family: 'cairo', sans-serif;
}

/* line 327, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.view-all {
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* line 337, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.view-all .view-all-btn {
    width: 100%;
    display: block;
}

/* line 343, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.Duaabook-Section .Duaabook {
    max-width: 300px;
    margin-bottom: -150px;
}

/* line 348, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.Duaabook-Section .fancy-box-case-study {
    min-height: inherit !important;
    margin-bottom: 0 !important;
}

/* line 351, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.Duaabook-Section .fancy-box-case-study:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 357, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 7px 15px;
    margin: 0 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* line 369, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn:hover {
    z-index: 9;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.5);
}

/* line 376, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn .DownloadBtn-Img {
    width: 65px;
}

/* line 379, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn .DownloadBtn-Txt {
    padding: 10px;
}

/* line 382, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn .DownloadBtn-Txt span {
    display: block;
    margin: 0;
}

/* line 385, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DownloadBtn .DownloadBtn-Txt span.h5 {
    font-family: 'cairo', sans-serif;
}

/* line 393, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainArticle {
    margin: 30px auto;
}

/* line 395, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.MainArticle p {
    font-size: 20px;
}

/* line 399, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading {
    display: inline-block;
    margin: 30px auto;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

/* line 406, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading ol.breadcrumb {
    margin: 0;
}

/* line 408, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading ol.breadcrumb > li:not(:last-child):after {
    content: '\f104';
}

/* line 411, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading ol.breadcrumb a span {
    opacity: 1;
    color: #fff;
}

/* line 415, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading ol.breadcrumb span {
    font-weight: 600;
}

/* line 418, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-fancy-heading ol.breadcrumb .active {
    margin: 0;
}

/* line 424, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.title-bg {
    background-image: url(../img/title-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    min-height: 70px;
    align-items: center;
    background-size: contain;
}

/* line 433, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.title-bg * {
    font-size: 22px;
    margin: 0 auto;
}

/* line 439, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.liquid-lp-title a {
    font-size: 24px;
    line-height: 2rem;
}

/* line 444, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.liquid-lp-title:hover a {
    color: var(--color-primary) !important;
}

/* line 450, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-footer {
    background: #424242;
}

/* line 454, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav.foot-inline-nav {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}

/* line 462, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav.foot-inline-nav > li > a {
    color: #fff;
}

/* line 466, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav.foot-inline-nav > li.active > a:after, .main-nav.foot-inline-nav > li.current-menu-item > a:after, .main-nav.foot-inline-nav > li > a:hover:after {
    display: none;
}

/* line 469, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.main-nav.foot-inline-nav > li.active > a, .main-nav.foot-inline-nav > li.current-menu-item > a, .main-nav.foot-inline-nav > li > a:hover {
    color: #fff;
    background: var(--color-primary);
}

/* line 475, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
footer .btn-light-green {
    line-height: 37px;
    padding: 0 27px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    padding-top: 4px;
}

/* line 485, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.app-mockup {
    position: relative;
    z-index: 999;
}

/* line 489, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.ld-tm-circ {
    position: absolute;
    left: 0;
    right: 0;
}

/* line 495, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.post-nav {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* line 499, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.post-nav .nav-previous, .post-nav .nav-next {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #E6E6E6;
    border-radius: 50px;
    padding: 10px 80px;
    min-width: 48%;
    text-align: center !important;
    font-weight: 600;
}

/* line 507, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.post-nav .nav-previous a span, .post-nav .nav-next a span {
    color: var(--color-primary) !important;
}

/* line 513, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.HeadeBgSec {
    border-bottom: var(--color-secondary) solid 4px;
}

/* line 518, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .iconbox {
    margin-bottom: 0;
    padding: 15px 5px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    /*backdrop-filter: blur(20px) saturate(180%);*/
}

/* line 524, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .iconbox:hover {
    background: #fff;
}

/* line 528, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .active .iconbox {
    background: #fff;
}

/* line 531, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .iconbox-icon-wrap {
    height: 40px;
}

/* line 533, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .iconbox-icon-wrap svg {
    height: 100%;
}

/* line 538, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .contents .h5 {
    margin: 10px 0 0 0 !important;
    height: 45px;
    overflow: hidden;
    line-height: 20px;
}

/* line 545, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.duaa-slider .carousel-nav {
    display: none;
}

/* line 551, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader-btn {
    border-radius: 50px;
    color: #666;
    min-width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    margin: 0 5px;
    display: block;
}

/* line 560, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader-btn:hover {
    background: var(--color-primary);
    color: #fff !important;
}

/* line 565, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader-btn.DuaaHeader-menu {
    background: var(--color-primary);
    color: #fff !important;
}

/* line 568, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader-btn.DuaaHeader-menu:hover {
    background: var(--color-secondary);
}

/* line 575, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader .ld-search-form {
    margin: 0 5px;
    max-width: 250px;
}

/* line 578, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader .ld-search-form input {
    border-radius: 50px;
}

/* line 583, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader .social-icon {
    width: 200px;
}

/* line 585, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaHeader .social-icon li {
    margin: 5px 0;
}

/* line 592, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.liquid-progressbar.DuaaProgress {
    margin: 0;
}

/* line 594, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.liquid-progressbar.DuaaProgress .liquid-progressbar-inner {
    height: 5px;
}

/* line 597, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.liquid-progressbar.DuaaProgress .liquid-progressbar-percentage {
    display: none;
    font-size: 10px;
    font-weight: 600;
    background: var(--color-gradient-start);
    border-radius: 5px;
    padding: 0 5px;
}

/* line 607, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaCount {
    margin-left: auto;
    margin-right: auto;
    background: url(../img/duaa-number.svg) center center no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}

/* line 617, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaContent {
    max-width: 750px;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 0 15px;
}

/* line 625, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaContent p {
    margin: 0;
}

/* line 627, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaContent p .color-secondary {
    color: var(--color-secondary);
}

/* line 632, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter {
    padding: 50px 0;
    display: block;
    text-align: center;
}

/* line 636, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .DuaaFooter-inner {
    display: inline-flex;
}

/* line 639, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .progressbar-arrow {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #eee;
    border-radius: 50%;
}

/* line 646, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .liquid-progressbar-inner {
    height: 60px;
    border: #999 dashed 1px;
    background: #fff;
}

/* line 651, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .liquid-progressbar {
    width: 170px;
    text-align: center;
    margin: 0 15px;
}

/* line 656, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .liquid-progressbar-percentage {
    display: none;
}

/* line 659, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .liquid-progressbar-title {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* line 667, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.DuaaFooter .liquid-progressbar-bar {
    background: #BEE4DD;
}

/* line 672, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
body.DuaaFullscreen {
    background: #fff !important;
}

/* line 674, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
body.DuaaFullscreen .MainDuaa {
    margin-top: 20px !important;
}

/* line 677, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
body.DuaaFullscreen footer.main-footer, body.DuaaFullscreen .lqd-sticky-footer-sentinel, body.DuaaFullscreen .HeadeBgSec, body.DuaaFullscreen header {
    display: none !important;
}

/* line 681, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
body.DuaaFullscreen .DuaaFullscreen-btn .fa-expand:before {
    content: "\f066";
}

/* line 688, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.bookfont-dropdown-menu {
    width: 250px;
    padding: 15px;
}

/* line 691, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.bookfont-dropdown-menu .d-flex {
    align-items: center;
}

/* line 693, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
.bookfont-dropdown-menu .d-flex span {
    flex: 1;
}

@media screen and (min-width: 992px) {
    /* line 700, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .duaa-slider {
        padding: 0 100px;
    }

    /* line 702, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .duaa-slider .carousel-nav {
        display: block;
    }

    /* line 706, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 25px;
    }

    /* line 711, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaHeader .DuaaHeader-side {
        display: flex;
        flex: 1;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    /* line 720, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaHeader .DuaaHeader-side {
        display: flex;
        align-items: center;
        padding: 5px 15px;
    }

    /* line 725, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaHeader .ld-search-form {
        max-width: inherit;
    }
}

@media screen and (max-width: 767px) {
    /* line 733, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .Duaabook-Section .Duaabook {
        margin: 0 auto;
    }

    /* line 740, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .primary-trans-box {
        border-radius: 10px;
    }

    /* line 743, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaBox {
        margin: 0;
    }

    /* line 745, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaBox:before, .DuaaBox:after {
        display: none;
    }

    /* line 748, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DuaaBox .DuaaBox-inner {
        border: 5px solid #E7D8B4;
        border-radius: 10px;
    }

    /* line 753, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .DownloadBtn {
        display: flex;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) {
    /* line 759, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .MainContainer {
        padding-top: 0 !important;
    }

    /* line 762, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .MainSlider {
        min-height: 60vh !important;
    }

    /* line 765, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .main-header {
        display: none;
    }

    /* line 768, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    #MobHeader {
        display: block;
    }

    /* line 771, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .MainBrand {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 99;
    }

    /* line 777, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .navbar-header {
        position: absolute !important;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: var(--color-secondary);
    }

    /* line 784, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .navbar-collapse {
        width: 100%;
        left: 0;
        position: fixed;
        top: 60px;
        padding-top: 32px;
    }

    /* line 790, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .navbar-collapse .for-mob {
        display: flex !important;
        align-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    /* line 795, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .navbar-collapse .for-mob .header-module {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* line 798, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .navbar-collapse .for-mob .header-module:last-child {
        margin-left: auto !important;
    }

    /* line 805, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .main-header .mainbar-wrap.is-stuck {
        background-color: rgba(255, 255, 255, 0.9);
    }

    /* line 808, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    [data-mobile-nav-style=classic] .navbar-collapse, [data-mobile-nav-style=minimal] .navbar-collapse {
        background-color: var(--color-secondary);
        color: #fff;
    }

    /* line 813, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .main-nav .children, .nav-item-children {
        background-color: var(--color-primary);
    }

    /* line 818, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    html[dir="rtl"] .navbar-header {
        right: inherit;
        left: 0;
    }

    /* line 822, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    html[dir="rtl"] .navbar-collapse .for-mob .header-module:last-child {
        margin-right: auto;
        margin-left: 0 !important;
    }

    /* line 828, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .Duaabook-Section .Duaabook {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    /* line 835, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .container {
        width: 100%;
        max-width: 1460px;
    }

    /* line 840, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .is-stuck {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%);
    }

    /* line 846, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
    .is-stuck .ld-module-search-visible-form .ld-search-form input {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
    }
}

/* line 859, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
html[dir="rtl"] .mainBar .MainNavCol {
    padding-left: 0;
    padding-right: 15px;
}

/* line 863, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
html[dir="rtl"] .app-mockup {
    text-align: center;
}

/* line 866, /Volumes/WORK/--In Progress/Iqtedaa/website/assets/scss/_duaa.scss */
html[dir="rtl"] .dropdown-menu.bookfont-dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

/*# sourceMappingURL=../css/style-duaa.map */
